:root{--bg:#f7fbff;--panel:#ffffff;--ink:#10233d;--muted:#65758b;--line:#dbe8f4;--blue:#1677ff;--blue-dark:#0d57bd;--soft-blue:#eaf4ff;--danger:#b42318;--success:#067647}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff,#f7fbff 260px)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{min-height:68px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brandMark{font-weight:800;letter-spacing:-.03em;font-size:1.22rem}.topnav{display:flex;align-items:center;gap:16px}.container{width:min(1160px,90vw);margin:0 auto}.hero{min-height:70vh;padding:72px 0}.hero,.heroGrid{display:grid;align-items:center}.heroGrid{grid-template-columns:1.25fr .75fr;grid-gap:44px;gap:44px}.eyebrow{color:var(--blue-dark);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}h1{font-size:clamp(2.4rem,6vw,5.3rem);line-height:.98;letter-spacing:-.055em;margin:12px 0 20px}h2{letter-spacing:-.03em;margin-top:0}p{line-height:1.65}.lead{font-size:1.12rem;color:var(--muted);max-width:700px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button{border:0;background:var(--blue);color:white;border-radius:12px;padding:12px 18px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button:hover{background:var(--blue-dark)}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.button.danger{background:var(--danger)}.button.small{padding:9px 13px;border-radius:10px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 18px 60px rgba(31,78,121,.06)}.muted{color:var(--muted)}.pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--soft-blue);color:var(--blue-dark);font-size:.8rem;font-weight:700}.authWrap{width:min(520px,90vw);margin:70px auto}.authWrap h1{font-size:2.3rem}.form{display:grid;grid-gap:14px;gap:14px}label{font-size:.9rem;font-weight:700}.field{display:grid;grid-gap:7px;gap:7px}input,select,textarea{width:100%;border:1px solid #c9d9e7;border-radius:11px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,119,255,.1)}textarea{min-height:130px;resize:vertical}.notice{padding:12px 14px;border-radius:11px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.9rem}.notice.success{background:#ecfdf3;border-color:#abefc6;color:var(--success)}.notice.error{background:#fef3f2;border-color:#fecdca;color:var(--danger)}.appShell{width:min(1240px,94vw);margin:30px auto 70px;display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px}.sidebar{position:-webkit-sticky;position:sticky;top:92px;align-self:start}.sidebarNav{display:grid;grid-gap:7px;gap:7px}.sidebarNav a{padding:11px 12px;border-radius:10px;color:#39506a}.sidebarNav a:hover{background:var(--soft-blue);color:var(--blue-dark)}.content{min-width:0}.pageTitle{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.pageTitle h1{font-size:2.25rem;margin:0 0 6px}.grid2{grid-template-columns:1fr 1fr;grid-gap:18px}.grid2,.grid3{display:grid;gap:18px}.grid3{grid-template-columns:repeat(3,1fr);grid-gap:18px}.stat{font-size:2rem;font-weight:850;margin-top:8px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.tab{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#fff;cursor:pointer;font-weight:700}.tab.active{background:var(--ink);color:white;border-color:var(--ink)}.previewFrame{width:100%;min-height:620px}.previewCanvas,.previewFrame{border:1px solid var(--line);border-radius:16px;background:white}.profileHero{padding:56px 28px 34px}.profileHero h1{font-size:clamp(2.1rem,5vw,4rem)}.profileSection{padding:24px 28px;border-top:1px solid rgba(100,120,150,.18)}.serviceList{display:flex;gap:8px;flex-wrap:wrap}.serviceChip{padding:8px 10px;background:rgba(255,255,255,.65);border:1px solid rgba(100,120,150,.2);border-radius:999px}.socials{display:flex;gap:10px;flex-wrap:wrap}.codeEditor{min-height:470px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88rem;background:#0d1726;color:#e6edf7;border-color:#26354b}.splitBuilder{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);grid-gap:20px;gap:20px;align-items:start}.stack{display:grid;grid-gap:16px;gap:16px}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.kv{display:grid;grid-template-columns:160px 1fr;grid-gap:8px 14px;gap:8px 14px}hr{border:0;border-top:1px solid var(--line);margin:20px 0}footer{padding:40px 5vw;color:var(--muted);text-align:center}@media (max-width:900px){.appShell,.grid2,.grid3,.heroGrid,.splitBuilder{grid-template-columns:1fr}.sidebar{position:static}.topnav a:first-child{display:none}.pageTitle{flex-direction:column}}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.stat.compact{font-size:1.55rem}.dashboardActions{margin-top:18px}.publicLinkCard{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.publicLinkCard>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.publicLinkCard strong{overflow-wrap:anywhere}.builderModeTabs{margin-top:18px}.builderGroup{padding:0;overflow:hidden}.builderGroup summary{cursor:pointer;list-style:none;padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid transparent}.builderGroup[open] summary{border-bottom-color:var(--line)}.builderGroup summary::-webkit-details-marker{display:none}.builderGroup summary span{font-weight:800;font-size:1.02rem}.builderGroup summary small{color:var(--muted);text-align:right;font-weight:600}.builderGroupBody{padding:20px}.inlineEditor{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center}.miniButton{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:9px;padding:8px 10px;cursor:pointer;font-weight:700}.miniButton:hover{background:var(--soft-blue)}.miniButton:disabled{opacity:.4;cursor:not-allowed}.mediaEditor{border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;grid-gap:12px;gap:12px}.sectionManager{display:grid;grid-gap:8px;gap:8px}.sectionRow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.sectionRow:last-child{border-bottom:0}.sectionRow>div:first-child{display:grid;grid-gap:2px;gap:2px}.sectionRow small{color:var(--muted)}input[type=color]{min-height:46px;padding:5px;cursor:pointer}input[type=range]{padding:0;border:0;box-shadow:none}.templateGrid{display:grid;grid-gap:12px;gap:12px}.templateCard{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;display:grid;grid-template-columns:92px 1fr auto;grid-gap:14px;gap:14px;align-items:center;text-align:left;cursor:pointer;color:var(--ink)}.templateCard.selected,.templateCard:hover{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,119,255,.08)}.templateSwatch{height:72px;border-radius:12px;border:1px solid rgba(0,0,0,.08);display:block}.swatch-clean-sky{background:linear-gradient(135deg,#f5faff 0 45%,#1677ff 45% 55%,#fff 55%)}.swatch-artist-stage{background:linear-gradient(135deg,#0b1220 0 60%,#8bbcff 60%)}.swatch-beauty-studio{background:linear-gradient(135deg,#fff9fb 0 60%,#b65f7d 60%)}.swatch-business-pro{background:linear-gradient(135deg,#f4f6f8 0 60%,#173f73 60%)}.swatch-link-card{background:radial-gradient(circle at center,#fff 0 35%,#eef6ff 36% 65%,#1167d8 66%)}.templateMeta{display:grid;grid-gap:4px;gap:4px}.templateMeta small{color:var(--blue-dark);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.templateMeta strong{font-size:1.02rem}.templateMeta span{color:var(--muted);line-height:1.4}.templateSelect{font-size:.82rem;font-weight:800;color:var(--blue-dark)}.builderPreviewRail{position:-webkit-sticky;position:sticky;top:92px;min-width:0}.previewHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px;padding:0 4px}.previewHeader>div{display:grid;grid-gap:2px;gap:2px}.previewHeader span{color:var(--muted);font-size:.82rem}.previewStatus{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 9px;white-space:nowrap}.publicProfileWrap{width:min(980px,94vw);margin:32px auto 70px}.previewCanvas{--profile-accent:#1677ff;--profile-surface:#fff;--profile-text:#10233d;--profile-muted:#65758b;--profile-radius:22px;border:1px solid rgba(100,120,150,.18);border-radius:var(--profile-radius);overflow:hidden;min-height:620px}.profilePageInner{width:100%}.profileHero{padding:50px 30px 38px;text-align:center;grid-gap:24px;gap:24px}.profileHero,.profileHeroCopy{display:grid;justify-items:center}.profileHeroCopy{width:min(720px,100%)}.profileHero h1{color:var(--profile-text);font-size:clamp(2.15rem,5vw,4.2rem);margin:12px 0 8px}.profileLead{max-width:650px;margin:0 auto;color:var(--profile-muted);font-size:1.08rem;line-height:1.65}.profilePill{display:inline-flex;padding:7px 11px;border-radius:999px;color:var(--profile-accent);background:color-mix(in srgb,var(--profile-accent) 10%,transparent);font-size:.78rem;font-weight:850;letter-spacing:.04em}.heroImageWrap{width:min(540px,100%);aspect-ratio:16/9;border-radius:calc(var(--profile-radius) * .9);overflow:hidden;background:var(--profile-surface);box-shadow:0 18px 45px rgba(15,35,60,.12)}.heroImageWrap img{width:100%;height:100%;object-fit:cover;display:block}.profileActions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:22px}.previewCta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border-radius:12px;background:var(--profile-accent);color:white;font-weight:800}.previewCta.secondary{background:var(--profile-surface);color:var(--profile-text);border:1px solid color-mix(in srgb,var(--profile-text) 15%,transparent)}.previewCta.pillButton{border-radius:999px}.previewCta.squareButton{border-radius:2px}.profileSection{margin:14px;padding:26px 28px;border:1px solid color-mix(in srgb,var(--profile-text) 10%,transparent);border-radius:calc(var(--profile-radius) * .75);background:var(--profile-surface)}.profileSection h2{color:var(--profile-text);font-size:1.6rem;margin:4px 0 12px}.profileSection p{color:var(--profile-muted)}.profileSectionLabel{color:var(--profile-accent);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.profileMeta{display:flex;justify-content:space-between;gap:16px;padding-top:12px;border-top:1px solid color-mix(in srgb,var(--profile-text) 10%,transparent)}.profileMeta span{text-align:right}.serviceList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.serviceChip{padding:12px 13px;background:color-mix(in srgb,var(--profile-accent) 8%,var(--profile-surface));color:var(--profile-text);border:1px solid color-mix(in srgb,var(--profile-accent) 20%,transparent);border-radius:calc(var(--profile-radius) * .55)}.profileEmpty{font-style:italic}.profileGallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.profileGallery figure{margin:0;background:color-mix(in srgb,var(--profile-text) 4%,var(--profile-surface));border-radius:calc(var(--profile-radius) * .65);overflow:hidden}.profileGallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.profileGallery figcaption{padding:9px 11px;color:var(--profile-muted);font-size:.86rem}.profileLinkList{display:grid;grid-gap:8px;gap:8px}.profileLinkList a{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 14px;border:1px solid color-mix(in srgb,var(--profile-text) 10%,transparent);border-radius:calc(var(--profile-radius) * .55);color:var(--profile-text)}.profileLinkList a:hover{border-color:var(--profile-accent)}.profileLinkList span{color:var(--profile-muted)}.template-artist-stage .profileHero{min-height:470px;align-content:center}.template-artist-stage .profileSection{box-shadow:0 20px 55px rgba(0,0,0,.15)}.template-beauty-studio .profileHero{padding-top:64px}.template-beauty-studio .profileHero h1{font-weight:650}.template-business-pro .profileHero{text-align:left;justify-items:start}.template-business-pro .profileHeroCopy{justify-items:start}.template-business-pro .profileActions{justify-content:flex-start}.template-link-card .profilePageInner{width:min(600px,100%);margin:0 auto;padding:18px 0}.template-link-card .profileHero{padding-bottom:20px}.template-link-card .profileSection{margin:10px 14px}.template-link-card .serviceList{grid-template-columns:1fr}@media (min-width:760px){.template-business-pro .profileHero{grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);align-items:center}.template-business-pro .heroImageWrap{grid-column:2;grid-row:1}.template-business-pro .profileHeroCopy{grid-column:1;grid-row:1}}@media (max-width:1050px){.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.splitBuilder{grid-template-columns:1fr}.builderPreviewRail{position:static}}@media (max-width:650px){.grid4,.profileGallery,.serviceList{grid-template-columns:1fr}.templateCard{grid-template-columns:72px 1fr}.templateSelect{grid-column:2}.publicLinkCard,.sectionRow{align-items:flex-start;flex-direction:column}.inlineEditor{grid-template-columns:1fr}.profileSection{margin:9px;padding:22px 20px}.profileHero{padding:38px 20px 26px}}.signedInAs{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.86rem}.textLink{color:var(--blue-dark);font-weight:750}.textLink:hover{text-decoration:underline}.accountSettingsStack{max-width:920px}.settingHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.settingHeader h2{margin:4px 0 0}.settingForm{margin-top:16px}.dangerZone{border-color:#fecdca;background:linear-gradient(180deg,#fff,#fffafa)}.dangerText{color:var(--danger)}@media (max-width:760px){.signedInAs{display:none}.topnav{gap:9px}.topnav .button.small{padding:8px 10px}}