@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap";
:root{--bg:#090909;--panel:#121212db;--panel-soft:#ffffff0a;--panel-border:#ffffff14;--text-primary:#f1f3f5;--text-secondary:#f1f3f5b3;--text-muted:#f1f3f575;--cyan:#3ebaf4;--purple:#df30ff;--green:#7ce7ad;--amber:#f5a623;--danger:#ffb4ab;--gradient:linear-gradient(135deg, #3ebaf4 0%, #df30ff 100%);--font-headline:"Rajdhani", sans-serif;--font-ui:"Space Grotesk", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--font-accent:"Poppins", sans-serif}[data-theme=light]{--bg:#f6f7fb;--panel:#ffffffeb;--panel-soft:#00000008;--panel-border:#00000014;--text-primary:#111213;--text-secondary:#111213b3;--text-muted:#1112137a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);color:var(--text-primary);background:radial-gradient(circle at top left, #3ebaf424, transparent 24%), radial-gradient(circle at top right, #df30ff1f, transparent 22%), var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.theme-toggle{border:1px solid var(--panel-border);background:var(--panel-soft);border-radius:999px;gap:6px;padding:4px;display:inline-flex}.theme-btn{width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;border-radius:999px}.theme-btn.active{color:var(--text-primary);background:#ffffff14}.hp-shell{grid-template-columns:272px 1fr;min-height:100vh;display:grid}.hp-sidebar{border-right:1px solid var(--panel-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0a0a0ad1;flex-direction:column;gap:24px;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.hp-brand{flex-direction:column;gap:4px;display:flex}.hp-brand-mark,.site-brand span{font-family:var(--font-headline);background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;line-height:1}.hp-brand-mark{font-size:34px}.hp-brand-sub,.site-brand small{font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.hp-sidebar-nav{flex-direction:column;gap:8px;display:flex}.hp-nav-link{color:var(--text-secondary);font-family:var(--font-ui);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;transition:background .2s,color .2s,transform .15s;display:flex}.hp-nav-link.is-active{color:#fff;background:linear-gradient(135deg,#3ebaf438,#df30ff2e);border:1px solid #3ebaf447}.hp-nav-icon{width:22px;height:22px;color:var(--text-secondary);font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:color .2s,font-variation-settings .2s,transform .15s;display:inline-flex}.hp-nav-link:hover .hp-nav-icon{color:var(--text-primary);transform:scale(1.05)}.hp-nav-link.is-active .hp-nav-icon{color:#3ebaf4;font-variation-settings:"FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;filter:drop-shadow(0 0 6px #3ebaf473)}.hp-main-inner{padding:28px}.hp-panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:24px;padding:24px;box-shadow:0 18px 60px #00000047}.hp-panel-header,.hp-hero,.site-nav{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.hp-panel-header h1,.hp-panel-header h2,.hp-hero h1,.hp-login-title,.site-hero h1,.site-featured-card h2,.site-card h2,.site-article-header h1,.site-article-body h2,.site-article-body h3{font-family:var(--font-headline);line-height:.98}.cms-kicker{font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);margin-bottom:10px;font-size:11px}.cms-lead,.site-hero p,.site-featured-card p,.site-card p,.site-article-header p,.hp-status-row p,.cms-empty p,.hp-login-subtitle{color:var(--text-secondary)}.hp-dashboard,.hp-generate-grid,.hp-settings-grid{gap:24px;display:grid}.hp-table-wrap{overflow-x:auto}.hp-table{border-collapse:collapse;width:100%}.hp-table th,.hp-table td{text-align:left;border-bottom:1px solid #ffffff0f;padding:16px 10px}.hp-table th{color:var(--text-muted);font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;font-size:11px}.hp-badge{min-height:28px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.hp-badge-draft,.hp-badge-muted{color:var(--text-secondary);background:#ffffff12}.hp-badge-scheduled{color:var(--amber);background:#f5a62329}.hp-badge-published,.hp-badge-success{color:var(--green);background:#4caf8229}.hp-badge-archived{color:var(--text-muted);background:#ffffff0d}.hp-badge-info{color:var(--cyan);background:#3ebaf424}.hp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.cms-field{flex-direction:column;gap:10px;display:flex}.hp-field-full{grid-column:1/-1}.cms-field span{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.cms-field input,.cms-field textarea,.cms-field select{width:100%;color:var(--text-primary);font-family:var(--font-ui);background:#00000059;border:1px solid #3ebaf42e;border-radius:8px;outline:none;padding:11px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.cms-field input:focus,.cms-field textarea:focus,.cms-field select:focus{border-color:#3ebaf480;box-shadow:0 0 0 1px #3ebaf433}.cms-field input::placeholder,.cms-field textarea::placeholder{color:#fff3}.hp-login-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.hp-login-card{width:min(100%,520px)}.hp-login-title{margin-bottom:10px;font-size:clamp(42px,8vw,72px)}.hp-login-subtitle{margin-bottom:20px}.hp-login-form{gap:18px;display:grid}.hp-inline-error{color:var(--danger)}.hp-toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;width:min(480px,100vw - 32px);display:flex;position:fixed;top:80px;right:24px}.hp-toast{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:14px;width:100%;padding:18px 20px;font-size:14px;font-weight:500;animation:.3s ease-out slideIn;display:flex;box-shadow:0 20px 50px #00000059}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.hp-toast-success{color:var(--green);background:#4caf8229;border-color:#4caf8247}.hp-toast-error{color:var(--danger);background:#93000a3d;border-color:#ff64503d}.hp-toast-info{color:var(--cyan);background:#3ebaf41f;border-color:#3ebaf43d}.hp-toast-warning{color:var(--amber,#ffc107);background:#ffc1071f;border-color:#ffc1073d}.hp-toast-icon{flex-shrink:0;margin-top:1px;font-size:22px}.hp-toast-message{min-width:0;color:var(--text-primary);flex:1;line-height:1.45}.hp-toast-close{color:inherit;opacity:.7;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:2px;transition:opacity .2s,background .2s;display:inline-flex}.hp-toast-close:hover{opacity:1;background:#ffffff14}.hp-confirm-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#06080cb8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hp-confirm-dialog{background:linear-gradient(#12141afa,#0b0d12fa);border:1px solid #3ebaf429;border-radius:18px;gap:18px;width:min(100%,480px);padding:24px;display:grid;box-shadow:0 28px 80px #00000073}.hp-confirm-header{align-items:center;gap:12px;display:flex}.hp-confirm-icon{width:40px;height:40px;color:var(--danger);background:#ff64501f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hp-confirm-title{font-family:var(--font-headline);color:var(--text-primary);margin:0;font-size:22px;line-height:1}.hp-confirm-message{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.55}.hp-confirm-message strong{color:var(--text-primary)}.hp-confirm-actions{justify-content:flex-end;gap:10px;display:flex}.hp-editor-shell{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:24px;display:grid}.hp-editor-main,.hp-editor-sidebar{gap:24px;display:grid}.hp-editor-title{resize:none;font-family:var(--font-headline);font-size:clamp(32px,4vw,52px);line-height:1}.site-shell{min-height:100vh}.site-nav{z-index:20;border-bottom:1px solid var(--panel-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#090909c7;align-items:center;height:76px;padding:0 28px;position:sticky;top:0}.site-brand span{font-size:30px}.site-nav-actions{align-items:center;gap:20px;display:flex}.site-content{padding:0 24px 56px}.site-page,.site-article{max-width:1180px;margin:0 auto}.site-hero{padding:84px 0 48px}.site-hero-copy{max-width:860px}.site-hero h1{margin-bottom:18px;font-size:clamp(56px,8vw,104px)}.site-featured{margin-bottom:28px}.site-featured-card{border:1px solid var(--panel-border);background:linear-gradient(135deg,#3ebaf41f,#df30ff1f);border-radius:28px;grid-template-columns:1fr auto;gap:20px;padding:28px;display:grid}.site-featured-card h2{margin:12px 0;font-size:clamp(30px,4vw,56px)}.site-featured-link{color:var(--text-secondary)}.site-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.site-card{border:1px solid var(--panel-border);background:var(--panel-soft);border-radius:22px;gap:16px;min-height:280px;padding:22px;display:grid}.site-card h2{font-size:34px}.site-card-top,.site-card-footer,.site-article-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;display:flex}.site-card-footer{justify-content:space-between;margin-top:auto}.site-article{padding-top:72px}.site-article-header{max-width:860px;margin:0 auto 32px}.site-article-header h1{margin:18px 0;font-size:clamp(40px,6vw,88px)}.site-byline{color:var(--text-muted);margin-top:18px}.site-tag{background:#ffffff0d;border-radius:999px;padding:6px 10px}.site-article-body{letter-spacing:.01em;word-spacing:.05em;max-width:860px;margin:0 auto;font-size:18px}.site-article-body>*+*{margin-top:18px}.site-article-body h2{margin-top:36px;font-size:40px}.site-article-body h3{margin-top:32px;font-size:30px}.site-article-body p,.site-article-body li,.site-article-body blockquote{color:#f1f3f5eb;letter-spacing:.01em;word-spacing:.05em}.site-article-body ul,.site-article-body ol{padding-left:20px}.site-article-body a{color:var(--cyan)}.preview-banner{max-width:860px;color:var(--amber);background:#f5a62324;border:1px solid #f5a62333;border-radius:16px;margin:0 auto 18px;padding:12px 14px}@media (max-width:1100px){.hp-shell,.hp-editor-shell,.hp-generate-grid,.hp-settings-grid,.hp-metric-grid,.site-grid{grid-template-columns:1fr}.hp-sidebar{height:auto;position:static}}@media (max-width:720px){.hp-main-inner,.site-content{padding:18px}.hp-panel-header,.hp-hero,.site-nav{flex-direction:column;align-items:flex-start}.site-nav{gap:14px;height:auto;padding:16px 18px}.site-nav-actions{justify-content:space-between;width:100%}.hp-form-grid,.site-featured-card{grid-template-columns:1fr}}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;-webkit-user-select:none;user-select:none;direction:ltr;font-family:Material Symbols Outlined;font-size:20px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.hp-gradient-btn{color:#001e2d;width:100%;font-family:var(--font-headline);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px 24px;font-size:13px;font-weight:700;transition:transform .15s,opacity .2s;display:flex;box-shadow:0 8px 24px #3ebaf433}.hp-gradient-btn:hover{opacity:.96;transform:scale(1.02)}.hp-gradient-btn:active{transform:scale(.98)}.cms-input{width:100%;color:var(--text-primary);font-family:var(--font-ui);background:#00000059;border:1px solid #3ebaf42e;border-radius:8px;outline:none;padding:11px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.cms-input::placeholder{color:#fff3}.cms-input:focus{border-color:#3ebaf480;box-shadow:0 0 0 1px #3ebaf433}.cms-input:read-only{opacity:.6;cursor:default}.hp-btn-secondary{color:var(--text-secondary);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:7px;align-items:center;gap:6px;padding:9px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hp-btn-secondary:hover{color:var(--cyan);background:#3ebaf414;border-color:#3ebaf44d}.hp-btn-secondary:disabled{opacity:.4;cursor:not-allowed}.hp-btn-danger{color:var(--danger);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#ff64500f;border:1px solid #ff645033;border-radius:7px;align-items:center;gap:6px;padding:9px 16px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.hp-btn-danger:hover{background:#ff64501f;border-color:#ff645066}.cms-btn{color:var(--text-secondary);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:7px;align-items:center;gap:6px;padding:9px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cms-btn:hover{color:var(--cyan);background:#3ebaf414;border-color:#3ebaf44d}.cms-btn.hp-btn-primary{color:#001e2d;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border:none;font-weight:700;box-shadow:0 4px 16px #3ebaf433}.cms-btn.hp-btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px #3ebaf44d}.cms-btn.hp-btn-ghost{color:var(--text-muted);background:0 0;border:1px solid #ffffff14}.cms-btn.hp-btn-ghost:hover{color:var(--cyan);background:#3ebaf40f;border-color:#3ebaf440}.cms-btn.hp-btn-ghost.is-danger{color:var(--danger);border-color:#ffb4ab26}.cms-btn.hp-btn-ghost.is-danger:hover{background:#ff645014;border-color:#ff64504d}.cms-btn .material-symbols-outlined{font-size:16px}.hp-shell{min-height:100vh;display:block}.hp-sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:#0a0a0ed1;border-right:1px solid #3ebaf414;flex-direction:column;width:256px;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:20px 0 50px #00000080}.hp-brand{padding:32px}.hp-sidebar-nav{scrollbar-width:thin;scrollbar-color:#3ebaf433 transparent;flex-direction:column;flex:1;gap:4px;min-height:0;padding:0 16px;display:flex;overflow-y:auto}.hp-sidebar-nav::-webkit-scrollbar{width:3px}.hp-sidebar-nav::-webkit-scrollbar-track{background:0 0}.hp-sidebar-nav::-webkit-scrollbar-thumb{background:#3ebaf440;border-radius:3px}.hp-sidebar-nav::-webkit-scrollbar-thumb:hover{background:#3ebaf480}.hp-nav-link{color:#a1a1aa;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;border-radius:6px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}.hp-nav-link:hover{color:#bae6fd;background:#ffffff0a}.hp-nav-link.is-active{color:#38bdf8;background:#38bdf814}.hp-nav-link.is-active:after{content:"";background:#38bdf8;border-radius:2px 0 0 2px;width:2px;position:absolute;top:0;bottom:0;right:0}.hp-sidebar-cta-wrap{padding:16px}.hp-main{min-height:100vh;margin-left:256px}.hp-dash-header{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#13131380;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;height:72px;padding:0 48px;display:flex;position:sticky;top:0}.hp-dash-header h1,.hp-dash-header h2{font-family:var(--font-headline);letter-spacing:-.03em;font-size:28px;font-weight:900}.hp-dash-search{position:relative}.hp-dash-search-icon{color:#88929a;font-size:16px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.hp-dash-search input{color:var(--text-primary);background:#1c1b1b;border:none;border-radius:6px;outline:none;width:220px;padding:8px 16px 8px 36px;font-size:13px}.hp-posts-canvas{flex-direction:column;gap:32px;padding:48px;display:flex}.hp-post-rows{flex-direction:column;gap:12px;display:flex}.hp-post-row{background:#1c1b1b;border:1px solid #88d3ff12;border-radius:12px;align-items:center;gap:24px;padding:20px 24px;transition:background .2s;display:flex;position:relative;overflow:hidden}.hp-post-row:hover{background:#201f1f}.hp-post-row-accent{width:3px;position:absolute;top:0;bottom:0;left:0}.hp-post-row-accent-published{background:#3ebaf4}.hp-post-row-accent-draft{background:#df30ff}.hp-post-row-accent-scheduled{background:#ffe930}.hp-post-row-accent-archived{background:#ffffff26}.hp-post-row-title-col{min-width:0}.hp-post-row-title{font-family:var(--font-headline);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;line-height:1.3;text-decoration:none;transition:color .2s;display:block;overflow:hidden}.hp-post-row-title:hover{color:#3ebaf4}.hp-post-row-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:11px;font-style:italic;overflow:hidden}.hp-post-row-stat{flex-direction:column;gap:2px;display:flex}.hp-post-row-stat-label{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:9px}.hp-post-row-stat-value{font-family:var(--font-headline);font-size:14px;font-weight:600}.hp-post-row-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.hp-row-action-btn{color:var(--text-muted);cursor:pointer;font-family:var(--font-ui);background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;font-size:11px;text-decoration:none;transition:color .2s,background .2s;display:flex}.hp-row-action-btn:hover{color:var(--text-primary);background:#ffffff0f}.hp-row-action-btn.is-danger{color:#666}.hp-row-action-btn.is-danger:hover{color:#ff6b6b;background:#ff50501a}.hp-posts-empty{opacity:.5;border:1px dashed #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:96px 24px;display:flex}.hp-posts-empty h3{font-family:var(--font-headline);font-size:24px}.hp-posts-empty p{color:var(--text-secondary);font-size:14px}.hp-dash-footer{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.hp-dash-footer p{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.hp-nav-badge{font-family:var(--font-ui);letter-spacing:.12em;color:#3ebaf4;text-transform:uppercase;background:linear-gradient(135deg,#3ebaf433,#df30ff33);border:1px solid #3ebaf440;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:800}.hp-login-shell{background-color:#0a0a0a;background-image:radial-gradient(at 0 0,#3ebaf41a 0,#0000 50%),radial-gradient(at 100% 100%,#df30ff14 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.hp-login-wrap{width:100%;max-width:448px}.hp-login-identity{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.hp-login-identity-row{align-items:center;gap:12px;margin-bottom:8px;display:flex}.hp-login-icon-box{background:#1a1a1a;border:1px solid #3ebaf433;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 20px #3ebaf40d}.hp-login-logo-img{object-fit:contain;width:24px;height:24px}.hp-login-title{color:#fff;letter-spacing:-.02em;margin:0;font-family:Rajdhani,sans-serif;font-size:30px;font-weight:700}.hp-login-subtitle{color:#bdc8d0b3;letter-spacing:.2em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:10px}.hp-login-card{background:#1a1a1a;border:1px solid #3ebaf433;border-radius:12px;padding:32px 40px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009}.hp-login-card-accent{opacity:.7;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);width:100%;height:4px;position:absolute;top:0;left:0}.hp-login-card-body{margin-bottom:24px}.hp-login-card-h2{color:#fff;margin:0 0 8px;font-family:Rajdhani,sans-serif;font-size:24px;font-weight:600}.hp-login-card-desc{color:#bdc8d0cc;margin:0;font-family:Poppins,sans-serif;font-size:14px}.hp-login-form{flex-direction:column;gap:20px;display:flex}.hp-login-field{flex-direction:column;gap:8px;display:flex}.hp-login-label{color:#3ebaf4;text-transform:uppercase;letter-spacing:.1em;margin-left:4px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.hp-login-label-row{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.hp-login-reset{color:#bdc8d099;font-family:Poppins,sans-serif;font-size:12px;text-decoration:none;transition:color .2s}.hp-login-reset:hover{color:#df30ff}.hp-login-input-wrap{align-items:center;display:flex;position:relative}.hp-login-input-icon{color:#bdc8d080;pointer-events:none;z-index:1;font-size:20px;transition:color .2s;position:absolute;left:16px}.hp-login-input-wrap:focus-within .hp-login-input-icon{color:#3ebaf4}.hp-login-input{color:#e5e2e1;background:#0006;border:1px solid #3ebaf433;border-radius:8px;outline:none;width:100%;padding:14px 48px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.hp-login-input::placeholder{color:#fff3}.hp-login-input:focus{border-color:#3ebaf4;box-shadow:0 0 0 1px #3ebaf44d}.hp-login-eye{color:#bdc8d080;cursor:pointer;background:0 0;border:none;padding:0;line-height:1;transition:color .2s;position:absolute;right:16px}.hp-login-eye:hover{color:#e5e2e1}.hp-login-submit{cursor:pointer;color:#fff;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 24px;font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 0 20px #3ebaf433}.hp-login-submit:hover{box-shadow:0 0 30px #3ebaf466}.hp-login-submit .material-symbols-outlined{font-size:20px;transition:transform .2s}.hp-login-submit:hover .material-symbols-outlined{transform:translate(4px)}.hp-login-error{color:#ff8080;background:#ff64641a;border:1px solid #ff64644d;border-radius:6px;padding:12px 16px;font-family:Poppins,sans-serif;font-size:13px}.hp-login-status-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:48px;padding:0 8px;display:flex}.hp-login-status-left{color:#bdc8d080;text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:10px;display:flex}.hp-login-status-dot{background:#00d49b;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 8px #00d49b}.hp-login-status-ok{color:#00d49b}.hp-login-status-right{color:#bdc8d066;text-transform:uppercase;letter-spacing:.15em;gap:16px;font-family:Poppins,sans-serif;font-size:10px;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hp-brand-logo-row{align-items:center;gap:10px;display:flex}.hp-brand-logo{object-fit:contain;width:28px;height:28px}.hp-brand-mark{background:linear-gradient(90deg,#3ebaf4,#df30ff);-webkit-text-fill-color:transparent;letter-spacing:.05em;-webkit-background-clip:text;background-clip:text;font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700}.hp-editor-v3-shell{background:var(--hp-bg);flex-direction:column;min-height:calc(100vh - 64px);margin:-28px;display:flex;overflow:hidden}.hp-editor-toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:40;background:#090a0ce6;border-bottom:1px solid #3ebaf429;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:0 32px;display:flex;position:sticky;top:0}.hp-editor-toolbar-left{align-items:center;gap:12px;min-width:0;display:flex}.hp-editor-toolbar-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.hp-editor-back{color:#bdc8d080;align-items:center;text-decoration:none;transition:color .2s;display:flex}.hp-editor-back:hover{color:#3ebaf4}.hp-editor-toolbar-title{color:var(--hp-fg-1);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;max-width:420px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;overflow:hidden}.hp-editor-toolbar-btn{color:#bdc8d0b3;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 14px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.hp-editor-toolbar-btn:hover{color:var(--hp-fg-1)}.hp-editor-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.hp-editor-toolbar-btn-outline{color:var(--hp-fg-1);border:1px solid #3ebaf44d;border-radius:6px}.hp-editor-toolbar-btn-outline:hover:not(:disabled){background:#ffffff0a}.hp-editor-toolbar-btn-gradient{color:#001e2d;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border-radius:6px;font-weight:900;box-shadow:0 4px 16px #3ebaf440}.hp-editor-toolbar-btn-gradient:hover{opacity:.9}.hp-editor-toolbar-divider{background:#3ebaf426;flex-shrink:0;width:1px;height:28px;margin:0 4px}.hp-editor-layout{flex:1;overflow:hidden auto}.hp-editor-workspace{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:28px;width:min(100%,1580px);margin:0 auto;padding:28px 32px 48px;display:grid}.hp-editor-left{min-width:0}.hp-editor-content-wrap{flex-direction:column;gap:24px;max-width:none;margin:0;padding:0;display:flex}.hp-editor-hero{background:linear-gradient(#0e1218f5 0%,#0b0d10fa 100%);border:1px solid #3ebaf41f;border-radius:22px;padding:30px 32px 24px;box-shadow:inset 0 1px #ffffff08}.hp-editor-identity{align-items:flex-start;gap:20px;margin:0;display:flex}.hp-editor-ai-badge{background:#3ebaf414;border:1px solid #3ebaf429;border-radius:8px;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;padding:12px 8px;display:flex}.hp-editor-ai-text{writing-mode:vertical-rl;letter-spacing:.3em;text-transform:uppercase;color:#3ebaf4;font-family:Rajdhani,sans-serif;font-size:9px;font-weight:900}.hp-editor-ai-badge .material-symbols-outlined{color:#3ebaf4;font-size:14px}.hp-editor-title-area{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.hp-editor-headline{color:#fff;letter-spacing:-.03em;resize:none;text-transform:uppercase;background:0 0;border:none;outline:none;width:100%;font-family:Rajdhani,sans-serif;font-size:clamp(24px,3vw,38px);font-weight:700;line-height:1.02}.hp-editor-headline::placeholder{color:#505050}.hp-editor-slug-row{color:#88929ab3;align-items:center;gap:8px;font-size:14px;display:flex}.hp-editor-slug-row .material-symbols-outlined{flex-shrink:0;font-size:16px}.hp-editor-slug-prefix{color:#88929aa6;background:#ffffff0a;border-radius:6px;flex-shrink:0;padding:5px 9px;font-size:13px}.hp-editor-slug-input{color:#3ebaf4;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:13px}.hp-editor-meta-bar{border-top:1px solid #ffffff0f;flex-wrap:wrap;gap:10px;margin-top:22px;padding-top:18px;display:flex}.hp-editor-meta-pill{color:#bdc8d0c7;letter-spacing:.05em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;align-items:center;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.hp-editor-meta-pill.is-published{color:#7ce7ad;background:#7ce7ad14;border-color:#7ce7ad38}.hp-editor-meta-pill.is-scheduled{color:#facc15;background:#facc1514;border-color:#facc1538}.hp-editor-meta-pill.is-draft{color:#94a3b8}.hp-editor-main-panel{background:linear-gradient(#0d0f12fa 0%,#0a0b0efa 100%);border:1px solid #ffffff0d;border-radius:22px;overflow:hidden}.hp-editor-panel-header{border-bottom:1px solid #ffffff0d;padding:0 32px}.hp-editor-tabs-bar{border-bottom:none;gap:6px;margin:0;display:flex}.hp-editor-tab{letter-spacing:.15em;text-transform:uppercase;color:#88929a99;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:16px 20px 14px;font-family:Rajdhani,sans-serif;font-size:12px;font-weight:700;transition:color .2s}.hp-editor-tab:hover{color:#bdc8d0cc}.hp-editor-tab.is-active{color:#3ebaf4;border-bottom-color:#3ebaf4}.hp-editor-tab-panel{flex-direction:column;gap:18px;padding:28px 32px 36px;display:flex}.hp-editor-tab-panel-content{padding-top:0}.hp-editor-tab-panel-content .hp-tiptap-wrap{border-radius:14px;min-height:640px}.hp-format-toolbar{z-index:10;background:#0a0c0ef5;border-bottom:1px solid #3ebaf414;border-radius:0;flex-wrap:wrap;align-items:center;gap:4px;margin:0 -32px 18px;padding:12px 32px 10px;display:flex;position:sticky;top:0}.hp-format-btn{color:#88929a99;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px 8px;transition:all .15s;display:flex}.hp-format-btn:hover{color:#3ebaf4;background:#3ebaf414}.hp-format-btn .material-symbols-outlined{font-size:18px}.hp-format-btn-text{letter-spacing:.1em;text-transform:uppercase;font-family:Rajdhani,sans-serif;font-size:10px;font-weight:700}.hp-format-btn-ai{color:#3ebaf4;letter-spacing:.1em;text-transform:uppercase;background:#3ebaf414;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-family:Rajdhani,sans-serif;font-size:10px;font-weight:700;display:flex;border:1px solid #3ebaf433!important}.hp-format-btn-ai span:not(.material-symbols-outlined){font-size:10px}.hp-format-btn-ai:hover{color:#3ebaf4;background:#3ebaf426!important}.hp-format-btn-ai .material-symbols-outlined{font-size:14px}.hp-format-divider{background:#3ebaf41a;flex-shrink:0;width:1px;height:20px;margin:0 4px}.hp-format-source-toggle{margin-left:auto}.hp-format-source-btn{color:#88929a8c;cursor:pointer;letter-spacing:.02em;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 10px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;font-weight:600;transition:all .15s}.hp-format-source-btn.is-active{color:#3ebaf4;background:#3ebaf41f;border-color:#3ebaf44d}.hp-editor-source{color:#a8c4d4;resize:vertical;tab-size:2;background:#060606eb;border:1px solid #3ebaf426;border-radius:12px;outline:none;width:100%;min-height:560px;padding:20px;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:12.5px;line-height:1.75}.hp-char-count{color:#88929a73;margin-left:6px;font-size:10px;font-weight:400}.hp-editor-schema-msg{color:#88929a80;text-align:center;border:1px dashed #3ebaf41a;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:48px 32px;font-size:14px;display:flex}.hp-editor-schema-msg .material-symbols-outlined{color:#ffe930;flex-shrink:0;font-size:20px}.hp-editor-right{min-width:0}.hp-editor-rail-sticky{flex-direction:column;gap:14px;display:flex;position:sticky;top:24px}.hp-editor-rail-section{background:linear-gradient(#0f1115f5 0%,#0b0d10fa 100%);border:1px solid #ffffff0d;border-radius:18px;padding:18px;box-shadow:inset 0 1px #ffffff08}.hp-editor-rail-label{letter-spacing:.16em;text-transform:uppercase;color:#bdc8d099;margin-bottom:12px;font-size:10px;font-weight:700;display:block}.hp-editor-rail-label.is-muted{opacity:.55}.hp-editor-deep-score-head{align-items:baseline;gap:8px;margin-bottom:14px;display:flex}.hp-editor-deep-score-value{font-family:var(--font-headline);font-size:34px;font-weight:700}.hp-editor-deep-score-value.is-good{color:var(--green)}.hp-editor-deep-score-value.is-ok{color:var(--amber)}.hp-editor-deep-score-value.is-poor{color:var(--danger)}.hp-editor-deep-score-grade{color:var(--text-muted);font-size:13px;font-weight:600}.hp-editor-breakdown-list{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.hp-editor-breakdown-row{color:var(--text-secondary);justify-content:space-between;gap:10px;margin-bottom:4px;font-size:12px;display:flex}.hp-editor-breakdown-track{background:var(--panel-soft);border-radius:999px;height:4px;overflow:hidden}.hp-editor-breakdown-fill{border-radius:999px;height:100%;transition:width .3s}.hp-editor-suggestion-list{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.hp-editor-suggestion-item{color:var(--text-secondary);align-items:flex-start;gap:8px;font-size:12px;display:flex}.hp-editor-suggestion-item .material-symbols-outlined{color:var(--amber);flex-shrink:0;margin-top:1px;font-size:14px}.hp-editor-rail-action{background:var(--panel-soft);border:1px solid var(--panel-border);width:100%;color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:13px;display:flex}.hp-editor-rail-action:disabled{opacity:.45;cursor:not-allowed}.hp-editor-rail-action.is-tertiary{background:#ffffff05}.hp-editor-rail-note{color:var(--text-muted);text-align:center;margin-top:6px;font-size:11px}.hp-editor-backlink-list{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.hp-editor-backlink-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.hp-editor-backlink-rank{background:var(--cyan);color:#000;font-family:var(--font-headline);white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.hp-editor-backlink-body{min-width:0}.hp-editor-backlink-domain{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.hp-editor-backlink-anchor{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.hp-editor-backlink-link{color:var(--text-muted);align-items:center;display:flex}.hp-editor-backlink-link .material-symbols-outlined{font-size:14px}@media (max-width:1100px){.hp-editor-workspace{grid-template-columns:minmax(0,1fr) 220px;gap:20px;padding:24px 24px 40px}.hp-editor-hero{padding:26px 24px 20px}.hp-editor-panel-header{padding:0 24px}.hp-editor-tab-panel{padding:24px 24px 28px}.hp-format-toolbar{margin:0 -24px 18px;padding-left:24px;padding-right:24px}}@media (max-width:860px){.hp-editor-workspace{grid-template-columns:1fr;gap:18px;padding:18px 18px 32px}.hp-editor-rail-sticky{position:static}.hp-editor-hero{padding:22px 20px 18px}.hp-editor-panel-header{padding:0 20px}.hp-editor-tab-panel{padding:20px 20px 24px}.hp-format-toolbar{margin:0 -20px 16px;padding-left:20px;padding-right:20px}.hp-editor-right{border-top:1px solid #ffffff0d;padding-top:8px}}@media (max-width:640px){.hp-editor-toolbar{align-items:flex-start;padding:12px 16px}.hp-editor-toolbar-right{justify-content:space-between;width:100%}.hp-editor-toolbar-title{max-width:220px}.hp-editor-toolbar-divider,.hp-editor-ai-badge{display:none}.hp-editor-headline{font-size:clamp(22px,7vw,32px)}.hp-editor-backlink-item{grid-template-columns:auto minmax(0,1fr)}.hp-editor-backlink-select,.hp-editor-backlink-link{grid-column:2;justify-self:start}}.hp-editor-footer-bar{color:#ffffff59;background:#121212;border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;height:40px;padding:0 24px;font-size:12px;display:flex}.hp-editor-footer-left{align-items:center;gap:20px;display:flex}.hp-editor-footer-right{align-items:center;gap:12px;display:flex}.hp-editor-autosave{color:#ffffff59;align-items:center;gap:6px;display:flex}.hp-editor-autosave-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hp-editor-status-pill strong{color:#fff9}.hp-editor-kbd{color:#fff6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:2px 7px;font-family:monospace;font-size:11px}.hp-generate-v3-shell{flex-direction:column;gap:40px;max-width:760px;margin:0 auto;padding:48px 24px 80px;display:flex}.hp-stepper{flex-direction:column;gap:12px;display:flex}.hp-stepper-steps{align-items:center;gap:0;display:flex}.hp-stepper-step{color:#ffffff59;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.hp-stepper-step.is-active{color:#ffe930;background:#ffe93026;border-color:#ffe93080}.hp-stepper-line{background:#ffffff14;flex:1;max-width:60px;height:1px}.hp-stepper-label{align-items:center;gap:10px;display:flex}.hp-stepper-step-label{color:#ffe930;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.hp-stepper-step-desc{color:#ffffff59;letter-spacing:.03em;font-size:11px}.hp-generate-heading{flex-direction:column;gap:6px;display:flex}.hp-generate-heading h1{color:#fff;letter-spacing:-.01em;font-size:28px;font-weight:700}.hp-generate-heading p{color:#ffffff73;font-size:14px;line-height:1.5}.hp-generate-fields{flex-direction:column;gap:32px;display:flex}.hp-generate-section{flex-direction:column;gap:12px;display:flex}.hp-generate-label{color:#ffffff80;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.hp-generate-label .material-symbols-outlined{color:#ffe930b3;font-size:16px}.hp-generate-textarea-wrap{position:relative}.hp-generate-textarea{color:#fff;resize:vertical;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .15s}.hp-generate-textarea:focus{border-color:#ffe93059;outline:none}.hp-generate-char-count{color:#fff3;letter-spacing:.05em;pointer-events:none;font-size:10px;position:absolute;bottom:10px;right:12px}.hp-industry-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.hp-industry-card{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;padding:16px;transition:all .15s;display:flex}.hp-industry-card:hover{background:#ffffff0d;border-color:#ffe9304d}.hp-industry-card.is-active{background:#ffe9300f;border-color:#ffe93080}.hp-industry-icon{color:#ffffff4d;font-size:22px;transition:color .15s}.hp-industry-icon.is-active{color:#ffe930}.hp-industry-name{color:#fff;margin:0;font-size:13px;font-weight:700}.hp-industry-desc{color:#fff6;margin:0;font-size:11px;line-height:1.5}.hp-generate-bento{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hp-generate-input{color:#fff;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.hp-generate-input:focus{border-color:#ffe93059;outline:none}.hp-keyword-pills-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px;min-height:44px;padding:8px 10px;transition:border-color .15s;display:flex}.hp-keyword-pills-wrap:focus-within{border-color:#ffe93059}.hp-keyword-pill{color:#ffe930;background:#ffe9301a;border:1px solid #ffe93040;border-radius:20px;align-items:center;gap:4px;padding:3px 8px 3px 10px;font-size:12px;font-weight:500;display:flex}.hp-keyword-pill-remove{cursor:pointer;color:#ffe93080;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.hp-keyword-pill-remove:hover{color:#ffe930}.hp-keyword-pill-remove .material-symbols-outlined{font-size:14px}.hp-keyword-input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:100px;padding:2px 0;font-family:inherit;font-size:13px}.hp-keyword-input::placeholder{color:#fff3}.hp-slider-header{justify-content:space-between;align-items:center;display:flex}.hp-slider-value{color:#fff;font-size:22px;font-weight:700}.hp-slider-unit{color:#fff6;margin-left:4px;font-size:13px;font-weight:400}.hp-slider-wrap{flex-direction:column;gap:8px;display:flex}.hp-range-input{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:2px;outline:none;width:100%;height:4px}.hp-range-input::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ffe930;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 3px #ffe93033}.hp-slider-labels{color:#ffffff4d;justify-content:space-between;font-size:11px;display:flex}.hp-inline-error{color:#f87171;background:#f8717114;border:1px solid #f8717133;border-radius:8px;margin:0;padding:10px 14px;font-size:13px}.hp-generate-cta-wrap{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.hp-generate-cta{color:#000;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#ffe930 0%,#ffc300 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s;display:flex}.hp-generate-cta:hover{opacity:.9;transform:translateY(-1px)}.hp-generate-cta:active{transform:translateY(0)}.hp-generate-cta:disabled{opacity:.45;cursor:not-allowed;transform:none}.hp-generate-cta .material-symbols-outlined{font-size:20px}.hp-generate-cta-note{color:#ffffff4d;margin:0;font-size:12px}.site-shell-v3{background:#0a0a0a;min-height:100vh}.site-nav-v3{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ad9;border-bottom:1px solid #3ebaf426;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #00000080}.site-nav-v3-left{align-items:center;gap:32px;display:flex}.site-nav-v3-right{align-items:center;gap:20px;display:flex}.site-nav-v3-brand{color:#3ebaf4;letter-spacing:.05em;font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;text-decoration:none}.site-nav-v3-links{gap:28px;display:flex}.site-nav-v3-link{color:#88929ab3;font-family:Poppins,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.site-nav-v3-link:hover{color:#fff}.site-nav-v3-link.is-active{color:#3ebaf4;border-bottom:2px solid #df30ff;padding-bottom:3px}.site-nav-v3-admin{color:#88929a80;font-family:Poppins,sans-serif;font-size:13px;text-decoration:none;transition:color .2s}.site-nav-v3-admin:hover{color:#fff}.site-nav-v3-cta{color:#fff;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border-radius:6px;padding:8px 20px;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s}.site-nav-v3-cta:hover{opacity:.9}.site-hero-v3{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:80px 48px;display:grid}.site-hero-v3-headline{color:#fff;letter-spacing:-.03em;text-transform:uppercase;margin:0 0 24px;font-family:Rajdhani,sans-serif;font-size:clamp(56px,7vw,88px);font-style:italic;font-weight:700;line-height:1.15;overflow:visible}.site-hero-v3-gradient-word{background:linear-gradient(90deg,#3ebaf4,#df30ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:-.1em;padding-bottom:.25em;display:block}.site-hero-v3-subtitle{color:#88929abf;max-width:480px;margin:0;font-size:17px;font-weight:300;line-height:1.65}.site-hero-v3-featured{position:relative}.site-hero-v3-featured-glow{opacity:.2;filter:blur(48px);pointer-events:none;background:linear-gradient(90deg,#3ebaf426,#df30ff26);border-radius:16px;transition:opacity .4s;position:absolute;inset:-16px}.site-hero-v3-featured:hover .site-hero-v3-featured-glow{opacity:.5}.site-hero-v3-featured-card{z-index:1;background:#1a1a1a;border:1px solid #3ebaf426;border-radius:12px;position:relative;overflow:hidden}.site-hero-v3-featured-card a{text-decoration:none;display:block}.site-hero-v3-featured-no-img{aspect-ratio:4/3;background:linear-gradient(135deg,#3ebaf414,#df30ff0f);justify-content:center;align-items:center;width:100%;display:flex}.site-hero-v3-featured-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.site-hero-v3-featured-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141414e6;border-top:1px solid #3ebaf41a;padding:24px}.site-hero-v3-featured-tag{color:#df30ff;text-transform:uppercase;letter-spacing:.1em;background:#df30ff1f;border:1px solid #df30ff40;border-radius:4px;margin-bottom:10px;padding:3px 10px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;display:inline-block}.site-hero-v3-featured-title{color:#fff;text-transform:uppercase;margin:0;font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;line-height:1.2;transition:color .2s}.site-hero-v3-featured-card:hover .site-hero-v3-featured-title{color:#3ebaf4}.site-grid-section{max-width:1200px;margin:0 auto;padding:0 48px 48px}.site-grid-header{border-left:4px solid #3ebaf4;justify-content:space-between;align-items:flex-end;margin-bottom:48px;padding-left:20px;display:flex}.site-grid-heading{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;font-family:Rajdhani,sans-serif;font-size:clamp(24px,3vw,36px);font-style:italic;font-weight:900}.site-grid-subhead{color:#3ebaf48c;letter-spacing:.1em;text-transform:uppercase;margin:0;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.site-grid-v3{grid-template-columns:repeat(2,1fr);gap:48px;display:grid}.site-card-v3{text-decoration:none;display:block}.site-card-v3-img-wrap{aspect-ratio:16/9;background:#1a1a1a;border:1px solid #3ebaf41a;border-radius:12px;margin-bottom:20px;overflow:hidden}.site-card-v3-img{object-fit:cover;opacity:.7;width:100%;height:100%;transition:all .4s;display:block}.site-card-v3:hover .site-card-v3-img{opacity:1;transform:scale(1.03)}.site-card-v3-no-img{background:linear-gradient(135deg,#3ebaf40f,#df30ff0a);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.site-card-v3-meta{align-items:center;gap:12px;margin-bottom:14px;display:flex}.site-card-v3-cat{color:#df30ff;text-transform:uppercase;letter-spacing:.1em;background:#df30ff1a;border:1px solid #df30ff33;border-radius:4px;padding:3px 10px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700}.site-card-v3-readtime{color:#88929a8c;text-transform:uppercase;letter-spacing:.1em;font-family:Poppins,sans-serif;font-size:10px;font-weight:700}.site-card-v3-title{color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin:0 0 12px;font-family:Rajdhani,sans-serif;font-size:22px;font-style:italic;font-weight:700;line-height:1.2;transition:color .2s}.site-card-v3:hover .site-card-v3-title{color:#3ebaf4}.site-card-v3-excerpt{color:#88929aa6;-webkit-line-clamp:2;letter-spacing:.01em;word-spacing:.04em;-webkit-box-orient:vertical;margin:0 0 20px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.site-card-v3-footer{border-top:1px solid #3ebaf414;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.site-card-v3-author{align-items:center;gap:10px;display:flex}.site-card-v3-author-avatar{color:#3ebaf4;background:linear-gradient(135deg,#3ebaf440,#df30ff40);border:1px solid #3ebaf433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700;display:flex}.site-card-v3-author-name{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-family:Rajdhani,sans-serif;font-size:12px;font-weight:700}.site-card-v3-author-date{color:#88929a73;text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-family:Poppins,sans-serif;font-size:10px}.site-card-v3-arrow{color:#3ebaf4;opacity:.4;font-size:20px;transition:opacity .2s}.site-card-v3:hover .site-card-v3-arrow{opacity:1}.site-empty-v3{text-align:center;border:1px dashed #3ebaf41f;border-radius:12px;padding:80px 32px}.site-empty-v3 h3{color:#fff;margin:0 0 8px;font-family:Rajdhani,sans-serif;font-size:24px;font-weight:700}.site-empty-v3 p{color:#88929a8c;margin:0;font-size:14px}.site-newsletter{max-width:1200px;margin:0 auto;padding:32px 48px 80px}.site-newsletter-inner{background:#1a1a1a;border:1px solid #3ebaf426;border-radius:12px;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:56px 64px;display:grid;position:relative;overflow:hidden}.site-newsletter-glow{background:linear-gradient(to bottom-right, #3ebaf40f, #df30ff0f);filter:blur(80px);pointer-events:none;border-radius:50%;width:384px;height:384px;position:absolute;top:-96px;right:-96px}.site-newsletter-heading{color:#fff;text-transform:uppercase;margin:0 0 16px;font-family:Rajdhani,sans-serif;font-size:clamp(28px,3.5vw,40px);font-style:italic;font-weight:900;line-height:1.1}.site-newsletter-sub{color:#88929a99;max-width:360px;margin:0;font-size:14px;line-height:1.65}.site-newsletter-form{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.site-newsletter-input{color:#e5e2e1;background:#0a0a0ab3;border:1px solid #3ebaf433;border-radius:8px;outline:none;width:100%;padding:14px 20px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .2s}.site-newsletter-input:focus{border-color:#3ebaf480}.site-newsletter-input::placeholder{color:#88929a4d}.site-newsletter-btn{color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border:none;border-radius:8px;width:100%;padding:14px;font-family:Rajdhani,sans-serif;font-size:14px;font-weight:700;transition:opacity .2s}.site-newsletter-btn:hover{opacity:.9}.site-post-no-hero{background:linear-gradient(135deg,#3ebaf40f 0%,#df30ff0a 100%);width:100%;height:180px}.site-post-hero{width:100%;height:400px;position:relative;overflow:hidden}.site-post-hero img{object-fit:cover;width:100%;height:100%;display:block}.site-post-hero-gradient{background:linear-gradient(#0000 0%,#0a0a0a26 40%,#0a0a0a 100%);position:absolute;inset:0}.site-post-container{max-width:720px;margin:0 auto;padding:48px 24px 96px}.site-post-breadcrumbs{text-transform:uppercase;letter-spacing:.1em;color:#88929a73;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:11px;display:flex}.site-post-breadcrumbs a{color:#88929a73;text-decoration:none;transition:color .2s}.site-post-breadcrumbs a:hover{color:#3ebaf4}.site-post-breadcrumbs .material-symbols-outlined{font-size:12px}.site-post-category{color:#3ebaf4;text-transform:uppercase;letter-spacing:.1em;background:#3ebaf414;border:1px solid #3ebaf433;border-radius:999px;margin-bottom:16px;padding:4px 12px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;display:inline-block}.site-post-h1{color:#fff;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 16px;font-family:Rajdhani,sans-serif;font-size:clamp(32px,5.5vw,56px);font-weight:700;line-height:1.05}.site-post-subtitle{color:#bdc8d0a6;margin:0 0 32px;font-size:18px;font-weight:300;line-height:1.55}.site-post-author-row{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:48px;padding:20px 0;display:flex}.site-post-author{align-items:center;gap:14px;display:flex}.site-post-author-avatar{color:#3ebaf4;background:linear-gradient(135deg,#3ebaf433,#df30ff33);border:1px solid #3ebaf433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;display:flex}.site-post-author-avatar--photo{object-fit:cover;object-position:center top;background:0 0;padding:0}.site-post-author-name{color:#e5e2e1;margin:0 0 2px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.site-post-author-role{color:#88929a73;text-transform:uppercase;letter-spacing:.1em;font-family:Poppins,sans-serif;font-size:11px}.site-post-meta-right{text-align:right}.site-post-meta-item{color:#88929a73;justify-content:flex-end;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:12px;display:flex}.site-post-meta-item .material-symbols-outlined{font-size:14px}.site-post-body{color:#e5e2e1d1;font-size:17px;line-height:1.8}.site-post-body>*+*{margin-top:20px}.site-post-body h2{color:#fff;text-transform:uppercase;letter-spacing:-.01em;font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;margin-top:48px!important}.site-post-body h3{color:#fff;font-family:Rajdhani,sans-serif;font-size:24px;font-weight:700;margin-top:36px!important}.site-post-body a{color:#3ebaf4;text-decoration:underline}.site-post-body blockquote{color:#e5e2e1a6;background:#3ebaf40a;border-left:4px solid #3ebaf4;border-radius:0 8px 8px 0;margin:32px 0;padding:16px 24px;font-style:italic}.site-post-body ul,.site-post-body ol{padding-left:24px}.site-post-body strong{color:#e5e2e1;font-weight:600}.site-post-body code{color:#3ebaf4;background:#3ebaf414;border:1px solid #3ebaf426;border-radius:4px;padding:2px 6px;font-size:14px}.site-post-tags{border-top:1px solid #ffffff0d;margin-top:48px;padding-top:24px}.site-post-tags-label{color:#88929a66;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-family:Poppins,sans-serif;font-size:10px}.site-post-tags-list{flex-wrap:wrap;gap:8px;display:flex}.site-post-tag{color:#bdc8d08c;background:#1c1b1b;border:1px solid #ffffff0f;border-radius:999px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:12px;text-decoration:none;transition:all .15s;display:inline-block}.site-post-tag:hover{color:#3ebaf4;border-color:#3ebaf44d}@media (max-width:900px){.site-hero-v3,.site-newsletter-inner{grid-template-columns:1fr;gap:40px}.site-grid-v3{grid-template-columns:1fr}.site-hero-v3,.site-grid-section,.site-newsletter{padding-left:24px;padding-right:24px}}.hp-post-row-body{flex:1;grid-template-columns:1fr 130px 90px 80px 110px 72px;align-items:center;gap:16px;min-width:0;display:grid}.hp-settings-section{background:#1c1b1b;border:1px solid #88d3ff12;border-radius:12px;margin-bottom:16px;padding:24px}.hp-settings-aside .hp-settings-section:last-child{margin-bottom:0}.hp-settings-section-title{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:#bdc8d099;border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;margin:0 0 20px;padding-bottom:12px;font-size:11px;font-weight:700;display:flex}.hp-settings-section-title .material-symbols-outlined{color:#3ebaf4;font-size:16px}.hp-avatar-row{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hp-avatar-circle{cursor:pointer;background:linear-gradient(135deg,#3ebaf429,#df30ff24);border:1px solid #3ebaf42e;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;transition:border-color .2s,transform .15s;display:flex;overflow:hidden}.hp-avatar-circle:hover{border-color:#3ebaf459;transform:translateY(-1px)}.hp-avatar-circle.has-image{background:#ffffff0a}.hp-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.hp-avatar-initial{font-family:var(--font-headline);color:var(--cyan);font-size:34px}.hp-avatar-info{gap:10px;display:grid}.hp-hint{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.hp-account-role-box{color:var(--text-secondary);background:#3ebaf40d;border:1px solid #3ebaf41f;border-radius:10px;align-items:flex-start;gap:10px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.hp-account-role-icon{color:var(--cyan);margin-top:1px;font-size:18px}.hp-account-key-row{align-items:center;gap:10px;display:flex}.hp-account-key-input{letter-spacing:.08em}.hp-seo-score-bar-wrap{background:#ffffff14;border-radius:3px;height:6px;overflow:hidden}.hp-seo-score-bar{border-radius:3px;height:100%;transition:width .4s}.hp-seo-score-bar.is-good{background:#4ade80}.hp-seo-score-bar.is-ok{background:#facc15}.hp-seo-score-bar.is-poor{background:#f87171}.blog-pillar-shell{max-width:860px;margin:0 auto;padding:40px 24px 80px}.blog-pillar-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.blog-pillar-breadcrumb a{color:#38bdf8;text-decoration:none}.blog-pillar-breadcrumb a:hover{text-decoration:underline}.blog-pillar-header{margin-bottom:40px}.blog-pillar-badge{letter-spacing:.08em;text-transform:uppercase;color:#38bdf8;background:#38bdf81f;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.blog-pillar-title{margin:16px 0 12px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2}.blog-pillar-intro{color:#94a3b8;font-size:18px;line-height:1.6}.blog-pillar-clusters{border-top:1px solid #ffffff14;margin-top:64px;padding-top:40px}.blog-pillar-clusters-heading{margin-bottom:24px;font-size:20px;font-weight:700}.blog-pillar-clusters-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.blog-cluster-card{color:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:8px;padding:20px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.blog-cluster-card:hover{background:#38bdf80d;border-color:#38bdf866}.blog-cluster-card-title{color:#e2e8f0;margin:0;font-size:15px;font-weight:600}.blog-cluster-card-desc{color:#94a3b8;flex:1;margin:0;font-size:13px}.blog-cluster-card-link{color:#38bdf8;margin-top:4px;font-size:12px}.site-post-related-card{background:#ffffff08;border:1px solid #3ebaf41a;border-radius:10px;padding:16px 20px;text-decoration:none;transition:border-color .2s;display:block}.site-post-related-card:hover{border-color:#3ebaf459}.hp-tiptap-wrap{border:1px solid var(--panel-border);background:var(--panel-soft);border-radius:10px;min-height:480px;overflow:hidden}.hp-tiptap-editor{min-height:480px;color:var(--text-primary);outline:none;padding:20px 24px;font-size:15px;line-height:1.75}.hp-tiptap-editor p{margin:0 0 1em}.hp-tiptap-editor h1,.hp-tiptap-editor h2,.hp-tiptap-editor h3{font-family:var(--font-headline);margin:1.4em 0 .5em;font-weight:700}.hp-tiptap-editor h1{font-size:2em}.hp-tiptap-editor h2{font-size:1.5em}.hp-tiptap-editor h3{font-size:1.2em}.hp-tiptap-editor ul,.hp-tiptap-editor ol{margin:0 0 1em;padding-left:1.5em}.hp-tiptap-editor li{margin-bottom:.3em}.hp-tiptap-editor strong{font-weight:700}.hp-tiptap-editor em{font-style:italic}.hp-tiptap-editor a{color:var(--cyan);text-decoration:underline}.hp-tiptap-editor img{border-radius:8px;max-width:100%;margin:.5em 0}.hp-tiptap-editor pre{border:1px solid var(--panel-border);background:#00000059;border-radius:8px;margin:1em 0;padding:14px 18px;overflow-x:auto}.hp-tiptap-editor pre code{color:var(--green);background:0 0;font-family:Fira Code,monospace;font-size:13px}.hp-tiptap-editor code{background:#00000040;border-radius:4px;padding:1px 5px;font-size:.9em}.hp-tiptap-editor blockquote{border-left:3px solid var(--cyan);color:var(--text-secondary);margin:1em 0;padding-left:1em}.hp-tiptap-editor table{border-collapse:collapse;width:100%;margin:1em 0}.hp-tiptap-editor th,.hp-tiptap-editor td{border:1px solid var(--panel-border);text-align:left;padding:8px 12px}.hp-tiptap-editor th{background:var(--panel-soft);font-weight:600}.hp-tiptap-editor .is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-muted);float:left;pointer-events:none;height:0}.hp-format-btn.is-active{color:var(--cyan);background:#3ebaf426}.hp-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hp-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:14px;width:440px;max-width:94vw;padding:24px}.hp-modal-header{align-items:center;gap:10px;margin-bottom:18px;display:flex}.hp-modal-header h3{font-family:var(--font-headline);flex:1;margin:0;font-size:16px;font-weight:700}.hp-modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;display:flex}.hp-modal-body{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.hp-modal-footer{justify-content:flex-end;gap:10px;display:flex}@keyframes cms-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hp-skeleton{background:linear-gradient(90deg, var(--panel-soft) 25%, #ffffff14 50%, var(--panel-soft) 75%);background-size:800px 100%;animation:1.4s linear infinite cms-shimmer;display:block}@keyframes cms-progress-ease{0%{width:0%}15%{width:45%}35%{width:65%}55%{width:78%}75%{width:87%}90%{width:92%}to{width:95%}}@keyframes cms-progress-done{0%{width:92%}to{width:100%}}@keyframes cms-stage-pulse{0%,to{border-color:#3ebaf466;box-shadow:0 0 #3ebaf400}50%{border-color:#3ebaf4b3;box-shadow:0 0 18px #3ebaf42e}}@keyframes cms-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cms-fill-shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}@keyframes cms-done-pop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.hp-confirm-overlay :focus-visible{outline-color:var(--danger)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hp-site-manager-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.hp-site-form-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.hp-site-form-title{margin:0;font-size:1.05rem;font-weight:700}.hp-site-form-btn-group{gap:8px;display:flex}.hp-site-form-footer{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.hp-site-domain-row{gap:8px;display:flex}.hp-site-domain-input{flex:1}.hp-site-crawl-btn{white-space:nowrap;flex-shrink:0}.hp-site-upload-hint{color:var(--text-muted);margin-left:2px;font-weight:400}.hp-icon-sm{font-size:15px!important}.hp-icon-16{font-size:16px!important}.hp-site-upload-btn{color:#3ebaf4;cursor:pointer;background:#3ebaf40f;border:1px dashed #3ebaf473;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .2s;display:inline-flex}.hp-site-upload-btn:hover{background:#3ebaf41f}.hp-site-skeleton-list{flex-direction:column;gap:1rem;display:flex}.hp-site-skeleton-card{background:var(--panel-soft);border:1px solid var(--panel-border);border-radius:.75rem;padding:1.25rem}.hp-site-empty{text-align:center;border:1px dashed var(--panel-border);border-radius:.75rem;padding:3rem}.hp-site-empty-icon{color:var(--text-muted);margin-bottom:.75rem;font-size:2.5rem;display:block}.hp-site-empty-text{color:var(--text-muted);margin-bottom:1rem}.hp-sites-list{flex-direction:column;gap:1rem;display:flex}.hp-site-card{background:var(--panel-soft);border:1px solid var(--panel-border);border-radius:.75rem;overflow:hidden}.hp-site-card-body{padding:1.25rem}.hp-site-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.hp-site-card-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.hp-site-card-tone{color:var(--cyan);background:#3ebaf41a;border:1px solid #3ebaf433;border-radius:99px;padding:2px 8px;font-size:11px;font-weight:600}.hp-site-card-domain{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.hp-site-card-domain .material-symbols-outlined{font-size:14px}.hp-site-card-audience{color:var(--text-secondary);margin-top:6px;font-size:12px}.hp-site-card-desc{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:6px;font-size:13px;display:-webkit-box;overflow:hidden}.hp-site-card-actions{border-top:1px solid var(--panel-border);gap:8px;padding:10px 1.25rem;display:flex}.hp-wizard-input-row .hp-generate-cta{flex-shrink:0;margin-top:0}.hp-wizard-nav .hp-generate-cta{margin-top:0}.hp-editor-shell.hp-site-shell{grid-template-columns:1fr}.hp-wizard-input-row .hp-generate-input{flex:1;min-width:0}.hp-meta-row{color:var(--text-muted);margin-top:4px;font-size:13px}.hp-schedule-form{flex-direction:column;gap:14px;display:flex}.hp-schedule-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px;font-size:10px;font-weight:700;display:block}.hp-schedule-preview{color:var(--text-secondary);background:#3ebaf40f;border:1px solid #3ebaf426;border-radius:8px;padding:12px;font-size:13px}.hp-ai-progress{background:var(--panel-border);border-radius:2px;width:100%;height:3px;margin-top:6px;display:block;overflow:hidden}.hp-ai-progress-bar{background:var(--cyan);border-radius:2px;height:100%;transition:width .3s}.hp-modal-preview{background:#ffffff08;border-radius:8px;margin-bottom:12px;overflow:hidden}.hp-modal-preview img{object-fit:contain;width:100%;height:auto;max-height:300px;display:block}.hp-dash-canvas{flex-direction:column;gap:28px;padding:0 0 48px;display:flex}.hp-subscribers-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 48px;display:grid}.hp-subscribers-card{background:#121212db;border:1px solid #ffffff0f;border-radius:16px;gap:10px;padding:20px 22px;display:grid}.hp-subscribers-card-label{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:11px;font-weight:600}.hp-subscribers-card-value{font-family:var(--font-headline);letter-spacing:-.03em;color:var(--text-primary);font-size:36px;font-weight:800}.hp-subscribers-panel{margin:0 48px}.hp-subscribers-email{color:var(--text-primary);font-weight:600}.hp-subscribers-date{color:var(--text-secondary);font-size:13px}@media (max-width:1100px){.hp-subscribers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hp-subscribers-grid{grid-template-columns:1fr;gap:12px;margin:0 16px}.hp-subscribers-panel{margin:0 16px}}.hp-sidebar-nav{position:relative}.hp-sidebar-nav.is-pending{cursor:progress}.hp-sidebar-nav.is-pending:before{content:"";background:linear-gradient(90deg, transparent, var(--cyan), var(--purple), transparent);z-index:2;pointer-events:none;background-size:200% 100%;height:2px;animation:1.1s linear infinite cms-nav-progress;position:absolute;top:0;left:0;right:0}@keyframes cms-nav-progress{0%{background-position:200% 0}to{background-position:-200% 0}}.hp-nav-link{will-change:background, transform;transition:background .18s,color .18s,transform .18s;position:relative}.hp-nav-link:hover{transform:translate(2px)}.hp-nav-link:active{transform:translate(0)}.hp-nav-link-indicator{background:var(--gradient);opacity:0;pointer-events:none;border-radius:0 3px 3px 0;width:3px;height:0;transition:height .22s cubic-bezier(.4,0,.2,1),opacity .22s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hp-nav-link.is-active .hp-nav-link-indicator{opacity:1;height:60%}.hp-nav-link.is-loading{background:#3ebaf41a}.hp-nav-link.is-loading .hp-nav-icon{animation:.9s ease-in-out infinite cms-nav-pulse}@keyframes cms-nav-pulse{0%,to{opacity:.6}50%{opacity:1}}.hp-main-inner{animation:.26s ease-out cms-page-fade}@keyframes cms-page-fade{0%{opacity:0}to{opacity:1}}.hp-sidebar-footer{border-top:1px solid #ffffff0a;flex-direction:column;gap:8px;margin-top:auto;padding:14px 16px 18px;display:flex}.hp-sidebar-footer-link{color:var(--text-secondary);font-family:var(--font-ui);letter-spacing:.03em;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.hp-sidebar-footer-link:hover{color:var(--cyan);background:#3ebaf414;border-color:#3ebaf438;transform:translate(1px)}.hp-sidebar-footer-link .material-symbols-outlined{font-size:16px}.hp-sidebar-footer-link-label{white-space:nowrap}.hp-sidebar-footer-profile{color:var(--text-primary);background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:10px;min-width:0;padding:8px 10px;text-decoration:none;transition:background .16s,border-color .16s;display:flex}.hp-sidebar-footer-profile:hover{background:#df30ff14;border-color:#df30ff38}.hp-sidebar-footer-avatar{width:28px;height:28px;font-family:var(--font-headline);color:#0a0a0a;background:var(--gradient);object-fit:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}img.hp-sidebar-footer-avatar{background:0 0}.hp-sidebar-footer-name{font-family:var(--font-ui);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.hp-sidebar-footer-gear{color:var(--text-muted);flex-shrink:0;font-size:16px;transition:color .16s,transform .16s}.hp-sidebar-footer-profile:hover .hp-sidebar-footer-gear{color:var(--purple);transform:rotate(30deg)}.hp-posts-canvas .hp-dash-header{-webkit-backdrop-filter:blur(14px);background:#0d0f12d1;border-bottom:none;height:auto;min-height:72px;padding-top:20px;padding-bottom:18px}.hp-posts-canvas .hp-dash-header h1{letter-spacing:-.035em;background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:32px}.hp-posts-canvas .hp-filter-bar{-webkit-backdrop-filter:blur(14px);background:#0d0f12d1;border-bottom:1px solid #ffffff0d;padding:0 48px;top:72px;box-shadow:0 18px 32px -28px #000000e6}.hp-posts-canvas .hp-filter-tabs{gap:6px;padding:8px 0 0}.hp-posts-canvas .hp-filter-tab{border-radius:8px 8px 0 0;padding:10px 14px 12px;transition:background .18s,color .18s;position:relative}.hp-posts-canvas .hp-filter-tab:hover{color:var(--text-primary);background:#ffffff0a}.hp-posts-canvas .hp-filter-tab.is-active{color:var(--cyan);background:#3ebaf40f}.hp-posts-canvas .hp-filter-tab.is-active:after{content:"";background:var(--gradient);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:10%;right:10%}.hp-posts-canvas .hp-filter-tab-count{color:var(--text-muted);letter-spacing:.04em;background:#ffffff0f;border-radius:999px;margin-left:6px;padding:2px 7px;font-size:10px;font-weight:700}.hp-posts-canvas .hp-filter-tab.is-active .hp-filter-tab-count{color:var(--cyan);background:#3ebaf42e}.hp-posts-canvas .hp-filter-range{align-items:center;gap:10px;padding:8px 0;display:inline-flex}.hp-posts-canvas .hp-filter-range-label{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:10px;font-weight:700}.hp-posts-canvas .hp-filter-range-links{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;gap:4px;padding:3px;display:inline-flex}.hp-posts-canvas .hp-filter-range-link{font-family:var(--font-ui);color:var(--text-muted);border-radius:6px;padding:5px 12px;font-size:11px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.hp-posts-canvas .hp-filter-range-link:hover{color:var(--text-primary)}.hp-posts-canvas .hp-filter-range-link.is-active{background:var(--gradient);color:#0a0a0a}.hp-posts-canvas>.hp-dash-footer{color:var(--text-muted);font-family:var(--font-ui);padding:0 48px;font-size:12px}@media (max-width:860px){.hp-posts-canvas .hp-dash-header{flex-direction:column;align-items:flex-start;gap:12px;min-height:0;padding:16px 20px 12px}.hp-posts-canvas .hp-dash-header h1{font-size:24px}.hp-posts-canvas .hp-filter-bar{flex-wrap:wrap;row-gap:8px;padding:0 20px;top:0}.hp-posts-canvas .hp-filter-tabs{flex-wrap:wrap}.hp-posts-canvas>.hp-dash-footer{padding:0 20px}}.hp-post-row{max-width:100%;overflow:hidden}.hp-post-row-body{min-width:0}.hp-post-row-title-col{flex:1;min-width:0;overflow:hidden}.hp-post-row-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.hp-post-row-title-col a[href^=\/]{min-width:0;max-width:100%;font-family:var(--font-ui);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#ffffff08;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 6px;font-size:11px;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex;overflow:hidden}.hp-post-row-title-col a[href^=\/]:hover{color:var(--cyan);border-color:#3ebaf44d}.hp-post-row-sub{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text-muted);font-size:11px;display:block;overflow:hidden}.hp-editor-v3-shell{position:relative}.hp-editor-toolbar{z-index:50;-webkit-backdrop-filter:blur(16px);background:#0d0f12e0;border-bottom:1px solid #ffffff0f;transition:box-shadow .2s,background .2s;position:sticky;top:0;box-shadow:0 16px 32px -28px #000000f2}.hp-editor-toolbar-left{flex:1;min-width:0}.hp-editor-toolbar-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}@media (max-width:860px){.hp-editor-toolbar{flex-wrap:wrap;row-gap:8px;padding:10px 14px}.hp-editor-toolbar-right{scrollbar-width:thin;width:100%;overflow-x:auto}}.hp-dtp{background:#0a0c1099;border:1px solid #ffffff0f;border-radius:14px;width:100%;max-width:340px;margin:0 auto;padding:16px}.hp-dtp-header{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.hp-dtp-nav-btn{width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.hp-dtp-nav-btn:hover:not(:disabled){color:var(--cyan);background:#3ebaf41a;border-color:#3ebaf44d}.hp-dtp-nav-btn:disabled{opacity:.3;cursor:not-allowed}.hp-dtp-nav-btn .material-symbols-outlined{font-size:20px}.hp-dtp-title{align-items:baseline;gap:8px;display:flex}.hp-dtp-title strong{font-family:var(--font-headline);color:var(--text-primary);font-size:16px;font-weight:700}.hp-dtp-title-year{font-family:var(--font-ui);color:var(--text-muted);font-size:13px}.hp-dtp-grid{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:16px;display:grid}.hp-dtp-day-label{text-align:center;font-family:var(--font-ui);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;padding:6px 0;font-size:10px;font-weight:700}.hp-dtp-cell{aspect-ratio:1;min-height:34px;color:var(--text-primary);font-family:var(--font-ui);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s,transform .12s;display:flex}.hp-dtp-cell.is-empty{cursor:default;pointer-events:none}.hp-dtp-cell:not(:disabled):hover{color:var(--cyan);background:#3ebaf41f;border-color:#3ebaf43d;transform:scale(1.05)}.hp-dtp-cell.is-today{color:var(--cyan);font-weight:700;position:relative}.hp-dtp-cell.is-today:after{content:"";background:var(--cyan);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.hp-dtp-cell.is-selected,.hp-dtp-cell.is-selected:hover{background:var(--gradient);color:#0a0a0a;border-color:#0000;font-weight:700;transform:scale(1);box-shadow:0 4px 16px -4px #3ebaf480}.hp-dtp-cell.is-selected.is-today:after{background:#0a0a0a}.hp-dtp-cell.is-past,.hp-dtp-cell:disabled{color:#ffffff24;cursor:not-allowed;pointer-events:none}.hp-dtp-time-row{border-top:1px solid #ffffff0d;align-items:center;gap:10px;padding-top:14px;display:flex}.hp-dtp-time-field{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:1;align-items:center;gap:8px;padding:10px 12px;transition:border-color .15s;display:inline-flex}.hp-dtp-time-field:focus-within{border-color:var(--cyan)}.hp-dtp-time-field .material-symbols-outlined{color:var(--cyan);font-size:16px}.hp-dtp-time-input{color:var(--text-primary);font-family:var(--font-ui);cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:600}.hp-dtp-time-input::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}.hp-dtp-today-btn{color:var(--text-secondary);font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.hp-dtp-today-btn:hover{color:var(--purple);background:#df30ff1a;border-color:#df30ff4d}.hp-schedule-form{min-width:320px}.site-hero-v3-headline{padding-top:8px;padding-bottom:8px;line-height:1.15!important;overflow:visible!important}.site-nav-v3-brand{align-items:center;gap:10px;display:inline-flex}.site-nav-v3-brand-logo{object-fit:contain;width:28px;height:28px}.site-card-v3-img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.site-card-v3-img-wrap{aspect-ratio:16/9;background:#12121280;border-radius:14px;overflow:hidden}.site-footer-v3{background:radial-gradient(circle at 20% 0,#3ebaf40f,#0000 40%),radial-gradient(circle at 80% 100%,#df30ff0d,#0000 40%),#08090beb;border-top:1px solid #ffffff0f;margin-top:80px;padding:56px 48px 24px}.site-footer-v3-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1280px;margin:0 auto 40px;display:grid}.site-footer-v3-brand-col{max-width:320px}.site-footer-v3-brand{font-family:var(--font-headline);color:var(--text-primary);background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:10px;margin-bottom:16px;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.site-footer-v3-brand-logo{object-fit:contain;-webkit-text-fill-color:initial;width:26px;height:26px}.site-footer-v3-tagline{font-family:var(--font-ui);color:var(--text-secondary);font-size:13px;line-height:1.6}.site-footer-v3-heading{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:11px;font-weight:700}.site-footer-v3-list{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.site-footer-v3-list a{font-family:var(--font-ui);color:var(--text-secondary);font-size:13px;text-decoration:none;transition:color .15s}.site-footer-v3-list a:hover{color:var(--cyan)}.site-footer-v3-base{font-family:var(--font-ui);color:var(--text-muted);border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding-top:24px;font-size:11px;display:flex}.site-footer-v3-base-right{color:var(--text-muted)}@media (max-width:860px){.site-footer-v3{padding:40px 20px 20px}.site-footer-v3-inner{grid-template-columns:1fr 1fr;gap:28px}.site-footer-v3-brand-col{grid-column:span 2;max-width:none}.site-footer-v3-base{text-align:center;flex-direction:column;gap:8px}}.site-newsletter-success{background:radial-gradient(circle at 0 0,#3ebaf41a,#0000 50%),radial-gradient(circle at 100% 100%,#df30ff14,#0000 50%),#12121299;border:1px solid #3ebaf433;border-radius:18px;flex-direction:column;align-items:flex-start;gap:14px;padding:28px 30px;animation:.42s cubic-bezier(.16,1,.3,1) cms-newsletter-success-in;display:flex;box-shadow:0 20px 60px -30px #3ebaf480}@keyframes cms-newsletter-success-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.site-newsletter-success-badge{background:var(--gradient);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;animation:.55s cubic-bezier(.16,1,.3,1) .1s backwards cms-newsletter-badge-pop;display:inline-flex;box-shadow:0 12px 28px -12px #3ebaf4cc}@keyframes cms-newsletter-badge-pop{0%{opacity:0;transform:scale(.4)rotate(-12deg)}60%{transform:scale(1.08)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}.site-newsletter-success-badge .material-symbols-outlined{color:#0a0a0a;font-variation-settings:"FILL" 1;font-size:26px}.site-newsletter-success-title{font-family:var(--font-headline);letter-spacing:-.02em;background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:26px;font-weight:800;line-height:1.1}.site-newsletter-success-body{font-family:var(--font-body);color:var(--text-secondary);max-width:420px;margin:0;font-size:14px;line-height:1.6}.site-newsletter-success-body strong{color:var(--text-primary);font-weight:600}.site-newsletter-success-meta{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.site-newsletter-success-meta-item{font-family:var(--font-ui);color:var(--text-secondary);letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff12;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.site-newsletter-success-meta-item .material-symbols-outlined{color:var(--cyan);font-size:14px}.site-newsletter-success-reset{color:var(--text-secondary);font-family:var(--font-ui);letter-spacing:.03em;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:10px;margin-top:8px;padding:10px 18px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.site-newsletter-success-reset:hover{color:var(--cyan);background:#3ebaf414;border-color:#3ebaf44d}.site-newsletter-btn-spin{vertical-align:middle;margin-right:6px;font-size:18px;animation:.9s linear infinite cms-spin}@keyframes cms-spin{to{transform:rotate(360deg)}}.site-newsletter-error{font-family:var(--font-ui);color:var(--danger);background:#ffb4ab14;border:1px solid #ffb4ab38;border-radius:8px;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;font-size:12px;font-weight:500;display:inline-flex}.site-newsletter-error .material-symbols-outlined{font-size:16px}.hp-site-card-actions .cms-btn.hp-btn-ghost:not(.is-danger){color:var(--cyan);border-color:#3ebaf447}.hp-site-card-actions .cms-btn.hp-btn-ghost:not(.is-danger):hover{color:var(--cyan);background:#3ebaf41a;border-color:#3ebaf473}.hp-site-card-actions .cms-btn.hp-btn-ghost.is-danger{color:var(--text-muted);background:0 0;border-color:#ffffff14}.hp-site-card-actions .cms-btn.hp-btn-ghost.is-danger:hover{color:var(--danger);background:#ff645014;border-color:#ffb4ab52}.site-post-body p{letter-spacing:.01em;word-spacing:.05em;margin-bottom:22px}.site-post-body p:last-child{margin-bottom:0}.site-post-body article>*+*{margin-top:22px}.site-post-body article p{margin-bottom:22px}.site-post-body article p:last-child{margin-bottom:0}.site-post-body table{border-collapse:collapse;background:#12121266;border:1px solid #ffffff14;border-radius:10px;width:100%;margin:32px 0;font-size:15px;overflow:hidden}.site-post-body thead{background:#3ebaf414}.site-post-body th{text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #3ebaf440;padding:14px 18px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.site-post-body td{color:#e5e2e1d1;vertical-align:top;border-bottom:1px solid #ffffff0d;padding:14px 18px}.site-post-body tbody tr:last-child td{border-bottom:none}.site-post-body tbody tr:hover td{background:#3ebaf40a}.site-post-body h2{letter-spacing:-.01em;margin-bottom:18px;line-height:1.2;text-transform:none!important;font-size:30px!important}.site-post-body h3{letter-spacing:-.005em;margin-bottom:14px;line-height:1.3;text-transform:none!important;font-size:22px!important}.site-post-body article h2{margin-top:44px}.site-post-body article h3{margin-top:32px}.site-post-h1{text-transform:none!important;letter-spacing:-.025em!important;margin:0 0 20px!important;font-size:clamp(36px,5.5vw,60px)!important;line-height:1.08!important}.site-post-subtitle{line-height:1.55;color:#bdc8d0e0!important;margin-bottom:36px!important;font-size:19px!important;font-weight:400!important}.site-post-category{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:360px;display:inline-block;overflow:hidden}.site-post-hero-img{aspect-ratio:16/9;background:#12121280;border:1px solid #ffffff0f;border-radius:16px;margin:8px 0 44px;overflow:hidden;box-shadow:0 24px 60px -30px #3ebaf440}.site-post-hero-img img{object-fit:cover;width:100%;height:100%;display:block}.site-post-cta{background:radial-gradient(circle at 0 0,#3ebaf41f,#0000 55%),radial-gradient(circle at 100% 100%,#df30ff14,#0000 55%),#12121299;border:1px solid #3ebaf438;border-radius:18px;margin:56px 0 40px;padding:40px;box-shadow:0 28px 60px -32px #3ebaf459}.site-post-cta-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#3ebaf4;margin-bottom:14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700}.site-post-cta-title{color:#fff;letter-spacing:-.02em;margin:0 0 14px;font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;line-height:1.12}.site-post-cta-body{color:#bdc8d0d1;max-width:560px;margin:0 0 26px;font-size:16px;line-height:1.6}.site-post-cta-btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#3ebaf4 0%,#df30ff 100%);border-radius:8px;align-items:center;gap:10px;padding:14px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .15s;display:inline-flex}.site-post-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px -8px #3ebaf480}@media (max-width:640px){.site-post-cta{margin:40px 0 32px;padding:28px 22px}.site-post-cta-title{font-size:26px}.site-post-cta-body{font-size:15px}}.hp-popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:.25s hp-fade-in;display:flex;position:fixed;inset:0}@keyframes hp-fade-in{0%{opacity:0}to{opacity:1}}.hp-popup{background:#141414;border:1px solid #3ebaf433;border-radius:16px;width:100%;max-width:420px;padding:40px 32px;animation:.3s hp-slide-up;position:relative}@keyframes hp-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hp-popup-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:color .15s,background .15s;display:flex;position:absolute;top:12px;right:12px}.hp-popup-close:hover{color:#fff;background:#ffffff14}.hp-popup-header{text-align:center;margin-bottom:24px}.hp-popup-header h3{color:#fff;margin:12px 0 8px;font-size:1.3rem;font-weight:700}.hp-popup-header p{color:#888;margin:0;font-size:.9rem;line-height:1.5}.hp-popup-form{flex-direction:column;gap:12px;display:flex}.hp-popup-form input{color:#fff;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:12px 14px;font-size:.9rem;transition:border-color .15s}.hp-popup-form input:focus{border-color:#3ebaf4}.hp-popup-form button{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#3ebaf4,#df30ff);border:none;border-radius:8px;padding:12px;font-size:.9rem;font-weight:700;transition:opacity .15s}.hp-popup-form button:hover{opacity:.9}.hp-popup-form button:disabled{opacity:.5;cursor:not-allowed}.hp-popup-error{color:#ff6b6b;text-align:center;margin:4px 0 0;font-size:.8rem}.hp-popup-fine{text-align:center;color:#555;margin:12px 0 0;font-size:.75rem}.hp-popup-success{text-align:center;padding:20px 0}.hp-popup-success h3{color:#fff;margin:12px 0 8px;font-size:1.2rem}.hp-popup-success p{color:#888;font-size:.9rem}.hp-sticky-bar{z-index:9990;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141414f2;border-top:1px solid #3ebaf426;justify-content:center;align-items:center;gap:12px;padding:10px 20px;animation:.3s hp-slide-up;display:flex;position:fixed;bottom:0;left:0;right:0}.hp-sticky-bar-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.hp-sticky-bar-label{color:#e0e0e0;white-space:nowrap;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.hp-sticky-bar-form input{color:#fff;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:160px;padding:8px 12px;font-size:.85rem}.hp-sticky-bar-form input:first-of-type{width:120px}.hp-sticky-bar-form input:focus{border-color:#3ebaf4}.hp-sticky-bar-form button{color:#fff;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#3ebaf4,#df30ff);border:none;border-radius:8px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:opacity .15s}.hp-sticky-bar-form button:hover{opacity:.9}.hp-sticky-bar-form button:disabled{opacity:.5}.hp-sticky-bar-close{color:#555;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:color .15s;display:flex}.hp-sticky-bar-close:hover{color:#fff}.hp-sticky-bar-success{color:#00d49b;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}@media (max-width:768px){.hp-sticky-bar{flex-wrap:wrap;gap:8px;padding:10px 12px}.hp-sticky-bar-form{flex-wrap:wrap;justify-content:center;gap:8px;width:100%}.hp-sticky-bar-form input{width:calc(50% - 8px);min-width:0}.hp-sticky-bar-form input:first-of-type{width:calc(35% - 8px)}.hp-sticky-bar-form button{flex:1;min-width:80px}.hp-sticky-bar-label{justify-content:center;width:100%;font-size:.8rem}.hp-sticky-bar-close{position:absolute;top:6px;right:6px}.hp-sticky-bar{position:relative}}@media (max-width:420px){.hp-sticky-bar-form input,.hp-sticky-bar-form input:first-of-type,.hp-sticky-bar-form button{width:100%}}.site-footer-v3{padding-bottom:72px}.hp-modal.hp-modal-wide{width:90vw;max-width:580px}.hp-site-section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:14px;overflow:hidden}.hp-site-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 18px;transition:background .15s;display:flex}.hp-site-section-header:hover{background:#ffffff08}.hp-site-section-icon{color:#3ebaf4;background:#3ebaf41a;border-radius:8px;padding:8px;font-size:22px}.hp-site-section-title{color:#fff;margin:0;font-size:.95rem;font-weight:700}.hp-site-section-subtitle{color:#666;margin:2px 0 0;font-size:.78rem;font-weight:400}.hp-site-section-body{border-top:1px solid #ffffff0a;flex-direction:column;gap:14px;padding:4px 18px 18px;display:flex}.hp-site-section-body .hp-generate-section{margin:0}.hp-site-section-body .hp-generate-bento{gap:14px}.hp-custom-select-wrap{width:100%;position:relative}.hp-custom-select-btn{color:#e0e0e0;cursor:pointer;text-align:left;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-family:inherit;font-size:.85rem;transition:border-color .15s;display:flex}.hp-custom-select-btn:hover{border-color:#3ebaf44d}.hp-custom-select-btn:focus-visible{outline-offset:2px;border-color:#3ebaf4;outline:2px solid #3ebaf4}.hp-custom-select-btn>span:first-child{text-transform:none;letter-spacing:normal;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:inherit;overflow:hidden}.hp-custom-select-chevron{color:#666;flex-shrink:0;margin-left:8px;transition:transform .15s;text-transform:none!important;letter-spacing:0!important;font-family:Material Symbols Outlined!important;font-size:18px!important}.hp-custom-select-check{color:#3ebaf4;flex-shrink:0;margin-left:8px;text-transform:none!important;letter-spacing:0!important;font-family:Material Symbols Outlined!important;font-size:16px!important}.hp-custom-select-menu{z-index:100;background:#141414;border:1px solid #ffffff1a;border-radius:8px;max-height:280px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0006}.hp-custom-select-option{color:#ccc;cursor:pointer;text-align:left;text-transform:none;letter-spacing:normal;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-family:inherit;font-size:.85rem;transition:background .1s;display:flex}.hp-custom-select-option:hover,.hp-custom-select-option.is-focused{color:#fff;background:#3ebaf414;outline:none}.hp-custom-select-option:focus-visible{background:#3ebaf41f;outline:none}.hp-custom-select-option.is-selected{color:#3ebaf4;background:#3ebaf41f;font-weight:600}.hp-pillar-combo{width:100%;position:relative}.hp-pillar-combo-menu{z-index:50;background:#141414;border:1px solid #ffffff1a;border-radius:10px;max-height:340px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0006}.hp-pillar-combo-group{color:#666;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;padding:8px 10px 4px;font-size:.65rem;font-weight:700;display:flex}.hp-pillar-combo-option{color:#ccc;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:background .1s;display:flex}.hp-pillar-combo-option:hover{color:#fff;background:#3ebaf414}.hp-pillar-combo-option.hp-pillar-combo-custom{color:#00d49b;border-top:1px solid #ffffff0f;margin-top:4px;padding-top:10px;font-weight:600}.hp-pillar-combo-tag{text-transform:uppercase;letter-spacing:.05em;background:#ffffff05;border:1px solid;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.6rem;font-weight:700}.hp-yoast-panel{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:16px;padding:20px}.hp-yoast-score-row{border-bottom:1px solid #ffffff0f;align-items:center;gap:20px;margin-bottom:16px;padding-bottom:16px;display:flex}.hp-yoast-score-ring{border:4px solid;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.hp-yoast-score-num{font-size:1.3rem;font-weight:800;line-height:1}.hp-yoast-score-grade{letter-spacing:.1em;margin-top:2px;font-size:.7rem;font-weight:700}.hp-yoast-panel-title{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:700}.hp-yoast-panel-sub{color:#999;margin:0;font-size:.85rem}.hp-yoast-group{margin-bottom:20px}.hp-yoast-group:last-child{margin-bottom:0}.hp-yoast-group-title{color:#e0e0e0;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin:0 0 10px;font-size:.8rem;font-weight:700;display:flex}.hp-yoast-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hp-yoast-item{background:#ffffff05;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 12px;font-size:.85rem;display:flex}.hp-yoast-item-label{color:#e0e0e0;margin-bottom:2px;font-weight:600}.hp-yoast-item-msg{color:#888;font-size:.78rem;line-height:1.4}.hp-yoast-flesch-box{color:#bdc8d0;background:#3ebaf40f;border:1px solid #3ebaf426;border-radius:8px;justify-content:space-between;align-items:center;margin-top:10px;padding:10px 14px;font-size:.8rem;display:flex}.hp-yoast-flesch-box strong{color:#3ebaf4}.hp-yoast-tabs{border-bottom:1px solid #ffffff0f;gap:4px;margin-bottom:16px;padding-bottom:12px;display:flex}.hp-yoast-tab{color:#888;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.hp-yoast-tab:hover{color:#ccc;background:#ffffff08}.hp-yoast-tab.is-active{color:#3ebaf4;background:#3ebaf414;border-color:#3ebaf433}.hp-yoast-tab-score{color:#ccc;background:#ffffff0f;border-radius:4px;margin-left:4px;padding:1px 6px;font-size:.7rem;font-weight:700}.hp-yoast-tab.is-active .hp-yoast-tab-score{color:#3ebaf4;background:#3ebaf433}.hp-yoast-item-why{color:#888;background:#3ebaf40a;border-left:2px solid #3ebaf44d;border-radius:0 4px 4px 0;align-items:flex-start;margin-top:4px;padding:4px 8px;font-size:.72rem;line-height:1.4;display:flex}.site-card-v3-no-img-branded{background:linear-gradient(135deg,#3ebaf414,#df30ff0f,#0006);position:relative;overflow:hidden}.site-card-v3-logo-bg{opacity:.25;filter:drop-shadow(0 4px 20px #3ebaf44d);width:50%;max-width:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.site-card-v3-no-img-overlay{z-index:2;position:absolute;top:12px;left:12px}.site-card-v3-no-img-cat{color:#3ebaf4;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3ebaf426;border:1px solid #3ebaf44d;border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:700;display:inline-block}.site-post-layout{grid-template-columns:minmax(0,1fr) 320px;gap:48px;max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:grid}@media (max-width:1024px){.site-post-layout{grid-template-columns:1fr;max-width:760px}.site-post-sidebar{display:none}}.site-post-layout>.site-post-container{max-width:100%;margin:0;padding:0}.site-post-sidebar{flex-direction:column;align-self:start;gap:24px;padding-bottom:16px;display:flex}.site-post-sidebar-section{background:#14141499;border:1px solid #3ebaf414;border-radius:12px;padding:16px}.site-post-sidebar-title{color:#888;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin:0 0 14px;font-size:.75rem;font-weight:700;display:flex}.site-post-sidebar-related{flex-direction:column;gap:12px;display:flex}.site-post-sidebar-card{color:inherit;border-radius:8px;gap:10px;padding:8px;text-decoration:none;transition:background .15s;display:flex}.site-post-sidebar-card:hover{background:#3ebaf40d}.site-post-sidebar-card-img{background:linear-gradient(135deg,#3ebaf414,#df30ff0f);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.site-post-sidebar-card-img img{object-fit:cover;width:100%;height:100%}.site-post-sidebar-card-img-empty img{opacity:.4;object-fit:contain;width:60%;height:auto}.site-post-sidebar-card-body{flex:1;min-width:0}.site-post-sidebar-card-cat{color:#3ebaf4;text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:700}.site-post-sidebar-card-title{color:#e0e0e0;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:4px 0;font-size:.85rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.site-post-sidebar-card-meta{color:#666;font-size:.7rem}.site-post-sidebar-newsletter{text-align:center;background:linear-gradient(135deg,#3ebaf414,#df30ff0d);border:1px solid #3ebaf426;padding:20px 16px}.site-post-sidebar-newsletter-title{color:#fff;margin:8px 0 4px;font-size:.95rem;font-weight:700}.site-post-sidebar-newsletter-body{color:#888;letter-spacing:.01em;word-spacing:.04em;margin:0 0 12px;font-size:.78rem}.site-post-sidebar-newsletter-btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#3ebaf4,#df30ff);border-radius:8px;padding:8px 16px;font-size:.75rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.site-post-sidebar-newsletter-btn:hover{opacity:.9}.site-ad-slot{background:#ffffff05;border:1px dashed #ffffff14;border-radius:8px;justify-content:center;align-items:center;padding:16px;display:flex;position:relative}.site-ad-slot-label{color:#555;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;position:absolute;top:4px;right:8px}.site-ad-slot-sidebar{min-height:250px}.site-ad-slot-in-content{min-height:90px;margin:32px 0}.site-ad-slot-below-content{min-height:280px;margin-top:32px}.site-ad-slot ins.adsbygoogle{width:100%}.site-post-body pre{color:#c8d0d8;background:#3ebaf40a;border:1px solid #3ebaf426;border-radius:8px;max-width:100%;margin:24px 0;padding:16px 20px;font-family:Consolas,Fira Code,monospace;font-size:13px;line-height:1.5;overflow-x:auto}.site-post-body pre code{white-space:pre;word-break:normal;color:inherit!important;font-size:inherit!important;background:0 0!important;border:none!important;padding:0!important}.site-post-body code{word-break:break-word;overflow-wrap:break-word}.site-post-body a{word-break:break-word;overflow-wrap:anywhere}.site-post-body img{border-radius:8px;max-width:100%;height:auto}.site-post-body table{border-collapse:collapse;width:100%;max-width:100%;display:block;overflow-x:auto}.site-post-sidebar,.site-post-sidebar *{min-width:0}.site-post-sidebar-card-title{word-break:break-word;overflow-wrap:anywhere}.site-post-sidebar{overflow-x:hidden}body.hp-sticky-bar-active{padding-bottom:64px}@media (max-width:600px){body.hp-sticky-bar-active{padding-bottom:96px}}html,body{max-width:100vw;overflow-x:hidden}.site-shell-v3{overflow-x:hidden}.site-post-sidebar-newsletter-form{flex-direction:column;gap:8px;width:100%;margin-top:12px;display:flex}.site-post-sidebar-newsletter-form input{color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s}.site-post-sidebar-newsletter-form input:focus{border-color:#3ebaf4}.site-post-sidebar-newsletter-form input::placeholder{color:#666}.site-post-sidebar-newsletter-form button{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#3ebaf4,#df30ff);border:none;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:.85rem;font-weight:700;transition:opacity .15s}.site-post-sidebar-newsletter-form button:hover:not(:disabled){opacity:.9}.site-post-sidebar-newsletter-form button:disabled{opacity:.5;cursor:not-allowed}.site-post-sidebar-newsletter-err{color:#ff6b6b;text-align:center;margin:8px 0 0;font-size:.75rem}[data-theme=light] .hp-editor-toolbar{border-bottom-color:var(--hp-border);background:#ffffffeb}@media (max-width:640px){.hp-settings-layout{grid-template-columns:1fr!important}}
