@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&family=Fraunces:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap";:root{--bg-dark:#0a0a0a;--bg-darker:#000;--bg-card:#0a0a0aa6;--bg-card-hover:#0f0f0fd9;--text-main:#fff;--text-muted:#666;--text-soft:#a0a0a0;--accent-primary:#e4e4e7;--accent-secondary:#a1a1aa;--accent-tertiary:#fff;--accent-deep:#27272a;--accent-glow:transparent;--accent-glow-teal:transparent;--accent-glow-gold:transparent;--gradient-sunset:linear-gradient(135deg, #111 0%, #1a1a1a 100%);--gradient-ocean:linear-gradient(180deg, #e4e4e7 0%, #27272a 100%);--gradient-night:linear-gradient(180deg, #0a0a0a 0%, #000 100%);--gradient-glass:linear-gradient(135deg, #ffffff08 0%, #ffffff03 100%);--glass-bg:#0a0a0a;--glass-border:#ffffff26;--glass-border-hover:#e4e4e7;--glass-blur:blur(0px);--container-width:1320px;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-xl:0px;--font-display:"Inter", sans-serif;--font-body:"Inter", sans-serif;--font-editorial:"Inter", sans-serif}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-darker);background:#faf6f01f;border-radius:99px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.625;overflow-x:hidden}body:before{content:"";background-color:var(--bg-dark);pointer-events:none;z-index:0;position:fixed;inset:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-main);margin-bottom:1.25rem;font-weight:800;line-height:1.1}h1{letter-spacing:-.04em;text-wrap:balance;font-size:clamp(2.5rem,6.5vw + 1rem,5.25rem)}h2{letter-spacing:-.03em;text-wrap:balance;font-size:clamp(1.85rem,4vw + .8rem,3.25rem)}h3{letter-spacing:-.02em;font-size:clamp(1.35rem,2vw + .5rem,1.85rem);font-weight:700}p{color:var(--text-soft);text-wrap:pretty;max-width:65ch;margin-bottom:1.75rem;font-size:clamp(1.025rem,.5vw + .9rem,1.15rem);line-height:1.75}a{color:inherit;text-decoration:none;transition:color .3s cubic-bezier(.25,.8,.25,1)}a:hover{color:var(--accent-primary)}::selection{background:var(--accent-primary);color:#fff}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:4px;border-radius:6px}.container{width:100%;max-width:var(--container-width);z-index:1;margin:0 auto;padding:0 2rem;position:relative}@media (width<=768px){.container{padding:0 1.5rem}}.section{padding:6rem 0;position:relative}@media (width>=768px){.section{padding:8rem 0}}.section-header{text-align:center;max-width:750px;margin-bottom:4.5rem;margin-left:auto;margin-right:auto}.section-header p{margin-left:auto;margin-right:auto}.btn{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;white-space:normal;text-align:center;border:1px solid #0000;border-radius:0;outline:none;justify-content:center;align-items:center;gap:.65rem;padding:1.05rem 2.15rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.btn-primary{color:#000;background:#fff;border:1px solid #fff}.btn-primary:hover{background:var(--bg-dark);color:#fff;border-color:var(--accent-primary)}.btn-primary:active{transform:translateY(1px)}.btn-outline{color:var(--text-main);border:1px solid var(--glass-border);background:0 0}.btn-outline:hover{border-color:var(--accent-secondary);color:var(--accent-secondary)}.btn-outline:active{transform:translateY(1px)}.btn-sm{letter-spacing:.08em;padding:.725rem 1.45rem;font-size:.8rem}.full-width{width:100%;display:block}.text-accent{color:var(--accent-primary)}.glass-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);z-index:1;padding:2.25rem;transition:all .3s;position:relative}@media (width>=768px){.glass-card{padding:2.75rem}}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--glass-border-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.22;transform:scale(1.08)}}.animate-fade-in{animation:.9s cubic-bezier(.2,1,.2,1) forwards fadeIn}.glow-orb{display:none}@media (width<=640px){.section{padding:4.5rem 0}.section-header{margin-bottom:2.75rem}.glow-orb{filter:blur(90px);width:450px;height:450px}.btn{padding:.95rem 1.65rem;font-size:.85rem}.glass-card{border-radius:var(--radius-md);padding:1.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ambient-parallax-bg{z-index:1;pointer-events:none;mix-blend-mode:screen;background-image:radial-gradient(circle at 10% 40%,#e4e4e70f 0%,#0000 35%),radial-gradient(circle at 90% 70%,#a1a1aa0f 0%,#0000 35%),radial-gradient(circle at 50% 120%,#e4e4e70a 0%,#0000 50%);background-attachment:fixed;width:100vw;height:100vh;position:fixed;top:0;left:0}.blog-index{background:radial-gradient(circle at 100% 0,#ff7a5c08,#0000 45%);padding:clamp(6rem,10vw,9rem) 0 5rem;position:relative}.blog-index-header{text-align:center;margin-bottom:clamp(3rem,6vw,4.5rem)}.blog-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#fff;cursor:default;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;margin-bottom:1.25rem;padding:.45rem 1.3rem;font-size:.725rem;font-weight:700;transition:all .6s cubic-bezier(.2,1,.2,1);animation:6s ease-in-out infinite eyebrow-breathe;display:inline-block;box-shadow:0 4px 20px #00000040}.blog-eyebrow:hover{text-shadow:0 0 8px #fff6;letter-spacing:.28em;background:#ffffff0f;border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 10px 25px #00000059,0 0 15px #ffffff08}@keyframes eyebrow-breathe{0%,to{border-color:#ffffff14;box-shadow:0 4px 20px #00000040,0 0 #fff0}50%{border-color:#ffffff2e;box-shadow:0 6px 24px #0000004d,0 0 12px #ffffff08}}.blog-index-header h1{font-family:var(--font-display);letter-spacing:-.03em;max-width:900px;color:var(--text-main);margin:0 auto 1.5rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;line-height:1.05}.blog-index-header p{color:var(--text-soft);max-width:720px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.blog-filters{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:3.5rem;padding:0 1rem;display:flex}.blog-filter{border:1px solid var(--glass-border);color:var(--text-soft);cursor:pointer;background:#ffffff05;border-radius:100px;align-items:center;gap:.55rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:background-color .3s cubic-bezier(.2,1,.2,1),border-color .3s cubic-bezier(.2,1,.2,1),color .3s cubic-bezier(.2,1,.2,1),transform .3s cubic-bezier(.2,1,.2,1),box-shadow .3s cubic-bezier(.2,1,.2,1);display:inline-flex}.blog-filter:hover{color:var(--text-main);background:#ff7a5c0a;border-color:#ff7a5c59;transform:translateY(-1px)}.blog-filter.active{background:var(--gradient-sunset);color:#fff;border-color:#0000;font-weight:700;box-shadow:0 8px 24px #ff7a5c40,inset 0 1px 1px #ffffff26}.blog-filter-count{opacity:.75;color:#fff;background:#00000040;border-radius:100px;padding:.1rem .5rem;font-size:.7rem;font-weight:700}.blog-filter.active .blog-filter-count{opacity:1;background:#00000059}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));align-items:stretch;gap:2rem;display:grid}.blog-card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:var(--text-main);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;gap:1.25rem;padding:2.5rem 2.25rem;text-decoration:none;transition:transform .4s cubic-bezier(.2,1,.2,1),border-color .4s cubic-bezier(.2,1,.2,1),box-shadow .4s cubic-bezier(.2,1,.2,1),background-color .4s cubic-bezier(.2,1,.2,1);display:flex;position:relative;overflow:hidden}.blog-card:before{content:"";background:var(--gradient-sunset);opacity:0;height:4px;transition:opacity .4s cubic-bezier(.2,1,.2,1),transform .4s cubic-bezier(.2,1,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(.85)}.blog-card:hover:before{opacity:1;transform:scaleX(1)}.blog-card:hover{background:var(--bg-card-hover);border-color:#ff7a5c59;transform:translateY(-6px)scale(1.01);box-shadow:0 15px 35px #00000073,0 30px 60px #0003,0 0 25px #ff7a5c14,inset 0 1px 1px #ffffff0d}.blog-card-category{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-primary);font-size:.725rem;font-weight:800;display:inline-flex}.blog-card-title{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:800;line-height:1.25;transition:color .3s}.blog-card:hover .blog-card-title{color:#fff}.blog-card-excerpt{color:var(--text-soft);flex-grow:1;margin:0;font-size:.95rem;line-height:1.65}.blog-card-footer{color:var(--text-soft);border-top:1px dashed var(--glass-border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1.25rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.blog-card:hover .blog-card-footer{color:var(--text-main)}.blog-loading{text-align:center;color:var(--text-muted);padding:6rem;font-size:1.25rem;font-weight:500}.blog-index-toprow{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto 1.5rem;padding:0 1rem;display:flex}.status-filters{margin-top:-1.5rem;margin-bottom:2.5rem}.blog-card-topline{justify-content:space-between;align-items:center;width:100%;display:flex}.blog-card-status{letter-spacing:.15em;text-transform:uppercase;border-radius:100px;padding:.3rem .75rem;font-size:.65rem;font-weight:800;box-shadow:inset 0 1px 1px #ffffff0d}.blog-card-status.status-draft{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff0d}.blog-card-status.status-ready{color:#ffd75a;background:#ffc80014;border:1px solid #ffc80026}.blog-card-status.status-published{color:#6eea88;background:#4cd96414;border:1px solid #4cd96426}.blog-card-flags{align-items:center;gap:.5rem;display:inline-flex}.blog-card-pb{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--glass-border);white-space:nowrap;border-radius:100px;padding:.3rem .75rem;font-size:.65rem;font-weight:800;box-shadow:inset 0 1px #ffffff08}.blog-card-pb.pb-ready{color:var(--accent-primary);background:#ff7a5c14;border-color:#ff7a5c40}.blog-card-pb.pb-empty{color:var(--text-muted);background:#ffffff05}.blog-card-locked{cursor:not-allowed;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.blog-card-locked:after{content:"";z-index:1;background:linear-gradient(135deg,#ff7a5c05 0%,#0000 100%);position:absolute;inset:0}.blog-card-locked:hover{border-color:var(--glass-border)!important;transform:none!important;box-shadow:0 4px 20px #0000004d!important}.blog-card-locked-inner{filter:blur(8px)grayscale(.2);opacity:.35;pointer-events:none;flex-direction:column;gap:1.25rem;transition:opacity .4s;display:flex}.blog-card-locked:hover .blog-card-locked-inner{opacity:.4}.blog-card-locked-overlay{z-index:3;pointer-events:none;background:radial-gradient(circle,#0b0f11bf 0%,#0b0f11eb 80%);flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:2rem;transition:background .4s;display:flex;position:absolute;inset:0}.blog-card-locked:hover .blog-card-locked-overlay{background:radial-gradient(circle,#0b0f11b3 0%,#0b0f11e0 80%)}.blog-card-lock-icon{filter:drop-shadow(0 4px 10px #ff7a5c4d);color:var(--accent-primary);background:#ff7a5c1f;border:1px solid #ff7a5c40;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.75rem;line-height:1;transition:transform .4s cubic-bezier(.2,1,.2,1),box-shadow .4s;display:inline-flex;box-shadow:0 8px 24px #ff7a5c1a}.blog-card-locked:hover .blog-card-lock-icon{transform:scale(1.1)rotate(-8deg);box-shadow:0 12px 30px #ff7a5c40,0 0 15px #ff7a5c26}.blog-card-lock-label{letter-spacing:.25em;text-transform:uppercase;color:#fff;background:var(--gradient-sunset);border-radius:100px;padding:.4rem 1rem;font-size:.7rem;font-weight:900;box-shadow:0 4px 12px #ff7a5c40}.studio-dot{color:var(--text-muted);opacity:.3;cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1rem;line-height:1;transition:opacity .25s,color .25s,transform .25s}.studio-dot:hover{opacity:.85;color:var(--text-main);transform:scale(1.15)}.studio-dot-active{opacity:1;color:var(--accent-primary);filter:drop-shadow(0 0 8px #ff7a5c66)}.navbar{width:calc(100% - 2.5rem);max-width:var(--container-width);z-index:1000;background:var(--bg-dark);border:1px solid var(--glass-border);border-radius:0;padding:.75rem 1.75rem;transition:all .4s;position:fixed;top:1.25rem;left:50%;transform:translate(-50%)}.navbar.scrolled{background:var(--bg-card);box-shadow:none;border-color:#fff3;padding:.55rem 1.75rem;top:.75rem}.nav-container{justify-content:space-between;align-items:center;display:flex;width:100%!important;max-width:100%!important;padding:0!important}.logo{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-main);flex-shrink:0;font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:800;text-decoration:none;display:inline-block}.logo-t{transform-origin:bottom;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.logo span{color:var(--text-main);font-weight:900;transition:transform .4s cubic-bezier(.2,1,.2,1),letter-spacing .4s cubic-bezier(.2,1,.2,1);display:inline-block}.logo span:not(.logo-t){margin-left:.3rem}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.logo span{color:var(--text-main);-webkit-text-fill-color:currentColor}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.logo{transition:transform .4s cubic-bezier(.2,1,.2,1),filter .4s cubic-bezier(.2,1,.2,1),text-shadow .4s cubic-bezier(.2,1,.2,1)}.logo:hover{color:var(--text-main);text-shadow:0 0 8px #fff6,0 0 16px #ffffff26;filter:drop-shadow(0 4px 12px #ffffff14);transform:translateY(-1px)scale(1.015)}.logo:hover .logo-t{transform:rotate(-10deg)translateY(-2px)}.logo:hover span{letter-spacing:.05em;transform:translate(2px)}}.nav-links{align-items:center;gap:2.25rem;display:flex}.nav-links a:not(.btn){text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);padding:.25rem 0;font-size:.775rem;font-weight:600;transition:color .3s cubic-bezier(.2,1,.2,1);position:relative}.nav-links a:not(.btn):hover{color:var(--text-main)}.nav-links a:not(.btn):after{content:"";transform-origin:100%;background:#fff;height:1px;transition:transform .3s cubic-bezier(.2,1,.2,1);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.nav-links a:not(.btn):hover:after{transform-origin:0;transform:scaleX(1)}.nav-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-hamburger span{background:var(--text-main);border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.2,1,.2,1);display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scale(.5)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.navbar{border-radius:24px;width:calc(100% - 2rem);padding:.75rem 1.25rem}.navbar.scrolled{border-radius:24px;padding:.6rem 1.25rem}.nav-hamburger{display:flex}.nav-links{background:var(--bg-dark);border:1px solid var(--glass-border);opacity:0;pointer-events:none;border-radius:0;flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.75rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.2,1,.2,1),opacity .3s cubic-bezier(.2,1,.2,1);display:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;transform:translateY(10px)}.nav-links.open{opacity:1;pointer-events:auto;display:flex;transform:translateY(0)}.nav-links a:not(.btn){color:var(--text-soft);border-bottom:1px solid #faf6f00d;padding:.5rem 0;font-size:.95rem}.nav-links a:not(.btn):after{display:none}.nav-links .btn{text-align:center;width:100%;margin-top:.5rem}}.nav-studio{opacity:.5;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:.25rem;transition:opacity .3s,transform .3s;display:inline-flex;position:relative}.nav-studio:hover{opacity:1;transform:scale(1.2)}.nav-studio-dot{background:var(--accent-primary);border-radius:0;width:6px;height:6px;position:relative}.nav-studio-dot:after{content:"";border:1px solid var(--accent-primary);opacity:.6;position:absolute;inset:-4px}@media (width<=900px){.nav-studio{opacity:.7;align-self:center;margin:.5rem 0 0}}.hero-section{background-color:var(--bg-dark);align-items:center;min-height:95dvh;padding:9rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-video-bg{z-index:0;pointer-events:none;opacity:.25;filter:grayscale()contrast(1.2);border:0;width:177.78vh;min-width:100vw;height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:1;background:linear-gradient(#0a0a0acc 0%,#0a0a0a80 40%,#0a0a0a 100%);position:absolute;inset:0}.hero-container{z-index:3;width:100%;position:relative}.hero-content{width:100%;max-width:100%}.hero-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary);border:1px solid var(--glass-border);background:0 0;align-items:center;gap:.55rem;margin-bottom:2rem;padding:.5rem 1.15rem;font-size:.725rem;font-weight:700;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--accent-primary);width:6px;height:6px}.hero-title{letter-spacing:-.04em;max-width:1150px;color:var(--text-main);margin-bottom:1.75rem;font-size:clamp(2.35rem,5.5vw + 1rem,4.75rem);font-weight:900;line-height:1.05}.hero-title-italic{font-family:var(--font-editorial);color:var(--accent-secondary);letter-spacing:-.02em;margin-top:.4rem;font-size:.9em;font-style:italic;font-weight:300;line-height:1.1;display:inline-block}.hero-subtitle{color:var(--text-soft);max-width:680px;margin-top:1.5rem;margin-bottom:3rem;font-size:clamp(1.05rem,.5vw + .95rem,1.25rem);font-weight:400;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.hero-grid{z-index:2;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:100px 100px;position:absolute;inset:0}.hero-stats{border-top:1px solid var(--glass-border);flex-wrap:wrap;align-items:center;gap:3.5rem;width:fit-content;margin-top:4.5rem;padding-top:2.5rem;display:flex}.hero-stat{flex-direction:column;gap:.35rem;display:flex}.hero-stat-num{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:800;line-height:1}.hero-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-size:.725rem;font-weight:700}.hero-stat-divider{background:var(--glass-border);width:1px;height:35px}@media (width<=900px){.hero-section{min-height:auto;padding:9rem 0 4rem}.hero-stats{gap:2rem;width:100%;margin-top:3.5rem;padding-top:2rem}.hero-stat-divider{display:none}.hero-stat{flex:40%}}@media (width<=480px){.hero-actions{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-actions .btn{width:100%}.hero-stat{text-align:center;flex:100%;align-items:center}.hero-stats{flex-direction:column;align-items:center;gap:1.75rem}}.marquee-section{background:var(--bg-darker,#0a0e12);border-top:1px solid var(--glass-border,#ffffff14);border-bottom:1px solid var(--glass-border,#ffffff14);padding:5rem 0 5.25rem;position:relative;overflow:hidden}.marquee-label{text-align:center;letter-spacing:.32em;text-transform:uppercase;color:var(--text-soft,#c7cdd0);margin:0 0 3rem;padding:0 1rem;font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:700}.marquee-stage{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.marquee-track{will-change:transform;align-items:center;gap:6.5rem;width:max-content;padding:.5rem 3rem;animation:85s linear infinite marquee-scroll;display:flex}@keyframes marquee-scroll{to{transform:translate(-50%)}}.marquee-stage:hover .marquee-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.marquee-track{flex-wrap:wrap;justify-content:center;gap:2rem 3rem;width:100%;animation:none}}.marquee-item{color:var(--text-soft,#faf6f0);opacity:.62;flex-shrink:0;align-items:center;gap:1.1rem;transition:opacity .3s,color .3s;display:inline-flex}.marquee-item:hover{opacity:1}.marquee-glyph{flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.marquee-glyph svg{width:100%;height:100%}.marquee-name{letter-spacing:-.02em;white-space:nowrap;font-family:inherit;font-size:1.75rem;font-weight:600}.marquee-fade{z-index:2;pointer-events:none;width:8%;position:absolute;top:0;bottom:0}.marquee-fade-left{background:linear-gradient(to right, var(--bg-darker,#0a0e12), transparent);left:0}.marquee-fade-right{background:linear-gradient(to left, var(--bg-darker,#0a0e12), transparent);right:0}@media (width<=600px){.marquee-section{padding:2.25rem 0 2.5rem}.marquee-label{letter-spacing:.24em;margin-bottom:1.5rem;font-size:.68rem}.marquee-track{gap:3.5rem}.marquee-glyph{width:30px;height:30px}.marquee-name{font-size:1.15rem}}.whyus-section{background:var(--bg-dark);padding:6rem 0;position:relative}@media (width>=768px){.whyus-section{padding:8rem 0}}.whyus-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.whyus-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=580px){.whyus-grid{grid-template-columns:1fr;gap:1.25rem}}.whyus-card{background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:0;flex-direction:column;gap:1rem;transition:all .3s;display:flex;padding:2.25rem 2rem!important}.whyus-card:hover{background:var(--bg-card-hover);border-color:var(--accent-secondary);box-shadow:none;transform:translateY(-2px)}.whyus-icon{width:58px;height:58px;color:var(--text-main);border:1px solid var(--glass-border);background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.5rem;transition:all .3s;display:inline-flex}.whyus-icon svg{width:26px;height:26px;transition:transform .4s cubic-bezier(.2,1,.2,1)}.whyus-card:hover .whyus-icon{background:var(--accent-primary);border-color:var(--accent-primary);color:#000;transform:translateY(-2px)}.whyus-card:hover .whyus-icon svg{transform:scale(1.05)}.whyus-card h3{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.015em;margin:0;font-size:1.25rem;font-weight:700}.whyus-card p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.65}.services-section{z-index:2;background:var(--bg-dark);position:relative}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem;display:grid}@media (width>=768px){.services-grid{gap:2.25rem}}.service-card{text-align:left;background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:0;transition:all .3s;position:relative;overflow:hidden;padding:2.5rem 2.25rem!important}@media (width>=768px){.service-card{padding:3rem 2.5rem!important}}.service-card:before{content:"";background:var(--accent-primary);opacity:0;height:2px;transition:all .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before{opacity:1;transform:scaleX(1)}.service-card:hover{background:var(--bg-card-hover);border-color:var(--accent-primary);box-shadow:none;transform:translateY(-2px)}.icon-wrapper{width:60px;height:60px;color:var(--text-main);border:1px solid var(--glass-border);background:0 0;border-radius:0;justify-content:center;align-items:center;margin-bottom:1.75rem;transition:all .3s;display:inline-flex}.icon-wrapper svg{width:26px;height:26px;transition:all .3s}.service-card:hover .icon-wrapper{background:var(--accent-primary);border-color:var(--accent-primary);color:#000;box-shadow:none;transform:translateY(-2px)}.service-card:hover .icon-wrapper svg{transform:scale(1.05)}.service-card h3{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.35rem;font-weight:700}.service-card p{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.7}.process-section{background:var(--bg-darker);position:relative;overflow:hidden}.process-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=1000px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.process-grid{grid-template-columns:1fr}}.process-card{border:1px solid var(--glass-border);background:var(--bg-card);-webkit-backdrop-filter:blur(24px);flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.process-card:before{content:"";background:var(--accent-primary);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.process-card:hover:before{opacity:1}.process-top{justify-content:space-between;align-items:center;display:flex}.process-icon{width:56px;height:56px;color:var(--text-main);border:1px solid var(--glass-border);background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.process-icon svg{width:28px;height:28px}.process-number{font-family:var(--font-display);color:var(--text-muted);letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1}.process-card h3{color:var(--text-main);margin:0;font-size:1.25rem}.process-card p{color:var(--text-soft);flex:1;margin:0;font-size:.9375rem;line-height:1.6}.process-deliverable{border-top:1px solid var(--glass-border);flex-direction:column;gap:.25rem;padding-top:1rem;display:flex}.deliverable-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;font-size:.6875rem;font-weight:600}.deliverable-value{color:var(--accent-primary);font-size:.875rem;font-weight:600}.contact-section{background:radial-gradient(circle at bottom left, #ff7a5c0a, transparent 45%), linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);z-index:2;position:relative;overflow:hidden}.contact-section:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ff7a5c0a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-150px;right:-150px}.contact-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:4.5rem;display:grid}@media (width<=992px){.contact-layout{grid-template-columns:1fr;gap:3.5rem}}.contact-intro h2{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.1}.contact-intro>p{color:var(--text-soft);max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.contact-methods{flex-direction:column;gap:1rem;max-width:520px;margin-bottom:2.5rem;display:flex}.contact-method{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;text-decoration:none;transition:transform .4s cubic-bezier(.2,1,.2,1),border-color .4s cubic-bezier(.2,1,.2,1),background-color .4s cubic-bezier(.2,1,.2,1),box-shadow .4s cubic-bezier(.2,1,.2,1);display:flex}.contact-method:hover{background:var(--bg-card-hover);border-color:#ff7a5c59;transform:translate(6px)scale(1.01);box-shadow:0 10px 25px #0000004d,0 0 15px #ff7a5c0d}.contact-method-icon{width:46px;height:46px;color:var(--accent-primary);background:#ff7a5c14;border:1px solid #ff7a5c33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;transition:transform .4s cubic-bezier(.2,1,.2,1),background-color .4s cubic-bezier(.2,1,.2,1),color .4s cubic-bezier(.2,1,.2,1);display:inline-flex}.contact-method:hover .contact-method-icon{color:#fff;background:#ff7a5c29;border-color:#ff7a5c66;transform:scale(1.08)rotate(4deg)}.contact-method-text{flex-direction:column;display:flex}.contact-method-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.18em;margin-bottom:.3rem;font-size:.65rem;font-weight:700}.contact-method-value{color:var(--text-main);font-size:.95rem;font-weight:600;transition:color .3s}.contact-method:hover .contact-method-value{color:#fff}.contact-trust{grid-template-columns:1fr 1fr;gap:.85rem;max-width:520px;display:grid}.trust-item{color:var(--text-soft);border:1px solid var(--glass-border);background:#ffffff03;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.8rem;transition:border-color .3s,background-color .3s,transform .3s;display:flex}.trust-item:hover{background:#ff7a5c05;border-color:#ff7a5c33;transform:translateY(-2px)}.contact-form{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;gap:1.35rem;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000073,inset 0 1px 1px #ffffff0d}.contact-form:before{content:"";background:var(--gradient-sunset);height:4px;position:absolute;top:0;left:0;right:0}@media (width<=600px){.form-row-2{grid-template-columns:1fr;gap:1.35rem}}.cf-field{flex-direction:column;gap:.5rem;display:flex}.cf-field label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.18em;font-size:.65rem;font-weight:800;transition:color .3s}.cf-field:focus-within label{color:var(--accent-primary)}.cf-field input,.cf-field select,.cf-field textarea{border:1px solid var(--glass-border);color:var(--text-main);font-family:var(--font-body);background:#00000026;border-radius:10px;outline:none;width:100%;padding:.85rem 1.1rem;font-size:.95rem;transition:border-color .3s cubic-bezier(.2,1,.2,1),background-color .3s cubic-bezier(.2,1,.2,1),box-shadow .3s cubic-bezier(.2,1,.2,1);box-shadow:inset 0 1px 2px #0003}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{background:#00000040;border-color:#ff7a5c80;box-shadow:0 0 15px #ff7a5c26,inset 0 1px 2px #0000004d}.cf-field input::placeholder,.cf-field textarea::placeholder{color:var(--text-muted)}.cf-field select option{background:var(--bg-darker);color:var(--text-main)}.cf-field textarea{resize:vertical;min-height:130px}.form-disclaimer{color:var(--text-muted);text-align:center;max-width:none;margin:.5rem 0 0;font-size:.725rem;line-height:1.5}@media (width<=640px){.contact-form{padding:2.25rem 1.75rem}}.site-footer{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:var(--text-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-width:1200px;margin:clamp(4rem,8vw,6rem) auto 2rem;padding:clamp(3rem,6vw,4.5rem) clamp(1.5rem,4vw,3.5rem) 2.5rem;position:relative;box-shadow:0 25px 60px #00000073,0 0 35px #ff7a5c08,inset 0 1px 1px #ffffff0d}@media (width<=1240px){.site-footer{margin-left:1.5rem;margin-right:1.5rem}}.site-footer-container{max-width:100%;margin:0 auto}.site-footer-grid{grid-template-columns:1.4fr .8fr 1fr .9fr;gap:3rem;margin-bottom:clamp(2.5rem,5vw,3.5rem);display:grid}@media (width<=900px){.site-footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.site-footer-grid{grid-template-columns:1fr;gap:2rem}.site-footer{margin-top:3.5rem;padding:2.5rem 1.5rem 2rem}}.footer-brand{flex-direction:column;gap:1.1rem;display:flex}.footer-logo{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-main);font-size:1.65rem;font-weight:900;line-height:1;text-decoration:none;display:inline-block}.footer-logo span{color:var(--text-muted)}.footer-tagline{color:var(--text-soft);max-width:32ch;margin:0;font-size:.9rem;line-height:1.6}.footer-social{gap:.75rem;margin-top:.5rem;display:flex}.footer-social a{border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-soft);background:#ffffff03;border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:color .3s cubic-bezier(.2,1,.2,1),border-color .3s cubic-bezier(.2,1,.2,1),background-color .3s cubic-bezier(.2,1,.2,1),transform .3s cubic-bezier(.2,1,.2,1);display:inline-flex}.footer-social a:hover{color:#fff;background:#ff7a5c1f;border-color:#ff7a5c66;transform:translateY(-3px)scale(1.05)}.footer-social svg{width:18px;height:18px}.footer-col h4{letter-spacing:.22em;text-transform:uppercase;color:var(--accent-primary);margin:0 0 1.25rem;font-size:.65rem;font-weight:800}.footer-col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-col li{color:var(--text-soft);font-size:.9rem;line-height:1.45}.footer-col a{color:var(--text-soft);font-weight:500;text-decoration:none;transition:color .25s}.footer-col a:hover{color:var(--accent-primary)}.footer-networks li,.footer-contact li{color:var(--text-muted);font-size:.88rem}.footer-contact li:first-child a{color:var(--text-main);font-weight:600}.footer-payments{border-top:1px dashed var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem 2rem;padding:2rem 0 1.75rem;display:flex}.footer-payments-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.65rem;font-size:.7rem;font-weight:800;display:inline-flex}.footer-stripe-mark{width:56px;height:14px;color:var(--text-soft);opacity:.85;margin-top:-1px}.footer-payments-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.footer-payment{border:1px solid var(--glass-border);width:52px;height:32px;color:var(--text-soft);opacity:.8;background:#00000040;border-radius:6px;justify-content:center;align-items:center;transition:opacity .25s,background-color .25s,border-color .25s;display:inline-flex}.footer-payment:hover{opacity:1;background-color:#ff7a5c0f;border-color:#ff7a5c33}.footer-payment svg{width:38px;height:auto;max-height:16px}.footer-payment[aria-label=American\ Express] svg{width:42px}.footer-payment[aria-label=Discover] svg{width:46px}.footer-bottom{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:.78rem}.footer-bottom-aux{font-style:italic}@media (width<=600px){.footer-payments{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.75rem 0 1.5rem}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:.5rem}}.admin-login{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{flex-direction:column;gap:1rem;width:100%;max-width:400px;display:flex}.admin-login-card h2{margin-bottom:.25rem}.admin-login-card p{margin:0}.admin-wrap{background:var(--bg-dark);min-height:100vh;padding-top:80px}.admin-topbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#070709f2;align-items:center;gap:2rem;padding:.75rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.admin-topbar h2{color:var(--accent-primary);white-space:nowrap;margin:0;font-size:1.1rem}.admin-tabs{flex:1;gap:.25rem;display:flex}.admin-tabs button{color:var(--text-muted);font-family:var(--font-display);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.admin-tabs button:hover{color:var(--text-main);background:#ffffff0d}.admin-tabs button.active{color:var(--accent-primary);background:#e4e4e714}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.admin-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.admin-filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-filters .search-input{border-radius:8px;flex:1;min-width:200px}.admin-filters select{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-main);font-family:var(--font-body);cursor:pointer;border-radius:8px;outline:none;padding:.65rem 1rem;font-size:.95rem}.admin-loading{color:var(--text-muted);text-align:center;padding:3rem}.admin-table-wrap{border:1px solid var(--glass-border);border-radius:var(--radius-md);overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th{text-align:left;border-bottom:1px solid var(--glass-border);color:var(--text-muted);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#ffffff08;padding:.875rem 1rem;font-size:.8rem}.admin-table td{border-bottom:1px solid var(--glass-border);vertical-align:top;padding:.75rem 1rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#ffffff05}.inactive-row td{opacity:.45}.admin-service-name{color:var(--text-main);margin-bottom:.2rem;font-weight:500}.admin-service-desc{color:var(--text-muted);font-size:.78rem}.cat-chip{white-space:nowrap;background:#ffffff0d;border-radius:100px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.8rem;display:inline-flex}.price-cell{color:var(--accent-primary);font-weight:700;font-family:var(--font-display);white-space:nowrap}.muted-cell{color:var(--text-muted);white-space:nowrap}.status-badge{border-radius:100px;padding:.2rem .7rem;font-size:.78rem;font-weight:600;display:inline-block}.status-badge.active{color:#e4e4e7;background:#e4e4e714;border:1px solid #e4e4e726}.status-badge.inactive{color:var(--text-muted);background:#ffffff0d}.action-btns{gap:.5rem;display:flex}.action-btn{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;font-size:.8rem;font-family:var(--font-body);background:0 0;border-radius:6px;padding:.3rem .7rem;transition:all .15s}.action-btn:hover{color:var(--text-main);border-color:#fff3}.action-btn.deactivate:hover{color:#f66;border-color:#f66}.action-btn.activate:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.packages-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.package-admin-card{position:relative}.pkg-price{font-size:2rem;font-weight:800;font-family:var(--font-display);margin-bottom:.5rem}.pkg-price span{color:var(--text-muted);font-size:1rem;font-weight:400}.pkg-services-count{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.pkg-service-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.pkg-service-list li{color:#ccc;align-items:flex-start;gap:.5rem;font-size:.85rem;display:flex}.check-green{color:var(--accent-primary);flex-shrink:0}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#0f0f12;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow-y:auto}.modal-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{margin:0;font-size:1rem}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.modal-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.form-row{flex-direction:column;gap:.4rem;display:flex}.form-row label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.form-row input,.form-row textarea,.form-row select{border:1px solid var(--glass-border);color:var(--text-main);font-family:var(--font-body);background:#ffffff0a;border-radius:8px;outline:none;width:100%;padding:.65rem .875rem;font-size:.9rem;transition:border-color .2s}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:var(--accent-primary)}.form-row-2{grid-template-columns:1fr 1fr;align-items:end;gap:1rem;display:grid}.radio-group{gap:1.5rem;display:flex}.radio-label,.checkbox-label{color:var(--text-main);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.modal-footer{border-top:1px solid var(--glass-border);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.blog-post{max-width:780px;margin:0 auto;padding:clamp(6rem,10vw,9rem) 0 5rem}.blog-post-message{text-align:center;color:var(--text-soft);background:radial-gradient(circle,#ff7a5c0d,#0000 50%);padding:10rem 2rem;font-size:1.25rem}.blog-post-message a{color:var(--accent-primary);font-weight:600;text-decoration:none}.blog-post-message a:hover{text-decoration:underline}.back-link{color:var(--text-soft);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.back-link:hover{color:var(--accent-primary);transform:translate(-4px)}.blog-post-header{border-bottom:1px solid var(--glass-border);margin-bottom:3.5rem;padding-bottom:2.5rem}.blog-post-category{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-primary);background:#ff7a5c14;border:1px solid #ff7a5c26;border-radius:100px;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.725rem;font-weight:800;display:inline-block}.blog-post-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-main);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15}.blog-post-body{color:var(--text-soft);margin-bottom:4.5rem;font-size:clamp(1.05rem,2vw,1.15rem);line-height:1.85}.blog-post-body p{margin-bottom:1.75rem}.blog-post-body p:first-child:first-letter{font-family:var(--font-editorial);color:var(--accent-primary);float:left;filter:drop-shadow(0 4px 12px #ff7a5c33);margin:.15em .12em 0 0;font-size:4.75rem;font-style:italic;font-weight:700;line-height:.75}.blog-post-callout{border-radius:var(--radius-md);border:1px solid var(--glass-border);border-left:4px solid var(--accent-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;margin:3.5rem 0;padding:2.25rem 2.5rem;position:relative;overflow:hidden}.blog-post-callout:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ff7a5c05,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.blog-post-callout.visual-callout{border-left-color:#ff7a5c80}.callout-label{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-primary);margin-bottom:.85rem;font-size:.725rem;font-weight:800;display:block}.blog-post-callout p{color:var(--text-main);margin:0;font-size:1.05rem;line-height:1.7}.blog-post-cta{border-radius:var(--radius-lg);text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ff7a5c0f 0%,#141c20d9 100%);border:1px solid #ff7a5c4d;margin:5rem 0 3rem;padding:3.25rem 3rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006,0 0 30px #ff7a5c0d,inset 0 1px 1px #ffffff0d}.cta-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:var(--accent-primary);margin-bottom:1rem;font-size:.725rem;font-weight:800}.blog-post-cta h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-main);margin:0 0 1rem;font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.cta-desc{color:var(--text-soft);margin:0 0 2rem;font-size:1rem;line-height:1.65}.cta-meta{border-bottom:1px solid var(--glass-border);align-items:baseline;gap:.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.cta-price{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(2rem,5vw,2.5rem);font-weight:900}.cta-unit{color:var(--text-soft);font-size:.95rem;font-weight:500}.blog-post-footer{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-top:4rem;padding-top:2.25rem;display:flex}@media (width<=640px){.blog-post-cta{padding:2.25rem 1.75rem}.blog-post-callout{padding:1.5rem 1.75rem}}.blog-post-toprow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.blog-post-toprow .back-link{margin-bottom:0}.admin-toggle{color:var(--text-muted);border:1px solid var(--glass-border);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .85rem;font-size:.75rem;transition:all .15s}.admin-toggle:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.blog-post-subtitle{color:var(--text-muted);margin:.5rem 0 1.5rem;font-size:1.35rem;font-weight:400;line-height:1.5}.admin-bar{border:1px solid var(--glass-border);background:#0003;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.25rem;display:flex}.status-pill-row{align-items:center;gap:.6rem;display:flex}.status-pill{letter-spacing:.15em;text-transform:uppercase;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:700}.status-ready{color:#ffd75a;background:#ffc80026}.status-published{color:#6eea88;background:#4cd96426}.status-action{border:1px solid var(--glass-border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .75rem;font-size:.8rem}.status-action:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.admin-busy{color:var(--text-muted);font-size:.75rem;font-style:italic}.view-tabs,.cut-filter{border:1px solid var(--glass-border);border-radius:8px;display:inline-flex;overflow:hidden}.view-tabs button,.cut-filter button{color:var(--text-muted);cursor:pointer;border:none;border-right:1px solid var(--glass-border);background:0 0;padding:.45rem .9rem;font-size:.8rem}.view-tabs button:last-child,.cut-filter button:last-child{border-right:none}.view-tabs button.tab-active,.cut-filter button.cut-active{background:var(--accent-primary);color:#000}.studio-view{margin-top:2rem}.studio-meta{color:var(--text-muted);letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem}.studio-section{border:1px solid var(--glass-border);background:#ffffff05;border-radius:14px;margin-bottom:1.25rem;padding:1.75rem 2rem}.studio-section-head{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.studio-section-label{color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;font-size:1.1rem;font-weight:700}.studio-section-duration{color:var(--text-muted);margin-left:.75rem;font-size:.85rem}.studio-section-flags{gap:.4rem;display:flex}.cut-flag{border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:800}.flag-5{color:#6cb0f0;background:#4a90e233}.flag-8{color:#ff8a65;background:#eb5e2833}.studio-beats{margin:0 0 1.25rem;padding:0;list-style:none}.studio-beats li{color:var(--text-main);padding:.5rem 0 .5rem 1.5rem;font-size:1.15rem;line-height:1.55;position:relative}.studio-beats li:before{content:"▸";color:var(--accent-primary);position:absolute;left:0}.studio-freestyle{background:#ccff000d;border-left:3px solid #cf0;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem}.studio-freestyle-label{letter-spacing:.2em;text-transform:uppercase;color:#cf0;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.studio-freestyle p{color:var(--text-main);margin:0;font-size:1.05rem;font-style:italic;line-height:1.55}.studio-broll{margin:1.25rem 0}.studio-broll-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.studio-broll ul{margin:0;padding-left:1.25rem;list-style:"- "}.studio-broll li{color:var(--text-muted);padding:.15rem 0;font-size:.95rem}.studio-script{border-top:1px dashed var(--glass-border);margin-top:1.25rem;padding-top:1rem}.studio-script-toggle{color:var(--text-muted);cursor:pointer;letter-spacing:.05em;background:0 0;border:none;padding:0;font-size:.8rem}.studio-script-toggle:hover{color:var(--accent-primary)}.studio-script-text{color:var(--text-muted);font-size:.95rem;line-height:1.6;font-family:var(--font-mono,monospace);white-space:pre-wrap;background:#00000040;border-radius:6px;margin-top:.75rem;padding:.85rem 1rem}.studio-empty{text-align:center;border:1px dashed var(--glass-border);color:var(--text-muted);border-radius:12px;padding:3rem 1rem}.studio-empty code{background:#0000004d;border-radius:4px;padding:.2rem .5rem;font-size:.85rem}.studio-empty-hint{margin-top:.5rem;font-size:.9rem}.studio-captions{gap:1rem;margin-top:2.5rem;display:grid}.caption-block{border:1px solid var(--glass-border);background:#00000026;border-radius:10px;padding:1rem 1.25rem}.caption-block header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.caption-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.caption-copy{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .6rem;font-size:.75rem}.caption-copy:hover{color:var(--accent-primary)}.caption-block pre{white-space:pre-wrap;color:var(--text-main);margin:0;font-family:inherit;font-size:.95rem;line-height:1.55}.playbook-view{flex-direction:column;gap:2.5rem;margin-top:1rem;display:flex}.pb-section{border:1px solid var(--glass-border);background:#0000002e;border-radius:14px;padding:1.5rem 1.5rem 1.75rem}.pb-h2{letter-spacing:-.01em;color:var(--text-main);border-bottom:1px solid var(--glass-border);margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.pb-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.pb-field{border:1px solid var(--glass-border);background:#00000040;border-radius:10px;flex-direction:column;gap:.6rem;min-width:0;padding:.85rem 1rem 1rem;display:flex}.pb-field-multi{grid-column:1/-1}.pb-field header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.pb-copy{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;transition:color .15s,border-color .15s}.pb-copy:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.pb-field-pre{white-space:pre-wrap;color:var(--text-main);max-height:420px;margin:0;font-family:inherit;font-size:.92rem;line-height:1.6;overflow-y:auto}.pb-meta-row{grid-column:1/-1;gap:1rem;margin-top:-.25rem;display:flex}.pb-meta{color:var(--accent-primary);letter-spacing:.05em;font-size:.75rem;font-weight:600}.pb-tag-col{border:1px solid var(--glass-border);background:#0003;border-radius:10px;padding:1rem 1.1rem 1.1rem}.pb-tag-col h3{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-primary);margin:0 0 .85rem;font-size:.7rem;font-weight:700}.pb-tag-cat{color:var(--text-main);margin-bottom:.25rem;font-size:.9rem;font-weight:600;line-height:1.35}.pb-tag-intent{color:var(--text-muted);font-size:.8rem;line-height:1.45}.outreach-dashboard{color:var(--st-text);min-height:calc(100vh - var(--st-topbar-h));background:radial-gradient(circle at 70% 10%,#ff7a5c08 0%,#0000 60%);flex-direction:column;gap:2rem;padding:2.25rem 2.5rem 3rem;font-family:Inter,-apple-system,sans-serif;display:flex}.outreach-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.outreach-header-info{flex:1;min-width:320px}.outreach-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.5rem;font-size:.72rem;font-weight:800;display:block}.outreach-title{letter-spacing:-.02em;color:#fff;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:900}.outreach-subtitle{color:var(--st-muted);max-width:720px;margin:0;font-size:.95rem;line-height:1.6}.outreach-stats-strip{flex-shrink:0;gap:1.25rem;display:flex}.outreach-stat-box{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-width:130px;padding:1rem 1.75rem;display:flex;box-shadow:0 10px 30px #0003}.stat-value{color:#fff;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;line-height:1.2}.stat-value.text-green{color:var(--st-green-success)}.stat-value.text-coral{color:var(--st-coral)}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--st-dim);margin-top:.25rem;font-size:.65rem;font-weight:800}.outreach-tabs{border-bottom:1px solid var(--st-border);scrollbar-width:none;gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.outreach-tabs::-webkit-scrollbar{display:none}.outreach-tab-btn{color:var(--st-dim);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.65rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.92rem;font-weight:700;transition:all .25s;display:flex}.outreach-tab-btn:hover{color:var(--st-text);background:#ffffff03}.outreach-tab-btn.active{color:var(--st-coral);border-bottom-color:var(--st-coral)}.outreach-tab-dot{background:var(--st-dim);border-radius:50%;width:6px;height:6px;transition:all .25s}.outreach-tab-btn.active .outreach-tab-dot{background:var(--st-coral);box-shadow:0 0 8px var(--st-coral-glow)}.outreach-content-layout{grid-template-columns:minmax(360px,440px) 1fr;align-items:start;gap:2.25rem;display:grid}@media (width<=1200px){.outreach-content-layout{grid-template-columns:1fr}}.outreach-control-panel{flex-direction:column;gap:1.75rem;display:flex}.glass-panel{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);border-radius:16px;transition:border-color .3s,box-shadow .3s;box-shadow:0 15px 40px #00000059}.glass-panel:hover{border-color:#faf6f01f}.panel-title{border-bottom:1px solid var(--st-border);color:#fff;align-items:center;gap:.55rem;margin:0;padding:1.25rem 1.5rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;display:flex}.strategy-card .strategy-meta{flex-direction:column;gap:.85rem;padding:1.5rem;display:flex}.meta-row{flex-direction:column;gap:.35rem;display:flex}.meta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--st-dim);font-size:.65rem;font-weight:800}.meta-value{font-size:.95rem;font-weight:700;line-height:1.4}.meta-value.text-coral{color:var(--st-coral)}.meta-desc{color:var(--st-muted);border-left:2px solid var(--st-border-strong);background:#00000026;border-radius:8px;margin:.5rem 0 0;padding:.85rem 1.05rem;font-size:.88rem;line-height:1.6}.builder-card .builder-fields{flex-direction:column;gap:1.15rem;padding:1.5rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{letter-spacing:.03em;color:var(--st-dim);text-transform:uppercase;font-size:.72rem;font-weight:700}.input-group input,.input-group textarea{border:1px solid var(--st-border);width:100%;color:var(--st-text);background:#00000040;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .25s}.input-group input:focus,.input-group textarea:focus{border-color:var(--st-coral);background:#0006;box-shadow:0 0 10px #ff7a5c26}.boolean-copy-box{border:1px solid var(--st-border);background:#00000059;border-radius:8px;margin:0 1.5rem 1.25rem;padding:.85rem 1rem}.boolean-label{color:var(--st-dim);text-transform:uppercase;margin-bottom:.45rem;font-size:.65rem;font-weight:700;display:block}.boolean-value-container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.boolean-code{color:var(--st-yellow);white-space:nowrap;scrollbar-width:none;flex:1;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.82rem;overflow-x:auto}.boolean-code::-webkit-scrollbar{display:none}.copy-icon-btn{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;background:#faf6f00d;border-radius:6px;padding:.35rem .65rem;font-size:.72rem;font-weight:700;transition:all .2s}.copy-icon-btn:hover{background:var(--st-coral-soft);color:var(--st-coral);border-color:var(--st-coral)}.salesnav-action-btn{color:#fff;letter-spacing:.02em;text-align:center;cursor:pointer;background:linear-gradient(135deg,#ff7a5c 0%,#ff9e6b 100%);border:none;border-radius:10px;margin:0 1.5rem 1.5rem;padding:.95rem 1.25rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 5px 15px #ff7a5c33}.salesnav-action-btn:hover{box-shadow:0 10px 25px var(--st-coral-glow);transform:translateY(-2px)}.intake-card .intake-form{flex-direction:column;gap:1.15rem;padding:1.5rem;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.form-row-2{grid-template-columns:1fr}}.submit-intake-btn{border:1px solid var(--st-border-strong);width:100%;color:var(--st-text);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#faf6f00a;border-radius:8px;padding:.85rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:800;transition:all .25s}.submit-intake-btn:hover{background:var(--st-coral-soft);color:var(--st-coral);border-color:var(--st-coral);box-shadow:inset 0 0 10px #ff7a5c0d}.form-error-msg{color:#f99;background:#ff505014;border:1px solid #ff505033;border-radius:8px;padding:.65rem 1rem;font-size:.8rem;font-weight:600}.form-success-msg{color:var(--st-green-success);background:#6eea8814;border:1px solid #6eea8833;border-radius:8px;padding:.65rem 1rem;font-size:.8rem;font-weight:600}.outreach-pipeline-panel{flex-direction:column;gap:1.5rem;min-height:520px;display:flex}.pipeline-header{border-bottom:1px solid var(--st-border);padding-bottom:1.25rem}.pipeline-title{color:#fff;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.pipeline-sub{color:var(--st-dim);font-size:.88rem}.pipeline-columns{grid-template-columns:repeat(5,minmax(210px,1fr));gap:1rem;padding-bottom:1rem;display:grid;overflow-x:auto}.pipeline-col{background:#00000026;border-radius:12px;flex-direction:column;gap:1rem;min-height:500px;padding:.85rem;display:flex}.pipeline-col-header{border-bottom:2px solid #0000;justify-content:space-between;align-items:center;padding-bottom:.65rem;display:flex}.col-status-name{letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.col-status-count{color:var(--st-dim);background:#faf6f00d;border-radius:99px;padding:.15rem .5rem;font-family:SF Mono,monospace;font-size:.72rem;font-weight:800}.pipeline-col-list{scrollbar-width:none;flex-direction:column;flex:1;gap:.75rem;display:flex;overflow-y:auto}.pipeline-col-list::-webkit-scrollbar{display:none}.column-empty-indicator{border:1px dashed var(--st-border);color:var(--st-dim);letter-spacing:.02em;pointer-events:none;border-radius:10px;justify-content:center;align-items:center;padding:2rem 0;font-size:.78rem;display:flex}.pipeline-empty-state{background:var(--st-surface-2);border:1px dashed var(--st-border);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.empty-icon{margin-bottom:1rem;font-size:3rem;display:block}.empty-title{color:#fff;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.empty-text{color:var(--st-dim);max-width:420px;margin:0;font-size:.88rem;line-height:1.5}.lead-card{flex-direction:column;gap:.65rem;padding:1rem;transition:all .25s cubic-bezier(.2,1,.2,1);display:flex;position:relative}.lead-card:hover{border-color:var(--st-border-strong);transform:translateY(-2px);box-shadow:0 10px 20px #0006}.lead-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.lead-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.92rem;font-weight:800;line-height:1.3;overflow:hidden}.lead-del-btn{color:var(--st-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0 .25rem;font-size:1.1rem;line-height:1;transition:color .2s}.lead-del-btn:hover{color:#f88}.lead-details{flex-direction:column;gap:.25rem;display:flex}.lead-title-text{color:var(--st-muted);word-break:break-word;font-size:.75rem;line-height:1.4}.lead-ln-link{color:var(--st-blue);align-self:flex-start;font-size:.72rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-block}.lead-ln-link:hover{color:#8cb8ff;text-decoration:underline}.lead-notes-preview{color:var(--st-dim);-webkit-line-clamp:2;background:#0000001f;border-radius:6px;-webkit-box-orient:vertical;margin:0;padding:.45rem .65rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.lead-pitch-saved-tag{color:var(--st-green);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;align-self:flex-start;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.lead-card-actions{justify-content:space-between;align-items:center;gap:.55rem;margin-top:.25rem;display:flex}.lead-status-select{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;background:#00000059;border-radius:6px;outline:none;flex:1;max-width:110px;padding:.35rem .5rem;font-family:inherit;font-size:.72rem;font-weight:700;transition:all .2s}.lead-status-select:hover{border-color:var(--st-border-strong);color:var(--st-text)}.lead-pitch-btn{background:var(--st-coral-soft);color:var(--st-coral);cursor:pointer;border:1px solid #ff7a5c40;border-radius:6px;padding:.35rem .65rem;font-family:inherit;font-size:.72rem;font-weight:800;transition:all .2s}.lead-pitch-btn:hover{background:var(--st-coral);color:#fff;border-color:var(--st-coral);box-shadow:0 4px 10px var(--st-coral-glow)}.pitch-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:100;background:#000000a6;justify-content:center;align-items:center;padding:2rem;animation:.25s cubic-bezier(.16,1,.3,1) modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.pitch-modal{flex-direction:column;width:100%;max-width:1080px;max-height:min(780px,100vh - 4rem);animation:.35s cubic-bezier(.34,1.56,.64,1) modal-slide-up;display:flex;overflow:hidden}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.pitch-modal-header{border-bottom:1px solid var(--st-border);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem;display:flex}.pitch-modal-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.35rem;font-size:.65rem;font-weight:800;display:block}.pitch-modal-title{color:#fff;margin:0 0 .15rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:900}.pitch-modal-lead-company{color:var(--st-dim);font-size:.8rem}.pitch-modal-close{border:1px solid var(--st-border);color:var(--st-dim);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:all .25s;display:flex}.pitch-modal-close:hover{color:#fff;border-color:var(--st-border-strong);background:#ffffff08}.pitch-modal-body{flex:1;grid-template-columns:minmax(320px,420px) 1fr;gap:1.75rem;padding:1.75rem;display:grid;overflow-y:auto}@media (width<=900px){.pitch-modal-body{grid-template-columns:1fr}}.pitch-modal-inputs{flex-direction:column;gap:1.25rem;display:flex}.section-subtitle{text-transform:uppercase;letter-spacing:.04em;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800}.generate-pitch-action-btn{color:#070b0e;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#e2e8f0 0%,#94a3b8 100%);border:none;border-radius:10px;width:100%;padding:.95rem 1.25rem;font-size:.88rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #e2e8f026}.generate-pitch-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #e2e8f059}.generate-pitch-action-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.pitch-guidelines-box{border:1px solid var(--st-border);background:#0003;border-radius:10px;padding:1rem}.guideline-header{text-transform:uppercase;color:var(--st-coral);letter-spacing:.08em;margin-bottom:.55rem;font-size:.68rem;font-weight:800;display:block}.guideline-list{flex-direction:column;gap:.45rem;margin:0;padding-left:1.15rem;display:flex}.guideline-list li{color:var(--st-muted);font-size:.78rem;line-height:1.4}.pitch-modal-preview{border:1px solid var(--st-border-strong);background:#040709;border-radius:12px;flex-direction:column;min-height:380px;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}.terminal-header{border-bottom:1px solid var(--st-border);background:#090e12;align-items:center;gap:.55rem;padding:.75rem 1rem;display:flex}.terminal-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.terminal-dot.red{background:#ff5f56}.terminal-dot.yellow{background:#ffbd2e}.terminal-dot.green{background:#e2e8f0}.terminal-title{color:var(--st-dim);margin-left:.55rem;font-family:SF Mono,monospace;font-size:.75rem}.terminal-editor-container{flex:1;padding:1.25rem;transition:box-shadow .3s,border-color .3s;display:flex;position:relative}.terminal-textarea{width:100%;height:100%;min-height:280px;color:var(--st-text);resize:none;background:0 0;border:none;outline:none;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.95rem;line-height:1.7}.terminal-editor-container.perfect{box-shadow:inset 0 0 15px #6eea880d}.terminal-editor-container.perfect:after{content:"";border:1px solid var(--st-green-success);opacity:.12;pointer-events:none;border-radius:0 0 12px 12px;position:absolute;inset:0}.terminal-editor-container.long:after{content:"";border:1px solid var(--st-yellow);opacity:.12;pointer-events:none;border-radius:0 0 12px 12px;position:absolute;inset:0}.terminal-actions-bar{border-top:1px solid var(--st-border);background:#090e12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.pitch-stats{align-items:center;gap:1.25rem;display:flex}.pitch-stat-wordcount{color:var(--st-muted);font-family:SF Mono,monospace;font-size:.82rem}.pitch-stat-wordcount strong.text-green{color:var(--st-green-success);text-shadow:0 0 8px #6eea8833}.pitch-stat-wordcount strong.text-yellow{color:var(--st-yellow)}.pitch-stat-status{color:var(--st-dim);font-size:.78rem;font-weight:600}.action-buttons-group{gap:.75rem;display:flex}.terminal-btn-primary{color:#fff;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#ff7a5c 0%,#ff9e6b 100%);border:none;border-radius:6px;padding:.55rem 1.15rem;font-family:inherit;font-size:.78rem;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 3px 8px #ff7a5c33}.terminal-btn-primary:hover{box-shadow:0 6px 15px var(--st-coral-glow);transform:translateY(-1px)}.terminal-btn-secondary{border:1px solid var(--st-border);color:var(--st-muted);text-transform:uppercase;cursor:pointer;background:#faf6f00d;border-radius:6px;padding:.55rem 1.15rem;font-family:inherit;font-size:.78rem;font-weight:800;transition:all .2s}.terminal-btn-secondary:hover{color:#fff;border-color:var(--st-border-strong);background:#faf6f01a}:root{--st-bg:#070b0e;--st-bg-soft:#0b1116;--st-surface:#0b1116a6;--st-surface-2:#10181e73;--st-border:#faf6f014;--st-border-strong:#faf6f026;--st-text:#faf6f0;--st-muted:#cad1d5;--st-dim:#828e95;--st-coral:#ff7a5c;--st-coral-soft:#ff7a5c1a;--st-coral-glow:#ff7a5c59;--st-green:#cbd5e1;--st-green-success:#6eea88;--st-yellow:#ffd66b;--st-blue:#5096ff;--st-sidebar-w:320px;--st-topbar-h:56px;--st-glass-blur:blur(16px)}.studio-sidebar-list::-webkit-scrollbar{width:6px;height:6px}.studio-main::-webkit-scrollbar{width:6px;height:6px}.studio-notes-list::-webkit-scrollbar{width:6px;height:6px}.pb-field-pre::-webkit-scrollbar{width:6px;height:6px}.pb-aitool-text::-webkit-scrollbar{width:6px;height:6px}.pb-tabs::-webkit-scrollbar{width:6px;height:6px}.studio-sidebar-list::-webkit-scrollbar-track{background:0 0}.studio-main::-webkit-scrollbar-track{background:0 0}.studio-notes-list::-webkit-scrollbar-track{background:0 0}.pb-field-pre::-webkit-scrollbar-track{background:0 0}.pb-aitool-text::-webkit-scrollbar-track{background:0 0}.pb-tabs::-webkit-scrollbar-track{background:0 0}.studio-sidebar-list::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.studio-main::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.studio-notes-list::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.pb-field-pre::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.pb-aitool-text::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.pb-tabs::-webkit-scrollbar-thumb{background:#faf6f01f;border-radius:99px;transition:background .2s}.studio-sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.studio-main::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.studio-notes-list::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.pb-field-pre::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.pb-aitool-text::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.pb-tabs::-webkit-scrollbar-thumb:hover{background:var(--st-coral)}.studio-login{z-index:999;background:radial-gradient(at top,#1e130f 0%,#070b0e 70%);justify-content:center;align-items:center;padding:2rem;font-family:Outfit,-apple-system,sans-serif;display:flex;position:fixed;inset:0}.studio-login-card{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);text-align:center;border-radius:20px;width:100%;max-width:440px;padding:3.5rem 3rem 3rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 30px 70px #000000a6,0 0 50px #ff7a5c0d}.studio-login-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.75rem;font-size:.72rem;font-weight:800}.studio-login-title{letter-spacing:-.03em;color:var(--st-text);margin:0 0 .5rem;font-size:2.5rem;font-weight:900}.studio-login-sub{color:var(--st-muted);margin:0 0 2.25rem;font-family:Inter,sans-serif;font-size:.95rem}.studio-login-form{flex-direction:column;gap:1rem;display:flex}.studio-login-input{border:1px solid var(--st-border-strong);width:100%;color:var(--st-text);text-align:center;letter-spacing:.08em;background:#0000004d;border-radius:12px;outline:none;padding:1.05rem 1.25rem;font-family:inherit;font-size:1.05rem;transition:border-color .25s,box-shadow .25s}.studio-login-input:focus{border-color:var(--st-coral);box-shadow:0 0 15px #ff7a5c33}.studio-login-btn{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#ff7a5c 0%,#ff9e6b 100%);border:none;border-radius:12px;width:100%;padding:1.05rem 1.25rem;font-size:.98rem;font-weight:800;transition:all .3s cubic-bezier(.2,1,.2,1);box-shadow:0 4px 15px #ff7a5c33}.studio-login-btn:hover:not(:disabled){box-shadow:0 8px 30px var(--st-coral-glow);transform:translateY(-2px)}.studio-login-btn:active:not(:disabled){transform:translateY(0)}.studio-login-btn:disabled{opacity:.5;cursor:not-allowed}.studio-login-error{color:#f99;background:#ff50501a;border:1px solid #ff505040;border-radius:10px;margin-top:1.25rem;padding:.75rem 1rem;font-size:.88rem}.studio-login-back{color:var(--st-dim);letter-spacing:.05em;margin-top:1.75rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-block}.studio-login-back:hover{color:var(--st-coral)}.studio-shell{background:var(--st-bg);color:var(--st-text);flex-direction:column;font-family:Inter,-apple-system,sans-serif;font-size:16px;line-height:1.5;display:flex;position:fixed;inset:0}.studio-topbar{height:var(--st-topbar-h);border-bottom:1px solid var(--st-border);-webkit-backdrop-filter:var(--st-glass-blur);z-index:50;background:#0b1116cc;flex-shrink:0;align-items:center;gap:.75rem;padding:0 1.5rem;display:flex}.studio-drawer-btn{border:1px solid var(--st-border);width:38px;height:38px;color:var(--st-text);cursor:pointer;background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.studio-drawer-btn:hover{border-color:var(--st-coral);color:var(--st-coral)}.studio-drawer-icon,.studio-drawer-icon:before,.studio-drawer-icon:after{background:currentColor;border-radius:1px;width:18px;height:2px;display:block;position:relative}.studio-drawer-icon:before,.studio-drawer-icon:after{content:"";position:absolute;left:0}.studio-drawer-icon:before{top:-6px}.studio-drawer-icon:after{top:6px}@media (width>=900px){.studio-drawer-btn{display:none}}.studio-brand{align-items:baseline;gap:.45rem;font-family:Outfit,sans-serif;text-decoration:none;display:flex}.studio-brand-mark{letter-spacing:-.03em;color:var(--st-text);font-size:1.15rem;font-weight:900}.studio-brand-tag{background:var(--gradient-sunset);color:#0000;-webkit-text-fill-color:transparent;letter-spacing:.2em;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;font-size:.7rem;font-weight:800}.studio-topbar-spacer{flex:1}.studio-topbar-link{color:var(--st-muted);letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.55rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .25s}.studio-topbar-link:hover{color:var(--st-coral);border-color:var(--st-border-strong);background:#ffffff05}.studio-exit:hover{color:#f88;background:#ff50500d;border-color:#ff50504d}.studio-topbar-mode{letter-spacing:.18em;text-transform:uppercase;color:var(--st-yellow);cursor:help;background:#ffd66b14;border:1px solid #ffd66b33;border-radius:999px;margin-left:.75rem;padding:.35rem .8rem;font-size:.65rem;font-weight:800;box-shadow:0 0 10px #ffd66b0d}.studio-prod-banner{color:var(--st-muted);letter-spacing:.01em;background:#ffd66b0f;border-bottom:1px solid #ffd66b1f;flex-shrink:0;justify-content:center;align-items:center;gap:.85rem;padding:.5rem 1.5rem;font-size:.8rem;display:flex}.studio-prod-banner strong{color:var(--st-yellow);margin-right:.15rem}.studio-prod-banner code{border:1px solid var(--st-border);color:var(--st-coral);background:#0006;border-radius:4px;padding:.1rem .45rem;font-family:SF Mono,Menlo,monospace;font-size:.85em}.studio-prod-banner-x{border:1px solid var(--st-border);color:var(--st-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-family:inherit;font-size:.9rem;line-height:1;transition:all .2s;display:inline-flex}.studio-prod-banner-x:hover{color:var(--st-text);border-color:var(--st-border-strong);background:#ffffff08}.studio-notes-fab{z-index:90;border:1px solid var(--st-coral);color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a5c,#ff9e6b);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-family:inherit;transition:transform .25s cubic-bezier(.2,1,.2,1),box-shadow .25s,background-color .25s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 30px #ff7a5c59,0 0 15px #ff7a5c1a}.studio-notes-fab:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 15px 35px #ff7a5c73,0 0 25px #ff7a5c33}.studio-notes-fab.open{background:var(--st-bg-soft);border-color:var(--st-border-strong);color:var(--st-text);box-shadow:0 10px 30px #00000080}.studio-notes-fab-icon{font-size:1.5rem;font-weight:700;line-height:1}.studio-notes-fab-badge{background:var(--st-bg);border:2px solid var(--st-coral);color:var(--st-coral);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 5px;font-family:SF Mono,Menlo,monospace;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #0000004d}.studio-notes-backdrop{-webkit-backdrop-filter:blur(4px);z-index:80;background:#00000080;animation:.25s studio-notes-fade-in;position:fixed;inset:0}@keyframes studio-notes-fade-in{0%{opacity:0}to{opacity:1}}.studio-notes-drawer{z-index:85;width:min(520px,100vw - 3rem);max-height:min(680px,100vh - 8rem);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border-strong);opacity:0;pointer-events:none;background:#0b1116d9;border-radius:20px;flex-direction:column;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;display:flex;position:fixed;bottom:5.75rem;right:1.5rem;transform:translateY(20px)scale(.96);box-shadow:0 30px 80px #0009,inset 0 1px 1px #ffffff0d}.studio-notes-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){.studio-notes-drawer{transition:opacity .15s;transform:none}}.studio-notes-head{border-bottom:1px solid var(--st-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.studio-notes-title{color:var(--st-text);letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:800}.studio-notes-count{color:var(--st-dim);letter-spacing:.1em;text-transform:uppercase;margin-left:.5rem;font-size:.72rem;font-weight:700}.studio-notes-shortcut{color:var(--st-dim);letter-spacing:.04em;font-family:SF Mono,Menlo,monospace;font-size:.65rem}@media (width<=520px){.studio-notes-shortcut{display:none}}.studio-notes-input-row{border-bottom:1px solid var(--st-border);flex-shrink:0;padding:1rem 1.5rem .85rem}.studio-notes-textarea{border:1px solid var(--st-border);width:100%;color:var(--st-text);resize:vertical;background:#0003;border-radius:12px;outline:none;min-height:80px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.studio-notes-textarea:focus{border-color:var(--st-coral);box-shadow:0 0 10px #ff7a5c26}.studio-notes-textarea::placeholder{color:var(--st-dim)}.studio-notes-actions{justify-content:flex-end;align-items:center;gap:.85rem;min-height:32px;margin-top:.75rem;display:flex}.studio-notes-flash{color:var(--st-green-success);font-size:.8rem;font-weight:600;animation:.4s studio-notes-flash-in}@keyframes studio-notes-flash-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.studio-notes-save{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#ff7a5c 0%,#ff9e6b 100%);border:none;border-radius:8px;padding:.55rem 1.1rem;font-family:inherit;font-size:.8rem;font-weight:800;transition:all .2s;box-shadow:0 3px 10px #ff7a5c33}.studio-notes-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #ff7a5c59}.studio-notes-save:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.studio-notes-list{flex-direction:column;flex:1;gap:.75rem;padding:.75rem 1.5rem 1.5rem;display:flex;overflow-y:auto}.studio-notes-empty{text-align:center;color:var(--st-dim);padding:3rem 1rem;font-size:.9rem;line-height:1.6}.studio-note{background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid var(--st-coral);border-radius:12px;padding:.85rem 1.05rem 1rem;transition:all .25s}.studio-note:hover{border-color:var(--st-border-strong);border-left-color:var(--st-coral);background:#10181e99;transform:translateY(-1px)}.studio-note-meta{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.studio-note-time{color:var(--st-dim);letter-spacing:.04em;font-family:SF Mono,Menlo,monospace;font-size:.72rem}.studio-note-del{color:var(--st-dim);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.1rem .4rem;font-family:inherit;font-size:1.15rem;line-height:1;transition:color .15s,background .15s}.studio-note-del:hover{color:#f88;background:#ff50501a}.studio-note-text{white-space:pre-wrap;word-break:break-word;color:var(--st-text);margin:0;font-family:inherit;font-size:.92rem;line-height:1.6}.studio-body{flex:1;display:flex;position:relative;overflow:hidden}.studio-sidebar{width:var(--st-sidebar-w);border-right:1px solid var(--st-border);background:#0b1116e6;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}@media (width<=899px){.studio-sidebar{z-index:40;background:#0b1116;width:85vw;max-width:350px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;inset:0 auto 0 0;transform:translate(-100%);box-shadow:10px 0 45px #000000a6}.studio-sidebar.open{transform:translate(0)}}.studio-drawer-backdrop{-webkit-backdrop-filter:blur(4px);z-index:30;background:#000000a6;position:absolute;inset:0}@media (width>=900px){.studio-drawer-backdrop{display:none}}.studio-sidebar-inner{flex-direction:column;gap:1rem;height:100%;padding:1.25rem 1.25rem 1rem;display:flex}.studio-sidebar-stats{border:1px solid var(--st-border);background:#ffffff03;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem .5rem;display:flex}.studio-stat{flex-direction:column;flex:1;align-items:center;display:flex}.studio-stat-num{color:var(--st-coral);font-family:SF Mono,Menlo,monospace;font-size:1.4rem;font-weight:800}.studio-stat-label{letter-spacing:.16em;text-transform:uppercase;color:var(--st-dim);margin-top:.15rem;font-size:.62rem;font-weight:800}.studio-stat-divider{background:var(--st-border);width:1px;height:24px}.studio-sidebar-search input,.studio-sidebar-filters select{border:1px solid var(--st-border);width:100%;color:var(--st-text);background:#00000040;border-radius:8px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.88rem;transition:border-color .25s,box-shadow .25s}.studio-sidebar-search input:focus,.studio-sidebar-filters select:focus{border-color:var(--st-coral);box-shadow:0 0 10px #ff7a5c1f}.studio-sidebar-filters{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.studio-sidebar-list{flex-direction:column;flex:1;gap:.4rem;margin:0 -.5rem;padding:0 .5rem;display:flex;overflow-y:auto}.studio-sidebar-msg{text-align:center;color:var(--st-dim);padding:2rem .5rem;font-size:.88rem}.studio-sidebar-msg-error{color:#f88}.studio-sidebar-item{text-align:left;cursor:pointer;color:var(--st-text);background:0 0;border:1px solid #0000;border-left-width:2px;border-radius:10px;flex-direction:column;gap:.35rem;padding:.75rem .95rem;font-family:inherit;transition:all .25s cubic-bezier(.2,1,.2,1);display:flex}.studio-sidebar-item:hover{border-color:var(--st-border);background:#ffffff05;transform:translate(1px)}.studio-sidebar-item.active{border-color:#ff7a5c26;border-left-color:var(--st-coral);box-shadow:inset 2px 0 0 var(--st-coral);background:#ff7a5c12}.studio-sidebar-item-head{align-items:center;gap:.55rem;display:flex}.studio-pb-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.studio-pb-dot.ready{background:var(--st-coral);box-shadow:0 0 10px var(--st-coral-glow)}.studio-pb-dot.empty{border:1px solid var(--st-dim);background:0 0}.studio-sidebar-item-cat{color:var(--st-dim);letter-spacing:.18em;text-transform:uppercase;font-size:.62rem;font-weight:800}.studio-sidebar-item.active .studio-sidebar-item-cat{color:var(--st-coral)}.studio-sidebar-item-title{color:var(--st-text);font-size:.9rem;font-weight:500;line-height:1.4}.studio-sidebar-count{text-align:center;color:var(--st-dim);letter-spacing:.08em;border-top:1px solid var(--st-border);padding:.65rem 0 .25rem;font-size:.72rem}.studio-main{background:var(--st-bg);flex:1;position:relative;overflow-y:auto}.studio-loading,.studio-error{text-align:center;color:var(--st-muted);padding:6rem 2rem;font-size:1.1rem}.studio-error{color:#f88}.studio-index{max-width:1100px;margin:0 auto;padding:4rem 2.5rem 5rem}.studio-index-hero{border-bottom:1px solid var(--st-border);margin-bottom:3rem;padding-bottom:3rem}.studio-index-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800}.studio-index-title{letter-spacing:-.04em;color:var(--st-text);margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.studio-index-sub{color:var(--st-muted);max-width:760px;margin:0;font-size:1.05rem;line-height:1.7}.studio-index-loading{text-align:center;color:var(--st-dim);padding:5rem 0}.studio-index-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:4.5rem;display:grid}.studio-index-stat{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);border-radius:16px;padding:1.5rem 1.75rem;transition:all .35s cubic-bezier(.2,1,.2,1)}.studio-index-stat:hover{border-color:var(--st-border-strong);background:var(--st-surface-2);transform:translateY(-4px)}.studio-index-stat.accent{background:#ff7a5c0a;border-color:#ff7a5c4d}.studio-index-stat.accent:hover{border-color:var(--st-coral)}.studio-index-stat-num{color:var(--st-text);letter-spacing:-.03em;font-family:SF Mono,Menlo,monospace;font-size:2.5rem;font-weight:900;line-height:1}.studio-index-stat.accent .studio-index-stat-num{color:var(--st-coral)}.studio-index-stat-label{letter-spacing:.18em;text-transform:uppercase;color:var(--st-dim);margin-top:.5rem;font-size:.72rem;font-weight:800}.studio-index-h2{letter-spacing:.2em;text-transform:uppercase;color:var(--st-coral);margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800}.studio-index-cat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.studio-index-cat{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);border-radius:14px;padding:1.25rem 1.35rem;transition:all .3s}.studio-index-cat:hover{border-color:var(--st-border-strong);background:var(--st-surface-2);transform:translateY(-2px)}.studio-index-cat-name{color:var(--st-text);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.studio-index-cat-meta{align-items:baseline;gap:.35rem;font-family:SF Mono,Menlo,monospace;display:flex}.studio-index-cat-ready{color:var(--st-coral);font-size:1.6rem;font-weight:800}.studio-index-cat-of{color:var(--st-dim);font-size:1rem}.studio-index-cat-label{color:var(--st-dim);letter-spacing:.15em;text-transform:uppercase;margin-left:.25rem;font-size:.68rem;font-weight:700}.studio-index-cat-bar{background:#ffffff0d;border-radius:3px;height:5px;margin-top:.85rem;overflow:hidden}.studio-index-cat-bar-fill{background:linear-gradient(to right, var(--st-coral), #ff9e6b);border-radius:3px;height:100%;transition:width .4s}.studio-index-cta{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:16px;margin-top:4.5rem;padding:2rem 2.25rem;box-shadow:inset 0 1px 1px #ffffff05}.studio-index-cta p{color:var(--st-muted);margin:0 0 .75rem;font-size:1rem}.studio-index-code,.studio-index-cta code{border:1px solid var(--st-border-strong);color:var(--st-coral);background:#000;border-radius:8px;margin-bottom:.5rem;padding:.4rem .85rem;font-family:SF Mono,Menlo,monospace;font-size:.88rem;display:inline-block}.studio-index-hint{color:var(--st-dim)!important;margin-top:1rem!important;font-size:.85rem!important}.studio-playbook{max-width:1280px;margin:0 auto;padding:3rem 2.5rem 5rem}.studio-playbook-head{border-bottom:1px solid var(--st-border);margin-bottom:2.5rem;padding-bottom:2rem}.studio-playbook-meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.studio-playbook-cat{color:var(--st-coral);letter-spacing:.25em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800}.studio-status-pill{letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--st-border);border-radius:999px;padding:.3rem .8rem;font-size:.68rem;font-weight:800}.status-draft{color:#c8c8c8;background:#ffffff0d}.status-ready{color:var(--st-yellow);background:#ffd66b14;border-color:#ffd66b40}.status-filmed{color:var(--st-blue);background:#5096ff14;border-color:#5096ff40}.status-published{color:var(--st-green-success);background:#6eea8814;border-color:#6eea8840}.studio-playbook-title{letter-spacing:-.03em;color:var(--st-text);margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.studio-playbook-sub{color:var(--st-muted);max-width:820px;margin:0 0 2rem;font-size:1.1rem;line-height:1.65}.studio-playbook-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.studio-action{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);color:var(--st-text);letter-spacing:.02em;cursor:pointer;border-radius:10px;padding:.75rem 1.35rem;font-family:inherit;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.2,1,.2,1)}.studio-action:hover{border-color:var(--st-coral);color:var(--st-coral);background:#ffffff05}.studio-action-primary{color:#fff;background:linear-gradient(135deg,#ff7a5c 0%,#ff9e6b 100%);border-color:#0000;box-shadow:0 4px 15px #ff7a5c33}.studio-action-primary:hover{color:#fff;box-shadow:0 8px 25px var(--st-coral-glow);transform:translateY(-2px)}.studio-action:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.studio-playbook-nav{gap:.55rem;display:flex}.studio-playbook-nav button{border:1px solid var(--st-border);color:var(--st-muted);letter-spacing:.05em;cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.studio-playbook-nav button:hover:not(:disabled){color:var(--st-coral);border-color:var(--st-coral);background:#ffffff05}.studio-playbook-nav button:disabled{opacity:.3;cursor:not-allowed}:root{--pb-coral:#ff7a5c;--pb-teal:#94a3b8;--pb-youtube:#ff3b30;--pb-purple:#a06cff;--pb-mint:#00f2fe;--pb-yellow:#ffd66b;--pb-green:#e2e8f0;--pb-gray:#8a93a0;--pb-instagram-grad:linear-gradient(135deg, #ffaa34 0%, #e1306c 50%, #6f4ecc 100%);--pb-linkedin:#0a66c2;--pb-tiktok:#25f4ee;--pb-tiktok-2:#fe2c55}.pb-view{flex-direction:column;gap:2rem;display:flex}.pb-tabs{z-index:10;background:var(--st-bg);scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-bottom:1px solid var(--st-border);gap:.5rem;padding:.75rem 0;display:flex;position:sticky;top:-1px;overflow:auto visible}.pb-tab{background:var(--st-surface-2);border:1px solid var(--st-border);color:var(--st-muted);letter-spacing:.02em;cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.55rem;padding:.65rem 1.15rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.2,1,.2,1);display:inline-flex;position:relative}.pb-tab:hover{color:var(--st-text);border-color:var(--st-border-strong);transform:translateY(-1px)}.pb-tab-icon{font-size:1rem;line-height:1}.pb-tab-label{letter-spacing:.02em}.pb-tab.active{font-weight:800;transform:translateY(0);color:var(--st-bg)!important}.pb-tab-cyan.active{background:#25e0da;border-color:#25e0da;box-shadow:0 6px 20px #25e0da59;color:#070b0e!important}.pb-tab-pink.active{background:#ff6b9d;border-color:#ff6b9d;box-shadow:0 6px 20px #ff6b9d59;color:#fff!important}.pb-tab-coral.active{background:var(--pb-coral);border-color:var(--pb-coral);box-shadow:0 6px 20px #ff7a5c59;color:#fff!important}.pb-tab-teal.active{background:var(--pb-teal);border-color:var(--pb-teal);box-shadow:0 6px 20px #94a3b833;color:#070b0e!important}.pb-tab-youtube.active{background:var(--pb-youtube);border-color:var(--pb-youtube);box-shadow:0 6px 20px #ff3b3059;color:#fff!important}.pb-tab-purple.active{background:var(--pb-purple);border-color:var(--pb-purple);box-shadow:0 6px 20px #a06cff59;color:#fff!important}.pb-tab-mint.active{background:#6eea88;border-color:#6eea88;box-shadow:0 6px 20px #6eea8859;color:#070b0e!important}.pb-tab-yellow.active{background:var(--pb-yellow);border-color:var(--pb-yellow);box-shadow:0 6px 20px #ffd66b4d;color:#070b0e!important}.pb-tab-green.active{background:var(--pb-green);border-color:var(--pb-green);box-shadow:0 6px 20px #e2e8f033;color:#070b0e!important}.pb-tab-gray.active{background:var(--pb-gray);border-color:var(--pb-gray);box-shadow:0 6px 20px #8a93a04d;color:#fff!important}.pb-panels{min-height:360px}.pb-panel{background:var(--st-surface);-webkit-backdrop-filter:var(--st-glass-blur);border:1px solid var(--st-border);border-top-width:4px;border-radius:16px;padding:2rem 2rem 2.25rem;animation:.35s cubic-bezier(.2,1,.2,1) pb-panel-in;box-shadow:0 15px 40px #00000040}@keyframes pb-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pb-panel{animation:none}}.pb-panel-pink{border-top-color:#ff6b9d}.pb-panel-cyan{border-top-color:#25e0da}.pb-panel-coral{border-top-color:var(--pb-coral)}.pb-panel-teal{border-top-color:var(--pb-teal)}.pb-panel-youtube{border-top-color:var(--pb-youtube)}.pb-panel-purple{border-top-color:var(--pb-purple)}.pb-panel-mint{border-top-color:#6eea88}.pb-panel-yellow{border-top-color:var(--pb-yellow)}.pb-panel-green{border-top-color:var(--pb-green)}.pb-panel-gray{border-top-color:var(--pb-gray)}.pb-panel-sublabel{color:var(--st-dim);letter-spacing:.04em;border-left:2px solid #ffffff0f;margin:0 0 1.75rem;padding-left:.75rem;font-size:.88rem;font-weight:500}.pb-panel-body{flex-direction:column;gap:1.25rem;display:flex}.pb-grid-2{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=760px){.pb-grid-2{grid-template-columns:1fr 1fr}}.pb-card{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:12px;padding:1.25rem 1.5rem}.pb-field{border:1px solid var(--st-border);background:#10181e59;border-radius:12px;flex-direction:column;gap:.75rem;min-width:0;padding:1.1rem 1.25rem 1.25rem;transition:border-color .25s;display:flex}.pb-field:hover{border-color:var(--st-border-strong)}.pb-field-head{justify-content:space-between;align-items:center;gap:.85rem;display:flex}.pb-field-label{letter-spacing:.2em;text-transform:uppercase;color:var(--st-dim);font-size:.68rem;font-weight:800}.pb-field-actions{gap:.5rem;display:flex}.pb-field-toggle{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.25rem .65rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .2s}.pb-field-toggle:hover{color:var(--st-coral);border-color:var(--st-coral);background:#ffffff05}.pb-field-line{color:var(--st-text);word-break:break-word;margin:0;font-size:1.025rem;line-height:1.6}.pb-field-pre{white-space:pre-wrap;word-break:break-word;color:var(--st-text);border:1px solid var(--st-border);background:#00000059;border-radius:8px;max-height:480px;margin:0;padding:.85rem 1rem;font-family:SF Mono,Menlo,monospace;font-size:.92rem;line-height:1.7;overflow-y:auto}.pb-copy{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:0 0;border-radius:6px;padding:.25rem .75rem;font-family:inherit;font-size:.72rem;font-weight:700;transition:all .25s cubic-bezier(.175,.885,.32,1.275)}.pb-copy:hover{color:var(--st-coral);border-color:var(--st-coral);background:#ff7a5c0d}.pb-copy-primary{background:var(--st-coral);color:#fff;border-color:var(--st-coral);box-shadow:0 2px 8px #ff7a5c33}.pb-copy-primary:hover{color:#fff;background:#ff8a6e}.pb-copy.copied{background:var(--st-green-success)!important;color:#070b0e!important;border-color:var(--st-green-success)!important;transform:scale(1.05)!important;box-shadow:0 0 15px #6eea8880!important}.pb-empty{text-align:center;border:1px dashed var(--st-border-strong);color:var(--st-muted);background:#0b11164d;border-radius:16px;padding:4rem 2rem}.pb-empty code{border:1px solid var(--st-border);color:var(--st-coral);background:#000;border-radius:6px;padding:.25rem .65rem;font-family:SF Mono,Menlo,monospace;font-size:.88rem}.pb-empty-hint{margin-top:1rem;font-size:.9rem;line-height:1.6}.pb-chapters{background:0 0;border:none;padding:0}.pb-chapter{border:1px solid var(--st-border);background:#10181e59;border-radius:12px;margin-bottom:.65rem;transition:all .3s cubic-bezier(.2,1,.2,1);overflow:hidden}.pb-chapter:hover{border-color:var(--st-border-strong)}.pb-chapter.open{border-color:var(--st-coral);background:#10181e8c;box-shadow:0 8px 25px #ff7a5c0d}.pb-chapter-head{cursor:pointer;text-align:left;width:100%;color:var(--st-text);background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.85rem;padding:1rem 1.25rem;font-family:inherit;display:flex}.pb-chapter-ts{color:var(--st-coral);min-width:3.5rem;font-family:SF Mono,Menlo,monospace;font-size:.9rem;font-weight:700}.pb-chapter-label{font-size:1.025rem;font-weight:700}.pb-chapter-dur{color:var(--st-dim);letter-spacing:.02em;font-family:SF Mono,Menlo,monospace;font-size:.8rem}.pb-chapter-cuts{color:var(--st-dim);letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--st-border);background:#ffffff0a;border-radius:999px;margin-left:auto;padding:.25rem .65rem;font-size:.62rem;font-weight:800}.pb-chapter-toggle{color:var(--st-dim);text-align:center;width:18px;margin-left:.5rem;font-family:SF Mono,Menlo,monospace;font-size:1.2rem}.pb-chapter.open .pb-chapter-toggle{color:var(--st-coral)}.pb-chapter-body{border-top:1px solid var(--st-border);margin-top:.5rem;padding:0 1.25rem 1.25rem;animation:.25s ease-out pb-chapter-in}@keyframes pb-chapter-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pb-chapter-beats{margin:1rem 0 0;padding:0;list-style:none}.pb-chapter-beats li{color:var(--st-text);padding:.35rem 0 .35rem 1.5rem;font-size:.98rem;line-height:1.625;position:relative}.pb-chapter-beats li:before{content:"";background:var(--st-coral);width:6px;height:6px;box-shadow:0 0 6px var(--st-coral);border-radius:50%;position:absolute;top:.8rem;left:0}.pb-chapter-prompt{border-left:3px solid var(--st-coral);color:var(--st-muted);background:#ff7a5c0a;border-radius:0 8px 8px 0;margin-top:1.25rem;padding:.85rem 1.1rem;font-size:.98rem;font-style:italic;line-height:1.6}.pb-prompt-label{letter-spacing:.18em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.35rem;font-size:.65rem;font-style:normal;font-weight:800;display:block}.pb-chapter-broll{border-top:1px dashed var(--st-border);color:var(--st-dim);margin-top:1.15rem;padding-top:.85rem;font-size:.9rem}.pb-broll-label{letter-spacing:.18em;text-transform:uppercase;color:var(--st-coral);margin-bottom:.5rem;font-size:.65rem;font-weight:800;display:block}.pb-chapter-broll ul{margin:0;padding:0 0 0 .85rem;list-style:none}.pb-chapter-broll li{color:var(--st-text);padding:.25rem 0;line-height:1.5}.pb-chapter-broll li:before{content:"· ";color:var(--st-coral);font-weight:800}.pb-chapter-script{border-left:3px solid var(--st-coral);background:#00000040;border-radius:8px;margin-top:1.25rem;padding:1rem 1.25rem}.pb-script-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.pb-script-label{letter-spacing:.18em;text-transform:uppercase;color:var(--st-coral);font-size:.65rem;font-weight:800}.pb-chapter-script p{color:var(--st-text);margin:0;font-size:1rem;line-height:1.7}.pb-hashtags{flex-direction:column;gap:.65rem;display:flex}.pb-hashtag-row{border-bottom:1px solid var(--st-border);align-items:center;gap:.85rem;padding:.65rem 0;display:flex}.pb-hashtag-row:last-of-type{border:none}.pb-hashtag-platform{color:var(--st-coral);letter-spacing:.12em;text-transform:uppercase;flex-shrink:0;width:6.5rem;font-size:.72rem;font-weight:800}.pb-hashtag-tags{color:var(--st-muted);word-break:break-word;flex:1;font-size:.88rem}.pb-hashtag-bundle-all{border-top:1px solid var(--st-border);color:var(--st-dim);justify-content:space-between;align-items:center;margin-top:.65rem;padding-top:1rem;font-size:.82rem;display:flex}.pb-tag-cols{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=760px){.pb-tag-cols{grid-template-columns:1fr 1fr}}@media (width>=1100px){.pb-tag-cols{grid-template-columns:1fr 1fr 1fr}}.pb-tag-col{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:12px;padding:1.25rem 1.35rem}.pb-tag-col h3{letter-spacing:.18em;text-transform:uppercase;color:var(--st-coral);margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800}.pb-tag-col ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.pb-tag-col li{border-left:2px solid var(--st-coral);padding-left:.85rem}.pb-tag-cat{color:var(--st-text);font-size:.92rem;font-weight:700;line-height:1.4}.pb-tag-intent{color:var(--st-muted);margin-top:.25rem;font-size:.82rem;line-height:1.5}.pb-primary-kw{background:#ff7a5c0d;border-color:#ff7a5c40;box-shadow:0 0 15px #ff7a5c0d}.pb-primary-kw-text{color:var(--st-coral);margin-top:.5rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800}.pb-aitool{background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid #25e0da;border-radius:14px;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000026}.pb-aitool+.pb-aitool{margin-top:1.15rem}.pb-aitool-notebooklm{border-left-color:#4a90ff}.pb-aitool-suno{border-left-color:#ff8a4c}.pb-aitool-kling{border-left-color:#b86cff}.pb-aitool-head{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.pb-aitool-brand{color:var(--st-text);letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:800}.pb-aitool-tagline{letter-spacing:.16em;text-transform:uppercase;color:var(--st-dim);flex:1;font-size:.72rem;font-weight:800}.pb-aitool-text{white-space:pre-wrap;word-break:break-word;color:var(--st-text);border:1px solid var(--st-border);background:#00000059;border-radius:8px;max-height:360px;margin:0;padding:.95rem 1.15rem;font-family:SF Mono,Menlo,monospace;font-size:.9rem;line-height:1.7;overflow-y:auto}.pb-aitool-kling-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=760px){.pb-aitool-kling-grid{grid-template-columns:1fr 1fr}}.pb-kling-card{border:1px solid var(--st-border);background:#00000040;border-radius:10px;flex-direction:column;gap:.55rem;padding:.85rem 1.05rem 1.05rem;transition:all .2s;display:flex;position:relative}.pb-kling-card:hover{border-color:var(--st-border-strong)}.pb-kling-num{color:#b86cff;letter-spacing:.05em;font-family:SF Mono,Menlo,monospace;font-size:.72rem;font-weight:800}.pb-kling-text{color:var(--st-text);flex:1;margin:0;font-size:.92rem;line-height:1.6}.pb-kling-card .pb-copy{align-self:flex-end}.pb-broll-master{background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid var(--pb-teal);border-radius:12px;flex-direction:column;gap:1rem;padding:1.1rem 1.25rem 1.25rem;display:flex}.pb-broll-master-body{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=760px){.pb-broll-master-body{grid-template-columns:1fr 1fr}}.pb-broll-chapter{border:1px solid var(--st-border);background:#00000040;border-radius:10px;padding:.75rem 1rem .85rem}.pb-broll-chapter-head{color:var(--pb-teal);letter-spacing:.04em;margin-bottom:.5rem;font-family:SF Mono,Menlo,monospace;font-size:.75rem;font-weight:800}.pb-broll-chapter ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.pb-broll-chapter li{color:var(--st-text);padding-left:.95rem;font-size:.88rem;line-height:1.5;position:relative}.pb-broll-chapter li:before{content:"·";color:var(--pb-teal);font-weight:800;position:absolute;left:0}.pb-hooks-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=760px){.pb-hooks-grid{grid-template-columns:1fr 1fr}}.pb-hook{background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid #ff6b9d;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem 1.35rem 1.35rem;transition:all .25s cubic-bezier(.2,1,.2,1);display:flex}.pb-hook:hover{border-color:var(--st-border-strong);background:#10181e80;border-left-color:#ff6b9d;transform:translateY(-2px);box-shadow:0 8px 25px #ff6b9d08}.pb-hook-head{align-items:center;gap:.85rem;display:flex}.pb-hook-num{color:#ff6b9d;letter-spacing:.04em;background:#ff6b9d0f;border:1px solid #ff6b9d33;border-radius:6px;padding:.25rem .65rem;font-family:SF Mono,Menlo,monospace;font-size:.78rem;font-weight:800}.pb-hook-tone{letter-spacing:.2em;text-transform:uppercase;color:var(--st-muted);flex:1;font-size:.68rem;font-weight:800}.pb-hook-line{color:var(--st-text);margin:0;font-size:1.05rem;font-weight:500;line-height:1.6}.pb-hook-punch{color:var(--st-muted);border-top:1px dashed var(--st-border);margin:0;padding-top:.65rem;font-size:.95rem;font-style:italic;line-height:1.55}.pb-platform-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=900px){.pb-platform-grid{grid-template-columns:1fr 1fr}}.pb-platform-card{background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid var(--st-border);border-radius:12px;flex-direction:column;gap:.75rem;min-width:0;padding:1.25rem 1.35rem;transition:all .25s;display:flex}.pb-platform-card:hover{border-color:var(--st-border-strong)}.pb-platform-instagram{border-left-color:#e1306c}.pb-platform-linkedin{border-left-color:var(--pb-linkedin)}.pb-platform-tiktok{border-left-color:var(--pb-tiktok-2)}.pb-platform-youtube{border-left-color:var(--pb-youtube)}.pb-platform-mark{letter-spacing:.2em;text-transform:uppercase;color:var(--st-dim);align-items:center;gap:.65rem;font-size:.68rem;font-weight:800;display:inline-flex}.pb-platform-icon{border-radius:4px;flex-shrink:0;width:14px;height:14px;display:inline-block}.pb-platform-icon-instagram{background:var(--pb-instagram-grad)}.pb-platform-icon-linkedin{background:var(--pb-linkedin)}.pb-platform-icon-tiktok{background:linear-gradient(135deg, var(--pb-tiktok) 0%, #000 50%, var(--pb-tiktok-2) 100%)}.pb-platform-icon-youtube{background:var(--pb-youtube)}.pb-hashtag-platform{align-items:center;gap:.55rem;display:inline-flex}@media (width>=1280px){.studio-playbook{padding:3.5rem 3.5rem 6rem}.pb-panel{padding:2.25rem 2.5rem 2.5rem}}@media (width>=1600px){.pb-grid-2{gap:1.5rem}.pb-panel{padding:2.5rem 3rem 3rem}}@media (width<=600px){.studio-playbook{padding:1.5rem 1.25rem 3.5rem}.pb-panel{border-radius:12px;padding:1.25rem 1.15rem 1.5rem}.pb-chapter-head{padding:.85rem 1rem}.pb-chapter-cuts{text-align:center;flex-basis:100%;margin-left:0}.studio-index{padding:2rem 1.25rem 3.5rem}.studio-index-stats{grid-template-columns:1fr 1fr;gap:.85rem}}.compare-wrap{margin-top:4rem}.compare-wrap h3{text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.compare-scroll{border:1px solid var(--glass-border);border-radius:var(--radius-md);overflow-x:auto}.compare-table{border-collapse:collapse;width:100%;min-width:700px}.compare-table th,.compare-table td{text-align:center;border-bottom:1px solid var(--glass-border);padding:.75rem 1rem;font-size:.875rem}.compare-table tr:last-child td{border-bottom:none}.compare-feature-col{width:160px;text-align:left!important}.compare-feature-label{color:var(--text-muted);font-size:.82rem;text-align:left!important}.compare-table thead th{font-family:var(--font-display);border-bottom:2px solid var(--glass-border);background:#ffffff08}.featured-col{background:#ccff000a!important}.compare-pkg-name{margin-bottom:.2rem;font-size:1rem;font-weight:800}.compare-pkg-price{color:var(--accent-primary);font-size:.85rem;font-weight:700;font-family:var(--font-display)}.compare-pkg-price span{opacity:.7;font-size:.7rem}.compare-badge{background:var(--accent-primary);color:#000;border-radius:100px;margin-top:.3rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.compare-val.check{color:var(--accent-primary);font-weight:700}.compare-val.dash{color:#ffffff26}.compare-val.text{color:#ccc;font-size:.8rem}.compare-table tr:hover td{background:#ffffff05}.compare-cta-row td{border-top:2px solid var(--glass-border);padding:1.25rem 1rem}.compare-cta-btn{white-space:nowrap;padding:.5rem 1rem;font-size:.8rem}.pricing-section{background:linear-gradient(180deg, var(--bg-darker) 0%, var(--bg-dark) 100%)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));align-items:stretch;gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}@media (width>=768px){.pricing-grid{gap:1.5rem}}@media (width>=992px){.pricing-grid{gap:1.5rem}}.pricing-card{text-align:left;flex-direction:column;height:100%;padding:1.75rem 1.25rem 1.5rem;display:flex;position:relative}@media (width>=768px){.pricing-card{padding:2.25rem 1.75rem 2rem}}.pricing-card-head{text-align:center;border-bottom:1px solid var(--glass-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-card.highlight{border-color:var(--accent-primary);z-index:2;background:linear-gradient(#ff7a5c14 0%,#141c20e6 100%);box-shadow:0 20px 50px #ff7a5c26,0 0 0 1px #ff7a5c4d}@media (width>=992px){.pricing-card.highlight{transform:scale(1.04)}.pricing-card.highlight:hover{transform:scale(1.06)}}.pricing-badge{background:var(--gradient-sunset);color:#fff;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;box-shadow:0 6px 16px var(--accent-glow);border-radius:100px;padding:.4rem 1.1rem;font-size:.7rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem}.price{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.02em;margin-bottom:.25rem;font-size:clamp(2.5rem,5vw,3rem);font-weight:900;line-height:1}.price span{color:var(--text-muted);letter-spacing:0;font-size:1rem;font-weight:500}.tagline{font-size:.85rem;font-style:italic;font-family:var(--font-editorial);color:var(--accent-primary);margin-bottom:1rem}.desc{min-height:45px;color:var(--text-soft);max-width:280px;margin:0 auto 1.75rem;font-size:.9375rem;line-height:1.6}.features-toggle{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:.7rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.features-toggle:hover{border-color:var(--accent-primary);color:var(--text-main);background:#ff7a5c0d}.features-toggle svg{flex-shrink:0;width:14px;height:14px}.features-list{text-align:left;flex-grow:1;margin-bottom:1.75rem;padding:0;list-style:none}.features-list li{color:var(--text-soft);align-items:flex-start;gap:.65rem;margin-bottom:.7rem;font-size:.875rem;line-height:1.45;display:flex}.features-list li.feature-divider{border-top:1px dashed var(--glass-border);margin-top:.5rem;margin-bottom:.85rem;padding-top:.85rem}.features-list .feature-divider-text{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-primary);font-size:.7rem;font-weight:700}.features-list svg{width:14px;height:14px;color:var(--accent-primary);flex-shrink:0;margin-top:.2rem}.qty-label{color:var(--text-muted);font-size:.85em}.pricing-footer{text-align:center;margin-top:4rem}.pricing-footer p{max-width:540px;margin:0 auto}.pricing-footer a{color:var(--accent-primary);font-weight:600}.pricing-footer a:hover{text-decoration:underline}.partner-toggle-container{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border-radius:100px;justify-content:center;align-items:center;gap:1rem;width:max-content;margin:0 auto 3rem;padding:.75rem 1.5rem;display:flex;box-shadow:0 4px 20px #0003}.partner-label{color:var(--text-soft);cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.02em;font-size:.85rem;font-weight:500;transition:color .2s}.partner-label.active{color:var(--text-main);font-weight:700}.partner-switch{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.partner-switch input{opacity:0;width:0;height:0}.partner-slider{cursor:pointer;border:1px solid var(--glass-border);background-color:#ffffff14;border-radius:24px;transition:all .3s;position:absolute;inset:0}.partner-slider:before{content:"";background-color:var(--text-main);border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 5px #0000004d}input:checked+.partner-slider{background:var(--gradient-sunset);border-color:#0000}input:checked+.partner-slider:before{background-color:#fff;transform:translate(20px)}.partner-discount-badge{color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;vertical-align:middle;background:#ff7a5c26;border:1px solid #ff7a5c4d;border-radius:100px;margin-left:.5rem;padding:.15rem .5rem;font-size:.65rem;font-weight:800;display:inline-block}.price-wrapper{flex-direction:column;align-items:center;gap:.15rem;display:flex}.price-original{color:var(--text-muted);opacity:.7;font-size:1.1rem;font-weight:500;font-family:var(--font-display);text-decoration:line-through}.price-current{color:var(--text-main);letter-spacing:-.02em;font-size:clamp(2rem,4vw,2.5rem);font-weight:900;line-height:1;font-family:var(--font-display)}
