:root{--purple:#6f20e8;--violet:#8d3dff;--ink:#0d0b24;--muted:#646179;--line:#e8e5f1;--soft:#f7f5fb;--white:#fff;--radius:16px;--shadow:0 12px 35px rgba(24,14,72,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.pulp-shell{width:min(1420px,calc(100% - 48px));margin:auto}.pulp-topbar{background:linear-gradient(90deg,#5b0ed7,#3b00a9);color:#fff;font-size:14px}.pulp-topbar .pulp-shell{min-height:38px;display:flex;align-items:center;justify-content:space-between}.pulp-topbar ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}.pulp-site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #eee}.pulp-header-inner{height:96px;display:flex;align-items:center;gap:32px}.pulp-brand{display:flex;align-items:center;gap:12px;min-width:300px}.pulp-brand img{max-height:66px;width:auto;display:block}.pulp-brand .custom-logo-link{display:flex;align-items:center}.pulp-brand .custom-logo{max-height:66px;width:auto}.pulp-default-logo{width:min(280px,100%);height:auto}.pulp-logo-mark{font-size:38px;color:var(--purple)}.pulp-brand strong{display:block;font-size:25px;letter-spacing:-.04em}.pulp-brand small{display:block;color:var(--purple);font-size:12px;letter-spacing:.09em}.pulp-nav{flex:1}.pulp-nav ul{display:flex;align-items:center;justify-content:center;gap:34px;list-style:none;margin:0;padding:0}.pulp-nav a{font-weight:650}.pulp-nav .current-menu-item>a,.pulp-nav a:hover{color:var(--purple)}.pulp-header-actions{display:flex;gap:12px;align-items:center}.pulp-login,.pulp-outline{border:1px solid #d8d0eb;border-radius:9px;padding:11px 22px;color:#5c20c9;font-weight:700}.pulp-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:13px 24px;background:linear-gradient(135deg,#8c3cff,#6520df);color:#fff;font-weight:800;box-shadow:0 8px 24px rgba(111,32,232,.24)}.pulp-menu-toggle{display:none}.pulp-hero{background:linear-gradient(90deg,#07051c 0%,#10052c 48%,#16032f 100%);color:#fff;min-height:445px;overflow:hidden}.pulp-hero-grid{display:grid;grid-template-columns:1.02fr 1.2fr;min-height:445px}.pulp-hero-copy{padding:56px 0 48px;position:relative;z-index:2}.pulp-hero h1{font-size:clamp(42px,4.2vw,68px);line-height:1.02;margin:0 0 18px;letter-spacing:-.045em}.pulp-hero h1 span{color:#9147ff}.pulp-hero p{max-width:620px;font-size:18px;color:#e6e0f4}.pulp-hero-art{background:url('../images/hero-microphone.jpg') center right/cover no-repeat;min-height:445px;position:relative}.pulp-hero-art:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b071f 0%,rgba(11,7,31,.28) 35%,rgba(11,7,31,0) 70%)}.pulp-search{max-width:650px;background:#fff;border-radius:12px;padding:4px;display:flex;margin:30px 0 22px;box-shadow:0 12px 40px rgba(0,0,0,.2)}.pulp-search input{flex:1;border:0;padding:0 18px;font-size:16px;outline:0;min-width:0}.pulp-search button{border:0;background:linear-gradient(135deg,#9147ff,#6520df);color:#fff;border-radius:9px;padding:15px 28px;font-weight:800}.pulp-chips{display:flex;flex-wrap:wrap;gap:12px}.pulp-chips a{border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:9px 16px;background:rgba(255,255,255,.04);font-size:14px}.pulp-stats{margin-top:-40px;position:relative;z-index:4;background:#fff;border-radius:14px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:20px 24px}.pulp-stats div{padding:0 28px;border-right:1px solid var(--line)}.pulp-stats div:last-child{border:0}.pulp-stats strong{font-size:24px;display:block}.pulp-stats span{color:var(--muted)}.pulp-section{padding:56px 0}.pulp-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.pulp-section h2,.pulp-page h1{font-size:34px;margin:0;letter-spacing:-.035em}.pulp-kicker{color:var(--purple);font-weight:800;margin:0 0 5px}.pulp-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.pulp-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(23,16,55,.07);transition:.2s transform,.2s box-shadow}.pulp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.pulp-media{display:block;aspect-ratio:1/1;background:#0a0a14;overflow:hidden}.pulp-media img{width:100%;height:100%;object-fit:cover}.pulp-art{height:100%;display:grid;place-items:center;color:#fff;font-size:42px;font-weight:900;background:radial-gradient(circle at 65% 30%,#7d25e7,#111026 58%,#05050a)}.pulp-body{padding:15px}.pulp-body small{display:inline-block;background:#6d1ee7;color:#fff;border-radius:4px;padding:3px 7px;font-weight:800;text-transform:uppercase;font-size:10px}.pulp-body h3{font-size:17px;margin:10px 0 5px;line-height:1.25}.pulp-body p{font-size:13px;color:var(--muted);margin:0 0 10px}.pulp-link{font-size:13px;color:var(--purple);font-weight:800}.pulp-band{background:var(--soft)}.pulp-cta{margin-bottom:56px;background:linear-gradient(120deg,#120630,#441196);color:#fff;border-radius:20px;padding:42px 48px;display:flex;justify-content:space-between;align-items:center}.pulp-cta h2{color:#fff}.pulp-page{padding:48px 0 72px}.pulp-page-hero{padding:30px 0}.pulp-page-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:32px}.pulp-content input,.pulp-content select,.pulp-content textarea{max-width:100%}.pulp-empty{grid-column:1/-1;border:1px dashed #cec5e0;border-radius:14px;padding:36px;text-align:center;color:var(--muted)}.pulp-site-footer{background:#0c071c;color:#ddd;padding:52px 0 20px}.pulp-footer-brand img{width:min(285px,100%);height:auto;display:block;margin-bottom:14px}.pulp-footer-brand p{max-width:520px;color:#aaa}.pulp-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.pulp-footer-grid ul{list-style:none;padding:0;margin:0;display:flex;justify-content:flex-end;gap:24px}.pulp-copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:18px;color:#999}.nav-links{display:flex;gap:8px;margin-top:32px}.nav-links a,.nav-links span{padding:8px 12px;border:1px solid var(--line);border-radius:8px}@media(max-width:1180px){.pulp-grid{grid-template-columns:repeat(3,1fr)}.pulp-brand{min-width:240px}.pulp-nav ul{gap:18px}}@media(max-width:900px){.pulp-topbar nav,.pulp-header-actions{display:none}.pulp-header-inner{height:76px}.pulp-menu-toggle{display:block;margin-left:auto}.pulp-nav{position:absolute;left:0;right:0;top:114px;background:#fff;display:none;padding:20px;border-bottom:1px solid var(--line)}.pulp-nav.is-open{display:block}.pulp-nav ul{display:block}.pulp-nav li{padding:9px}.pulp-hero-grid{grid-template-columns:1fr}.pulp-hero-copy{padding-bottom:20px}.pulp-hero-art{min-height:310px;background-position:center}.pulp-stats{grid-template-columns:repeat(2,1fr);margin-top:0;border-radius:0}.pulp-stats div{border:0;padding:12px}.pulp-grid{grid-template-columns:repeat(2,1fr)}.pulp-cta{display:block}.pulp-cta .pulp-btn{margin-top:20px}}@media(max-width:560px){.pulp-shell{width:min(100% - 28px,1420px)}.pulp-topbar .pulp-shell{min-height:34px}.pulp-brand{min-width:0}.pulp-default-logo,.pulp-brand .custom-logo{max-height:52px;max-width:220px}.pulp-hero h1{font-size:42px}.pulp-search button{padding:13px 17px}.pulp-grid{grid-template-columns:1fr}.pulp-stats{grid-template-columns:1fr 1fr}.pulp-section-head{align-items:flex-start;gap:14px}.pulp-outline{padding:8px 12px;font-size:13px}.pulp-footer-grid{grid-template-columns:1fr}.pulp-footer-grid ul{justify-content:flex-start;flex-wrap:wrap}.pulp-page-card{padding:20px}}
