:root{--ink:#15202b;--muted:#647280;--blue:#315efb;--pale:#f6f8fc;--line:#e5eaf1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:white;color:var(--ink);font:15px/1.6 system-ui,-apple-system,'Segoe UI',sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{outline-offset:3px}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}.nav{display:flex;align-items:center;gap:40px;height:76px}.brand{display:inline-flex;align-items:center;gap:10px;font:800 20px Manrope,sans-serif;white-space:nowrap;letter-spacing:-.8px}.brand b{color:var(--blue)}.mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;color:white;background:#315efb;font-size:20px}.nav nav{display:flex;gap:34px;margin:auto;font-weight:600;color:#4c596b}.nav a:hover,.foot a:hover{color:var(--blue)}.nav-cta{font-weight:700}.nav-cta span{margin-left:6px;color:var(--blue)}h1,h2,h3{font-family:system-ui,-apple-system,'Segoe UI',sans-serif;line-height:1.18;letter-spacing:-.045em}h1{font-size:clamp(46px,6vw,78px);margin:22px 0}h2{font-size:clamp(30px,3.5vw,46px);margin:10px 0}h3{font-size:20px}.hero{background:radial-gradient(circle at 78% 27%,#edf1ff,transparent 35%),linear-gradient(120deg,#f8faff,#fff);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:600px;align-items:center;gap:50px;padding:70px 0}.eyebrow,.kicker{font-weight:800;font-size:12px;letter-spacing:.15em;color:var(--blue)}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eaf0ff;padding:9px 14px;border-radius:50px}.dot,.status-dot{width:7px;height:7px;border-radius:50%;background:#35bd87;display:inline-block}.hero h1 em{font-style:normal;color:var(--blue)}.lead{color:var(--muted);font-size:19px;line-height:1.7;max-width:540px}.actions,.proof{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--blue);color:#fff;border:0;border-radius:12px;padding:15px 22px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px #315efb24}.button:hover{background:#2448cf}.button:disabled{opacity:.6;cursor:wait}.quiet{color:#7b8795;font-size:13px}.proof{font-size:13px;color:#4e5c6c;gap:24px;margin-top:44px}.proof span:first-letter{color:var(--blue)}.hero-art{height:440px;position:relative;display:grid;place-items:center}.art-back{position:absolute;width:380px;height:380px;border-radius:100px;background:linear-gradient(130deg,#dfe7ff,#a5b9ff);transform:rotate(-14deg)}.art-card{width:min(400px,90%);position:relative;background:white;padding:15px;border-radius:20px;box-shadow:0 30px 70px #28398538;transform:rotate(5deg)}.art-top,.art-bottom{display:flex;justify-content:space-between;align-items:center;padding:3px 8px 14px;font-size:10px;font-weight:800;letter-spacing:.1em;color:#63718c}.art-picture{height:260px;position:relative;overflow:hidden;background:linear-gradient(#c4ddff,#f4d9b0);border-radius:9px}.sun{position:absolute;width:83px;height:83px;border-radius:50%;background:#ffdc88;top:48px;right:75px}.hill{position:absolute;width:500px;height:320px;border-radius:50%;bottom:-235px;left:-50px}.hill.a{background:#708bb4;bottom:-155px;left:90px}.hill.b{background:#344d77}.art-bottom{padding:15px 7px 3px;letter-spacing:0;font-size:12px}.pill{color:#168258;background:#dcf8e9;padding:5px 9px;border-radius:30px}.float-badge{position:absolute;bottom:45px;left:0;background:#fff;color:#19865e;border-radius:12px;padding:16px 20px;font-weight:800;box-shadow:0 12px 30px #27396525;transform:rotate(-7deg)}.section{padding:86px 0 100px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:55px}.section-top p{color:var(--muted);margin:8px 0}.search-label{font-weight:700;color:var(--muted);font-size:12px}.search-label input{display:block;width:260px;margin-top:8px;padding:13px;border:1px solid var(--line);border-radius:10px}.category{margin-top:38px}.category h3{font-size:17px;margin-bottom:17px}.category h3 span{font:500 12px system-ui,sans-serif;color:#9aa7b4;margin-left:8px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.tool-card{border:1px solid var(--line);border-radius:16px;padding:25px;min-height:190px;display:flex;flex-direction:column;position:relative;transition:.2s;background:#fff}.tool-card:hover{border-color:#9fb3fc;box-shadow:0 12px 32px #253b8620;transform:translateY(-3px)}.tool-card[hidden]{display:none}.tool-icon{width:43px;height:43px;border-radius:11px;background:#ecf0ff;color:var(--blue);display:grid;place-items:center;font-size:24px;margin-bottom:19px}.tool-card strong{font-size:17px}.tool-card small{color:var(--muted);line-height:1.5;margin-top:5px;padding-right:10px}.arrow{position:absolute;right:19px;top:24px;color:var(--blue)}.benefits{background:#f4f7ff;padding:80px 0 95px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}.benefit-grid article{background:white;border-radius:17px;padding:30px;border:1px solid var(--line)}.benefit-grid article span{color:var(--blue);font-weight:800}.benefit-grid p,.foot p{color:var(--muted)}footer{background:#152336;color:#fff;padding:68px 0 20px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.foot>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.foot strong{margin-bottom:6px}.foot a:not(.brand){color:#bac7d6}.foot .brand b{color:#aebcff}.copyright{border-top:1px solid #344052;padding-top:20px;margin-top:50px;font-size:12px;color:#9daab8}.tool-page{padding:35px 0 95px}.crumb{font-size:13px;color:#768395;margin-bottom:42px}.crumb a:hover{color:var(--blue)}.tool-intro{text-align:center;max-width:750px;margin:0 auto 35px}.tool-intro h1{font-size:clamp(40px,5vw,62px);margin:12px 0}.tool-intro p{color:var(--muted);font-size:18px}.workspace{max-width:900px;margin:auto;border:1px solid var(--line);border-radius:19px;box-shadow:0 22px 70px #24376512;overflow:hidden}.workspace-head{background:#f8faff;padding:15px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.workspace-head span{font-size:12px;color:#647280}.workspace-body{padding:30px}.dropzone{min-height:240px;border:2px dashed #b8c8ed;border-radius:13px;background:#f8faff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;text-align:center;cursor:pointer}.dropzone.drag{border-color:var(--blue);background:#eaf0ff}.dropzone strong{font-size:20px}.dropzone span:not(.drop-icon){color:var(--muted);font-size:13px}.drop-icon{font-size:34px;color:var(--blue)}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.preview{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center}.preview img{width:180px;height:140px;object-fit:contain;background:#f1f4f8;border-radius:10px}.controls{display:flex;gap:20px;flex-wrap:wrap;padding:24px 0}.controls label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.controls label.check{flex-direction:row;align-items:center}.controls input:not([type=checkbox]):not([type=range]),.controls select{padding:10px;border:1px solid #d7e0ed;border-radius:8px;max-width:220px}.workspace-actions{display:flex;gap:12px;flex-wrap:wrap}.secondary{background:#eaf0ff;color:var(--blue);box-shadow:none}.secondary:hover{background:#dce5ff}.success,.error{padding:13px;border-radius:9px;background:#e6f8ec;color:#16724d}.error{background:#fff1f0;color:#a43333}.download{display:inline-block;font-weight:800;color:var(--blue);padding:8px 0}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:35px;margin:75px auto;max-width:1050px}.info-panel p,.info-panel li{color:#536172}.info-panel h3{margin-top:35px}.info-panel details{border-bottom:1px solid var(--line);padding:15px 0}.info-panel summary{font-weight:700;cursor:pointer}.related{background:#f7f9fd;padding:30px;border-radius:15px;height:max-content}.related h2{font-size:26px}.related a{border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:14px 0;font-weight:700}.related a span{color:var(--blue)}.legal{max-width:850px;padding:45px 0 120px;min-height:60vh}.legal h1{font-size:52px}.legal p{font-size:17px;color:#526173;line-height:1.8}@media(max-width:850px){.hero-grid{grid-template-columns:1fr;padding:70px 0 40px}.hero-art{height:320px}.art-back{height:260px;width:260px}.art-card{width:300px}.art-picture{height:190px}.float-badge{bottom:5px}.tool-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.nav nav{display:none}}@media(max-width:540px){.wrap{width:min(100% - 30px,1180px)}.nav{height:66px}.nav-cta{font-size:12px}.hero-grid{gap:0;padding:55px 0 35px}.hero h1{font-size:46px}.hero-art{height:290px}.proof{margin-top:30px}.section{padding:65px 0}.section-top{display:block}.search-label input{width:100%}.tool-grid{grid-template-columns:1fr 1fr;gap:9px}.tool-card{padding:16px;min-height:180px}.tool-card small{font-size:11px}.tool-card strong{font-size:14px}.tool-icon{margin-bottom:10px}.benefit-grid,.foot{grid-template-columns:1fr}.workspace-head{padding:14px}.workspace-head span{font-size:10px}.workspace-body{padding:15px}.preview{grid-template-columns:1fr}.preview img{width:100%;height:180px}.content-grid{margin-top:55px}}
.legal th,.legal td{padding:14px;border-bottom:1px solid var(--line)}.legal th{background:#f6f8fc}.legal button{border:1px solid #edb2b2;color:#a32424;background:#fff;border-radius:8px;padding:6px 12px;cursor:pointer}
[hidden]{display:none!important}
.admin-shell{display:grid;grid-template-columns:220px 1fr;gap:35px;padding:50px 0 100px;min-height:70vh}.admin-menu{display:flex;flex-direction:column;gap:5px;padding:20px;background:#f5f7fd;border-radius:15px;height:max-content}.admin-menu strong{margin-bottom:10px}.admin-menu a{padding:8px 10px;border-radius:8px}.admin-menu a:hover{background:#e6ecff;color:var(--blue)}.admin-main h1{font-size:42px}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:30px 0}.admin-stats div{padding:20px;background:#f6f8fc;border-radius:12px}.admin-stats strong{display:block;font-size:26px;color:var(--blue)}.admin-stats span{color:var(--muted)}.admin-list>div{border:1px solid var(--line);border-radius:10px;padding:16px;margin:10px 0}.admin-list strong{font-size:17px}.admin-list small{display:block;color:var(--muted);margin-top:5px}.admin-list .pill{margin-left:10px}.admin-form{max-width:750px;display:flex;flex-direction:column;gap:18px;margin-top:25px}.admin-form label{display:flex;flex-direction:column;gap:7px;font-weight:700}.admin-form label.check{flex-direction:row;align-items:center}.admin-form input:not([type=checkbox]),.admin-form textarea{padding:12px;border:1px solid #cbd5e1;border-radius:9px;width:100%;color:var(--ink)}.admin-form button{align-self:flex-start}@media(max-width:850px){.admin-shell{grid-template-columns:1fr}.admin-menu{flex-direction:row;overflow:auto;white-space:nowrap}.admin-stats{grid-template-columns:repeat(2,1fr)}}
.article-body h2{font-size:30px;margin-top:45px}.article-body h3{font-size:23px;margin-top:30px}.article-body p,.article-body li{color:#4e5d6c;font-size:17px;line-height:1.8}.article-body a{color:var(--blue);text-decoration:underline}.article-body code{background:#f2f5fb;padding:2px 5px;border-radius:4px}
.receipt-table{width:100%;border-collapse:collapse;margin:30px 0}.receipt-table th,.receipt-table td{text-align:left;padding:18px;border-bottom:1px solid var(--line);vertical-align:top}@media print{header,footer,.receipt-table~button{display:none!important}.legal{padding:0}}
.site-notice{background:#eaf0ff;color:#2448b8;text-align:center;padding:9px 20px;font-size:13px;font-weight:700}
.result-preview{margin-top:16px;padding:16px;text-align:center;background:#f6f8fc;border-radius:12px}.result-preview img{display:block;max-width:100%;max-height:400px;margin:auto;object-fit:contain}
