.admin{background:var(--bg);min-height:100%;display:flex}.sidebar{background:var(--surface-warm);border-right:1.5px solid var(--border);flex-direction:column;flex:none;align-self:flex-start;gap:26px;width:216px;height:100vh;padding:26px 18px;display:flex;position:sticky;top:0}.sidebar__brand{padding:0 8px;font-size:19px}.sidebar__brand small{font-size:12px}.sidebar__nav{flex-direction:column;gap:4px;display:flex}.sidebar__link{text-align:left;color:var(--text-nav);background:0 0;border:0;border-radius:10px;padding:11px 14px;font-size:14px}.sidebar__link:hover{background:var(--surface-soft)}.sidebar__link.is-active{background:var(--nav-active);color:var(--accent-deep)}.sidebar__spacer{flex:1}.sidebar__profile{background:var(--surface-soft);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.sidebar__avatar{background:#e7dbc9;border-radius:50%;flex:none;width:34px;height:34px}.sidebar__who{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar__who span{font-size:13px}.sidebar__who small{color:var(--text-sub);font-size:11px}.sidebar__logout{text-align:left;color:var(--text-sub);background:0 0;border:0;border-radius:10px;margin-top:-14px;padding:8px 14px;font-size:13px}.sidebar__logout:hover{background:var(--nav-active);color:var(--accent-deep)}.admin__main{flex:1;min-width:0;position:relative}.card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.card h2{font-family:var(--font-title);font-size:17px;font-weight:400}.card__head{justify-content:space-between;align-items:baseline;display:flex}.legend{color:var(--text-sub);gap:14px;font-size:12px;display:flex}.legend__dot{border-radius:3px;width:9px;height:9px;margin-right:5px;display:inline-block}.dash{flex-direction:column;gap:22px;padding:26px 30px 34px;display:flex}.dash__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.dash__head h1{font-family:var(--font-title);font-size:26px;font-weight:400}.dash__head p{color:var(--text-sub);margin-top:5px;font-size:13px}.dash__tools{gap:8px;display:flex}.chip{border:1.5px solid var(--border-input);background:var(--surface);color:var(--text-sub);border-radius:10px;padding:9px 14px;font-size:13px}.chip:hover{border-color:var(--primary)}.chip.is-active{border-color:var(--text);background:var(--text);color:var(--bg)}.dash__kpis{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.kpi{gap:9px;padding:18px}.kpi__label{color:var(--text-sub);font-size:13px}.kpi__value{font-family:var(--font-title);font-size:32px;line-height:1}.kpi__delta{color:var(--positive);font-size:12px}.dash__row{gap:14px;display:grid}.dash__row--chart{grid-template-columns:1.6fr 1fr}.dash__row--log{grid-template-columns:1fr 1.6fr}.chart{gap:16px}.chart__bars{align-items:flex-end;gap:14px;height:230px;padding-top:6px;display:flex}.chart__col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.chart__pair{flex:1;justify-content:center;align-items:flex-end;gap:5px;width:100%;min-height:0;display:flex}.chart__bar{border-radius:6px 6px 0 0;width:18px}.chart__day{color:var(--text-sub);font-size:12px}.donut__body{align-items:center;gap:18px;display:flex}.donut__ring{flex:none;width:132px;height:132px;position:relative}.donut__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.donut__center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut__center strong{font-family:var(--font-title);color:var(--accent);font-size:29px;font-weight:400}.donut__center span{color:var(--text-sub);font-size:11px}.donut__legend{flex-direction:column;gap:10px;font-size:13px;display:flex}.donut__legend p{color:var(--text-sub);line-height:1.6}.donut__legend p b{color:var(--text)}.donut__legend .legend__dot{margin-right:6px}.donut__note{border-top:1.5px solid var(--border-soft);color:var(--text-sub);padding-top:12px;font-size:12px;line-height:1.7}.levels{flex-direction:column;gap:12px;display:flex}.levels__item{flex-direction:column;gap:6px;display:flex}.levels__row{justify-content:space-between;font-size:13px;display:flex}.levels__row span:last-child{color:var(--text-sub)}.levels__track{background:var(--track);border-radius:5px;height:10px;overflow:hidden}.levels__fill{background:var(--primary);border-radius:5px;height:100%}.activity__all{color:var(--accent);font-size:13px}.activity__row{grid-template-columns:1.1fr 1.5fr .9fr .8fr;align-items:center;gap:12px;font-size:13px;display:grid}.activity__row--head{border-bottom:1.5px solid var(--border-soft);color:var(--text-sub);padding-bottom:9px;font-size:12px}.activity__list{flex-direction:column;gap:11px;display:flex}.activity__time{font-family:var(--font-mono);color:var(--text-sub);font-size:12px}.activity__score{color:var(--accent)}.activity__user{color:var(--text-sub)}.wip{min-height:100vh;position:relative;overflow:hidden}.wip__backdrop{filter:blur(7px);opacity:.85;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;gap:22px;min-height:100vh;padding:26px 30px 34px;display:flex}.wip__head{flex-direction:column;gap:10px;display:flex}.wip__bar{background:#e7dbc9;border-radius:8px}.wip__bar--title{width:180px;height:28px}.wip__bar--sub{width:260px;height:14px}.wip__grid{gap:14px;display:grid}.wip__grid--4{grid-template-columns:repeat(4,1fr)}.wip__grid--2{grid-template-columns:1.6fr 1fr}.wip__card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;position:relative}.wip__card:before{content:"";background:repeating-linear-gradient(#e2d3bd 0 12px,#0000 12px 34px);border-radius:8px;position:absolute;inset:22px;-webkit-mask-image:linear-gradient(90deg,#000 62%,#0000 62.1%);mask-image:linear-gradient(90deg,#000 62%,#0000 62.1%)}.wip__card--short:before{background:repeating-linear-gradient(#e2d3bd 0 12px,#0000 12px 30px);inset:20px}.wip__card--short{height:110px}.wip__card--tall{height:280px}.wip__card--table{flex:1;min-height:220px}.wip__overlay{background:#fbf4ea59;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.wip__message{border:1.5px solid var(--border-input);background:var(--surface-warm);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:10px;max-width:420px;padding:36px 40px;display:flex;box-shadow:0 18px 40px #3c2d1e24}.wip__label{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);font-size:12px}.wip__message h2{font-family:var(--font-title);font-size:24px;font-weight:400}.wip__message p{color:var(--text-sub);font-size:14px}.wip__back{height:46px;margin-top:12px;padding:0 24px;font-size:15px}@media (width<=1100px){.dash__kpis,.wip__grid--4{grid-template-columns:repeat(2,1fr)}.dash__row--chart,.dash__row--log,.wip__grid--2{grid-template-columns:1fr}}@media (width<=720px){.admin{flex-direction:column}.sidebar{border-right:0;border-bottom:1.5px solid var(--border);gap:14px;width:100%;height:auto;position:static}.sidebar__nav{flex-flow:wrap}.sidebar__spacer{display:none}.dash,.wip__backdrop{padding:20px 16px 28px}.dash__kpis{grid-template-columns:1fr}}.login{background:var(--bg);min-height:100%;display:flex}.login__intro{background:var(--panel);flex-direction:column;flex:none;justify-content:space-between;gap:32px;width:46%;padding:48px;display:flex}.login__brand{font-size:22px}.login__brand small{font-size:15px}.login__pitch{flex-direction:column;gap:18px;display:flex}.login__art{object-fit:contain;width:180px;height:180px;display:block}.login__headline{font-family:var(--font-title);font-size:30px;font-weight:400;line-height:1.4}.login__desc{max-width:380px;color:var(--text-sub);font-size:15px;line-height:1.8}.login__version{font-family:var(--font-mono);color:var(--text-sub);font-size:12px}.login__form-wrap{flex:1;justify-content:center;align-items:center;padding:48px;display:flex}.login__form{flex-direction:column;gap:22px;width:100%;max-width:380px;display:flex}.login__form-head{flex-direction:column;gap:6px;display:flex}.login__form-head h2{font-family:var(--font-title);font-size:28px;font-weight:400}.login__form-head p{color:var(--text-sub);font-size:14px}.field{flex-direction:column;gap:8px;display:flex}.field__label{color:var(--text-sub);font-size:13px}.field__input{border:1.5px solid var(--border-input);background:var(--surface);border-radius:12px;outline:none;width:100%;height:52px;padding:0 16px;font-size:15px}.field__input:focus,.field__input:focus-within{border-color:var(--primary)}.field__input--password{justify-content:space-between;align-items:center;gap:8px;display:flex}.field__input--password input{background:0 0;border:0;outline:none;flex:1;min-width:0;height:100%;font-size:16px}.field__input--password input[type=password]{letter-spacing:.2em}.field__input--password button{color:var(--text-sub);background:0 0;border:0;font-size:14px}.login__options{color:var(--text-sub);justify-content:space-between;align-items:center;font-size:13px;display:flex}.login__remember{cursor:pointer;align-items:center;gap:6px;display:flex}.login__remember input{accent-color:var(--primary)}.login__link{color:var(--accent);background:0 0;border:0;padding:0;font-size:13px}.login__link:hover{color:var(--accent-hover)}.login__message{color:var(--danger);margin:-8px 0;font-size:13px;line-height:1.6}.btn-primary{background:var(--primary);height:54px;color:var(--primary-on);box-shadow:0 3px 0 var(--primary-shadow);border:0;border-radius:12px;font-size:16px}.btn-primary:active{box-shadow:0 1px 0 var(--primary-shadow);transform:translateY(2px)}.login__note{color:var(--text-sub);font-size:12px;line-height:1.7}@media (width<=860px){.login__intro{display:none}}.lp{--lp-ink:#343f33;--lp-muted:#73786b;--lp-orange:#d9783d;color:var(--lp-ink);background:#fbf9f2;overflow:clip}.lp a{color:inherit;text-decoration:none}.lp a:hover{color:#a95126}.lp button,.lp a,.lp summary{-webkit-tap-highlight-color:transparent}.lp :focus-visible{outline-offset:5px;outline:3px solid #ae582e}.lp section[id]{scroll-margin-top:100px}.lp-container{width:min(1160px,100% - 80px);margin-inline:auto}.lp-skip{z-index:100;background:#fff;padding:12px;position:fixed;top:-100px;left:16px}.lp-skip:focus{top:12px}.lp-header{border-bottom:1px solid #e7e7da;align-items:center;gap:32px;width:min(1320px,100% - 80px);height:96px;margin:auto;display:flex}.lp-brand{font-family:var(--font-title);white-space:nowrap;align-items:center;gap:8px;font-size:22px;display:inline-flex}.lp-brand img{object-fit:contain;width:42px;height:42px}.lp-brand>span{font-family:var(--font-mono);letter-spacing:1px;color:var(--lp-muted);margin-left:8px;font-size:9px}.lp-header nav{gap:32px;margin-left:auto;font-size:14px;display:flex}.lp-nav-cta{border:1px solid #bec4b2;border-radius:30px;gap:20px;padding:12px 20px;font-size:13px;display:flex}.lp-hero{grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;min-height:730px;padding-block:60px 80px;display:grid}.lp-eyebrow{letter-spacing:2px;color:#63715b;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.lp-eyebrow>span{background:#df8648;border-radius:50%;width:7px;height:7px}.lp h1,.lp h2,.lp h3{font-family:var(--font-title);text-wrap:balance;font-weight:400}.lp h1{letter-spacing:-2px;margin:26px 0;font-size:clamp(44px,5.1vw,68px);line-height:1.2}.lp h1 em{color:var(--lp-orange);font-style:normal;position:relative}.lp-lead{color:#6c7165;font-size:16px;line-height:1.9}.lp-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px;display:flex}.lp a.lp-button{color:#fffdf4;background:#3e513d;border-radius:8px;align-items:center;gap:24px;padding:18px 24px;font-size:15px;transition:transform .2s;display:inline-flex;box-shadow:0 4px #293a28}.lp a.lp-button:hover{background:#2d422c;transform:translateY(-2px)}.lp-text-link{border-bottom:1px solid #a8af9d;align-items:center;gap:14px;padding-bottom:5px;font-size:14px;display:inline-flex}.lp-hero-note{color:#7a7f70;align-items:center;gap:12px;margin-top:32px;font-size:12px;line-height:1.7;display:flex}.lp-hero-note img{background:#f1e6d3;border-radius:50%;width:40px;height:40px}.lp-hero-note strong{color:#4b5744;font-weight:400}.lp-hero-art{isolation:isolate;justify-content:center;align-items:center;padding:24px 0;display:flex;position:relative}.lp-orbit{aspect-ratio:1;z-index:-1;background:#e6eadb;border-radius:47% 53% 58% 42%;width:115%;position:absolute;transform:rotate(-15deg)}.lp-orbit:after{content:"";border-radius:inherit;border:1px dashed #b6c1a8;position:absolute;inset:-16px 16px;transform:rotate(20deg)}.lp-art-caption{color:#647457;font-family:var(--font-title);font-size:22px;position:absolute;top:12px;right:-8px;transform:rotate(9deg)}.lp-art-star{color:#d8874c;font-size:70px;position:absolute;bottom:55px;right:-4px}.lp-phone{background:#fffdf8;border:7px solid #3d4339;border-radius:42px;width:300px;padding:16px 19px 10px;transform:rotate(5deg);box-shadow:14px 22px #3d43391a,0 20px 45px #39412b15}.lp-phone-top{font-family:var(--font-mono);justify-content:space-between;padding:0 5px 24px;font-size:10px;display:flex}.lp-phone-heading{font-family:var(--font-title);justify-content:space-between;align-items:center;font-size:20px;display:flex}.lp-phone-heading img{width:34px;height:34px}.lp-preview-tabs{border-bottom:1px solid #e9e6dd;gap:15px;margin-top:10px;display:flex}.lp-preview-tabs button{color:#73786b;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 0;font-size:12px}.lp-preview-tabs button[aria-pressed=true]{color:#a55227;border-bottom-color:#d9783d;font-weight:700}.lp-level{background:#f0f1e7;border-radius:10px;margin-top:15px;padding:12px;font-size:10px}.lp-level strong{font-family:var(--font-title);margin-top:3px;font-size:15px;font-weight:400;display:block}.lp-level>div{background:#d8ddcd;border-radius:4px;height:4px;margin-top:9px}.lp-level i{border-radius:inherit;background:#91a071;width:40%;height:100%;display:block}.lp-cat-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.lp-cat-card{background:#f6ead8;border-radius:11px;padding:7px 7px 10px}.lp-cat-card:nth-child(2){background:#e9eddc}.lp-cat-card:nth-child(3){background:#eee5dd}.lp-cat-card img{object-fit:contain;width:100%;height:88px;display:block}.lp-cat-card strong,.lp-cat-card small{display:block}.lp-cat-card strong{font-family:var(--font-title);font-size:14px;font-weight:400}.lp-cat-card small{color:#797768;margin-top:2px;font-size:8px}.lp-cat-empty{text-align:center;background:0 0;border:1px dashed #d3d7c8}.lp-cat-empty>span{height:88px;font-family:var(--font-title);color:#bcc3ac;place-items:center;font-size:35px;display:grid}.lp-preview-note{color:#777e6d;text-align:center;margin:18px 0 14px;font-size:9px}.lp-home-indicator{background:#3d4339;border-radius:10px;width:90px;height:4px;margin:auto}.lp-record{min-height:340px;padding-top:14px}.lp-record>img{object-fit:contain;background:#f1e8d6;border-radius:12px;width:100%;height:160px}.lp-record h3{margin:14px 0 8px;font-size:20px}.lp-record p{font-size:12px;line-height:1.8}.lp-record>span{background:#e7eddd;border-radius:9px;margin-top:10px;padding:5px 9px;font-size:10px;display:inline-block}.lp-record-line{align-items:center;gap:10px;margin-top:18px;font-size:10px;display:flex}.lp-record-line i{background:#bdc8ad;flex:1;height:1px}.lp-sticker{background:#fffdf6;border:1px solid #e7e7d8;border-radius:12px;align-items:center;gap:10px;padding:13px 20px 13px 12px;display:flex;position:absolute;bottom:30px;left:-34px;transform:rotate(-5deg);box-shadow:0 8px 24px #444e3014}.lp-sticker img{width:45px;height:45px}.lp-sticker span{font-family:var(--font-title);font-size:17px}.lp-sticker small{font-family:var(--font-body);color:#717767;margin-top:5px;font-size:10px;display:block}.lp-ribbon{font-family:var(--font-title);color:#64705a;background:#f0eee3;border-block:1px solid #e8e5d8;justify-content:center;align-items:center;gap:clamp(20px,4vw,65px);padding:25px 20px;font-size:19px;display:flex}.lp-ribbon i{color:#b4bea0;font-style:normal}.lp-section{padding-block:100px}.lp h2{letter-spacing:-1px;font-size:clamp(30px,3.5vw,44px);line-height:1.35}.lp-section-heading{margin-bottom:42px;position:relative}.lp-section-heading h2{margin-top:17px}.lp-section-heading>p:last-child:not(:first-child){color:var(--lp-muted);font-size:15px;line-height:1.8;position:absolute;bottom:5px;right:0}.lp-features{grid-template-columns:1.12fr 1fr;gap:22px;display:grid}.lp-feature{border-radius:18px;padding:32px;overflow:hidden}.lp-label{letter-spacing:1.5px;color:#607053;font-size:11px}.lp-feature h3{margin:15px 0 10px;font-size:27px;line-height:1.35}.lp-feature p{color:#727668;font-size:14px;line-height:1.9}.lp-feature-large{background:#f0e8d8;grid-row:span 2;min-height:530px;position:relative}.lp-feature-large h3{font-size:33px}.lp-feature-large>img{object-fit:contain;width:78%;height:300px;position:absolute;bottom:18px;right:-10px}.lp-feature-tag{background:#fffcf2;border:1px solid #ddd7c6;border-radius:5px;padding:12px 16px;font-size:13px;position:absolute;bottom:42px;left:28px;transform:rotate(-6deg)}.lp-feature-match{background:#eaf0e3;position:relative}.lp-match-art{color:#9bac80;align-items:center;gap:8px;display:flex;position:absolute;top:30px;right:26px}.lp-match-art img{background:#fbfcf5;border-radius:50%;width:48px;height:48px}.lp-feature-match h3{margin-top:52px}.lp-feature-record{background:#efece5}.lp-timeline{color:#6d7b5d;align-items:center;gap:10px;margin-top:23px;font-size:11px;display:flex}.lp-timeline i{background:#b6c0a6;flex:1;height:1px}.lp-how{background:#f0f1e7;padding-block:80px}.lp-steps{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.lp-steps article{border-top:1px solid #c9d1bd;padding-top:22px}.lp-steps article>span{font-family:var(--font-mono);color:#74875d;font-size:13px}.lp-steps h3{margin:20px 0 12px;font-size:24px}.lp-steps p{color:#707967;font-size:15px;line-height:1.9}.lp-kind-note{color:#667257;border-top:1px solid #d9dfcf;margin-top:42px;padding-top:22px;font-size:13px}.lp-growth{grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding-block:90px;display:grid}.lp-growth-art{aspect-ratio:1.2;background:#f4ecd9;border-radius:50%;place-items:center;display:grid}.lp-growth-art img{object-fit:contain;width:85%;height:340px}.lp-growth h2{margin:18px 0 22px}.lp-growth p:not(.lp-eyebrow){color:#727968;margin-bottom:25px;font-size:15px;line-height:1.9}.lp-faq{border-top:1px solid #e2e5d8;grid-template-columns:.8fr 1.2fr;gap:70px;padding-block:55px 100px;display:grid}.lp-faq h2{margin-top:20px}.lp-faq>div>img{width:80px;height:80px;margin-top:15px;transform:rotate(-15deg)}.lp-questions details{border-bottom:1px solid #dfe3d5}.lp-questions summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;font-size:16px;list-style:none;display:flex}.lp-questions summary::-webkit-details-marker{display:none}.lp-questions summary span{color:#7e8d6a;font-size:23px}.lp-questions details[open] summary span{transform:rotate(45deg)}.lp-questions details p{color:#707765;padding-bottom:24px;font-size:14px;line-height:1.9}.lp-download{text-align:center;color:#fbf8e8;background:#3d503b;padding-block:85px;position:relative}.lp-coming{font-family:var(--font-mono);letter-spacing:1px;color:#dee6c7;border:1px solid #7c8d70;border-radius:30px;padding:9px 15px;font-size:11px;display:inline-block}.lp-download h2{margin-block:25px;font-size:clamp(42px,5vw,60px)}.lp-download p{color:#d4ddc8;font-size:15px;line-height:1.9}.lp-store-status{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.lp-store-status span{border:1px solid #7b8b6e;border-radius:9px;padding:12px 25px;font-size:14px}.lp-download a{color:#d9e0ca;margin-top:30px;font-size:12px;display:inline-block}.lp-download a:hover{color:#fff}.lp-footer{align-items:center;gap:30px;padding-block:32px;display:flex}.lp-footer .lp-brand{font-size:18px}.lp-footer p{color:#747a69;font-size:12px}.lp-footer .lp-privacy-link{font-size:12px}.lp-footer>a:last-child{color:#737b67;margin-left:auto;font-size:12px}@media (prefers-reduced-motion:no-preference){html:has(.lp){scroll-behavior:smooth}}@media (width<=1000px){.lp-brand>span{display:none}.lp-hero{gap:25px}.lp-phone{width:280px}.lp-sticker{left:-15px}.lp-art-caption{right:-5px}.lp-growth{gap:35px}.lp-steps{gap:24px}}@media (width<=760px){.lp-container{width:calc(100% - 40px)}.lp-header{gap:12px;width:calc(100% - 40px);height:76px}.lp-header .lp-brand{gap:3px;font-size:18px}.lp-header nav{display:none}.lp-nav-cta{gap:8px;margin-left:auto;padding:10px 13px;font-size:11px}.lp-brand img{width:32px;height:32px}.lp-hero{grid-template-columns:1fr;gap:40px;padding-block:48px 60px}.lp h1{font-size:clamp(44px,9vw,64px)}.lp-lead{font-size:14px}.lp-hero-art{width:min(390px,90%);margin:auto}.lp-art-caption{font-size:18px;top:0;right:-6px}.lp-ribbon{flex-wrap:wrap;gap:16px;padding:20px;font-size:13px}.lp-ribbon i:last-of-type,.lp-ribbon span:last-child{display:none}.lp-section{padding-block:60px}.lp-section-heading>p:last-child:not(:first-child){margin-top:18px;position:static}.lp-features{grid-template-columns:1fr;gap:16px}.lp-feature-large{grid-row:auto;min-height:475px}.lp-feature-large>img{height:250px}.lp-feature{padding:26px}.lp-how{padding-block:55px}.lp-steps{grid-template-columns:1fr;gap:28px}.lp-steps h3{margin-top:12px}.lp-growth{grid-template-columns:1fr;gap:30px;padding-block:55px}.lp-growth-art{width:100%;max-width:380px;margin:auto}.lp-growth-art img{height:280px}.lp-faq{grid-template-columns:1fr;gap:20px;padding-block:45px 60px}.lp-faq>div>img,.lp-faq h2 br{display:none}.lp-questions summary{font-size:15px}.lp-download{padding-block:60px}.lp-footer{flex-wrap:wrap;gap:12px}.lp-footer p{order:3;width:100%}}.privacy-page{color:#343f33;background:#fbf9f2;min-height:100%}.privacy-page header,.privacy-page main,.privacy-page footer{width:min(800px,100% - 40px);margin-inline:auto}.privacy-page header{border-bottom:1px solid #e0e5d5;justify-content:space-between;align-items:center;gap:20px;padding-block:26px;display:flex}.privacy-page header a{font-size:14px;text-decoration:none}.privacy-page header .brand{font-size:20px}.privacy-page main{padding-block:48px 64px}.privacy-kicker{color:#69745e;font-size:13px}.privacy-page h1{font-family:var(--font-title);margin:16px 0 22px;font-size:38px;font-weight:400}.privacy-page p,.privacy-page li{overflow-wrap:anywhere;font-size:15px;line-height:1.95}.privacy-page p+p{margin-top:12px}.privacy-page section{border-bottom:1px solid #e0e5d5;padding-block:26px}.privacy-page h2{margin-bottom:16px;font-size:22px}.privacy-page ul{padding-left:23px}.privacy-page footer{color:#68745b;padding-block:28px;font-size:12px}.privacy-page :focus-visible{outline-offset:4px;outline:3px solid #ad6338}@media (width<=480px){.privacy-page header{flex-wrap:wrap;gap:12px}.privacy-page h1{font-size:32px}}:root{--bg:#fbf4ea;--bg-page:#ede4d8;--surface:#fff;--surface-warm:#fff8ef;--surface-soft:#f6efe4;--panel:#f3e6d4;--text:#3a322c;--text-sub:#6e6055;--text-nav:#4a4038;--primary:#e08b4b;--primary-shadow:#c0703a;--primary-on:#fff8ef;--accent:#c9713c;--accent-hover:#a8552a;--accent-deep:#8a4f22;--nav-active:#f3e1cc;--border:#eaddcb;--border-input:#e0d3c0;--border-soft:#f0e6d8;--track:#f0e6d8;--track-donut:#efe3d3;--green:#7fa189;--positive:#3f6146;--danger:#b4452f;--font-body:"Gowun Dodum", sans-serif;--font-title:"Jua", sans-serif;--font-mono:"IBM Plex Mono", monospace}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--accent)}a:hover{color:var(--accent-hover)}h1,h2,h3,p{margin:0}.brand{font-family:var(--font-title);align-items:center;gap:10px;display:inline-flex}.brand__mark{object-fit:contain;flex:none;width:1.8em;height:1.8em;display:block}.brand>span{white-space:nowrap}.brand small{color:var(--accent-deep)}.stripe{background:repeating-linear-gradient(135deg,#e7dbc9 0 8px,#f1e7d8 8px 16px)}
