*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light;--font-family-base: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--surface-page: #f4f7fb;--surface-subtle: #f4f7fb;--surface-card: #ffffff;--surface-card-soft: rgba(255, 255, 255, .82);--brand-blue: #155eef;--brand-blue-soft: #edf3ff;--brand-navy: #0d2358;--text-primary: #0f172a;--text-secondary: #5b667a;--text-tertiary: #8b95a7;--text-muted: #6e7788;--border: #e2e8f0;--divider: #edf1f6;--positive: #12a34a;--negative: #ef4b5f;--warning: #e79a0b;--radius-xs: .75rem;--radius-sm: 1rem;--radius-md: 1.25rem;--radius-lg: 1.5rem;--radius-xl: 1.75rem;--space-2xs: .375rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.25rem;--space-xl: 1.5rem;--space-2xl: 2rem;--content-width: 44rem;--content-width-compact: 24rem;--shadow-soft: 0 .5rem 1.5rem rgba(15, 23, 42, .06);--shadow-card: 0 1rem 2.4rem rgba(15, 23, 42, .06);--shell-background: radial-gradient(circle at top left, rgba(21, 94, 239, .08), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%)}html,body{min-height:100%}body{margin:0;font-family:var(--font-family-base);background:var(--surface-page);color:var(--text-primary)}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}.app-page{width:min(100%,var(--content-width));margin:0 auto;padding:1.5rem 1.25rem 6.75rem}.app-page--compact{width:min(100%,var(--content-width-compact))}.page-header{display:grid;gap:var(--space-md)}.page-title{margin:0;color:var(--brand-navy);font-size:clamp(2rem,5vw,2.75rem);line-height:1.1;letter-spacing:-.03em}.page-copy{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.5}.section-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-soft)}.section-card--padded{padding:1.25rem}.section-card--glass{background:var(--surface-card-soft);box-shadow:var(--shadow-card);backdrop-filter:blur(12px)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:transparent;color:var(--brand-navy);transition:background-color .16s ease,color .16s ease}.icon-button:hover{background:#155eef14;color:var(--brand-blue)}.button-primary,.button-secondary{min-height:2.9rem;border:0;border-radius:var(--radius-sm);padding:0 1rem;font-size:.95rem;font-weight:700}.button-primary{background:linear-gradient(90deg,#2157ff,#2f68ff);color:#fff;box-shadow:0 1rem 2rem #2157ff3d}.button-primary:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.button-secondary{background:var(--brand-blue-soft);color:var(--brand-blue)}.ui-icon{width:24px;height:24px}lucide-icon{pointer-events:none}@media(min-width:64rem){.app-page{padding-bottom:2rem}}@media(max-width:30rem){.app-page{padding:.75rem 1rem 6.75rem}}
