@charset "UTF-8";:root{--bg-dark:#0F172A;--bg-medium:#1E293B;--text-light:#F8FAFC;--text-medium:#CBD5E1;--text-dark:#E2E8F0;--accent-cyan:#22D3EE;--accent-orange:#F97316;--font-main:'Lexend', sans-serif;--font-body:'Source Sans Pro', sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-medium);min-height:100vh;position:relative}main{padding-top:85px}.container{max-width:1200px;margin:0 auto;padding:0 40px}.main-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--bg-dark);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.25rem 0;border-bottom:1px solid rgba(34,211,238,.15);transition:background .3s ease,padding .3s ease}.main-header .container{display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none;display:flex;align-items:center}.logo-img{height:27px;width:auto;transition:height .3s ease}.main-nav{display:flex;flex-grow:1;justify-content:center}.main-nav>ul{list-style:none;margin:0;padding:0;display:flex;align-items:center}.main-nav li{position:relative;margin:0 15px}.main-nav li.dropdown{padding-bottom:8px;margin-bottom:-8px}.main-nav a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 1rem;font-size:1rem;display:block;z-index:1;overflow:visible}.main-nav a::before{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--accent-cyan);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.23,1,.32,1);box-shadow:0 0 10px var(--accent-cyan),0 0 20px var(--accent-cyan);opacity:0}.main-nav a:hover::before{transform:scaleX(1);opacity:1}.main-nav a:hover{color:var(--text-light)}.main-nav .dropdown-toggle{display:none}.main-nav li.active>a{font-weight:700;color:var(--accent-cyan)}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:var(--bg-medium);min-width:220px;box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:1000;list-style:none;padding:.5rem 0;border-radius:8px;border:1px solid rgba(34,211,238,.15)}.dropdown-menu li{margin:0;width:100%}.dropdown-menu a{padding:.75rem 1.5rem;white-space:nowrap;color:var(--text-dark);font-size:.95rem;font-weight:400}.dropdown-menu a:hover{background-color:rgba(34,211,238,.1);color:var(--accent-cyan)}.dropdown-menu .parent-link{display:none}@media(min-width:851px){.dropdown:hover>.dropdown-menu{display:flex;flex-direction:column}}.header-actions{display:flex;align-items:center}.search-icon{color:var(--text-dark);transition:color .3s ease;background:0 0;border:none;cursor:pointer;padding:.5rem}.search-icon:hover{color:var(--accent-cyan)}.search-icon svg{display:block}.mobile-nav-toggle{display:none;background:0 0;border:none;width:30px;height:22px;position:relative;cursor:pointer;z-index:1100;margin-right:1rem}.hamburger,.hamburger::before,.hamburger::after{content:'';position:absolute;background-color:var(--accent-cyan);width:100%;height:2px;border-radius:2px;transition:all .3s ease-in-out}.hamburger{top:50%;transform:translateY(-50%)}.hamburger::before{top:-10px}.hamburger::after{top:10px}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative}.hero-section .container{width:100%;position:relative;z-index:2}.hero-text-content{text-align:left;margin-bottom:2.5rem}.hero-actions-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-top:2.5rem}.hero-features-card{background:rgba(30,41,59,.7);border:1px solid var(--bg-medium);border-radius:12px;padding:1.5rem 1.5rem 1.5rem 2.5rem;margin:0;backdrop-filter:blur(10px);flex-grow:1}.hero-features-card .features-list{margin:0;padding:0}.hero-features-card .features-list li strong{color:var(--accent-orange)}.hero-section .cta-container{margin-top:0;flex-direction:column;align-items:flex-end;gap:1rem}.hero-section h1{font-size:3.5rem;line-height:1.2}.hero-section .subtitle{font-size:1.2rem;margin:1.5rem 0 0}.text-highlight-cyan{color:var(--accent-cyan);font-weight:600}.hero-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2.5rem;text-align:left}.hero-feature-card{background:var(--bg-medium);border:1px solid rgba(34,211,238,.2);border-radius:12px;padding:1.5rem;color:var(--text-dark);font-size:1rem;transition:all .3s ease}.hero-feature-card:hover{transform:translateY(-3px);border-color:var(--accent-cyan)}.hero-feature-card strong{color:var(--accent-orange);font-weight:600}@media(max-width:992px){.hero-section h1{font-size:2.8rem}.hero-text-content{text-align:center}.hero-text-content .subtitle{margin:1.5rem auto 0}.hero-actions-wrapper{flex-direction:column;align-items:center}.hero-features-card{margin:0;width:100%}.hero-section .cta-container{justify-content:center;align-items:stretch;width:100%}.hero-section .cta-button{text-align:center}}.grid-overlay{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:linear-gradient(rgba(34,211,238,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.3) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;z-index:-1}@keyframes gridMove{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.content{max-width:900px;padding:80px 40px;color:#fff;position:relative;z-index:2}.text-content{z-index:3}h1{font-family:var(--font-main);font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3;background:linear-gradient(135deg,var(--accent-orange),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-family:var(--font-main);font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.1}.highlight{background:linear-gradient(135deg,var(--accent-orange),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.3rem;margin-bottom:2.5rem;color:var(--text-medium);font-weight:400;line-height:1.7}.features-list{list-style:none;margin-bottom:3rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.features-list li{padding:.8rem 0;color:var(--text-dark);position:relative;padding-left:2rem;font-size:1.1rem}.features-list li::before{content:'✓';position:absolute;left:0;color:var(--accent-cyan);font-weight:700;font-size:1.2rem}.features-list li strong{color:var(--accent-cyan);font-weight:600}.cta-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.cta-button{padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;font-family:var(--font-main);position:relative;overflow:hidden}.cta-primary{background:linear-gradient(135deg,var(--accent-orange),#EA580C);color:#fff;border:none;box-shadow:0 10px 25px rgba(249,115,22,.3)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(249,115,22,.4)}.cta-secondary{background:0 0;color:var(--accent-cyan);border:2px solid var(--accent-cyan)}.cta-secondary:hover{background:rgba(34,211,238,.1);transform:translateY(-2px)}.visual-content{display:none}.blueprint-container{width:100%;height:100%;position:relative;background:linear-gradient(135deg,rgba(34,211,238,5%),rgba(249,115,22,5%));border-radius:12px;border:1px solid rgba(34,211,238,.2);overflow:hidden}.badge{position:absolute;top:20px;right:20px;background:rgba(249,115,22,.2);border:1px solid var(--accent-orange);color:var(--accent-orange);padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;font-family:var(--font-main)}.services-section{background:0 0;padding:120px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h1,.section-header h2{margin-bottom:2.5rem;line-height:1.4}.section-subtitle{color:var(--text-medium);font-size:1.3rem;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{display:flex;flex-direction:column;padding:2rem;background:var(--bg-medium);border:1px solid transparent;border-radius:12px;height:100%;text-decoration:none;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.card-category{display:block;font-size:.85rem;font-weight:600;color:var(--accent-orange);margin-bottom:.5rem;text-transform:uppercase;font-family:var(--font-main)}.filter-container{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:0 0;color:var(--text-dark);border:1px solid rgba(34,211,238,.3);padding:.5rem 1.2rem;border-radius:20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background:rgba(34,211,238,.1);color:var(--accent-cyan);border-color:var(--accent-cyan)}.filter-btn.active{background:var(--accent-cyan);color:var(--bg-dark);border-color:var(--accent-cyan);font-weight:600}.service-card.premium{border-color:var(--accent-orange);background:linear-gradient(135deg,rgba(249,115,22,5%),rgba(34,211,238,5%))}.premium-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,var(--accent-orange),#EA580C);color:#fff;padding:6px 16px;border-radius:12px;font-size:.8rem;font-weight:600;font-family:var(--font-main)}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.services-section .service-card .service-header{flex-direction:column;align-items:flex-start;gap:0}.service-icon{font-size:2.5rem}.service-card h3{font-family:var(--font-main);font-size:1.4rem;font-weight:600;color:var(--text-light);margin:0}.service-card p{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}.service-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:rgba(34,211,238,.1);color:var(--accent-cyan);padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(34,211,238,.3)}.process-section{background:0 0;padding:120px 0;position:relative}.process-timeline{position:relative;max-width:800px;margin:0 auto}.process-timeline::after{content:'';position:absolute;width:4px;background:var(--bg-medium);top:0;bottom:0;left:50%;margin-left:-2px}.timeline-item{padding:40px 0;position:relative;width:50%}.timeline-item:nth-child(odd){left:0;padding-right:60px;text-align:right}.timeline-item:nth-child(even){left:50%;padding-left:60px}.timeline-marker{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:var(--bg-medium);border:4px solid var(--accent-cyan);z-index:1;display:flex;align-items:center;justify-content:center}.timeline-item:nth-child(odd) .timeline-marker{right:-30px}.timeline-item:nth-child(even) .timeline-marker{left:-30px}.phase-number{color:var(--accent-cyan);font-family:var(--font-main);font-size:1.5rem;font-weight:700}.timeline-content{background:var(--bg-medium);padding:2rem;border-radius:12px;border:1px solid transparent;transition:all .3s ease}.timeline-item:hover .timeline-content{border-color:var(--accent-orange)}.timeline-content h3{font-family:var(--font-main);color:var(--text-light);font-size:1.5rem;margin-bottom:.5rem}.deliverables{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.timeline-item:nth-child(odd) .deliverables{justify-content:flex-end}.deliverable{background:rgba(249,115,22,.1);color:var(--accent-orange);padding:4px 12px;border-radius:20px;font-size:.8rem}.brand-section{background:0 0;padding:120px 0}.brand-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:4rem}.brand-card{background:var(--bg-medium);border:1px solid rgba(34,211,238,.2);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column}.brand-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.brand-icon{font-size:2.5rem}.brand-card h3{font-family:var(--font-main);font-size:1.4rem;font-weight:600;color:var(--text-light);margin:0}.brand-card-content p{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}.brand-card-content p:last-child{margin-bottom:0}.font-showcase{margin-bottom:2rem}.font-showcase:last-child{margin-bottom:0}.font-name{font-weight:600;color:var(--text-dark);display:block;margin-bottom:.5rem;font-family:var(--font-body)}.font-preview-lexend{font-family:var(--font-main);font-size:1.8rem;color:var(--text-light);font-weight:700;margin:0}.font-preview-ssp{font-family:var(--font-body);font-size:1.2rem;color:var(--text-light);margin:0}.color-palette{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:400px){.color-palette{grid-template-columns:1fr 1fr}}.color-swatch{display:flex;align-items:center;gap:.75rem}.color-swatch .swatch{width:30px;height:30px;border-radius:8px;border:2px solid var(--bg-medium);flex-shrink:0}.color-swatch span{font-size:.9rem;color:var(--text-dark)}.tone-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tone-tag{background:rgba(249,115,22,.1);color:var(--accent-orange);padding:6px 14px;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(249,115,22,.3)}.color-group{margin-bottom:2rem}.color-group:last-child{margin-bottom:0}.color-group-title{font-family:var(--font-body);font-weight:600;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(248,250,252,.1)}.color-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.color-item:last-child{margin-bottom:0}.color-item-swatch{width:40px;height:40px;border-radius:8px;flex-shrink:0;border:2px solid rgba(34,211,238,.4)}.color-item-info{display:flex;flex-direction:column}.color-item-info strong{color:var(--text-light);font-weight:600}.color-item-info span{font-size:.9rem;color:var(--text-medium);font-family:monospace}.contrast-pass{font-size:.8rem;color:var(--accent-cyan);opacity:.8}.gradient-swatch-1{background:linear-gradient(135deg,var(--accent-orange),var(--accent-cyan))}.gradient-swatch-2{background:linear-gradient(135deg,rgba(34,211,238,.2),rgba(249,115,22,.2))}.typo-group{margin-top:2rem}.typo-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(248,250,252,.1)}.typo-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.typo-details{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:.75rem}.typo-details span{font-size:.9rem;color:var(--text-medium);background-color:rgba(34,211,238,.1);padding:2px 8px;border-radius:4px}.typo-preview-lexend-h1{font-family:var(--font-main);font-weight:700;font-size:3.5rem;line-height:1.1;color:var(--text-light)}.typo-preview-lexend-h2{font-family:var(--font-main);font-weight:700;font-size:3rem;line-height:1.1;color:var(--text-light)}.typo-preview-lexend-h3{font-family:var(--font-main);font-weight:600;font-size:1.5rem;line-height:1.2;color:var(--text-light)}.typo-preview-ssp-p{font-family:var(--font-body);font-weight:400;font-size:1rem;line-height:1.6;color:var(--text-dark);margin:0}.typo-preview-ssp-sub{font-family:var(--font-body);font-weight:400;font-size:1.3rem;line-height:1.7;color:var(--text-medium);margin:0}.problem-section,.promise-section{background:0 0;padding:120px 0}.inaction-section{background:0 0;padding:120px 0}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.problem-card{background:var(--bg-dark);border:1px solid rgba(34,211,238,.1);border-radius:16px;padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;border-color:var(--bg-medium)}.cta-badge-orange{background:rgba(249,115,22,.2);border:1px solid var(--accent-orange);color:var(--accent-orange);padding:10px 20px;border-radius:20px;font-size:.95rem;font-weight:600;font-family:var(--font-main);text-decoration:none;transition:all .3s ease;margin-top:auto;display:inline-block;align-self:center}.cta-badge-orange:hover{background:rgba(249,115,22,.4);transform:translateY(-2px);color:var(--text-light)}.promise-icon{font-size:3rem;margin-bottom:1rem}.problem-card h3{margin-top:1rem;margin-bottom:1rem;color:var(--text-light);font-size:1.5rem}.inaction-content{display:grid;grid-template-columns:1fr .8fr;gap:4rem;align-items:center}.inaction-visual{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.inaction-list{list-style:none;margin-top:1.5rem;padding-left:0}.inaction-list li{padding:.8rem 0;color:var(--text-dark);position:relative;padding-left:1rem;font-size:1.1rem}.inaction-list li::before{content:'✓';color:var(--accent-orange);position:absolute;left:0}.inaction-content .cta-container{justify-content:flex-start;margin-top:2.5rem}.inaction-visual{display:flex;align-items:center;justify-content:center}.visual-placeholder{border:2px dashed rgba(34,211,238,.4);color:var(--accent-cyan);border-radius:12px;padding:3rem;font-family:var(--font-main);font-size:1.5rem;font-style:italic;text-align:center;max-width:400px}.promise-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.promise-step{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg-medium);border-radius:12px;padding:2.5rem 2rem;height:100%;border:1px solid transparent;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.promise-step:hover{transform:translateY(-2px);border-color:var(--accent-cyan);box-shadow:0 20px 40px rgba(34,211,238,.15)}.promise-step h3{margin-top:1rem;margin-bottom:1rem;color:var(--text-light);font-size:1.5rem}.promise-step .promise-icon{position:absolute;top:-25px;left:50%;transform:translateX(-50%);width:60px;height:60px;background:var(--bg-dark);border:2px solid var(--accent-cyan);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}@media(max-width:992px){.content,.architecture-content{grid-template-columns:1fr;gap:2rem;padding:60px 20px;text-align:center}.visual-content,.architecture-visual{order:-1;height:350px}h1,h2,.post-header h1{font-size:2.5rem}.post-content h2{font-size:2rem}.post-content h3{font-size:1.7rem}.post-content h4{font-size:1.3rem}.post-header h1{font-size:2.2rem!important}.features-list{text-align:left;max-width:400px;margin:0 auto 2rem}.cta-container{justify-content:center}.problem-grid,.inaction-content,.promise-steps{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 20px}.services-grid{grid-template-columns:1fr}.process-timeline::after{left:30px}.timeline-item{width:100%;padding:40px 0 0}.timeline-item:nth-child(odd),.timeline-item:nth-child(even){left:0;padding-left:80px;padding-right:0;text-align:left}.timeline-item:nth-child(odd) .timeline-marker,.timeline-item:nth-child(even) .timeline-marker{left:0}.timeline-item:nth-child(odd) .deliverables{justify-content:flex-start}.process-timeline{margin:0}h1,h2,.post-header h1,.about-hero-text h1,.contact-hero h1{font-size:2rem}.post-header h1{font-size:1.8rem!important}.hero-section h1{font-size:1.9rem;line-height:1.4;padding-top:3rem}.subtitle{font-size:1.1rem}.post-content{font-size:1rem}.post-content h2{font-size:1.5rem!important}.post-content h3{font-size:1.3rem!important}.post-content h4{font-size:1.15rem!important}.post-content h5,.post-content h6{font-family:var(--font-main);color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-size:1.1rem!important}.cta-button{padding:12px 18px;font-size:.9rem}}@media(max-width:850px){.main-nav{position:fixed;top:0;right:-100%;width:70%;max-width:350px;height:100vh;background:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;transition:right .4s ease-in-out;box-shadow:-10px 0 30px rgba(0,0,0,.2);border-left:1px solid rgba(34,211,238,.15);overflow:hidden}.main-nav::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:linear-gradient(rgba(34,211,238,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.3) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;z-index:0}.main-nav.active{right:0}.main-nav>ul{flex-direction:column;text-align:center;gap:2rem;position:relative;z-index:1}.main-nav a{font-size:1.5rem}.main-nav .dropdown>a{display:flex;align-items:center;justify-content:center}.main-nav .dropdown .dropdown-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;transition:transform .3s ease}.main-nav .dropdown .dropdown-toggle svg{width:1.2rem;height:1.2rem;stroke:var(--accent-cyan);stroke-width:2.5px}.main-nav .dropdown.open>a .dropdown-toggle{transform:rotate(180deg)}.main-nav .dropdown-menu{display:none;position:static;background:0 0;box-shadow:none;border:none;padding-left:20px;margin-top:1rem;width:100%}.main-nav .dropdown.open .dropdown-menu{display:block}.main-nav .dropdown-menu .parent-link{display:block;font-weight:700;color:var(--accent-orange)!important}.main-nav .dropdown-menu a{font-size:1.2rem;padding:.5rem 1rem}.mobile-nav-toggle{display:block}.main-nav.active+.mobile-nav-toggle .hamburger{background-color:transparent}.main-nav.active+.mobile-nav-toggle .hamburger::before{top:0;transform:rotate(45deg)}.main-nav.active+.mobile-nav-toggle .hamburger::after{top:0;transform:rotate(-45deg)}}.post-section{background:0 0;padding:100px 0}.post{max-width:800px;margin:0 auto;color:var(--text-dark)}.post-header{text-align:center;margin-bottom:3rem;border-bottom:1px solid rgba(34,211,238,.15);padding-bottom:2rem}.post-header h1{font-size:3rem;margin-bottom:2.5rem;line-height:1.4}.post-meta{font-size:1rem;color:var(--text-medium)}.post-meta span{margin:0 .5rem}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-main);color:var(--text-light);margin-top:2.5rem;margin-bottom:1.5rem}.post-content h2{font-size:2.2rem}.post-content h3{font-size:1.8rem}.post-content h4{font-size:1.4rem}.post-content p{margin-bottom:1.5rem}.post-content img{max-width:100%;height:auto;display:block}.post-content .highlight{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(34,211,238,.2);border-radius:8px;margin:2rem 0;background-color:var(--bg-dark)}.post-content .highlight pre{margin:0;padding:1.25rem}.post-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse}.post-content a{color:var(--accent-cyan);text-decoration:none;border-bottom:1px solid var(--accent-cyan)}.post-content a:hover{background:rgba(34,211,238,.1)}.post-content h1 .highlight{background:linear-gradient(135deg,var(--accent-orange),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recent-posts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;margin-bottom:3rem}.post-summary{background:var(--bg-medium);padding:2rem;border-radius:12px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;border:1px solid transparent}.post-summary:hover{transform:translateY(-2px);border-color:var(--accent-cyan);box-shadow:0 20px 40px rgba(34,211,238,.15)}.post-summary h3 a{color:var(--text-light);text-decoration:none}.post-summary:hover h3 a{color:var(--accent-cyan)}.post-summary .post-meta{font-size:.9rem;color:var(--text-medium);margin-bottom:1rem;display:block}.post-summary .post-excerpt{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.post-summary .read-more{color:var(--accent-cyan);text-decoration:none;font-weight:600;align-self:flex-start}.post-summary .read-more:hover{text-decoration:underline}.recent-posts-container hr{display:none}.search-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(15,23,42,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease-in-out}.search-modal.visible{display:block;opacity:1}.search-modal-content{position:relative;background-color:var(--bg-medium);margin:10% auto;padding:2.5rem;border:1px solid rgba(34,211,238,.2);width:90%;max-width:650px;border-radius:16px;box-shadow:0 20px 40px rgba(34,211,238,.15);transform:translateY(-50px);transition:transform .3s ease-in-out;color:var(--text-dark)}.search-modal.visible .search-modal-content{transform:translateY(0)}.search-close-btn{position:absolute;top:1.5rem;right:1.5rem;color:var(--text-medium);font-size:2rem;font-weight:700;cursor:pointer;transition:color .3s ease,transform .3s ease}.search-close-btn:hover,.search-close-btn:focus{color:var(--accent-cyan);transform:rotate(90deg)}#search-input{width:100%;padding:16px 20px;margin-top:1rem;font-size:1.1rem;border-radius:8px;border:1px solid rgba(34,211,238,.2);background:var(--bg-dark);color:var(--text-light);box-sizing:border-box;font-family:var(--font-body);transition:border-color .3s ease,box-shadow .3s ease}#search-input:focus{outline:none;border-color:var(--accent-cyan);box-shadow:0 0 0 4px rgba(34,211,238,.2)}.search-results{margin-top:1.5rem;max-height:50vh;overflow-y:auto}.search-results a{display:block;padding:1.25rem;text-decoration:none;border-bottom:1px solid rgba(34,211,238,.15);border-radius:8px;transition:background-color .3s ease}.search-results a:last-child{border-bottom:none}.search-results a:hover{background-color:rgba(34,211,238,.1)}.search-results h4{margin:0 0 .5rem;font-family:var(--font-main);font-size:1.2rem;color:var(--accent-cyan);font-weight:600}.search-results p{margin:0;font-family:var(--font-body);font-size:.9rem;color:var(--text-medium);line-height:1.5}.contact-hero{padding:100px 0;text-align:center}.contact-methods{padding:80px 0}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:stretch}@media(max-width:992px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:var(--bg-medium);border:1px solid rgba(34,211,238,.2);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column}.contact-card h3{font-family:var(--font-main);font-size:1.5rem;color:var(--text-light);margin-bottom:1rem}.contact-card p{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:14px;border-radius:8px;border:1px solid rgba(34,211,238,.2);background:var(--bg-dark);color:var(--text-light);font-size:1rem;font-family:var(--font-body);transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent-cyan);box-shadow:0 0 0 4px rgba(34,211,238,.2)}.contact-form textarea{resize:vertical}.contact-form .cta-button{align-self:flex-start}.info-card{display:flex;flex-direction:column;justify-content:center}.calendly-card{background:linear-gradient(135deg,rgba(34,211,238,5%),rgba(249,115,22,5%));justify-content:center;align-items:center;text-align:center}.calendly-card .cta-button{width:100%;text-align:center;padding-top:16px;padding-bottom:16px}.info-card ul{list-style:none;padding:0;margin-bottom:1.5rem;flex-grow:1}.info-card li{margin-bottom:1rem;color:var(--text-dark)}.info-card strong{color:var(--text-light)}.info-card a{color:var(--accent-cyan);text-decoration:none}.info-card a:hover{text-decoration:underline}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-medium);text-decoration:none;font-weight:600}.social-links a:hover{color:var(--accent-orange)}.contact-faq{padding:100px 0}.faq-grid{margin-top:3rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.faq-item{background:var(--bg-medium);padding:2rem;border-radius:12px}.faq-item h4{font-family:var(--font-main);color:var(--text-light);margin-bottom:.5rem;font-size:1.2rem}.faq-item p{margin-bottom:0;color:var(--text-medium)}.about-hero{padding:100px 0}.about-hero-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.about-hero-text h1{margin-bottom:1.5rem}.about-hero .subtitle{font-size:1.2rem;line-height:1.6}.about-hero-image img{width:100%;border-radius:16px;box-shadow:0 15px 35px rgba(34,211,238,.1);transition:transform .3s ease,box-shadow .3s ease}.about-hero-image img:hover{transform:translateY(-5px);box-shadow:0 25px 45px rgba(34,211,238,.2)}.about-story{padding:120px 0;background:var(--bg-dark)}.story-content{text-align:left}.story-content p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem}.pull-quote{border-left:4px solid var(--accent-orange);padding-left:2rem;margin:2.5rem 0;font-size:1.6rem;font-family:var(--font-main);color:var(--text-light);font-style:italic;line-height:1.5}.small-container{max-width:800px;margin:0 auto;text-align:center}.about-values{padding:100px 0;background:0 0}.about-values .promise-steps{grid-template-columns:repeat(2,1fr);gap:2.5rem}.about-cta{padding:80px 0;text-align:center;background:0 0}.about-cta h2{margin-bottom:2rem}@media(max-width:992px){.about-hero-content{grid-template-columns:1fr;text-align:center}.about-hero-text{order:1}.about-hero-image{order:2;margin:0 auto 2rem;max-width:320px}}@media(max-width:768px){.about-values .promise-steps{grid-template-columns:1fr}}.site-footer{background-color:transparent;color:var(--text-medium);padding:80px 0 40px;border-top:1px solid rgba(34,211,238,.15);font-family:var(--font-body)}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:60px}.footer-column{flex:1;min-width:220px}.footer-logo{height:30px;width:auto;margin-bottom:15px}.footer-column h3{color:var(--text-light);font-family:var(--font-main);font-size:1.1rem;margin-bottom:20px;font-weight:600;position:relative;padding-bottom:10px}.footer-column h3::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:2px;background-color:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan),0 0 20px var(--accent-cyan);transition:left .3s ease,right .3s ease}.footer-column p{font-size:.95rem;line-height:1.6;margin:0}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:15px}.footer-column ul a{color:var(--text-medium);text-decoration:none;transition:color .3s ease}.footer-column ul a:hover{color:var(--accent-cyan)}.footer-column.newsletter p{margin-bottom:15px}.newsletter-form{display:flex;max-width:350px}.newsletter-form input[type=email]{flex-grow:1;min-width:0;padding:10px 15px;border:1px solid rgba(34,211,238,.4);background-color:var(--bg-dark);color:var(--text-light);border-radius:4px 0 0 4px;outline:none;font-family:var(--font-body);font-size:.9rem;transition:border-color .3s ease}.newsletter-form input[type=email]:focus{border-color:var(--accent-cyan)}.newsletter-form .cta-button{border-radius:0 4px 4px 0;padding:10px 15px;font-size:.9rem;cursor:pointer;white-space:nowrap}.footer-bottom{max-width:1200px;margin:60px auto 0;padding:20px 20px 0;border-top:1px solid #2d3748;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-medium)}.footer-bottom p{margin:0}.footer-legal-links{display:flex;align-items:center}.footer-legal-links a{color:var(--text-medium);text-decoration:none;margin:0 8px;transition:color .3s ease}.footer-legal-links a:hover{color:var(--accent-orange)}.powered-by a{color:inherit;text-decoration:none;transition:color .3s ease}.powered-by a:hover{text-decoration:underline;color:var(--accent-cyan)}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-logo{margin-left:auto;margin-right:auto}.footer-column{width:100%;max-width:400px}.footer-column h3::after{left:50%;transform:translateX(-50%)}.newsletter-form{margin:0 auto}.footer-bottom{flex-direction:column;gap:15px}.footer-bottom>p:first-of-type{order:3;text-align:center}.footer-legal-links{order:1;flex-direction:column;gap:10px}.footer-legal-links span{display:none}.powered-by{order:2}}.services-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem}.service-card-new{background:var(--bg-medium);border:1px solid transparent;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.service-card-new::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(34,211,238,.1),transparent 40%);transform:scale(0);transition:transform .6s ease-out;z-index:0}.service-card-new:hover{transform:translateY(-5px);border-color:rgba(34,211,238,.3)}.service-card-new:hover::before{transform:scale(1)}.service-icon-new{width:60px;height:60px;margin-bottom:1.5rem;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(34,211,238,.1));border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(34,211,238,.2)}.service-icon-new svg{width:30px;height:30px;color:var(--accent-cyan)}.promise-number-icon{width:50px;height:50px;border-radius:50%;background:rgba(34,211,238,5%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--accent-cyan);font-family:var(--font-main);font-size:1.5rem;font-weight:700}.service-card-new h3{font-family:var(--font-main);color:var(--text-light);font-size:1.6rem;margin-bottom:1rem;z-index:1}.service-card-new p{color:var(--text-medium);line-height:1.7;margin-bottom:2rem;flex-grow:1;z-index:1}.cta-link{color:var(--accent-orange);text-decoration:none;font-weight:600;font-family:var(--font-main);align-self:flex-start;transition:color .3s ease;z-index:1}.cta-link:hover{color:#ff9a53}.cta-link .arrow{display:inline-block;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.cta-link:hover .arrow{transform:translateX(5px)}@media(max-width:992px){.services-grid-new{grid-template-columns:1fr}}.final-cta-section{padding:100px 0}.final-cta-wrapper{background:linear-gradient(135deg,var(--bg-medium),var(--bg-dark));border:1px solid rgba(34,211,238,.2);border-radius:24px;padding:4rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;box-shadow:0 20px 50px rgba(15,23,42,.5)}.final-cta-text .section-subtitle{margin-left:0;max-width:none}.cta-details{margin-top:2rem;background:rgba(15,23,42,.5);padding:1.5rem;border-radius:12px}.cta-details p{font-weight:600;color:var(--text-light)}.cta-details .features-list{margin-bottom:0}.final-cta-action{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-large{padding:20px 40px;font-size:1.2rem}.cta-assurance{color:var(--text-medium);font-size:.9rem;text-align:center}@media(max-width:992px){.final-cta-wrapper{grid-template-columns:1fr;padding:2.5rem;text-align:center}.final-cta-text .section-subtitle{margin:0 auto}.cta-details{text-align:left}}.ressources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.problem-card,.promise-step,.service-card,.service-card-new,.post-summary,.hero-features-card{border:1px solid var(--bg-medium);transition:transform .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out}.problem-card:hover,.promise-step:hover,.service-card-new:hover,.post-summary:hover,.hero-features-card:hover{transform:translateY(-2px);border-color:var(--accent-cyan);box-shadow:0 0 15px rgba(34,211,238,.3)}.problem-card h3,.promise-step h3,.service-card h3,.service-card-new h3,.post-summary h3 a{transition:color .5s ease-in-out}.problem-card:hover h3,.promise-step:hover h3,.service-card:hover h3,.service-card-new:hover h3,.post-summary:hover h3 a{color:var(--accent-cyan)}.service-card:hover{border-color:var(--accent-cyan)}.suggestions-container{max-width:800px;margin:3rem auto 0;min-width:0;overflow-x:hidden}.suggestions-container h3{font-family:var(--font-main);color:var(--text-light);font-size:1.8rem;text-align:center;margin-bottom:2.5rem}.scroller-container{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,white 10%,white 90%,transparent);mask-image:linear-gradient(to right,transparent,white 10%,white 90%,transparent);margin-top:1.5rem}.card-deck.scroller{display:flex;flex-wrap:nowrap;width:max-content;animation:scroll 60s linear infinite}.card-deck.scroller:hover{animation-play-state:paused}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-75%)}}.card{background:var(--bg-medium);border:none;border-radius:12px;padding:1rem 1.5rem;width:320px;margin:0 .75rem;text-align:center;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center}.card-title a{text-decoration:none;font-family:var(--font-main);color:var(--text-light);font-weight:600;font-size:1.1rem;transition:color .3s ease;white-space:normal;line-height:1.4;display:block;border-bottom:none}.card:hover .card-title a{color:var(--accent-cyan)}.card-text{color:var(--text-medium);margin-top:.75rem;font-size:1rem;line-height:1.6}@media(max-width:768px){.scroller-container{-webkit-mask-image:linear-gradient(to right,transparent,white 5%,white 95%,transparent);mask-image:linear-gradient(to right,transparent,white 5%,white 95%,transparent)}.card{width:280px;padding:.8rem 1.2rem}.card-title a{font-size:1rem}.card-deck.scroller{animation-duration:80s}}.reservation-page{padding-top:4rem;padding-bottom:4rem}.reservation-page h1{text-align:center;margin-bottom:.5rem}.reservation-page>p{text-align:center;font-size:1.2rem;color:var(--text-medium);margin-bottom:3rem}.ghl-calendar{max-width:800px;margin:0 auto;background:var(--bg-medium);border:1px solid rgba(34,211,238,.2);border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.2)}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-header h2{font-family:var(--font-main);font-size:1.8rem;color:var(--text-light);margin:0}.calendar-header button{background:0 0;border:1px solid var(--bg-medium);color:var(--text-light);width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.calendar-header button:hover{background:rgba(34,211,238,.1);border-color:var(--accent-cyan)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-grid .calendar-day{display:flex;align-items:center;justify-content:center;height:45px;border-radius:8px;color:var(--text-dark);cursor:default}.calendar-grid .calendar-day.past-day{color:var(--text-medium);opacity:.5;cursor:not-allowed}.calendar-grid .calendar-day.future-day{cursor:pointer;transition:all .3s ease}.calendar-grid .calendar-day.future-day:hover{background-color:rgba(34,211,238,.1);color:var(--accent-cyan)}.calendar-grid .calendar-day.selected{background-color:var(--accent-cyan);color:var(--bg-dark);font-weight:600;box-shadow:0 0 10px var(--accent-cyan)}.time-slots{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(34,211,238,.15)}.time-slots h3{font-family:var(--font-main);color:var(--text-light);margin-bottom:1.5rem;text-align:center}.time-slots-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;justify-items:center}.time-slots-list .time-slot{background:0 0;border:1px solid var(--accent-cyan);color:var(--accent-cyan);padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;text-align:center}.time-slots-list .time-slot:hover{background:rgba(34,211,238,.15);transform:translateY(-2px)}.time-slots-list p{grid-column:1/-1;text-align:center;color:var(--text-medium)}.spinner,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:var(--accent-orange);background:rgba(249,115,22,.1);border:1px solid var(--accent-orange);border-radius:8px}/ *   g e n e r a t e d   u s i n g :   h u g o   g e n   c h r o m a s t y l e s   - - s t y l e = m o n o k a i   * /         / *   b a c k g r o u n d   * /   . b g   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   p r e w r a p p e r   * /   . c h r o m a   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   e r r o r   * /   . c h r o m a   . e r r   {   c o l o r : # 9 6 0 0 5 0 ; b a c k g r o u n d - c o l o r : # 1 e 0 0 1 0   }     / *   l i n e l i n k   * /   . c h r o m a   . l n l i n k s   {   o u t l i n e : n o n e ; t e x t - d e c o r a t i o n : n o n e ; c o l o r : i n h e r i t   }     / *   l i n e t a b l e t d   * /   . c h r o m a   . l n t d   {   v e r t i c a l - a l i g n : t o p ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e t a b l e   * /   . c h r o m a   . l n t a b l e   {   b o r d e r - s p a c i n g : 0 ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e h i g h l i g h t   * /   . c h r o m a   . h l   {   b a c k g r o u n d - c o l o r : # 3 c 3 d 3 8   }     / *   l i n e n u m b e r s t a b l e   * /   . c h r o m a   . l n t   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e n u m b e r s   * /   . c h r o m a   . l n   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e   * /   . c h r o m a   . l i n e   {   d i s p l a y : f l e x ;   }     / *   k e y w o r d   * /   . c h r o m a   . k   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d c o n s t a n t   * /   . c h r o m a   . k c   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d d e c l a r a t i o n   * /   . c h r o m a   . k d   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d n a m e s p a c e   * /   . c h r o m a   . k n   {   c o l o r : # f 9 2 6 7 2   }     / *   k e y w o r d p s e u d o   * /   . c h r o m a   . k p   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d r e s e r v e d   * /   . c h r o m a   . k r   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d t y p e   * /   . c h r o m a   . k t   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e a t t r i b u t e   * /   . c h r o m a   . n a   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e c l a s s   * /   . c h r o m a   . n c   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e c o n s t a n t   * /   . c h r o m a   . n o   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e d e c o r a t o r   * /   . c h r o m a   . n d   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e e x c e p t i o n   * /   . c h r o m a   . n e   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e o t h e r   * /   . c h r o m a   . n x   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e t a g   * /   . c h r o m a   . n t   {   c o l o r : # f 9 2 6 7 2   }     / *   n a m e f u n c t i o n   * /   . c h r o m a   . n f   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e f u n c t i o n m a g i c   * /   . c h r o m a   . f m   {   c o l o r : # a 6 e 2 2 e   }     / *   l i t e r a l   * /   . c h r o m a   . l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l d a t e   * /   . c h r o m a   . l d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g   * /   . c h r o m a   . s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g a f f i x   * /   . c h r o m a   . s a   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g b a c k t i c k   * /   . c h r o m a   . s b   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g c h a r   * /   . c h r o m a   . s c   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d e l i m i t e r   * /   . c h r o m a   . d l   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o c   * /   . c h r o m a   . s d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o u b l e   * /   . c h r o m a   . s 2   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g e s c a p e   * /   . c h r o m a   . s e   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l s t r i n g h e r e d o c   * /   . c h r o m a   . s h   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g i n t e r p o l   * /   . c h r o m a   . s i   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g o t h e r   * /   . c h r o m a   . s x   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g r e g e x   * /   . c h r o m a   . s r   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s i n g l e   * /   . c h r o m a   . s 1   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s y m b o l   * /   . c h r o m a   . s s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l n u m b e r   * /   . c h r o m a   . m   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r b i n   * /   . c h r o m a   . m b   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r f l o a t   * /   . c h r o m a   . m f   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r h e x   * /   . c h r o m a   . m h   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r   * /   . c h r o m a   . m i   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r l o n g   * /   . c h r o m a   . i l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r o c t   * /   . c h r o m a   . m o   {   c o l o r : # a e 8 1 f f   }     / *   o p e r a t o r   * /   . c h r o m a   . o   {   c o l o r : # f 9 2 6 7 2   }     / *   o p e r a t o r w o r d   * /   . c h r o m a   . o w   {   c o l o r : # f 9 2 6 7 2   }     / *   c o m m e n t   * /   . c h r o m a   . c   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t h a s h b a n g   * /   . c h r o m a   . c h   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t m u l t i l i n e   * /   . c h r o m a   . c m   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s i n g l e   * /   . c h r o m a   . c 1   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s p e c i a l   * /   . c h r o m a   . c s   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c   * /   . c h r o m a   . c p   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c f i l e   * /   . c h r o m a   . c p f   {   c o l o r : # 7 5 7 1 5 e   }     / *   g e n e r i c d e l e t e d   * /   . c h r o m a   . g d   {   c o l o r : # f 9 2 6 7 2   }     / *   g e n e r i c e m p h   * /   . c h r o m a   . g e   {   f o n t - s t y l e : i t a l i c   }     / *   g e n e r i c i n s e r t e d   * /   . c h r o m a   . g i   {   c o l o r : # a 6 e 2 2 e   }     / *   g e n e r i c s t r o n g   * /   . c h r o m a   . g s   {   f o n t - w e i g h t : b o l d   }     / *   g e n e r i c s u b h e a d i n g   * /   . c h r o m a   . g u   {   c o l o r : # 7 5 7 1 5 e   }      .code-viewer-container{margin:2rem 0;border:1px solid rgba(34,211,238,.2);border-radius:8px;overflow:hidden;background-color:var(--bg-dark)}.code-viewer-header{display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-medium);padding:.75rem 1.25rem;border-bottom:1px solid rgba(34,211,238,.2)}.code-viewer-title{color:var(--text-light);font-family:var(--font-main);font-size:1rem;font-weight:600}.copy-code-btn{background-color:transparent;border:1px solid var(--accent-cyan);color:var(--accent-cyan);padding:.25rem .75rem;font-size:.8rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease}.copy-code-btn:hover{background-color:var(--accent-cyan);color:var(--bg-dark)}.copy-code-btn.copied{background-color:var(--accent-cyan);border-color:var(--accent-cyan);color:var(--bg-dark)}.code-viewer-container .highlight{background-color:var(--bg-dark)!important;overflow-x:auto;-webkit-overflow-scrolling:touch;background-image:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial}.code-viewer-container pre{margin:0;border-radius:0;padding:1.25rem;background-color:transparent;font-family:fira code,courier new,monospace;font-size:.9em;white-space:pre}.cta-section{padding:60px 0}.faq-cta-block{padding:3rem;background:linear-gradient(135deg,rgba(34,211,238,5%),rgba(249,115,22,5%));border:1px solid var(--bg-medium);border-radius:16px;text-align:left}.faq-cta-block h2{font-family:var(--font-main);font-size:2.2rem;text-transform:none;background:linear-gradient(135deg,var(--accent-orange),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--bg-medium)}.faq-cta-block h4{font-family:var(--font-main);color:var(--accent-cyan);font-size:1.2rem;margin-top:2rem;margin-bottom:1rem}.faq-cta-block ul,.faq-cta-block ol{padding-left:0;margin-bottom:1.5rem}.faq-cta-block ul{list-style:none}.faq-cta-block ol{list-style:none;counter-reset:cta-counter}.faq-cta-block li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:var(--text-medium)}.faq-cta-block ul li::before{content:'✓';position:absolute;left:0;color:var(--accent-cyan);font-weight:700}.faq-cta-block ol li::before{counter-increment:cta-counter;content:counter(cta-counter)".";position:absolute;left:0;color:var(--accent-cyan);font-weight:700;width:1.25rem}.faq-cta-block p{color:var(--text-medium);line-height:1.7}.faq-cta-block em{font-size:.9rem;color:var(--text-medium);opacity:.8;font-style:italic;display:block;margin-top:2rem}@media(max-width:768px){.faq-cta-block{padding:1.5rem}.faq-cta-block h2{font-size:1.8rem}}.faq-section{padding:100px 0}.faq-content h2{font-size:2rem;color:var(--text-light);margin-top:4rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--bg-medium);text-align:left}.faq-search-container{margin:2.5rem 0}#faq-search-input{width:100%;padding:16px 20px;font-size:1.1rem;border-radius:8px;border:1px solid var(--bg-medium);background:var(--bg-dark);color:var(--text-light);box-sizing:border-box;font-family:var(--font-body);transition:border-color .3s ease,box-shadow .3s ease}#faq-search-input:focus{outline:none;border-color:var(--accent-cyan);box-shadow:0 0 0 4px rgba(34,211,238,.2)}.faq-content h2:first-of-type{margin-top:0}.faq-accordion{}.faq-item{background-color:transparent;border-radius:12px;margin-bottom:1rem;overflow:hidden;border:1px solid var(--bg-medium);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-2px);border-color:var(--accent-cyan);box-shadow:0 20px 40px rgba(34,211,238,.15)}.faq-item:last-child{margin-bottom:0}.faq-question{padding:1.5rem;cursor:pointer;font-size:1.2rem;font-weight:600;color:var(--text-light);display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease;position:relative}.faq-question::after{content:'+';font-size:2rem;color:var(--accent-cyan);transition:transform .3s ease;font-weight:300}.faq-item.active .faq-question{color:var(--accent-cyan)}.faq-item.active .faq-question::after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.23,1,.32,1)}.faq-item.active .faq-answer{max-height:1000px}.faq-answer .content{padding:0 1.5rem 1.5rem;color:var(--text-medium);line-height:1.7}.faq-answer .content blockquote{padding-left:1.5rem;margin:1rem 0;font-size:1.05rem;color:var(--text-dark)}.faq-answer .content blockquote strong{color:var(--accent-orange)}.faq-answer .content ul{padding-left:2rem;margin-top:1rem;margin-bottom:1rem}.faq-answer .content li{margin-bottom:.5rem}@media(max-width:768px){.faq-question{font-size:1.1rem;padding:1.25rem}.faq-answer .content{padding:0 1.25rem 1.25rem}}.growth-chart-container{background-color:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;box-shadow:none;overflow:hidden;position:relative;height:350px;width:100%;display:flex;align-items:flex-end;justify-content:center}.growth-chart{width:100%;height:100%;position:relative}.growth-chart svg{width:100%;height:100%;overflow:visible}.grid-line{stroke:rgba(255,255,255,.1);stroke-width:1;stroke-dasharray:2,2}.axis-line{stroke:rgba(255,255,255,.3);stroke-width:2}.axis-label{font-size:12px;fill:rgba(255,255,255,.5);font-weight:500}.line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.line-growth{stroke:#22d3ee}.line-stagnation{stroke:#f97316}.line-growth,.line-stagnation{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-line 3s ease-in-out forwards}@keyframes draw-line{to{stroke-dashoffset:0}}.dot{opacity:0;animation:fade-in-dot .5s forwards}.dot-growth{fill:#22d3ee}.dot-stagnation{fill:#f97316}.dot-1{animation-delay:.5s}.dot-2{animation-delay:1s}.dot-3{animation-delay:1.5s}.dot-4{animation-delay:2s}.dot-5{animation-delay:2.5s}@keyframes fade-in-dot{to{opacity:1}}.legend{position:absolute;top:10px;left:50%;transform:translateX(-50%);display:flex;gap:20px}.legend-item{display:flex;align-items:center;font-size:14px;font-weight:500;color:rgba(255,255,255,.8)}.legend-color{width:12px;height:12px;border-radius:50%;margin-right:8px}.legend-growth{background-color:#22d3ee}.legend-stagnation{background-color:#f97316}@media(max-width:768px){.growth-chart-container{height:280px;padding:1.5rem}.axis-label{font-size:10px}}.prompt-box{margin:2rem 0;border:1px solid rgba(34,211,238,.2);border-radius:8px;overflow:hidden;background-color:var(--bg-dark)}.prompt-box-header{display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-medium);padding:.75rem 1.25rem;border-bottom:1px solid rgba(34,211,238,.2)}.prompt-box-title{color:var(--text-light);font-family:var(--font-main);font-size:1rem;font-weight:600;display:flex;align-items:center}.prompt-box-title::before{content:'⚡️';margin-right:10px;font-size:1.2em}.prompt-box .copy-btn{background-color:transparent;border:1px solid var(--accent-cyan);color:var(--accent-cyan);padding:.25rem .75rem;font-size:.8rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease}.prompt-box .copy-btn:hover{background-color:var(--accent-cyan);color:var(--bg-dark)}.prompt-box .copy-btn.copied{background-color:var(--accent-cyan);border-color:var(--accent-cyan);color:var(--bg-dark)}.prompt-box-content{padding:1.25rem}.prompt-box-content code{font-family:fira code,courier new,monospace;font-size:.9em;color:var(--text-medium);white-space:pre-wrap;background-color:transparent;padding:0}.prompt-box-content p{margin:0}.report-block{margin:2rem 0;background-color:var(--bg-medium);border:1px solid var(--accent-orange);border-radius:8px;overflow:hidden}.report-block-header{display:flex;align-items:baseline;padding:.25rem;background-color:var(--bg-dark);border-bottom:1px solid var(--accent-orange)}.report-block-icon{font-size:1.5rem;margin-right:1rem}.report-block-title{font-family:var(--font-main);color:var(--text-light);font-size:1.2rem;font-weight:600;margin:0}.report-block-content{padding:1.25rem;color:var(--text-medium)}.report-block-content p{margin:0 0 1rem}.report-block-content ul,.report-block-content ol{margin:0 0 1rem 1rem}.report-block-content *:last-child{margin-bottom:0}.report-block-content strong{color:var(--text-light);font-weight:600}/ *   g e n e r a t e d   u s i n g :   h u g o   g e n   c h r o m a s t y l e s   - - s t y l e = m o n o k a i   * /         / *   b a c k g r o u n d   * /   . b g   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   p r e w r a p p e r   * /   . c h r o m a   {   c o l o r : # f 8 f 8 f 2 ; b a c k g r o u n d - c o l o r : # 2 7 2 8 2 2 ;   }     / *   e r r o r   * /   . c h r o m a   . e r r   {   c o l o r : # 9 6 0 0 5 0 ; b a c k g r o u n d - c o l o r : # 1 e 0 0 1 0   }     / *   l i n e l i n k   * /   . c h r o m a   . l n l i n k s   {   o u t l i n e : n o n e ; t e x t - d e c o r a t i o n : n o n e ; c o l o r : i n h e r i t   }     / *   l i n e t a b l e t d   * /   . c h r o m a   . l n t d   {   v e r t i c a l - a l i g n : t o p ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e t a b l e   * /   . c h r o m a   . l n t a b l e   {   b o r d e r - s p a c i n g : 0 ; p a d d i n g : 0 ; m a r g i n : 0 ; b o r d e r : 0 ;   }     / *   l i n e h i g h l i g h t   * /   . c h r o m a   . h l   {   b a c k g r o u n d - c o l o r : # 3 c 3 d 3 8   }     / *   l i n e n u m b e r s t a b l e   * /   . c h r o m a   . l n t   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e n u m b e r s   * /   . c h r o m a   . l n   {   w h i t e - s p a c e : p r e ; - w e b k i t - u s e r - s e l e c t : n o n e ; u s e r - s e l e c t : n o n e ; m a r g i n - r i g h t : 0 . 4 e m ; p a d d i n g : 0   0 . 4 e m   0   0 . 4 e m ; c o l o r : # 7 f 7 f 7 f   }     / *   l i n e   * /   . c h r o m a   . l i n e   {   d i s p l a y : f l e x ;   }     / *   k e y w o r d   * /   . c h r o m a   . k   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d c o n s t a n t   * /   . c h r o m a   . k c   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d d e c l a r a t i o n   * /   . c h r o m a   . k d   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d n a m e s p a c e   * /   . c h r o m a   . k n   {   c o l o r : # f 9 2 6 7 2   }     / *   k e y w o r d p s e u d o   * /   . c h r o m a   . k p   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d r e s e r v e d   * /   . c h r o m a   . k r   {   c o l o r : # 6 6 d 9 e f   }     / *   k e y w o r d t y p e   * /   . c h r o m a   . k t   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e a t t r i b u t e   * /   . c h r o m a   . n a   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e c l a s s   * /   . c h r o m a   . n c   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e c o n s t a n t   * /   . c h r o m a   . n o   {   c o l o r : # 6 6 d 9 e f   }     / *   n a m e d e c o r a t o r   * /   . c h r o m a   . n d   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e e x c e p t i o n   * /   . c h r o m a   . n e   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e o t h e r   * /   . c h r o m a   . n x   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e t a g   * /   . c h r o m a   . n t   {   c o l o r : # f 9 2 6 7 2   }     / *   n a m e f u n c t i o n   * /   . c h r o m a   . n f   {   c o l o r : # a 6 e 2 2 e   }     / *   n a m e f u n c t i o n m a g i c   * /   . c h r o m a   . f m   {   c o l o r : # a 6 e 2 2 e   }     / *   l i t e r a l   * /   . c h r o m a   . l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l d a t e   * /   . c h r o m a   . l d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g   * /   . c h r o m a   . s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g a f f i x   * /   . c h r o m a   . s a   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g b a c k t i c k   * /   . c h r o m a   . s b   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g c h a r   * /   . c h r o m a   . s c   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d e l i m i t e r   * /   . c h r o m a   . d l   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o c   * /   . c h r o m a   . s d   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g d o u b l e   * /   . c h r o m a   . s 2   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g e s c a p e   * /   . c h r o m a   . s e   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l s t r i n g h e r e d o c   * /   . c h r o m a   . s h   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g i n t e r p o l   * /   . c h r o m a   . s i   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g o t h e r   * /   . c h r o m a   . s x   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g r e g e x   * /   . c h r o m a   . s r   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s i n g l e   * /   . c h r o m a   . s 1   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l s t r i n g s y m b o l   * /   . c h r o m a   . s s   {   c o l o r : # e 6 d b 7 4   }     / *   l i t e r a l n u m b e r   * /   . c h r o m a   . m   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r b i n   * /   . c h r o m a   . m b   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r f l o a t   * /   . c h r o m a   . m f   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r h e x   * /   . c h r o m a   . m h   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r   * /   . c h r o m a   . m i   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r i n t e g e r l o n g   * /   . c h r o m a   . i l   {   c o l o r : # a e 8 1 f f   }     / *   l i t e r a l n u m b e r o c t   * /   . c h r o m a   . m o   {   c o l o r : # a e 8 1 f f   }     / *   o p e r a t o r   * /   . c h r o m a   . o   {   c o l o r : # f 9 2 6 7 2   }     / *   o p e r a t o r w o r d   * /   . c h r o m a   . o w   {   c o l o r : # f 9 2 6 7 2   }     / *   c o m m e n t   * /   . c h r o m a   . c   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t h a s h b a n g   * /   . c h r o m a   . c h   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t m u l t i l i n e   * /   . c h r o m a   . c m   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s i n g l e   * /   . c h r o m a   . c 1   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t s p e c i a l   * /   . c h r o m a   . c s   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c   * /   . c h r o m a   . c p   {   c o l o r : # 7 5 7 1 5 e   }     / *   c o m m e n t p r e p r o c f i l e   * /   . c h r o m a   . c p f   {   c o l o r : # 7 5 7 1 5 e   }     / *   g e n e r i c d e l e t e d   * /   . c h r o m a   . g d   {   c o l o r : # f 9 2 6 7 2   }     / *   g e n e r i c e m p h   * /   . c h r o m a   . g e   {   f o n t - s t y l e : i t a l i c   }     / *   g e n e r i c i n s e r t e d   * /   . c h r o m a   . g i   {   c o l o r : # a 6 e 2 2 e   }     / *   g e n e r i c s t r o n g   * /   . c h r o m a   . g s   {   f o n t - w e i g h t : b o l d   }     / *   g e n e r i c s u b h e a d i n g   * /   . c h r o m a   . g u   {   c o l o r : # 7 5 7 1 5 e   }      .post-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;border:1px solid rgba(34,211,238,.2);border-radius:8px;overflow:hidden}.post-content th,.post-content td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(34,211,238,.2)}.post-content th{background-color:var(--bg-medium);color:var(--text-light);font-family:var(--font-main);font-weight:600;font-size:1rem}.post-content tr:nth-of-type(even){background-color:rgba(30,41,59,.5)}.post-content tr:hover{background-color:rgba(34,211,238,.1)}.post-content td{color:var(--text-medium)}.post-content td strong{color:var(--text-dark);font-weight:600}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0;border:1px solid rgba(34,211,238,.2);border-radius:8px}.table-wrapper table{margin:0;border:none;border-radius:0}.table-alt table{border-color:var(--accent-cyan)}.table-alt th,.table-alt td{border-bottom-color:var(--accent-cyan)}.table-alt tr:nth-of-type(even){background-color:rgba(34,211,238,5%)}.table-alt tr:hover{background-color:rgba(34,211,238,.1)}:root{--timeline-border-color:rgba(34, 211, 238, 0.2)}.timeline-viewer-container{margin:1.5rem 0;border:1px solid var(--timeline-border-color);border-radius:8px;overflow:hidden;background-color:var(--bg-dark);font-family:var(--font-main)}.timeline-viewer-header{background-color:var(--bg-dark);padding:.25rem 1.25rem;border-bottom:1px solid var(--timeline-border-color)}.timeline-viewer-title{color:var(--text-light);font-size:1.2rem;font-weight:600;margin:0}.timeline-viewer-body{padding:1.25rem}.timeline-stage{position:relative;padding-left:2.5rem;border-left:2px solid var(--timeline-border-color);padding-bottom:2rem}.timeline-stage::before{content:'';position:absolute;top:2px;left:-10px;width:18px;height:18px;background-color:var(--bg-dark);border:3px solid var(--accent-cyan);border-radius:50%;z-index:1}.timeline-stage:last-child{border-left-color:transparent;padding-bottom:0}.timeline-stage-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.timeline-timestamp{font-family:fira code,courier new,monospace;font-size:.9em;color:var(--accent-cyan);font-weight:700}.timeline-stage-title{color:var(--text-light);font-weight:700;font-size:1rem;letter-spacing:.5px}.timeline-actions{list-style:none;padding-left:0;margin:0}.timeline-action-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-medium);font-size:.95em;line-height:1.6;transition:color .2s ease-in-out}.timeline-action-item:not(:last-child){margin-bottom:.5rem}.timeline-action-emoji{min-width:20px;text-align:center;margin-top:2px}.tree-view-container{margin-bottom:2rem}.tree-view-title{color:var(--text-light);font-family:var(--font-main);font-size:1.4rem;font-weight:600;padding:0;margin:0 0 1.5rem}.tree-view-content{color:var(--text-medium);font-size:1.1rem;line-height:1.7}.tree-item{padding-top:4px;padding-bottom:4px;overflow-wrap:break-word}.level-0{color:var(--text-light);font-family:var(--font-main);font-weight:600;font-size:1.2rem}.level-1{padding-left:0;color:var(--text-medium);font-weight:800;font-size:1.1rem;margin-top:1.2rem}.level-2{padding-left:1.25rem}.tree-view-icon{display:inline-block;vertical-align:middle;font-size:1.1rem;margin-right:.5rem}.tree-line,.tree-branch-mid,.tree-branch-end{visibility:hidden}