@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&family=Material+Symbols+Outlined:wght@400;500;600&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--hp-bg:#fff;--hp-surface:#fff;--hp-panel:#fff;--hp-panel-soft:#f1f5f9;--hp-panel-mid:#e4e2e4;--hp-border:#e2e8f0;--hp-border-strong:#c6c6cd;--hp-text:#1b1b1d;--hp-muted:#64748b;--hp-subtle:#76777d;--hp-primary:#000;--hp-primary-2:#303032;--hp-primary-soft:#0000000f;--hp-secondary-soft:#dce0e4;--hp-tertiary-soft:#fcdeb5;--hp-error:#ba1a1a;--hp-error-soft:#ffdad6;--hp-amber:#9c6b1d;--hp-amber-soft:#f7e3bf;--hp-radius-sm:8px;--hp-radius-md:8px;--hp-radius-lg:8px;background:var(--hp-bg);color:var(--hp-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shadcn-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel);color:var(--hp-text);box-shadow:0 1px 2px #0f172a0a}.shadcn-card__header{gap:8px;padding:24px;display:grid}.shadcn-card__title{color:var(--hp-primary);letter-spacing:0;margin:0;font-size:18px;font-weight:600;line-height:28px}.shadcn-card__description{color:var(--hp-muted);margin:0;font-size:14px;line-height:20px}.shadcn-card__content{padding:0 24px 24px}.shadcn-card__footer{align-items:center;gap:10px;padding:0 24px 24px;display:flex}.shadcn-badge{text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:4px 9px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.shadcn-badge--default{color:#fff;background:var(--hp-primary)}.shadcn-badge--secondary{color:var(--hp-primary);background:var(--hp-primary-soft)}.shadcn-badge--outline{border:1px solid var(--hp-border);color:var(--hp-muted);background:var(--hp-panel)}.shadcn-badge--destructive{color:#fff;background:var(--hp-error)}.shadcn-separator{background:var(--hp-border);flex-shrink:0}.shadcn-separator--horizontal{width:100%;height:1px}.shadcn-separator--vertical{width:1px;height:100%}.shadcn-progress{background:var(--hp-panel-mid);border-radius:999px;height:8px;overflow:hidden}.shadcn-progress__indicator{border-radius:inherit;background:var(--hp-primary);height:100%;transition:width .25s}.shadcn-tabs__list{border:1px solid var(--hp-border);border-radius:var(--hp-radius-sm);background:var(--hp-panel-soft);align-items:center;gap:4px;padding:4px;display:inline-flex}.shadcn-tabs__trigger{min-height:34px;color:var(--hp-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 12px;font-size:13px;font-weight:600}.shadcn-tabs__trigger--active{color:var(--hp-primary);background:var(--hp-panel);box-shadow:0 1px 2px #0f172a14}*{box-sizing:border-box}body{background:var(--hp-bg);min-width:320px;min-height:100vh;color:var(--hp-text);margin:0}button,input,textarea{font:inherit}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0}body::-webkit-scrollbar{width:0;height:0}.portal-shell,.portal-main,.portal-nav,.portal-topbar__nav,.portal-content,.editor-surface{scrollbar-width:none;-ms-overflow-style:none}.portal-shell::-webkit-scrollbar{width:0;height:0}.portal-main::-webkit-scrollbar{width:0;height:0}.portal-nav::-webkit-scrollbar{width:0;height:0}.portal-topbar__nav::-webkit-scrollbar{width:0;height:0}.portal-content::-webkit-scrollbar{width:0;height:0}.editor-surface::-webkit-scrollbar{width:0;height:0}.ignite-btn{color:#fff;background:var(--hp-primary);cursor:pointer;border:1px solid #0000;border-radius:999px;min-height:38px;padding:0 14px;font-weight:700}.ignite-btn:disabled{cursor:not-allowed;opacity:.62}.ignite-btn--ghost{color:var(--hp-muted);background:0 0;border-color:#0000}.ignite-btn--ghost:hover{color:var(--hp-primary);background:var(--hp-panel-soft)}.ignite-btn--outline{color:var(--hp-primary);background:var(--hp-panel);border-color:var(--hp-border)}.ignite-btn--outline:hover{background:var(--hp-panel-soft)}.portal-shell{background:var(--hp-surface);height:100vh;min-height:100vh;display:block;overflow:hidden}.portal-mobile-overlay{z-index:40;opacity:0;cursor:pointer;background:#00000080;border:0;padding:0;transition:opacity .3s;display:none;position:fixed;inset:0}.portal-mobile-overlay--open{opacity:1}.portal-sidebar{z-index:50;border-right:1px solid var(--hp-border);background:var(--hp-panel);grid-template-rows:auto 1fr auto;width:240px;height:100vh;padding:0;transition:transform .3s;display:grid;position:fixed;top:0;left:0}.portal-brand{border-bottom:1px solid var(--hp-border);place-content:center start;height:64px;padding:0 16px;display:grid}.portal-brand strong{color:var(--hp-primary);font-size:16px;font-weight:800;line-height:1.25;display:block}.portal-brand small{color:var(--hp-muted);text-transform:uppercase;margin-top:2px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700;display:block}.portal-nav{align-content:start;gap:4px;margin-top:16px;padding:0 12px 16px;display:grid;overflow-y:auto}.portal-nav:before{content:"Menu";color:var(--hp-muted);opacity:.58;text-transform:uppercase;margin:0 12px 6px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700}.portal-nav__item{border-radius:var(--hp-radius-sm);min-height:40px;color:var(--hp-muted);align-items:center;gap:12px;padding:0 12px;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.portal-nav__item:hover{color:var(--hp-primary);background:var(--hp-panel-soft)}.portal-nav__item:hover .portal-nav__icon{transform:scale(1.08)}.portal-nav__item--active{color:var(--hp-primary);background:var(--hp-primary-soft);font-weight:700}.portal-nav__item--active:before{content:"";background:var(--hp-primary);border-radius:0 999px 999px 0;width:4px;height:100%;position:absolute;left:0}.portal-nav__item--active .portal-nav__icon{font-variation-settings:"FILL" 1}.portal-nav__icon{color:currentColor;width:20px;font-family:Material Symbols Outlined;font-size:20px;font-weight:400;line-height:1;transition:transform .16s}.portal-nav__label{flex:1;min-width:0;font-size:13px}.portal-nav__badge{text-overflow:ellipsis;max-width:76px;padding:3px 6px;overflow:hidden}.portal-sidebar__footer{border-top:1px solid var(--hp-border);gap:10px;padding:16px;display:grid;position:relative}.portal-create-btn{border-radius:var(--hp-radius-sm);color:#fff;background:var(--hp-primary);cursor:pointer;border:0;width:100%;min-height:44px;font-size:13px;font-weight:700;transition:opacity .16s,transform 80ms}.portal-create-btn:hover{opacity:.95}.portal-create-btn:active{transform:scale(.98)}.portal-sidebar__user{border-radius:var(--hp-radius-sm);cursor:pointer;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:44px;padding:6px;transition:background .16s;display:grid}.portal-sidebar__user:hover{background:var(--hp-panel-soft)}.portal-sidebar__avatar{width:32px;height:32px;color:var(--hp-muted);background:var(--hp-primary-soft);border-radius:999px;place-items:center;font-family:Material Symbols Outlined;font-size:21px;display:grid}.portal-sidebar__user strong{color:var(--hp-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}.portal-sidebar__user small{color:var(--hp-muted);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin-top:2px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700;display:block;overflow:hidden}.portal-sidebar__chevron{color:var(--hp-muted);font-size:18px}.portal-main{background:var(--hp-surface);width:calc(100vw - 240px);min-width:0;height:100vh;margin-left:240px;padding:0;overflow:hidden}.portal-topbar{z-index:20;border-bottom:1px solid var(--hp-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;height:64px;min-height:64px;padding:0;position:sticky;top:0}.portal-topbar__inner{justify-content:space-between;align-items:center;gap:0;width:100%;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex;position:relative}.portal-topbar__inner>*{align-self:center}.portal-topbar__left{align-items:center;min-width:0;display:none}.portal-mobile-menu{width:38px;height:38px;padding:0;display:none}.portal-topbar__account{color:var(--hp-primary);cursor:pointer;background:0 0;border-radius:999px;display:grid;position:relative;left:auto;transform:none}.portal-topbar__account-trigger{height:38px;min-height:38px;color:var(--hp-subtle);border-radius:999px;align-items:center;gap:10px;padding:0 12px 0 8px;transition:background .16s;display:inline-flex}.portal-topbar__account:hover .portal-topbar__account-trigger{background:var(--hp-panel-soft)}.portal-topbar__account-icon{color:currentColor;place-items:center;width:24px;height:24px;font-size:20px;line-height:1;display:grid}.portal-topbar__account-text{color:currentColor;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px}.portal-topbar__account-chevron{color:currentColor;place-items:center;width:18px;height:18px;font-size:18px;line-height:1;display:grid}.portal-topbar__account-trigger:hover{color:var(--hp-primary)}.portal-topbar__account-menu{z-index:50;border:1px solid var(--hp-border);background:var(--hp-panel);border-radius:12px;width:192px;padding:8px;display:none;position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(8px);box-shadow:0 12px 28px #0f172a1f}.portal-topbar__account:after{content:"";width:192px;height:8px;position:absolute;top:100%;left:0}.portal-topbar__account:hover .portal-topbar__account-menu{gap:4px;display:grid}.portal-topbar__account-option{border-radius:var(--hp-radius-sm);min-height:36px;color:var(--hp-muted);align-items:center;gap:12px;padding:0 12px;font-size:14px;transition:background .16s,color .16s;display:flex}.portal-topbar__account-option:hover{color:var(--hp-primary);background:var(--hp-panel-soft)}.portal-topbar__account-option--active{color:var(--hp-primary);background:var(--hp-primary-soft);font-weight:600}.portal-topbar__account-option .portal-symbol{color:#ff2442;border-radius:999px;place-items:center;width:20px;height:20px;font-size:16px;display:grid}.portal-topbar__account-option-youtube{background:#ff00001a;color:red!important}.portal-topbar__account-option-instagram{background:#e1306c1a;color:#e1306c!important}.portal-icon-btn{border-radius:var(--hp-radius-sm);width:38px;height:38px;color:var(--hp-subtle);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:background .16s,color .16s;display:grid}.portal-icon-btn:hover{color:var(--hp-primary);background:var(--hp-panel-soft)}.portal-symbol{vertical-align:middle;place-items:center;font-family:Material Symbols Outlined;font-size:22px;line-height:1;display:inline-grid}.portal-login-btn{border:1px solid var(--hp-border);min-height:34px;color:var(--hp-muted);background:var(--hp-panel);cursor:pointer;border-radius:999px;margin-left:4px;padding:0 16px;font-size:12px;font-weight:700;transition:background .16s,color .16s,border-color .16s}.portal-login-btn:hover{color:var(--hp-primary);border-color:var(--hp-primary-2)}.portal-topbar__actions{white-space:nowrap;align-items:center;gap:8px;margin-left:auto;display:flex}.portal-upgrade-btn{border-radius:999px;min-height:32px;padding:0 16px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;font-weight:700;box-shadow:0 1px 2px #0f172a0a}.portal-login-btn--hidden{display:none}.portal-metrics{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1280px;margin:22px auto 0;padding:0 28px;display:grid}.portal-metric{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel);justify-content:space-between;align-items:center;min-height:72px;padding:0;display:flex}.portal-metric__content{justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.portal-metric span,.workspace-copy span,.status-panel span,.auth-panel__brand,.auth-aside-copy span,.section-heading span,.insight-card span,.callback-panel span,.feature-panel span,.featured-panel span,.skill-card small,.score-card span{color:#404943ad;text-transform:uppercase;font-size:11px;font-weight:800}.portal-metric strong{color:var(--hp-text);font-size:24px}.portal-metric--accent strong,.portal-metric--success strong{color:var(--hp-primary)}.portal-metric--danger strong,.form-error{color:var(--hp-error)}.portal-content{max-width:1280px;height:calc(100vh - 64px);margin:0 auto;padding:24px 24px 48px;overflow-y:auto}.workbench-stack{gap:24px;display:grid}.workbench-hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.workbench-hero__copy h1{color:var(--hp-primary);letter-spacing:0;margin:0 0 4px;font-size:30px;line-height:1.2}.workbench-hero__copy p{color:var(--hp-muted);margin:0}.workbench-hero .hero-actions{margin-top:0}.flat-card,.status-panel,.insight-card,.content-lane,.status-matrix,.callback-panel,.mini-card,.skill-card,.plugin-phone{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel);box-shadow:none}.workspace-hero,.panel-grid,.plugin-layout,.creator-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:20px;display:grid}.workspace-copy,.hero-rail,.feature-panel,.featured-panel,.score-card{padding:28px}.workspace-copy h1,.callback-panel h1{max-width:820px;color:var(--hp-primary);letter-spacing:0;margin:12px 0;font-size:40px;line-height:1.15}.workspace-copy p,.auth-panel p,.status-panel p,.auth-aside-copy p,.insight-card p,.section-heading p,.status-row p,.callback-panel p,.feature-panel p,.featured-panel p,.mini-card p,.skill-card p,.score-card p{color:var(--hp-muted);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.hero-rail{align-content:center;gap:8px;display:grid}.hero-rail strong,.score-card strong{color:var(--hp-primary);font-size:56px;line-height:1}.hero-rail span{color:var(--hp-text);font-weight:700}.panel-grid--three,.card-grid--three,.content-board{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid{gap:20px;display:grid}.page-heading h1,.section-heading h1{color:var(--hp-text);letter-spacing:0;margin:8px 0 0;font-size:30px;line-height:1.3}.section-heading h2,.status-panel h2,.feature-panel h2,.featured-panel h2,.trend-panel h2{color:var(--hp-text);margin:8px 0 0;font-size:20px}.insight-card,.content-lane,.status-panel,.status-matrix,.mini-card,.skill-card{padding:22px}.insight-card strong{color:var(--hp-text);margin:14px 0 8px;font-size:28px;display:block}.insight-card--success strong{color:var(--hp-primary)}.insight-card--danger strong{color:var(--hp-error)}.status-list{gap:10px;margin:0;display:grid}.status-list div,.content-lane header,.status-row,.compact-status-list div,.trend-panel header{justify-content:space-between;align-items:center;gap:12px;display:flex}.status-list div{border-bottom:1px solid var(--hp-border);padding-bottom:10px}.status-list dt{color:var(--hp-muted)}.status-list dd{margin:0;font-weight:700}.failure-list p{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.static-list,.workflow-list{color:var(--hp-muted);gap:12px;margin:0;padding-left:18px;line-height:1.6;display:grid}.compact-status-list{gap:10px;display:grid}.compact-status-list small{color:var(--hp-primary);font-size:12px;font-weight:700}.status-matrix{gap:12px;display:grid}.status-row{border-top:1px solid var(--hp-border);padding:14px 0}.status-row:first-of-type{border-top:0}.status-row p{margin:6px 0 0}.status-pill{white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.status-pill--connected{color:var(--hp-primary);background:var(--hp-secondary-soft)}.status-pill--static{color:var(--hp-amber);background:var(--hp-amber-soft)}.status-pill--planned{color:var(--hp-muted);background:var(--hp-panel-soft)}.read-state{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel);color:var(--hp-muted);margin:0;padding:14px 16px}.read-state--error{color:var(--hp-error);background:var(--hp-error-soft)}.competitor-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:20px;display:grid}.note-feed,.creator-feed{gap:14px;display:grid}.note-row{border-top:1px solid var(--hp-border);grid-template-columns:76px minmax(0,1fr);gap:14px;padding-top:14px;display:grid}.note-row:first-of-type,.creator-row:first-of-type{border-top:0;padding-top:0}.note-row__media{border-radius:var(--hp-radius-sm);width:76px;height:76px;color:var(--hp-primary);background:var(--hp-panel-soft);place-items:center;display:grid;overflow:hidden}.note-row__media img,.creator-row__avatar img{object-fit:cover;width:100%;height:100%}.note-row strong,.creator-row strong{min-width:0;color:var(--hp-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.note-row p,.creator-row p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;display:-webkit-box;overflow:hidden}.note-row__meta{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.note-row__meta span{color:var(--hp-muted);background:var(--hp-panel-soft);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.note-insight{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.note-insight__score{color:var(--hp-primary);background:var(--hp-secondary-soft);white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.note-insight__score--soft{color:var(--hp-muted);background:var(--hp-panel-soft)}.note-insight__tag{border:1px solid var(--hp-border);color:var(--hp-text);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.creator-row{border-top:1px solid var(--hp-border);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:14px;display:grid}.creator-row__avatar{width:42px;height:42px;color:var(--hp-primary);background:var(--hp-secondary-soft);border-radius:999px;place-items:center;font-weight:800;display:grid;overflow:hidden}.creator-row>span{color:var(--hp-primary);font-size:12px;font-weight:800}.content-lane{min-height:260px}.content-lane header{margin-bottom:16px}.content-lane header span{color:var(--hp-primary);font-size:24px;font-weight:800}.content-card-mini{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel-soft);align-content:center;gap:4px;min-height:76px;padding:12px;display:grid}.content-card-mini+.content-card-mini{margin-top:10px}.content-card-mini strong{min-width:0;color:var(--hp-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.content-card-mini span{min-width:0;color:var(--hp-subtle);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.content-card-mini--muted{opacity:.62}.plugin-layout{grid-template-columns:minmax(320px,360px) minmax(0,1fr) minmax(280px,.7fr);align-items:start}.plugin-phone{border-radius:0;max-width:360px;min-height:520px;overflow:hidden;box-shadow:0 16px 44px #191c1d24}.plugin-phone section{gap:14px;padding:18px;display:grid}.plugin-phone__top,.plugin-phone__footer,.plugin-task{justify-content:space-between;align-items:center;gap:10px;display:flex}.plugin-phone__top{border-bottom:2px solid var(--hp-primary);padding-bottom:12px}.plugin-phone__top button{color:var(--hp-primary);cursor:pointer;background:0 0;border:0;font-weight:800}.plugin-task{border-bottom:1px solid var(--hp-border);padding:12px 0}.plugin-task span{color:var(--hp-primary);background:var(--hp-primary-soft);border-radius:4px;padding:2px 5px;font-size:10px;font-weight:800}.plugin-task strong{flex:1;min-width:0;font-size:13px}.plugin-task small{color:var(--hp-subtle);font-size:11px}.plugin-phone__footer{border-top:1px solid var(--hp-border);margin-top:auto;padding-top:12px}.toolbar-row,.chip-row{flex-wrap:wrap;gap:8px;display:flex}.toolbar-row button,.chip-row span{border:1px solid var(--hp-border);color:var(--hp-muted);background:var(--hp-panel);border-radius:999px;padding:8px 14px;font-weight:700}.featured-panel{background:var(--hp-tertiary-soft);min-height:220px}.skill-card{gap:10px;min-height:240px;display:grid}.skill-card__icon{width:42px;height:42px;color:var(--hp-primary);background:var(--hp-primary-soft);border-radius:999px;place-items:center;font-family:Material Symbols Outlined;font-size:24px;display:grid}.skill-card h3,.mini-card h3,.advice-card h3{color:var(--hp-text);margin:0}.skill-card strong{color:var(--hp-primary);font-size:12px}.score-card{align-content:center;gap:12px;display:grid}.progress-panel{gap:16px;display:grid}.progress-row{gap:7px;display:grid}.progress-row strong{color:var(--hp-primary);justify-self:end;margin-top:-24px}.progress-row div{background:var(--hp-panel-mid);border-radius:999px;height:8px;overflow:hidden}.progress-row i{border-radius:inherit;background:var(--hp-primary);height:100%;display:block}.trend-panel{padding:24px}.trend-panel header p{color:var(--hp-muted);margin:4px 0 0}.trend-panel header span{border-radius:var(--hp-radius-sm);color:var(--hp-primary);background:var(--hp-panel-soft);padding:7px 12px;font-weight:800}.trend-bars{border-bottom:1px solid var(--hp-border);grid-template-columns:repeat(7,1fr);align-items:end;gap:12px;height:220px;margin-top:20px;display:grid}.trend-bars i{border-top:2px solid var(--hp-primary);background:linear-gradient(#0000,#0f523824);border-radius:8px 8px 0 0;display:block}.advice-card{border-radius:var(--hp-radius-lg);background:var(--hp-tertiary-soft);min-height:200px;padding:22px}.advice-card:nth-child(2){background:var(--hp-secondary-soft)}.advice-card:nth-child(3){color:#fff;background:var(--hp-primary-2)}.advice-card:nth-child(3) p,.advice-card:nth-child(3) h3,.advice-card:nth-child(3) span{color:#fff}.creator-grid{grid-template-columns:minmax(260px,.55fr) minmax(420px,1fr);align-items:start}.creator-sidebar{gap:16px;display:grid}.editor-panel{grid-template-rows:auto 1fr auto;min-height:620px;display:grid;overflow:hidden}.editor-panel header,.editor-panel footer{border-bottom:1px solid var(--hp-border);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.editor-panel footer{border-top:1px solid var(--hp-border);border-bottom:0}.editor-surface{color:#40494399;min-height:420px;padding:24px;line-height:1.8}.creator-bottom{grid-column:1/-1}.auth-page{background:var(--hp-surface);place-items:center;min-height:100vh;padding:32px 24px;display:grid;position:relative;overflow:hidden}.auth-decor{z-index:0;pointer-events:none;position:absolute;inset:0}.auth-decor__blob{filter:blur(110px);opacity:.5;border-radius:999px;position:absolute}.auth-decor__blob--one{background:var(--hp-secondary-soft);width:42%;height:42%;top:-12%;right:-10%}.auth-decor__blob--two{background:var(--hp-tertiary-soft);width:34%;height:34%;bottom:-10%;left:-8%}.auth-shell{z-index:1;justify-items:center;gap:24px;width:100%;max-width:440px;display:grid;position:relative}.auth-brand{text-align:center;gap:8px;display:grid}.auth-brand strong{color:var(--hp-primary);letter-spacing:-.01em;font-size:30px;font-weight:700}.auth-brand p{color:var(--hp-muted);margin:0;font-size:14px}.auth-card{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-panel);width:100%;padding:32px;box-shadow:0 10px 40px -10px #2d6a4f1f}.auth-card__head{margin:0 0 16px}.auth-card__head h1{color:var(--hp-text);letter-spacing:0;margin:0 0 4px;font-size:20px;font-weight:600;line-height:1.3}.auth-card__head p{color:var(--hp-muted);margin:0;font-size:14px}.auth-tabs{margin:0 0 24px}.auth-tabs .shadcn-tabs__list{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.auth-tabs .shadcn-tabs__trigger{letter-spacing:0;text-transform:uppercase;min-height:38px;font-size:12px}.auth-form{gap:16px;margin:0;display:grid}.auth-form label{color:var(--hp-subtle);letter-spacing:.05em;text-transform:uppercase;gap:6px;font-size:10px;font-weight:700;display:grid}.auth-form input{border-radius:var(--hp-radius-sm);width:100%;min-height:48px;color:var(--hp-text);background:var(--hp-panel-soft);border:1px solid #0000;padding:0 14px;font-size:15px;transition:background .16s,box-shadow .16s}.auth-form input::placeholder{color:var(--hp-subtle)}.auth-form input:focus{background:var(--hp-panel);box-shadow:0 0 0 2px var(--hp-primary);outline:none}.auth-form .ignite-btn{width:100%;min-height:50px;margin-top:4px;font-size:14px}.auth-note{color:var(--hp-text);margin:0;font-weight:600}.auth-divider{color:var(--hp-subtle);align-items:center;gap:12px;margin:24px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--hp-border);flex:1;height:1px}.auth-divider span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.auth-inline-actions{gap:10px;margin-top:16px;display:flex}.auth-inline-actions .ignite-btn{flex:1;min-height:38px}.auth-google{border:1px solid var(--hp-border);border-radius:var(--hp-radius-sm);width:100%;min-height:48px;color:var(--hp-text);background:var(--hp-panel);cursor:pointer;justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:700;transition:background .16s;display:flex}.auth-google:hover{background:var(--hp-panel-soft)}.auth-google__icon{display:inline-flex}.auth-legal{text-align:center;max-width:320px}.auth-legal p{color:var(--hp-muted);margin:0;font-size:13px;line-height:1.6}.auth-legal a{color:var(--hp-primary);font-weight:600;text-decoration:none}.auth-legal a:hover{text-decoration:underline}.callback-panel{z-index:1;width:min(560px,100%);padding:28px;position:relative}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.example-page-heading h1{color:var(--hp-primary);letter-spacing:0;margin:0;font-size:24px;font-weight:600;line-height:32px}.example-page-heading p{color:var(--hp-muted);margin:4px 0 0;font-size:14px;line-height:20px}.example-bento{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;display:grid}.insight-bento{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:stretch;gap:20px;display:grid}.growth-card{grid-column:span 8;align-content:start;min-height:520px;display:grid}.growth-card__header{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.growth-chart{border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:#f1f5f973;align-items:flex-end;min-height:300px;padding:16px;display:flex;position:relative;overflow:hidden}.growth-chart__grid{opacity:.55;pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:16px}.growth-chart__grid span{border-bottom:1px solid var(--hp-border);width:100%}.growth-chart svg{z-index:1;color:#0000001a;fill:none;stroke:currentColor;stroke-width:2px;vector-effect:non-scaling-stroke;width:100%;height:80%;position:relative}.growth-chart .growth-chart__accent{color:#10b981;opacity:.82;stroke-width:2.5px;width:auto;height:auto;position:absolute;inset:16px}.growth-summary{grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 24px 24px;display:grid}.metric-summary{gap:6px;min-width:0;display:grid}.metric-summary span{color:var(--hp-muted);font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700}.metric-summary strong{color:var(--hp-primary);font-size:18px}.metric-summary small{color:#10b981;font-size:13px}.metric-summary small.is-muted{color:var(--hp-muted)}.channel-card{grid-column:span 4;min-height:520px}.channel-card__header{justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.channel-card__header .portal-symbol{color:var(--hp-muted)}.channel-list{gap:16px;display:grid}.channel-item{min-height:58px;box-shadow:none;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;transition:border-color .16s;display:grid}.channel-item:hover{border-color:var(--hp-border-strong)}.channel-item__icon{border-radius:999px;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.channel-item strong{color:var(--hp-primary);font-size:14px;font-weight:600}.channel-item>span:last-child{color:var(--hp-primary);font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:700}.section-heading .shadcn-badge,.page-heading .shadcn-badge{color:var(--hp-muted)}.status-panel,.insight-card,.content-lane,.status-matrix,.mini-card,.skill-card,.plugin-phone,.feature-panel,.featured-panel,.score-card,.trend-panel{padding:0}.insight-card{min-height:142px}.insight-card .shadcn-card__title,.score-card .shadcn-card__title{font-size:28px;line-height:1.15}.feature-panel,.featured-panel{align-content:start}.featured-panel{background:#fcdeb5}.toolbar-row{width:fit-content}.progress-panel__content,.note-feed__content,.creator-feed__content{gap:12px;display:grid}.note-row,.creator-row{border-top:0;padding:12px}.content-lane .shadcn-card__header{justify-content:space-between;align-items:center;display:flex}.content-card-mini{padding:12px}.status-row{padding:14px 0}.status-row:first-child{padding-top:0}.chip-row{padding:0 24px 24px}@media (width<=1180px){.dashboard-metrics,.panel-grid--four,.plugin-layout,.creator-grid{grid-template-columns:1fr 1fr}.plugin-layout .feature-panel{grid-column:1/-1}}@media (width<=1023px){.portal-sidebar{transform:translate(-100%)}.portal-sidebar--open{transform:translate(0)}.portal-mobile-overlay{pointer-events:none;display:block}.portal-mobile-overlay--open{pointer-events:auto}.portal-main{width:100vw;margin-left:0;padding:0}.portal-topbar{padding:0}.portal-topbar__inner{padding-left:14px;padding-right:14px}.portal-topbar__left{display:flex}.portal-metrics{padding-left:14px;padding-right:14px}.portal-content{height:calc(100vh - 60px);padding:14px 14px 92px}.portal-topbar{height:64px;min-height:64px}.portal-mobile-menu{display:grid}.portal-topbar__account{gap:6px;padding-inline:8px;position:absolute;left:50%;transform:translate(-50%)}.portal-topbar__account-text{text-overflow:ellipsis;max-width:116px;overflow:hidden}.portal-topbar__nav{display:none}}@media (width<=767px){.portal-upgrade-btn{display:none}}@media (width<=900px){.portal-shell,.workspace-hero,.insight-bento,.example-bento,.dashboard-metrics,.panel-grid,.panel-grid--three,.panel-grid--four,.card-grid--three,.content-board,.auth-panel,.plugin-layout,.creator-grid,.competitor-grid{grid-template-columns:1fr}.portal-content{height:calc(100vh - 64px);padding:14px 14px 48px}.portal-icon-btn{width:34px;height:34px}.portal-metrics{grid-template-columns:1fr}.growth-card,.channel-card{grid-column:1/-1;min-height:auto}.workspace-copy h1,.callback-panel h1{font-size:32px}.auth-card{padding:24px}}
