:root{--ink:#17202b;--muted:#728092;--line:#e7ebf0;--canvas:#f6f8fb;--card:#fff;--navy:#16232d;--purple:#7657e8;--shadow:0 10px 30px rgba(20,37,56,.06)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.loading-screen{height:100vh;display:grid;place-content:center;gap:14px;justify-items:center;color:var(--muted)}.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800;font-size:24px}
.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff}.login-hero{padding:64px 8vw;background:linear-gradient(145deg,#18262f,#273b45 58%,#506878);color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-170px;bottom:-190px;border:70px solid rgba(133,243,218,.15)}.login-brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px}.login-hero h1{font-size:clamp(42px,5vw,74px);line-height:1.02;max-width:580px;margin:0 0 24px;letter-spacing:-.065em}.login-hero p{max-width:480px;color:#c4d4da;font-size:18px;line-height:1.65}.hero-chips{display:flex;gap:10px;flex-wrap:wrap}.hero-chip{border:1px solid rgba(255,255,255,.2);border-radius:99px;padding:8px 12px;color:#dbe9ea;font-size:13px}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%)}.eyebrow{color:var(--purple);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.login-card h2{font-size:34px;margin:12px 0 8px;letter-spacing:-.04em}.login-card>p{color:var(--muted);margin:0 0 30px}.field{display:grid;gap:8px;margin:16px 0}.field label{font-size:13px;font-weight:700;color:#465365}.field input,.field select,.field textarea{width:100%;border:1px solid #dce3e9;background:#fff;border-radius:11px;padding:13px 14px;outline:none;color:var(--ink);transition:.2s}.field textarea{resize:vertical;min-height:100px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#a18de9;box-shadow:0 0 0 4px rgba(118,87,232,.1)}.login-submit{width:100%;padding:14px;border-radius:11px;color:#fff;background:var(--navy);font-weight:750;margin-top:10px}.login-submit:hover,.primary:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(22,35,45,.16)}.form-error{background:#fff1f2;color:#bf3743;border-radius:10px;padding:11px 13px;font-size:13px;margin-top:14px}.demo-hint{font-size:12px;color:#99a4b1;margin-top:20px}
.dashboard{min-height:100vh;display:grid;grid-template-columns:86px minmax(0,1fr)}.sidebar{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:12px 8px;gap:10px;position:sticky;top:0;height:100vh;z-index:5}.side-brand{width:58px;height:58px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:27px;font-weight:800;margin-bottom:4px}.side-nav{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.side-item{width:68px;min-height:66px;border-radius:12px;color:#798492;display:grid;place-items:center;gap:3px;padding:7px 2px;font-size:11px;text-align:center;transition:.2s}.side-icon{font-size:23px;line-height:1}.side-item:hover,.side-item.active{background:#f0edff;color:#6b4fe1}.side-item.active{font-weight:750}.side-spacer{flex:1}.logout{color:#9aa4b0;background:transparent;font-size:11px;padding:8px}.main{min-width:0}.topbar{height:80px;padding:0 42px;display:flex;align-items:center;gap:28px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4;backdrop-filter:blur(18px)}.search-box{display:flex;align-items:center;gap:11px;background:#f4f6f8;border:1px solid #e6eaee;border-radius:10px;padding:8px 12px;max-width:720px;flex:1}.search-box span{font-size:18px;color:#8b95a0}.search-box input{border:0;background:transparent;outline:0;width:100%;color:var(--ink);font-size:14px}.search-box button{background:var(--navy);color:#fff;border-radius:8px;padding:10px 18px;font-weight:750}.top-links{display:flex;align-items:center;gap:25px;color:#45515c;font-size:14px;white-space:nowrap}.top-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(140deg,#8c72f4,#5a4ad6);font-weight:800}.content{padding:34px 42px 60px;max-width:1700px;margin:auto}.welcome-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.welcome-row h1{font-size:32px;letter-spacing:-.05em;margin:0 0 8px}.welcome-row p{margin:0;color:var(--muted)}.actions{display:flex;gap:10px}.primary,.secondary{border-radius:9px;padding:11px 15px;font-weight:750;transition:.2s}.primary{background:var(--navy);color:#fff}.secondary{background:#fff;border:1px solid #dfe5ea;color:#4c5a67}.feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:30px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:19px;min-height:150px;box-shadow:var(--shadow);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;bottom:-38px;background:rgba(119,89,233,.08)}.feature-icon{width:36px;height:36px;border-radius:10px;background:#f0eaff;color:#825bec;display:grid;place-items:center;font-size:22px;margin-bottom:12px}.feature-card:nth-child(2) .feature-icon{background:#fff0f1;color:#fa5968}.feature-card:nth-child(3) .feature-icon{background:#ffeffb;color:#ea69c8}.feature-card:nth-child(4) .feature-icon{background:#e9f5ff;color:#5c72dd}.feature-card h3{font-size:17px;margin:0 0 7px}.feature-card p{font-size:13px;line-height:1.45;color:#77818a;margin:0;max-width:240px}.section-card{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:24px;box-shadow:var(--shadow)}.section-head{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-bottom:1px solid var(--line)}.section-head h2{font-size:19px;margin:0;letter-spacing:-.03em}.section-head p{font-size:13px;color:var(--muted);margin:5px 0 0}.section-body{padding:24px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-card{border:1px solid #e6eaf0;border-radius:12px;padding:17px;transition:.2s;background:linear-gradient(150deg,#fff,#fafbfe)}.project-card:hover{border-color:#cfc6fa;transform:translateY(-2px)}.project-top{display:flex;justify-content:space-between;gap:10px}.project-avatar{width:38px;height:38px;background:#edebff;color:#725be5;border-radius:10px;display:grid;place-items:center;font-weight:800}.project-card h3{margin:12px 0 4px;font-size:16px}.project-card p{margin:0;color:var(--muted);font-size:13px}.project-meta{display:flex;gap:14px;margin-top:18px;color:#6b7786;font-size:12px}.empty-state{text-align:center;color:var(--muted);padding:30px 14px}.tool-table,.admin-table{width:100%;border-collapse:collapse}.tool-table th,.tool-table td,.admin-table th,.admin-table td{padding:14px 10px;text-align:left;border-bottom:1px solid #edf0f3;font-size:13px}.tool-table th,.admin-table th{font-size:11px;color:#8993a0;text-transform:uppercase;letter-spacing:.08em}.domain-name{color:#315dcc;font-weight:750}.status-pill{display:inline-flex;border-radius:99px;padding:4px 9px;font-size:11px;background:#e2f8f0;color:#118668}.status-pill.off{background:#f0f1f3;color:#89919b}
.tool-page{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.tool-hero{background:linear-gradient(135deg,#1a2832,#304a52);color:#fff;border-radius:16px;padding:28px 30px;margin-bottom:22px;position:relative;overflow:hidden}.tool-hero:after{content:"✧";position:absolute;right:40px;top:8px;font-size:170px;color:rgba(197,255,240,.08)}.tool-hero h1{margin:0 0 10px;font-size:30px;letter-spacing:-.05em;position:relative;z-index:1}.tool-hero p{margin:0;color:#c7d8da;max-width:650px;line-height:1.6;position:relative;z-index:1}.tool-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:var(--shadow)}.tool-card h2{margin:0 0 18px;font-size:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.result-panel{position:sticky;top:104px;height:max-content}.result-panel pre{white-space:pre-wrap;word-break:break-word;background:#17232d;color:#c9f4ea;border-radius:10px;padding:15px;min-height:300px;max-height:570px;overflow:auto;font-size:12px;line-height:1.55}.result-actions{display:flex;gap:8px;margin-top:12px}.result-actions button{flex:1}.side-note{font-size:12px;color:var(--muted);line-height:1.6;background:#f8f9fc;border-radius:10px;padding:13px;margin-top:16px}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px}.stat-card span{font-size:12px;color:var(--muted)}.stat-card strong{font-size:30px;display:block;margin-top:8px;letter-spacing:-.05em}.icon-btn{background:#f5f6f8;color:#657181;padding:7px 9px;border-radius:7px}.toast{position:fixed;right:25px;bottom:25px;background:#17232d;color:#fff;border-radius:10px;padding:13px 16px;box-shadow:0 14px 35px rgba(0,0,0,.16);z-index:20;font-size:13px}.modal-backdrop{position:fixed;inset:0;background:rgba(20,30,38,.38);display:grid;place-items:center;padding:20px;z-index:15}.modal{background:#fff;border-radius:15px;width:min(520px,100%);padding:25px;box-shadow:0 20px 60px rgba(20,30,40,.22)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal h2{margin:0;font-size:21px}.close{background:#f2f3f5;color:#66717c;width:30px;height:30px;border-radius:50%}
@media(max-width:1050px){.feature-strip{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.tool-page{grid-template-columns:1fr}.result-panel{position:static}}@media(max-width:720px){.login-page{grid-template-columns:1fr}.login-hero{min-height:390px;padding:34px}.login-panel{padding:32px 22px}.dashboard{grid-template-columns:1fr}.sidebar{height:auto;position:fixed;bottom:0;left:0;right:0;top:auto;flex-direction:row;justify-content:space-around;padding:7px 8px;border-top:1px solid var(--line);border-right:0}.side-brand,.side-spacer,.logout{display:none}.side-nav{flex-direction:row;justify-content:space-around}.side-item{min-height:54px;width:64px}.side-item:nth-child(n+5){display:none}.topbar{height:68px;padding:0 16px}.top-links{display:none}.content{padding:24px 16px 90px}.welcome-row{align-items:start;flex-direction:column}.welcome-row h1{font-size:28px}.actions{width:100%}.actions button,.actions a{flex:1;text-align:center}.feature-strip,.project-grid,.admin-grid{grid-template-columns:1fr}.section-head{padding:17px}.section-body{padding:16px;overflow-x:auto}.tool-table,.admin-table{min-width:720px}.two-col{grid-template-columns:1fr}.full{grid-column:auto}.tool-hero{padding:24px}.tool-hero h1{font-size:26px}}
