.app-shell{display:flex;flex-direction:column;min-height:100vh;color:#0f172a;background:radial-gradient(circle at 20% 20%,#eff6ff,#f8fafc 40%)}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 28px;border-bottom:1px solid #e2e8f0;background:#ffffffdb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:10}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.01em}.brand__logo{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#22d3ee)}.brand__title{font-size:16px}.brand__subtitle{font-size:12px;color:#475569}.header-actions{display:flex;align-items:center;gap:12px}.locale-switch{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#475569}.locale-switch select{padding:6px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#fff}.app-main{flex:1;padding:32px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 12px 40px #0f172a0f}.hero__content h1{margin:10px 0;font-size:32px;line-height:1.2}.lead{margin:0 0 18px;color:#475569;font-size:16px}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#075985;font-weight:600;font-size:12px;letter-spacing:.03em}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;text-decoration:none;border:1px solid transparent;font-weight:600;transition:all .2s ease}.button.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 25px #2563eb40}.button.primary:hover{transform:translateY(-1px)}.button.ghost{border-color:#cbd5e1;color:#0f172a;background:#fff}.hero__panel{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;background:#f8fafc}.list{margin:0;padding-left:18px;color:#334155;display:grid;gap:8px}.app-footer{padding:16px 28px;border-top:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px}@media(max-width:640px){.app-main,.hero{padding:20px}}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;min-height:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit}button,select{font:inherit}.app-shell{min-height:100vh}
