:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface2:#f1f3f6;--border:#e4e7ec;--text:#17191d;--muted:#6b7280;--brand:#e63946;--brand2:#c92f3b;--shadow:0 10px 30px rgba(17,24,39,.07)}html.dark{color-scheme:dark;--bg:#0f1115;--surface:#171a20;--surface2:#20242c;--border:#2c313b;--text:#f5f7fa;--muted:#9aa3b2;--shadow:0 12px 34px rgba(0,0,0,.25)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}button{cursor:pointer;border:0}.app-shell{min-height:100vh;background:var(--bg)}.app-sidebar{position:fixed;inset:0 auto 0 0;width:272px;padding:18px 14px;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);z-index:40}.brand{display:flex;align-items:center;gap:10px;padding:8px 10px 20px;background:none;color:var(--text);font-size:23px;font-weight:850;letter-spacing:-.7px;text-align:left}.brand>span:last-child>span{color:var(--brand)}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 7px 18px #e6394640}.sidebar-search{height:42px;border:1px solid var(--border);background:var(--surface2);border-radius:12px;padding:0 11px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;margin:0 4px 18px;cursor:text}.sidebar-search kbd{margin-left:auto;font-size:10px;border:1px solid var(--border);background:var(--surface);padding:2px 6px;border-radius:6px}.tool-nav{overflow:auto;padding-right:2px}.nav-group{margin-bottom:17px}.nav-title{padding:0 10px 7px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:var(--muted)}.nav-item{width:100%;height:39px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:10px;background:transparent;color:var(--text);font-size:13px;text-align:left;margin-bottom:2px}.nav-item:hover{background:var(--surface2)}.nav-item.active{background:var(--brand);color:#fff;box-shadow:0 7px 16px #e639462e}.nav-icon{width:21px;text-align:center;font-size:15px}.sidebar-bottom{margin-top:auto}.privacy-pill{display:flex;gap:9px;align-items:center;padding:11px 10px;margin:9px 2px 0;border-radius:12px;background:var(--surface2);font-size:11px}.privacy-pill>span{color:#22a06b}.privacy-pill b,.privacy-pill small{display:block}.privacy-pill small{color:var(--muted);margin-top:2px}.main{margin-left:272px;min-height:100vh}.topbar{height:70px;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 34px}.crumb{font-size:13px;color:var(--muted)}.crumb b{color:var(--text)}.top-actions{display:flex;gap:8px}.icon-btn{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.content{max-width:1240px;margin:auto;padding:36px 34px 60px}.hero{text-align:center;padding:10px 0 34px}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:11px;font-weight:700}.eyebrow span{color:#22a06b}.hero h1{font-size:clamp(30px,4vw,48px);letter-spacing:-1.7px;line-height:1.05;margin:16px 0 10px}.hero p{max-width:650px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.6}.tool-search-wrap{max-width:680px;margin:22px auto 0;position:relative}.tool-search{width:100%;height:52px;border:1px solid var(--border);border-radius:15px;background:var(--surface);padding:0 46px;color:var(--text);outline:none;box-shadow:var(--shadow)}.tool-search:focus{border-color:#c7ccd5;box-shadow:0 0 0 4px #e6394614}.search-symbol{position:absolute;left:17px;top:14px;color:var(--muted)}.search-kbd{position:absolute;right:13px;top:13px;border:1px solid var(--border);background:var(--surface2);padding:3px 7px;border-radius:7px;color:var(--muted);font-size:10px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:10px 0 14px}.section-head h2{font-size:18px;margin:0;letter-spacing:-.3px}.section-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.category-tabs{display:flex;gap:7px;overflow:auto;padding-bottom:3px;margin-bottom:20px}.tab{white-space:nowrap;padding:8px 12px;border:1px solid var(--border);background:var(--surface);border-radius:9px;color:var(--muted);font-size:12px}.tab.active{background:var(--text);color:var(--bg);border-color:var(--text)}.tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tool-card{position:relative;min-height:128px;padding:17px;border:1px solid var(--border);background:var(--surface);border-radius:15px;text-align:left;transition:.18s ease;box-shadow:0 1px #00000005}.tool-card:hover{transform:translateY(-2px);border-color:#cbd0d8;box-shadow:var(--shadow)}.tool-card.featured{grid-column:span 2;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--brand) 5%,var(--surface)))}.tool-card .card-icon{width:36px;height:36px;border-radius:10px;background:var(--surface2);display:grid;place-items:center;font-size:17px;margin-bottom:14px}.tool-card.featured .card-icon{background:var(--brand);color:#fff}.tool-card h3{margin:0;font-size:14px}.tool-card p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.card-arrow{position:absolute;right:15px;top:15px;color:var(--muted)}.workspace{max-width:1100px;margin:0 auto}.workspace-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:20px}.workspace-head h1{font-size:30px;letter-spacing:-1px;margin:4px 0}.workspace-head p{margin:0;color:var(--muted);font-size:13px}.workspace-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:22px}.drop-zone{min-height:240px;border:2px dashed #cfd4dc;border-radius:16px;display:grid;place-items:center;text-align:center;padding:30px;background:var(--surface2);transition:.2s}.drop-zone:hover{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 3%,var(--surface2))}.drop-icon{width:56px;height:56px;border-radius:16px;background:var(--surface);display:grid;place-items:center;margin:0 auto 13px;font-size:24px;box-shadow:0 6px 18px #0000000f}.drop-zone h3{margin:0;font-size:18px}.drop-zone p{margin:6px 0 16px;color:var(--muted);font-size:12px}.primary{background:var(--brand);color:#fff;border-radius:10px;padding:10px 17px;font-weight:750}.primary:hover{background:var(--brand2)}.secondary{background:var(--surface2);color:var(--text);border-radius:10px;padding:10px 15px;font-weight:650}.file-strip{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface2);margin-bottom:14px}.file-strip .grow{flex:1}.muted{color:var(--muted)}.editor-toolbar{position:sticky;top:82px;z-index:20;display:flex;flex-wrap:wrap;gap:7px;align-items:center;padding:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(12px);border-radius:13px;margin-bottom:16px}.toolbar-spacer{flex:1}.page-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.page-card{position:relative;border:1px solid var(--border);border-radius:12px;padding:8px;background:var(--surface);cursor:grab;transition:.15s}.page-card:hover{border-color:#bfc5cf;transform:translateY(-1px)}.page-card.selected{border:2px solid var(--brand);padding:7px;box-shadow:0 0 0 3px #e639461a}.page-thumb{width:100%;aspect-ratio:3/4;object-fit:contain;background:#fff;border-radius:8px;display:block}.page-number{position:absolute;top:13px;left:13px;min-width:25px;height:25px;border-radius:8px;background:#fffffff0;display:grid;place-items:center;font-size:11px;font-weight:800;box-shadow:0 2px 7px #00000014}.page-card.selected .page-number{background:var(--brand);color:#fff}.page-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;font-size:10px;color:var(--muted)}.mini-btn{width:27px;height:27px;border-radius:7px;background:var(--surface2);color:var(--text)}@media (max-width:1100px){.tools-grid{grid-template-columns:repeat(3,1fr)}.page-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:850px){.app-sidebar{display:none}.main{margin-left:0}.topbar{padding:0 16px}.content{padding:25px 16px 45px}.tools-grid{grid-template-columns:repeat(2,1fr)}.tool-card.featured{grid-column:span 2}.page-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.hero{padding-top:0}.hero h1{font-size:32px}.tools-grid{grid-template-columns:1fr}.tool-card.featured{grid-column:span 1}.workspace-card{padding:12px}.page-grid{grid-template-columns:repeat(2,1fr)}.workspace-head{display:block}.workspace-head .secondary{margin-top:12px}.topbar{height:60px}.editor-toolbar{top:68px}}
