@layer tokens{:root{--bg:#fafafa;--surface:#fff;--surface-highlight:#f2f5f3;--text-primary:#333;--text-secondary:#5c6b75;--text-tertiary:#90a0a9;--divider:rgba(51,51,51,.08);--border-highlight:rgba(107,142,118,.15);--primary:#6b8e76;--primary-dark:#557560;--primary-light:#8bae96;--primary-soft:rgba(107,142,118,.12);--primary-ink:var(--primary-dark);--secondary:#4a8c8c;--secondary-light:#70a9a9;--alert:#e07a5f;--alert-soft:rgba(224,122,95,.12);--warn:#f2cc8f;--dog:#6fa3c4;--cat:#9b88ba;--ok:#3ba17c;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 4px rgba(51,51,51,.03);--shadow-card:0 8px 24px rgba(51,51,51,.04),0 2px 6px rgba(51,51,51,.02);--shadow-hover:0 12px 32px rgba(107,142,118,.15),0 4px 8px rgba(51,51,51,.03);--shadow-glow:0 0 20px rgba(107,142,118,.2);--max-width:1200px;--header-height:72px;--bottom-nav-height:64px}[data-theme=dark]{--bg:#1a1f24;--surface:#242a30;--surface-highlight:#2f373e;--text-primary:#f0f4f6;--text-secondary:#9daab3;--text-tertiary:#6c7a85;--divider:hsla(0,0%,100%,.08);--border-highlight:rgba(107,142,118,.25);--primary:#8bae96;--primary-ink:var(--primary);--alert:#e79b86;--ok:#7ad3ad;--shadow-card:0 8px 30px rgba(0,0,0,.3);--shadow-hover:0 12px 40px rgba(0,0,0,.4)}}@layer reset{*{box-sizing:border-box}}@layer base{html{scroll-behavior:smooth}body{margin:0;background-color:var(--bg);color:var(--text-primary);font-family:Outfit,Nunito,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background-color .4s ease,color .3s ease;overflow-x:hidden}a{text-decoration:none;transition:opacity .2s,color .2s}a,button{color:inherit}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}h1{font-size:3rem;line-height:1.1}h2{font-size:2rem;line-height:1.25}h3{font-size:1.5rem;line-height:1.4}p{margin:0 0 1.5em;color:var(--text-secondary)}}@layer layout{.page{min-height:100vh;display:flex;flex-direction:column}.with-header-offset{padding-top:calc(var(--header-height) + 12px)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.container.card{margin-bottom:32px}.section{padding:96px 0}.section-title{font-size:2.25rem;text-align:center;margin-bottom:16px;color:var(--text-primary)}.section-subtitle{text-align:center;font-size:1.15rem;max-width:640px;margin:0 auto 56px;color:var(--text-secondary)}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}}@layer layout{@media (max-width:768px){.grid-2{grid-template-columns:1fr;gap:40px}.section{padding:64px 0}h1{font-size:2.25rem}}}@layer components{.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-full);font-weight:600;font-size:1rem;transition:all .25s cubic-bezier(.2,.8,.2,1);border:none}.button:active{transform:scale(.97)}.button.primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 12px rgba(107,142,118,.25)}.button.primary:hover{background-color:var(--primary-dark);box-shadow:0 6px 16px rgba(107,142,118,.35);transform:translateY(-2px)}.button.ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--divider)}.button.ghost:hover{border-color:var(--text-secondary);color:var(--text-primary);background:var(--surface-highlight)}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--divider);padding:24px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:var(--shadow-hover)}.page-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--header-height);background:hsla(0,0%,98%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--divider);display:flex;align-items:center}[data-theme=dark] .page-header{background:rgba(26,31,36,.85)}.app-shell-header{margin-bottom:16px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.35rem;color:var(--primary)}.brand-mark{width:40px;height:40px;display:block;flex-shrink:0;object-fit:contain}.pill{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;background:var(--surface-highlight);color:var(--text-secondary)}.pill.accent{background:var(--primary-soft);color:var(--primary-ink)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--divider);border-radius:var(--radius-full);padding:8px 12px;background:var(--surface);color:var(--text-secondary);font-weight:600;transition:all .2s ease}.chip.active{background:var(--primary-soft);color:var(--primary-ink);border-color:var(--primary)}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}}@layer components{input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:28px;width:28px;border-radius:50%;background:var(--surface);border:4px solid var(--primary);box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;margin-top:-10px;-webkit-transition:transform .1s ease;transition:transform .1s ease}input[type=range]::-webkit-slider-thumb:active{transform:scale(1.1);box-shadow:0 4px 10px rgba(107,142,118,.4)}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;box-shadow:inset 0 1px 2px rgba(0,0,0,.05);background:#e5e7eb;border-radius:var(--radius-full)}[data-theme=dark] input[type=range]::-webkit-slider-runnable-track{background:#374151}}@layer components{.health-chip{border:1px solid var(--divider);border-radius:var(--radius-md);padding:12px 16px;background:var(--surface);display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.health-chip.selected{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-ink);font-weight:600}.health-chip.alert-selected{background:var(--alert-soft);border-color:var(--alert);color:var(--alert)}.pet-avatar-lg{width:80px;height:80px;border-radius:var(--radius-full);border:4px solid var(--surface);box-shadow:var(--shadow-card);object-fit:cover}.header-content,.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.nav{width:100%}.nav-links{display:flex;align-items:center;gap:12px}.nav-link{padding:8px 12px;border-radius:var(--radius-full);color:var(--text-secondary);font-weight:600;border:1px solid transparent}.nav-link.active,.nav-link:hover{color:var(--text-primary);background:var(--surface-highlight)}.nav-link.active{border-color:var(--divider)}.nav-actions{gap:10px}.nav-actions,.toggle-group{display:flex;align-items:center}.toggle-group{gap:8px}.desktop-only{display:none}.mobile-only{display:flex}.mobile-menu{position:absolute;top:var(--header-height);left:0;right:0;background:var(--surface);border-bottom:1px solid var(--divider);box-shadow:0 8px 20px rgba(0,0,0,.06);padding:12px 16px 16px;display:grid;grid-gap:10px;gap:10px;z-index:40}.mobile-menu-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-menu-row.links{flex-direction:column;align-items:stretch;justify-content:flex-start}.mobile-menu .nav-link{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:var(--radius-md)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding:8px 16px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;grid-gap:6px;gap:6px;background:hsla(0,0%,98%,.9);border-top:1px solid var(--divider);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:45}[data-theme=dark] .bottom-nav{background:rgba(26,31,36,.9)}.bottom-nav-link{display:grid;place-items:center;height:44px;border-radius:var(--radius-md);color:var(--text-tertiary);transition:color .2s ease,background .2s ease,transform .2s ease}.bottom-nav-link.active{color:var(--primary);background:var(--primary-soft)}.bottom-nav-link:active{transform:scale(.96)}}@layer components{.bottom-nav-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.bottom-nav-icon{width:22px;height:22px}.lang-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;background:var(--surface-highlight);border:1px solid var(--divider);border-radius:var(--radius-full)}.lang-toggle.sm{padding:2px}.lang-toggle button{border:none;background:transparent;padding:8px 12px;border-radius:var(--radius-full);font-weight:700;color:var(--text-secondary)}.lang-toggle.sm button{padding:6px 10px;font-size:.9rem}.lang-toggle button.active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-sm)}.hero-section{position:relative;padding-top:120px}.hero-content{display:flex;flex-direction:column;gap:12px}.hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-full);background:var(--surface-highlight);color:var(--primary-ink);font-weight:700}.hero-title{margin:0;font-size:clamp(2.4rem,4vw,3.25rem);line-height:1.05}.hero-meta,.hero-subtitle{max-width:640px}.hero-meta{color:var(--text-secondary);font-weight:600}.hero-media-card,.hero-visual{position:relative}.hero-media-card{z-index:1}.cta{display:flex;flex-direction:column;gap:10px}.cta-buttons{gap:12px}.cta-buttons,.pill-row{display:flex;flex-wrap:wrap}.pill-row{gap:8px}.feature-card{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-card)}.feature-icon-wrapper{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary-ink);font-size:1.25rem;margin-bottom:10px}.glass-panel{background:hsla(0,0%,100%,.75);border:1px solid var(--divider);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}[data-theme=dark] .glass-panel{background:rgba(36,42,48,.8)}.step{border:1px solid var(--divider);border-radius:var(--radius-lg);padding:18px;background:var(--surface)}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.site-footer{margin-top:96px;padding:48px 0 32px;background:linear-gradient(180deg,var(--surface) 0,var(--surface-highlight) 100%);border-top:1px solid var(--divider);position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% -10%,rgba(107,142,118,.18),transparent 45%),radial-gradient(circle at 82% 0,rgba(74,140,140,.18),transparent 42%);pointer-events:none;z-index:0}.site-footer .container{position:relative;z-index:1}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:32px}.footer-brand{max-width:540px;display:flex;flex-direction:column;gap:10px}.footer-description{margin:0;color:var(--text-secondary);font-size:.98rem}.footer-cta{display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:260px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:18px;gap:18px;padding:12px 0 8px}.footer-title{font-weight:700;font-size:.95rem;margin-bottom:8px;color:var(--text-primary)}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{color:var(--text-secondary);font-weight:600}.footer-links a:hover{color:var(--primary)}.footer-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:24px;padding-top:16px;border-top:1px solid var(--divider);font-size:.95rem}.footer-meta,.footer-meta-note{color:var(--text-secondary)}}@layer components{@media (max-width:768px){.site-footer{margin-top:64px;padding:40px 0 28px}.site-footer.site-footer--mobile-hidden{display:none}.footer-cta{align-items:flex-start;min-width:0}}}@layer components{.helper{color:var(--text-secondary);font-size:.95rem}.input{width:100%;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--divider);background:var(--surface);color:var(--text-primary);font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.input:focus{outline:2px solid var(--primary-soft);border-color:var(--primary)}.auth-panel{gap:14px}.auth-panel,.onboarding-card{display:flex;flex-direction:column}.onboarding-card{gap:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-weight:600;color:var(--text-primary)}.stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:8px;gap:8px}.stepper-item{display:flex;align-items:center;gap:8px;padding:10px;border-radius:var(--radius-md);border:1px solid var(--divider);background:var(--surface-highlight);color:var(--text-secondary)}.stepper-item .dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:1px solid var(--divider);font-weight:700}.stepper-item.active{border-color:var(--primary);color:var(--text-primary)}.stepper-item.active .dot{background:var(--primary);color:#fff;border-color:var(--primary)}.stepper-item.done .dot{background:var(--primary-soft);color:var(--primary-ink);border-color:var(--primary)}.tag-input{display:flex;flex-direction:column;gap:8px}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.bcs-guide{border:1px solid var(--divider);border-radius:var(--radius-lg);background:var(--surface-highlight);padding:16px;display:grid;grid-gap:12px;gap:12px}.bcs-guide-header{display:grid;grid-gap:4px;gap:4px}.bcs-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px}.bcs-guide-card{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-md);padding:12px;display:grid;grid-gap:6px;gap:6px;box-shadow:var(--shadow-sm)}.bcs-guide-illustration{display:flex;justify-content:center;align-items:center;padding:2px 0}.bcs-illustration{width:100%;max-width:180px;height:64px;color:var(--primary-ink)}.bcs-illustration-body{fill:var(--primary-soft);stroke:currentColor;stroke-width:2}.bcs-illustration-belly{fill:rgba(107,142,118,.2);stroke:currentColor;stroke-width:2}.bcs-illustration-line{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.bcs-guide-range{font-weight:700;color:var(--primary-ink);font-size:.85rem}.bcs-guide-label{font-weight:700}.bcs-guide-note{color:var(--text-secondary);font-size:.9rem}.bcs-guide-visual{height:10px;border-radius:var(--radius-full);background:var(--surface-highlight);border:1px solid var(--divider);overflow:hidden}.bcs-guide-fill{display:block;height:100%;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--primary),var(--secondary))}.checkin-shell{display:flex;flex-direction:column;gap:16px;padding:16px 0 32px}.section-card{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:18px}.slider-label{align-items:center;gap:12px;font-weight:600}.slider-label,.slider-scale{display:flex;justify-content:space-between}.slider-scale{color:var(--text-secondary);font-size:.85rem}.checkin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px}.note-image-preview{width:100%;max-height:240px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--divider);margin-top:10px}.note-attachment-list{display:grid;grid-gap:12px;gap:12px;margin-top:8px}.note-attachment-card{border:1px solid var(--divider);border-radius:var(--radius-md);padding:10px;background:var(--surface-highlight);display:grid;grid-gap:8px;gap:8px}.note-attachment-card .note-image-preview{margin-top:0}.note-attachment-file{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-radius:var(--radius-md);border:1px dashed var(--divider);background:var(--surface)}.note-attachment-actions{display:flex;justify-content:flex-end;gap:8px}.note-image-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.note-image-empty{margin-top:8px}.note-image-locked{justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:8px;padding:10px 12px;border-radius:var(--radius-md);border:1px dashed var(--divider)}.note-image-locked,.status{display:flex;align-items:center;background:var(--surface-highlight)}.status{gap:8px;padding:12px 14px;border-radius:var(--radius-md)}.status.warn{background:var(--warn);color:#5c3b00}.status.alert{background:var(--alert-soft);color:var(--alert)}.message{padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-highlight);color:var(--text-primary)}.message.error{background:var(--alert-soft);color:var(--alert)}.modal-backdrop{position:fixed;inset:0;background:rgba(12,16,20,.48);display:flex;align-items:center;justify-content:center;padding:20px;z-index:60;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.modal-card{position:relative;width:min(520px,100%);max-height:min(560px,calc(100vh - 40px));background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--divider);box-shadow:var(--shadow-hover);padding:20px 22px;display:grid;grid-gap:12px;gap:12px;text-align:center;overflow:auto}.modal-icon{width:56px;height:56px;border-radius:18px;place-items:center;margin:0 auto;background:var(--primary-soft);color:var(--primary-ink);font-size:1.6rem}.modal-close,.modal-icon{display:grid;font-weight:700}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid var(--divider);background:var(--surface-highlight);place-items:center}.modal-close:hover{border-color:var(--text-secondary)}.modal-actions{justify-content:center}.modal-actions .button{flex:1 1 auto}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-top:12px}.stat-card{background:var(--surface-highlight);border:1px solid var(--divider);border-radius:var(--radius-md);padding:14px}.stat-value{font-weight:700;font-size:1.35rem;color:var(--primary)}.stat-label{color:var(--text-secondary)}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;margin-top:12px}.stat-item{padding:14px;border-radius:var(--radius-md);border:1px solid var(--divider);background:var(--surface);box-shadow:var(--shadow-sm)}.stat-val{font-weight:800;font-size:1.35rem;color:var(--primary)}.stat-lbl{color:var(--text-secondary);font-size:.95rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--feature-min,220px),100%),1fr));grid-gap:16px;gap:16px}.feature{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm)}.feature-icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--primary-soft);color:var(--primary-ink);display:grid;place-items:center;margin-bottom:8px}.radar-chart{display:grid;grid-gap:12px;gap:12px;min-width:0}.radar-svg{width:100%;height:280px;overflow:visible;display:block}.radar-legend{display:grid;grid-gap:8px;gap:8px}.radar-legend-row{display:grid;grid-template-columns:var(--radar-columns);grid-gap:8px;gap:8px;align-items:center;padding:6px 10px;border-radius:10px;background:var(--surface-highlight);border:1px solid var(--divider);min-width:0}.radar-legend-label{font-size:.85rem;color:var(--text-secondary);font-weight:600;min-width:0}.radar-legend-values{display:contents}.radar-legend-value{text-align:right;font-weight:700;min-width:0}.bars{display:grid;grid-gap:8px;gap:8px}.bar-row{display:flex;align-items:center;gap:8px}.bar{flex:1 1;height:8px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--primary),var(--secondary))}.pet-list{display:grid;grid-gap:12px;gap:12px}.pet-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--divider);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.pet-row .feature-icon{margin:0}.addon-offer{margin-top:12px;padding:16px;border-radius:var(--radius-lg);border:1px solid var(--border-highlight);background:linear-gradient(120deg,var(--primary-soft),rgba(74,140,140,.08))}.addon-offer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.addon-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px;margin-top:12px}.addon-tile{text-align:left;border:1px solid var(--divider);border-radius:var(--radius-md);padding:12px;background:var(--surface);display:grid;grid-gap:6px;gap:6px;width:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.addon-tile:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.addon-tile.highlight{border-color:var(--primary);background:var(--primary-soft)}.addon-tile-title{font-weight:700}.addon-tile-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.addon-tile-price{font-weight:700;color:var(--primary-ink)}.addon-tile-cta{font-weight:600;color:var(--text-secondary)}.addon-tile:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.timeline{display:grid;grid-gap:12px;gap:12px}.timeline-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--surface-highlight);border-radius:var(--radius-md);border:1px solid var(--divider)}.badge{padding:4px 10px;border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary-ink);font-weight:700}.calendar-shell{display:grid;grid-template-columns:minmax(320px,1.2fr) minmax(320px,1fr);grid-gap:16px;gap:16px}.calendar-panel{background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-lg);padding:14px;box-shadow:var(--shadow-sm)}.calendar-header{justify-content:space-between}.calendar-header,.calendar-legend{display:flex;align-items:center;gap:10px}.calendar-legend{flex-wrap:wrap;margin:8px 0 12px}.legend-dot{width:12px;height:12px;border-radius:var(--radius-full);border:1px solid var(--divider);display:inline-block}.legend-dot.done{background:rgba(59,161,124,.25);border-color:#3ba17c}.legend-dot.missing{background:transparent;border-style:dashed}.legend-dot.future{background:var(--surface-highlight)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px}.calendar-weekday{text-align:center;font-size:.85rem;color:var(--text-secondary);font-weight:700}.calendar-day{position:relative;width:100%;min-height:78px;text-align:left;padding:10px;border-radius:var(--radius-md);border:1px solid var(--divider);background:var(--surface);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;cursor:pointer}.calendar-day:hover{border-color:var(--primary);transform:translateY(-1px)}.calendar-day.done{background:rgba(59,161,124,.12);border-color:rgba(59,161,124,.6)}.calendar-day.missing{border-style:dashed}.calendar-day.future{color:var(--text-tertiary)}.calendar-day.active{outline:2px solid var(--primary);box-shadow:var(--shadow-card)}.day-number{font-weight:800;font-size:1rem}.day-status{font-size:.9rem;color:var(--text-secondary)}.event-dot{position:absolute;top:10px;right:10px;width:10px;height:10px;border-radius:50%;background:var(--secondary);box-shadow:0 0 0 3px rgba(74,140,140,.15)}.calendar-editor{background:var(--surface);box-shadow:var(--shadow-sm)}.calendar-editor,.calendar-history{border:1px solid var(--divider);border-radius:var(--radius-lg);padding:14px;display:grid;grid-gap:10px;gap:10px}.calendar-history{background:var(--surface-highlight)}.history-list{display:grid;grid-gap:8px;gap:8px}.history-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--divider);background:var(--surface);cursor:pointer;transition:border-color .2s ease,background .2s ease;width:100%;text-align:left}.history-row:hover{border-color:var(--primary)}}@layer components{.history-row:focus-visible{outline:2px solid var(--primary)}.history-row.active{border-color:var(--primary);background:var(--primary-soft)}}@layer utilities{.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.text-gradient{background:linear-gradient(120deg,var(--primary),var(--secondary));-webkit-background-clip:text;color:transparent}.link{color:var(--primary);font-weight:600;padding:8px 10px;border-radius:var(--radius-full)}.link:hover{color:var(--primary-ink);background:var(--primary-soft)}.icon-button{padding:10px;width:44px;height:44px;border-radius:50%}.alt{background:var(--surface-highlight)}.sticky-cta{position:fixed;right:24px;bottom:24px;z-index:40}}@layer utilities{@media (max-width:768px){.sticky-cta{display:none}}}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@layer utilities{@media (max-width:960px){.calendar-shell{grid-template-columns:1fr}}@media (max-width:640px){.calendar-grid{gap:6px}.calendar-day{min-height:64px;padding:8px}.calendar-editor,.calendar-history,.calendar-panel{padding:12px}.radar-svg{height:min(260px,70vw)}.radar-legend-row{grid-template-columns:minmax(0,1fr);align-items:flex-start}.radar-legend-values{display:flex;flex-wrap:wrap;gap:6px 12px}.radar-legend-value{text-align:left}.modal-card{padding:16px;border-radius:18px}.modal-actions .button{width:100%}}@media (max-width:768px){.header-content{gap:10px}.nav-actions{gap:8px}.hero-section{padding-top:80px}.sticky-cta{left:0;right:0;display:flex;justify-content:center}}@media (max-width:899px){.page{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom))}}@media (min-width:900px){.desktop-only{display:flex}.mobile-menu,.mobile-only{display:none}}}@layer tokens, reset, base, layout, components, utilities;@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}