:root{--color-bg: #120b18;--color-surface: #1c1224;--color-surface-soft: #271832;--color-border: #3a2946;--color-text: #fff7ed;--color-text-muted: #c7b7cf;--color-primary: #f6c453;--color-primary-hover: #ffd76d;--color-primary-contrast: #24112e;--color-accent: #9b5cc7;--color-accent-hover: #b273df;--color-accent-contrast: #ffffff;--color-heart: #ff7a7a;--color-heart-hover: #ff8f8f;--color-danger: #ff6b6b;--color-warning: #f6c453;--color-info: #a78bfa;--color-success: #34d399;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--transition-fast: .15s ease;--transition-base: .25s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6);--container-max-width: 1200px;--header-height: 64px;--bottom-nav-height: 60px;--sticky-header-top: 0px;--sticky-subheader-top: 0px}[data-theme=light]{--color-bg: #fff8ef;--color-surface: #ffffff;--color-surface-soft: #f7eadf;--color-border: #e8d6c8;--color-text: #2a1b2f;--color-text-muted: #7a687e;--color-primary: #6d3b8f;--color-primary-hover: #5a2f78;--color-primary-contrast: #ffffff;--color-accent: #f6c453;--color-accent-hover: #e8b43f;--color-accent-contrast: #2a1b2f;--color-heart: #ff6b6b;--color-heart-hover: #f05252;--color-danger: #dc2626;--color-warning: #d97706;--color-info: #7c3aed;--color-success: #16a34a;--shadow-sm: 0 1px 3px rgba(42, 27, 47, .08);--shadow-md: 0 4px 12px rgba(42, 27, 47, .12);--shadow-lg: 0 8px 24px rgba(42, 27, 47, .18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}@media (max-width: 768px){html{height:100%;overflow:hidden}}body{font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text);background-color:var(--color-bg);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media (max-width: 768px){body{min-height:unset;height:100%;overflow:hidden}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.5rem 1.125rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:1;border-radius:var(--radius-full);border:1px solid transparent;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-primary);color:var(--color-primary-contrast);border-color:var(--color-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn-outline:hover:not(:disabled){border-color:var(--color-text-muted);background:var(--color-surface-soft)}.btn-ghost{background:transparent;color:var(--color-text-muted);border-color:transparent}.btn-ghost:hover:not(:disabled){color:var(--color-text);background:var(--color-surface-soft)}.btn-danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.btn-danger:hover:not(:disabled){filter:brightness(.9)}.btn-back{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast)}.btn-back:hover{color:var(--color-text);background:var(--color-surface-soft)}.btn-back svg{flex-shrink:0;transition:transform var(--transition-fast)}.btn-back:hover svg{transform:translate(-2px)}.btn-full{width:100%}.page-header{position:sticky;top:0;z-index:40;background:var(--color-surface);border-bottom:1px solid var(--color-border);margin-top:0;margin-left:calc(-1 * var(--space-lg));margin-right:calc(-1 * var(--space-lg));margin-bottom:var(--space-lg);padding:var(--space-sm) var(--space-lg);display:flex;align-items:center;gap:var(--space-sm);min-height:52px}@media (max-width: 768px){.page-header{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md)}}.page-header-title{flex:1;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0}@media (max-width: 768px){.page-header-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.page-header-title.page-header-title--clamped{cursor:pointer}.page-header-title.page-header-title--expanded{display:block;overflow:visible;cursor:pointer}}.form-group{display:flex;flex-direction:column;gap:var(--space-xs)}.form-group label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-muted)}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text],.form-group input[type=search]{width:100%;padding:var(--space-sm) var(--space-md);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--font-size-base);transition:border-color var(--transition-fast)}.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=text]:focus,.form-group input[type=search]:focus{outline:none;border-color:var(--color-primary)}.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder,.form-group input[type=text]::placeholder,.form-group input[type=search]::placeholder{color:var(--color-text-muted)}.form-group input[type=email]::-webkit-search-cancel-button,.form-group input[type=password]::-webkit-search-cancel-button,.form-group input[type=text]::-webkit-search-cancel-button,.form-group input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.form-error{font-size:var(--font-size-xs);color:var(--color-danger)}.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}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}
