:root{--brand-green: #4A7C59;--brand-green-dark: #3D6B4A;--brand-green-light: #E8F5E9;--bg-primary: #FAF8F5;--bg-secondary: #FFFFFF;--bg-tertiary: #F8FAFC;--bg-elevated: #F1F5F9;--page-bg: #FAF8F5;--card-bg: #FFFFFF;--text-primary: #1F2937;--text-secondary: #4B5563;--text-muted: #9CA3AF;--text-question: #111827;--text-charcoal: #1F2937;--text-gray: #4B5563;--text-lightgray: #6B7280;--accent-primary: #3B82F6;--accent-secondary: #2563EB;--accent-light: #60A5FA;--accent-glow: rgba(59, 130, 246, .15);--tab-concise: #3B82F6;--tab-analogy: #8B5CF6;--tab-eli5: #10B981;--tab-usecase: #F59E0B;--tab-mistakes: #EF4444;--tab-example: #06B6D4;--success: #10B981;--success-light: #D1FAE5;--warning: #F59E0B;--warning-light: #FEF3C7;--error: #EF4444;--error-light: #FEE2E2;--info: #3B82F6;--info-light: #EFF6FF;--border: #E5E7EB;--border-light: #E5E7EB;--border-focus: #3B82F6;--shadow-subtle: 0 2px 8px rgba(74, 124, 89, .08);--shadow-card: 0 4px 16px rgba(0, 0, 0, .06);--shadow-elevated: 0 8px 32px rgba(0, 0, 0, .12);--shadow-hover: 0 8px 24px rgba(74, 124, 89, .15);--shadow-glow: 0 0 0 3px rgba(59, 130, 246, .1);--shadow-notecard: 0 8px 32px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .06);--shadow-medium: 0 4px 16px rgba(74, 124, 89, .15);--shadow-strong: 0 8px 32px rgba(74, 124, 89, .25);--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--es-green: #4A7C59;--es-green-light: #E8F5E9;--es-green-dark: #3D6B4A;--es-cream: #FAF8F5;--es-white: #FFFFFF;--es-gray-50: #F9FAFB;--es-gray-100: #F3F4F6;--es-gray-200: #E5E7EB;--es-gray-300: #D1D5DB;--es-gray-400: #9CA3AF;--es-gray-500: #6B7280;--es-gray-600: #4B5563;--es-gray-700: #374151;--es-gray-800: #1F2937;--es-gray-900: #111827;--es-red: #DC2626;--es-red-light: #FEE2E2;--es-amber: #D97706;--es-amber-light: #FEF3C7;--qh-green: #4A7C59;--qh-green-light: #E8F5E9;--qh-green-dark: #3D6B4A;--qh-red: #EF4444;--qh-red-light: #FEF2F2;--qh-amber: #F59E0B;--qh-amber-light: #FFFBEB;--qh-blue: #3B82F6;--qh-blue-light: #EFF6FF;--qh-cream: #FAF8F5;--qh-white: #FFFFFF;--qh-border: #E5E7EB;--qh-muted: #6B7280;--qh-text: #111827;--qh-text-sm: #374151;--qh-r-sm: 8px;--qh-r: 12px;--qh-r-lg: 16px;--qh-shadow: 0 1px 4px rgba(0, 0, 0, .06);--qh-shadow-md: 0 4px 12px rgba(0, 0, 0, .09);--primary-green: #4A7C59;--light-green: #E8F5E9;--cream-bg: #FAF8F5;--pure-white: #FFFFFF;--text-dark: #1F2937;--gradient-green: linear-gradient(135deg, #4A7C59 0%, #3D6B4A 100%)}[data-theme=dark]{--bg-primary: #111827;--bg-secondary: #1F2937;--bg-tertiary: #374151;--bg-elevated: #4B5563;--text-primary: #F9FAFB;--text-secondary: #E5E7EB;--text-muted: #9CA3AF;--text-question: #FFFFFF;--border: #374151;--border-light: #4B5563;--success-light: rgba(16, 185, 129, .15);--error-light: rgba(239, 68, 68, .15);--warning-light: rgba(245, 158, 11, .15);--shadow-card: 0 4px 16px rgba(0, 0, 0, .4);--shadow-elevated: 0 8px 32px rgba(0, 0, 0, .5);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .6);--shadow-glow: 0 0 0 3px rgba(59, 130, 246, .2)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background-color .3s ease,color .3s ease}code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;background-color:var(--bg-elevated);color:var(--accent-primary);padding:2px 6px;border-radius:4px;font-size:.9em}@media (max-width: 768px){body{font-size:14px;padding-bottom:56px}.app-container{padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mobile-only{display:none!important}.desktop-only{display:initial}@media (max-width: 768px){.mobile-only{display:initial!important}.desktop-only{display:none!important}.mobile-full-width{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.mobile-stack{flex-direction:column!important}.mobile-touch-target{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-table-cards table,.mobile-table-cards thead,.mobile-table-cards tbody,.mobile-table-cards th,.mobile-table-cards td,.mobile-table-cards tr{display:block}.mobile-table-cards thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.mobile-table-cards tr{background:var(--card-bg, #fff);border:1px solid var(--border, #e5e7eb);border-radius:10px;padding:12px 16px;margin-bottom:10px;box-shadow:var(--shadow-subtle, 0 2px 8px rgba(0,0,0,.06))}.mobile-table-cards td{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border:none;border-bottom:1px solid var(--border-light, #f3f4f6);font-size:.875rem}.mobile-table-cards td:last-child{border-bottom:none}.mobile-table-cards td:before{content:attr(data-label);font-weight:600;color:var(--text-secondary, #4b5563);margin-right:12px;flex-shrink:0}.mobile-fullscreen-modal{width:100vw!important;height:100vh!important;max-width:100%!important;max-height:100%!important;border-radius:0!important;margin:0!important}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.app-container{min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);display:block;padding:0}.app-container.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--text-primary);padding:20px}.loading-spinner{width:48px;height:48px;border:3px solid var(--border);border-top-color:var(--accent-primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.app-container.loading p{font-size:16px;font-weight:500;color:var(--text-secondary)}.page-title,.view-header h1,.history-header .page-title,.schedule-header .page-title{animation:none!important;transform:none!important}.view-header .loading-spinner,.history-header .spinner,.schedule-header .loading-spinner{display:none!important}header h1,header .page-title,.section-title,.view-title,.weak-concepts-view h1,.weak-concepts-view .page-title,.schedule-view h1,.schedule-view .page-title,.bookmarks-view h1,.bookmarks-view .page-title,.quiz-view h1,.quiz-view .page-title{animation:none!important;transform:none!important}h1 .loading-spinner,h2 .loading-spinner,.page-title .loading-spinner,.section-title .loading-spinner,header .loading-spinner{display:none!important}h1.spinner,h2.spinner,.page-title.spinner,.section-title.spinner{animation:none!important;transform:none!important}.spinner:not(.loading-spinner),.spinning:not(.loading-spinner),.spin:not(.loading-spinner){animation:none!important;transform:none!important}.loading-spinner{animation:spin .8s linear infinite!important}header,.view-header,.card-header,.empty-state-card,.empty-state-title,.card-title,.title,.dashboard-title{transform:none!important}.view-header,.view-header *,.schedule-header,.schedule-header *,.history-header,.history-header *,.bookmarks-header,.bookmarks-header *,.empty-state,.empty-state *{animation:none!important;transform:none!important}.btn-primary{background-color:var(--accent-primary);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow-card)}.btn-primary:hover{background-color:var(--accent-secondary);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-card)}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border);border-radius:8px;padding:10px 22px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:var(--accent-primary);background-color:var(--bg-tertiary);transform:translateY(-1px)}.toast-container{position:fixed;top:24px;right:24px;z-index:99999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:420px;width:calc(100% - 48px)}.toast{position:relative;display:flex;align-items:center;gap:12px;padding:14px 44px 14px 16px;border-radius:12px;font-size:14px;font-weight:500;line-height:1.5;pointer-events:auto;box-shadow:0 4px 6px -1px #00000012,0 10px 20px -2px #0000000f,0 0 0 1px #00000008;overflow:hidden;will-change:transform,opacity;-webkit-user-select:none;user-select:none}.toast--enter{animation:toastEnter .36s cubic-bezier(.21,1.02,.73,1) forwards}.toast--visible{opacity:1;transform:translate(0)}.toast--exit{animation:toastExit .4s cubic-bezier(.06,.71,.55,1) forwards}@keyframes toastEnter{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastExit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast--success{background:#fff;border-left:4px solid #22c55e;color:#1a1a1a}.toast--error{background:#fff;border-left:4px solid #ef4444;color:#1a1a1a}.toast--info{background:#fff;border-left:4px solid #3b82f6;color:#1a1a1a}.toast--warning{background:#fff;border-left:4px solid #f59e0b;color:#1a1a1a}.toast-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.toast--success .toast-icon{background:#dcfce7;color:#16a34a}.toast--error .toast-icon{background:#fee2e2;color:#dc2626}.toast--info .toast-icon{background:#dbeafe;color:#2563eb}.toast--warning .toast-icon{background:#fef3c7;color:#d97706}.toast-body{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.toast-message{color:#374151;font-size:13.5px;letter-spacing:-.01em}.toast-action-btn{align-self:flex-start;padding:4px 12px;font-size:12px;font-weight:600;color:#fff;background:#4a7c59;border:none;border-radius:6px;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.toast-action-btn:hover{background:#3d6b4a;transform:translateY(-1px)}.toast-action-btn:active{transform:translateY(0)}.toast--has-action{padding-bottom:16px}.toast-dismiss{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;font-size:16px;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;color:#9ca3af;line-height:1;padding:0}.toast:hover .toast-dismiss{opacity:1}.toast-dismiss:hover{opacity:1;background:#0000000d;color:#4b5563}.toast-progress{position:absolute;bottom:0;left:0;height:3px;border-radius:0 0 0 12px;transform-origin:left center;animation:toastProgress var(--toast-duration, 5s) linear forwards}.toast--success .toast-progress{background:#22c55e}.toast--error .toast-progress{background:#ef4444}.toast--info .toast-progress{background:#3b82f6}.toast--warning .toast-progress{background:#f59e0b}.toast:hover .toast-progress{animation-play-state:paused}@keyframes toastProgress{0%{width:100%}to{width:0%}}@media (max-width: 600px){.toast-container{top:12px;right:12px;left:12px;max-width:none;width:auto}.toast{padding:12px 40px 12px 14px;font-size:13px;border-radius:10px}.toast-dismiss{opacity:.5}}.celebration-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:celebrationFadeIn .3s ease-out}.celebration-overlay.celebration-exiting{animation:celebrationFadeOut .3s ease-out forwards}@keyframes celebrationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes celebrationFadeOut{0%{opacity:1}to{opacity:0}}.confetti-container{position:fixed;inset:0;pointer-events:none;overflow:hidden}.confetti-piece{position:absolute;top:-10px;left:var(--confetti-left);width:8px;height:12px;background:var(--confetti-color);border-radius:2px;opacity:0;animation:confettiFall var(--confetti-duration) var(--confetti-delay) ease-out forwards;transform:rotate(var(--confetti-rotation))}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0) scale(1)}50%{opacity:1}to{opacity:0;transform:translateY(calc(100vh + 20px)) rotate(720deg) scale(.5)}}.celebration-modal{background:#fff;border-radius:20px;max-width:420px;width:100%;box-shadow:0 24px 64px #0003;position:relative;animation:celebrationModalIn .4s cubic-bezier(.21,1.02,.73,1);overflow:hidden}.celebration-exiting .celebration-modal{animation:celebrationModalOut .3s ease-out forwards}@keyframes celebrationModalIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes celebrationModalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(15px) scale(.97)}}.celebration-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s;z-index:2}.celebration-close:hover{background:#f3f4f6;color:#4b5563}.celebration-content{padding:40px 32px 32px;text-align:center}.celebration-check-icon{font-size:56px;color:#4a7c59;margin-bottom:16px;animation:celebrationBounce .6s .2s ease-out both}@keyframes celebrationBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.celebration-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.celebration-subtitle{font-size:15px;color:#6b7280;margin:0 0 24px}.celebration-unlocked{text-align:left;background:#f8faf9;border-radius:12px;padding:16px 20px;margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.celebration-unlock-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.celebration-check{width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#4a7c59;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.celebration-actions{display:flex;flex-direction:column;gap:10px}.celebration-cta-primary{padding:13px 24px;background:linear-gradient(135deg,#4a7c59,#3a9150);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #4a7c5940}.celebration-cta-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4a7c5959}.celebration-cta-secondary{padding:11px 24px;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.celebration-cta-secondary:hover{background:#f9fafb;color:#374151;border-color:#d1d5db}.celebration-ambassador-hint{font-size:.78rem;color:#9ca3af;margin:1rem 0 0;line-height:1.5}.celebration-ambassador-hint a{color:#4a7c59;font-weight:600;text-decoration:none}.celebration-ambassador-hint a:hover{text-decoration:underline}@media (max-width: 600px){.celebration-modal{max-width:100%;margin:0 12px;border-radius:16px}.celebration-content{padding:32px 24px 24px}.celebration-title{font-size:20px}.celebration-check-icon{font-size:48px}}.nudge-overlay{position:fixed;inset:0;z-index:10001;background:#0006;display:flex;align-items:center;justify-content:center;padding:20px}.nudge-modal{background:#faf8f3;border-radius:16px;max-width:520px;width:100%;padding:32px;position:relative;box-shadow:0 16px 48px #00000026}.nudge-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#b0aeaa;font-size:16px;cursor:pointer;padding:4px;border-radius:4px;transition:color .15s}.nudge-close:hover{color:#4a4a4a}.nudge-header{text-align:center;margin-bottom:20px}.nudge-icon-circle{width:52px;height:52px;background:#4a7c591a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:#4a7c59;font-size:22px}.nudge-title{font-size:19px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.nudge-subtitle{font-size:14px;color:#7a7a7a;margin:0;line-height:1.5}.nudge-reward{display:flex;align-items:center;gap:8px;background:#4a7c5914;border:1px solid rgba(74,124,89,.15);border-radius:10px;padding:10px 14px;margin-bottom:18px;font-size:14px;color:#4a7c59}.nudge-reward-icon{font-size:16px;flex-shrink:0}.nudge-reward strong{font-weight:700}.nudge-composer{margin-bottom:14px}.nudge-textarea{width:100%;padding:12px 14px;border:1px solid #e8e6e1;border-radius:10px;font-size:14px;color:#1a1a1a;background:#fff;outline:none;resize:vertical;min-height:100px;font-family:inherit;line-height:1.5;box-sizing:border-box;transition:border-color .15s}.nudge-textarea:focus{border-color:#4a7c59}.nudge-textarea::placeholder{color:#b0aeaa}.nudge-char-count{text-align:right;margin-top:4px;font-size:12px}.char-count-warn{color:#d97706}.char-count-ok{color:#4a7c59}.nudge-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.nudge-footer .anonymous-toggle{font-size:13px;color:#7a7a7a;display:flex;align-items:center;gap:6px;cursor:pointer}.nudge-footer .anonymous-toggle input[type=checkbox]{accent-color:#4A7C59}.nudge-actions{display:flex;gap:8px}.nudge-dismiss{background:none;border:none;color:#9a9a9a;font-size:13px;cursor:pointer;padding:8px 14px;border-radius:8px;transition:color .15s,background .15s}.nudge-dismiss:hover{color:#4a4a4a;background:#0000000a}.nudge-submit{padding:10px 20px;background:#4a7c59;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.nudge-submit:hover:not(:disabled){background:#3d6b4a}.nudge-submit:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 560px){.nudge-modal{padding:24px 20px}.nudge-footer{flex-direction:column;gap:10px}.nudge-actions{width:100%;justify-content:flex-end}}@media (max-width: 768px){.nudge-overlay{padding:0;align-items:stretch}.nudge-modal{max-width:100%;border-radius:0;min-height:100vh;display:flex;flex-direction:column;padding:24px 20px;padding-top:calc(24px + env(safe-area-inset-top,0px));padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.nudge-close{width:44px;height:44px;font-size:20px;display:flex;align-items:center;justify-content:center;top:calc(12px + env(safe-area-inset-top,0px));right:12px}.nudge-title{font-size:18px}.nudge-subtitle{font-size:14px}.nudge-textarea{font-size:16px;min-height:120px;padding:14px;flex:1}.nudge-composer{flex:1;display:flex;flex-direction:column}.nudge-footer{flex-direction:column;gap:12px}.nudge-footer .anonymous-toggle{font-size:14px;min-height:44px}.nudge-footer .anonymous-toggle input[type=checkbox]{width:18px;height:18px}.nudge-dismiss{min-height:44px;font-size:14px;padding:12px 16px}.nudge-submit{min-height:48px;font-size:15px;padding:12px 24px}.nudge-actions{width:100%;justify-content:flex-end}.nudge-reward{font-size:14px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;background-color:var(--bg-secondary);border-top:2px solid var(--border);box-shadow:var(--shadow-elevated);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-banner-text{flex:1;min-width:300px}.cookie-banner-text p{margin:0;color:var(--text-primary);font-size:15px;line-height:1.5;font-weight:500}.cookie-banner-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.cookie-btn-accept{background-color:var(--accent-primary);color:#fff;box-shadow:var(--shadow-card)}.cookie-btn-accept:hover{background-color:var(--accent-secondary);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.cookie-btn-decline{background-color:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border)}.cookie-btn-decline:hover{background-color:var(--bg-elevated);border-color:var(--text-muted);color:var(--text-primary)}.cookie-btn-learn-more{background-color:transparent;color:var(--accent-primary);border:1px solid var(--accent-primary);text-decoration:none}.cookie-btn-learn-more:hover{background-color:var(--accent-primary);color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.cookie-banner{bottom:56px}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1rem;text-align:center;padding:1rem}.cookie-banner-text{min-width:auto}.cookie-banner-actions{justify-content:center;gap:.5rem}.cookie-btn{flex:1;min-width:80px;min-height:44px;padding:.65rem 1rem;font-size:13px}}@media (max-width: 480px){.cookie-banner-actions{flex-direction:column;gap:.5rem}.cookie-btn{width:100%}}.desktop-hint-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(135deg,#1a2e1f,#1e3a24);color:#e8f5e9;padding:16px 16px 14px;animation:hintSlideUp .4s ease-out;box-shadow:0 -4px 20px #00000040}@media (max-width: 768px){.desktop-hint-banner{display:block}}@keyframes hintSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.desktop-hint-content{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.desktop-hint-icon{flex-shrink:0;color:#4caf50;margin-top:1px}.desktop-hint-text{font-size:.84rem;line-height:1.5;color:#c8e6ca}.desktop-hint-text strong{color:#fff;display:block;margin-bottom:2px;font-size:.88rem}.desktop-hint-actions{display:flex;gap:10px}.desktop-hint-dismiss{flex:1;padding:10px 16px;background:#4a7c59;color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.desktop-hint-dismiss:active{background:#3d6b4a}.desktop-hint-permanent{padding:10px 16px;background:transparent;color:#81c784;border:1px solid rgba(129,199,132,.3);border-radius:8px;font-size:.78rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.desktop-hint-permanent:active{background:#ffffff0d}.desktop-hint-pill{display:none;position:fixed;bottom:16px;right:16px;z-index:9999;background:linear-gradient(135deg,#1a2e1f,#1e3a24);color:#c8e6ca;padding:8px 14px;border-radius:20px;font-size:.75rem;font-weight:600;align-items:center;gap:6px;cursor:pointer;box-shadow:0 2px 12px #00000040;animation:pillFadeIn .3s ease-out}@media (max-width: 768px){.desktop-hint-pill{display:flex}}.desktop-hint-pill svg{color:#4caf50}@keyframes pillFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.desktop-hint-banner,.desktop-hint-pill{display:none!important}.main-navigation{background:#f9f7f3;border-bottom:1px solid #e5e1d8;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-container{width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:18px;transition:color .2s ease}.nav-brand:hover{color:var(--accent-primary)}.brand-icon{width:32px;height:32px;font-size:24px;border-radius:50%}.brand-text{font-weight:700}.desktop-nav,.nav-links{display:flex;align-items:center;gap:4px}.nav-auth{margin-left:auto}.auth-loading{padding:8px 16px;color:var(--text-secondary);font-size:14px}.mobile-auth-section{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.nav-link{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;text-decoration:none;color:#6c757d;font-weight:500;font-size:14px;transition:all .2s ease;position:relative}.nav-link:hover{color:#333;background:#4a7c590d}.nav-link.active{color:#4a7c59;background:transparent}.nav-link svg{width:16px;height:16px}.nav-badge{background:#4a7c59;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;margin-left:2px;line-height:1}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary);font-size:20px;padding:8px;cursor:pointer;border-radius:6px;transition:all .2s ease}.mobile-menu-btn:hover{background:var(--bg-tertiary);color:var(--accent-primary)}.mobile-nav{display:none}.mobile-nav.open{display:block;position:fixed;inset:64px 0 0;z-index:99}.mobile-nav-overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-nav-content{position:absolute;top:0;right:0;height:100vh;width:280px;background:var(--bg-secondary);border-left:1px solid var(--border);padding:20px;box-shadow:var(--shadow-card);transform:translate(100%);transition:transform .3s ease}.mobile-nav.open .mobile-nav-content{transform:translate(0)}.mobile-nav .nav-link{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:4px;border-radius:8px;text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:16px;transition:all .2s ease}.mobile-nav .nav-link:hover{color:var(--text-primary);background:var(--bg-tertiary)}.mobile-nav .nav-link.active{color:var(--accent-primary);background:var(--accent-bg)}.mobile-nav .nav-link svg{width:18px;height:18px}@media (max-width: 768px){.nav-container{padding:0 16px}.desktop-nav{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.brand-text{display:none}}@media (max-width: 480px){.nav-container{padding:0 12px;height:56px}.nav-brand{font-size:16px}.brand-icon{width:32px;height:32px;font-size:20px}.mobile-nav.open{top:56px}.mobile-nav-content{width:100%;border-left:none}}:root{--nav-brand-green: #4A7C59;--nav-page-bg: #f9f7f3;--nav-text-charcoal: #333333;--nav-text-muted: #6c757d}.nav-link,.mobile-menu-btn,.mobile-nav-content{transition:all .2s ease}.nav-link:focus,.mobile-menu-btn:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.nav-link:focus:not(:focus-visible),.mobile-menu-btn:focus:not(:focus-visible){outline:none}.nav-link:hover svg,.mobile-menu-btn:hover{transform:scale(1.05)}.nav-link.active{position:relative}.nav-link.active:after{content:"";position:absolute;bottom:-11px;left:50%;transform:translate(-50%);width:70%;height:2px;background:#4a7c59;border-radius:1px}@media (max-width: 768px){.nav-link.active:after{display:none}}.nav-locked-badge{display:inline-flex;align-items:center;gap:4px;background:#fefce8;border:1px solid #fde68a;color:#92400e;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s;font-family:inherit}.nav-locked-badge:hover{background:#fef9c3}.mobile-locked-badge{margin-bottom:.35rem;font-size:.85rem;padding:5px 13px}.nav-referral-progress-badge{display:inline-flex;align-items:center;gap:4px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s;font-family:inherit}.nav-referral-progress-badge:hover{background:#dbeafe}.mobile-referral-progress-badge{margin-bottom:.35rem;font-size:.82rem;padding:5px 13px;white-space:normal;text-align:left}.nav-credits-badge{display:inline-flex;align-items:center;gap:4px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:20px;padding:4px 12px;font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s;font-family:inherit}.nav-credits-badge:hover{background:#dcfce7}.mobile-credits-badge{margin-bottom:.5rem;font-size:.9rem;padding:6px 14px}.nav-gpu-btn{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;color:#4a7c59;padding:4px 10px;border:1px solid #c6e3cc;border-radius:99px;background:#f0f7f2;cursor:pointer;white-space:nowrap;transition:all .15s}.nav-gpu-btn:hover{background:#4a7c59;color:#fff;border-color:#4a7c59}.nav-ambassador-link{font-size:.75rem;font-weight:600;color:#4a7c59;text-decoration:none;white-space:nowrap;padding:4px 10px;border:1px solid #c6e3cc;border-radius:99px;background:#f0f7f2;transition:all .15s}.nav-ambassador-link:hover{background:#4a7c59;color:#fff;border-color:#4a7c59}.mobile-credits-group{display:flex;flex-direction:column;align-items:flex-start;gap:0}.mobile-ambassador-link{font-size:.78rem;color:#4a7c59;font-weight:500;text-decoration:none;padding:0 14px;margin-bottom:.5rem}.mobile-ambassador-link:hover{text-decoration:underline}.auth-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:440px;position:relative;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.auth-modal.auth-modal-compact{max-width:400px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:1}.auth-modal-close:hover{background:#f0f0f0;color:#333}.auth-modal-content{padding:48px 40px 36px;text-align:center}.auth-modal-title{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.auth-modal-subtitle{font-size:.9rem;color:#666;margin:0 0 12px;line-height:1.4}.auth-smail-hint{font-size:.78rem;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:8px 12px;margin:0 0 20px;line-height:1.45;text-align:left}.auth-smail-hint strong{font-weight:700}.auth-google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease}.auth-google-button:hover:not(:disabled){background:#f8f9fa;border-color:#4285f4;transform:translateY(-1px);box-shadow:0 4px 12px #4285f426}.auth-google-button:disabled{opacity:.6;cursor:not-allowed}.auth-google-loading{color:#666}.auth-error{background:#fff5f5;border:1px solid #ffcccc;color:#d32f2f;padding:12px 16px;border-radius:8px;font-size:14px;margin-top:16px;text-align:left}.auth-modal-footer-note{font-size:.75rem;color:#999;margin:24px 0 0;line-height:1.5}.auth-privacy-link{color:#4a7c59;text-decoration:underline;text-underline-offset:2px}.auth-privacy-link:hover{color:#3d6b4a}@media (max-width: 768px){.auth-modal-overlay{padding:0;align-items:stretch}.auth-modal,.auth-modal.auth-modal-compact{width:100vw;height:100vh;max-width:100%;max-height:100%;border-radius:0;margin:0}.auth-modal-close{width:44px;height:44px;top:12px;right:12px}.auth-modal-content{padding:40px 24px 32px}.auth-modal-title{font-size:22px}.auth-google-button{font-size:15px;min-height:48px}}.landing-navigation{position:fixed;top:0;left:0;right:0;height:72px;background-color:#faf8f3;z-index:1000;transition:all .2s ease}.landing-navigation.scrolled{background-color:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #0000000f}.landing-nav-container{max-width:1600px;margin:0 auto;padding:0 120px;height:100%;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .15s}.landing-nav-logo:hover{color:#4a7c59}.landing-logo{height:32px;width:auto;transition:transform .2s}.landing-nav-logo:hover .landing-logo{transform:scale(1.03)}.landing-nav-links{display:flex;align-items:center;gap:32px}.landing-nav-link{background:none;border:none;font-size:15px;font-weight:500;color:#4a4a4a;cursor:pointer;text-decoration:none;transition:color .15s;font-family:inherit}.landing-nav-link:hover{color:#4a7c59}.landing-nav-login{background:none;border:none;color:#4a4a4a;padding:10px 20px;font-weight:600;font-size:15px;cursor:pointer;transition:all .15s;border-radius:8px;font-family:inherit}.landing-nav-login:hover{background:#4a7c590f;color:#4a7c59}.landing-nav-cta{background-color:#4a7c59;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;transition:all .2s;border:none;cursor:pointer;display:inline-block;font-family:inherit}.landing-nav-cta:hover{background-color:#3d6b4a;transform:translateY(-1px);box-shadow:0 4px 12px #4a7c5940}@media (max-width: 1400px){.landing-nav-container{padding:0 80px}}@media (max-width: 1024px){.landing-nav-container{padding:0 40px}}@media (max-width: 768px){.landing-nav-container{padding:0 24px}.landing-nav-links{gap:16px}.landing-nav-link{font-size:14px}.landing-nav-login{padding:8px 12px;font-size:14px}.landing-nav-cta{padding:10px 16px;font-size:14px}}@media (max-width: 480px){.landing-nav-links{gap:8px}.landing-nav-link{display:none}.landing-nav-login{padding:8px 12px;font-size:13px}.landing-nav-cta{padding:8px 14px;font-size:13px}.landing-logo{height:28px}.landing-nav-logo{font-size:16px}}.login-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;min-width:200px}.login-button:hover{background:#f8f9fa;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.login-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.google-icon{flex-shrink:0}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-button:disabled:hover{background:#fff;border-color:#e0e0e0;transform:none;box-shadow:none}.user-profile{position:relative}.profile-trigger{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:#fff;border:2px solid #e0e0e0;border-radius:50px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.profile-trigger:hover{background:#fafafa;border-color:var(--primary-green, #4A7C59);box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-green, #4A7C59);box-shadow:0 0 0 1px #4a7c591a}.profile-avatar-fallback{width:36px;height:36px;border-radius:50%;background:#4a7c59;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px #4a7c591a}.profile-name{font-size:15px;font-weight:600;color:#1a1a1a;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease;color:#666}.dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:12px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:260px;z-index:1000;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{display:flex;align-items:center;gap:12px;padding:16px}.dropdown-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-green, #4A7C59);box-shadow:0 0 0 1px #4a7c591a}.dropdown-avatar-fallback{width:48px;height:48px;border-radius:50%;background:#4a7c59;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px #4a7c591a;flex-shrink:0}.dropdown-info{flex:1;min-width:0}.dropdown-name{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-email{font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#e0e0e0;margin:0 16px}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#333}.dropdown-item:hover{background:#f8f9fa}.privacy-link{color:#666;text-decoration:none}.privacy-link svg{stroke:#999}.logout-button{color:#dc3545;border-radius:0 0 12px 12px;font-weight:600}.logout-button:hover{background:#fff5f5}.logout-button svg{stroke-width:2.5}.dropdown-overlay{position:fixed;inset:0;z-index:999}@media (max-width: 768px){.profile-name{display:none}.profile-dropdown{right:-8px;min-width:200px}}.mobile-tab-bar{display:none}@media (max-width: 768px){.mobile-tab-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:9998;height:56px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px #0000000f;align-items:center;justify-content:space-around;padding:0;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;text-decoration:none;color:#9ca3af;font-size:10px;font-weight:500;gap:2px;transition:color .15s ease;-webkit-tap-highlight-color:transparent;min-width:44px;min-height:44px}.mobile-tab-item:active{opacity:.7}.mobile-tab-active{color:#4a7c59}.mobile-tab-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-tab-icon svg{width:22px;height:22px}.mobile-tab-active .mobile-tab-icon svg{stroke-width:2.5}.mobile-tab-label{font-size:10px;line-height:1;letter-spacing:.01em}.mobile-tab-active .mobile-tab-label{font-weight:700}}.tour-overlay{position:fixed;inset:0;z-index:10000;pointer-events:none}.tour-overlay-bg{position:fixed;inset:0;background:#0000008c;pointer-events:auto;animation:tourFadeIn .3s ease}.tour-spotlight{position:fixed;border-radius:12px;box-shadow:0 0 0 9999px #0000008c;z-index:10001;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.tour-spotlight:after{content:"";position:absolute;inset:-4px;border-radius:14px;border:2px solid rgba(74,124,89,.6);animation:tourPulse 2s ease-in-out infinite}.tour-tooltip{position:fixed;z-index:10002;width:360px;max-width:calc(100vw - 32px);background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014;pointer-events:auto;animation:tourSlideIn .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.tour-tooltip-arrow{position:absolute;width:16px;height:16px;background:#fff;transform:rotate(45deg);box-shadow:-2px -2px 4px #0000000a}.tour-tooltip-arrow.top{bottom:-8px;left:50%;margin-left:-8px}.tour-tooltip-arrow.bottom{top:-8px;left:50%;margin-left:-8px;box-shadow:2px 2px 4px #0000000a}.tour-tooltip-arrow.left{right:-8px;top:50%;margin-top:-8px;box-shadow:2px -2px 4px #0000000a}.tour-tooltip-arrow.right{left:-8px;top:50%;margin-top:-8px}.tour-tooltip-accent{height:4px;background:linear-gradient(90deg,#4a7c59,#6ba377)}.tour-tooltip-body{padding:20px 24px 16px}.tour-tooltip-step-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#4a7c59;margin-bottom:8px}.tour-tooltip-title{font-size:17px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.3}.tour-tooltip-description{font-size:14px;color:#4b5563;line-height:1.55;margin:0}.tour-tooltip-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 24px 16px;gap:12px}.tour-dots{display:flex;gap:6px;align-items:center}.tour-dot{width:7px;height:7px;border-radius:50%;background:#d1d5db;transition:all .3s ease}.tour-dot.active{background:#4a7c59;width:20px;border-radius:4px}.tour-dot.completed{background:#93c5a4}.tour-tooltip-actions{display:flex;gap:8px;align-items:center}.tour-btn{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.tour-btn-skip{background:transparent;color:#9ca3af;padding:8px 12px}.tour-btn-skip:hover{color:#6b7280}.tour-btn-back{background:#f3f4f6;color:#374151}.tour-btn-back:hover{background:#e5e7eb}.tour-btn-next{background:#4a7c59;color:#fff}.tour-btn-next:hover{background:#3d6b4a;transform:translateY(-1px);box-shadow:0 4px 12px #4a7c594d}.tour-btn-finish{background:#4a7c59;color:#fff}.tour-btn-finish:hover{background:#3d6b4a}.tour-welcome-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;animation:tourFadeIn .3s ease}.tour-welcome-card{background:#fff;border-radius:20px;width:420px;max-width:calc(100vw - 32px);box-shadow:0 24px 80px #0003;overflow:hidden;animation:tourScaleIn .35s cubic-bezier(.4,0,.2,1)}.tour-welcome-header{background:linear-gradient(135deg,#4a7c59,#6ba377);padding:32px 28px 24px;text-align:center}.tour-welcome-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px}.tour-welcome-logo-img{width:40px;height:40px;border-radius:10px;object-fit:contain}.tour-welcome-brand-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.3px}.tour-welcome-header h2{margin:0;color:#fff;font-size:22px;font-weight:700}.tour-welcome-header p{margin:8px 0 0;color:#ffffffd9;font-size:14px;line-height:1.5}.tour-welcome-body{padding:24px 28px}.tour-welcome-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.tour-welcome-features li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#374151;line-height:1.45}.tour-welcome-features li .tour-feat-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:#e8f5e9;display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:1px}.tour-welcome-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 28px 24px}.tour-welcome-footer .tour-btn-skip{font-size:14px}.tour-welcome-footer .tour-btn-next{padding:10px 24px;font-size:14px}@keyframes tourFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tourSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tourScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tourPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.tour-tooltip{width:calc(100vw - 24px);left:12px!important;right:12px}.tour-tooltip-body{padding:16px 20px 12px}.tour-tooltip-footer{padding:10px 20px 14px}.tour-welcome-card{width:calc(100vw - 24px)}}.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.protected-route-container{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:20px}.protected-route-content{max-width:440px;text-align:center;background:var(--bg-secondary);padding:48px 40px;border-radius:16px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.protected-route-content h2{color:var(--text-primary);font-size:26px;font-weight:700;margin-bottom:10px}.protected-route-content>p{color:var(--text-secondary);font-size:15px;line-height:1.6;margin-bottom:28px}.login-section{margin-bottom:16px}.invite-note{color:var(--text-tertiary, var(--text-secondary));font-size:13px;margin-top:12px;margin-bottom:0;opacity:.8}@media (max-width: 768px){.protected-route-content{padding:36px 24px;margin:0 16px}.protected-route-content h2{font-size:22px}}@media (max-width: 480px){.protected-route-container{min-height:70vh;padding:16px}.protected-route-content{padding:28px 20px;margin:0}.protected-route-content h2{font-size:20px}.protected-route-content>p{font-size:14px}}
