:root{--blue:#153b8f;--blue2:#0d2865;--yellow:#fbc21a;--ink:#172033;--muted:#687386;--line:#e6ebf2;--bg:#f6f8fc;--green:#12b76a}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{width:260px;background:linear-gradient(180deg,#102e70,#0b1d45);color:#fff;position:fixed;left:0;top:0;bottom:0;padding:22px 16px;z-index:20}.brand{font-size:22px;font-weight:800;display:flex;align-items:center;gap:9px;padding:5px 8px 26px}.brand>span span,.logo>span{color:var(--yellow)}.brand-mark,.logo-mark{width:30px;height:30px;border-radius:8px;background:var(--yellow);color:var(--blue);display:grid;place-items:center;font-weight:900}.workspace{font-size:10px;letter-spacing:1.2px;opacity:.55;padding:0 12px 10px}.nav-item{display:flex;width:100%;border:0;background:transparent;color:#cdd8ef;padding:11px 12px;border-radius:10px;gap:12px;align-items:center;font-size:14px;cursor:pointer;text-align:left;margin:2px 0}.nav-item:hover,.nav-item.active{background:#1b4aa6;color:#fff}.ico{width:20px;text-align:center}.upgrade-card{position:absolute;left:16px;right:16px;bottom:20px;background:linear-gradient(145deg,#17499f,#0f2c68);border:1px solid #3b64b4;padding:15px;border-radius:15px}.upgrade-card p{font-size:12px;opacity:.8;line-height:1.5}.main{margin-left:260px;min-width:0;width:calc(100% - 260px)}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.crumb{font-size:14px;color:var(--muted)}.crumb span{margin:0 8px}.top-actions{display:flex;align-items:center;gap:10px}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:10px;width:38px;height:38px;cursor:pointer}.profile-chip{display:flex;align-items:center;gap:9px;padding:4px 7px}.profile-chip img{width:36px;height:36px;border-radius:50%;object-fit:cover}.profile-chip small{display:block;color:var(--muted)}.content{padding:28px;max-width:1500px;margin:auto}.hero-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.3px;color:#3464c6;margin-bottom:7px}.hero-head h1{margin:0;font-size:30px}.hero-head p{color:var(--muted);margin:7px 0 0}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn.yellow{background:var(--yellow);color:#172033;border-color:var(--yellow)}.btn.light{background:#fff}.btn.full{width:100%}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat,.panel,.plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 6px 20px rgba(30,50,90,.03)}.stat label{color:var(--muted);font-size:13px}.stat strong{display:block;font-size:30px;margin:8px 0}.stat-top{display:flex;justify-content:space-between}.stat-icon{width:36px;height:36px;border-radius:10px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.trend{color:var(--green);font-size:12px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.panel-head h3{margin:0}.panel-head span{font-size:12px;color:var(--muted)}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick .btn{min-height:80px;display:flex;flex-direction:column}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;margin-top:16px}.chart{height:220px;display:flex;flex-direction:column;justify-content:flex-end}.bars{height:190px;display:flex;align-items:flex-end;gap:10px;padding:10px 5px;border-bottom:1px solid var(--line)}.bar{width:100%;max-width:32px;background:linear-gradient(180deg,#3c78e7,#bcd0ff);border-radius:7px 7px 0 0;display:block}.labels{display:flex;justify-content:space-between;color:#8993a4;font-size:11px;margin-top:8px}.action-list{display:grid;gap:14px}.action{display:grid;grid-template-columns:32px 1fr 120px;gap:10px;align-items:center}.aicon{width:32px;height:32px;border-radius:9px;background:#edf4ff;display:grid;place-items:center;color:var(--blue)}.action small{display:block;color:var(--muted)}.progress{height:7px;background:#edf0f5;border-radius:10px;overflow:hidden}.progress i{display:block;height:100%;background:#2f6fe4;border-radius:10px}.card-layout,.editor-layout,.qr-layout{display:grid;grid-template-columns:420px 1fr;gap:22px;align-items:start}.phone{width:340px;max-width:100%;margin:auto;border:8px solid #121826;border-radius:36px;background:#fff;box-shadow:0 20px 50px rgba(20,40,80,.18);overflow:hidden}.phone-screen{min-height:650px;background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);text-align:center;padding:20px}.card-cover{height:80px;background:linear-gradient(135deg,var(--yellow) 0 28%,#fff 28%);margin:-20px -20px 0}.mini-logo img{width:120px;max-height:42px;object-fit:contain;margin-top:22px}.avatar{width:105px;height:105px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 5px 20px rgba(0,0,0,.15);margin-top:10px}.phone h2,.phone h3{margin:12px 0 4px}.role{font-size:12px;color:var(--muted)}.company{font-weight:800;color:var(--blue);font-size:13px;margin:3px}.contact-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:16px 0}.contact-row button,.contact-row span{border:1px solid #e1e6ef;background:#fff;border-radius:9px;padding:8px 4px;font-size:10px;cursor:pointer}.save-btn{width:100%;border:0;background:var(--blue);color:#fff;padding:12px;border-radius:10px;font-weight:800}.socials{display:flex;justify-content:center;gap:12px;margin:15px}.socials span{width:27px;height:27px;border-radius:50%;background:#e9effa;display:grid;place-items:center;color:var(--blue);font-weight:800}.about{text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px}.about h4{margin:0 0 5px}.about p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:10px;font-weight:800;letter-spacing:.8px;color:#7a8597}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:9px;padding:11px 12px;font:inherit;outline:none;background:#fff}.field textarea{min-height:100px;resize:vertical}.tabs{display:flex;gap:7px;border-bottom:1px solid var(--line);margin:-20px -20px 20px;padding:12px 20px;overflow:auto}.tab{border:0;background:transparent;padding:9px 12px;border-radius:8px;cursor:pointer;white-space:nowrap}.tab.active{background:#edf4ff;color:var(--blue);font-weight:800}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.template{border:2px solid transparent;border-radius:14px;padding:10px;cursor:pointer}.template.selected{border-color:var(--blue)}.template-preview{height:230px;border-radius:12px;background:linear-gradient(145deg,#f9c928,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.template-preview.creative{background:linear-gradient(145deg,#153b8f,#eaf0ff)}.template-preview.dark{background:#111827;color:#fff}.tp-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:4px solid #fff}.tp-lines{height:6px;width:65%;background:rgba(255,255,255,.6);border-radius:6px;margin:8px}.check{position:absolute;right:10px;top:10px;background:var(--blue);color:#fff;border-radius:50%;width:24px;height:24px;display:grid;place-items:center}.template strong{display:block;margin:8px 0 3px}.template small{color:var(--muted)}.qr-layout{grid-template-columns:360px 1fr}.qr-box{text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.qr-box img{width:240px;max-width:100%}.share-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.share-btn{background:#fff;border:1px solid var(--line);padding:15px;border-radius:12px;text-align:left;cursor:pointer}.share-btn small{display:block;color:var(--muted);margin-top:4px}.mini-site{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.mini-hero{padding:50px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;background:linear-gradient(120deg,#0d2865,#153b8f);color:#fff}.mini-hero h1{font-size:42px;margin:10px 0}.mini-hero p{max-width:650px;color:#dbe7ff}.mini-hero img{width:250px;height:250px;object-fit:cover;border-radius:50%;justify-self:center;border:8px solid rgba(255,255,255,.2)}.mini-body{padding:30px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.service{border:1px solid var(--line);border-radius:12px;padding:18px}.service p{color:var(--muted);font-size:13px;line-height:1.5}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th,.data-table td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table th{font-size:11px;color:#778196;text-transform:uppercase}.status{padding:5px 8px;border-radius:999px;font-size:11px}.status.new{background:#edf4ff;color:#2458ae}.status.interested,.status.won{background:#e9f9f0;color:#087a45}.status.contacted{background:#fff6db;color:#9b6b00}.status.proposal{background:#f1eaff;color:#6b39b5}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan h3{margin-top:0}.price{font-size:34px;font-weight:900;margin:10px 0}.price small{font-size:12px;font-weight:500;color:var(--muted)}.plan ul{padding:0;list-style:none;line-height:2;color:#586376;min-height:150px}.plan.featured{border:2px solid var(--yellow);position:relative}.toast{position:fixed;right:25px;bottom:25px;background:#172033;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.25s;z-index:100}.toast.show{opacity:1;transform:none}.mobile-only{display:none}.landing{background:#fff}.landing nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:10}.logo{font-size:22px;font-weight:900;display:flex;align-items:center;gap:8px}.navlinks{display:flex;gap:22px;align-items:center;font-size:14px}.landing-hero{min-height:680px;padding:80px 8%;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:linear-gradient(135deg,#f4f8ff,#fffdf2)}.landing-hero h1{font-size:62px;line-height:1.05;margin:12px 0}.landing-hero h1 span{color:var(--yellow)}.landing-hero p{font-size:18px;line-height:1.6;color:#59667b;max-width:650px}.hero-actions{display:flex;gap:12px;margin:25px 0}.feature-pills{display:flex;gap:8px;flex-wrap:wrap}.feature-pills span{border:1px solid #d8e1f0;padding:8px 11px;border-radius:999px;font-size:12px}.hero-card{display:grid;place-items:center}.phone-wrap{padding:20px}.section{padding:80px 8%;text-align:center}.section h2{font-size:40px;margin:5px 0 35px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:left}.feature-card{padding:24px;border:1px solid var(--line);border-radius:16px}.ficon{width:40px;height:40px;border-radius:12px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.feature-card p{color:var(--muted);line-height:1.5}.landing footer{text-align:center;padding:35px;color:var(--muted);border-top:1px solid var(--line)}
@media(max-width:1050px){.grid-4,.feature-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.card-layout,.editor-layout,.qr-layout,.landing-hero{grid-template-columns:1fr}.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.main{margin-left:0;width:100%}.mobile-only{display:block}.hero-card{order:-1}.landing-hero h1{font-size:48px}.plans,.service-grid{grid-template-columns:1fr}.navlinks a:not(.btn){display:none}}
@media(max-width:650px){.content{padding:18px}.topbar{padding:0 14px}.crumb{display:none}.top-actions .icon-btn{display:none}.profile-chip strong{font-size:11px}.hero-head{align-items:flex-start;flex-direction:column}.grid-4,.quick,.form-grid,.template-grid,.share-grid{grid-template-columns:1fr}.phone{width:310px}.mini-hero{padding:28px;grid-template-columns:1fr}.mini-hero img{width:170px;height:170px;margin-top:25px}.mini-hero h1{font-size:34px}.landing nav{padding:0 18px}.landing-hero{padding:50px 20px}.landing-hero h1{font-size:42px}.section{padding:55px 20px}.section h2{font-size:32px}}
