@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap");:root{--background:#fcfaf7;--foreground:#1a1a1b;--card-bg:rgba(255,255,255,0.85);--card-border:rgba(0,0,0,0.04);--primary:#1e293b;--primary-light:#334155;--primary-muted:rgba(30,41,59,0.05);--accent:#927559;--accent-light:#a48c73;--accent-muted:rgba(146,117,89,0.1);--success:#3d5a45;--warning:#b45309;--error:#991b1b;--sidebar-width:280px;--sidebar-collapsed-width:88px;--header-height:80px;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--shadow-md:0 10px 25px -5px rgba(0,0,0,0.04),0 8px 10px -6px rgba(0,0,0,0.02);--shadow-lg:0 20px 50px -12px rgba(0,0,0,0.08);--shadow-glass:0 8px 32px 0 rgba(31,38,135,0.05);--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--transition-smooth:all 0.6s cubic-bezier(0.16,1,0.3,1);--transition-fast:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--background);background-image:radial-gradient(at 0 0,rgba(146,117,89,.04) 0,transparent 40%),radial-gradient(at 100% 100%,rgba(30,41,59,.04) 0,transparent 40%);color:var(--foreground);overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none}a,button{transition:var(--transition-fast)}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:20px}.dashboard-layout{display:flex;min-height:100vh;background:var(--background);position:relative}.main-content{flex:1 1;padding:40px 60px 40px 40px;max-width:1600px;margin:0 auto;width:100%;transition:var(--transition-smooth)}.main-content.service-fullbleed{max-width:none;margin:0;padding:0}body.exclusive-cowriter-shell .dashboard-layout{min-height:100dvh}body.exclusive-cowriter-shell .dashboard-layout>main{width:100%;min-height:100dvh}body.exclusive-cowriter-shell .dashboard-layout>main>.main-content{max-width:none;margin:0;padding:0;min-height:100dvh}body.exclusive-cowriter-shell .dashboard-layout>main>.main-content>.breadcrumb,body.exclusive-cowriter-shell .dashboard-layout>main>.main-content>.breadcrumbs,body.exclusive-cowriter-shell .dashboard-layout>main>.main-content>header,body.exclusive-cowriter-shell .dashboard-layout>main>.main-content>nav[aria-label=breadcrumb]{display:none!important}body.exclusive-cowriter-shell .blob{display:none}@media (max-width:1200px){.main-content{padding:40px}}@media (max-width:1024px){.main-content{padding:32px 24px}}@media (max-width:768px){.dashboard-layout{flex-direction:column}.main-content{padding:24px 20px 100px}}h1{font-weight:800;letter-spacing:-.04em;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.1;color:var(--primary)}h2{font-weight:700;letter-spacing:-.02em;font-size:clamp(1.4rem,3vw,1.8rem);color:var(--primary-light)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glass-effect{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:var(--shadow-glass)}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse-soft{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.premium-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);overflow:hidden}.premium-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px);border-color:rgba(146,117,89,.1)}.btn-launch{background:var(--primary);color:white;padding:16px 28px;border-radius:var(--radius-md);font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;transition:var(--transition-smooth);box-shadow:0 4px 12px rgba(30,41,59,.15)}.btn-launch:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 12px 24px rgba(30,41,59,.2)}.blob{position:fixed;border-radius:50%;filter:blur(120px);z-index:-1;opacity:.5;pointer-events:none}.blob-1{width:600px;height:600px;background:radial-gradient(circle,var(--accent-muted) 0,transparent 70%);top:-100px;right:-100px}.blob-2{width:500px;height:500px;background:radial-gradient(circle,var(--primary-muted) 0,transparent 70%);bottom:-100px;left:-100px}.content-html-scope{font-family:Outfit,sans-serif!important;font-size:.95rem!important;line-height:1.7!important;color:#1e293b!important;word-break:break-word;overflow-wrap:break-word;text-align:left!important}.content-html-scope h1{font-size:1.75rem!important;font-weight:700!important;letter-spacing:-.02em!important;margin:24px 0 16px!important;line-height:1.2!important;color:#0f172a!important}.content-html-scope h2{font-size:1.4rem!important;font-weight:600!important;margin:20px 0 12px!important;line-height:1.3!important;color:#1e293b!important}.content-html-scope h3{font-size:1.15rem!important;font-weight:600!important;margin:16px 0 10px!important;color:#334155!important}.content-html-scope p{margin:12px 0!important}.content-html-scope strong{font-weight:700!important}.content-html-scope em{font-style:italic!important}.content-html-scope a{color:#2563eb!important;text-decoration:underline!important}.content-html-scope ol,.content-html-scope ul{padding-left:28px!important;margin:12px 0!important}.content-html-scope li{margin:6px 0!important}.content-html-scope table{width:100%!important;border-collapse:collapse!important;margin:20px 0!important;font-size:.9rem!important}.content-html-scope td,.content-html-scope th{padding:10px 14px!important;border:1px solid #e2e8f0!important;text-align:left!important}.content-html-scope th{background:#f8fafc!important;font-weight:600!important}.content-html-scope blockquote{border-left:4px solid #cbd5e1!important;padding:8px 0 8px 20px!important;margin:16px 0!important;color:#475569!important;font-style:italic!important;background:#f8fafc!important}.content-html-scope pre{background:#1e293b!important;color:#f8fafc!important;padding:16px!important;border-radius:8px!important;margin:16px 0!important;overflow-x:auto!important}.content-html-scope code{font-family:Fira Code,monospace!important;font-size:.85rem!important;background:#f1f5f9!important;padding:2px 5px!important;border-radius:4px!important;color:#e11d48!important}.content-html-scope pre code{background:transparent!important;padding:0!important;color:inherit!important}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}