:root{--ink:#101828;--muted:#667085;--line:#e6eaf0;--blue:#2563eb;--blue-dark:#1d4ed8;--bg:#f5f7fb;--card:#fff;--green:#12b76a;--shadow:0 14px 40px rgba(16,24,40,.07)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.5}
button,input,select{font:inherit}button{cursor:pointer}
.site-header{height:82px;padding:0 max(28px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:1.4rem;font-weight:800;text-decoration:none;letter-spacing:-.04em}
.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--blue);display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:8px}
.brand-mark i{display:block;width:4px;border-radius:4px;background:#fff;transform:rotate(24deg)}.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:17px}.brand-mark i:nth-child(3){height:12px}
.header-actions{display:flex;align-items:center;gap:10px}
.api-balance{font-size:.75rem;color:var(--muted);white-space:nowrap}
.balance-button{border:0;background:#eff6ff;border-radius:12px;padding:8px 15px;text-align:left;color:#475467}.balance-button span{display:block;font-size:.75rem}.balance-button strong{display:block;color:var(--ink);font-size:.9rem}
.ghost-button,.primary-button{border-radius:12px;padding:12px 18px;font-weight:700;border:1px solid var(--line);background:#fff;color:var(--ink)}
.primary-button{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 7px 16px rgba(37,99,235,.2)}.primary-button:hover{background:var(--blue-dark)}
.workspace{width:min(1180px,calc(100% - 40px));margin:42px auto 70px}
.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.page-heading h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1;margin:.35rem 0 0;letter-spacing:-.055em}.overline{font-size:.76rem;font-weight:800;color:var(--blue);letter-spacing:.12em}
.system-state{display:flex;align-items:center;gap:8px;padding:9px 13px;background:#eafbf2;color:#067647;border-radius:999px;font-size:.84rem;font-weight:700}.system-state i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(18,183,106,.12)}
.network-card,.order-card,.progress-card,.history-card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.network-card{padding:22px;margin-bottom:20px}
.card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.card-heading>div{display:flex;align-items:center;gap:11px}.card-heading h2{font-size:1.08rem;margin:0;letter-spacing:-.02em}.card-heading>span{font-size:.82rem;color:var(--muted)}
.step-number{width:31px;height:31px;border-radius:9px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:.73rem;font-weight:800}
.network-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.network{min-height:88px;border:1px solid var(--line);border-radius:15px;background:#fafbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#475467;font-weight:700;font-size:.83rem;transition:.18s ease}.network img{width:27px;height:27px}.linkedin-logo{width:27px;height:27px;border-radius:4px;background:#0a66c2;color:#fff;display:grid;place-items:center;font-size:.9rem;font-weight:800;line-height:1}.network:hover{transform:translateY(-2px);border-color:#bdcdfc}.network.active{background:#eff5ff;color:var(--blue-dark);border:2px solid #89a9f7;box-shadow:0 6px 16px rgba(37,99,235,.1)}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr);gap:20px}.order-card,.progress-card{padding:24px}.card-heading.compact{padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:22px}
.field{display:block;margin-bottom:18px}.field>span,.price-box>span{display:block;margin-bottom:8px;font-size:.84rem;font-weight:700;color:#344054}.field input,.field select{width:100%;height:52px;border:1px solid #d9dee7;border-radius:12px;background:#fff;color:var(--ink);padding:0 14px;outline:none}.field input:focus,.field select:focus{border-color:#7aa2ff;box-shadow:0 0 0 4px rgba(37,99,235,.09)}
.service-filter-block{margin-bottom:17px}.service-filter-block>span{display:block;margin-bottom:9px;font-size:.84rem;font-weight:700;color:#344054}.service-filters{display:flex;flex-wrap:wrap;gap:7px}.service-filter{min-height:36px;padding:7px 12px;border:1px solid #d9dee7;border-radius:10px;background:#f8fafc;color:#475467;font-size:.76rem;font-weight:700;transition:.16s ease}.service-filter:hover{border-color:#9bb5f5;color:var(--blue)}.service-filter.active{border-color:var(--blue);background:#eef4ff;color:var(--blue-dark);box-shadow:0 3px 10px rgba(37,99,235,.1)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.stepper{display:grid;grid-template-columns:48px 1fr 48px;border:1px solid #d9dee7;border-radius:12px;overflow:hidden}.stepper button,.stepper input{border:0;border-radius:0;height:52px;text-align:center}.stepper button{background:#f7f9fc;color:var(--blue);font-size:1.25rem}.stepper input{appearance:textfield;padding:0}
.price-box{min-height:82px;background:#f7f9fc;border-radius:12px;padding:11px 15px}.price-box>span{margin:0 0 2px}.price-box strong{font-size:1.08rem}.price-box small{display:block;color:var(--muted);font-size:.72rem}.submit-button{width:100%;height:54px;display:flex;align-items:center;justify-content:center;gap:9px}
.empty-progress{text-align:center;padding:54px 18px 48px;color:var(--muted)}.empty-progress>span{width:58px;height:58px;border-radius:18px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;margin:0 auto 16px;font-size:1.4rem}.empty-progress h3{color:var(--ink);font-size:1rem;margin:0 0 7px}.empty-progress p{font-size:.86rem;margin:0 auto;max-width:260px}
.active-orders{display:grid;gap:12px}.active-order{border:1px solid var(--line);background:#fbfcfe;border-radius:15px;padding:14px}.active-order .order-top strong{font-size:.82rem;line-height:1.35}.active-order .progress-track{margin:14px 0 7px}.active-order .order-details{margin:12px 0 0;padding:10px 0 0;border-bottom:0}.progress-note{display:block;margin-top:13px}.progress-note[hidden]{display:none}
.order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-top small{display:block;color:var(--muted);margin-bottom:3px}.order-top strong{display:block;font-size:.9rem}.status-pill{white-space:nowrap;background:#eef4ff;color:var(--blue);border-radius:999px;padding:6px 9px;font-size:.73rem;font-weight:800}
.order-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.cancel-button{border:1px solid #fda29b;background:#fff;color:#b42318;border-radius:9px;padding:6px 9px;font-size:.73rem;font-weight:800}.cancel-button:hover{background:#fff1f0}.cancel-button:disabled{opacity:.6;cursor:wait}
.progress-track{height:8px;background:#edf0f4;border-radius:99px;overflow:hidden;margin:22px 0 9px}.progress-track i{display:block;height:100%;width:10%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:99px;transition:width .7s ease}.progress-percent{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--muted)}.progress-percent strong{color:var(--blue);font-size:.9rem}
.timeline{list-style:none;padding:0;margin:24px 0}.timeline li{display:flex;gap:12px;position:relative;padding-bottom:24px;color:#98a2b3}.timeline li:not(:last-child):after{content:"";position:absolute;left:14px;top:31px;height:24px;width:2px;background:#e4e7ec}.timeline li i{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;border:1px solid #d0d5dd;font-style:normal;font-size:.73rem;font-weight:800}.timeline li b,.timeline li span{display:block}.timeline li b{font-size:.86rem}.timeline li span{font-size:.73rem}.timeline li.active{color:var(--ink)}.timeline li.active i{background:var(--blue);border-color:var(--blue);color:#fff}.timeline li.complete i{background:var(--green);border-color:var(--green);color:#fff}
.order-details{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;margin-bottom:13px}.order-details span{color:var(--muted);font-size:.75rem}.order-details b{display:block;color:var(--ink);font-size:.84rem}.demo-note{color:#98a2b3;font-size:.7rem}
.history-card{padding:24px;margin-top:20px}.history-list{display:grid}.history-item{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(220px,2fr) minmax(110px,.7fr) minmax(100px,.7fr) minmax(145px,.9fr);gap:14px;align-items:center;padding:15px 4px;border-bottom:1px solid var(--line)}.history-item:last-child{border-bottom:0}.history-cell small,.history-cell strong{display:block}.history-cell small{color:var(--muted);font-size:.72rem;margin-bottom:3px}.history-cell strong{font-size:.82rem;line-height:1.35}.history-status{justify-self:start}.history-status.done{background:#ecfdf3;color:#067647}.history-status.problem{background:#fff4ed;color:#b93815}.history-empty{text-align:center;color:var(--muted);background:#f8fafc;border:1px dashed #d9dee7;border-radius:14px;padding:28px 16px}.history-empty[hidden]{display:none}
footer{width:min(1180px,calc(100% - 40px));margin:0 auto 32px;border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.78rem}footer .brand{margin-right:auto;font-size:1.05rem}footer .brand-mark{width:28px;height:28px;border-radius:9px;padding:7px}
.modal-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.55);backdrop-filter:blur(5px);z-index:50;display:grid;place-items:center;padding:18px}.modal-backdrop[hidden]{display:none}.modal{width:min(450px,100%);background:#fff;border-radius:22px;padding:30px;position:relative;box-shadow:0 28px 70px rgba(16,24,40,.25)}.modal-close{position:absolute;right:16px;top:14px;border:0;background:#f2f4f7;width:34px;height:34px;border-radius:10px;font-size:1.25rem}.modal-icon{width:46px;height:46px;border-radius:14px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:1.35rem;font-weight:800}.modal-icon.wallet{background:#ecfdf3;color:#067647}.modal h2{margin:17px 0 4px;font-size:1.55rem}.modal>p{margin:0 0 22px;color:var(--muted);font-size:.9rem}.modal>small{display:block;color:#98a2b3;text-align:center;margin-top:13px;font-size:.7rem}
.amount-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.amount-options button{height:42px;border:1px solid var(--line);background:#f8fafc;border-radius:10px;font-size:.8rem;font-weight:700}.amount-options button:hover{border-color:var(--blue);color:var(--blue)}
.toast{position:fixed;right:24px;bottom:24px;z-index:70;max-width:360px;background:#101828;color:#fff;border-radius:13px;padding:13px 17px;font-size:.85rem;box-shadow:var(--shadow);transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s}.toast.show{transform:none;opacity:1}
@media(max-width:900px){.network-grid{grid-template-columns:repeat(4,1fr)}.dashboard-grid{grid-template-columns:1fr}.progress-card{min-height:340px}.history-item{grid-template-columns:repeat(2,minmax(0,1fr))}.history-status{justify-self:start}}
@media(max-width:640px){.site-header{height:auto;padding:13px 16px;align-items:flex-start}.header-actions{flex-wrap:wrap;justify-content:flex-end}.api-balance{display:none}.balance-button,.primary-button{padding:9px 11px}.workspace{width:min(100% - 24px,1180px);margin-top:26px}.page-heading{align-items:flex-start}.page-heading h1{font-size:2.25rem}.system-state span{display:none}.network-card,.order-card,.progress-card,.history-card{padding:14px;border-radius:17px}.network-card .card-heading{margin-bottom:12px}.network-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.network{min-height:64px;padding:7px 3px;border-radius:11px;gap:5px;font-size:.68rem;line-height:1.15;text-align:center}.network img,.linkedin-logo{width:21px;height:21px}.linkedin-logo{font-size:.72rem;border-radius:3px}.service-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.service-filters::-webkit-scrollbar{display:none}.service-filter{flex:0 0 auto;min-height:34px;padding:6px 10px}.form-row{grid-template-columns:1fr}.price-box{margin-top:-5px}.order-top{flex-direction:column}.status-pill{align-self:flex-start}.history-item{grid-template-columns:1fr 1fr;gap:11px;padding:14px 0}.history-cell.service-history{grid-column:1/-1}.history-cell strong{font-size:.78rem}footer{flex-wrap:wrap;gap:10px}footer .brand{width:100%}.modal{padding:23px}.amount-options{grid-template-columns:1fr}.toast{left:12px;right:12px;bottom:12px;max-width:none}}
