:root{color:#262230;--brand:#6d42c7;--brand-dark:#5430a7;--brand-soft:#efe9fb;--surface:#fff;--muted:#777184;--line:#e8e4ef;--ok:#20855b;--ok-soft:#e8f5ef;--warn:#a86b0d;--warn-soft:#fff4dc;--danger:#b33a3a;background:#f7f6fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:28px;padding:24px 16px;display:flex}.brand{align-items:center;gap:12px;padding:0 8px;display:flex}.brand-mark{background:var(--brand);color:#fff;border-radius:13px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand span{color:var(--muted);margin-top:1px;font-size:13px}.sidebar nav{flex-direction:column;gap:6px;display:flex}.sidebar nav button{color:#5f5968;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px 13px;display:flex}.sidebar nav button.active{background:var(--brand-soft);color:var(--brand-dark);font-weight:700}.api-state{color:var(--muted);margin-top:auto;padding:8px;font-size:12px}main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:100px;padding:19px clamp(20px,4vw,52px);display:flex}.eyebrow{color:var(--brand);letter-spacing:.11em;margin:0 0 4px;font-size:11px;font-weight:800}.topbar h1{margin:0;font-size:27px}.avatar{background:var(--brand-soft);width:42px;height:42px;color:var(--brand-dark);border-radius:50%;place-items:center;font-weight:800;display:grid}.content{max-width:1180px;padding:34px clamp(20px,4vw,52px) 100px}.hero-card{color:#fff;background:linear-gradient(135deg,#6d42c7,#5934ad);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex;box-shadow:0 16px 38px #5230a729}.status-dot{background:#7ff0bc;border-radius:50%;width:9px;height:9px;margin-right:7px;display:inline-block}.status-label{letter-spacing:.1em;opacity:.9;margin:0;font-size:11px;font-weight:800;display:inline-block}.hero-card h2{margin:12px 0 6px;font-size:30px}.hero-card p:last-child{opacity:.86;max-width:620px;margin:0}.expert-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;width:100%;margin-top:20px;padding:18px;display:grid;box-shadow:0 7px 20px #2118310a}.expert-icon{background:var(--brand-soft);width:48px;height:48px;color:var(--brand);border-radius:14px;place-items:center;display:grid}.expert-card strong,.expert-card span{display:block}.expert-card span{color:var(--muted);margin-top:4px;font-size:14px}.section-head{justify-content:space-between;align-items:center;margin:30px 2px 12px;display:flex}.section-head h3{margin:0;font-size:17px}.section-head span{color:var(--warn);font-size:13px;font-weight:700}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.task-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px;display:grid}.task-icon{width:42px;height:42px;color:var(--brand);background:#f4f1f8;border-radius:12px;place-items:center;display:grid}.task-card strong,.task-card span{display:block}.task-card span{color:var(--muted);margin-top:3px;font-size:13px}.task-card b{color:var(--warn);background:var(--warn-soft);border-radius:99px;padding:6px 9px;font-size:12px}.summary-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.summary-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:20px}.summary-card strong{color:var(--brand-dark);font-size:26px;display:block}.summary-card span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.placeholder{border:1px solid var(--line);background:#fff;border-radius:20px;padding:30px}.placeholder h2{margin-top:0}.placeholder p{color:var(--muted)}.business-contact{flex-wrap:wrap;gap:12px 18px;margin-top:18px;display:flex}.business-contact span{color:var(--muted);align-items:center;gap:7px;font-size:14px;display:inline-flex}.mobile-nav{display:none}@media (width<=760px){.app-shell{display:block}.sidebar{display:none}.topbar{height:86px;padding:15px 18px}.topbar h1{font-size:23px}.content{padding:20px 15px 94px}.hero-card{border-radius:18px;padding:22px}.hero-card h2{font-size:25px}.hero-card>svg{display:none}.task-grid,.summary-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(3,1fr);gap:8px}.summary-card{padding:14px 10px}.summary-card strong{font-size:20px}.summary-card span{font-size:11px}.mobile-nav{border-top:1px solid var(--line);z-index:10;height:72px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:#766f80;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;display:flex}.mobile-nav button.active{color:var(--brand);font-weight:800}.expert-card{grid-template-columns:auto 1fr auto;padding:15px}.expert-card span{font-size:12px}.business-contact{flex-direction:column;gap:8px}}.business-main-card{border:1px solid var(--line);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:28px;display:flex}.business-main-card h2{margin:6px 0 8px;font-size:27px}.business-legal{color:var(--muted);margin:0}.profile-progress{background:var(--brand-soft);min-width:120px;height:120px;color:var(--brand-dark);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.profile-progress strong{font-size:29px}.profile-progress span{margin-top:2px;font-size:11px}.profile-description{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;display:flex}.profile-description-icon{background:var(--brand-soft);width:44px;height:44px;color:var(--brand);border-radius:13px;flex:none;place-items:center;display:grid}.profile-description strong{display:block}.profile-description p{color:var(--muted);margin:5px 0 0;line-height:1.45}.profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.profile-item{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:12px;padding:15px;display:flex}.profile-item-icon{width:39px;height:39px;color:var(--brand);background:#f4f1f8;border-radius:11px;place-items:center;display:grid}.profile-item strong,.profile-item span{display:block}.profile-item strong{color:var(--brand-dark);font-size:19px}.profile-item span{color:var(--muted);margin-top:2px;font-size:12px}.expert-next-card{background:var(--brand-soft);border-radius:16px;align-items:center;gap:14px;margin-top:18px;padding:17px;display:flex}.expert-next-card strong,.expert-next-card span{display:block}.expert-next-card span{color:var(--muted);margin-top:4px;font-size:13px}@media (width<=900px){.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.business-main-card{align-items:flex-start;padding:20px}.profile-progress{width:82px;min-width:82px;height:82px}.profile-progress strong{font-size:22px}.profile-progress span{font-size:9px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-item{padding:12px}}.pending-profile-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:8px 18px}.pending-profile-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:12px 0;display:flex}.pending-profile-row:last-of-type{border-bottom:0}.pending-profile-row>span{background:var(--warn-soft);width:27px;height:27px;color:var(--warn);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.pending-profile-row strong{font-size:13px}.pending-profile-card>p{color:var(--muted);margin:10px 0;font-size:12px}.expert-page{max-width:980px}.expert-intro{border:1px solid var(--line);background:#fff;border-radius:20px;align-items:flex-start;gap:16px;padding:24px;display:flex}.expert-intro h2{margin:4px 0 7px;font-size:24px}.expert-intro p:last-child{color:var(--muted);margin:0;line-height:1.5}.expert-progress-line{grid-template-columns:auto 1fr;align-items:center;gap:18px;margin:18px 2px;display:grid}.expert-progress-line>div:first-child strong,.expert-progress-line>div:first-child span{display:block}.expert-progress-line>div:first-child strong{color:var(--brand-dark);font-size:20px}.expert-progress-line>div:first-child span{color:var(--muted);font-size:11px}.expert-progress-track{background:#e9e5ef;border-radius:99px;height:8px;overflow:hidden}.expert-progress-track span{background:var(--brand);border-radius:99px;height:100%;transition:width .25s;display:block}.expert-confirmation{background:var(--ok-soft);color:var(--ok);border-radius:13px;align-items:center;gap:9px;margin-bottom:14px;padding:12px 14px;font-size:13px;font-weight:650;display:flex}.expert-question-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px;box-shadow:0 8px 24px #2118310a}.expert-step-label{color:var(--brand);letter-spacing:.12em;margin:0 0 8px;font-size:10px;font-weight:800}.expert-question-card h2{max-width:760px;margin:0;font-size:25px;line-height:1.28}.expert-help{color:var(--muted);max-width:760px;margin:10px 0 0;line-height:1.5}.expert-options{gap:10px;margin-top:22px;display:grid}.expert-options button{border:1px solid var(--line);text-align:left;cursor:pointer;color:#403948;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.expert-options button:hover{background:var(--brand-soft);color:var(--brand-dark);border-color:#cdbceb}.expert-options button:disabled{opacity:.55;cursor:wait}.expert-answer-box{margin-top:22px}.expert-answer-box textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:118px;font:inherit;color:#292330;background:#fbfafd;border-radius:15px;outline:none;padding:15px}.expert-answer-box textarea:focus{border-color:#bda5ea;box-shadow:0 0 0 3px #6d42c714}.expert-send{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:12px;align-items:center;gap:8px;margin-top:11px;padding:11px 17px;font-weight:750;display:inline-flex}.expert-send:disabled{opacity:.45;cursor:not-allowed}.expert-complete{text-align:center;padding:42px 28px}.expert-complete h2{margin:14px auto 8px}.expert-complete p{color:var(--muted)}.expert-big-check{background:var(--ok-soft);width:68px;height:68px;color:var(--ok);border-radius:50%;place-items:center;margin:0 auto;display:grid}@media (width<=760px){.expert-intro{padding:18px}.expert-intro h2{font-size:20px}.expert-question-card{padding:20px}.expert-question-card h2{font-size:21px}.expert-progress-line{grid-template-columns:72px 1fr;gap:10px}}
