:root{--ds-canvas:#f2f1ed;--ds-paper:#fff;--ds-ink:#0e1114;--ds-muted:#5e625f;--ds-line:#e8e8e4;--ds-blue:#1eafe4;--ds-yellow:#ffdf61;--ds-pink:#ffd8df;--ds-orange:#ff7044;--ds-lime:#dce98c;--color-text-strong:var(--ds-ink);--color-text-default:#29312e;--color-text-subtle:var(--ds-muted);--color-text-hint:#858b87;--color-text-disabled:#b5b9b6;--color-text-inverse:#fff;--color-bg:var(--ds-paper);--color-bg-canvas:var(--ds-canvas);--color-danger:#c53b37;--color-success:#4d7c5c;--color-warning:#b87900;--brand-primary:var(--ds-blue);--brand-dark:#147fa9;--surface-soft:#fafaf8;--surface-green:#eef5c7;--surface-blue:#e9f7fc;--surface-yellow:var(--ds-yellow);--surface-pink:var(--ds-pink);--surface-lime:var(--ds-lime);--surface-purple:var(--surface-blue);--accent-blue:var(--ds-blue);--accent-orange:var(--ds-orange);--accent-purple:var(--brand-dark);--line:var(--ds-line);--danger-text:#a72c2c;--danger-bg:#fff0ee;--font-size-display:32px;--font-weight-display:900;--font-size-title:20px;--font-weight-title:800;--font-size-subtitle:15px;--font-weight-subtitle:700;--font-size-body:17px;--font-weight-body:400;--font-size-body-small:15px;--font-weight-body-small:400;--font-size-caption:13px;--font-weight-caption:400;--ds-display:"Arial Black", "Pretendard", "Noto Sans KR", sans-serif;--ds-body:Inter, "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--radius:18px;--radius-card:24px;--radius-pill:999px;--shadow-card:0 14px 34px #0e111414;--shadow-sheet:0 22px 54px #0e11142e;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--dim:#0006}*,:before,:after{box-sizing:border-box}body{word-break:keep-all;overflow-wrap:break-word;letter-spacing:0;color:var(--color-text-default);background:var(--color-bg);margin:0;font-family:-apple-system,system-ui,Malgun Gothic,sans-serif}.tf{font-family:sans-serif;font-style:normal}.canvas{min-height:100dvh}.text-hint{color:var(--color-text-hint)}.text-inverse{color:var(--color-text-inverse)}.bg-canvas{background:var(--color-bg-canvas)}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}body{background:var(--color-bg-canvas);min-width:320px;min-height:100dvh;font-family:var(--ds-body);font-size:var(--font-size-body-small);line-height:1.6}#root{min-height:100dvh}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid var(--line);background:var(--color-bg);border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-weight:700;transition:transform .16s,background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{opacity:.48;cursor:default}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent-purple);outline-offset:3px}button svg,.storage-note>svg{flex-shrink:0}h1,h2,h3,p{margin:0}h1{font-family:var(--ds-display);font-size:var(--font-size-display);line-height:1.18;font-weight:var(--font-weight-display);color:var(--color-text-strong);letter-spacing:-.075em}h2{font-family:var(--ds-display);font-size:var(--font-size-title);line-height:1.25;font-weight:var(--font-weight-title);color:var(--color-text-strong);letter-spacing:-.06em}h3{font-size:var(--font-size-subtitle);font-weight:var(--font-weight-subtitle)}p{margin:12px 0}small,.caption{font-size:var(--font-size-caption);color:var(--color-text-subtle);font-weight:400;display:block}strong{font-weight:600}.muted{color:var(--color-text-subtle)}.primary{background:var(--brand-primary);color:var(--color-text-inverse);border-color:var(--brand-primary);min-height:52px;font-size:var(--font-size-body-small);box-shadow:0 10px 20px #1eafe42e}.primary:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark);box-shadow:0 14px 26px #1eafe43d}.secondary{background:var(--color-bg);min-height:48px}.secondary:hover:not(:disabled){background:var(--surface-yellow);border-color:var(--surface-yellow)}.wide{width:100%}.icon-button{background:var(--surface-soft);flex-shrink:0;width:44px;height:44px;padding:0}.text-button{color:var(--brand-dark);background:var(--surface-soft);font-size:var(--font-size-caption);padding:8px 12px}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}input,select,textarea{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;width:100%;min-width:0;min-height:48px;padding:12px;font-size:16px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--color-text-hint)}.field{font-size:var(--font-size-body-small);flex-direction:column;gap:8px;margin:20px 0;display:flex}.two-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.two-columns .field{margin-bottom:0}.date-input,.time-input{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;min-width:0;padding:0 12px;display:flex}.date-input input,.time-input input{appearance:none;background:0 0;border:0;border-radius:0;max-width:100%;min-height:46px;padding:0}.date-input input::-webkit-date-and-time-value{text-align:left;min-width:0}.time-input input::-webkit-date-and-time-value{text-align:left;min-width:0}.date-input:focus-within,.time-input:focus-within{outline:3px solid var(--accent-purple);outline-offset:3px}.date-input input:focus-visible,.time-input input:focus-visible{outline:none}@media (width<=359px){.pet-date-fields{grid-template-columns:minmax(0,1fr)}}summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}details[open]>summary{margin-bottom:8px}.extra-fields{border-block:1px solid var(--line);margin:24px 0;padding:4px 0}.error{background:var(--danger-bg);color:var(--danger-text);font-size:var(--font-size-body-small);border-radius:10px;padding:14px}.danger{background:var(--danger-text);color:var(--color-text-inverse);border-color:var(--danger-text)}.danger-link{color:var(--danger-text);background:var(--color-bg);border-color:#0000;margin-top:12px}dl{margin:16px 0}dl>div{justify-content:space-between;gap:20px;padding:10px 0;display:flex}dt{color:var(--color-text-subtle);flex-shrink:0}dd{text-align:right;overflow-wrap:anywhere;min-width:0;margin:0}table{border-collapse:collapse;text-align:left;width:100%}th,td{border-bottom:1px solid var(--line);padding:10px 4px}th{font-weight:600}:root{--ds-canvas:#f2f1ed;--ds-paper:#fff;--ds-ink:#0e1114;--ds-muted:#5e625f;--ds-line:#e8e8e4;--ds-blue:#1eafe4;--ds-yellow:#ffdf61;--ds-pink:#ffd8df;--ds-orange:#ff7044;--ds-lime:#dce98c;--ds-radius-sm:14px;--ds-radius-md:24px;--ds-radius-lg:34px;--ds-content:1300px;--ds-display:"Arial Black", "Pretendard", "Noto Sans KR", sans-serif;--ds-body:Inter, "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif}.language-label{align-items:center;padding:8px 0;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.language-label select,.app .language-label select{width:auto;min-width:52px;min-height:48px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:4px 0;font-weight:700}@media (width<=600px){.language-label,.app .language-label{padding:8px 0;font-size:12px}}.landing-page *{box-sizing:border-box}.landing-page{scroll-behavior:smooth}.landing-page main{background:var(--ds-paper)}.landing-page{background:var(--ds-canvas);min-width:320px;color:var(--ds-ink);font-family:var(--ds-body);text-rendering:optimizelegibility;margin:0;padding:0;overflow-x:hidden}.landing-page,.landing-page button,.landing-page a{-webkit-font-smoothing:antialiased}.landing-page a{color:inherit;text-decoration:none}.landing-page button{color:inherit;font:inherit;border:0}.landing-page img{max-width:100%;display:block}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin:0}.landing-page :focus-visible{outline:3px solid var(--ds-blue);outline-offset:4px}.landing-page .page{background:var(--ds-paper);width:min(1400px,100%);margin:0 auto;overflow:hidden}.landing-page .page-inner{width:min(var(--ds-content), calc(100% - 112px));margin-left:auto;margin-right:auto}.landing-page .page-hero{min-height:calc(100vh - 48px);padding:0 0 46px}.landing-page .site-header{z-index:5;width:min(var(--ds-content), calc(100% - 112px));border-bottom:1px solid var(--ds-line);grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;margin:0 auto;display:grid;position:relative}.landing-page .header-links,.landing-page .header-actions{align-items:center;display:flex}.landing-page .header-links{gap:34px;font-size:14px;font-weight:600}.landing-page .header-links a,.landing-page .footer-links a{transition:opacity .16s}.landing-page .header-links a:hover,.landing-page .footer-links a:hover{opacity:.56}.landing-page .brand{color:var(--ds-ink);justify-self:center;align-items:center;gap:8px;display:inline-flex}.landing-page .brand-mark{width:32px;height:32px;color:var(--ds-ink);place-items:center;display:inline-grid}.landing-page .brand-mark svg{fill:currentColor;width:29px;height:29px}.landing-page .brand-name{font-family:var(--ds-display);letter-spacing:-.08em;font-size:22px;font-weight:400}.landing-page .header-actions{justify-content:flex-end;gap:21px}.landing-page .menu-button{aspect-ratio:1;border:1px solid var(--ds-ink);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 38px;align-content:center;gap:7px;width:38px;min-width:38px;height:38px;min-height:38px;padding:0 8px;display:none}.landing-page .menu-button span{background:currentColor;width:20px;height:1px;margin-inline:auto;transition:transform .18s;display:block}.landing-page .menu-button span:last-child{transform:none}.landing-page.menu-open .menu-button span:first-child{transform:translateY(7px)rotate(45deg)}.landing-page.menu-open .menu-button span:nth-child(2){opacity:0}.landing-page.menu-open .menu-button span:last-child{transform:translateY(-7px)rotate(-45deg)}.landing-page .hero-grid{grid-template-columns:minmax(0,.96fr) minmax(500px,1.04fr);align-items:center;min-height:618px;padding-top:50px;display:grid}.landing-page .hero-copy{z-index:2;padding:0 24px 44px 0;position:relative}.landing-page .eyebrow{color:var(--ds-muted);letter-spacing:-.035em;align-items:center;gap:8px;margin-bottom:22px;font-size:14px;font-weight:700;display:flex}.landing-page .eyebrow-dot{background:var(--ds-orange);border-radius:50%;width:9px;height:9px;display:inline-block}.landing-page h1,.landing-page h2{font-family:var(--ds-display);letter-spacing:-.095em;font-weight:900}.landing-page h1{max-width:650px;font-size:clamp(56px,6.5vw,94px);line-height:.98}.landing-page h1 span,.landing-page h2 span{color:var(--ds-blue)}.landing-page .hero-description{max-width:470px;color:var(--ds-muted);letter-spacing:-.045em;margin-top:31px;font-size:18px;line-height:1.62}.landing-page .hero-actions{align-items:center;gap:26px;margin-top:35px;display:flex}.landing-page .button{border-radius:10px;justify-content:space-between;align-items:center;gap:25px;min-height:54px;padding:0 20px;font-size:14px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.landing-page .button:hover,.landing-page .button:focus-visible{transform:translateY(-2px)}.landing-page .button-blue{background:var(--ds-blue);color:#fff;min-width:165px;box-shadow:0 12px 22px #1eafe433}.landing-page .button-blue:hover,.landing-page .button-blue:focus-visible{box-shadow:0 16px 30px #1eafe447}.landing-page .button-blue span,.landing-page .button-outline span{font-size:20px;font-weight:400}.landing-page .text-link{align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.landing-page .text-link span{font-size:18px;font-weight:400}.landing-page .hero-collage{min-height:544px;position:relative}.landing-page .photo-card{border-radius:22px;position:absolute;overflow:hidden}.landing-page .photo-cat{background:var(--ds-yellow);width:300px;height:300px;top:24px;left:7%}.landing-page .photo-cat img{object-fit:contain;mix-blend-mode:normal;width:90%;height:90%;margin:5% auto;transform:none}.landing-page .photo-phone{background:var(--ds-pink);transform-origin:100% 100%;width:332px;height:399px;padding:22px 20px;bottom:5px;right:9%;transform:scale(.94)}.landing-page .mini-phone{border:7px solid var(--ds-ink);background:#f9fbf7;border-radius:25px;width:206px;min-height:355px;margin:0 auto;padding:12px 14px 18px;overflow:hidden;transform:rotate(-8deg)translate(-2px,8px);box-shadow:12px 14px #0e11141a}.landing-page .mini-phone-top,.landing-page .mini-phone-title,.landing-page .mini-timeline{justify-content:space-between;align-items:center;display:flex}.landing-page .mini-phone-top{color:#737b78;font-size:8px;font-weight:800}.landing-page .mini-phone-title{margin-top:19px}.landing-page .mini-phone-title strong{font-size:14px}.landing-page .mini-phone-title span{color:#467361;background:#e8f3ec;border-radius:50%;place-items:center;width:23px;height:23px;font-size:10px;font-weight:800;display:inline-grid}.landing-page .mini-phone>small{color:#77817c;margin-top:20px;font-size:9px;display:block}.landing-page .mini-phone h2{font-family:var(--ds-body);letter-spacing:-.08em;margin-top:5px;font-size:20px}.landing-page .mini-health{color:#477160;background:#e9f3e9;border-radius:13px;margin-top:17px;padding:12px;font-size:9px;font-weight:700}.landing-page .mini-health strong{color:var(--ds-ink);letter-spacing:-.08em;margin-top:11px;font-size:23px;display:block}.landing-page .mini-health strong small{color:#477160;font-size:8px;font-weight:700}.landing-page .mini-health i{background:#47716033;border-radius:8px;height:5px;margin-top:7px;display:block;overflow:hidden}.landing-page .mini-health i b{border-radius:inherit;background:#477160;width:68%;height:100%;display:block}.landing-page .mini-timeline{color:#5b6761;margin-top:17px;font-size:9px}.landing-page .mini-timeline span{color:#477160;font-size:8px}.landing-page .mini-phone ul{gap:5px;margin:7px 0 0;padding:0;list-style:none;display:grid}.landing-page .mini-phone li{border-bottom:1px solid #e6ece6;grid-template-columns:8px 1fr auto;align-items:center;gap:6px;padding:6px 0;font-size:8px;font-weight:800;display:grid}.landing-page .mini-phone li span small{color:#78827d;margin-top:2px;font-size:7px;font-weight:500;display:block}.landing-page .mini-phone li time{color:#8d9791;font-size:7px;font-weight:500}.landing-page .dot{border-radius:50%;width:7px;height:7px;display:block}.landing-page .dot-orange{background:var(--ds-orange)}.landing-page .dot-blue{background:#75b8c9}.landing-page .dot-green{background:#6b9b80}.landing-page .support-card{background:var(--ds-orange);color:#fff;border-radius:15px;flex-direction:column;justify-content:space-between;width:128px;height:128px;padding:20px 18px;display:flex;position:absolute;top:55px;right:-2px}.landing-page .support-card strong{font-family:var(--ds-display);letter-spacing:-.08em;font-size:22px}.landing-page .support-card span{font-size:11px;font-weight:600}.landing-page .support-card b{align-self:flex-end;font-size:20px;font-weight:400}.landing-page .stamp{background:var(--ds-ink);color:#fff;border-radius:50%;place-items:center;width:126px;height:126px;display:grid;position:absolute;bottom:61px;left:30%;transform:rotate(-14deg);box-shadow:0 16px 26px #0e111429}.landing-page .stamp span{text-align:center;letter-spacing:.09em;max-width:96px;font-size:9px;font-weight:700;line-height:1.45}.landing-page .stamp strong{font-size:20px;font-weight:400;line-height:1;position:absolute;bottom:25px;right:20px}.landing-page .collage-paw{color:#0e11141a;font-size:28px;position:absolute;top:42%;left:4%;transform:rotate(-18deg)}.landing-page .hero-band{background:var(--ds-yellow);border-radius:23px;grid-template-columns:1.7fr 1.18fr;min-height:158px;margin-top:88px;padding:30px 30px 25px;display:grid;position:relative}.landing-page .care-pawprints{z-index:1;height:72px;position:absolute;top:-98px;left:0;right:0}.landing-page .care-paw{color:#bfc4c1;opacity:.48;width:30px;height:30px;display:block;position:absolute}.landing-page .care-paw i{background:currentColor;display:block;position:absolute}.landing-page .care-paw-pad{border-radius:52% 52% 46% 46%;height:17px;bottom:1px;left:5px;right:5px;transform:rotate(-4deg)}.landing-page .care-paw-toe{border-radius:50%;width:7px;height:11px}.landing-page .care-paw-toe-one{top:4px;left:1px;transform:rotate(-30deg)}.landing-page .care-paw-toe-two{top:0;left:8px;transform:rotate(-12deg)}.landing-page .care-paw-toe-three{top:0;right:8px;transform:rotate(12deg)}.landing-page .care-paw-toe-four{top:5px;right:1px;transform:rotate(30deg)}.landing-page .care-paw-one{top:43px;left:8%;transform:rotate(-17deg)}.landing-page .care-paw-two{top:1px;left:39%;transform:rotate(10deg)scale(1.16)}.landing-page .care-paw-three{top:39px;left:74%;transform:rotate(-13deg)scale(.84)}.landing-page .care-dog{z-index:2;pointer-events:none;width:132px;height:132px;position:absolute;top:-96px;left:20%}.landing-page .care-dog-image{object-fit:contain;width:100%;height:100%}.landing-page .care-treats{z-index:2;object-fit:contain;pointer-events:none;width:132px;height:88px;position:absolute;top:-52px;right:30%;transform:rotate(-4deg)}.landing-page .band-details{border-right:1px solid #0e11141a;grid-template-columns:1fr 1fr;display:grid}.landing-page .band-item{grid-template-columns:40px 1fr;align-content:center;column-gap:12px;padding:0 27px;display:grid}.landing-page .band-details .band-item:first-child{padding-left:0}.landing-page .band-icon{background:#fff;border-radius:50%;grid-row:span 2;place-items:center;width:38px;height:38px;font-size:18px;display:inline-grid}.landing-page .icon-orange{color:var(--ds-orange)}.landing-page .icon-blue{color:var(--ds-blue)}.landing-page .band-item strong{letter-spacing:-.06em;font-size:17px}.landing-page .band-item p{color:#0e1114a8;margin-top:5px;font-size:12px;line-height:1.45}.landing-page .band-statement{border-right:0;justify-content:space-between;align-items:center;padding:0 0 0 42px;display:flex}.landing-page .band-statement strong{font-family:var(--ds-display);letter-spacing:-.09em;font-size:27px;line-height:1.12}.landing-page .band-statement span{align-self:flex-end;margin-bottom:6px;font-size:12px;font-weight:800}.landing-page .page-services{padding:82px 0 0}.landing-page .services-grid{grid-template-columns:minmax(270px,.82fr) minmax(310px,1fr) minmax(240px,.7fr);align-items:start;gap:58px;display:grid}.landing-page .service-menu h2{font-size:clamp(46px,4.5vw,68px);line-height:.99}.landing-page .service-links{margin-top:46px;margin-bottom:0;padding:0;list-style:none}.landing-page .service-links a{letter-spacing:-.04em;border-bottom:1px solid #d8d9d6;justify-content:space-between;align-items:center;min-height:61px;font-size:15px;font-weight:700;display:flex}.landing-page .service-links a:first-child{border-top:1px solid #d8d9d6}.landing-page .service-links a span:last-child{font-size:22px;font-weight:400;transition:transform .16s}.landing-page .service-links a:hover span:last-child,.landing-page .service-links a:focus-visible span:last-child{transform:translate(5px)}.landing-page .service-visual{min-height:505px;position:relative}.landing-page .service-photo{aspect-ratio:.92;background:var(--ds-pink);border-radius:22px;width:min(100%,360px);position:relative;overflow:hidden}.landing-page .service-photo img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;transform:scale(1.08)}.landing-page .service-photo span{text-align:center;background:#ffffffe0;border-radius:999px;padding:11px 14px;font-size:12px;font-weight:800;position:absolute;bottom:18px;left:18px;right:18px}.landing-page .service-doodles{color:var(--ds-orange);font-family:var(--ds-display);font-size:22px;position:absolute;top:-20px;right:1%}.landing-page .service-doodles i,.landing-page .service-doodles b{border-radius:50%;display:block;position:absolute}.landing-page .service-doodles i{background:var(--ds-yellow);width:13px;height:13px;top:42px;left:-25px}.landing-page .service-doodles b{background:var(--ds-blue);width:8px;height:8px;top:-6px;left:-47px}.landing-page .service-aside{padding-top:58px}.landing-page .service-lede{color:var(--ds-muted);letter-spacing:-.045em;font-size:17px;line-height:1.62}.landing-page .button-outline{border:1px solid var(--ds-blue);min-width:154px;color:var(--ds-blue);margin-top:29px}.landing-page .button-outline:hover,.landing-page .button-outline:focus-visible{background:#1eafe414}.landing-page .service-card{background:var(--ds-pink);border-radius:20px;justify-content:space-between;align-items:flex-start;min-height:142px;margin-top:50px;padding:24px;display:flex}.landing-page .service-card+.service-card{margin-top:14px}.landing-page .service-card strong{letter-spacing:-.05em;font-size:16px;display:block}.landing-page .service-card small{margin-top:10px;font-size:12px;line-height:1.45;display:block}.landing-page .card-arrow,.landing-page .card-check{background:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:18px;display:inline-grid}.landing-page .service-card-lime{background:var(--ds-lime)}.landing-page .card-check{color:#52745c}.landing-page .story-strip{background:var(--ds-ink);color:#fff;border-radius:23px 23px 0 0;justify-content:space-between;align-items:center;min-height:175px;margin-top:80px;padding:36px 42px;display:flex}.landing-page .story-strip p{font-family:var(--ds-display);letter-spacing:-.095em;font-size:clamp(25px,3vw,42px);line-height:1.08}.landing-page .story-mark{width:74px;height:74px;color:var(--ds-blue);font-family:var(--ds-display);border:1px solid #ffffff94;border-radius:50%;place-items:center;font-size:33px;display:inline-grid}.landing-page .site-footer{background:var(--ds-canvas);grid-template-columns:1.1fr .82fr 1.32fr;gap:68px;width:100%;margin-left:0;padding:54px 56px 62px;display:grid}.landing-page .footer-brand .brand{justify-self:start}.landing-page .footer-brand>p{color:var(--ds-muted);margin-top:17px;font-size:13px}.landing-page .social-links{gap:9px;margin-top:21px;display:flex}.landing-page .social-links a,.landing-page .social-links span{background:var(--ds-paper);border-radius:8px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:800;display:inline-grid}.landing-page .footer-links{grid-template-columns:1fr 1fr;align-content:start;gap:15px 24px;font-size:13px;display:grid}.landing-page .footer-links strong{grid-column:1/-1;margin-bottom:2px;font-size:14px}.landing-page .company-info>strong,.landing-page .company-details{display:none}.landing-page .company-details{margin-top:15px;font-style:normal}.landing-page .company-details dl{grid-template-columns:1fr 1fr;gap:15px 24px;margin:0;display:grid}.landing-page .company-details dl>div{gap:4px;min-width:0;display:grid}.landing-page .company-details dt{color:var(--ds-muted);font-size:11px;font-weight:600}.landing-page .company-details dd{color:var(--ds-ink);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.4}.landing-page .footer-contact-title{margin-bottom:15px;font-size:14px}.landing-page .footer-email{color:var(--ds-ink);justify-content:space-between;align-items:center;margin-top:0;font-size:13px;font-weight:700;display:flex}.landing-page .footer-email span{color:var(--ds-blue);font-size:19px;font-weight:400}@media (width<=1080px){.landing-page .page-inner,.landing-page .site-header{width:min(100% - 64px, var(--ds-content))}.landing-page .site-footer{width:100%}.landing-page .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr)}.landing-page .photo-cat{width:260px;height:260px}.landing-page .photo-phone{right:4%}.landing-page .services-grid{gap:34px}}@media (width<=850px){.landing-page .page-inner,.landing-page .site-header{width:calc(100% - 48px)}.landing-page .site-header{grid-template-columns:1fr auto 1fr}.landing-page .header-links{gap:18px;font-size:12px}.landing-page .header-actions{gap:12px}.landing-page .hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:76px}.landing-page .hero-copy{padding-bottom:20px}.landing-page h1{max-width:570px;font-size:clamp(56px,9vw,78px)}.landing-page .hero-collage{min-height:535px;margin-top:28px}.landing-page .hero-band{grid-template-columns:1fr;gap:15px;margin-top:68px}.landing-page .band-details{border-right:0;grid-column:1/-1}.landing-page .care-pawprints{top:-86px}.landing-page .care-paw-one{left:7%}.landing-page .care-paw-two{left:40%}.landing-page .care-paw-three{left:76%}.landing-page .care-dog{width:114px;height:114px;top:-84px;left:21%}.landing-page .care-treats{width:116px;height:78px;top:-47px;right:14%}.landing-page .band-item{padding:0 15px}.landing-page .band-statement{border-top:1px solid #0e11141a;grid-column:1/-1;min-height:82px;padding:20px 0 0}.landing-page .services-grid{grid-template-columns:1fr 1fr;gap:42px 24px}.landing-page .service-menu{grid-column:1/-1}.landing-page .service-visual{min-height:0}.landing-page .service-aside{padding-top:0}.landing-page .site-footer{grid-template-columns:1fr 1fr;gap:42px;width:100%;margin-left:0;padding-left:48px;padding-right:48px}.landing-page .company-info{grid-column:1/-1}}@media (width<=600px){.landing-page .page-inner,.landing-page .site-header{width:calc(100% - 32px)}.landing-page .site-header{grid-template-columns:1fr auto;min-height:66px}.landing-page .header-links{border:1px solid var(--ds-line);background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:8px;display:none;position:absolute;top:60px;left:0;right:0;box-shadow:0 18px 28px #0e11141a}.landing-page.menu-open .header-links{display:flex}.landing-page .header-links a{padding:13px 14px}.landing-page .brand{justify-self:start}.landing-page .header-actions{justify-self:end}.landing-page .brand-name{font-size:20px}.landing-page .header-actions{gap:12px}.landing-page .menu-button{display:inline-grid}.landing-page .hero-grid{padding-top:54px}.landing-page .eyebrow{margin-bottom:17px;font-size:13px}.landing-page h1{font-size:clamp(48px,14vw,69px)}.landing-page .hero-description{margin-top:24px;font-size:16px}.landing-page .hero-actions{flex-direction:column;align-items:flex-start;gap:18px;margin-top:28px}.landing-page .button-blue{min-width:174px}.landing-page .hero-collage{min-height:clamp(390px,92vw,420px);margin-top:32px}.landing-page .photo-cat{border-radius:17px;width:min(202px,56vw);height:min(202px,56vw);top:18px;left:7%}.landing-page .photo-phone{border-radius:17px;width:min(225px,58vw);height:min(290px,75vw);padding:11px;bottom:4px;right:6%}.landing-page .mini-phone{border-width:5px;border-radius:18px;width:157px;min-height:267px;padding:8px 9px 10px;transform:rotate(-8deg)translate(-1px,5px)}.landing-page .mini-phone-top{font-size:6px}.landing-page .mini-phone-title{margin-top:11px}.landing-page .mini-phone-title strong{font-size:10px}.landing-page .mini-phone-title span{width:17px;height:17px;font-size:8px}.landing-page .mini-phone>small{margin-top:13px;font-size:7px}.landing-page .mini-phone h2{font-size:14px}.landing-page .mini-health{margin-top:10px;padding:8px;font-size:7px}.landing-page .mini-health strong{margin-top:7px;font-size:17px}.landing-page .mini-health strong small{font-size:6px}.landing-page .mini-timeline{margin-top:10px;font-size:7px}.landing-page .mini-timeline span{font-size:6px}.landing-page .mini-phone li{gap:4px;padding:4px 0;font-size:6px}.landing-page .mini-phone li span small,.landing-page .mini-phone li time{font-size:5px}.landing-page .dot{width:5px;height:5px}.landing-page .support-card{border-radius:12px;width:min(91px,24vw);height:min(91px,24vw);padding:13px 11px;top:68px;right:-1px}.landing-page .support-card strong{font-size:16px}.landing-page .support-card span{font-size:8px}.landing-page .support-card b{font-size:15px}.landing-page .stamp{width:min(90px,22vw);height:min(90px,22vw);bottom:46px;left:30%}.landing-page .stamp span{max-width:68px;font-size:6px}.landing-page .stamp strong{font-size:16px;bottom:15px;right:12px}.landing-page .collage-paw{font-size:20px;top:46%;left:2%}.landing-page .hero-band{border-radius:18px;grid-template-columns:1fr;gap:0;margin-top:104px;padding:30px 18px 17px}.landing-page .care-pawprints{top:-94px}.landing-page .care-paw{transform:scale(.78)}.landing-page .care-paw-one{top:34px;left:7%;transform:rotate(-17deg)scale(.78)}.landing-page .care-paw-two{top:0;left:42%;transform:rotate(10deg)scale(.9)}.landing-page .care-paw-three{top:32px;left:78%;transform:rotate(-13deg)scale(.64)}.landing-page .care-dog{width:104px;height:104px;top:-80px;left:50%;transform:translate(-50%)}.landing-page .care-treats{width:92px;height:62px;top:100px;right:1%}.landing-page .band-details{grid-template-columns:1fr}.landing-page .band-item,.landing-page .band-details .band-item:first-child{border-bottom:0;border-right:0;min-height:66px;padding:9px 0}.landing-page .band-statement{border-top:1px solid #0e11141a;border-bottom:0;min-height:100px;padding:20px 0 0}.landing-page .band-statement strong{font-size:25px}.landing-page .page-services{padding-top:56px}.landing-page .services-grid{grid-template-columns:1fr;gap:30px}.landing-page .service-menu{grid-column:auto}.landing-page .service-menu h2{font-size:clamp(45px,13vw,62px)}.landing-page .service-links{margin-top:31px}.landing-page .service-links a{min-height:55px;font-size:14px}.landing-page .service-visual{order:2}.landing-page .service-photo{width:min(100%,340px);margin:0 auto}.landing-page .service-aside{order:3}.landing-page .service-lede{font-size:16px}.landing-page .service-card{margin-top:30px}.landing-page .story-strip{border-radius:18px 18px 0 0;min-height:155px;margin-top:56px;padding:28px 22px}.landing-page .story-strip p{font-size:26px}.landing-page .story-mark{width:55px;height:55px;font-size:25px}.landing-page .site-footer{grid-template-columns:1fr;gap:38px;width:100%;margin-left:0;padding:42px 24px 48px}.landing-page .company-info{grid-column:auto}.landing-page .company-details dl{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :before,.landing-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.app{background:var(--color-bg);border-radius:var(--radius-card) var(--radius-card) 0 0;width:min(100%,720px);max-width:720px;min-height:calc(100dvh - 24px);box-shadow:var(--shadow-card);margin:24px auto 0;overflow:clip}.web-app-header{min-height:72px;padding:0 max(56px, var(--safe-right)) 0 max(56px, var(--safe-left));border-bottom:1px solid var(--line);background:var(--color-bg);justify-content:space-between;align-items:center;gap:16px;display:flex}.web-app-brand{color:var(--color-text-strong);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.web-app-brand .brand-mark{width:32px;height:32px;color:var(--ds-ink);place-items:center;display:inline-grid}.web-app-brand .brand-mark svg{fill:currentColor;width:29px;height:29px}.web-app-brand .brand-name{font-family:var(--ds-display);letter-spacing:-.08em;font-size:22px;font-weight:400}.app main{max-width:640px;padding:var(--space-5) max(24px, var(--safe-right)) calc(114px + max(34px, var(--safe-bottom))) max(24px, var(--safe-left));margin:0 auto}.loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.loading h1{font-size:var(--font-size-title)}.loading p{max-width:330px}.eyebrow{font-size:var(--font-size-caption);color:var(--brand-primary);margin-bottom:8px;font-weight:600;display:block}.welcome{text-align:center;padding:34px 0 8px}.welcome>img{margin-bottom:30px}.welcome>p{color:var(--color-text-subtle);margin:20px 0 30px}.welcome .secondary{margin-top:12px}.demo-notice{background:var(--surface-purple);color:var(--accent-purple);font-size:var(--font-size-caption);justify-content:space-between;align-items:center;gap:8px;padding:4px 16px;display:flex}.demo-notice button{font-size:var(--font-size-caption);background:var(--color-bg);border-color:#0000;padding:8px}.speech-language{color:var(--color-text-subtle);font-size:var(--font-size-caption);justify-content:space-between;align-items:center;gap:12px;margin:18px 0 10px;display:flex}.speech-language select{border:1px solid var(--line);background:var(--color-bg);width:auto;min-width:116px;min-height:44px;color:var(--color-text-strong);font:inherit;border-radius:12px;padding:8px 32px 8px 12px}.pet-selector{justify-content:space-between;align-items:center;gap:12px;display:flex}.pet-switch{text-align:left;background:var(--surface-soft);border:0;border-radius:28px;justify-content:flex-start;gap:12px;min-width:0;padding:0 12px 0 0}.pet-switch>span:not(.avatar){min-width:0}.pet-switch strong{font-size:var(--font-size-body);overflow-wrap:anywhere;display:block}.pet-switch small{overflow-wrap:anywhere}.brand-note{font-size:var(--font-size-body-small);color:var(--brand-primary);flex-shrink:0;font-weight:600}.avatar{background:var(--surface-green);width:48px;height:48px;color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar.large{width:88px;height:88px}.home-intro{padding:32px 0 24px}.entry-actions{grid-template-columns:1.35fr 1fr;gap:10px;display:grid}.entry-actions button{padding:12px 8px}.entry-actions button[hidden]{display:none!important}.quick-types{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:24px 0;display:grid}.quick-types button{background:var(--surface-soft);border:0;flex-direction:column;gap:6px;min-height:80px;padding:0;font-weight:400}.quick-types button>span:last-child{font-size:var(--font-size-caption)}.kind-icon{background:var(--surface-green);width:44px;height:44px;color:var(--brand-primary);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.kind-체중,.kind-혈당{color:var(--accent-purple);background:var(--surface-purple)}.calendar{border-block:1px solid var(--line);padding:20px 0}.calendar-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-heading label{align-items:center;gap:8px;min-width:0;display:flex}.calendar-heading input{font-weight:600;font-size:var(--font-size-body-small);background:0 0;border:0;padding:8px 0}.week-strip{grid-template-columns:repeat(7,minmax(44px,1fr));align-items:center;margin-top:12px;display:grid}.week-strip button{background:0 0;border:0;border-radius:14px;flex-direction:column;gap:2px;min-width:44px;padding:8px 0}.week-strip button[aria-pressed=true]{background:var(--brand-primary);color:var(--color-text-inverse)}.week-strip button[aria-pressed=true] small{color:var(--color-text-inverse)}.week-strip strong{font-size:var(--font-size-body)}.week-strip i{background:0 0;border-radius:50%;width:4px;height:4px}.week-strip i.has-record{background:currentColor}.week-strip .icon-button{background:var(--surface-soft)}.section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.timeline-heading{padding-top:24px;padding-bottom:8px}.count{color:var(--brand-primary)}.status-pill{font-size:var(--font-size-caption);background:var(--surface-soft);color:var(--color-text-subtle);white-space:nowrap;border-radius:8px;padding:5px 8px}.status-pill.complete{color:var(--brand-dark);background:var(--surface-green)}.timeline{margin:0 0 20px;padding:0;list-style:none}.timeline li{border-bottom:1px solid var(--line)}.record-row{text-align:left;border:0;border-radius:0;justify-content:flex-start;gap:12px;width:100%;padding:18px 0;display:flex}.record-row time{font-size:var(--font-size-caption);color:var(--color-text-subtle);min-width:40px;font-weight:400}.record-row>svg:last-child{color:var(--color-text-subtle)}.record-copy{flex-direction:column;flex:1;gap:3px;min-width:0;font-weight:400;display:flex}.record-copy>strong{font-size:var(--font-size-body-small)}.record-copy small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.record-thumb{object-fit:cover;border-radius:10px;width:42px;height:42px}.empty-state{text-align:center;color:var(--color-text-subtle);padding:32px 10px}.empty-state h2,.empty-state h3{margin-top:12px}.empty-state p{font-size:var(--font-size-body-small)}.day-complete{color:var(--brand-dark);background:var(--surface-green);border-color:var(--surface-green)}.daily-summary{margin-top:28px}.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 0;display:flex}.summary-row>div{text-align:right}.summary-row strong{font-size:var(--font-size-body)}.summary-row small{margin-top:4px}.report-link{border-color:var(--line);background:var(--surface-soft);justify-content:flex-start;width:100%;margin-top:24px;padding:20px 16px}.report-link>span{text-align:left;flex:1}.report-link small{margin-top:4px}.bottom-nav{z-index:10;background:var(--color-bg);width:min(100%,720px);padding:8px max(12px, var(--safe-right)) max(34px, var(--safe-bottom)) max(12px, var(--safe-left));border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav button{color:var(--color-text-subtle);border:0;border-radius:12px;flex-direction:column;gap:4px;padding:8px 0}.bottom-nav button span{font-size:var(--font-size-caption);font-weight:400}.bottom-nav button[aria-current=page]{background:var(--surface-green);color:var(--brand-dark)}.bottom-nav button[aria-current=page] span{font-weight:600}.toast{z-index:25;bottom:calc(118px + max(34px, var(--safe-bottom)));background:var(--color-text-strong);color:var(--color-text-inverse);width:max-content;max-width:calc(100% - 48px);font-size:var(--font-size-body-small);pointer-events:none;border-radius:12px;align-items:center;gap:8px;padding:14px 20px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.sheet{padding:24px 24px max(34px, var(--safe-bottom));width:min(100%,480px);max-width:100%;max-height:calc(100dvh - max(24px, var(--safe-top)));color:var(--color-text-default);background:var(--color-bg);border:0;border-radius:24px 24px 0 0;flex-direction:column;margin:auto auto 0;display:flex;overflow:hidden}.sheet::backdrop{background:var(--dim)}.sheet-heading{background:var(--color-bg);flex:none;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.sheet-body{overscroll-behavior:contain;min-height:0;overflow-y:auto}.sheet-heading h2{font-size:var(--font-size-title)}.form-actions{grid-template-columns:1fr 1.6fr;gap:12px;margin-top:28px;display:grid}.excretion-section{border:1px solid var(--line);border-radius:16px;min-width:0;margin:20px 0 0;padding:16px}.excretion-legend{width:100%;color:var(--color-text-default);align-items:center;gap:12px;padding:0;display:flex}.excretion-legend>span:last-child{min-width:0}.excretion-legend strong,.excretion-legend small{display:block}.excretion-legend small{margin-top:2px}.excretion-count{margin:16px 0 0}.count-input{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;align-items:center;min-width:0;padding-right:12px;display:flex}.count-input input{background:0 0;border:0}.count-input>span{color:var(--color-text-subtle);flex-shrink:0}.excretion-section .extra-fields{border-bottom:0;margin-bottom:0}.voice-form-actions{gap:var(--space-3);display:grid}.voice-form-actions>p{margin:0}.kind-picker{grid-template-columns:1fr 1fr;gap:12px;padding:8px 0;display:grid}.kind-picker button{justify-content:flex-start;min-height:56px}.photo-list{gap:12px;display:flex}.photo-item{position:relative}.photo-item img{object-fit:cover;border-radius:12px;width:100px;height:100px}.photo-item button{background:var(--color-bg);position:absolute;top:0;right:0}.photo-add{width:100%;margin-top:8px}.detail-photos{gap:12px;display:grid}.detail-photos img{border-radius:12px;max-width:100%;height:auto}.detail-note{white-space:pre-wrap}.pet-list{gap:16px;display:grid}.pet-list .pet-switch{border-radius:16px;width:100%;padding:12px}.pet-list strong{flex:1}.page-intro{padding:32px 0 24px}.page-intro p{margin-bottom:0}.segment{background:var(--surface-soft);border-radius:12px;gap:4px;padding:4px;display:flex}.segment button{background:0 0;border-color:#0000;flex:1;padding:9px 4px;font-weight:400}.segment button[aria-pressed=true]{color:var(--brand-dark);background:var(--surface-green);font-weight:600}.report-range{text-align:center;margin:12px 0}.report-filter{margin:20px 0}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips button{font-size:var(--font-size-caption);background:var(--surface-soft);font-weight:400}.chips button[aria-pressed=true]{background:var(--surface-green);border-color:var(--brand-primary);color:var(--brand-dark)}.report-overview{background:var(--surface-green);border-radius:var(--radius);align-items:center;gap:36px;margin:24px 0;padding:24px;display:flex}.report-overview strong{font-size:var(--font-size-display);display:block}.report-overview>svg{color:var(--brand-primary);margin-left:auto}.report-section{border-bottom:1px solid var(--line);padding:28px 0}.report-section>h3{margin-top:20px}.chart-select select{font-size:var(--font-size-body-small);min-width:88px;padding:10px}.chart{margin-top:24px}.chart-ceiling{font-size:var(--font-size-caption);color:var(--color-text-subtle);padding-bottom:8px}.bars{border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top, transparent 0, transparent 43px, var(--line) 43px, var(--line) 44px);align-items:flex-end;gap:5px;height:132px;display:flex}.bar-slot{flex:1;justify-content:center;align-items:flex-end;height:100%;display:flex}.bar{background:var(--brand-primary);border-radius:4px 4px 0 0;width:80%;max-width:26px}.bar.partial,.legend-dot.partial{background:var(--accent-purple);opacity:.5}.missing-dot{background:var(--line);border-radius:50%;width:4px;height:4px}.chart-dates{font-size:var(--font-size-caption);color:var(--color-text-subtle);justify-content:space-between;margin-top:8px;display:flex}.chart-legend{flex-wrap:wrap;align-items:center;gap:6px;margin-top:14px;display:flex}.legend-dot{background:var(--brand-primary);border-radius:50%;width:8px;height:8px;display:inline-block}.legend-dot:not(:first-child){margin-left:8px}.report-entries{padding:0;list-style:none}.report-entries li{border-bottom:1px solid var(--line);padding:12px 0}.report-entries strong{margin-top:4px;display:block}.comparison-row{border-bottom:1px solid var(--line);padding:20px 0}.comparison-row p{margin-bottom:0}.questions{margin-top:24px;padding:0;list-style:none}.questions li{align-items:flex-start;gap:12px;padding:16px 0;display:flex}.questions li>span{background:var(--surface-green);width:28px;height:28px;color:var(--brand-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.questions p{margin:0}.disclaimer{text-align:center;color:var(--color-text-subtle);font-size:var(--font-size-caption);margin:28px 0}.print-report{display:none}.print-button{margin-top:12px}.profile-intro{text-align:center;padding:32px 0 24px}.profile-intro h1{margin-top:12px}.profile-intro p{color:var(--color-text-subtle)}.profile-section{border-bottom:1px solid var(--line);margin-bottom:20px;padding:24px 0}.profile-section>h3{color:var(--color-text-subtle);margin-top:24px}.history-row{border-bottom:1px solid var(--line);padding:14px 0}.storage-note{background:var(--surface-green);border-radius:var(--radius);color:var(--brand-dark);align-items:flex-start;gap:16px;padding:24px;display:flex}.storage-note h2{font-size:var(--font-size-body)}.storage-note p{margin-bottom:0}.settings-list{padding:24px 0}.settings-list button{text-align:left;border:0;border-bottom:1px solid var(--line);border-radius:0;justify-content:flex-start;gap:16px;width:100%;padding:20px 0}.settings-list button>span{flex:1}.settings-list small{margin-top:4px}.notice{background:var(--surface-green);border-radius:var(--radius);margin:20px 0;padding:20px}@media (width<=359px){main{padding-left:20px;padding-right:20px}.week-strip{grid-template-columns:repeat(5,1fr)}.week-strip button:nth-child(2),.week-strip button:nth-child(6){display:none}.entry-actions{grid-template-columns:1fr}.record-row{gap:8px}.record-row .kind-icon{width:36px;height:36px}.brand-note{display:none}.sheet{padding-inline:20px}}@media (prefers-reduced-motion:no-preference){button{transition:background-color .15s}}@media print{main>:not(.print-report){display:none!important}.print-report{display:block}.print-report pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit}.bottom-nav,.pet-selector,.demo-notice,.segment,.report-filter,.print-button,main>button,.toast,.sheet{display:none!important}body,.app{background:#fff;max-width:none}main{padding:0}.report-section{break-inside:avoid}}.app .eyebrow{color:var(--ds-muted);letter-spacing:-.035em;align-items:center;gap:8px;font-weight:800;display:flex}.app .eyebrow:before{background:var(--ds-orange);content:"";border-radius:50%;width:8px;height:8px}.app .home-intro,.app .page-intro,.app .profile-intro{padding:40px 0 28px}.app .home-intro h1,.app .page-intro h1,.app .profile-intro h1,.app .welcome h1{font-size:clamp(32px,7vw,48px);line-height:1.08}.app .home-intro h1,.app .page-intro h1{max-width:520px}.app .web-app-header+.demo-notice{border-top:0}.app .demo-notice{background:var(--surface-blue);color:var(--brand-dark);padding:10px 24px;font-weight:700}.app .demo-notice button{color:var(--brand-dark);background:var(--color-bg);border-radius:var(--radius-pill);border:1px solid #1eafe440}.app .pet-selector{border-bottom:1px solid var(--line);padding:8px 0 16px}.app .pet-switch{border-radius:var(--radius-pill);border:1px solid #0000}.app .pet-switch:hover:not(:disabled){border-color:var(--line);background:var(--color-bg)}.app .brand-note{color:var(--brand-dark);font-family:var(--ds-display);letter-spacing:-.07em}.app .avatar{background:var(--surface-blue);color:var(--brand-dark)}.app .entry-actions{gap:12px}.app .quick-types{gap:10px;padding:28px 0 32px}.app .quick-types button{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;min-height:92px;padding:10px 4px}.app .quick-types button:hover:not(:disabled){border-color:var(--ds-blue);background:var(--color-bg);transform:translateY(-3px);box-shadow:0 8px 18px #0e11140f}.app .quick-types button:first-child .kind-icon{color:var(--ds-orange);background:#fff0d8}.app .quick-types button:nth-child(2) .kind-icon{color:var(--brand-dark);background:var(--surface-blue)}.app .quick-types button:nth-child(3) .kind-icon{color:#52745c;background:var(--surface-lime)}.app .quick-types button:nth-child(4) .kind-icon{color:#bd6270;background:var(--surface-pink)}.app .quick-types button:nth-child(5) .kind-icon{color:#9a7000;background:var(--surface-yellow)}.app .calendar{border:1px solid var(--line);background:var(--surface-soft);border-radius:20px;margin:0 -4px;padding:18px 16px}.app .calendar-heading input{color:var(--color-text-strong)}.app .week-strip button[aria-pressed=true]{background:var(--ds-blue);box-shadow:0 7px 14px #1eafe433}.app .week-strip .icon-button{background:var(--color-bg)}.app .timeline-heading{padding-top:32px}.app .count{color:var(--brand-primary)}.app .status-pill{border-radius:var(--radius-pill);background:var(--surface-soft)}.app .status-pill.complete,.app .day-complete{color:#52745c;background:var(--surface-lime);border-color:var(--surface-lime)}.app .record-row{border-radius:14px;padding:16px 8px}.app .record-row:hover:not(:disabled){background:var(--surface-soft);transform:none}.app .record-row .kind-icon{border-radius:13px;width:42px;height:42px}.app .record-thumb{border-radius:13px}.app .empty-state{background:var(--surface-soft);border-radius:20px;margin:12px 0;padding:38px 18px}.app .report-link{background:var(--surface-pink);border:0;border-radius:20px}.app .report-link:hover:not(:disabled){background:#ffcbd4;box-shadow:0 10px 22px #0e111414}.app .bottom-nav{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;box-shadow:0 -8px 22px #0e11140a}.app .bottom-nav button[aria-current=page]{color:var(--brand-dark);background:var(--surface-blue)}.app .toast{border-radius:var(--radius-pill);background:var(--ds-ink);box-shadow:0 12px 28px #0e11142e}.app .sheet{width:min(100%,640px);box-shadow:var(--shadow-sheet);border-radius:28px 28px 0 0}.app .sheet-heading{padding-top:4px}.app .sheet-heading h2{font-size:24px}.app .kind-picker button{background:var(--surface-soft);border-radius:16px;min-height:64px}.app .kind-picker button:hover:not(:disabled){border-color:var(--ds-blue);background:var(--surface-blue)}.app .segment{border:1px solid var(--line);border-radius:14px}.app .segment button[aria-pressed=true],.app .chips button[aria-pressed=true]{color:var(--color-text-inverse);background:var(--ds-blue);border-color:var(--ds-blue)}.app .report-overview{background:var(--surface-yellow);border-radius:22px;margin:28px 0}.app .report-overview>svg{color:var(--ds-orange)}.app .report-section{padding:32px 0}.app .chart-select select,.app input,.app select,.app textarea{background:var(--surface-soft);border-radius:12px}.app .bars{background:repeating-linear-gradient(to top, transparent 0, transparent 43px, var(--line) 43px, var(--line) 44px);border-radius:12px 12px 0 0}.app .bar,.app .legend-dot{background:var(--ds-blue)}.app .bar.partial,.app .legend-dot.partial{background:var(--ds-orange)}.app .questions li>span{color:var(--brand-dark);background:var(--surface-blue)}.app .storage-note,.app .notice{background:var(--surface-lime);color:#52745c;border-radius:20px}.app .profile-section{padding:28px 0}@media (width<=720px){.app{width:100%;box-shadow:none;border-radius:0;margin-top:0}}@media (width<=600px){.app .web-app-brand .brand-name{font-size:20px}.app .web-app-header{min-height:66px}}@media (width>=721px){.app{width:min(100% - 64px,960px);max-width:960px;min-height:calc(100dvh - 32px);margin-top:32px}.app main{max-width:820px;padding-left:40px;padding-right:40px}.app .web-app-header{padding-left:56px;padding-right:56px}.app .demo-notice{padding-left:40px;padding-right:40px}.app .bottom-nav{width:min(100%,960px)}.app .quick-types{gap:14px}.app .quick-types button{min-height:104px}}@media (width>=1100px){.app{grid-template:"header header""notice notice""nav main"minmax(0,1fr)/224px minmax(0,1fr);width:min(100% - 96px,1280px);max-width:1280px;min-height:calc(100dvh - 48px);margin-top:48px;display:grid}.app.loading{justify-content:center;align-items:center;display:flex}.app .web-app-header{grid-area:header;min-height:72px;padding:0 56px}.app .demo-notice{grid-area:notice;padding-left:40px;padding-right:40px}.app main{width:min(100%,920px);max-width:920px;padding:48px 56px calc(114px + max(34px, var(--safe-bottom)));grid-area:main;justify-self:center}.app .bottom-nav{width:auto;height:fit-content;min-height:320px;padding:28px 20px max(28px, var(--safe-bottom));border-top:0;border-right:1px solid var(--line);box-shadow:none;flex-direction:column;grid-area:nav;align-self:start;align-items:stretch;gap:8px;display:flex;position:sticky;top:0;left:auto;transform:none}.app .bottom-nav button{border-radius:14px;flex-direction:row;justify-content:flex-start;min-height:52px;padding:12px 16px}.app .bottom-nav button span{font-size:var(--font-size-body-small)}.app .home-intro,.app .page-intro,.app .profile-intro{padding-top:16px}.app .report-overview{grid-template-columns:1fr 1fr auto;gap:28px;display:grid}.app .sheet{border-radius:28px;width:min(90vw,760px);margin:auto}}@media (width<=1080px){.app .web-app-header{padding-right:max(32px, var(--safe-right));padding-left:max(32px, var(--safe-left))}}@media (width<=850px){.app .web-app-header{padding-right:max(24px, var(--safe-right));padding-left:max(24px, var(--safe-left))}}@media (width<=600px){.app .web-app-header{padding-right:max(16px, var(--safe-right));padding-left:max(16px, var(--safe-left))}}
