:root{--color-primary: #400096;--color-accent: #7ed957;--color-ink: #0a3857;--color-surface: #ffffff;--color-success: #25d366;--color-warn: #f5a524;--color-danger: #e1483a;--color-muted: #6b7a90;--color-border: #e4e8f0;--color-bg: #f6f7fb;--font-heading: "Lato", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 4px 16px rgba(10, 56, 87, .08);--shadow-md: 0 6px 24px rgba(10, 56, 87, .12);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--container-max: 1180px}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-body);color:var(--color-ink);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{max-width:100%;display:block}.app-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.app-icon--sm{width:18px;height:18px}.app-icon--md{width:22px;height:22px}.app-icon--lg{width:28px;height:28px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;line-height:1.2;color:var(--color-ink)}p{margin:0}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-4)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{color-scheme:light}body{min-height:100vh}.app-page{padding:var(--space-4)}.page-actions,.header-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.page-actions{margin-bottom:var(--space-4)}.export-action-button{min-height:40px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font:inherit;font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.export-action-button:hover:not(:disabled){border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border));background:color-mix(in srgb,var(--color-primary) 8%,white);transform:translateY(-1px)}.export-action-button:disabled{cursor:not-allowed;opacity:.58}.export-action-button .app-icon{width:18px;height:18px}
