:root{--color-text-primary:#2d3748;--color-text-secondary:#4a5568;--color-text-muted:#718096;--color-text-dark:#1a202c;--color-text-placeholder:#a0aec0;--color-text-inverse:#ffffff;--color-text-on-dark:rgba(255,255,255,0.95);--color-bg-page:#f4f4f4;--color-bg-white:#ffffff;--color-bg-card:rgba(255,255,255,0.95);--color-bg-subtle:#f7fafc;--color-bg-subtle-2:#f5f5f5;--color-bg-muted-neutral:#fafafa;--color-border-neutral:#f0f0f0;--color-border-neutral-mid:#f3f3f3;--color-bg-weather-day:#fdfcfc;--color-bg-drawer:#fafafa;--color-bg-overlay:rgba(26,32,44,0.5);--color-bg-overlay-strong:rgba(0,0,0,0.75);--color-bg-overlay-light:rgba(0,0,0,0.7);--color-bg-hover:rgba(0,0,0,0.04);--color-bg-hover-strong:rgba(0,0,0,0.06);--color-bg-black:#000000;--color-border:#e2e8f0;--color-border-light:rgba(0,0,0,0.06);--color-border-light-2:rgba(0,0,0,0.1);--color-border-input:#cbd5e0;--color-primary:#333f47;--color-primary-hover:#2a3239;--color-success-bg:#c6f6d5;--color-success-text:#22543d;--color-success-border:#9ae6b4;--color-error-bg:#fed7d7;--color-error-text:#742a2a;--color-error-border:#fc8181;--color-red:#e53e3e;--color-accent:#667eea;--color-accent-dark:#764ba2;--color-accent-yellow:#ccce48;--color-accent-yellow-muted:rgba(204,206,72,0.3);--color-accent-pink:#f093fb;--color-accent-pink-dark:#f5576c;--color-gray-mid:#858585;--color-skeleton:#d3d3d3;--color-black:#000000;--color-status-green:#4ade80;--color-status-blue:#3b82f6;--color-status-red:#ef4444;--color-status-dark:#1f2937;--font-family-base:"Raleway",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-heading:"Unbounded",var(--font-family-base);--font-size-xs:0.75rem;--font-size-sm:0.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-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}.nav-drawer-title,.profile-nav-card-title,.profile-review-title,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading)}:root{--shadow-sm:0 2px 8px rgba(0,0,0,0.1);--shadow-card:0 4px 6px rgba(0,0,0,0.1);--shadow-card-hover:0 8px 16px rgba(0,0,0,0.15);--shadow-dropdown:0 4px 12px rgba(0,0,0,0.15);--shadow-modal:0 8px 32px rgba(0,0,0,0.3);--shadow-drawer:-8px 0 40px rgba(0,0,0,0.12),-2px 0 8px rgba(0,0,0,0.06);--shadow-primary:0 4px 12px rgba(51,63,71,0.3);--shadow-accent:0 4px 12px rgba(102,126,234,0.4);--shadow-accent-pink:0 4px 12px rgba(245,87,108,0.4);--shadow-primary-glow:0 6px 20px rgba(51,63,71,0.4)}*{margin:0;padding:0;box-sizing:border-box}html{overscroll-behavior-x:auto;background:linear-gradient(to bottom,var(--color-bg-white) 0,var(--color-bg-white) 20%,var(--color-bg-page) 20%,var(--color-bg-page) 100%);background-attachment:fixed;-webkit-background-attachment:fixed;min-height:100vh;position:relative}html:before{content:"";position:fixed;top:-200vh;left:0;right:0;height:200vh;background:var(--color-bg-white);z-index:-1;pointer-events:none;transform:translateZ(0)}body{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(to bottom,var(--color-bg-page) 0,var(--color-bg-page) 95%,transparent 95%);min-height:100vh;overflow-x:hidden;overscroll-behavior-x:auto}button,input,select,textarea{font-family:inherit}#root{min-height:100vh}