:root{color-scheme:dark;font-family:Inter,Arial,Helvetica,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:#020617;color:#e2e8f0}body{line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;padding:.9rem 1rem;border-radius:14px;border:1px solid #334155;background:#0f172a;color:#f8fafc}textarea{resize:vertical}input.readonly{opacity:.75;background:#0b1220;cursor:default}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#94a3b8 0),linear-gradient(135deg,#94a3b8 50%,transparent 0);background-position:calc(100% - 22px) 50%,calc(100% - 14px) 50%;background-size:8px 8px,8px 8px;background-repeat:no-repeat;padding-right:40px}label{display:flex;flex-direction:column;gap:.45rem;font-size:.95rem}.app-shell,.public-shell{min-height:100vh;padding:1.25rem}.app-shell{max-width:1200px;margin:0 auto}.app-shell,.form-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.action-grid,.button-row,.card-grid,.dashboard-stack,.field-grid,.social-list,.socials-count-row{display:grid;grid-gap:1rem;gap:1rem}.dashboard-stack{gap:1.25rem}.hero-card,.icon-picker-panel,.login-card,.nested-card,.profile-list-item,.public-card,.section-card,.toggle-card{border:1px solid #1e293b;border-radius:24px;background:rgba(15,23,42,.92);box-shadow:0 20px 50px rgba(2,6,23,.25)}.hero-card,.icon-picker-panel,.login-card,.public-card,.section-card{padding:1.25rem}.nested-card,.profile-list-item,.toggle-card{padding:1rem}.profile-row,.row-between,.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-header{margin-bottom:1rem}.section-header.compact{margin-bottom:.75rem}.button-row{grid-auto-flow:column;justify-content:start}.button-row.wrap{grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(140px,auto))}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1rem;border-radius:14px;border:1px solid transparent;cursor:pointer;text-decoration:none;font-weight:500;transition:transform .15s ease,opacity .15s ease,background .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{background:#22c55e;color:#0b1120}.button.secondary{background:#1e293b;color:#f8fafc;border-color:#334155}.button.ghost{background:transparent;color:#cbd5e1;border-color:#334155}.button.danger{background:#dc2626;color:#fff}.button.danger.ghost{background:transparent;color:#fca5a5;border-color:rgba(220,38,38,.45)}.button.eyebrow{margin:0 0 .35rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#22c55e}.muted{margin:0;color:#94a3b8}.small{font-size:.85rem}.field-label{margin-bottom:.4rem!important}h1,h2,h3,p{margin-top:0}h1{margin-bottom:.45rem;font-size:clamp(2rem,5vw,3.75rem);line-height:1.05}h2{margin-bottom:.2rem;font-size:1.25rem}h3{margin-bottom:0;font-size:1rem}.hero-card{display:grid;grid-gap:1rem;gap:1rem}.hero-card-admin{grid-template-columns:1fr auto;align-items:center}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end}.admin-identity{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .85rem;border-radius:999px;background:#0b1220;border:1px solid #1e293b}.admin-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.22)}.admin-username{font-weight:600;color:#e2e8f0}.center-card{text-align:center}.inline-link{color:#22c55e;text-decoration:underline}.card-grid,.socials-grid,.stats-grid,.toggles-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.stat-card{padding:1rem;border-radius:20px;background:#0f172a;border:1px solid #1e293b}.stat-card strong{display:block;font-size:1.6rem}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.field-grid-compact{gap:.75rem}.field-full{grid-column:1/-1}.theme-grid label{gap:.4rem}.theme-grid input[type=color]{padding:.35rem;height:52px;cursor:pointer}.switch{flex-direction:row;gap:.6rem;justify-content:flex-start}.switch,.switch-inline{display:inline-flex;align-items:center}.switch-inline{gap:.5rem;font-size:.9rem;color:#94a3b8;white-space:nowrap}.switch input,.switch-inline input{width:18px;height:18px;padding:0;cursor:pointer;accent-color:#22c55e}.color-field{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:.75rem;gap:.75rem}.profile-list-item{display:grid;grid-gap:.8rem;gap:.8rem}.profile-row{align-items:flex-start}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-pill.active{background:rgba(34,197,94,.18);color:#86efac}.status-pill.inactive{background:rgba(148,163,184,.16);color:#cbd5e1}.slug-copy{font-size:.9rem;color:#cbd5e1;word-break:break-all}.socials-count-row{grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(0,auto));justify-content:start;gap:.6rem}.chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border-radius:999px;border:1px solid #1e293b;background:#0b1220;color:#cbd5e1;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease}.chip-outline{background:transparent}.chip-muted{background:rgba(34,197,94,.08);color:#86efac;border-color:rgba(34,197,94,.22);cursor:default}.chip-active{background:#22c55e;color:#0b1120;border-color:#22c55e}.chip:disabled{opacity:.4;cursor:not-allowed}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.form-error{margin:0;color:#fca5a5}.input-inline-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#94a3b8}.row-gap{gap:.75rem;flex-wrap:wrap}.field-grow{flex:1 1;min-width:0}.field-full-mobile{grid-column:1/-1}.sticky-footer{position:-webkit-sticky;position:sticky;bottom:.5rem;z-index:5;padding:.85rem 1rem;background:rgba(2,6,23,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #1e293b;border-radius:20px}.icon-picker{position:relative;width:100%}.icon-picker-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.7rem .9rem;border-radius:14px;border:1px solid #334155;background:#0f172a;color:#f8fafc;cursor:pointer;gap:.75rem}.icon-picker-toggle:hover{border-color:#475569}.icon-picker-current{display:inline-flex;align-items:center;gap:.6rem}.icon-picker-current-label{font-size:.9rem;font-weight:500}.icon-picker-panel{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:30;padding:.9rem;display:grid;grid-gap:.85rem;gap:.85rem;max-height:380px;overflow:hidden}.icon-picker-toolbar{display:grid;grid-gap:.65rem;gap:.65rem}.icon-picker-search{position:relative;display:flex;align-items:center;flex-direction:row;gap:0}.icon-picker-search input{padding-left:2.2rem;padding-right:2.2rem}.icon-picker-search>svg:first-child{position:absolute;left:.8rem;color:#94a3b8;pointer-events:none}.icon-picker-clear{position:absolute;right:.55rem;width:28px;height:28px;padding:0;border-radius:8px;background:transparent;border:1px solid transparent;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-picker-clear:hover{color:#f8fafc;background:#1e293b}.icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));grid-gap:.4rem;gap:.4rem;overflow-y:auto;max-height:250px;padding-right:4px}.icon-grid-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.65rem .35rem;border-radius:12px;background:transparent;border:1px solid transparent;color:#cbd5e1;cursor:pointer;font-size:.72rem;transition:all .15s ease}.icon-grid-item:hover{background:#0b1220;border-color:#334155;color:#f8fafc}.icon-grid-item-active{background:rgba(34,197,94,.16);border-color:rgba(34,197,94,.55);color:#86efac}.icon-picker-empty{grid-column:1/-1;padding:1.2rem;text-align:center}.login-shell{align-items:center;justify-content:center}.login-card{width:100%;max-width:460px;margin:0 auto;display:grid;grid-gap:1.5rem;gap:1.5rem}.login-brand{display:flex;align-items:flex-start;gap:.9rem}.login-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:rgba(34,197,94,.14);color:#86efac;border:1px solid rgba(34,197,94,.28)}.login-form{display:grid;grid-gap:1rem;gap:1rem}.login-button{margin-top:.35rem}.public-shell{display:flex;align-items:stretch;justify-content:center;padding:48px 20px}.public-container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}.public-brand{display:flex;justify-content:center;margin-bottom:8px}.public-logo{width:48px;height:48px;object-fit:contain;opacity:.9}.public-profile-header{display:flex;flex-direction:column;align-items:center;gap:8px}.public-profile-image{width:120px;height:120px;object-fit:contain;margin-bottom:12px;transition:filter .5s ease}.public-name{font-size:1.25rem;font-weight:600;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:6px}.public-verified-icon{width:16px;height:16px;display:block}.public-headline{color:var(--card-muted,inherit);opacity:.72;max-width:320px}.public-bio,.public-headline{font-size:.9rem;line-height:1.6;margin:0}.public-bio{opacity:.65;max-width:360px}.public-links{width:100%;display:flex;flex-direction:column;gap:12px}.public-link-card{background:transparent;border:1px solid var(--card-border,rgba(255,255,255,.18));border-radius:8px;padding:18px 24px;text-decoration:none;font-weight:500;font-size:.95rem;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;width:100%;text-align:left;cursor:pointer;font-family:inherit}.public-link-card:hover{border-color:var(--card-border-hover,currentColor);transform:scale(1.02);background:color-mix(in srgb,currentColor 2%,transparent)}.public-link-content{display:flex;align-items:center;gap:16px}.public-link-icon{font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.public-link-arrow{opacity:0;transform:translateX(-10px);transition:all .3s ease;font-size:1.2rem}.public-link-card:hover .public-link-arrow{opacity:1;transform:translateX(0)}.public-secondary-actions{width:100%;display:grid;grid-gap:12px;gap:12px}.public-secondary-actions-2{grid-template-columns:repeat(2,minmax(0,1fr))}.public-secondary-action{padding:16px 18px;font-size:.9rem}.public-socials{gap:24px;flex-wrap:wrap}.public-social-link,.public-socials{display:inline-flex;justify-content:center}.public-social-link{opacity:.75;transition:transform .3s ease,opacity .3s ease;color:var(--social-color,inherit);align-items:center}.public-social-link:hover{opacity:1;transform:translateY(-2px)}.public-social-icon-svg{width:20px;height:20px;display:block}.public-social-text{font-size:.85rem;font-weight:500;letter-spacing:.02em}.public-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);padding:.75rem 1.1rem;border-radius:999px;background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.3);color:#f8fafc;font-size:.9rem;box-shadow:0 10px 40px rgba(2,6,23,.45);z-index:50;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:720px){.field-grid{grid-template-columns:1fr}.field-full-mobile{grid-column:auto}.hero-card-admin,.profile-row,.row-between,.section-header{flex-direction:column;align-items:flex-start;grid-template-columns:1fr}.hero-actions{justify-content:flex-start;width:100%}.button-row{grid-auto-flow:row;width:100%}.button-row.wrap{grid-template-columns:repeat(2,minmax(0,1fr))}.button{width:100%}.public-secondary-actions-2,.socials-count-row{grid-template-columns:1fr}.socials-count-row{grid-auto-flow:row}.chip-row{gap:.4rem}.sticky-footer{flex-direction:column;align-items:stretch}.card-grid,.socials-grid,.toggles-grid{grid-template-columns:1fr}}