:root{--color-primary:#f5a623;--color-primary-light:#f7c56e;--color-primary-dark:#d4891a;--color-bg-dark:#1a1a2e;--color-bg-mid:#16213e;--color-bg-light:#0f3460;--color-text:#fff;--color-text-muted:#a0a0a0;--color-text-dark:#333;--color-surface:#ffffff1a;--color-surface-hover:#fff3;--color-border:#ffffff1a;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:"Georgia",serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px #0000001a;--shadow-md:0 4px 20px #0003;--shadow-lg:0 8px 32px #0000004d;--shadow-glow:0 8px 32px #f5a6234d;--transition-fast:150ms ease;--transition-base:200ms ease;--transition-slow:300ms ease;--header-height:64px;--max-width-sm:320px;--max-width-md:480px;--max-width-lg:768px;--max-width-xl:1024px}@media (max-width:480px){:root{--text-5xl:2.25rem;--text-4xl:2rem;--text-3xl:1.75rem;--space-8:1.5rem;--header-height:56px}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,var(--color-bg-dark) 0,var(--color-bg-mid) 50%,var(--color-bg-light) 100%);background-attachment:fixed;color:var(--color-text);font-family:var(--font-sans);margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:var(--text-base);font-weight:500;gap:var(--space-3);justify-content:center;text-decoration:none;transition:transform var(--transition-base),box-shadow var(--transition-base),background var(--transition-base)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn--sm{font-size:var(--text-sm);padding:var(--space-2) var(--space-4)}.btn--md{padding:var(--space-3) var(--space-6)}.btn--lg{font-size:var(--text-lg);padding:var(--space-4) var(--space-8)}.btn--primary{background:var(--color-primary);color:var(--color-text-dark)}.btn--primary:hover{background:var(--color-primary-light);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--color-surface);color:var(--color-text)}.btn--secondary:hover{background:var(--color-surface-hover)}.btn--white{background:#fff;color:var(--color-text-dark)}.btn--white:hover{box-shadow:var(--shadow-md)}.btn--ghost{background:#0000;color:var(--color-text)}.btn--ghost:hover{background:var(--color-surface)}.btn--full{width:100%}.btn__icon{align-items:center;display:flex;justify-content:center}.btn__icon svg{height:20px;width:20px}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__header{align-items:center;border-bottom:1px solid var(--color-border);display:flex;flex-shrink:0;height:var(--header-height);justify-content:space-between;padding:0 var(--space-6)}@media (max-width:480px){.layout__header{padding:0 var(--space-4)}}.layout__main{flex:1 1}.layout__main,.loading{display:flex;flex-direction:column}.loading{align-items:center;gap:var(--space-4);justify-content:center;min-height:100vh}.loading__spinner{animation:spin .8s linear infinite;border:3px solid var(--color-surface);border-radius:50%;border-top-color:var(--color-primary);height:40px;width:40px}.loading__message{color:var(--color-text-muted);font-size:var(--text-lg)}@keyframes spin{to{transform:rotate(1turn)}}.logo{align-items:center;display:flex;gap:var(--space-3)}.logo__image{border-radius:var(--radius-sm);box-shadow:var(--shadow-glow)}.logo__text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;background-clip:text;font-family:var(--font-serif)}.logo--sm .logo__image{height:32px;width:32px}.logo--sm .logo__text{font-size:var(--text-xl)}.logo--md .logo__image{height:48px;width:48px}.logo--md .logo__text{font-size:var(--text-2xl)}.logo--lg .logo__image{border-radius:var(--radius-xl);height:120px;width:120px}.logo--lg .logo__text{font-size:var(--text-5xl)}.logo--lg{flex-direction:column;text-align:center}@media (max-width:480px){.logo--lg .logo__image{height:100px;width:100px}}.login-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:var(--space-6)}.login-page__content{align-items:center;display:flex;flex-direction:column;max-width:var(--max-width-sm);width:100%}.login-page__tagline{color:var(--color-text-muted);font-size:var(--text-lg);margin-bottom:var(--space-10);margin-top:var(--space-2);text-align:center}.login-page__buttons{display:flex;flex-direction:column;gap:var(--space-4);width:100%}@media (max-width:480px){.login-page{padding:var(--space-4)}.login-page__tagline{font-size:var(--text-base)}}.home-page{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:var(--space-8);text-align:center}.home-page__greeting{font-size:var(--text-4xl);margin-bottom:var(--space-4)}.home-page__message{color:var(--color-text-muted);font-size:var(--text-xl)}@media (max-width:480px){.home-page{padding:var(--space-6)}.home-page__greeting{font-size:var(--text-3xl)}.home-page__message{font-size:var(--text-lg)}}
/*# sourceMappingURL=main.f4eac2d4.css.map*/