:root{font-family:Avenir Next,Segoe UI,ui-sans-serif,system-ui,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.5;font-weight:400;--surface: #ffffff;--surface-soft: rgba(255, 255, 255, .72);--border-soft: rgba(148, 163, 184, .22);--shadow-soft: 0 25px 60px rgba(15, 23, 42, .12);--blue-strong: #2563eb;--ink-soft: #475569}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(circle at top,rgba(96,165,250,.16),transparent 28%),linear-gradient(180deg,#f8fafc,#eff6ff);color:#0f172a}a{color:#2563eb}button,input{font:inherit}.page{min-height:100vh;padding:32px 16px}.page--centered{display:flex;align-items:center;justify-content:center}.container{width:100%;max-width:960px;margin:0 auto}.card{width:100%;background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);overflow:hidden}.card--compact{max-width:560px;padding:40px 32px;text-align:center}.hero{padding:28px 32px;color:#fff}.hero__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;border-radius:16px;background:#ffffff29;font-weight:700;letter-spacing:.05em}.hero__title{margin:0;font-size:1.8rem;line-height:1.2}.hero__subtitle{margin:8px 0 0;opacity:.92}.content{padding:32px}.section{margin-top:24px;padding:18px 20px;border-radius:18px;border:1px solid #dbeafe;background:#eff6ff}.section--success{border-color:#bbf7d0;background:#f0fdf4}.section--muted{border-color:#e2e8f0;background:#f8fafc}.section__title{margin:0 0 10px;font-size:1rem}.form{display:grid;gap:20px}.field{display:grid;gap:8px}.label{font-weight:600}.input,.textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:14px 16px;background:#fff;color:#0f172a}.textarea{min-height:120px;resize:vertical}.input:focus,.textarea:focus{outline:2px solid rgba(37,99,235,.2);border-color:#2563eb}.input[readonly],.input[disabled]{background:#f8fafc}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border:0;border-radius:14px;cursor:pointer;font-weight:600;text-decoration:none;transition:transform .16s ease,opacity .16s ease,background-color .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait}.button--primary{background:#2563eb;color:#fff}.button--secondary{background:#e2e8f0;color:#0f172a}.button--success{background:#15803d;color:#fff}.error{padding:14px 16px;border-radius:14px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.muted{color:#475569}.status-icon{width:68px;height:68px;margin:0 auto 18px;border-radius:20px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-size:1.8rem;font-weight:700}.spinner{width:42px;height:42px;margin:0 auto 18px;border-radius:999px;border:4px solid rgba(37,99,235,.18);border-top-color:#2563eb;animation:spin 1s linear infinite}.list{margin:0;padding-left:18px}.list li+li{margin-top:8px}.search-shell{position:relative}.search-dropdown{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;max-height:260px;overflow-y:auto;border-radius:14px;border:1px solid #cbd5e1;background:#fff;box-shadow:0 18px 40px #0f172a1f}.search-item{padding:14px 16px;cursor:pointer;border-bottom:1px solid #e2e8f0}.search-item:last-child{border-bottom:0}.search-item:hover{background:#f8fafc}.search-meta{padding:10px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;color:#475569;font-size:.85rem}.pill{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:10px 14px;border-radius:999px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.inline-note{font-size:.92rem}.home-page{display:flex;align-items:center}.home-hero-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.9fr);gap:24px;padding:24px;border-radius:30px;background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 35%),linear-gradient(140deg,#fffffff0,#eff6ffd1);box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.home-hero-copy,.home-highlight,.home-panel{border-radius:24px;border:1px solid var(--border-soft)}.home-hero-copy{padding:32px;background:#ffffff94;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-kicker,.home-panel__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#2563eb1a;color:#1d4ed8;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-title{margin:18px 0 0;max-width:13ch;font-size:clamp(2.3rem,4vw,4.5rem);line-height:.98;letter-spacing:-.04em}.home-lead{max-width:58ch;margin:18px 0 28px;color:var(--ink-soft);font-size:1.06rem}.home-highlight{display:grid;align-content:start;gap:18px;padding:28px;color:#e2e8f0;background:linear-gradient(180deg,#0f172af5,#1e293bf0),linear-gradient(135deg,rgba(37,99,235,.3),transparent)}.home-badge{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:#60a5fa24;color:#bfdbfe;font-weight:600}.home-highlight__title{margin:0;font-size:1.6rem;line-height:1.15}.home-highlight__list{margin:0;padding-left:20px}.home-highlight__list li+li{margin-top:12px}.home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.home-panel{padding:24px;background:var(--surface-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-panel--accent{background:linear-gradient(180deg,#dbeafe,#eff6ff)}.home-panel__title{margin:16px 0 10px;font-size:1.25rem;line-height:1.15}.home-contact-link{display:inline-flex;margin-top:10px;font-size:1.05rem;font-weight:700;text-decoration:none}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.page{padding:16px}.hero,.content,.card--compact{padding:24px 20px}.hero__title{font-size:1.5rem}.actions{flex-direction:column}.button{width:100%}.home-hero-card{grid-template-columns:1fr;padding:16px}.home-hero-copy,.home-highlight,.home-panel{padding:22px}.home-title{max-width:none;font-size:2.35rem}.home-grid{grid-template-columns:1fr}}
