:root{--bg-warm: #FEF9F3;--bg-card: #FFFFFF;--bg-input: #FFF6EE;--bg-hover: #FFF1E6;--blue: #5B9BD5;--blue-light: #D6E8F7;--blue-soft: #EBF3FB;--pink: #E07A90;--pink-light: #FADCD4;--pink-soft: #FFF0ED;--green: #6BAF8D;--green-light: #D4F0E3;--green-soft: #EEFAF3;--text-primary: #2D2A27;--text-secondary: #7D7572;--text-muted: #B5AFA9;--text-inverse: #FFFFFF;--accent-warm: #F0C27B;--accent-coral: #E8866D;--accent-lavender: #B8A9D4;--border: #F0EBE3;--border-strong: #E5DDD3;--shadow-sm: 0 1px 3px rgba(45, 42, 39, .04), 0 1px 2px rgba(45, 42, 39, .06);--shadow-md: 0 4px 12px rgba(45, 42, 39, .06), 0 2px 4px rgba(45, 42, 39, .04);--shadow-lg: 0 10px 30px rgba(45, 42, 39, .08), 0 4px 8px rgba(45, 42, 39, .04);--shadow-glow-blue: 0 4px 20px rgba(91, 155, 213, .25);--shadow-glow-pink: 0 4px 20px rgba(224, 122, 144, .25);--shadow-glow-green: 0 4px 20px rgba(107, 175, 141, .25);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 999px;--font-display: "Quicksand", sans-serif;--font-body: "Nunito", sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--text-primary);background:var(--bg-warm);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;min-height:100dvh}#root{min-height:100dvh;display:flex;flex-direction:column;max-width:480px;margin:0 auto;position:relative}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:var(--text-primary);line-height:1.2}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;font-size:inherit;color:inherit}input,textarea,select{font-family:var(--font-body);font-size:16px;border:none;outline:none;background:none;color:var(--text-primary)}a{text-decoration:none;color:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-full)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.noise-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.warm-gradient{background:linear-gradient(180deg,var(--bg-warm) 0%,#FFF4E8 50%,var(--bg-warm) 100%)}
