:root{--hpp-primary:#2563EB;--hpp-secondary:#0F172A;--hpp-accent:#06B6D4;--hpp-success:#10B981;--hpp-warning:#F59E0B;--hpp-danger:#EF4444;--hpp-neutral:#6B7280;--hpp-border:#E5E7EB;--hpp-surface:#F8FAFC;--hpp-bg:#FFFFFF;--hpp-text:#374151;--hpp-muted:#6B7280;--hpp-link:#2563EB;--hpp-shadow:0 10px 30px rgba(15,23,42,.06);--hpp-shadow-lg:0 22px 60px rgba(15,23,42,.12);--hpp-radius:10px;--hpp-radius-lg:14px;--hpp-header:62px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light}*{box-sizing:border-box}html{background:#fff;scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--hpp-text);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}a{color:var(--hpp-link);text-decoration:none}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--hpp-secondary);letter-spacing:-.015em}h1{font-size:32px;line-height:1.18;font-weight:700}h2{font-size:20px;line-height:1.3;font-weight:650}p{margin-top:0}:focus-visible{outline:3px solid color-mix(in srgb,var(--hpp-primary) 22%,transparent);outline-offset:2px}::selection{background:color-mix(in srgb,var(--hpp-primary) 18%,white)}.cube-logo{width:30px;height:30px;display:inline-block;position:relative;flex:0 0 auto;transform:rotate(30deg);border:2px solid var(--hpp-primary);border-radius:2px}.cube-logo:before,.cube-logo:after,.cube-logo i,.cube-logo b,.cube-logo em{content:"";position:absolute;display:block;background:var(--hpp-primary);font-style:normal}.cube-logo:before{width:2px;height:27px;left:13px;top:0;transform:rotate(60deg);transform-origin:center}.cube-logo:after{width:2px;height:27px;left:13px;top:0;transform:rotate(-60deg);transform-origin:center}.cube-logo i,.cube-logo b,.cube-logo em{display:none}.cube-logo.small{width:24px;height:24px}.cube-logo.large{width:42px;height:42px}.hpp-icon{width:18px;height:18px;display:block;flex:0 0 auto}input,textarea,select{border:1px solid #D6DEE8;border-radius:8px;background:#fff;color:var(--hpp-secondary);min-height:38px;padding:8px 10px;transition:border-color .15s,box-shadow .15s,background .15s}input:hover,textarea:hover,select:hover{border-color:#c0cbd8}input:focus,textarea:focus,select:focus{border-color:var(--hpp-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--hpp-primary) 10%,transparent);outline:none}input:disabled,textarea:disabled,select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}textarea{min-height:100px;resize:vertical}label{color:var(--hpp-secondary);font-weight:550}label>small,.field-hint{display:block;color:var(--hpp-muted);font-size:12px;font-weight:400;margin-top:4px}.form-stack{display:grid;gap:14px}.form-stack>label{display:grid;gap:6px}.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.level-text{grid-template-columns:120px 1fr}.full{grid-column:1/-1}.check{display:flex!important;align-items:center;gap:8px}.check input{width:16px;height:16px;min-height:0}.check-row{display:flex;gap:14px;flex-wrap:wrap}.primary,.secondary,.ghost,.mini,.icon-btn,.button-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;min-height:38px;padding:8px 14px;border:1px solid transparent;font-weight:600;line-height:1.1;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .06s}.primary{background:var(--hpp-primary);border-color:var(--hpp-primary);color:#fff}.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.primary:disabled{background:#93b4f7;border-color:#93b4f7;cursor:not-allowed}.secondary{background:#fff;border-color:#d6dee8;color:var(--hpp-secondary)}.secondary:hover{border-color:#afc0d3;background:#f8fafc}.ghost{background:transparent;border-color:transparent;color:var(--hpp-primary)}.ghost:hover{background:#eff6ff}.ghost.compact{padding:6px 9px;min-height:32px;font-size:12px}.mini{min-height:30px;padding:5px 9px;background:#fff;border-color:#dce3eb;font-size:12px}.mini:hover{border-color:#b9c6d6}.danger{color:#b91c1c!important}.primary.danger{background:var(--hpp-danger);color:#fff!important}.icon-btn{padding:7px;min-width:34px;background:#fff;border-color:#dce3eb}.icon-btn:hover{background:#f8fafc}.subtle-link{color:var(--hpp-primary);font-weight:550}.subtle-link:hover{text-decoration:underline}.button-row,.workflow-actions,.bulk-actions,.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.form-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding-top:8px}.sticky-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--hpp-border);padding:12px 0;z-index:5}.error,.global-error{color:#b91c1c}.error{background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:9px 11px}.success{background:#ecfdf5;border:1px solid #A7F3D0;color:#047857;border-radius:8px;padding:9px 11px}.status{background:#eff6ff;border:1px solid #BFDBFE;color:#1e40af;border-radius:8px;padding:10px 12px}.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 9px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:650;text-transform:capitalize}.status-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status-pill[data-status=ready],.status-pill[data-status=published],.status-pill[data-status=active],.status-pill[data-status=completed]{background:#ecfdf5;color:#047857}.status-pill[data-status=failed],.status-pill[data-status=error],.status-pill[data-status=degraded]{background:#fef2f2;color:#b91c1c}.status-pill[data-status=pending],.status-pill[data-status=warning]{background:#fffbeb;color:#b45309}.muted{color:var(--hpp-muted)}.mono,.code-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.code-input{word-break:break-all}.empty,.empty-state{color:var(--hpp-muted)}.empty-state{padding:36px 24px;text-align:center;border:1px dashed #CBD5E1;border-radius:12px;background:#fbfdff}.empty-state strong{display:block;color:var(--hpp-secondary);font-size:16px}.empty-state p{margin:7px auto 14px;max-width:520px}.empty-state.compact{padding:22px 18px}.auth-page{min-height:100vh;background:linear-gradient(180deg,#fbfdff 0,#f8fafc)}.auth-brand-header{height:72px;background:#fff;border-bottom:1px solid var(--hpp-border);display:flex;align-items:center;padding:0 max(28px,calc((100vw - 1280px)/2));gap:16px}.auth-brand{display:flex;align-items:center;gap:12px;color:var(--hpp-secondary)}.auth-brand>span:last-child{display:grid}.auth-brand strong{font-size:18px}.auth-brand small{font-size:12px;color:var(--hpp-muted)}.auth-brand-header>.subtle-link{margin-left:auto}.bootstrap-layout,.login-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(400px,.75fr);gap:72px;align-items:center;padding:72px 32px}.bootstrap-intro,.login-copy{max-width:620px}.bootstrap-intro h1,.login-copy h1{font-size:42px;line-height:1.08;margin:10px 0 16px}.bootstrap-intro>p,.login-copy>p{font-size:17px;color:#5b6878;line-height:1.65}.eyebrow,.workspace-eyebrow,.article-eyebrow{font-size:12px;font-weight:700;letter-spacing:.11em;color:var(--hpp-primary);margin:0;text-transform:uppercase}.setup-steps{list-style:none;padding:0;margin:30px 0;display:grid;gap:13px}.setup-steps li{display:flex;align-items:center;gap:12px;color:#7a8797}.setup-steps li>span{width:30px;height:30px;border-radius:50%;border:1px solid #D5DEE9;display:grid;place-items:center;background:#fff;font-weight:700;font-size:12px}.setup-steps li div{display:grid}.setup-steps li strong{color:var(--hpp-secondary)}.setup-steps li small{font-size:12px}.setup-steps li.active>span{background:var(--hpp-primary);border-color:var(--hpp-primary);color:#fff}.setup-steps li.active{color:#475569}.security-note{border:1px solid #DCE8F7;border-radius:12px;background:#f5f9ff;padding:15px 17px}.security-note strong{color:var(--hpp-secondary)}.security-note p{margin:4px 0 0;color:#5b6878;line-height:1.5}.auth-card{background:#fff;border:1px solid #DFE6EE;border-radius:16px;box-shadow:var(--hpp-shadow-lg);padding:30px}.auth-card h2{font-size:24px;margin:6px 0}.card-kicker{font-size:12px;color:var(--hpp-primary);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.auth-submit{width:100%;min-height:44px;margin-top:4px}.bootstrap-footnote{font-size:12px;color:#7a8797;margin:20px 0 0;text-align:center}.initialized-state{text-align:center;padding:18px 0}.success-mark{display:grid;width:48px;height:48px;border-radius:50%;place-items:center;margin:0 auto 12px;background:#ecfdf5;color:#059669;font-size:24px}.password-meter{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.password-meter span{height:4px;background:#fecaca;border-radius:99px}.password-meter small{color:#9b5a55}.password-meter[data-ok=true] span{background:#34d399}.password-meter[data-ok=true] small{color:#047857}.auth-divider{display:flex;align-items:center;gap:10px;margin:20px 0}.auth-divider span{height:1px;background:#e5e7eb;flex:1}.auth-divider small{color:#94a3b8}.login-feature{display:flex;gap:14px;margin-top:20px}.login-feature>span{font-size:12px;font-weight:700;color:var(--hpp-primary);padding-top:2px}.login-feature div{display:grid}.login-feature strong{color:var(--hpp-secondary)}.login-feature small{color:var(--hpp-muted);margin-top:3px}.admin-shell{min-height:100vh;background:#f8fafc;color:var(--hpp-text)}.admin-top{height:62px;background:#fff;border-bottom:1px solid var(--hpp-border);display:flex;align-items:center;padding:0 22px;gap:18px;position:sticky;top:0;z-index:50}.admin-brand{display:flex;align-items:center;gap:11px;min-width:235px;color:var(--hpp-secondary)}.brand-copy{display:grid;line-height:1.1}.brand-copy strong{font-size:16px}.brand-copy small{font-size:11px;color:var(--hpp-muted);margin-top:4px}.admin-top-links{display:flex;height:100%;align-items:stretch}.admin-top-links a{display:flex;align-items:center;padding:0 13px;color:#475569;border-bottom:2px solid transparent;font-size:13px}.admin-top-links a:hover,.admin-top-links a.active{color:var(--hpp-primary);border-bottom-color:var(--hpp-primary)}.admin-top-spacer{flex:1}.top-icon-link{display:flex;align-items:center;gap:6px;color:#475569;font-size:12px;padding:7px 9px;border-radius:8px}.top-icon-link:hover{background:#f1f5f9;color:var(--hpp-primary)}.admin-user{display:flex;align-items:center;gap:9px;padding-left:12px;border-left:1px solid var(--hpp-border)}.user-avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#eff6ff;color:var(--hpp-primary);font-weight:700;font-size:11px}.user-copy{display:grid;min-width:110px}.user-copy strong{font-size:12px;color:var(--hpp-secondary);white-space:nowrap}.user-copy small{font-size:10px;color:var(--hpp-muted)}.context-bar{height:54px;background:#fff;border-bottom:1px solid var(--hpp-border);display:flex;align-items:center;gap:10px;padding:0 22px;position:sticky;top:62px;z-index:45}.context-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:700;margin-right:4px}.context-bar label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--hpp-muted)}.context-bar select{min-height:32px;height:32px;padding:4px 28px 4px 8px;min-width:155px;font-size:12px}.context-separator{color:#cbd5e1}.context-summary{margin-left:auto;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-body{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:calc(100vh - 116px)}.admin-nav{background:#fff;border-right:1px solid var(--hpp-border);padding:16px 10px 12px;display:flex;flex-direction:column;gap:2px;position:sticky;top:116px;height:calc(100vh - 116px);overflow:auto}.nav-section-label{padding:2px 11px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-weight:700}.admin-nav>a{display:flex;align-items:center;gap:10px;color:#475569;padding:8px 10px;border-radius:7px;font-size:12.5px;min-height:37px;border-left:2px solid transparent}.admin-nav>a:hover{background:#f8fafc;color:var(--hpp-secondary)}.admin-nav>a.active{background:#eff6ff;color:#1d4ed8;border-left-color:var(--hpp-primary);font-weight:650}.admin-nav>a.active .hpp-icon{stroke-width:2}.nav-bottom{margin-top:auto;border-top:1px solid #EEF2F6;padding:12px 10px 3px}.nav-version{display:grid}.nav-version span{font-size:11px;color:#475569}.nav-version small{font-size:10px;color:#94a3b8}.admin-content{min-width:0;padding:24px 28px 48px;max-width:1540px;width:100%;margin:0 auto}.global-error{display:grid;gap:2px;background:#fef2f2;border:1px solid #FECACA;padding:11px 13px;border-radius:9px;margin-bottom:16px}.global-error span{color:#7f1d1d}.workspace{min-width:0}.workspace-head{display:flex;align-items:flex-start;gap:16px;justify-content:space-between;margin-bottom:17px}.workspace-head.compact{margin-bottom:10px}.workspace-head h1{font-size:24px;margin:0 0 4px}.workspace-head p{margin:0;color:var(--hpp-muted);max-width:780px}.workspace-head>button,.workspace-head>.button-link{flex:0 0 auto}.panel{background:#fff;border:1px solid var(--hpp-border);border-radius:10px;box-shadow:0 1px 2px #0f172a06;padding:16px}.panel.narrow{max-width:720px}.panel h2{margin-top:0}.panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.panel-title h2{margin:0 0 3px}.panel-title p{margin:0;color:var(--hpp-muted);font-size:12px}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:16px}.split-list-editor{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(420px,1.2fr);border:1px solid var(--hpp-border);border-radius:10px;overflow:hidden;background:#fff;min-height:520px}.list-panel{border-right:1px solid var(--hpp-border);background:#fbfcfe;overflow:auto}.list-row{display:grid;width:100%;border:0;border-bottom:1px solid #EDF1F5;background:transparent;text-align:left;padding:11px 13px;color:var(--hpp-text)}.list-row:hover{background:#f5f9ff}.list-row.selected{background:#eef5ff;box-shadow:inset 3px 0 var(--hpp-primary)}.list-row strong{color:var(--hpp-secondary);font-weight:600}.list-row span,.list-row small{color:var(--hpp-muted);font-size:11px;margin-top:2px}.editor-panel{padding:18px;min-width:0}.data-table,.hpp-table{width:100%;border-collapse:collapse;background:#fff}.data-table th,.data-table td,.hpp-table th,.hpp-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #EDF1F5;vertical-align:middle}.data-table th,.hpp-table th{background:#f8fafc;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:none;white-space:nowrap}.data-table tbody tr:hover,.hpp-table tbody tr:hover{background:#fbfdff}.data-table tr.selected,.hpp-table tr.selected{background:#eff6ff}.table-wrap{overflow:auto;border:1px solid var(--hpp-border);border-radius:9px}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:9px 11px;border-bottom:1px solid #EDF1F5;text-align:left}.table-wrap th{background:#f8fafc;color:#64748b;font-size:11px}.table-wrap tr:last-child td{border-bottom:0}.filter-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:12px}.filter-row input{min-width:220px}.filter-row select{min-width:145px}.content-workspace{height:calc(100vh - 164px);display:flex;flex-direction:column}.content-grid{display:grid;grid-template-columns:270px minmax(420px,1fr) 310px;gap:12px;min-height:0;flex:1}.tree-pane,.editor-pane,.property-pane{background:#fff;border:1px solid var(--hpp-border);border-radius:10px;min-height:0;overflow:hidden}.tree-pane,.property-pane{display:flex;flex-direction:column}.pane-head{padding:11px 12px;border-bottom:1px solid #EDF1F5;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fbfcfe}.pane-head h2{font-size:14px;margin:0}.tree-list,.block-list,.history-panel{overflow:auto}.tree-list{padding:6px}.tree-list .tree-row{width:100%;display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#475569;border-radius:6px;padding:7px 8px;text-align:left}.tree-list .tree-row:hover{background:#f8fafc}.tree-list .tree-row.active{background:#eff6ff;color:#1d4ed8}.tree-actions{display:flex;gap:5px}.editor-toolbar{padding:8px 10px;border-bottom:1px solid #EDF1F5;background:#fbfcfe;display:flex;gap:7px;align-items:center;flex-wrap:wrap}.title-input{font-size:23px;font-weight:700;color:var(--hpp-secondary);border:0;border-bottom:1px solid #EEF2F7;border-radius:0;width:100%;padding:14px 16px;box-shadow:none!important}.editor-meta-line{display:flex;gap:10px;padding:0 16px 12px;color:#64748b;font-size:11px}.block-list{padding:12px 14px;height:calc(100% - 98px)}.block-card{border:1px solid #E2E8F0;border-radius:8px;margin-bottom:8px;background:#fff}.block-head{display:flex;align-items:center;justify-content:space-between;padding:7px 9px;background:#f8fafc;border-bottom:1px solid #EDF1F5}.block-head strong{font-size:11px;color:#64748b;text-transform:uppercase}.block-card textarea,.block-card input{border:0;border-radius:0;box-shadow:none!important}.add-block{border:1px dashed #CBD5E1;border-radius:8px;padding:9px;margin-top:8px}.property-pane>.form-stack{padding:12px;overflow:auto}.history-panel{border-top:1px solid #EDF1F5;padding:10px}.history-row{display:grid;padding:8px;border-bottom:1px solid #F1F5F9}.history-row small{color:#64748b}.empty-editor{display:grid;place-items:center;color:#94a3b8;padding:40px;text-align:center}.import-grid,.publication-grid,.search-admin-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.4fr);gap:16px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.conflict-row{border:1px solid #E2E8F0;border-radius:9px;margin-bottom:9px;background:#fff}.conflict-head{padding:10px 12px;display:flex;align-items:center;gap:10px;justify-content:space-between;border-bottom:1px solid #EEF2F6}.conflict-row>.compare-grid{padding:10px 12px}.file-drop{border:1px dashed #B8C7D9;border-radius:10px;background:#fafcff;padding:24px;text-align:center}.file-button{display:inline-flex;align-items:center;padding:8px 13px;border:1px solid #C8D4E1;border-radius:8px;background:#fff;color:var(--hpp-primary);font-weight:600}.file-button input{display:none}.export-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.export-summary>div{border:1px solid #E5E7EB;border-radius:8px;padding:10px}.validation-summary{display:grid;gap:8px}.finding{border-radius:8px;padding:9px 11px}.error-line{background:#fef2f2;color:#991b1b}.warning-line{background:#fffbeb;color:#92400e}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.metric{border:1px solid var(--hpp-border);border-radius:10px;background:#fff;padding:14px}.metric>span{display:block;color:#64748b;font-size:12px}.metric>strong{display:block;font-size:23px;color:var(--hpp-secondary);margin:3px 0}.metric>small{color:#94a3b8;font-size:11px}.search-result{display:grid;grid-template-columns:54px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #EDF1F5}.score-pill{align-self:start;border-radius:999px;background:#eff6ff;color:#1d4ed8;text-align:center;padding:5px;font-size:11px;font-weight:700}.search-result strong,.search-result span,.search-result small{display:block}.search-result span,.search-result small{color:#64748b;margin-top:2px}.locale-list{display:grid;gap:8px}.locale-row{display:flex;align-items:center;justify-content:space-between;border:1px solid #E5E7EB;border-radius:8px;padding:9px 11px}.brand-preview{padding:22px;border-radius:10px;border:1px solid #DDE5EE;border-top:5px solid var(--preview-primary);display:flex;gap:18px;align-items:center}.brand-preview span{background:var(--preview-primary);color:#fff;padding:7px 11px;border-radius:7px}.brand-preview a{color:var(--preview-accent)}.divider-preview{height:1px;background:#e5e7eb}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dashboard-panel{padding:18px}.dashboard-span-2{grid-column:1/-1}.health-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #EEF2F6}.health-row:last-child{border-bottom:0}.health-row span:first-child{color:#64748b}.health-row strong{color:var(--hpp-secondary)}.compact-copy{font-size:12px;margin:12px 0 0}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-actions a{display:flex;gap:11px;align-items:flex-start;border:1px solid #E2E8F0;border-radius:9px;padding:13px;color:var(--hpp-text)}.quick-actions a:hover{border-color:#b8cdfc;background:#f8fbff}.quick-actions .hpp-icon{color:var(--hpp-primary);margin-top:1px}.quick-actions span{display:grid}.quick-actions strong{color:var(--hpp-secondary)}.quick-actions small{color:#64748b;margin-top:3px;line-height:1.35}.portal-shell{min-height:100vh;background:#fff;color:#334155}.portal-top{height:62px;background:#fffffff7;border-bottom:1px solid var(--hpp-border);display:flex;align-items:center;gap:15px;padding:0 30px;position:sticky;top:0;z-index:60;backdrop-filter:blur(8px)}.portal-brand{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:11px;color:var(--hpp-secondary);font-weight:700;font-size:18px}.portal-logo-image{width:32px;height:32px;object-fit:contain}.portal-header-divider{height:30px;width:1px;background:#e2e8f0;margin:0 4px}.portal-global-nav{display:flex;align-items:center;gap:2px;height:100%}.portal-global-nav button{border:0;background:transparent;color:#334155;padding:0 12px;height:100%;font-size:13px;border-bottom:2px solid transparent}.portal-global-nav button:hover,.portal-global-nav button.active{color:var(--hpp-primary);border-bottom-color:var(--hpp-primary)}.portal-spacer{flex:1}.header-icon-button{width:36px;height:36px;border:0;background:transparent;border-radius:8px;display:grid;place-items:center;color:#0f172a}.header-icon-button:hover{background:#f8fafc}.user-outline{width:16px;height:16px;border:1.8px solid currentColor;border-radius:50% 50% 44% 44%;position:relative;clip-path:polygon(0 0,100% 0,100% 48%,80% 48%,100% 100%,0 100%,20% 48%,0 48%)}.portal-search{position:relative;display:flex;align-items:center;width:min(400px,30vw);min-width:260px;height:38px;border:1px solid #D8E1EB;border-radius:20px;background:#fbfdff;padding:0 9px 0 12px}.portal-search:focus-within{border-color:#a9c3fa;box-shadow:0 0 0 3px #eff6ff}.portal-search .search-icon{font-size:19px;color:#0f172a;margin-right:8px;transform:rotate(-20deg)}.portal-search input{border:0!important;box-shadow:none!important;background:transparent;min-height:0;height:35px;padding:0;flex:1}.portal-search kbd{font-family:inherit;border:1px solid #D5DFEA;border-radius:5px;padding:2px 5px;color:#64748b;background:#fff;font-size:10px}.search-popover{position:absolute;z-index:80;top:43px;left:0;right:0;background:#fff;border:1px solid #DDE5EE;border-radius:10px;box-shadow:0 16px 40px #0f172a29;padding:6px}.search-popover button{display:grid;width:100%;border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:7px;color:#334155}.search-popover button:hover{background:#f8fafc}.search-popover small{color:#64748b;margin-top:2px}.portal-breadcrumb-bar{height:44px;border-bottom:1px solid #EEF2F6;background:#fff}.portal-breadcrumb-inner{height:100%;max-width:1540px;margin:0 auto;padding:0 30px;display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}.portal-breadcrumb-inner button{border:0;background:transparent;padding:0;color:#64748b}.portal-breadcrumb-inner strong{color:#1e293b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-select-row{display:block;border-bottom:1px solid #EEF2F6;background:#fbfdff}.portal-select-inner{max-width:1540px;margin:0 auto;padding:7px 30px;display:flex;justify-content:flex-end;gap:10px;align-items:center}.portal-select-inner label{display:flex;align-items:center;gap:6px;margin:0;color:#64748b;font-size:11px}.portal-select-inner select{width:auto;min-width:126px;min-height:31px;height:31px;padding:4px 28px 4px 8px;font-size:12px;background:#fff}.portal-home{max-width:1180px;margin:0 auto;padding:70px 30px}.portal-home-head{max-width:760px;margin-bottom:32px}.portal-home-head h1{font-size:44px;line-height:1.08;margin:9px 0 12px}.portal-home-head>p:last-child{font-size:17px;color:#64748b}.product-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:14px}.product-card{min-height:140px;padding:18px;border:1px solid #E2E8F0;border-radius:12px;background:#fff;text-align:left;display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:start;color:#334155}.product-card:hover{border-color:#b8cdfc;box-shadow:var(--hpp-shadow);transform:translateY(-1px)}.product-icon{width:44px;height:44px;border-radius:10px;background:#eff6ff;display:grid;place-items:center}.product-card-copy{display:grid}.product-card-copy strong{font-size:16px;color:#0f172a}.product-card-copy>span{color:#64748b;line-height:1.45;margin-top:4px}.product-card-copy small{color:#94a3b8;margin-top:8px}.product-arrow{align-self:center;color:var(--hpp-primary);font-size:20px}.portal-layout{display:grid;grid-template-columns:292px minmax(520px,1fr) 224px;max-width:1540px;margin:0 auto;min-height:calc(100vh - 106px);border-left:1px solid #EEF2F6;border-right:1px solid #EEF2F6}.portal-nav{border-right:1px solid var(--hpp-border);background:#fbfdff;display:flex;flex-direction:column;min-height:0}.portal-nav-head{padding:22px 20px 10px}.portal-nav-head strong{font-size:15px;color:#0f172a}.tree-scroll{padding:0 10px 16px;overflow:auto;flex:1}.portal-nav .tree-row{display:flex;align-items:center;gap:7px;width:100%;border:0;background:transparent;text-align:left;color:#475569;min-height:39px;padding-top:7px;padding-bottom:7px;padding-right:9px;border-radius:6px;font-size:13px}.portal-nav .tree-row:hover:not(:disabled){background:#f1f5f9}.portal-nav .tree-row.active{background:#eaf2ff;color:#1d4ed8;font-weight:650;box-shadow:inset 3px 0 var(--hpp-primary)}.portal-nav .tree-row.folder{font-weight:600;color:#334155}.tree-chevron{width:13px;color:#64748b}.portal-nav-footer{border-top:1px solid #E5E7EB;padding:13px 16px}.portal-nav-footer button{width:100%;border:0;background:transparent;color:#475569;text-align:left;padding:8px;border-radius:6px}.portal-nav-footer button:hover{background:#f1f5f9;color:var(--hpp-primary)}.portal-page{padding:34px 46px 70px;min-width:0;background:#fff}.help-article{max-width:880px;margin:0 auto}.article-header{position:relative}.article-title-row{display:flex;gap:20px;align-items:flex-start;justify-content:space-between}.article-title-row h1{font-size:36px;line-height:1.12;margin:10px 0}.article-title-row .lead{font-size:17px;color:#64748b;line-height:1.55;margin-bottom:0}.article-version{border-radius:999px;padding:7px 11px;background:#eff6ff;color:#1d4ed8;font-size:12px;white-space:nowrap;margin-top:10px}.article-meta{text-align:right;color:#64748b;font-size:11px;margin-top:8px}.article-intro-card{display:grid;grid-template-columns:50px 1fr;gap:14px;background:#f7faff;border:1px solid #E5EDF8;border-radius:10px;padding:16px 18px;margin:22px 0}.intro-icon{width:38px;height:38px;border-radius:50%;background:#e0ebff;color:var(--hpp-primary);display:grid;place-items:center;font-weight:700;font-family:Georgia,serif;font-size:18px}.article-intro-card strong{color:#0f172a}.article-intro-card p{margin:3px 0 0;color:#475569;line-height:1.5}.product-information{margin:20px 0 26px}.product-information h2{margin:0 0 11px}.product-information table{border-collapse:separate;border-spacing:0;width:100%;border:1px solid #DDE5EE;border-radius:8px;overflow:hidden}.product-information th,.product-information td{padding:9px 14px;border-bottom:1px solid #E6EBF1;text-align:left}.product-information tr:last-child th,.product-information tr:last-child td{border-bottom:0}.product-information th{width:34%;background:#f8fafc;color:#475569;font-weight:550}.product-information td{color:#1e293b}.help-body{font-size:15.5px;line-height:1.67;color:#334155}.help-body h2{font-size:22px;margin:30px 0 10px;padding-top:5px}.help-body h3{font-size:18px;margin:26px 0 8px}.help-body h4{font-size:16px;margin:22px 0 7px}.help-body p{margin:0 0 14px}.help-body ul,.help-body ol{padding-left:23px}.help-body li{margin:5px 0}.help-body pre{background:#0f172a;color:#e2e8f0;padding:16px 18px;border-radius:9px;overflow:auto;font-size:13px}.help-body blockquote{border-left:3px solid #CBD5E1;margin-left:0;padding:7px 16px;color:#475569;background:#f8fafc}.help-body figure{margin:20px 0}.help-body figure img{max-width:100%;border:1px solid #E5E7EB;border-radius:8px}.help-body figcaption{font-size:12px;color:#64748b;margin-top:6px}.callout{padding:14px 16px;border:1px solid #BFDBFE;border-left:4px solid var(--hpp-primary);border-radius:8px;background:#eff6ff;margin:18px 0}.callout[data-kind=warning]{background:#fffbeb;border-color:#fde68a;border-left-color:#f59e0b}.callout[data-kind=danger]{background:#fef2f2;border-color:#fecaca;border-left-color:#ef4444}.inline-link{border:0;background:transparent;color:var(--hpp-link);padding:0;text-decoration:underline}.asset-download{display:inline-flex;padding:8px 11px;border:1px solid #DCE3EB;border-radius:7px}.article-pager{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;margin-top:38px;padding-top:20px;border-top:1px solid #E5E7EB}.article-pager button:last-child{justify-self:end}.portal-toc{border-left:1px solid var(--hpp-border);background:#fbfdff;padding:28px 18px;min-width:0}.portal-toc>section{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #E5E7EB}.portal-toc>section:last-child{border-bottom:0}.portal-toc strong{display:block;color:#0f172a;margin-bottom:10px}.portal-toc a{display:block;padding:5px 0 5px 10px;border-left:2px solid #E2E8F0;color:#475569;font-size:12px}.portal-toc a:hover{border-left-color:var(--hpp-primary);color:var(--hpp-primary)}.related-docs button{display:flex;align-items:flex-start;gap:7px;border:0;background:transparent;color:var(--hpp-primary);padding:5px 0;text-align:left;font-size:12px}.feedback-card{background:#eff6ff;border-radius:10px;padding:12px!important;border-bottom:0!important}.feedback-icon{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--hpp-primary);color:var(--hpp-primary);display:grid;place-items:center;font-weight:700;margin-bottom:7px}.feedback-card>div{display:flex;gap:7px;margin-top:9px}.feedback-card button{background:#fff;border:1px solid #D5E2F7;border-radius:7px;padding:6px 9px;color:#1e40af;font-size:11px}.feedback-card button.selected{background:#dbeafe;border-color:#93c5fd}.feedback-card small{display:block;margin-top:8px;color:#475569}.portal-error{max-width:760px;padding:16px;border:1px solid #FECACA;background:#fef2f2;border-radius:9px}.portal-error label{display:grid;gap:5px;max-width:340px}.search-results-page{max-width:880px;margin:0 auto}.search-results-page h1{font-size:32px;margin:8px 0}.portal-result{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid #E5E7EB;background:transparent;padding:15px 2px;color:#334155}.portal-result:hover strong{color:var(--hpp-primary)}.portal-result strong,.portal-result span,.portal-result small{display:block}.portal-result span,.portal-result small{color:#64748b;margin-top:3px}.portal-result p{margin:7px 0}.portal-loading{position:fixed;inset:62px 0 0;background:#ffffffc7;z-index:100;backdrop-filter:blur(2px)}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;background:#f8fafc;color:#64748b}.spinner{width:26px;height:26px;border-radius:50%;border:3px solid #DBEAFE;border-top-color:var(--hpp-primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;z-index:200;background:#0f172a6b;display:grid;place-items:center;padding:24px}.modal-shell{width:min(760px,calc(100vw - 32px));max-height:min(780px,calc(100vh - 48px));background:#fff;border:1px solid var(--hpp-border);border-radius:12px;box-shadow:0 24px 64px #0f172a38;display:flex;flex-direction:column;overflow:hidden}.modal-header,.modal-footer{position:sticky;z-index:2;background:#fff;padding:20px;display:flex;align-items:center;gap:12px}.modal-header{top:0;border-bottom:1px solid var(--hpp-border)}.modal-header h2{margin:0}.modal-footer{bottom:0;border-top:1px solid var(--hpp-border);justify-content:flex-end}.modal-body{padding:20px;overflow:auto;min-height:0}@media print{.portal-top,.portal-breadcrumb-bar,.portal-nav,.portal-toc,.article-pager{display:none!important}.portal-layout{display:block;border:0}.portal-page{padding:0}.help-article{max-width:none}.article-version{border:1px solid #CBD5E1}.admin-shell{display:none}}@media (max-width:1250px){.portal-layout{grid-template-columns:250px minmax(0,1fr)}.portal-toc{display:none}.portal-page{padding:30px 34px}.content-grid{grid-template-columns:240px minmax(390px,1fr)}.property-pane{display:none}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (max-width:1050px){.admin-top-links,.context-summary{display:none}.admin-body{grid-template-columns:210px minmax(0,1fr)}.admin-nav{width:210px}.two-column,.import-grid,.publication-grid,.search-admin-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.bootstrap-layout,.login-layout{grid-template-columns:1fr;gap:30px;padding-top:44px}.bootstrap-intro,.login-copy{max-width:none}.login-feature{display:none}}@media (max-width:820px){.portal-global-nav,.portal-header-divider,.header-icon-button[title=Theme]{display:none}.portal-search{width:auto;min-width:190px;flex:1}.portal-top{padding:0 15px}.portal-breadcrumb-inner{padding:0 16px}.portal-select-row{display:block;border-bottom:1px solid #E5E7EB;padding:9px 14px}.portal-select-inner{display:flex;gap:7px;overflow:auto}.portal-select-inner label{display:flex;align-items:center;gap:5px;font-size:10px;color:#64748b}.portal-select-inner select{min-width:120px;height:32px;min-height:32px;padding:4px 7px}.portal-layout{display:block}.portal-nav{border-right:0;border-bottom:1px solid #E5E7EB;max-height:260px}.portal-nav-footer{display:none}.portal-page{padding:25px 20px}.article-title-row{display:block}.article-meta{text-align:left}.article-version{display:inline-flex}.admin-top{padding:0 12px}.admin-brand{min-width:0}.brand-copy small,.admin-user .user-copy,.top-icon-link span{display:none}.context-bar{padding:0 10px;overflow:auto}.context-title,.context-separator,.context-bar label span{display:none}.context-bar select{min-width:130px}.admin-body{display:block}.admin-nav{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid #E5E7EB;display:flex;flex-direction:row;overflow:auto;padding:7px}.admin-nav>a{white-space:nowrap}.admin-nav>a span{display:none}.nav-section-label,.nav-bottom{display:none}.admin-content{padding:18px 14px 38px}.content-workspace{height:auto}.content-grid{display:block}.tree-pane{max-height:280px;margin-bottom:10px}.property-pane{display:block;margin-top:10px}.split-list-editor{grid-template-columns:1fr}.list-panel{border-right:0;border-bottom:1px solid #E5E7EB;max-height:280px}.dashboard-grid{grid-template-columns:1fr}.dashboard-span-2{grid-column:auto}}@media (max-width:600px){.form-grid.two,.form-grid.three,.compare-grid,.export-summary,.quick-actions{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.bootstrap-layout,.login-layout{padding:30px 16px}.bootstrap-intro h1,.login-copy h1,.portal-home-head h1{font-size:34px}.auth-card{padding:22px}.auth-brand-header{padding:0 16px}.auth-brand-header>.subtle-link{font-size:12px}.portal-brand-name{font-size:15px}.portal-search kbd,.portal-breadcrumb-bar{display:none}.product-cards{grid-template-columns:1fr}.article-title-row h1{font-size:30px}.workspace-head{display:block}.workspace-head>button,.workspace-head>.button-link{margin-top:10px}}.merge-fields{margin:10px 12px 14px;border-top:1px solid #E5E7EB;padding-top:12px}.merge-fields h4{margin:0 0 4px}.merge-field-row{display:grid;grid-template-columns:150px 140px minmax(0,1fr);gap:9px;align-items:center;padding:7px 0;border-bottom:1px solid #F1F5F9}.merge-field-row>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.merge-fields>.secondary{margin-top:10px}@media (max-width:700px){.merge-field-row{grid-template-columns:1fr}.merge-field-row>span{white-space:normal}}.startup-gate{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:16px;background:linear-gradient(180deg,#fbfdff 0,#f8fafc);padding:32px;color:#64748b;text-align:center}.startup-brand{display:grid;justify-items:center;gap:6px;color:var(--hpp-secondary)}.startup-brand strong{font-size:22px}.startup-brand small{color:var(--hpp-muted)}.startup-brand .cube-logo{margin-bottom:8px}.startup-error{max-width:560px;background:#fff;border:1px solid #FECACA;border-radius:14px;box-shadow:var(--hpp-shadow);padding:28px}.startup-error h1{font-size:22px;margin:0 0 8px}.startup-error p{color:#7f1d1d;margin:0 0 18px}.bootstrap-page{min-height:100vh;background:linear-gradient(180deg,#fbfdff,#f8fafc)}.bootstrap-stage{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:38px 0 56px}.bootstrap-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.bootstrap-heading>div:first-child{max-width:760px}.bootstrap-heading .eyebrow{margin:0 0 7px}.bootstrap-heading h1{font-size:34px;line-height:1.12;letter-spacing:-.025em;margin:0 0 10px;color:var(--hpp-secondary)}.bootstrap-heading p:not(.eyebrow){margin:0;color:#64748b;font-size:15px;line-height:1.55;max-width:720px}.bootstrap-badge{min-width:210px;border:1px solid #DDE5EE;background:#fff;border-radius:10px;padding:12px 14px;display:grid;gap:3px;box-shadow:0 4px 14px #0f172a0a}.bootstrap-badge span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--hpp-primary);font-weight:700}.bootstrap-badge strong{font-size:13px;color:var(--hpp-secondary)}.bootstrap-progress{list-style:none;margin:0 0 24px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #DFE6EE;border-radius:12px;overflow:hidden;background:#fff}.bootstrap-progress li{position:relative;display:flex;align-items:center;gap:11px;padding:13px 16px;min-height:66px;border-right:1px solid #E7ECF2;color:#7a8797}.bootstrap-progress li:last-child{border-right:0}.bootstrap-progress li>span{width:30px;height:30px;flex:0 0 30px;border-radius:50%;border:1px solid #D5DEE9;display:grid;place-items:center;background:#f8fafc;font-weight:700;font-size:12px}.bootstrap-progress li div{display:grid;gap:2px}.bootstrap-progress li strong{font-size:13px;color:#334155}.bootstrap-progress li small{font-size:11px;line-height:1.3}.bootstrap-progress li.active{background:#f8fbff}.bootstrap-progress li.active>span{background:var(--hpp-primary);border-color:var(--hpp-primary);color:#fff}.bootstrap-progress li.active strong{color:#0f172a}.bootstrap-grid-v2{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:24px;align-items:start}.bootstrap-guidance{background:#fff;border:1px solid #DFE6EE;border-radius:12px;padding:24px;box-shadow:0 5px 18px #0f172a0a;display:grid;grid-template-columns:42px 1fr;gap:0 14px;align-items:start}.guidance-icon{width:42px;height:42px;border-radius:10px;background:#eff6ff;color:var(--hpp-primary);display:grid;place-items:center;font-size:20px;font-weight:800}.bootstrap-guidance h2{font-size:18px;margin:1px 0 7px;color:var(--hpp-secondary)}.bootstrap-guidance p{font-size:13.5px;line-height:1.55;color:#5b6878;margin:0}.bootstrap-guidance ul{grid-column:1/-1;margin:20px 0 0;padding:16px 0 0 20px;border-top:1px solid #EDF1F5;color:#475569;font-size:12.5px;line-height:1.55}.bootstrap-guidance li{margin:6px 0}.bootstrap-guidance code{font-size:11px;background:#f1f5f9;padding:1px 5px;border-radius:4px}.bootstrap-card{width:100%;max-width:none;padding:24px 26px;border-radius:12px;box-shadow:0 8px 24px #0f172a12}.bootstrap-card h2{font-size:21px;margin:5px 0}.bootstrap-card>.muted{font-size:12.5px;line-height:1.45;margin:0 0 18px}.bootstrap-card .form-stack{gap:12px}.bootstrap-card label{font-size:12px;font-weight:600;color:#334155}.bootstrap-card input{margin-top:5px;min-height:40px}.bootstrap-card .field-hint{font-weight:400;line-height:1.35;margin-top:2px}.bootstrap-card .password-grid{align-items:start}.bootstrap-card .password-meter{margin-top:-2px}.bootstrap-card .auth-submit{min-height:42px;margin-top:2px}.bootstrap-card .bootstrap-footnote{margin-top:15px}@media (max-width:980px){.bootstrap-stage{width:min(100% - 32px,780px);padding-top:28px}.bootstrap-heading{align-items:flex-start}.bootstrap-badge{display:none}.bootstrap-grid-v2{grid-template-columns:1fr}.bootstrap-guidance{order:2}.bootstrap-card{order:1}.bootstrap-progress li small{display:none}}@media (max-width:640px){.bootstrap-stage{width:calc(100% - 24px);padding-top:22px}.bootstrap-heading h1{font-size:29px}.bootstrap-progress{grid-template-columns:1fr}.bootstrap-progress li{border-right:0;border-bottom:1px solid #E7ECF2;min-height:52px}.bootstrap-progress li:last-child{border-bottom:0}.bootstrap-progress li:not(.active){display:none}.bootstrap-card{padding:20px}.bootstrap-card .form-grid.two{grid-template-columns:1fr}.bootstrap-guidance{padding:20px}}.contract-links{display:flex;gap:10px;flex-wrap:wrap}.contract-links a{font-size:11px;color:var(--hpp-primary);font-weight:600}.contract-links a:hover{text-decoration:underline}
