*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}:root{--green: #1D9E75;--green-dark: #0F6E56;--green-light: #E1F5EE;--green-text: #085041;--amber: #BA7517;--amber-light: #FAEEDA;--bg: #FDFCF8;--fg: #2C2C24;--moss: #5D7052;--moss-hover: #4a5c42;--moss-10: rgba(93, 112, 82, .1);--moss-15: rgba(93, 112, 82, .15);--clay: #C18C5D;--clay-15: rgba(193, 140, 93, .15);--sand: #E6DCCD;--stone: #F0EBE5;--timber: #DED8CF;--bark: #4A4A40;--grass: #78786C;--shadow-moss: 0 4px 20px -2px rgba(93, 112, 82, .15);--shadow-float: 0 10px 40px -10px rgba(193, 140, 93, .22);--shadow-deep: 0 20px 60px -15px rgba(93, 112, 82, .22);--gray-text: #444441;--gray-muted: #78786C;--gray-subtle: #F0EBE5;--text: #2C2C24;--white: #ffffff;--border: #DED8CF;--radius: 16px;--radius-sm: 10px;--nav-bg: rgba(253, 252, 248, .85);--nav-border: rgba(222, 216, 207, .75)}[data-theme=dark]{--bg: #141814;--fg: #E5E0D8;--stone: #1C221C;--sand: #252C25;--timber: #283028;--bark: #BEB9B0;--grass: #8A9A84;--white: #1A1F1A;--border: #283028;--gray-text: #C0BCB5;--gray-muted: #8A9A84;--gray-subtle: #1C221C;--text: #E5E0D8;--moss-10: rgba(93, 112, 82, .18);--moss-15: rgba(93, 112, 82, .22);--clay-15: rgba(193, 140, 93, .18);--green-light: rgba(29, 158, 117, .15);--shadow-moss: 0 4px 20px -2px rgba(0, 0, 0, .35);--shadow-float: 0 10px 40px -10px rgba(0, 0, 0, .45);--shadow-deep: 0 20px 60px -15px rgba(0, 0, 0, .55);--nav-bg: rgba(20, 24, 20, .88);--nav-border: rgba(40, 48, 40, .75)}[data-theme=dark] body:after{mix-blend-mode:screen;opacity:.02}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:clip}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.038;mix-blend-mode:multiply;pointer-events:none;z-index:9998}.nav-wrap{position:sticky;top:16px;z-index:100;padding:0 20px}nav{max-width:900px;margin:0 auto;background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--nav-border);border-radius:9999px;padding:10px 10px 10px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-moss)}.logo{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:var(--fg);text-decoration:none;font-family:Fraunces,Georgia,serif}.logo-mark{width:30px;height:30px;background:var(--moss);border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-mark svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}.nav-links{display:flex;align-items:center;gap:2px}.nav-links a{font-size:14px;color:var(--grass);text-decoration:none;padding:7px 14px;border-radius:9999px;font-weight:500;transition:color .2s,background .2s}.nav-links a:hover{color:var(--fg);background:var(--moss-10)}@media (max-width: 600px){.nav-wrap{padding:0 12px}nav{padding:8px 8px 8px 16px}.nav-links a:not(.btn-nav){display:none}.btn-nav{padding:8px 16px;font-size:13px}}.btn-nav{background:var(--moss);color:#f3f4f1;padding:9px 22px;border-radius:9999px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s ease;box-shadow:var(--shadow-moss)}.btn-nav:hover{background:var(--moss-hover);color:#fff!important;transform:scale(1.03)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal-visible{opacity:1;transform:translateY(0)}.theme-toggle{background:none;border:none;cursor:pointer;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--grass);flex-shrink:0;transition:background .2s,color .2s}.theme-toggle:hover{background:var(--moss-10);color:var(--fg)}.hero{max-width:960px;margin:0 auto;padding:96px 40px 80px;text-align:center;position:relative}.hero-blob{position:absolute;pointer-events:none;filter:blur(72px)}.hero-blob-1{width:500px;height:500px;background:#5d70521c;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;top:-130px;right:-100px}.hero-blob-2{width:340px;height:340px;background:#c18c5d17;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:-60px;left:-60px}.badge{display:inline-flex;align-items:center;gap:6px;background:var(--clay-15);color:var(--clay);font-size:12px;font-weight:700;padding:5px 14px;border-radius:9999px;margin-bottom:32px;position:relative}.badge-dot{width:6px;height:6px;background:var(--clay);border-radius:50%}.hero h1{font-family:Fraunces,Georgia,serif;font-size:clamp(40px,6vw,64px);font-weight:700;line-height:1.1;color:var(--fg);margin-bottom:24px;letter-spacing:-1.5px;position:relative}.hero h1 span{color:var(--moss)}.hero p{font-size:17px;color:var(--grass);max-width:520px;margin:0 auto 44px;line-height:1.78;position:relative}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;position:relative}@media (max-width: 480px){.hero{padding:72px 24px 64px}.hero-ctas{flex-direction:column;gap:10px}.hero-ctas a{width:100%;text-align:center}}.btn-primary{background:var(--moss);color:#f3f4f1;padding:13px 30px;border-radius:9999px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block;box-shadow:var(--shadow-moss);transition:all .25s ease;font-family:inherit}.btn-primary:hover{background:var(--moss-hover);transform:scale(1.04);box-shadow:0 6px 28px -4px #5d705252}.btn-primary:active{transform:scale(.97)}.btn-secondary{background:transparent;color:var(--bark);padding:13px 30px;border-radius:9999px;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid var(--timber);display:inline-block;transition:all .25s ease}.btn-secondary:hover{border-color:var(--clay);color:var(--clay);background:var(--clay-15);transform:scale(1.02)}.proof{background:var(--stone);padding:22px 40px}.proof-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:44px;flex-wrap:wrap}.proof-stat{text-align:center}.proof-stat strong{display:block;font-size:24px;font-weight:800;color:var(--fg);font-family:Fraunces,Georgia,serif}.proof-stat span{font-size:12px;color:var(--grass)}.proof-div{width:1px;height:36px;background:var(--timber)}.section{max-width:960px;margin:0 auto;padding:88px 40px}.section-label{display:inline-block;font-size:12px;font-weight:700;color:var(--clay);background:var(--clay-15);padding:4px 14px;border-radius:9999px;margin-bottom:18px}.section-title{font-family:Fraunces,Georgia,serif;font-size:clamp(26px,3.5vw,38px);font-weight:700;line-height:1.2;color:var(--fg);margin-bottom:18px;letter-spacing:-.5px}.section-sub{font-size:16px;color:var(--grass);max-width:520px;line-height:1.78;margin-bottom:48px}.problems{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.problem-card{background:var(--white);border:1px solid rgba(222,216,207,.6);border-radius:1.75rem;padding:28px 24px;box-shadow:var(--shadow-moss);transition:transform .25s,box-shadow .25s}.problem-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-float)}.problem-icon{width:42px;height:42px;background:var(--clay-15);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.problem-icon svg{width:18px;height:18px;stroke:var(--clay);fill:none;stroke-width:2}.problem-card h3{font-size:14px;font-weight:700;margin-bottom:8px;color:var(--fg)}.problem-card p{font-size:13px;color:var(--grass);line-height:1.65}.how-bg{background:var(--stone)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;position:relative}.step{padding:32px 28px;background:var(--white);border-radius:2rem;box-shadow:var(--shadow-moss);position:relative;transition:transform .25s}.step:hover{transform:translateY(-3px)}.step-num{width:38px;height:38px;background:var(--moss);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;margin-bottom:18px;font-family:Fraunces,Georgia,serif}.step h3{font-size:15px;font-weight:700;margin-bottom:10px;color:var(--fg)}.step p{font-size:13px;color:var(--grass);line-height:1.65}.step-arrow{display:none}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.feature-card{background:var(--white);border:1px solid rgba(222,216,207,.55);padding:32px 28px;box-shadow:var(--shadow-moss);transition:transform .3s,box-shadow .3s}.feature-card:nth-child(1){border-radius:2rem 3.5rem 2rem 2.5rem}.feature-card:nth-child(2){border-radius:3.5rem 2rem 2.5rem}.feature-card:nth-child(3){border-radius:2rem 2.5rem 3.5rem 2rem}.feature-card:nth-child(4){border-radius:2.5rem 2rem 2rem 3.5rem}.feature-card:nth-child(5){border-radius:3.5rem 2rem 2.5rem}.feature-card:nth-child(6){border-radius:2rem 3.5rem 2rem 2.5rem}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #5d705229}.feature-icon{width:50px;height:50px;background:var(--moss-10);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .25s}.feature-card:hover .feature-icon{background:var(--moss)}.feature-icon svg{width:22px;height:22px;stroke:var(--moss);fill:none;stroke-width:1.8;transition:stroke .25s}.feature-card:hover .feature-icon svg{stroke:#fff}.feature-card h3{font-size:15px;font-weight:700;margin-bottom:10px;color:var(--fg)}.feature-card p{font-size:13px;color:var(--grass);line-height:1.65}.mockup-wrap{background:var(--moss-10);border:1px solid rgba(93,112,82,.15);border-radius:2.5rem;padding:48px 40px;margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}@media (max-width: 640px){.mockup-wrap{grid-template-columns:1fr}}.mockup-copy h3{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:700;color:var(--moss);margin-bottom:14px}.mockup-copy p{font-size:14px;color:var(--bark);line-height:1.75;margin-bottom:22px}.check-list{list-style:none;display:flex;flex-direction:column;gap:10px}.check-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--bark);font-weight:600}.check-list li:before{content:"";width:16px;height:16px;min-width:16px;background:var(--moss);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.app-card{background:var(--white);border-radius:1.5rem;padding:24px;box-shadow:var(--shadow-float)}.app-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.app-card-header h4{font-size:13px;font-weight:600;color:var(--text)}.app-tag{font-size:11px;font-weight:500;background:var(--green-light);color:var(--green-dark);padding:3px 8px;border-radius:20px}.drill-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:.5px solid var(--border)}.drill-row:last-of-type{border-bottom:none}.drill-dot{width:8px;height:8px;border-radius:50%}.dot-green{background:var(--green)}.dot-amber{background:#ef9f27}.dot-red{background:#e24b4a}.drill-info{flex:1}.drill-info p{font-size:13px;font-weight:500;color:var(--text)}.drill-info span{font-size:11px;color:var(--gray-muted)}.drill-score{font-size:13px;font-weight:600;color:var(--text)}.progress-bar-wrap{margin-top:14px}.progress-label{display:flex;justify-content:space-between;font-size:11px;color:var(--gray-muted);margin-bottom:5px}.progress-bar{height:5px;background:var(--border);border-radius:10px;overflow:hidden}.progress-fill{height:100%;border-radius:10px;background:var(--green)}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.tcard{background:var(--white);border:1px solid rgba(222,216,207,.6);border-radius:2rem;padding:30px 26px;box-shadow:var(--shadow-moss);transition:transform .3s ease,box-shadow .3s ease}.tcard:hover{transform:rotate(1deg) translateY(-3px);box-shadow:var(--shadow-float)}.stars{color:var(--clay);font-size:14px;letter-spacing:2px;margin-bottom:14px}.tcard p{font-size:13px;color:var(--grass);line-height:1.78;margin-bottom:20px;font-style:italic}.tcard-author{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:var(--moss-10);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--moss)}.author-info strong{display:block;font-size:13px;font-weight:700;color:var(--fg)}.author-info span{font-size:11px;color:var(--grass)}.pricing-wrap{max-width:1000px;margin:0 auto;padding:88px 32px 32px}.pricing-hero{text-align:center;margin-bottom:56px}.pricing-hero h2{font-family:Fraunces,Georgia,serif;font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.5px;margin-bottom:16px;color:var(--fg)}.pricing-hero p{font-size:16px;color:var(--grass);max-width:480px;margin:0 auto 28px;line-height:1.75}.toggle-wrap{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:52px}.toggle-label{font-size:14px;color:var(--grass);font-weight:500}.toggle-label.active{color:var(--fg);font-weight:700}.toggle{position:relative;width:44px;height:24px;background:var(--moss);border-radius:9999px;cursor:pointer;border:none;outline:none}.toggle-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s}.toggle.annual .toggle-knob{transform:translate(20px)}.save-badge{background:var(--moss-10);color:var(--moss);font-size:11px;font-weight:700;padding:3px 10px;border-radius:9999px}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:60px}@media (max-width: 680px){.plans{grid-template-columns:1fr}}.plan-card{background:var(--white);border:1px solid rgba(222,216,207,.6);border-radius:2rem;padding:32px 26px;display:flex;flex-direction:column;box-shadow:var(--shadow-moss);transition:transform .25s,box-shadow .25s}.plan-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-float)}.plan-card.featured{border:2px solid var(--moss)}.plan-badge{display:inline-block;background:var(--moss-10);color:var(--moss);font-size:11px;font-weight:700;padding:4px 12px;border-radius:9999px;margin-bottom:16px;align-self:flex-start}.plan-name{font-size:16px;font-weight:700;margin-bottom:6px;color:var(--fg)}.plan-desc{font-size:13px;color:var(--grass);margin-bottom:22px;line-height:1.55}.plan-price{margin-bottom:6px}.plan-price .amount{font-family:Fraunces,Georgia,serif;font-size:40px;font-weight:700;letter-spacing:-1.5px;color:var(--fg)}.plan-price .period{font-size:14px;color:var(--grass)}.plan-billed{font-size:12px;color:var(--grass);margin-bottom:26px;min-height:18px}.plan-btn{display:block;text-align:center;padding:12px;border-radius:9999px;font-size:14px;font-weight:700;text-decoration:none;margin-bottom:26px;cursor:pointer;border:none;transition:all .2s;font-family:inherit}.plan-btn.outline{background:transparent;border:1.5px solid var(--timber);color:var(--bark)}.plan-btn.outline:hover{border-color:var(--clay);color:var(--clay);background:var(--clay-15)}.plan-btn.solid{background:var(--moss);color:#f3f4f1;box-shadow:var(--shadow-moss)}.plan-btn.solid:hover{background:var(--moss-hover);transform:scale(1.02)}.divider{height:1px;background:var(--stone);margin-bottom:22px}.feature-list{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.feature-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--fg);line-height:1.5}.check{width:16px;height:16px;min-width:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.check.yes{background:var(--moss)}.check.no{background:var(--stone)}.check svg{width:9px;height:9px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.compare-section{max-width:1000px;margin:0 auto;padding:0 32px 72px}.compare-section .section-label{display:inline-block;font-size:11px;font-weight:700;color:var(--clay);background:var(--clay-15);padding:4px 12px;border-radius:9999px;margin-bottom:12px}.compare-section .section-title{font-family:Fraunces,Georgia,serif;font-size:clamp(20px,3vw,28px);font-weight:700;margin-bottom:36px;letter-spacing:-.3px;color:var(--fg)}.compare-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:72px}.compare-table th{text-align:left;padding:10px 14px;font-weight:700;font-size:12px;color:var(--grass);border-bottom:1px solid var(--timber)}.compare-table th:not(:first-child){text-align:center}.compare-table td{padding:13px 14px;border-bottom:.5px solid var(--stone);color:var(--fg)}.compare-table td:not(:first-child){text-align:center}.compare-table tr:hover td{background:#f0ebe566}.compare-table .cat-row td{font-weight:700;font-size:11px;color:var(--grass);background:var(--stone);padding:8px 14px;text-transform:uppercase;letter-spacing:.5px}.dot-check{width:18px;height:18px;background:var(--moss);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.dot-check svg{width:9px;height:9px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.dot-dash{width:18px;height:18px;border-radius:50%;background:var(--stone);display:inline-flex;align-items:center;justify-content:center}.dot-dash svg{width:8px;height:2px;fill:none;stroke:var(--grass);stroke-width:2;stroke-linecap:round}.faq-section{max-width:1000px;margin:0 auto;padding:0 32px 72px}.faq-section .section-label{display:inline-block;font-size:11px;font-weight:700;color:var(--clay);background:var(--clay-15);padding:4px 12px;border-radius:9999px;margin-bottom:12px}.faq-section .section-title{font-family:Fraunces,Georgia,serif;font-size:clamp(20px,3vw,28px);font-weight:700;margin-bottom:36px;letter-spacing:-.3px;color:var(--fg)}.faq{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 600px){.faq{grid-template-columns:1fr}}.faq-item{padding:22px 0;border-bottom:.5px solid var(--timber)}.faq-item:nth-child(odd){padding-right:32px}.faq-item:nth-child(2n){padding-left:32px;border-left:.5px solid var(--timber)}.faq-item h4{font-size:14px;font-weight:700;margin-bottom:8px;color:var(--fg)}.faq-item p{font-size:13px;color:var(--grass);line-height:1.65}.cta-outer{max-width:960px;margin:0 auto;padding:0 40px}.cta-section{background:var(--moss);border-radius:2.5rem;margin-bottom:80px;padding:72px 48px;text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow-deep)}.cta-section:before{content:"";position:absolute;width:420px;height:420px;background:#ffffff12;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;top:-120px;right:-80px;pointer-events:none}.cta-section:after{content:"";position:absolute;width:280px;height:280px;background:#ffffff0d;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:-80px;left:-40px;pointer-events:none}.cta-section h2{font-family:Fraunces,Georgia,serif;font-size:clamp(26px,4vw,38px);font-weight:700;color:#fff;margin-bottom:16px;position:relative}.cta-section>p{font-size:16px;color:#ffffffb8;margin-bottom:36px;position:relative}.cta-section .btn-primary{background:#fff;color:var(--moss);box-shadow:0 8px 32px #00000024;position:relative;font-size:16px;padding:14px 36px}.cta-section .btn-primary:hover{background:var(--bg);transform:scale(1.04)}.cta-note{font-size:12px;color:#ffffff80;margin-top:16px;position:relative}.cta-note a{color:#ffffffc7;text-decoration:underline}.chat-bubble{position:fixed;bottom:28px;right:28px;width:52px;height:52px;border-radius:50%;background:var(--moss);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #5d705259;z-index:500;transition:transform .2s ease,background .2s ease}.chat-bubble:hover{transform:scale(1.07);background:var(--moss-hover)}.chat-bubble-open,.chat-bubble-open:hover{background:var(--bark)}.chat-drawer{position:fixed;bottom:92px;right:28px;width:360px;max-height:520px;background:var(--white);border-radius:1.5rem;box-shadow:0 20px 60px -10px #0000002e;display:flex;flex-direction:column;z-index:499;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .22s ease,transform .22s ease;overflow:hidden}.chat-drawer-open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}@media (max-width: 480px){.chat-drawer{width:calc(100vw - 32px);right:16px}.chat-bubble{bottom:20px;right:20px}}.chat-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:.5px solid var(--stone);flex-shrink:0}.chat-drawer-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--fg)}.chat-drawer-icon{font-size:16px}.chat-close-btn{background:none;border:none;font-size:14px;color:var(--grass);cursor:pointer;padding:4px;border-radius:6px;line-height:1}.chat-close-btn:hover{background:var(--stone);color:var(--fg)}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-empty{display:flex;flex-direction:column;gap:12px;padding:8px 0}.chat-empty p{font-size:13px;color:var(--grass);line-height:1.6}.chat-suggestions{display:flex;flex-direction:column;gap:6px}.chat-suggestion{background:var(--stone);border:none;border-radius:9999px;padding:8px 14px;font-size:12px;color:var(--bark);font-weight:500;cursor:pointer;text-align:left;transition:background .15s;font-family:inherit}.chat-suggestion:hover{background:var(--moss-10);color:var(--moss)}.chat-msg{max-width:82%;padding:10px 14px;border-radius:1rem;font-size:13px;line-height:1.65}.chat-msg-user{background:var(--moss);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-msg-assistant{background:var(--stone);color:var(--fg);align-self:flex-start;border-bottom-left-radius:4px}.chat-typing{display:flex;align-items:center;gap:4px;padding:12px 16px}.chat-typing span{width:6px;height:6px;border-radius:50%;background:var(--grass);animation:chat-bounce 1.2s infinite ease-in-out}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chat-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.chat-input-row{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:.5px solid var(--stone);flex-shrink:0}.chat-input{flex:1;border:1px solid var(--border);border-radius:9999px;padding:9px 14px;font-size:13px;font-family:inherit;color:var(--fg);outline:none;background:var(--bg)}.chat-input:focus{border-color:var(--moss)}.chat-input::placeholder{color:var(--grass)}.chat-send-btn{width:36px;height:36px;border-radius:50%;background:var(--moss);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .15s}.chat-send-btn:hover:not(:disabled){background:var(--moss-hover);transform:scale(1.05)}.chat-send-btn:disabled{opacity:.4;cursor:default}.chat-backdrop{display:none}@media (max-width: 480px){.chat-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:498}}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(0);background:var(--fg);color:var(--bg);padding:12px 24px;border-radius:9999px;font-size:14px;font-weight:600;z-index:9999;box-shadow:0 4px 20px #0000002e;white-space:nowrap;transition:opacity .35s ease,transform .35s ease;pointer-events:none}.toast-in{opacity:1;transform:translate(-50%) translateY(0)}.toast-out{opacity:0;transform:translate(-50%) translateY(8px)}footer{border-top:1px solid var(--stone);padding:32px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;background:var(--bg)}footer p{font-size:13px;color:var(--grass)}.footer-links{display:flex;gap:20px}.footer-links a{font-size:13px;color:var(--grass);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--fg)}.dash-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--gray-subtle)}.dash-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:var(--white);border-bottom:.5px solid var(--border);position:sticky;top:0;z-index:100}@media (max-width: 768px){.dash-nav{padding:12px 16px}.dash-nav-links{gap:16px}}.dash-nav-links{display:flex;gap:24px}.dash-nav-link{font-size:14px;color:var(--gray-muted);cursor:pointer}.dash-nav-link.active{color:var(--text);font-weight:500}.dash-nav-user{position:relative}.dash-avatar{width:34px;height:34px;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.dash-avatar:hover{opacity:.85}.dash-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 4px 16px #00000014;min-width:180px;overflow:hidden;z-index:100}.dash-dropdown-email{padding:10px 14px;font-size:12px;color:var(--text-muted);border-bottom:1px solid var(--border);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-dropdown-item{display:block;width:100%;padding:10px 14px;text-align:left;background:none;border:none;font-size:14px;color:var(--text);cursor:pointer}.dash-dropdown-item:hover{background:var(--surface)}.dash-body{display:grid;grid-template-columns:260px 1fr;gap:24px;padding:28px 32px;max-width:1200px;margin:0 auto;width:100%;align-items:start}@media (max-width: 768px){.dash-body{grid-template-columns:1fr;padding:16px;gap:16px}.dash-sidebar{position:static;order:2}.dash-main{order:1}}.dash-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:72px}.dash-stats{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-value{font-size:22px;font-weight:700;color:var(--text)}.stat-label{font-size:11px;color:var(--gray-muted)}.dash-main{display:flex;flex-direction:column;gap:20px}.dash-main-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dash-page-title{font-size:20px;font-weight:700;color:var(--text)}.dash-filter-label{font-size:13px;color:var(--gray-muted);margin-top:4px;display:flex;align-items:center;gap:8px}.clear-filter{background:none;border:none;color:var(--green);font-size:13px;cursor:pointer;padding:0;font-weight:500}.clear-filter:hover{text-decoration:underline}.btn-primary{border:none;cursor:pointer}.btn-secondary{cursor:pointer}.session-list{display:flex;flex-direction:column;gap:12px}.session-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:20px 24px;display:flex;flex-direction:column;gap:14px}.session-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.session-card-date{font-size:15px;font-weight:600;color:var(--text)}.session-card-location{font-size:13px;color:var(--gray-muted);margin-top:2px}.session-card-meta{display:flex;gap:8px;flex-shrink:0}.session-badge{background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px}.session-card-clubs{display:flex;flex-wrap:wrap;gap:8px}.club-tag{background:var(--gray-subtle);color:var(--gray-text);font-size:12px;padding:4px 10px;border-radius:20px;border:.5px solid var(--border)}.session-card-notes{font-size:13px;color:var(--gray-muted);line-height:1.6;border-top:.5px solid var(--border);padding-top:12px;margin:0}.mini-cal{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:16px}.mini-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mini-cal-title{font-size:13px;font-weight:600;color:var(--text)}.mini-cal-nav{background:none;border:none;font-size:18px;color:var(--gray-muted);cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.mini-cal-nav:hover{background:var(--gray-subtle);color:var(--text)}.mini-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.mini-cal-day-name{font-size:10px;font-weight:600;color:var(--gray-muted);text-align:center;padding:4px 0;text-transform:uppercase}.mini-cal-day{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:var(--text);padding:5px 2px;border-radius:6px;cursor:pointer;background:none;border:none;gap:2px}.mini-cal-day:hover{background:var(--gray-subtle)}.mini-cal-day.today{font-weight:700;color:var(--green)}.mini-cal-day.selected{background:var(--green);color:#fff}.mini-cal-day.selected .mini-cal-dot{background:#fff}.mini-cal-dot{width:4px;height:4px;border-radius:50%;background:var(--green)}.empty-state{text-align:center;padding:60px 24px;background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;gap:16px}.empty-state p{font-size:15px;color:var(--gray-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.modal-title{font-size:17px;font-weight:700;color:var(--text)}.modal-close{background:none;border:none;font-size:16px;color:var(--gray-muted);cursor:pointer;padding:4px;border-radius:4px}.modal-close:hover{background:var(--gray-subtle);color:var(--text)}.modal-form{padding:20px 24px 24px;display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:var(--text)}.form-input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-size:14px;color:var(--text);background:var(--white);outline:none;font-family:inherit;width:100%}.form-input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-light)}.form-textarea{resize:vertical;min-height:80px}.club-selector{display:flex;flex-wrap:wrap;gap:8px}.club-option{padding:7px 14px;border-radius:20px;font-size:13px;border:1px solid var(--border);background:var(--white);color:var(--text);cursor:pointer}.club-option:hover{border-color:var(--green);color:var(--green)}.club-option.selected{background:var(--green);border-color:var(--green);color:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-subtle);padding:24px}.auth-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:40px;width:100%;max-width:400px;box-shadow:0 4px 24px #0000000f}.auth-logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:var(--text);text-decoration:none;margin-bottom:28px}.auth-title{font-size:22px;font-weight:700;color:var(--text);margin-bottom:6px}.auth-sub{font-size:14px;color:var(--gray-muted);margin-bottom:28px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-submit{width:100%;text-align:center;margin-top:4px;padding:12px}.auth-switch{font-size:13px;color:var(--gray-muted);text-align:center;margin-top:20px}.auth-switch-btn{background:none;border:none;color:var(--green);font-size:13px;font-weight:500;cursor:pointer;padding:0}.auth-switch-btn:hover{text-decoration:underline}.btn-oauth{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.btn-oauth:hover{background:var(--gray-subtle)}.auth-terms{font-size:11px;color:var(--gray-muted);text-align:center;margin-top:16px;line-height:1.6}.streak-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:16px 20px;display:flex;flex-direction:column;gap:8px}.streak-header{display:flex;align-items:center;justify-content:space-between}.streak-title{font-size:12px;font-weight:600;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.04em}.streak-best{font-size:11px;color:var(--gray-muted)}.streak-body{display:flex;align-items:center;gap:10px}.streak-flame{font-size:28px;line-height:1}.streak-count-wrap{display:flex;align-items:baseline;gap:4px}.streak-count{font-size:36px;font-weight:800;color:var(--text);line-height:1}.streak-count-label{font-size:14px;font-weight:500;color:var(--gray-muted)}.streak-sub{font-size:12px;color:var(--green);font-weight:500}.goals-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:16px 20px;display:flex;flex-direction:column;gap:14px}.goals-header{display:flex;align-items:center;justify-content:space-between}.goals-title{font-size:12px;font-weight:600;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.04em}.goals-edit-btn{background:none;border:none;font-size:12px;font-weight:500;color:var(--green);cursor:pointer;padding:0}.goals-edit-btn:hover{text-decoration:underline}.goals-edit-actions{display:flex;gap:8px}.goals-cancel-btn{background:none;border:none;font-size:12px;color:var(--gray-muted);cursor:pointer;padding:0}.goals-cancel-btn:hover{color:var(--text)}.goals-save-btn{background:none;border:none;font-size:12px;font-weight:600;color:var(--green);cursor:pointer;padding:0}.goals-save-btn:hover{text-decoration:underline}.goals-list{display:flex;flex-direction:column;gap:12px}.goal-item{display:flex;flex-direction:column;gap:5px}.goal-item-label{font-size:12px;color:var(--text);font-weight:500}.goal-bar-wrap{display:flex;align-items:center;gap:8px}.goal-bar-track{flex:1;height:6px;background:var(--gray-subtle);border-radius:99px;overflow:hidden}.goal-bar-fill{height:100%;background:var(--green);border-radius:99px;transition:width .4s ease}.goal-bar-done{background:var(--amber)}.goal-bar-label{font-size:11px;color:var(--gray-muted);white-space:nowrap}.goals-form{display:flex;flex-direction:column;gap:10px}.goals-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.goals-form-row label{font-size:13px;color:var(--text)}.goals-form-row input{width:80px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text);text-align:right;font-family:inherit}.goals-form-row input:focus{outline:none;border-color:var(--green)}.dash-nav-link{font-size:14px;color:var(--gray-muted);text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;font-weight:500;cursor:pointer}.dash-nav-link:hover{color:var(--text)}.dash-nav-link.active{color:var(--text);border-bottom-color:var(--green)}.community-body{max-width:640px;margin:0 auto;padding:28px 32px;display:flex;flex-direction:column;gap:16px;width:100%}.create-post-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:16px 20px;display:flex;flex-direction:column;gap:12px}.create-post-input{width:100%;border:none;outline:none;font-size:14px;color:var(--text);font-family:inherit;resize:none;line-height:1.6}.create-post-input::placeholder{color:var(--gray-muted)}.create-post-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.create-post-hint{font-size:12px;color:var(--gray-muted)}.feed-list{display:flex;flex-direction:column;gap:12px}.post-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:12px}.post-header{display:flex;align-items:center;gap:10px}.post-avatar{width:36px;height:36px;border-radius:50%;background:var(--green-light);color:var(--green-text);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.post-meta{display:flex;flex-direction:column;gap:1px}.post-author{font-size:14px;font-weight:600;color:var(--text)}.post-time{font-size:12px;color:var(--gray-muted)}.post-content{font-size:14px;color:var(--text);line-height:1.6}.post-actions{display:flex;gap:8px}.post-action-btn{background:none;border:1px solid var(--border);border-radius:99px;padding:5px 12px;font-size:13px;color:var(--gray-muted);cursor:pointer;display:flex;align-items:center;gap:4px;font-family:inherit}.post-action-btn:hover{border-color:var(--green);color:var(--green)}.post-action-liked,.post-action-liked:hover{border-color:var(--amber);color:var(--amber)}.post-comments{border-top:.5px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:10px}.comments-loading{font-size:13px;color:var(--gray-muted)}.comment{display:flex;align-items:flex-start;gap:8px}.comment-body{display:flex;flex-direction:column;gap:2px}.comment-author{font-size:13px;font-weight:600;color:var(--text)}.comment-text{font-size:13px;color:var(--gray-text);line-height:1.5}.comment-form{display:flex;align-items:center;gap:8px;margin-top:4px}.comment-input{flex:1;padding:7px 12px;border:1px solid var(--border);border-radius:99px;font-size:13px;font-family:inherit;color:var(--text);outline:none}.comment-input:focus{border-color:var(--green)}.comment-submit{background:var(--green);color:#fff;border:none;border-radius:99px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit}.comment-submit:disabled{opacity:.4;cursor:default}.comment-submit:not(:disabled):hover{background:var(--green-dark)}
