:root{color-scheme:light;--bg:#F5F7FB;--bg-2:#EEF2F7;--card:#fff;--text:#101828;--muted:#667085;--border:#DCE3EC;--orange:#FF6B00;--orange-soft:#FFF0E5;--green:#14C38E;--green-soft:#E5F9F2;--blue:#3B82F6;--blue-soft:#EAF2FF;--red:#F04444;--red-soft:#FEECEC;--violet:#8B5CF6;--violet-soft:#F1ECFF;--pink:#EC4899;--pink-soft:#FCEAF3;--yellow:#F59E0B;--yellow-soft:#FFF5DB;--shadow:0 14px 40px rgba(16,24,40,.07);--header-bg:rgba(245,247,251,.94);--radius:22px}
html[data-theme="dark"]{color-scheme:dark;--bg:#0F1A2E;--bg-2:#17243A;--card:#1D2B42;--text:#F8FAFC;--muted:#AAB3C2;--border:rgba(180,194,215,.28);--orange-soft:rgba(255,107,0,.16);--green-soft:rgba(20,195,142,.14);--blue-soft:rgba(59,130,246,.15);--red-soft:rgba(240,68,68,.14);--violet-soft:rgba(139,92,246,.15);--pink-soft:rgba(236,72,153,.14);--yellow-soft:rgba(245,158,11,.14);--shadow:0 16px 44px rgba(0,0,0,.18);--header-bg:rgba(15,26,46,.94)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}
:focus-visible{outline:3px solid color-mix(in srgb,var(--orange) 60%,transparent);outline-offset:3px}
.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}
.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:12px 18px;background:var(--text);color:var(--bg);border-radius:12px;transform:translateY(-150%);transition:transform .2s}
.skip-link:focus{transform:none}
.container{width:min(100% - 48px,1200px);margin-inline:auto}.narrow{max-width:960px}.section{padding:104px 0}.section-soft{background:var(--bg-2)}
.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid transparent;background:var(--header-bg);backdrop-filter:saturate(160%) blur(12px);transition:border-color .2s}
.site-header.scrolled{border-color:var(--border)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:19px;font-weight:750;letter-spacing:-.02em}.brand img{flex:none}
.desktop-nav{display:flex;align-items:center;gap:6px;margin-left:auto}.desktop-nav a{min-height:44px;display:flex;align-items:center;padding:0 14px;border-radius:12px;color:var(--muted);font-size:16px;font-weight:600;transition:.2s}
.desktop-nav a:hover,.desktop-nav a[aria-current="page"]{color:var(--text);background:var(--card)}
.header-actions{display:flex;align-items:center;gap:10px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:1px solid transparent;border-radius:17px;font-weight:700;line-height:1.25;text-align:center;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0) scale(.98)}.button-small{min-height:44px;padding:9px 17px;border-radius:14px;background:var(--orange);color:#fff}.button-primary{background:var(--orange);color:#fff;box-shadow:0 9px 22px rgba(255,107,0,.22)}.button-primary:hover{background:#E85F00}.button-secondary{border-color:var(--border);background:var(--card);color:var(--text)}.button-secondary:hover{border-color:var(--orange)}.button-light{background:#fff;color:#102235}.button-disabled{cursor:default}.button-disabled:hover{transform:none}
.theme-toggle{width:58px;height:38px;padding:3px;border:1px solid var(--border);border-radius:999px;background:var(--card);cursor:pointer}.theme-track{position:relative;display:block;width:100%;height:100%}.theme-track:before{content:"";position:absolute;top:0;left:0;width:30px;height:30px;border-radius:50%;background:var(--orange);transition:transform .25s}.theme-toggle img{position:absolute;z-index:1;top:6px;width:18px;height:18px}.theme-sun{left:6px;filter:brightness(0) invert(1)}.theme-moon{right:6px;opacity:.45}html[data-theme="dark"] .theme-track:before{transform:translateX(20px)}html[data-theme="dark"] .theme-sun{opacity:.45;filter:none}html[data-theme="dark"] .theme-moon{opacity:1;filter:brightness(0) invert(1)}
.menu-toggle{display:none;width:46px;height:46px;padding:11px;border:1px solid var(--border);border-radius:14px;background:var(--card);cursor:pointer}.menu-toggle>span:not(.sr-only){display:block;width:22px;height:2px;margin:4px auto;border-radius:9px;background:var(--text);transition:.2s}.menu-toggle[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded="true"]>span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu{border-top:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow)}.mobile-menu nav{display:grid;gap:6px;padding-block:16px 24px}.mobile-menu a:not(.button){min-height:52px;display:flex;align-items:center;padding:8px 14px;border-radius:14px;font-weight:650}.mobile-menu a[aria-current="page"]{background:var(--orange-soft);color:var(--orange)}
h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.15;letter-spacing:-.035em}h1{margin-bottom:24px;font-size:clamp(2.45rem,5vw,4rem)}h2{margin-bottom:20px;font-size:clamp(2rem,3.5vw,2.6rem)}h3{margin-bottom:12px;font-size:1.25rem}.lead{max-width:730px;font-size:clamp(1.08rem,2vw,1.2rem);color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--orange);font-size:.83rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.eyebrow>span{width:8px;height:8px;border-radius:50%;background:var(--orange)}
.hero{padding-top:82px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:70px}.hero-copy .lead{max-width:650px;margin-bottom:32px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.benefit-line{display:flex;flex-wrap:wrap;gap:10px 24px;margin:28px 0 0;padding:0;list-style:none;color:var(--muted);font-size:15px;font-weight:600}.benefit-line li:before,.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:50%;background:var(--green-soft);color:var(--green);font-weight:900}
.task-visual{position:relative;padding:28px;border:1px solid var(--border);border-radius:30px;background:var(--card);box-shadow:var(--shadow);transform:rotate(1deg)}.visual-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.visual-header strong{display:block;font-size:25px;letter-spacing:-.03em}.visual-date{display:block;margin-bottom:3px;color:var(--muted);font-size:13px}.visual-tools{display:flex;gap:8px}.visual-tools span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:var(--bg)}.visual-tools img,.task-side-icon{width:20px;height:20px}.progress-meta{display:flex;justify-content:space-between;margin-bottom:7px;font-size:14px}.progress-meta strong{color:var(--green)}.progress-bar{height:8px;border-radius:99px;background:var(--bg-2);overflow:hidden}.progress-bar span{display:block;width:75%;height:100%;border-radius:inherit;background:var(--green)}.category-pills{display:flex;gap:7px;margin:18px 0;overflow:hidden}.category-pills span{flex:none;padding:7px 12px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:12px;font-weight:650}.category-pills .active{border-color:var(--orange);background:var(--orange);color:#fff}.category-pills i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%}.blue{background:var(--blue)}.yellow{background:var(--yellow)}
.mini-task{display:grid;grid-template-columns:30px 1fr 22px;align-items:center;gap:12px;margin-top:10px;padding:14px;border:1px solid var(--border);border-radius:17px;background:var(--bg)}.mini-task strong{display:block;font-size:14px}.mini-task small{color:var(--muted);font-size:11px}.mini-task .check{width:25px;height:25px;border:2px solid var(--border);border-radius:50%}.mini-task.completed .check{display:grid;place-items:center;border-color:var(--green);background:var(--green)}.mini-task.completed .check img{width:16px;filter:brightness(0) invert(1)}.add-button{position:absolute;right:-16px;bottom:-18px;display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--orange);box-shadow:0 12px 25px rgba(255,107,0,.3)}.add-button img{width:25px;filter:brightness(0) invert(1)}
.section-heading{max-width:740px;margin-bottom:44px}.section-heading>p:not(.eyebrow){color:var(--muted)}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.advantages-grid,.features-grid{display:grid;gap:22px}.advantages-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.feature-card{position:relative;padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:transform .25s,border-color .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--orange) 45%,var(--border));box-shadow:var(--shadow)}.feature-card.large{padding:32px}.feature-card p{margin:0;color:var(--muted)}.icon-box{display:grid;place-items:center;width:52px;height:52px;margin-bottom:22px;border-radius:17px}.icon-box img{width:26px;height:26px}.orange{background:var(--orange-soft);color:var(--orange)}.green{background:var(--green-soft);color:var(--green)}.blue{background:var(--blue-soft);color:var(--blue)}.yellow{background:var(--yellow-soft);color:var(--yellow)}.violet{background:var(--violet-soft);color:var(--violet)}.pink{background:var(--pink-soft);color:var(--pink)}.red{background:var(--red-soft);color:var(--red)}.card-dot{position:absolute;top:24px;right:24px;width:8px;height:8px;border-radius:50%}.orange-dot{background:var(--orange)}.blue-dot{background:var(--blue)}.yellow-dot{background:var(--yellow)}.violet-dot{background:var(--violet)}.pink-dot{background:var(--pink)}.green-dot{background:var(--green)}
.privacy-banner{position:relative;overflow:hidden;padding:56px;border-radius:30px;background:#102235;color:#F8FAFC}.privacy-copy{position:relative;z-index:2;max-width:730px}.privacy-copy>p:not(.eyebrow){color:#BCC7D6}.privacy-copy .eyebrow{color:#5EE0B7}.check-list{display:flex;flex-wrap:wrap;gap:12px 26px;margin:26px 0 32px;padding:0;list-style:none}.check-list li{font-weight:650}.privacy-symbol{position:absolute;right:55px;top:50%;width:190px;height:190px;transform:translateY(-50%);opacity:.08}.privacy-symbol img{width:100%;height:100%;filter:brightness(0) invert(1)}
.developer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:start}.developer-card{margin:0;padding:30px;border:1px solid var(--border);border-radius:24px;background:var(--card)}.developer-card div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--border)}.developer-card div:last-child{border:0}.developer-card dt{color:var(--muted);font-size:15px}.developer-card dd{margin:0;font-weight:650;overflow-wrap:anywhere}.developer-card a,.legal-copy a,.contact-note a,.support-contact a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}
.cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border:1px solid var(--border);border-radius:28px;background:var(--card)}.cta>div:first-child{max-width:650px}.cta p:not(.eyebrow){margin-bottom:0;color:var(--muted)}
.site-footer{padding-top:64px;background:#0B1424;color:#F8FAFC}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1.2fr;gap:60px;padding-bottom:52px}.footer-brand{margin-bottom:14px}.footer-grid p,.footer-grid span{color:#AAB3C2}.footer-grid h2{margin-bottom:16px;font-size:15px;letter-spacing:.02em}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a:not(.brand){color:#CFD6E1}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-block:22px;border-top:1px solid rgba(255,255,255,.12);color:#AAB3C2;font-size:14px}
.page-hero{padding:88px 0 64px;background:var(--bg-2)}.page-hero h1{max-width:900px}.document-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}.document-meta span{min-width:190px;padding:14px 17px;border:1px solid var(--border);border-radius:14px;background:var(--card);color:var(--muted);font-size:14px}.document-meta strong{display:block;color:var(--text);font-size:13px}.document-section{padding:72px 0 110px}.document-layout{display:grid;grid-template-columns:290px minmax(0,800px);gap:70px;justify-content:center}.toc{position:relative}.toc details{position:sticky;top:100px;padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--card)}.toc summary{cursor:pointer;font-weight:750}.toc ol{margin:18px 0 0;padding-left:22px}.toc li{margin:5px 0;color:var(--muted);font-size:14px;line-height:1.4}.toc a:hover{color:var(--orange)}.legal-copy section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--border)}.legal-copy section:last-child{border:0}.legal-copy h2{font-size:1.6rem}.legal-copy p{color:var(--muted)}mark{padding:2px 5px;border-radius:5px;background:var(--yellow-soft);color:var(--text)}.contact-note{padding:24px;border-left:4px solid var(--orange);border-radius:0 18px 18px 0;background:var(--card)}
.support-hero{padding-bottom:96px}.support-hero .section-heading{margin-bottom:42px}.support-contact{max-width:880px;margin:auto;padding:34px;border:1px solid var(--border);border-radius:26px;background:var(--card);box-shadow:var(--shadow)}.contact-identity{display:flex;align-items:center;gap:18px;padding-bottom:24px;border-bottom:1px solid var(--border)}.contact-identity strong,.contact-identity span{display:block}.contact-identity strong{font-size:20px}.contact-identity span{color:var(--muted);font-size:15px}.support-contact dl{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.support-contact dl>div{padding:18px;border-radius:16px;background:var(--bg)}.support-contact dt{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.support-contact dt img{width:20px}.support-contact dd{margin:4px 0 0;font-weight:650;overflow-wrap:anywhere}.support-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.request-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none}.request-list li{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--border);border-radius:16px;background:var(--card);font-weight:600}.request-list span{display:grid;place-items:center;flex:none;width:30px;height:30px;border-radius:10px;background:var(--orange-soft);color:var(--orange);font-size:13px;font-weight:800}.faq-layout{display:grid;grid-template-columns:340px 1fr;gap:70px;align-items:start}.faq-layout .section-heading{position:sticky;top:110px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--border);border-radius:18px;background:var(--card);overflow:hidden}.faq-item h3{margin:0}.faq-item button{width:100%;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border:0;background:transparent;color:var(--text);text-align:left;font-weight:700;cursor:pointer}.faq-item button span{display:grid;place-items:center;flex:none;width:32px;height:32px;border-radius:11px;background:var(--orange-soft);color:var(--orange);font-size:22px;transition:transform .25s}.faq-item button[aria-expanded="true"] span{transform:rotate(45deg)}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-item>div p{overflow:hidden;margin:0;padding:0 22px;color:var(--muted);transition:padding .3s}.faq-item button[aria-expanded="true"]+div{grid-template-rows:1fr}.faq-item button[aria-expanded="true"]+div p{padding:0 22px 22px}.deletion-card{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;padding:40px;border:1px solid var(--border);border-radius:26px;background:var(--card)}.deletion-card>div{max-width:750px}.deletion-card p:not(.eyebrow){margin-bottom:0;color:var(--muted)}
.not-found{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:72px 24px}.not-found-card{max-width:680px;text-align:center}.not-found-card .icon-box{margin:0 auto 22px}.not-found-card .button-row{justify-content:center}.error-code{display:block;margin-bottom:-28px;color:var(--orange-soft);font-size:clamp(7rem,20vw,13rem);font-weight:900;line-height:.9;letter-spacing:-.08em}.not-found-card p{margin-bottom:30px;color:var(--muted)}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .35s,transform .35s}.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:1024px){.section{padding:82px 0}.hero-grid{grid-template-columns:1fr 420px;gap:42px}.advantages-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.desktop-contact{display:none}.privacy-symbol{right:20px}.document-layout{grid-template-columns:245px minmax(0,1fr);gap:40px}.faq-layout{grid-template-columns:280px 1fr;gap:40px}}
@media(max-width:820px){.desktop-nav,.desktop-contact{display:none}.menu-toggle{display:block}.hero{padding-top:62px}.hero-grid,.developer-grid,.support-grid,.faq-layout,.document-layout{grid-template-columns:1fr}.hero-grid{gap:56px}.task-visual{max-width:560px;margin:auto}.advantages-grid{grid-template-columns:1fr}.privacy-symbol{display:none}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.4fr 1fr;gap:40px}.footer-grid>div:last-child{grid-column:1/-1}.toc details{position:static}.toc details:not([open]) nav{display:none}.faq-layout .section-heading{position:static}.support-grid{gap:30px}.deletion-card{align-items:flex-start;flex-direction:column}.document-section{padding-top:56px}}
@media(max-width:600px){.container{width:min(100% - 36px,1200px)}body{font-size:16px}.section{padding:64px 0}.header-inner{height:70px}.brand{font-size:17px}.brand img{width:38px;height:38px}.theme-toggle{width:54px}.hero{padding-top:52px}.hero-copy .button-row,.cta .button-row,.support-contact .button-row,.not-found-card .button-row{display:grid;width:100%}.button{width:100%;min-height:50px}.benefit-line{display:grid;gap:9px}.task-visual{padding:19px;border-radius:24px;transform:none}.visual-header strong{font-size:21px}.visual-tools span{width:37px;height:37px}.mini-task{padding:11px;grid-template-columns:26px 1fr 18px}.mini-task .check{width:22px;height:22px}.add-button{right:12px;bottom:-25px}.features-grid{grid-template-columns:1fr}.section-heading{margin-bottom:32px}.feature-card,.feature-card.large{padding:24px}.privacy-banner{padding:32px 24px;border-radius:25px}.check-list{display:grid;gap:12px}.developer-card{padding:22px}.developer-card div{grid-template-columns:1fr;gap:3px}.cta{padding:30px 24px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero{padding:60px 0 48px}.document-meta{display:grid}.document-meta span{min-width:0}.document-layout{gap:32px}.toc details{padding:18px}.support-hero{padding-bottom:64px}.support-contact{padding:23px}.contact-identity{align-items:flex-start}.contact-identity img{width:52px}.support-contact dl,.request-list{grid-template-columns:1fr}.faq-item button{min-height:60px;padding:16px}.faq-item button[aria-expanded="true"]+div p{padding:0 16px 18px}.deletion-card{padding:26px}.error-code{margin-bottom:-16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
html:not(.js) .faq-item>div{grid-template-rows:1fr}
html:not(.js) .faq-item>div p{padding:0 22px 22px}

/* Уточнений перемикач теми: стабільні розміри на всіх екранах. */
.theme-toggle{width:62px;height:40px;flex:none;padding:3px;background:var(--card);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--border) 35%,transparent);transition:background .25s,border-color .25s}
.theme-track{width:54px;height:32px}
.theme-track:before{width:32px;height:32px;box-shadow:0 3px 9px rgba(255,107,0,.28)}
.theme-toggle img{top:7px}
.theme-sun{left:7px}
.theme-moon{right:7px}
html[data-theme="dark"] .theme-toggle{background:#17243A}
html[data-theme="dark"] .theme-track:before{transform:translateX(22px)}

/* Кольори іконок та міток не впливають один на одного. */
.category-pills .blue{background:var(--blue)}
.category-pills .yellow{background:var(--yellow)}
.icon-box.orange{background:var(--orange-soft);color:var(--orange)}
.icon-box.green{background:var(--green-soft);color:var(--green)}
.icon-box.blue{background:var(--blue-soft);color:var(--blue)}
.icon-box.yellow{background:var(--yellow-soft);color:var(--yellow)}
.icon-box.violet{background:var(--violet-soft);color:var(--violet)}
.icon-box.pink{background:var(--pink-soft);color:var(--pink)}
.icon-box.red{background:var(--red-soft);color:var(--red)}

@media(max-width:600px){.theme-toggle{width:62px}.theme-track{width:54px}}

/* Одна кругла кнопка теми без повзунка. */
.theme-toggle{width:46px;height:46px;padding:0;display:grid;place-items:center;border-radius:50%;background:var(--card);box-shadow:none}
.theme-track{position:relative;width:44px;height:44px}
.theme-track:before{display:none}
.theme-toggle img{top:50%;left:50%;right:auto;width:22px;height:22px;transform:translate(-50%,-50%);transition:opacity .2s,transform .2s}
.theme-sun{opacity:0;filter:none}
.theme-moon{opacity:1;filter:none}
html[data-theme="dark"] .theme-toggle{background:var(--card)}
html[data-theme="dark"] .theme-sun{opacity:1;filter:none}
html[data-theme="dark"] .theme-moon{opacity:0;filter:none}
.theme-toggle:active img{transform:translate(-50%,-50%) scale(.9)}

/* Одна біла галочка в одному зеленому колі. */
.mini-task.completed .check{display:grid;place-items:center;overflow:hidden}
.mini-task.completed .check img{width:14px;height:14px;filter:none}

@media(max-width:600px){.theme-toggle{width:46px;height:46px}.theme-track{width:44px;height:44px}}

/* Вертикальне вирівнювання галочок у текстових списках. */
.benefit-line li,.check-list li{display:flex;align-items:center;gap:8px}
.benefit-line li:before,.check-list li:before{flex:0 0 20px;margin-right:0;line-height:1}

/* Офлайн-блок відповідає вибраній темі. */
.privacy-banner{border:1px solid var(--border);background:var(--card);color:var(--text);box-shadow:var(--shadow)}
.privacy-copy>p:not(.eyebrow){color:var(--muted)}
.privacy-copy .eyebrow{color:var(--green)}
.privacy-banner .button-light{background:var(--orange);color:#fff}
.privacy-symbol{opacity:.07}
.privacy-symbol img{filter:none}
html[data-theme="dark"] .privacy-banner{border-color:var(--border);background:#102235;color:#F8FAFC;box-shadow:none}
html[data-theme="dark"] .privacy-copy>p:not(.eyebrow){color:#BCC7D6}
html[data-theme="dark"] .privacy-copy .eyebrow{color:#5EE0B7}
html[data-theme="dark"] .privacy-banner .button-light{background:#fff;color:#102235}
html[data-theme="dark"] .privacy-symbol{opacity:.08}
html[data-theme="dark"] .privacy-symbol img{filter:brightness(0) invert(1)}

/* Офіційна іконка додатка: оригінальні кольори й стабільні розміри. */
.brand img,.hero-app-icon,.contact-identity>img{object-fit:contain;border-radius:50%;flex-shrink:0;filter:none}
.brand img{width:40px;height:40px}
.site-header .brand img{width:46px;height:46px}
.footer-brand img{width:32px;height:32px}
.hero-app-icon{width:112px;height:112px;margin-bottom:24px;box-shadow:none}
.contact-identity>img{overflow:hidden}

@media(max-width:600px){
  .brand img{width:36px;height:36px}
  .site-header .brand img{width:40px;height:40px}
  .footer-brand img{width:32px;height:32px}
  .hero-app-icon{width:88px;height:88px;margin-bottom:20px}
}

/* Фінальні візуальні уточнення шапки, кнопок і футера. */
.site-header .brand{font-size:21px}
.add-button{display:flex;align-items:center;justify-content:center}
.add-button img{display:block;width:26px;height:26px;margin:0;transform:none}
.privacy-banner .button-light,
html[data-theme="dark"] .privacy-banner .button-light{background:var(--orange);color:#fff}
.privacy-banner .button-light:hover,
html[data-theme="dark"] .privacy-banner .button-light:hover{background:#E85F00}

.site-footer{border-top:1px solid var(--border);background:var(--card);color:var(--text)}
.footer-grid p,.footer-grid span,.footer-bottom{color:var(--muted)}
.footer-grid a:not(.brand){color:var(--muted)}
.footer-grid a:hover{color:var(--orange)}
.footer-bottom{border-top-color:var(--border)}
html[data-theme="dark"] .site-footer{border-top-color:rgba(255,255,255,.12);background:#0B1424;color:#F8FAFC}
html[data-theme="dark"] .footer-grid p,
html[data-theme="dark"] .footer-grid span,
html[data-theme="dark"] .footer-bottom{color:#AAB3C2}
html[data-theme="dark"] .footer-grid a:not(.brand){color:#CFD6E1}
html[data-theme="dark"] .footer-grid a:hover{color:#fff}
html[data-theme="dark"] .footer-bottom{border-top-color:rgba(255,255,255,.12)}

@media(max-width:600px){.site-header .brand{font-size:19px}}

/* Кнопка додавання залишається всередині макета на всіх екранах. */
.task-visual .add-button{right:18px;bottom:18px;z-index:3}
@media(max-width:600px){.task-visual .add-button{right:14px;bottom:14px}}

/* Посилання-кнопка підтримки зберігає контраст в обох темах. */
.support-contact a.button-primary,
html[data-theme="dark"] .support-contact a.button-primary{color:#fff;text-decoration:none}
.support-contact a.button-primary:hover,
html[data-theme="dark"] .support-contact a.button-primary:hover{color:#fff}

/* Відкривання швидких відповідей: кнопка міститься всередині заголовка h3. */
.faq-item.is-open>div{grid-template-rows:1fr}
.faq-item.is-open>div p{padding:0 22px 22px}
@media(max-width:600px){.faq-item.is-open>div p{padding:0 16px 18px}}

/* Геометрично центрований плюс без зміщення базовою лінією шрифту. */
.faq-item button span{position:relative;font-size:0;line-height:0}
.faq-item button span::before,
.faq-item button span::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;border-radius:2px;background:var(--orange);transform:translate(-50%,-50%)}
.faq-item button span::after{transform:translate(-50%,-50%) rotate(90deg)}
