@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&family=Great+Vibes&family=Alex+Brush&display=swap";:root{--sans:"Inter", sans-serif;--serif:"Playfair Display", serif;--mint:#7de2c6;--mint-hover:#6bcbb1}*{box-sizing:border-box}body{font-family:var(--sans);color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#16171d;margin:0;padding:0}#root{width:100%;min-height:100vh}.hero-container{flex-direction:column;min-height:115vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero-container:before{content:"";background:var(--hero-bg,url(/ashishpandeynew.png)) center 20%/cover no-repeat;z-index:-2;width:100%;height:100%;animation:8s ease-in-out infinite alternate bgZoom;position:absolute;top:0;left:0}.hero-container:after{content:"";z-index:-1;background:linear-gradient(90deg,#14141ed9 0%,#14141e4d 100%);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.15)}}.hero-nav{z-index:100;justify-content:space-between;align-items:center;padding:2rem 0;display:flex;position:relative}.hero-logo{font-family:var(--serif);letter-spacing:.5px;color:#fff;z-index:101;font-size:2rem;font-weight:700}.hamburger{cursor:pointer;z-index:101;display:none}.hamburger .bar{background-color:#fff;border-radius:2px;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}.hero-nav-menu,.hero-nav-links{align-items:center;gap:2.5rem;display:flex}.hero-nav-links a{color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .3s}.hero-nav-links a:hover{opacity:.7}.nav-book-btn{background:#0088ff1a;border:1px solid #00d2ff4d;border-radius:6px;padding:.5rem 1rem;transition:all .3s;color:#00d2ff!important}.nav-book-btn:hover{background:#08f3;border-color:#00d2ff;opacity:1!important}.hero-cta{background-color:var(--mint);color:#1a1a1a;font-size:1rem;font-weight:600;font-family:var(--sans);cursor:pointer;border:none;border-radius:50px;padding:.85rem 2rem;transition:background-color .3s,transform .2s}.hero-cta:hover{background-color:var(--mint-hover);transform:translateY(-2px)}.hero-content{z-index:10;flex-direction:column;flex:1;justify-content:center;max-width:600px;padding-bottom:5rem;display:flex}.hero-title{font-family:var(--serif);color:#fff;margin-top:0;margin-bottom:2rem;font-size:5rem;font-weight:700;line-height:1.1}.hero-description{opacity:.9;color:#fff;max-width:450px;margin:0;font-size:1.15rem;line-height:1.7}@media (width<=1024px){.hero-title{font-size:4rem}}@media (width<=900px){.hero-nav-menu,.hero-nav-links{gap:1.5rem}}@media (width<=768px){.hamburger{display:block}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hero-nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#16171dfa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:all .3s ease-in-out;position:fixed;top:0;left:-100%}.hero-nav-menu.active{left:0}.hero-nav-links{flex-direction:column;gap:2rem}.hero-nav-links a{font-size:1.25rem}.hero-title{font-size:3.5rem}.hero-description{font-size:1rem}.hero-container:after{background:linear-gradient(#14141e66 0%,#14141ee6 100%)}.hero-content{justify-content:flex-end;padding-bottom:4rem}}@media (width<=480px){.hero-title{margin-bottom:1.25rem;font-size:2.5rem}.hero-description{font-size:.95rem;line-height:1.6}.hero-cta{padding:.75rem 1.5rem;font-size:.95rem}}.marquee-container{background-color:#16171d;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:1rem;width:100%;padding:1.5rem 0 4rem;display:flex;overflow:hidden}.marquee-row{white-space:nowrap;width:100%;display:flex;overflow:hidden}.marquee-content{align-items:center;width:max-content;display:flex}.scroll-left{animation:40s linear infinite scrollLeft}.scroll-right{animation:40s linear infinite scrollRight}.marquee-text{font-family:var(--sans);text-transform:uppercase;letter-spacing:-1px;font-size:3.2rem;font-weight:800}.marquee-text.solid{color:#fff}.marquee-text.outlined{color:#0000;-webkit-text-stroke:2px #fffc}.marquee-dot{color:#f36;margin:0 2.5rem;font-size:1.5rem;display:inline-flex;transform:translateY(-5px)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (width<=1024px){.marquee-text{font-size:3.5rem}}@media (width<=768px){.marquee-text{font-size:2.5rem}.marquee-container{padding:2.5rem 0}.marquee-dot{margin:0 1.5rem;font-size:1rem}}.journey-section{color:#fff;background-color:#0b0d14;flex-direction:column;align-items:center;padding:2rem 5% 4rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.journey-top-text{text-align:center;z-index:2;max-width:1100px;margin-bottom:0}.journey-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;cursor:default;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.journey-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.journey-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite journey-pulse-dot;box-shadow:0 0 10px #00e5ff}@keyframes journey-pulse-dot{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.journey-heading{color:#fff;letter-spacing:1px;margin:0;font-family:Playfair Display,serif;font-size:4.5rem}.journey-heading span{color:#00e5ff}.journey-heading-underline{background-color:#00e5ff;border-radius:2px;width:60px;height:3px;margin:15px auto 30px}.journey-intro{color:#a0aab5;font-size:1.15rem;line-height:1.8}.timeline-container{z-index:2;width:100%;max-width:1100px;height:550px;margin-top:-5rem;position:relative}.timeline-svg-wrapper{z-index:1;width:100%;height:200px;position:absolute;top:150px;left:0}.timeline-svg{width:100%;height:100%;overflow:visible}.timeline-items{z-index:2;grid-template-columns:repeat(4,1fr);width:100%;height:200px;display:grid;position:absolute;top:150px;left:0}.timeline-item{justify-content:center;display:flex;position:relative}.timeline-node{flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;transform:translateY(-50%)}.timeline-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background-color:#14161e99;border:1px solid;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:transform .3s,box-shadow .3s;position:absolute;bottom:40px}.timeline-badge:hover{transform:translateY(-5px)}.badge-line{opacity:.6;width:1px;height:20px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.timeline-dot-wrapper{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.timeline-dot{z-index:2;border-radius:50%;width:14px;height:14px;transition:transform .3s}.timeline-dot-wrapper:hover .timeline-dot{transform:scale(1.3)}.timeline-dot-glow{opacity:.25;filter:blur(12px);z-index:1;border-radius:50%;width:45px;height:45px;transition:opacity .3s,transform .3s;position:absolute}.timeline-dot-wrapper:hover .timeline-dot-glow{opacity:.5;transform:scale(1.2)}.timeline-details{text-align:center;width:240px;position:absolute;top:40px}.timeline-details h4{letter-spacing:.5px;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.timeline-details p{color:#9098a5;margin:0;font-size:.95rem;line-height:1.6}@media (width<=1024px){.journey-heading{font-size:3.5rem}.timeline-details{width:200px}}@media (width<=768px){.journey-heading{font-size:2.8rem}.timeline-container{height:auto;margin-top:1rem;padding:0 20px}.timeline-svg-wrapper{display:none}.timeline-items{flex-direction:column;gap:4rem;height:auto;display:flex;position:relative;top:0}.timeline-items:before{content:"";z-index:0;background:repeating-linear-gradient(#fff3 0 6px,#0000 6px 12px);width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{justify-content:flex-start}.timeline-node{flex-direction:column;align-items:flex-start;width:100%;padding-left:50px;position:relative;transform:none;top:0!important}.timeline-badge{align-self:flex-start;margin-bottom:1rem;position:relative;bottom:0}.badge-line{display:none}.timeline-dot-wrapper{position:absolute;top:5px;left:14px}.timeline-details{text-align:left;width:100%;position:relative;top:0}}.ventures-section{color:#fff;min-height:100vh;font-family:var(--sans);background-color:#16171c;border-top:1px solid #ffffff0d;flex-direction:column;justify-content:flex-start;align-items:center;padding:3rem 0 6rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 20px 50px #0000004d}.ventures-center-text{text-align:center;z-index:2;flex-direction:column;align-items:center;max-width:800px;margin-bottom:0;padding:0 2rem;display:flex}.ventures-header{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.ventures-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;cursor:default;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.ventures-pill:hover{border-color:var(--mint);color:#fff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.ventures-pill-dot{background-color:var(--mint);width:8px;height:8px;box-shadow:0 0 10px var(--mint);border-radius:50%;margin-right:.8rem;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.ventures-title{font-family:var(--serif);color:#fff;margin:0 0 1.5rem;font-size:4rem;font-weight:700}.ventures-description{color:#a0a0a0;margin:0;font-size:1.1rem;line-height:1.7}.ventures-dots{opacity:.3;grid-template-columns:repeat(10,1fr);gap:1.5rem;display:grid}.ventures-dots .dot{background-color:var(--mint);border-radius:50%;width:3px;height:3px}.ventures-separator{align-items:center;gap:1rem;max-width:1200px;margin:0 auto 4rem;display:flex}.sep-line{background-color:#ffffff1a;flex:1;height:1px;position:relative}.sep-dot{background-color:var(--mint);border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;left:0}.sep-dot.right{left:auto;right:0}.sep-text{color:var(--mint);font-size:1.2rem;font-weight:500}.ventures-wrapper{z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative}.ventures-inner{--w:160px;--h:240px;--translateZ:280px;--rotateX:-15deg;--perspective:1000px;width:var(--w);height:var(--h);transform-style:preserve-3d;animation:25s linear infinite rotating;position:relative}.ventures-inner:hover{animation-play-state:paused}@keyframes rotating{0%{transform:perspective(var(--perspective)) rotateX(var(--rotateX)) rotateY(0)}to{transform:perspective(var(--perspective)) rotateX(var(--rotateX)) rotateY(1turn)}}.venture-card{text-align:center;border:2px solid rgba(var(--theme-rgb), .2);width:100%;height:100%;transform:rotateY(calc((360deg / var(--quantity)) * var(--index))) translateZ(var(--translateZ));pointer-events:auto;cursor:pointer;background-color:#0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;inset:0;overflow:hidden}.venture-glass-bg{z-index:-1;pointer-events:none;background:transparent radial-gradient(circle, rgba(var(--theme-rgb), .2) 0%, rgba(var(--theme-rgb), .6) 80%, rgba(var(--theme-rgb), .9) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.venture-card:hover{border-color:rgba(var(--theme-rgb), .8);box-shadow:0 0 30px rgba(var(--theme-rgb), .3), inset 0 0 15px rgba(var(--theme-rgb), .2)}.venture-glow{background:linear-gradient(to right, var(--theme-color), transparent);opacity:.1;pointer-events:none;width:50px;height:100%;transition:all .4s;position:absolute;top:0;left:0}.venture-card:hover .venture-glow{opacity:.15;width:100px}.venture-card:before{content:"";background-color:var(--theme-color);width:2px;height:60%;box-shadow:0 0 15px var(--theme-color);opacity:.5;transition:opacity .3s;position:absolute;top:20%;left:-2px}.venture-card:hover:before{opacity:1}.venture-icon-circle{background-color:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.venture-logo-img{object-fit:contain;width:100%;height:100%;padding:15px}.venture-card:hover .venture-icon-circle{border-color:var(--theme-color);box-shadow:0 0 20px var(--theme-color);transform:scale(1.15)}.venture-name{font-family:var(--sans);color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:700}.venture-name span{color:var(--theme-color)}.venture-divider,.venture-desc,.venture-category{display:none}@media (width<=1024px){.ventures-title{font-size:3.5rem}.ventures-inner{--w:120px;--h:180px;--translateZ:210px}.venture-icon-circle{width:70px;height:70px;margin-bottom:.5rem}.venture-name{font-size:.9rem}}@media (width<=768px){.ventures-section{min-height:auto;padding:3rem 0}.ventures-title{font-size:2.2rem}.ventures-description{padding:0 1rem;font-size:.85rem}.ventures-wrapper{height:250px}.ventures-inner{--w:90px;--h:135px;--translateZ:155px}.venture-card{padding:.5rem}.venture-icon-circle{width:50px;height:50px;margin-bottom:.5rem}.venture-name{font-size:.7rem}}.mindset-section{color:#fff;font-family:var(--sans);background-color:#050608;flex-direction:column;justify-content:center;align-items:center;padding:3rem 5%;display:flex;position:relative;overflow:hidden}.mindset-bg-glow-blue{pointer-events:none;background:radial-gradient(circle,#0066ff1a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:0;left:0}.mindset-bg-glow-purple{pointer-events:none;background:radial-gradient(circle,#00e5ff0d 0%,#0000 70%);width:500px;height:500px;position:absolute;top:10%;right:10%}.mindset-container{z-index:1;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.mindset-content-wrapper{justify-content:center;max-width:1000px;display:flex}.mindset-label-container-center{z-index:2;justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.mindset-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;cursor:default;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.mindset-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.mindset-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite pulse-dot-mindset;box-shadow:0 0 10px #00e5ff}@keyframes pulse-dot-mindset{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.mindset-body{display:flex;position:relative}.mindset-glowing-path{background:linear-gradient(#00e5ff99 0%,#3b82f699 50%,#8a2be299 100%) 0/1px 100% no-repeat,linear-gradient(90deg,#8a2be299 0%,#8a2be200 100%) bottom/100% 1px no-repeat;border-bottom:1px solid #8a2be266;border-left:1px solid #00e5ff66;border-bottom-left-radius:20px;width:3rem;margin-bottom:-1rem;margin-right:1.5rem;position:relative}.mindset-glowing-dot{background-color:#00e5ff;border-radius:50%;width:9px;height:9px;animation:5s ease-in-out infinite move-dot-vertical;position:absolute;top:0;left:-5px;box-shadow:0 0 15px 5px #00e5ff99}@keyframes move-dot-vertical{0%,to{background-color:#00e5ff;top:0;box-shadow:0 0 15px 5px #00e5ff99}50%{background-color:#8a2be2;top:calc(100% - 25px);box-shadow:0 0 15px 5px #8a2be299}}.mindset-text-content{flex:1;padding-bottom:2rem}.mindset-quote{font-family:var(--serif);letter-spacing:-1px;color:#fff;margin:0 0 2.5rem;font-size:3.5rem;font-weight:600;line-height:1.25}.highlight-cyan{color:#00e5ff}.mindset-separator{background-color:#fff3;width:40px;height:1px;margin-bottom:2rem}.mindset-paragraph{color:#a0a0a0;margin:0 0 3rem;font-size:1.05rem;line-height:1.6}.mindset-author{position:relative}.signature-font-dark{color:#8a2be2;margin:0;padding:.2em 0;font-family:Great Vibes,cursive;font-size:4.5rem;font-weight:400;line-height:1.4;display:inline-block}.ashish-image-style{margin-right:15px;font-family:Alex Brush,cursive;font-size:4.8rem}.mindset-graphic{flex:1;justify-content:flex-end;align-items:center;display:flex}.brain-image{object-fit:contain;mix-blend-mode:screen;opacity:.9;width:100%;max-width:500px}@media (width<=1024px){.mindset-container{flex-direction:column}.mindset-graphic{justify-content:center;margin-top:4rem}.brain-image{max-width:400px}}@media (width<=768px){.mindset-section{padding:2rem 5%}.mindset-quote{font-size:2.2rem}.signature-font-dark{font-size:3.5rem}.mindset-glowing-path{margin-right:1rem}}.awards-section{color:#fff;font-family:var(--sans);background-color:#050608;border-top:1px solid #ffffff05;padding:3rem 5%;position:relative;overflow:hidden}.awards-bg-glow-purple{pointer-events:none;background:radial-gradient(circle,#8a2be21a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:20%;left:0}.awards-bg-glow-blue{pointer-events:none;background:radial-gradient(circle,#00e5ff14 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:10%;right:0}.awards-container{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.awards-label-container{justify-content:center;width:100%;margin-bottom:2rem;display:flex}.awards-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;cursor:default;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.awards-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.awards-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite pulse-dot-awards;box-shadow:0 0 10px #00e5ff}@keyframes pulse-dot-awards{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.awards-title{font-family:var(--serif);color:#fff;margin:0 0 1.5rem;font-size:4rem;font-weight:700;line-height:1.1}.awards-subtitle{color:#a0a0a0;max-width:600px;margin:0 auto 5rem;font-size:1.2rem;line-height:1.6}.awards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;display:grid}.award-card-container{perspective:1000px;width:100%;height:420px}.award-card-inner{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;position:relative}.award-card-front,.award-card-back{backface-visibility:hidden;border:1px solid #ffffff0d;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.award-card-front{background-color:#0b0d14}.award-image-full{object-fit:cover;width:100%;height:100%}.award-front-overlay{background:linear-gradient(#0000,#000000e6);justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0}.award-front-year{font-family:var(--serif);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00e5ff33;border:1px solid #00e5ff4d;border-radius:30px;padding:.4rem 1rem;font-size:1.1rem;font-weight:700;display:inline-block}.award-card-back{text-align:left;background:#ffffff05;flex-direction:column;justify-content:center;padding:2.5rem;display:flex;transform:rotateY(180deg)}.award-card-back:hover{background:#ffffff0a;border-color:#00e5ff4d;box-shadow:0 20px 40px #0006}.award-year{font-family:var(--serif);color:#00e5ff;background:#00e5ff1a;border-radius:30px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:1rem;font-weight:600;display:inline-block}.award-name{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.award-org{color:#3b82f6;margin:0 0 1rem;font-size:1rem;font-weight:500}.award-desc{color:#888;margin:0;font-size:.95rem;line-height:1.6}.award-card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#8a2be21a,#0000 70%);width:150px;height:150px;transition:opacity .4s;position:absolute;top:0;right:0}.award-card-back:hover .award-card-glow{opacity:1}.award-flip-hint{color:#00e5ff;opacity:.8;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.8rem;animation:2.5s infinite pulse-hint;display:inline-flex}.award-flip-hint-back{justify-content:center;width:100%;margin-top:2rem}@keyframes pulse-hint{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@media (width<=768px){.awards-section{padding:5rem 5%}.awards-title{font-size:2.5rem}.awards-subtitle{margin-bottom:3rem;font-size:1rem}}.articles-section{color:#fff;font-family:var(--sans);background-color:#050608;border-top:1px solid #ffffff05;padding:3rem 5% 8rem;position:relative;overflow:hidden}.articles-bg-glow-purple{pointer-events:none;background:radial-gradient(circle,#8a2be21a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:10%;left:0}.articles-bg-glow-blue{pointer-events:none;background:radial-gradient(circle,#00e5ff14 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:20%;right:0}.articles-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.articles-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.articles-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;cursor:default;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.articles-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.articles-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite pulse-dot-articles;box-shadow:0 0 10px #00e5ff}@keyframes pulse-dot-articles{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.articles-title{font-family:var(--serif);color:#fff;margin:0 0 1.5rem;font-size:4rem;font-weight:700;line-height:1.1}.articles-subtitle{color:#a0a0a0;max-width:600px;font-size:1.2rem;line-height:1.6}.articles-list{flex-direction:column;gap:1.5rem;display:flex}.article-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:row;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.article-card-link{width:100%;color:inherit;flex-direction:row;align-items:center;text-decoration:none;display:flex}.article-card:hover{background:#ffffff0a;border-color:#00e5ff33;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.article-card:hover .article-action{color:#00e5ff;background:#00e5ff0d;border-color:#00e5ff}.article-image-container{border-radius:12px;width:260px;min-width:260px;height:160px;margin-right:2rem;overflow:hidden}.article-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.article-card:hover .article-image{transform:scale(1.05)}.article-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.article-main-info{flex-direction:column;max-width:60%;display:flex}.article-category{color:#00e5ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.8rem;font-size:.75rem;font-weight:700}.article-name{color:#fff;margin:0 0 .6rem;font-size:1.4rem;font-weight:600;line-height:1.3}.article-desc{color:#888;margin:0;font-size:.95rem;line-height:1.5}.article-meta-container{flex-direction:row;justify-content:flex-end;align-items:center;gap:2rem;min-width:200px;display:flex}.article-meta{text-align:left;color:#777;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.article-action{color:#fff;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}@media (width<=900px){.article-content{flex-direction:column;align-items:flex-start}.article-main-info{max-width:100%;margin-bottom:1.5rem}.article-meta-container{justify-content:space-between;width:100%;min-width:auto}}@media (width<=768px){.articles-section{padding:3rem 5% 5rem}.articles-title{font-size:2.5rem}.article-card{padding:1rem}.article-card-link{flex-direction:column}.article-image-container{width:100%;min-width:100%;height:200px;margin-bottom:1.5rem;margin-right:0}.article-meta-container{border-top:1px solid #ffffff0d;padding-top:1rem}}.article-detail-page{color:#e0e0e0;min-height:100vh;font-family:var(--sans);background-color:#050608;padding:4rem 5% 8rem}.article-detail-container{max-width:800px;margin:0 auto}.back-link{color:#00e5ff;align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.back-link:hover{color:#fff;transform:translate(-5px)}.article-header{margin-bottom:3rem}.article-meta-top{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.article-category-label{color:#050608;letter-spacing:1px;background-color:#00e5ff;border-radius:4px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.article-date-label{color:#888;font-size:.95rem}.article-main-title{font-family:var(--serif);color:#fff;margin:0 0 1rem;font-size:3.5rem;line-height:1.2}.article-main-subtitle{color:#a0a0a0;margin:0;font-size:1.3rem;line-height:1.6}.article-hero-image-container{border-radius:16px;width:100%;height:450px;margin-bottom:4rem;overflow:hidden;box-shadow:0 10px 40px #0006}.article-hero-image{object-fit:cover;width:100%;height:100%}.article-body{color:#ccc;font-size:1.15rem;line-height:1.8}.article-body p{margin-bottom:1.5rem}.drop-cap:first-letter{font-family:var(--serif);float:left;color:#00e5ff;padding-top:.5rem;padding-right:.8rem;font-size:4.5rem;font-weight:700;line-height:.8}.article-body h2{font-family:var(--serif);color:#fff;margin:3rem 0 1.5rem;font-size:2.2rem}.article-body blockquote{font-family:var(--serif);color:#fff;background:linear-gradient(90deg,#00e5ff0d,#0000);border-left:4px solid #00e5ff;margin:3rem 0;padding-top:1rem;padding-bottom:1rem;padding-left:2rem;font-size:1.5rem;font-style:italic;line-height:1.6}@media (width<=768px){.article-main-title{font-size:2.5rem}.article-hero-image-container{height:300px}.article-body{font-size:1.05rem}}.gallery-page{color:#fff;min-height:100vh;font-family:var(--sans);background-color:#050608;border-top:1px solid #ffffff05;padding:4rem 5% 6rem;position:relative;overflow:hidden}.gallery-bg-glow{pointer-events:none;background:radial-gradient(#00e5ff0d 0%,#0000 70%);width:800px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.gallery-container{z-index:1;max-width:1300px;margin:0 auto;position:relative}.gallery-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:4rem;display:flex}.gallery-header-left{flex-direction:column;align-items:center;max-width:800px;display:flex}.gallery-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.gallery-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.gallery-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite pulse-dot-gallery;box-shadow:0 0 10px #00e5ff}@keyframes pulse-dot-gallery{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.gallery-title{font-family:var(--serif);color:#fff;margin:0 0 1rem;font-size:4.5rem;font-weight:700;line-height:1.1}.gallery-subtitle{color:#888;max-width:450px;margin:0 auto;font-size:1.1rem;line-height:1.6}.gallery-header-right{color:#666;text-transform:uppercase;letter-spacing:2px;text-align:left;border-left:2px solid #ffffff1a;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-left:1.5rem;font-size:.75rem;font-weight:600;display:flex}.gallery-filters{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.gallery-filter-btn{color:#888;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:none;border-radius:30px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.gallery-filter-btn:hover{color:#fff}.gallery-filter-btn.active{color:#050608;background-color:#00e5ff}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:320px;gap:1.5rem;margin-bottom:4rem;display:grid}.gallery-card{cursor:pointer;background-color:#111;border:1px solid #ffffff0d;border-radius:16px;position:relative;overflow:hidden}.gallery-card.featured{grid-column:span 2}.gallery-card-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.gallery-card:hover .gallery-card-img{transform:scale(1.05)}.gallery-card-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0003 50%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.gallery-card-content{pointer-events:none;flex-direction:column;width:100%;padding:2rem;display:flex;position:absolute;bottom:0;left:0}.gallery-card-category{color:#00e5ff;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.gallery-card-title{color:#fff;margin:0 0 .5rem;font-size:1.4rem;font-weight:600}.gallery-card.featured .gallery-card-title{font-size:1.8rem}.gallery-card-meta{color:#999;margin:0;font-size:.85rem}.gallery-card-action{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;bottom:2rem;right:2rem}.gallery-card:hover .gallery-card-action{color:#050608;background:#00e5ff;border-color:#00e5ff;transform:translate(5px)}.gallery-scroll-indicator{color:#666;letter-spacing:2px;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.gallery-scroll-line{background:#ffffff0d;flex-grow:1;height:1px}.gallery-scroll-icon{color:#00e5ff;justify-content:center;animation:2s infinite bounce-subtle;display:flex}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-card.featured{grid-column:span 2}}@media (width<=768px){.gallery-header{flex-direction:column;align-items:center;gap:2rem}.gallery-header-left{max-width:100%}.gallery-title{font-size:3rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:300px}.gallery-card.featured{grid-column:span 1}.gallery-filters{gap:.5rem}.gallery-filter-btn{padding:.4rem .8rem;font-size:.75rem}}.gallery-lightbox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.gallery-lightbox-content{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.gallery-lightbox-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 10px 40px #00000080}.gallery-lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:color .3s;position:absolute;top:-2rem;right:-2rem}.gallery-lightbox-close:hover{color:#00e5ff}.gallery-lightbox-info{text-align:center;color:#fff;margin-top:1.5rem}.gallery-lightbox-info h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.gallery-lightbox-info p{color:#00e5ff;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:.9rem}@media (width<=768px){.gallery-lightbox-close{top:-3rem;right:0}}.footer-section{color:#fff;font-family:var(--sans);background-color:#0b0d14;border-top:1px solid #ffffff0d;padding:6rem 5% 2rem;position:relative;overflow:hidden}.footer-glow{pointer-events:none;z-index:0;background:radial-gradient(at top,#00e5ff26,#0000 70%);width:60%;height:200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-cta{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.footer-heading{font-family:var(--serif);max-width:600px;margin:0;font-size:3.5rem;font-weight:700;line-height:1.2}.footer-contact-btn{background-color:var(--mint);color:#000;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.footer-contact-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00e5ff4d}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:1px;margin-bottom:4rem}.footer-content{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand{max-width:400px}.footer-logo{font-family:var(--serif);margin:0 0 1rem;font-size:2rem}.footer-logo span{color:var(--mint)}.footer-bio{color:#a0a0a0;font-size:1rem;line-height:1.6}.footer-links-group{justify-content:flex-end;gap:6rem;display:flex}.footer-links-column h4{color:#fff;margin:0 0 1.5rem;font-size:1.1rem}.footer-links-column a{color:#a0a0a0;margin-bottom:1rem;text-decoration:none;transition:color .3s;display:block}.footer-links-column a:hover{color:var(--mint)}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:0;transition:all .3s;display:flex}.footer-socials a:hover{background-color:var(--mint);border-color:var(--mint);color:#000;transform:translateY(-3px)}.footer-bottom{color:#666;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#666;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#fff}@media (width<=900px){.footer-cta{flex-direction:column;align-items:flex-start;gap:2rem}.footer-heading{font-size:2.5rem}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links-group{justify-content:flex-start;gap:4rem}}@media (width<=600px){.footer-links-group{flex-direction:column;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.contact-page{background-color:#16171d;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.contact-page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#7de2c614 0%,#16171d00 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-10%;right:-5%}.contact-header-container{z-index:10;padding:0 5%;position:relative}.contact-main{z-index:1;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:4rem 5% 8rem;position:relative}.contact-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;color:#f0f0f0;text-transform:uppercase;background:linear-gradient(135deg,#ffffff14,#ffffff03);border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:1.2rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003,inset 0 0 15px #ffffff05}.contact-pill:hover{color:#fff;border-color:#00e5ff;transform:translateY(-2px);box-shadow:0 6px 25px #00e5ff26}.contact-pill-dot{background-color:#00e5ff;border-radius:50%;width:8px;height:8px;margin-right:.8rem;animation:2s infinite pulse-dot-contact;box-shadow:0 0 10px #00e5ff}@keyframes pulse-dot-contact{0%{box-shadow:0 0 #00e5ff66}70%{box-shadow:0 0 0 8px #00e5ff00}to{box-shadow:0 0 #00e5ff00}}.contact-hero{text-align:center;margin-bottom:5rem}.contact-title{font-family:var(--serif);color:#fff;margin-top:0;margin-bottom:1rem;font-size:4.5rem;font-weight:700}.highlight-mint{color:var(--mint)}.contact-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.contact-content-wrapper{grid-template-columns:1fr 1.2fr;align-items:stretch;gap:4rem;display:grid}.contact-info-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;padding:3rem}.contact-section-heading{font-family:var(--serif);color:#fff;margin-bottom:1rem;font-size:2rem}.contact-info-desc{color:#fff9;margin-bottom:3rem;font-size:1rem;line-height:1.6}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-detail-item{align-items:center;gap:1.5rem;display:flex}.contact-icon-wrapper{width:50px;height:50px;color:var(--mint);background:#7de2c61a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:transform .3s,background .3s;display:flex}.contact-detail-item:hover .contact-icon-wrapper{background:#7de2c633;transform:translateY(-3px)}.contact-detail-item h3{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;margin:0 0 .25rem;font-size:.9rem}.contact-detail-item a,.contact-detail-item p{color:#fff;margin:0;font-size:1.1rem;text-decoration:none;transition:color .3s}.contact-detail-item a:hover{color:var(--mint)}.contact-form-section{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:3rem}.contact-form-heading{font-family:var(--serif);color:#fff;margin-bottom:2.5rem;font-size:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#fffc;font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;font-family:var(--sans);background:#0003;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus{border-color:var(--mint);background:#0006;outline:none;box-shadow:0 0 0 4px #7de2c61a}.contact-submit-btn{background-color:var(--mint);color:#1a1a1a;font-size:1rem;font-weight:600;font-family:var(--sans);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;margin-top:1rem;padding:1.1rem 2rem;transition:background-color .3s,transform .2s,box-shadow .3s;display:inline-flex}.contact-submit-btn:hover{background-color:var(--mint-hover);transform:translateY(-2px);box-shadow:0 10px 20px #7de2c633}@media (width<=1024px){.contact-content-wrapper{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.contact-main{padding:2rem 5% 4rem}.contact-title{font-size:3.5rem}.contact-info-section,.contact-form-section{padding:2rem}}@media (width<=480px){.contact-title{font-size:2.5rem}.contact-info-section,.contact-form-section{padding:1.5rem}.contact-section-heading,.contact-form-heading{font-size:1.75rem}.contact-detail-item{flex-direction:column;align-items:flex-start;gap:1rem}}.appointment-page{color:#fff;background-color:#06080d;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.appointment-page:before,.appointment-page:after{content:"";filter:blur(150px);z-index:0;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute}.appointment-page:before{background:#253b9940;top:-10%;left:-10%}.appointment-page:after{background:#0ebaff26;bottom:-10%;left:-5%}.appointment-header-container{z-index:10;padding:1rem 5%;position:relative}.appointment-main{z-index:5;flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;padding:4rem 5%;display:flex;position:relative}@media (width>=1024px){.appointment-main{flex-direction:row;align-items:flex-start}}.appointment-left{flex-direction:column;flex:1;gap:3rem;padding-right:2rem;display:flex}.appointment-subtitle{color:#8b92a5;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:flex}.dot{background-color:#00d2ff;border-radius:50%;width:8px;height:8px;display:inline-block}.appointment-title{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3.5rem;line-height:1.2}.highlight-blue{color:#00d2ff}.appointment-desc{color:#a0a7b5;font-size:1.1rem;line-height:1.6}.title-divider{background:linear-gradient(90deg,#00d2ff,#0000);width:80px;height:2px;margin-top:2rem}.appointment-features{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.feature-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem 1.5rem;transition:transform .3s,border-color .3s}.feature-card:hover{border-color:#00d2ff4d;transform:translateY(-5px)}.feature-icon{color:#00d2ff;background:#0088ff1a;border:1px solid #08f3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.feature-card p{color:#8b92a5;font-size:.9rem;line-height:1.5}.direct-contact-card{background:#14182266;border:1px solid #00d2ff33;border-radius:16px;padding:2rem;position:relative;overflow:hidden}.direct-contact-card:before{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:0;box-shadow:inset 0 0 20px #00d2ff0d}.direct-contact-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-main-icon{color:#08f;background:#0088ff26;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.direct-contact-header h3{margin-bottom:.5rem;font-size:1.2rem}.direct-contact-header p{color:#8b92a5;font-size:.95rem}.direct-contact-details{flex-wrap:wrap;gap:3rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-icon{color:#00d2ff;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;display:flex}.contact-item h4{color:#8b92a5;margin-bottom:.3rem;font-size:.85rem}.contact-item a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#00d2ff}.appointment-right{flex:1;width:100%}.booking-panel{background:#0d1017;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0006}.panel-section{margin-bottom:3rem}.panel-section:last-child{margin-bottom:0}.section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.section-header h2{font-size:1.3rem;font-weight:600}.header-icon{color:#8b92a5;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.datetime-selection{flex-direction:column;gap:2rem;display:flex}@media (width>=640px){.datetime-selection{flex-direction:row}}.calendar-widget{flex:1.5}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:500;display:flex}.nav-btn{color:#00d2ff;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1rem;transition:color .2s}.nav-btn:hover{color:#fff}.calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.weekday{color:#8b92a5;margin-bottom:.5rem;font-size:.75rem}.date-cell{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:auto;font-size:.9rem;transition:all .2s;display:flex}.date-cell:not(.disabled):not(.active):hover{background:#ffffff1a}.date-cell.disabled{color:#4a4f5c;cursor:not-allowed}.date-cell.active{color:#fff;background:#1b6dfa;box-shadow:0 4px 10px #1b6dfa66}.time-widget{border-left:none;flex:1;padding-left:0}@media (width>=640px){.time-widget{border-left:1px solid #ffffff14;padding-left:2rem}}.time-widget h3{color:#fff;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.time-picker-container{flex-direction:column;width:100%;display:flex}.custom-time-picker{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0003;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1.1rem;transition:border-color .3s}.custom-time-picker:focus{border-color:#08f;outline:none}.booking-form,.form-row{flex-direction:column;gap:1.5rem;display:flex}@media (width>=640px){.form-row{flex-direction:row}}.form-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.form-group.full-width{width:100%}.form-group label{color:#e2e4eb;font-size:.85rem}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:8px;padding:.9rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#08f;outline:none}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238b92a5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.form-group input::placeholder,.form-group textarea::placeholder{color:#5d6375}.book-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#08f,#8b5cf6);border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:1rem;padding:1.2rem;font-size:1rem;font-weight:600;transition:opacity .3s,transform .2s;display:flex}.book-btn:hover{opacity:.9;transform:translateY(-2px)}.form-footer{color:#8b92a5;justify-content:center;align-items:center;margin-top:.5rem;font-size:.8rem;display:flex}:root{--dash-bg:#0b0e14;--dash-sidebar:#13161f;--dash-card:#13161f;--dash-border:#1e2433;--dash-text:#f3f4f6;--dash-text-muted:#9ca3af;--dash-accent:#3b82f6;--dash-accent-hover:#2563eb;--color-green:#10b981;--color-green-bg:#10b9811a;--color-blue:#3b82f6;--color-blue-bg:#3b82f61a;--color-purple:#8b5cf6;--color-purple-bg:#8b5cf61a;--color-pending:#f59e0b;--color-cancelled:#ef4444}.dashboard-layout{background-color:var(--dash-bg);min-height:100vh;color:var(--dash-text);font-family:var(--sans,"Inter", sans-serif);display:flex}.sidebar{background-color:var(--dash-sidebar);border-right:1px solid var(--dash-border);flex-direction:column;flex-shrink:0;width:260px;padding:1.5rem 0;display:flex}.sidebar-header{border-bottom:1px solid var(--dash-border);margin-bottom:1.5rem;padding:0 1.5rem 2rem}.sidebar-header h2{font-family:var(--serif,"Georgia", serif);color:#fff;letter-spacing:.5px;margin:0;font-size:1.5rem}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:0 1rem;display:flex}.nav-item{color:var(--dash-text-muted);border-radius:8px;align-items:center;gap:1rem;padding:.875rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--dash-text);background-color:#ffffff08}.nav-item.active{background-color:var(--color-blue-bg);color:var(--dash-accent);position:relative}.nav-item.active:before{content:"";background-color:var(--dash-accent);border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.sidebar-user{border-top:1px solid var(--dash-border);align-items:center;gap:1rem;margin:auto 1rem 0;padding:1rem;display:flex}.user-avatar{width:36px;height:36px;color:var(--dash-text-muted);background-color:#2a2e39;border-radius:50%;justify-content:center;align-items:center;display:flex}.user-info p{margin:0}.user-name{color:var(--dash-text);font-size:.9rem;font-weight:600}.user-role{color:var(--dash-text-muted);font-size:.75rem}.dashboard-main{flex:1;padding:2.5rem;overflow-y:auto}.dashboard-header{margin-bottom:2.5rem}.greeting-sub{color:var(--dash-text-muted);margin-bottom:.25rem;font-size:.95rem}.greeting-main{font-family:var(--serif,"Georgia", serif);color:#fff;margin:0 0 .5rem;font-size:2.5rem}.greeting-desc{color:var(--dash-text-muted);margin:0;font-size:.95rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background-color:var(--dash-card);border:1px solid var(--dash-border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.stat-icon-wrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon-wrapper.blue{background-color:var(--color-blue-bg);color:var(--color-blue)}.stat-icon-wrapper.green{background-color:var(--color-green-bg);color:var(--color-green)}.stat-icon-wrapper.purple{background-color:var(--color-purple-bg);color:var(--color-purple)}.stat-info{z-index:2;flex:1}.stat-label{color:var(--dash-text-muted);margin:0 0 .5rem;font-size:.85rem}.stat-value{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:600}.stat-trend{align-items:center;gap:.25rem;margin:0;font-size:.8rem;display:flex}.stat-trend.positive{color:var(--color-green)}.stat-trend span{color:var(--dash-text-muted)}.stat-chart{opacity:.8;width:80px;height:40px;position:absolute;bottom:1.5rem;right:1.5rem}.blue-chart{color:var(--color-blue)}.green-chart{color:var(--color-green)}.purple-chart{color:var(--color-purple)}.lists-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.list-card{background-color:var(--dash-card);border:1px solid var(--dash-border);border-radius:12px;flex-direction:column;display:flex}.list-card.full-width{grid-column:1/-1}.list-header{border-bottom:1px solid var(--dash-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.list-header h3{color:#fff;margin:0;font-size:1.05rem;font-weight:500}.view-all-btn{border:1px solid var(--dash-border);color:var(--dash-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;transition:all .2s}.view-all-btn:hover{background-color:#ffffff0d}.list-content{flex-direction:column;padding:1rem 0;display:flex}.list-item{align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.item-avatar,.item-img-placeholder{width:36px;height:36px;color:var(--dash-text-muted);background-color:#2a2e39;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.bg-purple{background-color:var(--color-purple-bg);color:var(--color-purple)}.bg-blue{background-color:var(--color-blue-bg);color:var(--color-blue)}.bg-green{background-color:var(--color-green-bg);color:var(--color-green)}.article-item .item-img-placeholder{background-color:#1e2433;border-radius:6px;width:48px;height:36px}.item-info{flex:1;min-width:0}.item-info h4{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.9rem;overflow:hidden}.item-info p{color:var(--dash-text-muted);margin:0;font-size:.8rem}.status-badge{border:1px solid #0000;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.status-badge.confirmed{color:var(--color-green);border-color:#10b9814d}.status-badge.pending{color:var(--color-pending);border-color:#f59e0b4d}.status-badge.cancelled{color:var(--color-cancelled);border-color:#ef44444d}.item-date{color:var(--dash-text-muted);font-size:.75rem}.list-footer{border-top:1px solid var(--dash-border);margin-top:auto;padding:1rem 1.5rem}.view-all-link{color:var(--dash-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.85rem;transition:opacity .2s;display:flex}.view-all-link:hover{opacity:.8}.settings-content{justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;display:flex}.settings-info h4{margin:0 0 .5rem;font-size:1rem}.settings-info p{color:var(--dash-text-muted);margin:0;font-size:.9rem}.image-upload-area{align-items:center;gap:1.5rem;display:flex}.file-input{display:none}.file-label{background-color:var(--dash-border);color:var(--dash-text);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:background-color .2s}.file-label:hover{background-color:#2a3140}.image-preview-mini{border:1px solid var(--dash-border);border-radius:8px;width:60px;height:60px;overflow:hidden}.image-preview-mini img{object-fit:cover;width:100%;height:100%}.action-buttons{gap:.75rem;display:flex}.save-btn{background-color:var(--dash-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.save-btn:hover{background-color:var(--dash-accent-hover)}.reset-btn{color:var(--dash-text);border:1px solid var(--dash-border);cursor:pointer;background-color:#0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.reset-btn:hover{background-color:#ffffff0d}.success-message{color:var(--color-green);margin:0 1.5rem 1.5rem;font-size:.85rem}@media (width<=1200px){.stats-grid,.lists-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.dashboard-layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--dash-border);width:100%;height:auto}.settings-content{flex-direction:column;align-items:flex-start}}@media (width<=768px){.stats-grid,.lists-grid{grid-template-columns:1fr}.dashboard-main{padding:1.5rem}}.login-container{min-height:100vh;font-family:var(--sans);background-color:#050608;justify-content:center;align-items:center;display:flex}.login-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 40px #00000080}.login-icon{color:#00e5ff;margin-bottom:1.5rem}.login-title{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:600}.login-subtitle{color:#888;margin-bottom:2rem;font-size:.9rem}.login-form{flex-direction:column;gap:1.2rem;display:flex}.login-input-group{text-align:left;flex-direction:column;display:flex}.login-label{color:#aaa;margin-bottom:.5rem;font-size:.85rem}.login-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}.login-input:focus{border-color:#00e5ff;outline:none}.login-btn{color:#000;cursor:pointer;background:#00e5ff;border:none;border-radius:8px;margin-top:1rem;padding:.8rem;font-size:1rem;font-weight:600;transition:all .3s}.login-btn:hover{background:#00b8cc}.login-error{color:#ff4d4f;background:#ff4d4f1a;border-radius:4px;margin-top:1rem;padding:.5rem;font-size:.85rem}
