@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap";:root{--accent:#0d9488;--accent-dark:#0f766e;--accent-light:#ccfbf1;--accent-soft:#f0fdfa;--text:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-strong:#cbd5e1;--bg:#f8fafc;--surface:#fff;--white:#fff;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow:0 8px 30px rgba(15,23,42,.06);--shadow-sm:0 2px 8px rgba(15,23,42,.05);--shadow-lg:0 18px 48px rgba(15,23,42,.12);--radius-lg:18px;--radius-md:14px;--radius-sm:10px;--radius-pill:999px;--safe-bottom:env(safe-area-inset-bottom,0px);--content-max:1200px;--gutter:16px;--topbar-h:64px}@media(min-width:768px){:root{--gutter:24px}}@media(min-width:1024px){:root{--gutter:32px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#app,body,html{min-height:100%;min-height:100dvh}body{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}button{background:none;border:none;cursor:pointer;font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-frame,.app-shell{background:var(--bg);min-height:100dvh;width:100%}.app-frame{display:flex;flex-direction:column;margin:0 auto;max-width:480px}.app-content{flex:1;overflow-y:auto;padding-bottom:calc(96px + var(--safe-bottom))}.app-content--minimal{padding-bottom:calc(24px + var(--safe-bottom))}.page{padding:0 16px 24px}.page-placeholder{align-items:center;color:var(--text-secondary);display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:60vh;padding:32px 16px;text-align:center}.page-placeholder h2{color:var(--text);font-size:20px;font-weight:700}.page-placeholder p{font-size:14px;line-height:1.5}.boot-error{color:#b91c1c;font-family:system-ui,sans-serif;line-height:1.5;padding:24px 20px}.boot-error strong{display:block;font-size:18px;margin-bottom:8px}.container{margin:0 auto;max-width:var(--content-max);padding-inline:var(--gutter);width:100%}.shell{background:var(--bg);display:flex;flex-direction:column;min-height:100dvh}.shell__main{flex:1;padding-block:16px calc(96px + var(--safe-bottom));width:100%}@media(min-width:1024px){.shell__main{padding-block:28px 48px}}.section-head{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.section-head__title{font-size:18px;font-weight:800;letter-spacing:-.02em}@media(min-width:1024px){.section-head__title{font-size:22px}}.section-head__link{color:var(--accent-dark);font-size:13px;font-weight:600;white-space:nowrap}.field{display:flex;flex-direction:column;gap:6px}.field__label{color:var(--text-secondary)}.field__error,.field__label{font-size:12px;font-weight:600}.field__error{color:#b91c1c}.control{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font:inherit;height:44px;padding:0 12px;transition:border-color .15s,box-shadow .15s;width:100%}.control:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:32px}
