@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700;900&display=swap";:root{--nav-height: 80px}body{margin:0;font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);cursor:none;overflow-x:hidden}a{cursor:none;text-decoration:none;color:inherit}.custom-cursor{width:40px;height:40px;background:#ffffff0d;border:2px solid rgba(255,255,255,.3);border-radius:50%;position:fixed;pointer-events:none;transform:translate(-50%,-50%);z-index:10000;transition:width .3s ease,height .3s ease,background .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.custom-cursor.active{width:60px;height:60px;background:#1a73e81a;border-color:var(--google-blue)}.custom-cursor.clicked{width:25px;height:25px;transform:translate(-50%,-50%) scale(.8);background:var(--google-blue);border-color:var(--google-blue)}.custom-cursor.fade-out{opacity:0;transform:translate(-50%,-50%) scale(0);transition:all .3s ease}.app{display:flex;flex-direction:column;min-height:100vh}.scroll-container{height:100vh;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory}.section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;scroll-snap-align:start;position:relative;padding:80px 40px}@media (max-width: 768px){.section{min-height:100vh;padding:105px 10px;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto}}.content{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;z-index:10}@media (max-width: 768px){.content{padding:0}}.home{background-color:var(--bg-primary);display:flex;flex-direction:column;align-items:center;text-align:center}.home .content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.Profession-name{font-size:clamp(3rem,10vw,7.5rem);font-weight:500;line-height:1.1;letter-spacing:-.04em;margin-bottom:2rem;color:var(--text-primary);display:block;text-align:center}.gradient-text{background:linear-gradient(135deg,var(--google-blue),var(--google-red),var(--google-yellow),var(--google-green));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.header-aniket{color:var(--text-primary);opacity:1;font-weight:500;font-size:2rem;margin-bottom:.5rem}.google-dots-hero{display:flex;gap:15px;margin-top:3rem;justify-content:center}.dot{width:16px;height:16px;border-radius:50%;animation:bounce 2s infinite ease-in-out}.dot-blue{background:var(--google-blue);animation-delay:0s}.dot-red{background:var(--google-red);animation-delay:.2s}.dot-yellow{background:var(--google-yellow);animation-delay:.4s}.dot-green{background:var(--google-green);animation-delay:.6s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home .footer-info{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:4rem;justify-content:center;width:100%}@media (max-width: 600px){.home .footer-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 10px}.footer-btn{width:100%;margin:0;justify-content:center}}.footer-btn{display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:100px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;transition:var(--transition-smooth);font-weight:500;font-size:.95rem;color:var(--text-secondary)}.footer-btn:hover{background:var(--bg-secondary);border-color:#ffffff4d;color:var(--text-primary);transform:translateY(-2px)}.footer-btn a{color:inherit}.portfolio{background:var(--bg-primary)}.about{background:var(--bg-secondary)}.contactsection{background:var(--bg-primary)}.hero-accent-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60vw;height:60vw;background:radial-gradient(circle,rgba(26,115,232,.15) 0%,transparent 70%);pointer-events:none;z-index:1}@media (max-width: 768px){.header-aniket{font-size:1.4rem}.dot{width:12px;height:12px}.google-dots-hero{margin-top:2rem}}.io-star-container{margin-bottom:2rem;display:flex;justify-content:center;position:relative;width:100%}.io-star{width:140px;height:140px;animation:rotateStar 20s linear infinite;filter:drop-shadow(0 0 30px rgba(26,115,232,.4))}@keyframes rotateStar{0%{transform:rotate(0) scale(1)}33%{transform:rotate(120deg) scale(1.1);filter:drop-shadow(0 0 30px rgba(234,67,53,.4))}66%{transform:rotate(240deg) scale(.95);filter:drop-shadow(0 0 30px rgba(52,168,83,.4))}to{transform:rotate(360deg) scale(1)}}.header-container{position:fixed;top:20px;left:5%;right:5%;margin:0 auto;width:90%;max-width:1300px;height:70px;background:#111111bf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:100px;border:1.5px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;padding:0 16px 0 28px;z-index:2000;transition:all .4s ease}.logo-io{font-weight:900;font-size:1.6rem;letter-spacing:-.01em;cursor:none;background:linear-gradient(45deg,var(--google-blue),var(--google-red),var(--google-yellow),var(--google-green));background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 6s ease-in-out infinite}.navbar-io{display:flex;gap:36px;position:absolute;left:50%;transform:translate(-50%);transition:all .5s cubic-bezier(.165,.84,.44,1)}.navbar-io a{font-size:.95rem;font-weight:500;color:#ffffffa6;text-decoration:none;transition:all .3s ease;letter-spacing:.01em}.navbar-io a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.header-actions{display:flex;align-items:center;gap:12px}.header-cta{background:#fff;color:#000;border:none;padding:12px 28px;border-radius:100px;font-size:.9rem;font-weight:600;cursor:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.header-cta:hover{transform:scale(1.05);box-shadow:0 8px 30px #ffffff40}.mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:1.4rem;cursor:none;padding:8px;z-index:2100}@media (max-width: 950px){.header-container{height:54px;top:10px;padding:0 16px}.navbar-io{display:none}.mobile-toggle{display:block}.navbar-io.nav-active{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);gap:1.8rem;transform:none;z-index:2050}.navbar-io.nav-active a{font-size:1.8rem;font-weight:700;color:#fff}.header-cta{display:none}}@media (max-width: 480px){.header-container{width:92%;left:4%;right:4%}.logo-io{font-size:1.3rem}}.slider-container{height:clamp(3.5rem,11vw,8.5rem);overflow:hidden;display:inline-flex;vertical-align:bottom}.word-slider{text-align:center;margin:0;padding:0;list-style:none;position:relative}.word-slider li{text-align:center;height:clamp(3.5rem,11vw,8.5rem);display:flex;align-items:center;justify-content:center;white-space:nowrap;background:linear-gradient(90deg,#fff,#9aa0a6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.projects-container-v2{width:100%;padding:80px 0}@media (max-width: 768px){.projects-container-v2{padding-top:0!important}}.section-header-io{margin-bottom:60px;text-align:left}.section-subtitle{font-size:.9rem;font-weight:600;color:var(--google-blue);letter-spacing:.15em;display:block;margin-bottom:12px}.section-title{font-size:4rem;font-weight:500;letter-spacing:-.04em;margin:0;color:#fff}.section-line{width:120px;height:4px;background:linear-gradient(90deg,var(--google-blue),var(--google-red),var(--google-yellow),var(--google-green));background-size:300% 100%;animation:gradientShift 15s linear infinite;border-radius:10px;margin-top:24px}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(450px,auto);gap:40px}.project-item-v2{display:block;cursor:none;border-radius:40px;text-decoration:none;transition:var(--transition-smooth);min-height:450px}@media (max-width: 1100px){.bento-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width: 768px){.projects-container-v2{padding:20px 12px}.section-header-io{margin-bottom:16px}.section-title{font-size:1.6rem;text-align:left}.bento-grid{grid-template-columns:repeat(1,1fr)!important;gap:10px;grid-auto-rows:auto}.project-item-v2{aspect-ratio:1 / 1.25;min-height:auto;border-radius:16px}}.project-card-v2{width:100%;height:100%;position:relative;border-radius:40px;overflow:hidden;background:#0d0d0d;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.04)}.project-card-v2.hovered{transform:translateY(-8px) scale(1.01);border-color:#4285f466;box-shadow:0 40px 100px #000c,0 0 0 1px #4285f44d}.card-media-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.card-video,.card-image{width:100%;height:100%;object-fit:cover;opacity:.25;transition:all .6s ease;filter:grayscale(.5) contrast(1.1)}.project-card-v2.hovered .card-video,.project-card-v2.hovered .card-image{opacity:1;filter:grayscale(0) contrast(1);transform:scale(1.05)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.85) 75%,#000 100%);z-index:2}.card-content-v2{position:relative;z-index:3;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%;pointer-events:none;transition:transform .4s ease}.card-top{position:absolute;top:2.5rem;left:2.5rem;right:2.5rem;display:flex;justify-content:space-between;align-items:center}.project-id{font-size:.8rem;font-weight:700;letter-spacing:.15em;color:var(--google-blue);background:#4285f41a;padding:4px 12px;border-radius:100px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tech-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tech-pill{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:#fffc;font-size:.75rem;padding:4px 14px;border-radius:100px}.project-title{font-size:2.5rem;font-weight:500;line-height:1.1;letter-spacing:-.03em;margin:0;color:#fff;transition:transform .4s ease}.project-card-v2.hovered .project-title{transform:translateY(-10px)}.view-project-link{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;color:#fff;margin-top:1.5rem;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.165,.84,.44,1)}.project-card-v2.hovered .view-project-link{opacity:1;transform:translateY(0)}@media (max-width: 1100px){.project-title{font-size:1.8rem}.card-content-v2{padding:2rem}}@media (max-width: 768px){.project-card-v2{border-radius:16px}.project-title{font-size:1rem}.card-content-v2{padding:.8rem}.card-top{top:.8rem;left:.8rem;right:.8rem}.card-video,.card-image{opacity:1!important;filter:grayscale(0) contrast(1.1)!important}.view-project-link{opacity:1!important;transform:translateY(0)!important;margin-top:.5rem;font-size:.7rem;gap:4px}.project-id{font-size:.55rem;padding:2px 8px}.tech-pills{display:none}}@media (max-width: 480px){.card-content-v2{padding:.6rem}.card-top{top:.6rem;left:.6rem;right:.6rem}.project-title{font-size:.85rem}}.about-container-v2{width:100%;padding:40px 0;position:relative;overflow:hidden}.about-header-section{margin-bottom:40px}.io-subtitle{font-size:.95rem;font-weight:600;color:var(--google-blue);letter-spacing:.18em;display:block;margin-bottom:1.5rem}.io-title{font-size:5rem;font-weight:500;line-height:1.05;letter-spacing:-.05em;margin-bottom:2.5rem;color:#fff}.about-intro-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:44px;padding:40px}.io-description{font-size:1.3rem;color:var(--text-secondary);line-height:1.6;font-weight:300}.about-content-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:24px}.about-left-column{display:flex;flex-direction:column;gap:24px}@media (max-width: 1100px){.about-content-grid{grid-template-columns:1fr}}.about-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:44px;padding:60px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .5s cubic-bezier(.16,1,.3,1)}.about-card h3{font-size:2.2rem;font-weight:500;margin-bottom:1.8rem;letter-spacing:-.02em}.about-card p{font-size:1.15rem;color:var(--text-secondary);line-height:1.7}.academic-grid{display:flex;flex-direction:column;gap:32px;margin-top:1rem}.academic-item{display:flex;flex-direction:column;gap:6px}.degree{font-size:1.3rem;font-weight:600;color:#fff}.institution{font-size:1rem;color:var(--google-blue);font-weight:600}.gpa-pill{background:#34a8531a;color:#4ade80;padding:6px 16px;border-radius:100px;font-size:.85rem;font-weight:700;width:fit-content;margin-top:12px;border:1px solid rgba(74,222,128,.2)}.skills-bento{background:#ffffff05;border-radius:40px;padding:20px;border:1px solid rgba(255,255,255,.05);display:grid;grid-template-columns:repeat(2,1fr);gap:48px}@media (max-width: 1024px){.skills-bento{padding:40px;gap:32px}}@media (max-width: 768px){.skills-bento{grid-template-columns:repeat(2,1fr)!important;grid-column:span 1;padding:16px!important;gap:16px!important;border-radius:20px}.skill-group h4{font-size:.7rem;margin-bottom:.8rem}.about-intro-card{border-radius:10px;padding:20px}}.skill-group{flex:1;min-width:250px}.skill-group h4{font-size:.75rem;font-weight:700;color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.skill-icons-row{display:flex;flex-wrap:wrap;gap:8px}.skill-item-io{display:flex;align-items:center;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:6px 14px;border-radius:100px;font-size:.8rem;font-weight:500;color:var(--text-secondary);transition:all .3s ease}.skill-item-io:hover{background:#fff;color:#000;transform:scale(1.05)}.s-icon{font-size:1.2rem;color:var(--accent);display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.skill-item-io{padding:6px 12px;font-size:.7rem;gap:6px}.s-icon{font-size:1rem}.about-intro-card{border-radius:10px;padding:20px}}@media (max-width: 1100px){.io-title{font-size:4rem}.io-description{font-size:1.4rem}.about-content-grid{grid-template-columns:1fr}.skills-bento{grid-column:span 1;flex-direction:column;gap:50px;padding:50px}.about-intro-card{border-radius:10px;padding:20px}}@media (max-width: 768px){.about-header-section{margin-bottom:24px}.io-subtitle{margin-bottom:.5rem}.io-title{font-size:1.8rem;margin-bottom:1rem}.io-description{font-size:1rem}.about-card{padding:16px 14px;border-radius:20px}.about-card h3{font-size:1.3rem;margin-bottom:.8rem}.degree{font-size:.95rem}.academic-grid{gap:16px}.about-intro-card{border-radius:10px;padding:20px}}@media (max-width: 480px){.about-container-v2{padding:0 16px 20px}.io-title{font-size:2rem}.skill-group{min-width:100%}.about-intro-card{border-radius:10px;padding:20px}}.project-detail-layout{min-height:100vh;background:#050505;color:#fff;font-family:var(--font-main);padding:80px 24px 40px;position:relative;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.detail-bg-accent{position:fixed;width:800px;height:800px;filter:blur(180px);opacity:.1;pointer-events:none;z-index:0;border-radius:50%}.detail-bg-accent.red{top:-300px;right:-200px;background:radial-gradient(circle,var(--google-red),transparent);animation:pulseRed 15s infinite alternate ease-in-out}.detail-bg-accent.blue{bottom:-300px;left:-200px;background:radial-gradient(circle,var(--google-blue),transparent);animation:pulseBlue 15s infinite alternate-reverse ease-in-out}@keyframes pulseRed{0%{transform:scale(1) translate(0);opacity:.08}to{transform:scale(1.2) translate(-50px,50px);opacity:.12}}@keyframes pulseBlue{0%{transform:scale(1) translate(0);opacity:.08}to{transform:scale(1.2) translate(50px,-50px);opacity:.12}}.detail-nav{width:100%;max-width:1200px;margin:0 auto 4rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:24px;z-index:100;padding:12px 24px;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:100px}.back-link-io{display:flex;align-items:center;gap:10px;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:var(--transition-smooth);padding:8px 16px;border-radius:100px}.back-link-io:hover{color:#fff;background:#ffffff0d;transform:translate(-5px)}.nav-project-id{font-size:.7rem;color:var(--google-blue);letter-spacing:.4em;font-weight:800;opacity:.8}.detail-grid{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:80px;position:relative;z-index:1}.detail-title-wrapper{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.project-logo-container{display:flex;align-items:center;justify-content:center;padding:12px;background:#ffffff08;border:1px solid rgba(255,255,254,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-logo-container img{width:100px;height:100px;border-radius:10%}.project-logo-detail{max-width:80px;max-height:80px;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0,0,0,.5));transition:transform .4s ease}.project-logo-container:hover .project-logo-detail{transform:scale(1.05)}.detail-hero-section{text-align:left}.detail-title{font-size:clamp(3rem,7vw,6rem);font-weight:800;letter-spacing:-.04em;margin-bottom:0;line-height:1;background:linear-gradient(to bottom,#fff 40%,#fff6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.detail-title-line{width:80px;height:4px;background:linear-gradient(90deg,var(--google-blue),var(--google-red),var(--google-yellow),var(--google-green));background-size:200% 100%;animation:gradientShift 5s linear infinite;border-radius:10px;margin-bottom:2.5rem}.detail-summary{font-size:var(--fs-xl);color:var(--text-secondary);max-width:800px;line-height:1.5;font-weight:300;margin-bottom:2rem}.detail-meta-pills{display:flex;flex-wrap:wrap;gap:12px}.meta-pill{padding:6px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;font-size:.8rem;color:var(--text-secondary);font-weight:500}.detail-gallery-section{width:100%}.gallery-main{column-count:2;column-gap:24px;width:100%}.gallery-item{break-inside:avoid;margin-bottom:24px;background:radial-gradient(100% 100% at 50% 0%,#ffffff0d,#fff0),#0a0a0a;border-radius:20px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 15px 35px #0006;transition:all .4s ease;display:flex;flex-direction:column}.gallery-item:hover{transform:translateY(-5px);border-color:#ffffff26}.gallery-item img,.gallery-item video{width:100%;height:auto;object-fit:contain;display:block}.detail-content-section{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:start}.content-card{background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);border-radius:32px;padding:48px;display:flex;flex-direction:column}.content-card h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.25em;color:var(--google-blue);margin-bottom:2rem;font-weight:700}.about-project p{font-size:var(--fs-lg);line-height:1.8;color:var(--text-secondary);font-weight:300}.content-sidebar{display:flex;flex-direction:column;gap:40px}.tech-tags-io{display:flex;flex-wrap:wrap;gap:12px}.tech-tag-io{padding:8px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;font-size:.85rem;color:var(--text-secondary);transition:var(--transition-smooth)}.tech-tag-io:hover{background:#ffffff14;color:#fff}.repo-card p{margin-bottom:2rem;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.github-btn-io{align-self:flex-start;display:flex;align-items:center;gap:12px;padding:14px 28px;background:#fff;color:#000;text-decoration:none;border-radius:100px;font-weight:600;font-size:.9rem;transition:var(--transition-smooth)}.github-btn-io:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fff3}.detail-footer{width:100%;max-width:1200px;margin:8rem auto 0;padding-top:3rem;position:relative;text-align:center}.footer-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin-bottom:2rem}.detail-footer p{color:var(--text-secondary);font-size:.85rem;letter-spacing:.05em;opacity:.6}.project-detail-container.loading-state,.project-detail-container.error-state{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.google-dots-hero{display:flex;gap:12px}.dot{width:12px;height:12px;border-radius:50%;animation:dotPulse 1.2s infinite ease-in-out}.dot-blue{background:var(--google-blue);animation-delay:-.3s}.dot-red{background:var(--google-red);animation-delay:-.2s}.dot-yellow{background:var(--google-yellow);animation-delay:-.1s}.dot-green{background:var(--google-green)}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.5);opacity:1}}.error-state h2{font-size:2.5rem;margin-bottom:1rem}.gradient-text{background:linear-gradient(90deg,var(--google-blue),var(--google-red));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.detail-content-section{grid-template-columns:1fr}.content-card{padding:40px}}@media (max-width: 768px){.project-detail-layout{padding:40px 20px}.detail-nav{top:16px;padding:10px 20px}.detail-grid{gap:60px}.detail-summary{font-size:1.2rem}.gallery-main{column-count:1;column-gap:20px}.gallery-item{border-radius:20px}.content-card{padding:32px 24px;border-radius:24px}}@media (max-width: 480px){.detail-title{font-size:3rem}.detail-nav{margin-bottom:3rem}.nav-project-id{display:none}}.experience-io-container{width:100%;padding:80px 0;position:relative;overflow:hidden}.exp-bg-glow{position:absolute;width:600px;height:600px;filter:blur(150px);opacity:.03;pointer-events:none;z-index:0}.exp-bg-glow.blue{top:-100px;right:-100px;background:var(--google-blue)}.exp-bg-glow.red{bottom:-100px;left:-100px;background:var(--google-red)}.experience-header-io{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:80px;position:relative;z-index:10}.resume-btn-io{display:flex;align-items:center;gap:12px;background:#fff;color:#000;padding:14px 28px;border-radius:100px;text-decoration:none;font-weight:600;font-size:.9rem;transition:var(--transition-smooth);box-shadow:0 10px 40px #ffffff1a}.resume-btn-io:hover{transform:translateY(-5px);box-shadow:0 15px 50px #fff3}.experience-grid{display:flex;flex-direction:column;gap:40px;position:relative;z-index:10}.experience-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:40px;padding:50px;position:relative;overflow:hidden;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.experience-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-10px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.company-info{display:flex;align-items:center;gap:24px}.company-logo{width:64px;height:64px;background:#ffffff0d;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--google-blue);border:1px solid rgba(255,255,255,.05)}.company-info h3{font-size:2rem;font-weight:700;margin-bottom:8px;letter-spacing:-.02em}.company-name{font-size:1rem;color:var(--text-secondary);display:flex;align-items:center;gap:8px}.unit-tag{color:var(--google-blue);font-weight:600}.date-location{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.exp-date{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:4px}.exp-loc{font-size:.85rem;color:var(--text-secondary)}.card-body{padding-left:0}.description-list{list-style:none;margin-top:10px}.description-list li{font-size:var(--fs-base);line-height:1.7;color:var(--text-secondary);margin-bottom:1.2rem;position:relative;padding-left:20px}.description-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--google-blue);border-radius:50%}.tech-pills{display:flex;flex-wrap:wrap;gap:12px}.tech-pill{padding:8px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:.85rem;color:var(--text-primary);font-weight:500}.card-footer-accent{position:absolute;bottom:0;left:0;right:0;height:4px;opacity:.8}@media (max-width: 1024px){.card-header{flex-direction:column;gap:24px}.date-location{align-items:flex-start;text-align:left}.card-body{padding-left:0}}@media (max-width: 768px){.experience-header-io{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:32px}.experience-io-container{padding:0}.section-title{font-size:1.8rem!important}.company-info{gap:12px}.company-logo{width:36px;height:36px;font-size:.9rem;border-radius:10px}.company-info h3{font-size:1.15rem;margin-bottom:0}.company-name{font-size:.85rem}.experience-card{padding:20px 16px;border-radius:20px}.card-header{margin-bottom:20px;gap:12px}.exp-date{font-size:.85rem}.description-list{margin-bottom:24px}.description-list li{font-size:.85rem;padding-left:14px;margin-bottom:.8rem}.tech-pill{padding:6px 12px;font-size:.7rem}.resume-btn-io{padding:10px 20px;font-size:.8rem}}.gaming-section{padding:120px 24px;max-width:1400px;margin:0 auto}@media (max-width: 768px){.gaming-section{padding-top:0!important}}.gaming-flex-container{display:flex;gap:60px;margin-top:80px;align-items:flex-start}.gaming-flex-item{flex:1}.game-intro{max-width:500px;margin-bottom:40px}.game-intro h3{font-size:2.2rem;font-weight:500;letter-spacing:-.02em;margin-bottom:20px}.game-intro p{font-size:1.15rem;color:var(--text-secondary);line-height:1.6}.games-list-container{padding-top:20px}.games-list-container h3{font-size:2.2rem;font-weight:500;margin-bottom:40px}.small-games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.small-game-tile{display:block;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:24px;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1)}.small-game-tile:hover{background:#ffffff0f;transform:translateY(-8px);border-color:var(--google-blue)}.small-game-tile h4{font-size:1.25rem;color:#fff;margin-bottom:8px}.small-game-tile p{font-size:.95rem;color:var(--text-secondary)}.tile-media img{border-radius:20px}@media (max-width: 1100px){.gaming-flex-container{flex-direction:column;gap:60px;margin-top:40px}.gaming-flex-item{width:100%}}@media (max-width: 768px){.gaming-section{padding:0}.gaming-flex-container{margin-top:20px;gap:40px}.game-intro h3,.games-list-container h3{font-size:1.6rem;margin-bottom:12px}.game-intro p{font-size:1rem}.small-games-grid{grid-template-columns:repeat(2,1fr);gap:12px}.small-game-tile{padding:12px;border-radius:16px}.small-game-tile h4{font-size:.95rem}.tile-media{aspect-ratio:16 / 9;margin-bottom:8px;border-radius:20px;overflow:hidden}.tile-media img{width:100%;height:100%;object-fit:cover;border-radius:20px}.game-tech-tags{display:none}}@media (max-width: 480px){.gb-case{transform:scale(.6)!important;margin:-100px auto!important}.mini-game-container{min-height:380px;display:flex;flex-direction:column;justify-content:center;align-items:center}.game-intro{text-align:center;margin-bottom:20px}}.grep-business-section{position:relative;width:100%;min-height:100vh;background:#080808;color:#fff;padding:80px 40px;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.grep-featured-header{max-width:1400px;margin:0 auto 24;padding:0 40px}@media (max-width: 768px){.grep-business-section{padding:95px 16px 20px!important;min-height:100vh;justify-content:flex-start}.grep-featured-header{padding:0;margin-bottom:32px}}.grep-bg-layer{position:absolute;top:50%;left:50%;width:80%;height:80%;background:radial-gradient(circle at 50% 50%,rgba(66,133,244,.08) 0%,transparent 60%);transform:translate(-50%,-50%);z-index:0}.grep-content-wrapper{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0;display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.grep-badge{color:var(--google-blue);font-size:.95rem;font-weight:700;letter-spacing:.4em;margin-bottom:24px;text-transform:uppercase;display:inline-block}.grep-brand-title{font-size:8rem;font-weight:800;letter-spacing:-.05em;margin-bottom:32px;line-height:1;font-family:Playfair Display,serif}.grep-tagline{font-size:var(--fs-xl);color:var(--text-secondary);font-weight:300;margin-bottom:48px;max-width:600px}.grep-main-description{font-size:var(--fs-base);color:var(--text-secondary);line-height:1.7;margin-bottom:60px;max-width:700px;font-weight:400}.grep-main-description b{color:#fff}.grep-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:24px;border-radius:20px;display:flex;flex-direction:column;gap:8px;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:#4285f44d}.s-icon{font-size:1.6rem;margin-bottom:8px}.s-icon.purple{color:#a855f7}.s-icon.blue{color:#3b82f6}.s-icon.green{color:#22c55e}.stat-val{font-size:2.2rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.grep-actions{display:flex;gap:24px}.grep-btn-primary{background:#f5f2eb;color:#111;text-decoration:none;padding:18px 40px;border-radius:100px;font-weight:700;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease}.grep-btn-primary:hover{transform:scale(1.05);box-shadow:0 10px 40px #f5f2eb33}.grep-btn-secondary{color:#fff;text-decoration:none;padding:18px 40px;border-radius:100px;font-weight:600;font-size:1rem;border:1.5px solid rgba(255,255,255,.15);transition:.3s ease}.grep-btn-secondary:hover{border-color:#fff;background:#ffffff0d}.grep-visual-side{position:relative;display:flex;justify-content:center;align-items:center}.phone-mockup-v2{width:320px;height:650px;background:#111;border-radius:50px;border:12px solid #222;box-shadow:0 50px 100px #000c,0 0 0 1px #ffffff1a,inset 0 0 40px #00000080;overflow:hidden;position:relative;z-index:5}.screen-inner{width:100%;height:100%;position:relative}.screen-inner img{width:100%;height:100%;object-fit:cover}.feature-floating-cards{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.f-card{position:absolute;background:#ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);padding:16px 24px;border-radius:100px;display:flex;align-items:center;gap:14px;font-size:.9rem;font-weight:600}.f-card.f1{top:15%;left:-50px;animation:floatY 6s ease-in-out infinite;color:#60a5fa}.f-card.f2{bottom:20%;right:-60px;animation:floatY 6s ease-in-out infinite reverse;color:#a78bfa}.grep-tech-strip{margin-top:120px;border-top:1.5px solid rgba(255,255,255,.03);border-bottom:1.5px solid rgba(255,255,255,.03);padding:24px 0;position:relative;overflow:hidden}.tech-marquee{display:flex;gap:50px;white-space:nowrap;color:#ffffff26;font-weight:900;font-size:1.1rem;letter-spacing:.25em;animation:marquee 30s linear infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1200px){.grep-content-wrapper{gap:60px}}@media (max-width: 1024px){.grep-content-wrapper{width:100%;max-width:100%;grid-template-columns:1fr;text-align:left}.grep-main-description,.grep-tagline{margin-left:0;margin-right:0}.grep-actions{justify-content:flex-start;flex-wrap:wrap}.grep-stats-grid{max-width:100%;margin-left:0;margin-right:0}.grep-visual-side{display:none;margin-top:40px}}@media (max-width: 768px){.grep-business-section{padding:30px 16px;min-height:100vh}.grep-brand-title{font-size:2.8rem;margin-bottom:8px}.grep-tagline{font-size:1rem;margin-bottom:16px}.grep-main-description{font-size:.9rem;margin-bottom:24px;line-height:1.5}.grep-stats-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px}.stat-card{padding:12px;border-radius:12px}.stat-val{font-size:1.2rem}.stat-label{font-size:.6rem}.grep-actions{flex-direction:row;gap:8px}.grep-btn-primary,.grep-btn-secondary{padding:12px 20px;font-size:.8rem;flex:1;border-radius:12px;text-align:center}.phone-mockup-v2{display:none;width:160px;height:320px;border-width:6px}.f-card{display:none}.grep-tech-strip{margin-top:40px}}@media (max-width: 480px){.grep-brand-title{font-size:2rem}.grep-tagline{font-size:.9rem}.grep-main-description{font-size:.85rem;margin-bottom:20px}.grep-stats-grid{gap:6px}.stat-card{padding:8px}.stat-val{font-size:1rem}.phone-mockup-v2{display:none;width:120px;height:240px}}.github-heatmap-container{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:40px;padding:60px;margin-top:120px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.gh-heatmap-header{margin-bottom:48px}.gh-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.gh-count{font-size:2.5rem;font-weight:600;color:#fff;letter-spacing:-.04em}.gh-user-subtitle{font-size:1.1rem;color:var(--text-secondary);letter-spacing:.02em}.gh-live-status{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:700;color:#4ade80;text-transform:uppercase;letter-spacing:.1em}.gh-pulse{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:gh-pulse 2s infinite linear}@keyframes gh-pulse{0%{transform:scale(.8);box-shadow:0 0 #4ade8099}70%{transform:scale(1.1);box-shadow:0 0 0 10px #4ade8000}to{transform:scale(.8);box-shadow:0 0 #4ade8000}}.heatmap-scroll-area{width:100%;overflow-x:auto;padding-bottom:24px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.heatmap-wrapper{display:flex;gap:4px;width:max-content}.heatmap-week{display:flex;flex-direction:column;gap:4px}.heatmap-day{width:14px;height:14px;border-radius:2px;background-color:var(--day-color, #161b22);transition:transform .2s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.heatmap-day:hover{transform:scale(1.6);z-index:10;box-shadow:0 0 15px #fff3}.heatmap-day[data-count="0"]{background-color:#161b22}.heatmap-footer{display:flex;justify-content:flex-end;margin-top:32px}.gh-legend-container{display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--text-secondary)}.gh-legend{display:flex;gap:4px}.legend-day{width:12px;height:12px;border-radius:2px}@media (max-width: 768px){.github-heatmap-container{padding:32px 20px;border-radius:24px;margin-top:60px}.gh-count{font-size:1.6rem}.gh-user-subtitle{font-size:.95rem}.heatmap-day{width:10px;height:10px}}.error-state{text-align:center;padding:60px;color:var(--google-red)}.gh-heatmap-sync{padding:60px;text-align:center;color:var(--text-secondary);font-style:italic}.contact-v2-container{width:100%;padding:10px 0;position:relative}.contact-v2-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.contact-badge{display:inline-flex;align-items:center;gap:12px;background:#4ade801a;color:#4ade80;padding:8px 16px;border-radius:100px;font-size:.85rem;font-weight:700;margin-bottom:32px;border:1px solid rgba(74,222,128,.2)}.pulse-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:contact-pulse 2s infinite}.required-star{color:#ff4d4d;margin-left:4px}@keyframes contact-pulse{0%{box-shadow:0 0 #4ade8066}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.contact-v2-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.04em;color:#fff}.contact-v2-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:48px;max-width:500px}.availability-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;margin-bottom:48}.avail-item{display:flex;align-items:center;gap:12px;font-size:1.1rem;color:#fff;font-weight:500;opacity:.8}.avail-item svg{color:var(--google-blue);font-size:1.3rem}.contact-cards{display:flex;flex-direction:column;gap:20px}.c-card{display:flex;align-items:center;gap:20px;padding:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.c-card:hover{background:#ffffff0f;transform:translate(10px)}.c-icon-box{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem}.c-info span{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:4px}.c-info strong{font-size:1.1rem;color:#fff}.contact-form-glass{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:60px;border-radius:40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.contact-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#070a15b3;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.contact-loader{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:var(--google-blue);border-radius:50%;animation:spin 1s linear infinite}.contact-loading-text{color:#fff;font-weight:600;letter-spacing:.5px}.contact-v2-form{display:flex;flex-direction:column;gap:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input-group{display:flex;flex-direction:column;gap:12px}.input-group label{font-size:.95rem;font-weight:600;color:#fff;opacity:.9}.input-group input,.input-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:16px 20px;border-radius:14px;color:#fff;font-size:1rem}.input-group input:focus,.input-group textarea:focus{outline:none;background:#ffffff14;border-color:var(--google-blue)}.contact-submit{margin-top:16px;padding:20px 40px;background:#fff;color:#000;border:none;border-radius:14px;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:16px;cursor:pointer;transition:all .3s ease}.contact-submit:hover{background:var(--google-blue);color:#fff;transform:translateY(-5px)}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.form-feedback{margin-top:16px;padding:16px;border-radius:12px;font-weight:600;text-align:center}.form-feedback.success{background:#4ade801a;color:#4ade80}.form-feedback.error{background:#ef44441a;color:#f87171}@media (max-width: 1024px){.contact-v2-grid{grid-template-columns:1fr;gap:60px}}@media (max-width: 768px){.contact-v2-container{padding:40px 0}.contact-v2-grid{gap:40px}.contact-v2-title{font-size:2.2rem;margin-bottom:16px}.contact-v2-description{font-size:1rem;margin-bottom:32px}.availability-grid{gap:6px;margin-bottom:6px}.avail-item{font-size:.95rem}.contact-form-glass{padding:10px;border-radius:24px}.contact-v2-form{gap:20px}.form-row{grid-template-columns:1fr;gap:20px}.contact-submit{padding:16px;font-size:1rem}}@media (max-width: 480px){.contact-v2-title{font-size:1.8rem}.c-card{padding:16px;gap:12px}.c-icon-box{width:36px;height:36px;font-size:1.1rem}.c-info strong{font-size:.9rem}}.scroll-mouse-container{position:fixed;bottom:50px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1000;pointer-events:none;transition:opacity .8s cubic-bezier(.19,1,.22,1),transform .5s ease}.scroll-mouse-container.hidden{opacity:0;transform:translate(-50%) translateY(20px)}.scroll-mouse-container.visible{opacity:.6;transform:translate(-50%) translateY(0)}.mouse-io{width:28px;height:48px;border:2px solid rgba(255,255,255,.6);border-radius:20px;display:flex;justify-content:center;padding-top:10px;background:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wheel-io{width:4px;height:10px;background:#fff;border-radius:4px;animation:scroll-wheel-io 2s infinite ease-in-out}@keyframes scroll-wheel-io{0%{transform:translateY(0);opacity:0}30%{opacity:1}to{transform:translateY(18px);opacity:0}}.scroll-hint-text{font-size:.65rem;letter-spacing:.35rem;font-weight:700;color:#fff;text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.5);margin-left:.35rem}@media (max-width: 768px){.scroll-mouse-container{display:none!important}}.websites-section-container{padding:4rem 0;width:100%}.section-header{margin-bottom:3rem;text-align:left}.websites-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem;color:var(--text-primary)}.websites-subtitle{font-size:var(--fs-base);color:var(--text-secondary);max-width:600px;line-height:1.6}.websites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}@media (max-width: 768px){.websites-grid{grid-template-columns:1fr;gap:1.5rem}}.showcase-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;cursor:pointer;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.showcase-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--card-accent);opacity:.3;transition:opacity .4s ease}.showcase-card:hover{transform:translateY(-8px);background:#ffffff0f;border-color:#fff3;box-shadow:0 20px 40px #0006,0 0 30px rgba(var(--card-accent),.05)}.showcase-card:hover:before{opacity:1}.showcase-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;position:relative}.showcase-card-icon-wrapper{background:#ffffff0a;padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.showcase-card:hover .showcase-card-icon-wrapper{transform:scale(1.1) rotate(5deg)}.showcase-card-badge{font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);background:#ffffff0d;padding:4px 10px;border-radius:100px}.showcase-card-title{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary);letter-spacing:-.01em}.showcase-card-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.showcase-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.showcase-card-tag{font-size:.75rem;font-weight:500;color:var(--text-secondary);background:#ffffff0a;padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.02)}.showcase-card:hover .showcase-card-tag{border-color:#ffffff0d}.showcase-card-footer{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--card-accent);margin-top:auto}.launch-arrow{transition:transform .3s ease}.showcase-card:hover .launch-arrow{transform:translate(6px)}.gramuse-about-section{padding:6rem 5%;background-color:var(--green-light);border-radius:40px;margin:4rem 2rem}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--green-primary);padding:8px 16px;border-radius:30px;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #1b4d3e0d;margin-bottom:1.5rem}.about-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--green-primary);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}.about-subtitle{font-size:1.1rem;line-height:1.6;color:var(--text-grocery-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.about-image-card{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #1b4d3e1a}.about-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-image-card:hover img{transform:scale(1.05)}.about-features{display:flex;flex-direction:column;gap:2.5rem}.feature-item{display:flex;flex-direction:column;align-items:flex-start}.feature-icon{background:var(--green-primary);color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-item h3{font-size:1.3rem;font-weight:700;color:var(--green-primary);margin-bottom:.5rem}.feature-item p{font-size:1rem;line-height:1.5;color:var(--text-grocery-light)}.farm-partners{text-align:center}.farm-partners h3{font-size:2rem;font-weight:800;color:var(--green-primary);margin-bottom:3rem}.partners-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.partner-card{background:#fff;padding:1rem;border-radius:20px;box-shadow:0 10px 30px #1b4d3e0d;transition:transform .3s ease}.partner-card:hover{transform:translateY(-5px)}.partner-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.partner-card h4{font-size:1.2rem;font-weight:700;color:var(--green-primary);margin-bottom:.25rem}.partner-card span{font-size:.9rem;color:var(--green-accent);font-weight:600}@media (max-width: 900px){.about-grid,.partners-row{grid-template-columns:1fr}.gramuse-about-section{margin:2rem 1rem;padding:4rem 1.5rem}}.gramuse-offers-section{padding:6rem 5%;background-color:var(--bg-grocery)}.offers-container{max-width:1200px;margin:0 auto}.offers-header{text-align:center;margin-bottom:4rem}.offers-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--green-primary);margin-bottom:1rem}.offers-subtitle{font-size:1.1rem;color:var(--text-grocery-light)}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem}.offer-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #1b4d3e0d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.offer-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #1b4d3e1a}.offer-image-wrap{position:relative;height:250px;overflow:hidden}.offer-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.offer-card:hover .offer-image-wrap img{transform:scale(1.05)}.offer-badge{position:absolute;top:16px;right:16px;background:var(--orange-accent);color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:4px;box-shadow:0 4px 10px #ff9f434d}.offer-details{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.offer-details h3{font-size:1.25rem;font-weight:700;color:var(--green-primary);margin-bottom:1rem}.price-row{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.old-price{font-size:1.1rem;color:#a0aab2;text-decoration:line-through;font-weight:500}.new-price{font-size:1.4rem;color:var(--green-accent);font-weight:800}.add-offer-btn{background:var(--green-light);color:var(--green-primary);border:none;width:100%;padding:12px;border-radius:12px;font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:auto}.add-offer-btn:hover{background:var(--green-primary);color:#fff}.newsletter-banner{background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-medium) 100%);border-radius:32px;padding:4rem;color:#fff;position:relative;overflow:hidden}.newsletter-content{display:flex;justify-content:space-between;align-items:center;gap:4rem;position:relative;z-index:2}.newsletter-text{flex:1}.newsletter-icon{color:var(--orange-accent);margin-bottom:1.5rem}.newsletter-text h3{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.newsletter-text p{font-size:1.1rem;line-height:1.6;opacity:.9}.newsletter-form{flex:1;display:flex;flex-direction:column;gap:1rem}.newsletter-form input{padding:18px 24px;border-radius:16px;border:none;font-family:inherit;font-size:1rem;width:100%}.newsletter-form input:focus{outline:2px solid var(--orange-accent)}.newsletter-form button{background:var(--orange-accent);color:#fff;border:none;padding:18px 24px;border-radius:16px;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .3s ease}.newsletter-form button:hover{background:#ff8c1a}@media (max-width: 900px){.offers-grid{grid-template-columns:repeat(2,1fr)}.newsletter-content{flex-direction:column;text-align:center;gap:2rem}.newsletter-icon{margin:0 auto 1.5rem}}@media (max-width: 600px){.offers-grid{grid-template-columns:1fr}.newsletter-banner{padding:2rem 1.5rem}}.gramuse-profile-page{padding:8rem 5% 4rem;background-color:var(--bg-grocery);min-height:80vh}.profile-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:3rem}.profile-sidebar{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 30px #1b4d3e0d;height:fit-content}.user-avatar-section{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--green-light)}.avatar-circle{width:80px;height:80px;background:var(--green-light);color:var(--green-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1rem}.user-avatar-section h3{font-size:1.2rem;font-weight:700;color:var(--text-grocery-dark);margin-bottom:.5rem}.member-status{background:var(--green-primary);color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.profile-nav{display:flex;flex-direction:column;gap:.5rem}.profile-nav .nav-btn{background:transparent;border:none;color:var(--text-grocery-light);font-family:inherit;font-size:1rem;font-weight:500;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;text-align:left}.profile-nav .nav-btn:hover{background:var(--green-light);color:var(--green-primary)}.profile-nav .nav-btn.active{background:var(--green-primary);color:#fff}.profile-nav .logout-btn{margin-top:1rem;color:#ff4757}.profile-nav .logout-btn:hover{background:#ffeff0;color:#ff4757}.profile-main-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #1b4d3e0d}.profile-card h2{font-size:1.8rem;font-weight:800;color:var(--green-primary);margin-bottom:2rem}.details-form{display:flex;flex-direction:column;gap:1.5rem}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.9rem;font-weight:600;color:var(--text-grocery-light)}.input-group input{padding:14px 16px;border:1px solid #e1e8ed;border-radius:12px;font-family:inherit;font-size:1rem;color:var(--text-grocery-dark);transition:border-color .3s ease}.input-group input:focus{outline:none;border-color:var(--green-primary)}.update-btn{margin-top:1rem;width:fit-content}.subscription-box{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid var(--green-light);border-radius:16px;background:#fafafa}.sub-info h4{font-size:1.1rem;font-weight:700;color:var(--green-primary);margin-bottom:.25rem}.sub-info p{font-size:.9rem;color:var(--text-grocery-light)}.sub-price{font-weight:800;color:var(--green-accent);font-size:1.2rem}.manage-sub-btn{background:#fff;border:1px solid var(--green-primary);color:var(--green-primary);padding:8px 16px;border-radius:8px;font-family:inherit;font-weight:600;cursor:pointer;transition:all .3s ease}.manage-sub-btn:hover{background:var(--green-primary);color:#fff}@media (max-width: 900px){.profile-container{grid-template-columns:1fr}}@media (max-width: 600px){.form-group-row{grid-template-columns:1fr}.subscription-box{flex-direction:column;align-items:flex-start;gap:1rem}}.gramuse-legal-page{padding:8rem 5% 4rem;background-color:var(--bg-grocery);min-height:80vh}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:24px;padding:4rem;box-shadow:0 10px 30px #1b4d3e0d}.legal-header{text-align:center;margin-bottom:3rem;border-bottom:2px solid var(--green-light);padding-bottom:2rem}.legal-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--green-primary)}.legal-content{color:var(--text-grocery-light);font-size:1.05rem;line-height:1.8}.legal-content h3{font-size:1.4rem;font-weight:700;color:var(--green-primary);margin-bottom:1rem;margin-top:3rem}@media (max-width: 768px){.legal-container{padding:2rem}}.gramuse-footer{background-color:#11362b;color:#fff;padding:6rem 5% 2rem;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:4rem;font-family:Outfit,sans-serif}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto 4rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:800;color:var(--orange-accent);margin-bottom:1.5rem}.footer-brand-text{font-size:1rem;line-height:1.6;opacity:.8;margin-bottom:2rem;max-width:300px}.social-links{display:flex;gap:1rem}.social-links button{background:#ffffff1a;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.social-links button:hover{background:var(--orange-accent);transform:translateY(-3px)}.footer-links-col h3,.footer-contact h3{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links-col ul,.footer-contact ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links-col button{background:transparent;border:none;color:#ffffffb3;font-family:inherit;font-size:1rem;cursor:pointer;padding:0;text-align:left;transition:color .3s ease}.footer-links-col button:hover{color:var(--orange-accent)}.footer-contact li{display:flex;align-items:center;gap:12px;color:#fffc;font-size:.95rem}.contact-icon{color:var(--orange-accent);flex-shrink:0}.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links button{background:transparent;border:none;color:#fff9;font-family:inherit;font-size:.9rem;cursor:pointer;transition:color .3s ease}.footer-bottom-links button:hover{color:#fff}.copyright{color:#ffffff80;font-size:.9rem}@media (max-width: 1024px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 600px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;justify-content:center}}.gramuse-theme-container{--green-primary: #1b4d3e;--green-medium: #2e6f40;--green-accent: #34a853;--green-light: #eef5f2;--orange-accent: #ff9f43;--blue-accent: #00bcd4;--bg-grocery: #fcfcfc;--text-grocery-dark: #1e272e;--text-grocery-muted: #6f7e8a;background-color:var(--bg-grocery);color:var(--text-grocery-dark);min-height:100vh;font-family:Outfit,sans-serif;padding-bottom:5rem}.gramuse-header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.gramuse-logo{display:flex;align-items:center;gap:8px;cursor:pointer}.logo-icon{font-size:1.8rem}.logo-name{font-size:1.5rem;font-weight:700;color:var(--green-primary);letter-spacing:-.02em}.gramuse-search-bar{display:flex;align-items:center;background:#f1f2f6;border-radius:100px;padding:8px 16px;width:35%;position:relative}.gramuse-search-bar input{border:none;background:transparent;outline:none;width:100%;margin-left:8px;font-family:inherit;font-size:.9rem;color:var(--text-grocery-dark)}.search-icon{color:var(--text-grocery-muted)}.clear-search{background:transparent;border:none;cursor:pointer;color:var(--text-grocery-muted);display:flex;align-items:center}.gramuse-header-right{display:flex;align-items:center;gap:2rem}.gramuse-nav-links{display:flex;gap:1.5rem}.gramuse-nav-links button{background:transparent;border:none;cursor:pointer;font-family:inherit;font-weight:500;color:var(--text-grocery-muted);font-size:.95rem;transition:color .2s ease;padding:0}.gramuse-nav-links button:hover,.gramuse-nav-links button.active{color:var(--green-primary)}.gramuse-cart-trigger{position:relative;background:var(--green-light);border:none;color:var(--green-primary);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.gramuse-cart-trigger:hover{background:var(--green-primary);color:#fff;transform:scale(1.05)}.cart-badge-count{position:absolute;top:-4px;right:-4px;background:#ff4757;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.gramuse-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:3rem 5%;gap:3rem;max-width:1400px;margin:0 auto}.gramuse-hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-tag{color:var(--green-medium);background:var(--green-light);padding:6px 12px;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.gramuse-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--green-primary);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.gramuse-hero-content p{color:var(--text-grocery-muted);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:500px}.gramuse-btn{display:flex;align-items:center;gap:8px;background:var(--green-accent);color:#fff;padding:14px 28px;border-radius:100px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #34a85333}.gramuse-btn:hover{background:var(--green-primary);box-shadow:0 6px 20px #1b4d3e4d;transform:translateY(-2px)}.gramuse-hero-image-wrap img{width:100%;border-radius:24px;box-shadow:0 20px 40px #0000000d;object-fit:cover;height:400px}.gramuse-shop-container{padding:3rem 5%;max-width:1400px;margin:0 auto}.gramuse-filters-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;gap:2rem;flex-wrap:wrap}.categories-scroller{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:5px;max-width:100%}.categories-scroller::-webkit-scrollbar{height:4px}.category-chip{background:#fff;border:1px solid rgba(0,0,0,.08);padding:10px 20px;border-radius:100px;font-family:inherit;font-weight:500;font-size:.9rem;color:var(--text-grocery-dark);cursor:pointer;white-space:nowrap;transition:all .2s ease}.category-chip:hover{background:var(--green-light);border-color:var(--green-accent)}.category-chip.active{background:var(--green-primary);color:#fff;border-color:var(--green-primary)}.sorting-selector-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.08);padding:8px 16px;border-radius:100px}.filter-sort-icon{color:var(--text-grocery-muted)}.gramuse-select{border:none;background:transparent;outline:none;font-family:inherit;font-weight:500;font-size:.9rem;color:var(--text-grocery-dark);cursor:pointer}.gramuse-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.gramuse-product-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.gramuse-product-card:hover{transform:translateY(-6px);box-shadow:0 15px 30px #0000000a;border-color:#34a85326}.product-image-container{position:relative;width:100%;height:220px;background:#f8f9fa;overflow:hidden}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gramuse-product-card:hover img{transform:scale(1.05)}.product-origin{position:absolute;bottom:12px;left:12px;background:#ffffffe6;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;color:var(--green-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-cat-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-category{font-size:.8rem;font-weight:600;text-transform:uppercase;color:var(--text-grocery-muted);letter-spacing:.05em}.product-rating{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:var(--text-grocery-dark)}.product-name{font-size:1.15rem;font-weight:600;color:var(--text-grocery-dark);margin-bottom:.25rem}.product-unit{font-size:.85rem;color:var(--text-grocery-muted);margin-bottom:1.25rem}.product-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.4rem;font-weight:700;color:var(--green-primary)}.add-to-cart-btn{display:flex;align-items:center;gap:4px;background:var(--green-light);color:var(--green-primary);border:none;padding:8px 16px;border-radius:100px;font-weight:600;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .2s ease}.add-to-cart-btn:hover{background:var(--green-accent);color:#fff}.qty-selector{display:flex;align-items:center;gap:12px;background:var(--green-primary);color:#fff;padding:6px 12px;border-radius:100px}.qty-selector button{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;transition:background .2s ease}.qty-selector button:hover{background:#ffffff26}.qty-selector span{font-weight:700;font-size:.95rem;min-width:14px;text-align:center}.qty-selector.small{padding:4px 8px;gap:8px}.qty-selector.small button{width:16px;height:16px}.qty-selector.small span{font-size:.85rem}.gramuse-promo-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:4rem 5%;max-width:1400px;margin:0 auto}.promo-card{padding:2.5rem;border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease}.promo-card:hover{transform:translateY(-4px)}.bg-light-green{background:#ebfbeb}.bg-orange{background:#fffae6}.bg-blue{background:#e8f9fd}.promo-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:6px 12px;border-radius:100px;margin-bottom:1rem}.bg-light-green .promo-badge{background:#34a85326;color:var(--green-primary)}.bg-orange .promo-badge{background:#ff9f4326;color:#d35400}.bg-blue .promo-badge{background:#00bcd426;color:#00838f}.promo-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-grocery-dark)}.promo-card p{color:var(--text-grocery-muted);font-size:.95rem;line-height:1.5}.no-products-state{text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.no-products-state h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-products-state p{color:var(--text-grocery-muted);margin-bottom:1.5rem}.gramuse-btn.secondary{background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--text-grocery-dark);box-shadow:none}.gramuse-btn.secondary:hover{background:#f8f9fa;border-color:#0003}.gramuse-cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.gramuse-cart-drawer-overlay.open{opacity:1;pointer-events:auto}.gramuse-cart-drawer{position:fixed;top:0;right:-450px;width:100%;max-width:450px;height:100%;background:#fff;z-index:2001;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.16,1,.3,1)}.gramuse-cart-drawer-overlay.open .gramuse-cart-drawer{right:0}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h3{font-size:1.25rem;font-weight:700;color:var(--green-primary)}.close-cart-btn{background:transparent;border:none;cursor:pointer;color:var(--text-grocery-dark)}.cart-drawer-content{flex-grow:1;overflow-y:auto;padding:1.5rem}.empty-cart-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:5rem}.empty-cart-icon{font-size:3rem;margin-bottom:1.5rem}.empty-cart-state h4{font-size:1.2rem;margin-bottom:.5rem}.empty-cart-state p{color:var(--text-grocery-muted);font-size:.9rem;margin-bottom:1.5rem;max-width:250px}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem}.cart-item-row{display:flex;gap:12px;border-bottom:1px solid rgba(0,0,0,.04);padding-bottom:1.25rem}.cart-item-row img{width:70px;height:70px;border-radius:12px;object-fit:cover}.cart-item-details{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-details h4{font-size:.95rem;font-weight:600;color:var(--text-grocery-dark);margin-bottom:2px}.cart-item-details p{font-size:.85rem;color:var(--text-grocery-muted);margin-bottom:6px}.cart-item-actions{display:flex;gap:1rem;align-items:center}.cart-remove-btn{background:transparent;border:none;color:#ff4757;font-size:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:2px;font-family:inherit}.cart-item-subtotal{font-weight:700;color:var(--green-primary);font-size:1.05rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.05);background:#fcfcfc}.cart-summary-line{display:flex;justify-content:space-between;font-size:.95rem;color:var(--text-grocery-muted);margin-bottom:.5rem}.cart-summary-line.total{font-size:1.25rem;font-weight:700;color:var(--text-grocery-dark);border-top:1px solid rgba(0,0,0,.05);padding-top:.75rem;margin-top:.75rem;margin-bottom:1.5rem}.checkout-btn{background:var(--green-primary);color:#fff;border:none;width:100%;padding:14px;border-radius:100px;font-family:inherit;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.checkout-btn:hover{background:var(--green-medium)}.gramuse-checkout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:1rem}.gramuse-checkout-modal{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 25px 50px #00000026;position:relative;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.35rem;font-weight:700;color:var(--green-primary)}.close-modal-btn{background:transparent;border:none;cursor:pointer;color:var(--text-grocery-muted)}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:600;color:var(--text-grocery-dark)}.form-group input{padding:12px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.1);outline:none;font-family:inherit;font-size:.95rem}.form-group input:focus{border-color:var(--green-accent)}.confirm-payment-btn{background:var(--green-accent);color:#fff;border:none;padding:14px;border-radius:100px;font-weight:600;font-size:1rem;cursor:pointer;margin-top:1rem;font-family:inherit}.confirm-payment-btn:hover{background:var(--green-primary)}.checkout-loading-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0}.spinner{width:50px;height:50px;border:4px solid var(--green-light);border-top-color:var(--green-accent);border-radius:50%;animation:spin 1s infinite linear;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-loading-state h3{font-size:1.3rem;margin-bottom:.5rem}.checkout-loading-state p{color:var(--text-grocery-muted);font-size:.9rem;max-width:300px;line-height:1.5}.checkout-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.success-icon{margin-bottom:1.5rem;animation:pop .4s ease}@keyframes pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.checkout-success-state h3{font-size:1.6rem;color:var(--green-primary);margin-bottom:.5rem}.success-message{font-size:.95rem;color:var(--text-grocery-muted);line-height:1.6;margin-bottom:1.5rem}.order-receipt-summary{background:var(--green-light);border-radius:12px;padding:12px 20px;width:100%;display:flex;flex-direction:column;gap:4px;font-size:.85rem;margin-bottom:2rem;text-align:left}@media (max-width: 768px){.gramuse-header{padding:1rem 15px;flex-wrap:wrap;gap:12px}.gramuse-logo{order:1}.gramuse-header-right{order:2;gap:12px}.gramuse-search-bar{order:3;width:100%;margin-top:5px}.gramuse-nav-links{display:none}.gramuse-hero{grid-template-columns:1fr;padding:2rem 15px;gap:2rem}.gramuse-hero-image-wrap img{height:250px}.gramuse-filters-row{flex-direction:column;align-items:stretch;gap:1rem}.categories-scroller{width:100%}.sorting-selector-wrap{width:max-content;align-self:flex-end}.gramuse-promo-features{grid-template-columns:1fr;padding:2rem 15px}}.aurelune-journal-page{padding:4rem 5%;max-width:1200px;margin:0 auto;animation:fadeIn .8s ease forwards}.journal-header{text-align:center;margin-bottom:5rem}.journal-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,5rem);font-weight:300;color:var(--cream-light);margin-bottom:1.5rem}.journal-subtitle{font-size:1.1rem;color:var(--cream-dark)}.journal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.journal-card{display:flex;flex-direction:column}.journal-card.featured{grid-column:1 / -1;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;border-bottom:1px solid rgba(232,220,207,.1);padding-bottom:4rem;margin-bottom:2rem}.journal-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:4px}.journal-card.featured .journal-img-wrap{aspect-ratio:16/9}.journal-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.journal-card:hover .journal-img-wrap img{transform:scale(1.05)}.journal-meta{padding-top:1.5rem}.journal-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.journal-category{font-size:.75rem;letter-spacing:.15em;color:var(--gold-accent);text-transform:uppercase}.journal-date{font-size:.8rem;color:var(--cream-dark)}.journal-card-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:300;color:var(--cream-light);margin-bottom:1rem;line-height:1.2}.journal-card.featured .journal-card-title{font-size:3rem}.journal-excerpt{font-size:.95rem;line-height:1.6;color:#e8dccfcc;margin-bottom:1.5rem}.read-more-btn{background:transparent;border:none;border-bottom:1px solid var(--gold-accent);color:var(--gold-accent);padding-bottom:4px;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease}.read-more-btn:hover{opacity:.7}@media (max-width: 900px){.journal-grid{grid-template-columns:1fr;gap:3rem}.journal-card.featured{grid-template-columns:1fr;padding-bottom:2rem}}.aurelune-archive-page{padding:4rem 5%;max-width:1400px;margin:0 auto;animation:fadeIn .8s ease forwards}.archive-header{text-align:center;margin-bottom:5rem}.archive-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,5rem);font-weight:300;color:var(--cream-light);margin-bottom:1.5rem}.archive-subtitle{font-size:1.1rem;color:var(--cream-dark)}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#e8dccf1a;border:1px solid rgba(232,220,207,.1)}.archive-card{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--coffee-bg);cursor:pointer}.archive-img-overlay{width:100%;height:100%;position:relative}.archive-img-overlay img{width:100%;height:100%;object-fit:cover;filter:grayscale(80%) contrast(1.2) brightness(.8);transition:all .6s cubic-bezier(.16,1,.3,1)}.archive-hover-info{position:absolute;top:0;left:0;width:100%;height:100%;background:#2e2321d9;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;padding:2rem;text-align:center}.archive-card:hover .archive-img-overlay img{filter:grayscale(0%) contrast(1) brightness(1);transform:scale(1.05)}.archive-card:hover .archive-hover-info{opacity:1}.archive-year{font-size:.8rem;letter-spacing:.2em;color:var(--gold-accent);margin-bottom:1rem}.archive-name{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:300;color:var(--cream-light);margin-bottom:1.5rem;line-height:1.3}.view-details-text{font-size:.75rem;letter-spacing:.15em;color:var(--cream-dark);text-transform:uppercase;border-bottom:1px solid var(--cream-dark);padding-bottom:4px}.archive-footer-note{text-align:center;margin-top:5rem;padding-top:2rem;border-top:1px solid rgba(232,220,207,.1)}.archive-footer-note p{font-size:.85rem;letter-spacing:.1em;color:var(--cream-dark);text-transform:uppercase}@media (max-width: 900px){.archive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.archive-grid{grid-template-columns:1fr}}.aurelune-profile-page{padding:4rem 5%;max-width:1200px;margin:0 auto;animation:fadeIn .8s ease forwards}.profile-header{text-align:center;margin-bottom:6rem}.profile-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--cream-light);margin-bottom:1rem}.profile-subtitle{font-size:1.1rem;color:var(--cream-dark)}.profile-layout{display:grid;grid-template-columns:250px 1fr;gap:4rem}.profile-sidebar{display:flex;flex-direction:column;gap:1rem;border-right:1px solid rgba(232,220,207,.1);padding-right:2rem}.profile-nav-link{background:transparent;border:none;color:#e8dccf99;font-family:inherit;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;text-align:left;padding:10px 0;cursor:pointer;transition:color .3s ease}.profile-nav-link:hover,.profile-nav-link.active{color:var(--cream-light)}.profile-nav-link.active{font-weight:600;border-bottom:1px solid var(--cream-light);width:fit-content}.profile-nav-link.logout{margin-top:2rem;color:#ff6464b3}.profile-section h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:300;color:var(--cream-light);margin-bottom:3rem;border-bottom:1px solid rgba(232,220,207,.1);padding-bottom:1rem}.profile-form{display:flex;flex-direction:column;gap:2rem;max-width:600px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream-dark)}.form-group input{background:transparent;border:none;border-bottom:1px solid rgba(232,220,207,.3);color:var(--cream-light);font-family:inherit;font-size:1rem;padding:10px 0;outline:none;transition:border-color .3s ease}.form-group input:focus{border-color:var(--gold-accent)}.save-btn{background:transparent;border:1px solid var(--cream-light);color:var(--cream-light);padding:12px 24px;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:fit-content;margin-top:1rem}.save-btn:hover{background:var(--cream-light);color:var(--text-dark)}@media (max-width: 768px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{border-right:none;border-bottom:1px solid rgba(232,220,207,.1);padding-right:0;padding-bottom:2rem;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.profile-nav-link.logout{margin-top:0}}.aurelune-legal-page{padding:6rem 5%;max-width:800px;margin:0 auto;animation:fadeIn .8s ease forwards}.legal-header{text-align:center;margin-bottom:4rem;border-bottom:1px solid rgba(232,220,207,.1);padding-bottom:2rem}.legal-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;color:var(--cream-light)}.legal-content{color:#e8dccfd9;font-size:1rem;line-height:1.8}.legal-content p{margin-bottom:2rem}.legal-content h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:300;color:var(--gold-accent);margin-bottom:1rem;margin-top:3rem}.aurelune-footer{background:var(--coffee-bg);border-top:1px solid rgba(232,220,207,.15);padding:6rem 5% 2rem;color:var(--cream-light);font-family:Outfit,sans-serif}.footer-top-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:6rem}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;letter-spacing:.1em;margin-bottom:1rem}.footer-brand-desc{font-size:.95rem;line-height:1.6;color:#e8dccfb3;max-width:300px}.footer-col-title{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-accent);margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links button{background:transparent;border:none;color:#e8dccfcc;font-family:inherit;font-size:.9rem;cursor:pointer;padding:0;text-align:left;transition:color .3s ease}.footer-links button:hover{color:var(--cream-light)}.newsletter-desc{font-size:.9rem;line-height:1.6;color:#e8dccfcc;margin-bottom:1.5rem}.newsletter-form{display:flex;border-bottom:1px solid rgba(232,220,207,.3);padding-bottom:8px}.newsletter-form input{flex-grow:1;background:transparent;border:none;color:var(--cream-light);font-family:inherit;font-size:.9rem;outline:none}.newsletter-form input::placeholder{color:#e8dccf66}.newsletter-form button{background:transparent;border:none;color:var(--cream-light);font-family:inherit;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .3s ease}.newsletter-form button:hover{color:var(--gold-accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(232,220,207,.1);padding-top:2rem;font-size:.8rem;color:#e8dccf80}.footer-socials{display:flex;gap:1.5rem}.footer-socials button,.footer-locale button{background:transparent;border:none;color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.footer-socials button:hover,.footer-locale button:hover{color:var(--cream-light)}@media (max-width: 1024px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 600px){.footer-top-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.aurelune-theme-container{--coffee-bg: #2E2321;--cream-light: #E8DCCF;--cream-dark: #C6B3A0;--gold-accent: #D4AF37;--text-light: #F4EFEB;--text-dark: #1E1E1E;background-color:var(--coffee-bg);color:var(--text-light);min-height:100vh;font-family:Outfit,sans-serif;padding-bottom:6rem;overflow-x:hidden}.aurelune-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;background:var(--coffee-bg);border-bottom:1px solid rgba(232,220,207,.1);position:relative;z-index:100}.header-nav-left{display:flex;gap:1.75rem}.nav-btn{background:transparent;border:none;color:var(--cream-light);font-family:inherit;font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease}.nav-btn:hover{opacity:.7}.nav-btn.font-muted{color:#e8dccf80}.aurelune-logo{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;letter-spacing:.1em;color:var(--cream-light)}.header-nav-right{display:flex;gap:1.5rem;align-items:center}.icon-btn{background:transparent;border:none;color:var(--cream-light);cursor:pointer;position:relative;display:flex;align-items:center;transition:color .3s ease}.icon-btn:hover{color:var(--gold-accent)}.bag-count-dot{position:absolute;top:-8px;right:-8px;background:var(--gold-accent);color:var(--text-dark);font-size:.7rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.bag-notification-toast{position:fixed;bottom:30px;right:30px;background:var(--cream-light);color:var(--text-dark);padding:12px 24px;border-radius:4px;font-size:.85rem;font-weight:600;letter-spacing:.05em;z-index:10000;box-shadow:0 10px 30px #0000004d;animation:slideUpToast .3s ease forwards}@keyframes slideUpToast{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.aurelune-hero-carousel{position:relative;width:100%;height:80vh;margin-top:1rem}.hero-slider-stage{position:relative;width:100%;height:100%}.hero-slide-item{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:1.2fr 1fr;padding:0 5%;opacity:0;pointer-events:none;transition:opacity .8s ease-in-out;align-items:center}.hero-slide-item.active{opacity:1;pointer-events:auto}.slide-content-left{display:flex;flex-direction:column;align-items:flex-start;z-index:10}.collection-label{font-size:.8rem;letter-spacing:.2em;color:var(--cream-dark);margin-bottom:1rem}.hero-logo-large{font-family:Playfair Display,Georgia,serif;font-size:clamp(3.5rem,8vw,7rem);font-weight:300;color:var(--cream-light);line-height:1;margin-bottom:.5rem;letter-spacing:.05em}.script-title{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:2.2rem;color:var(--gold-accent);margin-bottom:3rem;margin-left:2rem}.product-excerpt-card{max-width:420px;background:#ffffff05;border:1px solid rgba(232,220,207,.1);padding:2rem;border-radius:8px}.excerpt-desc{font-size:.9rem;color:var(--cream-light);line-height:1.7;margin-bottom:1.5rem;opacity:.8}.explore-drop-btn{background:transparent;border:none;border-bottom:1px solid var(--cream-light);color:var(--cream-light);font-family:inherit;font-size:.8rem;font-weight:600;letter-spacing:.1em;padding-bottom:4px;cursor:pointer;transition:all .3s ease}.explore-drop-btn:hover{color:var(--gold-accent);border-color:var(--gold-accent)}.slide-image-right{position:relative;height:90%;display:flex;align-items:center;justify-content:center}.slide-image-right img{height:100%;width:90%;object-fit:cover;border-radius:8px}.floating-preview-tag{position:absolute;bottom:40px;left:0;background:#2e2321d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(232,220,207,.15);border-radius:8px;padding:10px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .3s ease,border-color .3s ease}.floating-preview-tag:hover{transform:translateY(-4px);border-color:var(--gold-accent)}.tag-thumb{width:60px;height:60px;object-fit:cover;border-radius:4px}.tag-meta h4{font-size:.85rem;font-weight:600;letter-spacing:.05em;color:var(--cream-light);margin-bottom:2px}.tag-meta span{font-size:.8rem;color:var(--gold-accent)}.carousel-nav-footer{position:absolute;bottom:0;left:5%;display:flex;align-items:center;z-index:50}.carousel-bullets{display:flex;gap:12px}.bullet-dot{width:8px;height:8px;border-radius:50%;background:#e8dccf40;border:none;cursor:pointer;transition:all .3s ease}.bullet-dot.active{background:var(--cream-light);transform:scale(1.3);box-shadow:0 0 8px var(--cream-light)}.aurelune-categories-split{display:grid;grid-template-columns:1fr 1.5fr;padding:6rem 5%;border-top:1px solid rgba(232,220,207,.1);margin-top:4rem;gap:3rem}.categories-title-col{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.section-label{font-size:.75rem;letter-spacing:.25em;color:var(--cream-dark);font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}.category-bold-header{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,6vw,5.5rem);color:var(--cream-light);line-height:1}.categories-list-col{display:flex;flex-direction:column;width:100%}.category-list-row{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 0;border-bottom:1px solid rgba(232,220,207,.1);cursor:pointer;transition:all .3s ease}.category-list-row.active{border-bottom-color:var(--cream-light)}.row-left{display:flex;align-items:center;gap:2rem}.category-serif-name{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;color:#e8dccf66;transition:all .3s ease}.category-list-row.active .category-serif-name,.category-list-row:hover .category-serif-name{color:var(--cream-light);transform:translate(10px)}.hover-thumbs-container{display:flex;gap:8px;opacity:0;transform:scale(.9);transition:all .4s cubic-bezier(.16,1,.3,1)}.category-list-row.active .hover-thumbs-container{opacity:1;transform:scale(1)}.hover-cat-thumb{width:44px;height:44px;object-fit:cover;border-radius:4px;border:1px solid rgba(232,220,207,.2)}.category-item-count{font-family:monospace;font-size:1.15rem;color:var(--cream-dark)}.aurelune-shop-grid-section{padding:6rem 5%;border-top:1px solid rgba(232,220,207,.1)}.section-intro{margin-bottom:3.5rem}.section-intro h2{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:300;color:var(--cream-light);margin-top:.5rem}.font-gold{color:var(--gold-accent)}.aurelune-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.aurelune-grid-card{cursor:pointer}.grid-image-wrap{position:relative;width:100%;height:380px;background:#0000001a;overflow:hidden;border-radius:4px}.grid-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.aurelune-grid-card:hover img{transform:scale(1.04)}.size-overlay-panel{position:absolute;bottom:0;left:0;width:100%;background:#2e2321f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;gap:10px}.grid-image-wrap:hover .size-overlay-panel{transform:translateY(0)}.overlay-title{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cream-dark)}.size-choices{display:flex;gap:8px;width:100%;justify-content:center}.size-choice-btn{background:transparent;border:1px solid rgba(232,220,207,.2);color:var(--cream-light);padding:6px 12px;font-size:.8rem;font-weight:600;cursor:pointer;border-radius:4px;transition:all .2s ease}.size-choice-btn:hover{background:var(--cream-light);color:var(--text-dark);border-color:var(--cream-light)}.grid-meta{display:flex;justify-content:space-between;margin-top:1rem;align-items:baseline}.grid-product-name{font-size:.95rem;font-weight:500;letter-spacing:.05em;color:var(--cream-light)}.grid-product-price{font-size:.9rem;color:var(--cream-dark)}.aurelune-manifesto{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8rem 10%;background:#0000001a;margin-top:4rem}.manifesto-text{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:300;line-height:1.6;color:var(--cream-light);max-width:900px;margin-bottom:2rem;font-style:italic}.manifesto-author{font-size:.8rem;letter-spacing:.2em;color:var(--gold-accent);text-transform:uppercase}.aurelune-bag-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s ease}.aurelune-bag-drawer-overlay.open{opacity:1;pointer-events:auto}.aurelune-bag-drawer{position:fixed;top:0;right:-420px;width:100%;max-width:420px;height:100%;background:var(--coffee-bg);z-index:2001;border-left:1px solid rgba(232,220,207,.1);display:flex;flex-direction:column;transition:right .4s cubic-bezier(.16,1,.3,1)}.aurelune-bag-drawer-overlay.open .aurelune-bag-drawer{right:0}.bag-header{padding:2rem;border-bottom:1px solid rgba(232,220,207,.1);display:flex;justify-content:space-between;align-items:center}.bag-header h3{font-size:1rem;font-weight:600;letter-spacing:.15em;color:var(--cream-light)}.close-bag-btn{background:transparent;border:none;color:var(--cream-light);cursor:pointer}.bag-content{flex-grow:1;overflow-y:auto;padding:2rem}.empty-bag-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50%;text-align:center;color:var(--cream-dark)}.explore-bag-btn{background:transparent;border:1px solid var(--cream-light);color:var(--cream-light);padding:10px 20px;font-family:inherit;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-top:1.5rem;cursor:pointer}.bag-items-list{display:flex;flex-direction:column;gap:2rem}.bag-item-row{display:flex;gap:16px}.bag-item-row img{width:80px;height:100px;object-fit:cover;border-radius:4px}.bag-item-details{flex-grow:1;display:flex;flex-direction:column}.bag-item-top{display:flex;justify-content:space-between;margin-bottom:4px}.bag-item-top h4{font-size:.95rem;font-weight:500;color:var(--cream-light)}.bag-item-price{font-size:.9rem;font-weight:600}.bag-item-size,.bag-item-qty{font-size:.8rem;color:var(--cream-dark);margin-bottom:2px}.bag-remove-btn{background:transparent;border:none;color:var(--gold-accent);font-size:.75rem;font-weight:600;cursor:pointer;align-self:flex-start;margin-top:8px;padding:0;font-family:inherit;letter-spacing:.05em;text-transform:uppercase}.bag-footer{padding:2rem;border-top:1px solid rgba(232,220,207,.1);background:#0000001a}.bag-summary-line{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.bag-checkout-btn{background:var(--cream-light);color:var(--text-dark);border:none;width:100%;padding:14px;font-family:inherit;font-weight:700;font-size:.9rem;letter-spacing:.25em;cursor:pointer;transition:opacity .2s ease;margin-top:1rem}.bag-checkout-btn:hover{opacity:.9}.aurelune-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:3000;padding:1rem}.aurelune-modal-card{background:var(--coffee-bg);border:1px solid rgba(232,220,207,.15);border-radius:8px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.aurelune-modal-card .close-modal-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;color:var(--cream-light);cursor:pointer;z-index:10}.modal-split{display:grid;grid-template-columns:1.1fr 1.3fr}.modal-img-pane img{width:100%;height:550px;object-fit:cover}.modal-info-pane{padding:3.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.modal-label{font-size:.7rem;letter-spacing:.2em;color:var(--gold-accent);margin-bottom:.5rem;text-transform:uppercase}.modal-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:300;color:var(--cream-light);margin-bottom:.5rem}.modal-price{font-size:1.25rem;color:var(--cream-light);font-weight:600}.modal-divider{width:100%;border:none;border-top:1px solid rgba(232,220,207,.1);margin:1.5rem 0}.modal-desc{font-size:.9rem;line-height:1.7;color:var(--cream-light);margin-bottom:1rem;opacity:.85}.modal-sub-details{font-size:.8rem;color:var(--cream-dark);margin-bottom:2rem}.modal-size-selection{width:100%;margin-bottom:2.5rem}.size-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--cream-dark);display:block;margin-bottom:10px}.size-buttons-row{display:flex;gap:10px}.size-btn-item{background:transparent;border:1px solid rgba(232,220,207,.2);color:var(--cream-light);width:44px;height:44px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.size-btn-item:hover,.size-btn-item.active{background:var(--cream-light);color:var(--text-dark);border-color:var(--cream-light)}.modal-add-btn{background:var(--gold-accent);color:var(--text-dark);border:none;width:100%;padding:14px;font-family:inherit;font-weight:700;font-size:.85rem;letter-spacing:.2em;cursor:pointer;transition:opacity .2s ease}.modal-add-btn:hover{opacity:.9}@media (max-width: 768px){.aurelune-header{padding:1.5rem 15px}.header-nav-left{display:none}.hero-slide-item{grid-template-columns:1fr;padding:0 15px;gap:1rem;height:auto;align-content:center;padding-top:2rem}.slide-image-right{height:350px}.slide-image-right img{width:100%}.script-title{margin-bottom:1.5rem;margin-left:0}.product-excerpt-card{padding:1rem}.aurelune-categories-split{grid-template-columns:1fr;padding:3rem 15px}.category-serif-name{font-size:1.75rem}.hover-thumbs-container{display:none}.aurelune-shop-grid-section{padding:3rem 15px}.modal-split{grid-template-columns:1fr}.modal-img-pane img{height:300px}.modal-info-pane{padding:2rem 1.5rem}}.aurelune-search-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--coffee-bg);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.aurelune-search-overlay.open{opacity:1;pointer-events:auto}.search-container{width:80%;max-width:800px;position:relative}.close-search-btn{position:absolute;top:-60px;right:0;background:transparent;border:none;color:var(--cream-light);cursor:pointer;transition:transform .3s}.close-search-btn:hover{transform:scale(1.1)}.search-input-huge{width:100%;background:transparent;border:none;border-bottom:2px solid rgba(232,220,207,.3);font-family:Playfair Display,serif;font-size:3rem;color:var(--cream-light);padding:10px 0;outline:none;transition:border-color .3s}.search-input-huge:focus{border-color:var(--gold-accent)}.view-results-btn{margin-top:30px;background:var(--cream-light);color:var(--text-dark);border:none;padding:15px 40px;font-family:Outfit,sans-serif;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:opacity .3s}.view-results-btn:hover{opacity:.8}.niramaya-about-section{padding:100px 5% 80px;background-color:#f9f4f7;color:#363636}.niramaya-about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.section-subtitle{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#bbcffb;font-weight:700;display:block;margin-bottom:12px}.section-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;color:#363636}.section-desc{font-size:1.1rem;line-height:1.6;color:#666}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:80px}.cert-card{background:#fff;padding:40px 30px;border-radius:20px;border:1px solid rgba(0,0,0,.03);box-shadow:0 4px 20px #00000003;transition:transform .3s ease,box-shadow .3s ease}.cert-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000a}.cert-icon-wrapper{color:#bbcffb;margin-bottom:24px;background:#f9f4f7;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center}.cert-card h3{font-size:1.3rem;margin-bottom:12px;font-weight:700;color:#363636}.cert-card p{color:#666;font-size:.95rem;line-height:1.6}.about-featured-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-image-container{position:relative}.about-split-img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:0 20px 40px #0000000f}.floating-badge{position:absolute;bottom:24px;right:24px;background:#fff;padding:12px 20px;border-radius:100px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #0000001a;color:#363636;font-weight:600;font-size:.9rem}.floating-badge svg{color:#34a853}.split-info h3{font-size:2.2rem;font-weight:800;margin:15px 0;color:#363636;line-height:1.3}.split-info p{color:#666;font-size:1.05rem;line-height:1.7;margin-bottom:30px}.badge-tag{background:#f6d2de;color:#363636;padding:6px 14px;border-radius:100px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.promises-list{list-style:none}.promises-list li{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:1rem;color:#363636;font-weight:500}.promises-list .bullet{color:#34a853;font-weight:700}@media (max-width: 992px){.about-featured-split{grid-template-columns:1fr;gap:40px}.section-title{font-size:2.2rem}.about-split-img{height:350px}}.niramaya-offers-section{background-color:#f9f4f7;padding:0 0 100px;overflow:hidden;color:#363636}.niramaya-offers-ticker{background:#363636;color:#f9f4f7;padding:18px 0;overflow:hidden;font-family:inherit;font-weight:800;font-size:1.5rem;letter-spacing:2px;margin-bottom:80px;text-transform:uppercase}.ticker-track{display:inline-block;white-space:nowrap;animation:ticker-scroll 30s linear infinite;padding-left:100%}@keyframes ticker-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.niramaya-offers-container{max-width:1200px;margin:0 auto;padding:0 5%}.offer-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.offer-details{display:flex;flex-direction:column;align-items:flex-start}.offer-badge{background:#bbcffb;color:#363636;padding:6px 14px;border-radius:100px;display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:20px;letter-spacing:1px}.offer-title{font-size:3.2rem;font-weight:800;margin-bottom:8px;color:#363636;line-height:1.1}.offer-sub{font-size:1.2rem;color:#888;font-weight:600;margin-bottom:24px}.offer-description{font-size:1.05rem;line-height:1.7;color:#666;margin-bottom:35px}.offer-pricing{display:flex;align-items:center;gap:16px;margin-bottom:30px;flex-wrap:wrap}.price-label{font-size:1.1rem;font-weight:600;color:#666}.original-price{font-size:1.4rem;color:#999;text-decoration:line-through;font-weight:500}.current-price{font-size:2.2rem;font-weight:800;color:#363636}.save-badge{background:#34a853;color:#fff;padding:4px 12px;border-radius:100px;font-size:.85rem;font-weight:700}.add-bundle-btn{background:#363636;color:#f9f4f7;padding:16px 36px;border-radius:100px;border:none;font-size:1rem;font-weight:700;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 8px 25px #00000026;transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s ease}.add-bundle-btn:hover{transform:translateY(-2px);background:#252525}.offer-images-wrapper{position:relative;display:flex;justify-content:center;align-items:center;height:480px}.circle-bg-accent{position:absolute;width:380px;height:380px;border-radius:50%;background:#f6d2de;z-index:1;opacity:.6}.overlapping-bottles{position:relative;width:100%;height:100%;z-index:2;display:flex;justify-content:center;align-items:center}.bottle-one-container,.bottle-two-container{position:absolute;display:flex;flex-direction:column;align-items:center}.bottle-one-container{transform:translate(-60px,-30px)}.bottle-two-container{transform:translate(70px,30px)}.bottle-img{width:180px;height:220px;object-fit:cover;border-radius:20px;box-shadow:0 15px 35px #00000026;border:4px solid #ffffff;transition:transform .3s ease}.img-one{background-color:#bbcffb}.img-two{background-color:#f6d2de}.bottle-label{margin-top:12px;background:#fff;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:700;box-shadow:0 4px 10px #0000000d}.bottle-img:hover{transform:scale(1.05) translateY(-5px)}@media (max-width: 992px){.offer-layout{grid-template-columns:1fr;gap:60px}.offer-images-wrapper{height:400px}.circle-bg-accent{width:300px;height:300px}.bottle-img{width:140px;height:180px}}.niramaya-blog-section{padding:100px 5%;background-color:#fff;color:#363636}.niramaya-blog-container{max-width:1200px;margin:0 auto}.blog-section-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.blog-subtitle{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#bbcffb;font-weight:700;display:block;margin-bottom:12px}.blog-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;color:#363636}.blog-desc{font-size:1.1rem;line-height:1.6;color:#666}.blog-layout{display:grid;grid-template-columns:1.8fr 1.2fr;gap:50px}.featured-blog-col{display:flex;flex-direction:column;gap:40px}.blog-card{display:flex;background:#f9f4f7;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.02);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000d}.blog-card-image-wrap{width:40%;position:relative;min-height:250px}.blog-card-image-wrap img{width:100%;height:100%;object-fit:cover}.blog-card-tag{position:absolute;top:16px;left:16px;background:#fff;color:#363636;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:700;box-shadow:0 4px 10px #0000001a}.blog-card-content{padding:30px;width:60%;display:flex;flex-direction:column}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.blog-card-cat{font-size:.8rem;font-weight:700;text-transform:uppercase;color:#bbcffb;letter-spacing:1px}.blog-card-time{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#888}.blog-card-title{font-size:1.4rem;font-weight:700;margin-bottom:12px;line-height:1.3;color:#363636}.blog-card-excerpt{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:20px;flex-grow:1}.read-more-link{font-size:.9rem;font-weight:700;color:#363636;display:flex;align-items:center;gap:4px;margin-top:auto}.blog-sidebar-col{display:flex;flex-direction:column;gap:30px}.sidebar-card{background:#f9f4f7;padding:35px;border-radius:24px;border:1px solid rgba(0,0,0,.02)}.newsletter-card h3,.tags-card h3{font-size:1.3rem;font-weight:700;margin-bottom:16px;color:#363636}.newsletter-card p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:24px}.sidebar-subscribe-form{display:flex;flex-direction:column;gap:12px}.sidebar-subscribe-form input{padding:14px 20px;border-radius:100px;border:1px solid rgba(0,0,0,.08);font-size:.95rem;outline:none}.sidebar-subscribe-form button{background:#363636;color:#fff;border:none;padding:14px;border-radius:100px;font-weight:700;cursor:pointer;transition:background .3s ease}.sidebar-subscribe-form button:hover{background:#252525}.sidebar-tags-grid{display:flex;flex-wrap:wrap;gap:10px}.sidebar-chip{background:#fff;padding:8px 16px;border-radius:100px;font-size:.85rem;color:#555;font-weight:500;border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:all .2s ease}.sidebar-chip:hover{background:#bbcffb;color:#363636;border-color:#bbcffb}.blog-post-detail-view{max-width:800px;margin:0 auto}.back-to-blog-list-btn{background:transparent;border:none;font-weight:700;color:#363636;font-size:1rem;cursor:pointer;margin-bottom:30px;display:flex;align-items:center;gap:8px}.post-detail-header{margin-bottom:30px}.post-detail-cat{color:#bbcffb;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:12px}.post-detail-header h1{font-size:2.8rem;font-weight:800;line-height:1.2;color:#363636;margin-bottom:16px}.post-detail-meta{display:flex;align-items:center;gap:12px;color:#888;font-size:.9rem}.post-detail-img{width:100%;height:450px;object-fit:cover;border-radius:30px;margin-bottom:40px;box-shadow:0 15px 30px #0000000d}.post-detail-body{font-size:1.1rem;line-height:1.8;color:#444}.post-detail-body p{margin-bottom:24px}.post-detail-body .lead-paragraph{font-size:1.25rem;font-weight:600;color:#363636;line-height:1.6}.post-detail-body h3{font-size:1.6rem;font-weight:700;margin-top:40px;margin-bottom:16px;color:#363636}.post-detail-body blockquote{border-left:4px solid #bbcffb;padding-left:24px;margin:30px 0;font-style:italic;font-size:1.3rem;color:#363636;font-weight:500}@media (max-width: 992px){.blog-layout{grid-template-columns:1fr;gap:40px}.blog-card{flex-direction:column}.blog-card-image-wrap{width:100%;min-height:200px}.blog-card-content{width:100%;padding:24px}.post-detail-header h1{font-size:2rem}.post-detail-img{height:300px}}.niramaya-profile-section{padding:100px 5% 80px;background-color:#f9f4f7;color:#363636;min-height:100vh}.niramaya-profile-container{max-width:1200px;margin:0 auto}.profile-hero-card{background:#fff;border-radius:24px;padding:40px;display:flex;align-items:center;gap:30px;box-shadow:0 10px 30px #00000005;border:1px solid rgba(0,0,0,.02);margin-bottom:40px;flex-wrap:wrap}.profile-avatar-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.avatar-letter{width:90px;height:90px;background:#bbcffb;color:#363636;border-radius:50%;font-size:2.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:3px solid #ffffff;box-shadow:0 4px 15px #0000000d}.profile-tier-badge{margin-top:10px;background:#f6d2de;color:#363636;padding:4px 12px;border-radius:100px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.profile-meta-info{flex-grow:1}.profile-meta-info h2{font-size:2rem;font-weight:800;color:#363636;margin-bottom:4px}.profile-email{font-size:1rem;color:#888;margin-bottom:4px}.profile-loc{font-size:.9rem;color:#666;font-weight:500}.profile-stats{display:flex;gap:30px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.8rem;font-weight:800;color:#363636}.stat-label{font-size:.8rem;color:#888;font-weight:600;text-transform:uppercase}.profile-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.dashboard-card{background:#fff;border-radius:24px;padding:35px;box-shadow:0 10px 30px #00000005;border:1px solid rgba(0,0,0,.02);margin-bottom:40px}.card-header-icon{display:flex;align-items:center;gap:12px;color:#bbcffb;margin-bottom:15px}.card-header-icon h3{font-size:1.4rem;font-weight:700;color:#363636}.checklist-subtext{font-size:.95rem;color:#888;margin-bottom:30px}.tracker-sub-section{margin-bottom:35px}.tracker-sub-section h4{font-size:1.1rem;font-weight:700;margin-bottom:16px;color:#363636}.supplement-checklist{display:flex;flex-direction:column;gap:12px}.supp-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;background:#f9f4f7;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.supp-item:hover{background:#fff;border-color:#0000000d}.checkbox-indicator{width:24px;height:24px;border-radius:6px;border:2px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;background:#fff;color:#363636;flex-shrink:0}.supp-item.done .checkbox-indicator{background:#34a853;border-color:#34a853;color:#fff}.supp-details h5{font-size:.95rem;font-weight:700;color:#363636;margin-bottom:2px}.supp-details span{font-size:.8rem;color:#888}.supp-item.done .supp-details h5{text-decoration:line-through;color:#999}.water-tracker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.water-ratio{font-size:.9rem;font-weight:700;color:#363636}.water-progress-bar{height:12px;background:#f9f4f7;border-radius:100px;overflow:hidden;margin-bottom:15px}.water-progress-filled{height:100%;background:#bbcffb;border-radius:100px;transition:width .4s cubic-bezier(.16,1,.3,1)}.log-water-btn{background:#363636;color:#fff;border:none;padding:12px 24px;border-radius:100px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s ease}.log-water-btn:hover:not(:disabled){background:#252525}.log-water-btn:disabled{background:#ddd;cursor:not-allowed}.wellness-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid rgba(0,0,0,.05);padding-top:25px}.mini-stat{display:flex;align-items:center;gap:12px;background:#f9f4f7;padding:16px;border-radius:16px}.mini-stat svg{color:#bbcffb}.mini-val{font-size:1rem;font-weight:700;color:#363636;display:block}.mini-lbl{font-size:.75rem;color:#888;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:20px}.order-row-item{border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:20px}.order-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-number{font-weight:700;font-size:1rem}.order-status-badge{background:#34a853;color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:100px}.order-row-details{display:flex;flex-direction:column;gap:4px;margin-bottom:15px}.order-date{font-size:.85rem;color:#888}.order-items{font-size:.95rem;color:#363636;font-weight:500}.order-row-footer{display:flex;justify-content:space-between;align-items:center}.order-total-price{font-size:1.15rem;font-weight:800}.invoice-btn{background:transparent;border:1px solid rgba(0,0,0,.1);padding:6px 16px;border-radius:100px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s ease}.invoice-btn:hover{background:#363636;color:#fff;border-color:#363636}.profile-preferences-list{list-style:none}.profile-preferences-list li{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.04)}.profile-preferences-list li:last-child{border-bottom:none}.profile-preferences-list span{font-size:.95rem;font-weight:500;color:#555}.toggle-btn-small{background:#eee;border:none;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:700;cursor:pointer;color:#666;transition:all .2s ease}.toggle-btn-small.active{background:#363636;color:#fff}@media (max-width: 992px){.profile-layout-grid{grid-template-columns:1fr;gap:20px}.profile-hero-card{padding:30px;flex-direction:column;align-items:flex-start;gap:20px}.profile-stats{align-self:stretch;justify-content:space-around}}.niramaya-legal-section{padding:120px 5% 80px;background-color:#fff;color:#363636;min-height:100vh}.niramaya-legal-container{max-width:800px;margin:0 auto}.legal-title{font-size:2.5rem;font-weight:800;margin-bottom:8px;color:#363636}.legal-subtitle{font-size:.9rem;color:#888;display:block;margin-bottom:40px;font-weight:500}.legal-document-body{line-height:1.8;font-size:1.05rem}.legal-paragraph-block{margin-bottom:35px}.legal-paragraph-block h3{font-size:1.3rem;font-weight:700;color:#363636;margin-bottom:12px}.legal-paragraph-block p{color:#555}.legal-footer-disclaimer{background-color:#f9f4f7;padding:30px;border-radius:20px;border-left:4px solid #bbcffb;margin-top:50px;font-size:.95rem;color:#666}.niramaya-footer{background-color:#363636;color:#f9f4f7;padding:80px 5% 0;font-family:inherit}.niramaya-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1.8fr;gap:80px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo .logo-icon{font-size:1.8rem}.footer-logo .logo-name{font-size:1.8rem;font-weight:800;letter-spacing:-.5px}.footer-tagline{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:24px}.ayush-badge-container{display:flex;gap:10px;flex-wrap:wrap}.ayush-badge{background:#ffffff14;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#bbcffb;letter-spacing:.5px}.footer-links-col h4{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;color:#f6d2de}.footer-links-col button{background:transparent;border:none;color:#ccc;font-size:.95rem;cursor:pointer;text-align:left;transition:color .2s ease;font-family:inherit}.footer-links-col button:hover{color:#bbcffb}.footer-bottom-bar{padding:30px 0;background-color:#2b2b2b}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:.85rem;color:#999}.disclaimer-text{font-size:.8rem;color:#888;max-width:500px;text-align:right}@media (max-width: 992px){.niramaya-footer-container{grid-template-columns:1fr;gap:40px}.footer-links-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.disclaimer-text{text-align:left;max-width:100%}}.niramaya-theme-wrapper{--n-bg-primary: #f9f4f7;--n-text-primary: #363636;--n-accent-blue: #bbcffb;--n-accent-pink: #f6d2de;--n-white: #ffffff;font-family:Outfit,sans-serif;background-color:var(--n-bg-primary);color:var(--n-text-primary);min-height:100vh;position:relative;overflow-x:hidden;box-sizing:border-box}.niramaya-theme-wrapper *{box-sizing:border-box}.parallax-bg-leaf{position:fixed;font-size:2.5rem;opacity:.15;pointer-events:none;z-index:1;will-change:transform}.leaf-left{top:25%;left:3%}.leaf-right{top:65%;right:4%}.parallax-bg-pill{position:fixed;font-size:2.2rem;opacity:.12;pointer-events:none;z-index:1;will-change:transform}.pill-one{top:45%;right:6%}.pill-two{top:80%;left:5%;width:20px;height:20px;background:var(--n-accent-pink);border-radius:50%;opacity:.2}.niramaya-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:20px 5%;background:#f9f4f7d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.03)}.niramaya-logo{display:flex;align-items:center;gap:8px;cursor:pointer}.logo-icon{font-size:1.6rem}.logo-name{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;color:var(--n-text-primary)}.niramaya-nav{display:flex;gap:32px}.niramaya-nav button{background:transparent;border:none;font-size:.95rem;font-weight:600;color:var(--n-text-primary);cursor:pointer;padding:6px 0;position:relative;font-family:inherit;opacity:.7;transition:opacity .2s ease}.niramaya-nav button:hover,.niramaya-nav button.active{opacity:1}.niramaya-nav button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--n-text-primary)}.header-actions{display:flex;align-items:center;gap:16px}.header-action-btn{background:transparent;border:none;cursor:pointer;color:var(--n-text-primary);position:relative;padding:8px;display:flex;align-items:center;justify-content:center}.action-badge-count{position:absolute;top:0;right:0;background:var(--n-text-primary);color:var(--n-bg-primary);font-size:.7rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-btn-header{background:var(--n-text-primary);color:var(--n-bg-primary);border:none;padding:10px 24px;border-radius:100px;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease;font-family:inherit}.login-btn-header:hover{transform:translateY(-1px);background-color:#2b2b2b}.niramaya-hero{padding:80px 5% 60px;position:relative;z-index:10}.hero-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:center}.hero-category-label{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#a3bdf8;font-weight:800;display:block;margin-bottom:12px}.hero-headline{font-size:3.5rem;font-weight:900;line-height:1.05;margin-bottom:20px;color:var(--n-text-primary);letter-spacing:-1px}.hero-subtext{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:35px}.hero-cta-row{display:flex;gap:16px}.hero-shop-btn{background:var(--n-text-primary);color:var(--n-white);border:none;padding:16px 32px;border-radius:100px;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 8px 25px #00000014;transition:transform .2s ease,background-color .2s ease}.hero-shop-btn:hover{transform:translateY(-2px);background-color:#252525}.hero-learn-btn{background:transparent;color:var(--n-text-primary);border:1px solid rgba(0,0,0,.15);padding:16px 32px;border-radius:100px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.hero-learn-btn:hover{background-color:#00000005;border-color:var(--n-text-primary)}.hero-image-col{display:flex;justify-content:center;align-items:center}.hero-bottle-wrap{position:relative;width:380px;height:480px;display:flex;justify-content:center;align-items:center}.hero-main-bottle{width:250px;height:310px;object-fit:cover;border-radius:30px;box-shadow:0 30px 60px #0000001f;z-index:5;background-color:var(--n-accent-blue);border:6px solid var(--n-white)}.hotspot-marker{position:absolute;z-index:10;cursor:pointer;display:flex;align-items:center;pointer-events:auto}.hotspot-dot{width:14px;height:14px;background:var(--n-text-primary);border:2px solid var(--n-white);border-radius:50%;box-shadow:0 0 0 4px #36363633;transition:transform .2s ease}.hotspot-marker:hover .hotspot-dot{transform:scale(1.3);background:#252525}.hotspot-connector-line{height:1px;background:#0000001f;width:50px;position:relative}.hotspot-label{background:var(--n-white);padding:6px 14px;border-radius:100px;font-size:.8rem;font-weight:700;box-shadow:0 4px 15px #0000000d;border:1px solid rgba(0,0,0,.02);white-space:nowrap}.hotspot-bubble-tooltip{position:absolute;background:var(--n-text-primary);color:var(--n-bg-primary);padding:12px 16px;border-radius:16px;font-size:.8rem;width:200px;line-height:1.4;box-shadow:0 10px 25px #00000026;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.16,1,.3,1);pointer-events:none}.hotspot-marker:hover .hotspot-bubble-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.marker-allergen{top:15%;right:2%;flex-direction:row-reverse}.marker-allergen .hotspot-bubble-tooltip{top:45px;right:0}.marker-gmo{bottom:25%;right:-5%;flex-direction:row-reverse}.marker-gmo .hotspot-bubble-tooltip{top:45px;right:0}.marker-ingredients{bottom:15%;left:-12%;flex-direction:row}.marker-ingredients .hotspot-bubble-tooltip{bottom:45px;left:0}.hero-pill-preview-col{display:flex;flex-direction:column;gap:30px}.pill-circle-card{background:var(--n-white);border-radius:24px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 25px #00000005;border:1px solid rgba(0,0,0,.01)}.pill-circle-image-wrapper{width:60px;height:60px;border-radius:50%;overflow:hidden;background:var(--n-accent-pink);flex-shrink:0}.pill-circle-image-wrapper img{width:100%;height:100%;object-fit:cover}.pill-card-details h5{font-size:.95rem;font-weight:700;margin-bottom:4px}.pill-card-details p{font-size:.8rem;color:#666}.small-quality-disclaimer{display:flex;gap:10px;font-size:.8rem;color:#888;line-height:1.5;background:#fff6;padding:16px;border-radius:16px}.small-quality-disclaimer svg{color:var(--n-accent-blue);flex-shrink:0;margin-top:2px}.niramaya-products-section{padding:80px 5% 100px;max-width:1200px;margin:0 auto;position:relative;z-index:10}.section-head-bar{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:20px}.products-sec-title{font-size:2.5rem;font-weight:800;color:var(--n-text-primary);margin-bottom:8px}.products-sec-subtitle{font-size:1.05rem;color:#666}.categories-tab-row{display:flex;gap:12px}.category-tab-btn{background:var(--n-white);border:1px solid rgba(0,0,0,.05);padding:10px 24px;border-radius:100px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:inherit;color:var(--n-text-primary)}.category-tab-btn:hover{background-color:#00000005}.category-tab-btn.active{background:var(--n-text-primary);color:var(--n-bg-primary);border-color:var(--n-text-primary)}.products-search-wrap{position:relative;margin-bottom:40px;max-width:450px}.products-search-wrap input{width:100%;padding:14px 20px 14px 50px;border-radius:100px;border:1px solid rgba(0,0,0,.08);font-size:.95rem;outline:none;background:var(--n-white);box-shadow:0 4px 15px #00000003}.products-search-wrap .search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#888}.clear-search-btn{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#888}.niramaya-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:30px}.supplement-card{background:var(--n-white);border-radius:24px;overflow:hidden;box-shadow:0 8px 25px #00000003;border:1px solid rgba(0,0,0,.02);transition:transform .3s ease,box-shadow .3s ease}.supplement-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000000a}.card-image-container{position:relative;height:250px;overflow:hidden;display:flex;justify-content:center;align-items:center}.card-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.supplement-card:hover .card-image-container img{transform:scale(1.05)}.wishlist-toggle-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;background:var(--n-white);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease}.wishlist-toggle-btn:hover{transform:scale(1.1)}.card-origin-badge{position:absolute;bottom:16px;left:16px;background:#ffffffe6;padding:4px 10px;border-radius:100px;display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #0000000d}.card-origin-badge svg{color:var(--n-accent-blue)}.card-details-wrap{padding:24px}.card-meta-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.card-cat-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#9cbaff;letter-spacing:.5px}.card-rating{display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600}.card-prod-title{font-size:1.2rem;font-weight:700;margin-bottom:4px;line-height:1.3}.card-prod-unit{font-size:.8rem;color:#888;margin-bottom:20px}.card-action-row{display:flex;justify-content:space-between;align-items:center}.card-prod-price{font-size:1.4rem;font-weight:800}.card-add-btn{background:var(--n-text-primary);color:var(--n-white);border:none;padding:10px 20px;border-radius:100px;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s ease;font-family:inherit}.card-add-btn:hover{background:#252525}.card-qty-selectors{display:flex;align-items:center;gap:12px;background:var(--n-bg-primary);padding:6px 14px;border-radius:100px}.card-qty-selectors button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--n-text-primary)}.card-qty-selectors span{font-size:.9rem;font-weight:700}.no-products-view{text-align:center;padding:60px 0}.no-products-view h3{font-size:1.5rem;margin-bottom:8px}.no-products-view p{color:#666;margin-bottom:20px}.reset-btn{background:var(--n-text-primary);color:var(--n-bg-primary);border:none;padding:10px 24px;border-radius:100px;font-weight:700;cursor:pointer}.drawer-overlay-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.drawer-overlay-wrapper.open{opacity:1;visibility:visible}.side-drawer{position:absolute;top:0;right:0;width:450px;max-width:100%;height:100%;background:var(--n-white);box-shadow:-10px 0 40px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.drawer-overlay-wrapper.open .side-drawer{transform:translate(0)}.drawer-header{padding:30px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.drawer-header h3{font-size:1.3rem;font-weight:800}.drawer-close-btn{background:transparent;border:none;cursor:pointer;color:var(--n-text-primary)}.drawer-content-scroll{flex-grow:1;overflow-y:auto;padding:30px}.empty-drawer-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80%;text-align:center}.empty-heart-icon,.empty-cart-icon{color:var(--n-accent-pink);margin-bottom:20px}.empty-drawer-state h4{font-size:1.15rem;font-weight:700;margin-bottom:8px}.empty-drawer-state p{color:#666;font-size:.9rem;margin-bottom:24px}.continue-shop-btn{background:var(--n-text-primary);color:var(--n-white);border:none;padding:12px 28px;border-radius:100px;font-weight:700;cursor:pointer}.drawer-item-row{display:flex;gap:16px;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.05)}.drawer-item-row img{width:70px;height:85px;object-fit:cover;border-radius:12px;background-color:var(--n-bg-primary)}.drawer-item-details{flex-grow:1}.drawer-item-details h4{font-size:.95rem;font-weight:700;margin-bottom:4px;line-height:1.3}.drawer-item-details p{font-size:.85rem;color:#666;margin-bottom:8px}.move-to-cart-btn{background:var(--n-text-primary);color:var(--n-white);border:none;padding:6px 12px;border-radius:100px;font-size:.75rem;font-weight:700;cursor:pointer}.remove-item-btn{background:transparent;border:none;cursor:pointer;color:#999;transition:color .2s ease}.remove-item-btn:hover{color:#ea4335}.qty-picker-small{display:flex;align-items:center;gap:10px;background:var(--n-bg-primary);width:fit-content;padding:4px 10px;border-radius:100px}.qty-picker-small button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center}.qty-picker-small span{font-size:.8rem;font-weight:700}.item-subtotal-price{font-weight:800;font-size:1rem}.drawer-footer-summary{padding:30px;background:var(--n-bg-primary);border-top:1px solid rgba(0,0,0,.05)}.summary-line{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:10px;font-weight:500}.total-price-line{font-size:1.25rem;font-weight:800;border-top:1px solid rgba(0,0,0,.05);padding-top:15px;margin-top:15px;margin-bottom:25px}.proceed-checkout-btn{width:100%;background:var(--n-text-primary);color:var(--n-white);border:none;padding:16px;border-radius:100px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #0000001a;transition:background .2s ease}.proceed-checkout-btn:hover{background:#252525}.checkout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;display:flex;justify-content:center;align-items:center;padding:20px}.checkout-modal-card{background:var(--n-white);border-radius:30px;width:550px;max-width:100%;padding:40px;box-shadow:0 25px 60px #00000026;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.modal-header h3{font-size:1.4rem;font-weight:800}.close-modal-btn{background:transparent;border:none;cursor:pointer;color:var(--n-text-primary)}.checkout-form{display:flex;flex-direction:column;gap:20px}.form-input-group{display:flex;flex-direction:column;gap:8px}.form-input-group label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.form-input-group input{padding:14px 20px;border-radius:100px;border:1px solid rgba(0,0,0,.08);font-size:.95rem;outline:none}.form-input-group input:focus{border-color:var(--n-text-primary)}.submit-checkout-btn{background:var(--n-text-primary);color:var(--n-white);border:none;padding:16px;border-radius:100px;font-size:1rem;font-weight:700;cursor:pointer;margin-top:10px;box-shadow:0 8px 25px #0000001a}.modal-loading-state{text-align:center;padding:40px 0}.payment-spinner{width:50px;height:50px;border:3px solid rgba(0,0,0,.05);border-top-color:var(--n-text-primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 24px}@keyframes spin{to{transform:rotate(360deg)}}.modal-loading-state h3{font-size:1.3rem;margin-bottom:8px}.modal-loading-state p{color:#666}.modal-success-state{text-align:center;padding:20px 0}.success-icon-green{color:#34a853;margin-bottom:24px}.modal-success-state h3{font-size:1.6rem;font-weight:800;margin-bottom:12px}.success-txt{font-size:1.05rem;line-height:1.6;color:#555;margin-bottom:30px}.receipt-details{background:var(--n-bg-primary);padding:20px;border-radius:20px;display:flex;flex-direction:column;gap:8px;font-size:.9rem;margin-bottom:30px;align-items:center}.close-success-btn{background:var(--n-text-primary);color:var(--n-bg-primary);border:none;padding:14px 36px;border-radius:100px;font-weight:700;cursor:pointer}@media (max-width: 992px){.hero-grid-container{grid-template-columns:1fr;gap:50px;text-align:center}.hero-text-col{display:flex;flex-direction:column;align-items:center}.hero-cta-row{justify-content:center}.hero-pill-preview-col{align-items:center}.niramaya-nav{display:none}.section-head-bar{flex-direction:column;align-items:center;text-align:center}.categories-tab-row{flex-wrap:wrap;justify-content:center}.products-search-wrap{margin:0 auto 30px}}.solara-hero{position:relative;min-height:100vh;background-color:#f7f9f6;color:#0c2317;padding:120px 5% 80px;display:flex;align-items:center;overflow:hidden}.hero-radial-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;height:90vw;background:radial-gradient(circle,rgba(190,255,83,.12) 0%,transparent 65%);pointer-events:none;z-index:1}.solara-hero-container{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;position:relative;z-index:5}.hero-text-side{display:flex;flex-direction:column;align-items:flex-start}.hero-badge{background:#0c2317;color:#beff53;padding:8px 18px;border-radius:100px;font-size:.85rem;font-weight:700;display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;box-shadow:0 4px 20px #0c23171a}.pulse-indicator{width:8px;height:8px;border-radius:50%;background-color:#beff53;box-shadow:0 0 #beff53b3;animation:glow-pulse 1.8s infinite}@keyframes glow-pulse{0%{transform:scale(.95);box-shadow:0 0 #beff53b3}70%{transform:scale(1);box-shadow:0 0 0 8px #beff5300}to{transform:scale(.95);box-shadow:0 0 #beff5300}}.hero-heading{font-size:clamp(3.5rem,8vw,5.5rem);font-weight:900;line-height:1.05;color:#0c2317;letter-spacing:-.03em;margin-bottom:24px}.hero-sub{font-size:1.15rem;line-height:1.6;color:#4b6354;margin-bottom:40px;max-width:500px}.hero-actions-row{display:flex;gap:16px}.solara-btn-primary{background:#0c2317;color:#beff53;border:none;padding:16px 36px;border-radius:100px;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 8px 25px #0c231733;transition:transform .3s cubic-bezier(.16,1,.3,1),background .2s ease;font-family:inherit}.solara-btn-primary:hover{transform:translateY(-2px);background:#06120c}.solara-btn-secondary{background:#beff53;color:#0c2317;border:1px solid rgba(12,35,23,.1);padding:16px 36px;border-radius:100px;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .3s cubic-bezier(.16,1,.3,1),background .2s ease;font-family:inherit}.solara-btn-secondary:hover{transform:translateY(-2px);background:#aae942}.hero-graphic-side{display:flex;justify-content:center;align-items:center;height:500px;perspective:1200px}.parallax-3d-scene{position:relative;width:400px;height:400px;transform-style:preserve-3d;will-change:transform}.scene-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-style:preserve-3d;pointer-events:none}.parallax-grid,.island-svg{width:100%;height:100%}.turbines-container{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d}.turbine{position:absolute;transform-style:preserve-3d}.turbine-left{top:60px;left:95px}.turbine-right{top:90px;left:230px;transform:scale(.7)}.turbine-mast{width:4px;height:90px;background:linear-gradient(180deg,#beff53,#beff531a);border-radius:4px;box-shadow:0 0 8px #beff534d}.turbine-head{position:absolute;top:0;left:2px;transform:translate(-50%,-50%);width:12px;height:12px;background:#0c2317;border-radius:50%;border:1px solid #beff53}.turbine-blades{position:relative;width:100%;height:100%;animation:rotateBlades 8s linear infinite;transform-origin:50% 50%}.turbine-blades.fast{animation-duration:5s}.blade{position:absolute;top:50%;left:50%;width:4px;height:48px;background:linear-gradient(180deg,#beff53 30%,transparent);transform-origin:top center;border-radius:100px}.blade:nth-child(1){transform:translate(-50%) rotate(0)}.blade:nth-child(2){transform:translate(-50%) rotate(120deg)}.blade:nth-child(3){transform:translate(-50%) rotate(240deg)}@keyframes rotateBlades{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panels-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.solar-panel-graphic polygon{transition:fill .3s ease}.solar-panel-graphic:hover polygon{fill:#1a73e8}.floating-particles{width:100%;height:100%}.floating-bubble{animation:floatUp 4s ease-in-out infinite}.bubble-one{animation-delay:0s}.bubble-two{animation-delay:1.5s}.bubble-three{animation-delay:3s}@keyframes floatUp{0%{transform:translateY(0) scale(.9);opacity:.2}50%{transform:translateY(-15px) scale(1.1);opacity:.8}to{transform:translateY(0) scale(.9);opacity:.2}}.floating-leaf{animation:swingLeaf 6s ease-in-out infinite;transform-origin:center}@keyframes swingLeaf{0%,to{transform:rotate(0) translateY(0)}50%{transform:rotate(15deg) translateY(-8px)}}@media (max-width: 992px){.solara-hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text-side{align-items:center}.hero-actions-row{justify-content:center}.hero-graphic-side{height:350px}.parallax-3d-scene{width:300px;height:300px}}.solara-services-section{padding:100px 5%;background-color:#f7f9f6;color:#0c2317}.solara-services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:60px}.services-sub{font-size:1.1rem;color:#4b6354;margin-top:15px}.services-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.service-card{background:#fff;border-radius:24px;padding:40px;border:1px solid rgba(12,35,23,.03);box-shadow:0 4px 20px #00000003;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0c23170f}.service-icon-box{background:#0c2317;color:#beff53;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .3s ease}.service-card:hover .service-icon-box{transform:scale(1.05) rotate(3deg)}.service-card h3{font-size:1.4rem;font-weight:800;margin-bottom:12px;color:#0c2317}.service-card p{font-size:.95rem;line-height:1.6;color:#4b6354}.service-card h3{letter-spacing:-.01em}.solara-why-section{padding:100px 5%;background-color:#0c2317;color:#fff}.solara-why-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}.lime-text{color:#beff53!important;background-color:#beff5314!important}.text-white{color:#fff!important}.reasons-list{display:flex;flex-direction:column;gap:30px;margin-top:40px}.reason-item{display:flex;gap:20px;align-items:flex-start}.reason-icon-wrapper{background:#beff531a;color:#beff53;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(190,255,83,.1);flex-shrink:0}.reason-desc-wrapper h4{font-size:1.15rem;font-weight:700;margin-bottom:6px;color:#fff}.reason-desc-wrapper p{font-size:.95rem;line-height:1.6;color:#a3c4b1}.why-graphic-col{display:flex;justify-content:center}.why-graphic-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:30px;padding:40px 20px;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 15px 35px #0003}.why-svg{width:100%;max-height:250px}.why-floating-text{margin-top:15px;background:#beff53;color:#0c2317;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;padding:8px 18px;border-radius:100px;box-shadow:0 4px 15px #beff534d}@media (max-width: 992px){.solara-why-container{grid-template-columns:1fr;gap:50px}}.solara-calculator-section{padding:100px 5%;background-color:#fff;color:#0c2317}.solara-calc-container{max-width:1200px;margin:0 auto}.calc-header-block{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.solara-section-subtitle{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#beff53;background-color:#0c2317;padding:4px 12px;border-radius:100px;font-weight:700;display:inline-block;margin-bottom:16px}.solara-section-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:20px;color:#0c2317}.solara-section-desc{font-size:1.1rem;line-height:1.6;color:#4b6354}.calc-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.calc-inputs-card,.calc-results-card{background:#f7f9f6;border:1px solid rgba(12,35,23,.05);border-radius:30px;padding:40px}.calc-inputs-card h3,.calc-results-card h3{font-size:1.4rem;font-weight:800;margin-bottom:30px;border-bottom:1px solid rgba(12,35,23,.06);padding-bottom:15px}.calc-input-group{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.calc-input-group label{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#4b6354}.solara-select{padding:14px 20px;border-radius:100px;border:1px solid rgba(12,35,23,.1);background:#fff;font-size:1rem;outline:none;font-family:inherit;color:#0c2317;font-weight:600}.slider-label-row{display:flex;justify-content:space-between;align-items:center}.slider-value{font-size:1.2rem;font-weight:800;color:#0c2317}.solara-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:100px;background:#0c23171a;outline:none}.solara-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#beff53;border:4px solid #0c2317;cursor:pointer;transition:transform .1s ease}.solara-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.slider-bounds{display:flex;justify-content:space-between;font-size:.75rem;color:#888;font-weight:600}.calculator-tip{display:flex;gap:12px;background:#fff;padding:16px;border-radius:16px;font-size:.8rem;color:#666;line-height:1.5;border:1px solid rgba(12,35,23,.03)}.calculator-tip svg{color:#beff53;fill:#0c2317;flex-shrink:0}.results-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.hero-stat-block{background:#fff;padding:24px;border-radius:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 20px #0c231705;border:1px solid rgba(12,35,23,.02)}.icon-lime{color:#beff53;fill:#0c2317}.icon-green{color:#0c2317}.stat-num{font-size:1.4rem;font-weight:950;display:block}.stat-lbl{font-size:.75rem;color:#888;font-weight:700;text-transform:uppercase}.results-detail-list{display:flex;flex-direction:column;gap:16px;margin-bottom:30px;border-bottom:1px solid rgba(12,35,23,.06);padding-bottom:25px}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500}.detail-label{color:#4b6354}.detail-val{font-weight:700}.text-green{color:#34a853}.icon-green-text{display:flex;align-items:center}.lifetime-yield-card{background:#0c2317;color:#fff;padding:30px;border-radius:24px;text-align:center;position:relative;overflow:hidden;box-shadow:0 10px 30px #0c231733}.lifetime-label{font-size:.85rem;text-transform:uppercase;color:#beff53;letter-spacing:1px;font-weight:700;display:block;margin-bottom:8px}.lifetime-amount{font-size:2.2rem;font-weight:900;color:#fff;display:block;margin-bottom:12px}.lifetime-yield-card p{font-size:.8rem;color:#9cb3a6;line-height:1.4}@media (max-width: 992px){.calc-grid-layout{grid-template-columns:1fr;gap:30px}}.solara-faq-section{padding:100px 5%;background-color:#fff;color:#0c2317}.solara-faq-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.faq-intro-col{position:sticky;top:120px}.faq-desc{font-size:1.05rem;line-height:1.6;color:#4b6354;margin-top:20px}.faq-accordion-col{display:flex;flex-direction:column;gap:16px}.accordion-row{background:#f7f9f6;border:1px solid rgba(12,35,23,.04);border-radius:20px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,background .2s ease}.accordion-row:hover{background:#f0f4ef;border-color:#0c231714}.accordion-row.active{background:#fff;border-color:#0c23171a;box-shadow:0 10px 30px #0c231708}.accordion-trigger{padding:24px 30px;display:flex;justify-content:space-between;align-items:center;gap:20px}.accordion-trigger h4{font-size:1.1rem;font-weight:700;color:#0c2317;line-height:1.3}.accordion-icon-box{background:#fff;color:#0c2317;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000a;transition:transform .3s ease,background .2s ease,color .2s ease;flex-shrink:0}.accordion-row.active .accordion-icon-box{background:#0c2317;color:#beff53;transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.accordion-row.active .accordion-content{max-height:200px}.accordion-content-inner{padding:0 30px 24px}.accordion-content p{font-size:.95rem;line-height:1.6;color:#4b6354}@media (max-width: 992px){.solara-faq-container{grid-template-columns:1fr;gap:40px}.faq-intro-col{position:static}}.solara-testimonials-section{padding:100px 5%;background-color:#f7f9f6;color:#0c2317}.solara-testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-sub{font-size:1.1rem;color:#4b6354;margin-top:15px}.testimonials-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.testimonial-card{background:#fff;border-radius:24px;padding:40px;border:1px solid rgba(12,35,23,.03);box-shadow:0 4px 20px #00000003;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-4px)}.stars-row{display:flex;gap:4px;margin-bottom:20px}.stars-row svg{fill:#beff53;stroke:#0c2317;stroke-width:1.5}.review-text{font-size:1rem;line-height:1.6;color:#4b6354;font-style:italic;margin-bottom:30px;flex-grow:1}.client-info{display:flex;align-items:center;gap:16px;border-top:1px solid rgba(12,35,23,.06);padding-top:20px}.avatar-placeholder{width:44px;height:44px;border-radius:50%;background-color:#0c2317;color:#beff53;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.client-info h4{font-size:.95rem;font-weight:800;color:#0c2317;margin-bottom:2px}.client-info span{font-size:.75rem;color:#888;font-weight:600;text-transform:uppercase}.solara-footer{background-color:#0c2317;color:#fff;padding:80px 5% 0;font-family:inherit;border-top:1px solid rgba(255,255,255,.05)}.solara-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1.8fr;gap:80px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.05)}.footer-brand-col{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo .logo-icon{font-size:1.8rem;color:#beff53}.footer-logo .logo-name{font-size:1.8rem;font-weight:900;letter-spacing:-.5px;color:#fff}.footer-tagline{font-size:.95rem;line-height:1.6;color:#a3c4b1;max-width:320px}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-links-col h4{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;color:#beff53}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links-col button{background:transparent;border:none;color:#a3c4b1;font-size:.95rem;cursor:pointer;text-align:left;transition:color .2s ease;font-family:inherit;padding:0}.footer-links-col button:hover{color:#fff}.contact-info-text{font-size:.95rem;color:#a3c4b1}.footer-bottom-bar{padding:35px 0;background-color:#07150e}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:.85rem;color:#637d6e}.footer-legal-links{display:flex;align-items:center;gap:10px}.footer-legal-links button{background:transparent;border:none;color:#637d6e;font-size:.85rem;cursor:pointer;font-family:inherit}.footer-legal-links button:hover{color:#beff53}.divider{color:#637d6e}@media (max-width: 992px){.solara-footer-container{grid-template-columns:1fr;gap:40px}.footer-links-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.solara-app-theme{background-color:#f7f9f6;color:#0c2317;font-family:Outfit,sans-serif;min-height:100vh;position:relative;overflow-x:hidden}.solara-navbar{position:fixed;top:0;left:0;width:100%;padding:24px 5%;z-index:1000;background:transparent;transition:all .3s ease}.solara-navbar.scrolled{padding:16px 5%;background:#f7f9f6d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(12,35,23,.04)}.nav-container-solara{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:8px;cursor:pointer}.logo-spark{font-size:1.5rem;color:#beff53}.logo-name{font-size:1.4rem;font-weight:950;letter-spacing:-.5px;color:#0c2317}.nav-links-desktop{display:flex;gap:32px}.nav-links-desktop button{background:transparent;border:none;font-size:.95rem;font-weight:600;color:#0c2317;cursor:pointer;padding:8px 0;position:relative;font-family:inherit;opacity:.75;transition:opacity .2s ease}.nav-links-desktop button:hover{opacity:1}.nav-links-desktop button:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#0c2317}.nav-consult-btn{background:#0c2317;color:#beff53;border:none;padding:10px 24px;border-radius:100px;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease;font-family:inherit}.nav-consult-btn:hover{transform:translateY(-1px);background:#113020}.mobile-menu-trigger{display:none;background:transparent;border:none;cursor:pointer;color:#0c2317}.mobile-menu-dropdown{position:absolute;top:100%;left:0;width:100%;background:#f7f9f6;border-bottom:1px solid rgba(12,35,23,.08);padding:20px 5%;display:flex;flex-direction:column;gap:16px}.mobile-menu-dropdown button{background:transparent;border:none;font-size:1.1rem;font-weight:700;color:#0c2317;text-align:left;padding:10px 0;cursor:pointer;font-family:inherit}.consult-btn-mobile{background:#0c2317!important;color:#beff53!important;text-align:center!important;padding:14px!important;border-radius:100px!important}.about-power-row{padding:80px 5%;background-color:#fff}.about-power-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.brief-title-col{display:flex;flex-direction:column;align-items:flex-start}.brief-badge{font-size:.8rem;text-transform:uppercase;color:#beff53;background-color:#0c2317;padding:4px 10px;border-radius:100px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.brief-title-col h2{font-size:2.2rem;font-weight:900;line-height:1.2}.brief-text-col{display:flex;flex-direction:column;gap:20px}.brief-text-col p{font-size:1.05rem;line-height:1.7;color:#4b6354}.brief-text-col strong{color:#0c2317}.cta-banner-wrapper{padding:100px 5%;background:linear-gradient(180deg,#0c2317,#06120c);color:#fff;text-align:center}.cta-banner-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px}.cta-banner-content h2{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:900;letter-spacing:-.02em}.lime-btn{background:#beff53!important;color:#0c2317!important;box-shadow:0 8px 25px #beff5333!important}.lime-btn:hover{background:#aae942!important}@media (max-width: 768px){.nav-links-desktop,.nav-cta-desktop{display:none}.mobile-menu-trigger{display:block}.about-power-container{grid-template-columns:1fr;gap:30px}}.dailygrind-theme-container{background-color:#0c1015;color:#c9d1d9;font-family:Outfit,sans-serif;min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.dailygrind-theme-container *{box-sizing:border-box;margin:0;padding:0}.dg-desktop-layout{display:grid;grid-template-columns:80px 1fr;min-height:100vh;width:100%}.dg-sidebar{background-color:#080b0f;border-right:1px solid rgba(255,255,255,.04);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:24px 0;z-index:10}.dg-logo-area{margin-bottom:20px}.dg-logo-icon{background:linear-gradient(135deg,#f2644c,#6f5ef5);color:#fff;font-weight:800;font-size:1.1rem;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;letter-spacing:-.5px;box-shadow:0 4px 12px #f2644c4d}.dg-sidebar-nav{display:flex;flex-direction:column;gap:20px}.dg-nav-item{background:transparent;border:none;color:#8892b0;width:44px;height:44px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.dg-nav-item:hover,.dg-nav-item.active{color:#fff;background-color:#ffffff0d}.dg-nav-item.active{border-left:3px fill #f2644c}.dg-sidebar-footer{display:flex;flex-direction:column;align-items:center}.dg-user-avatar{position:relative;cursor:pointer}.dg-user-avatar img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.2)}.dg-online-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;background-color:#34a853;border:2px solid #080b0f}.dg-main-content{display:flex;flex-direction:column;padding:30px;height:100vh;overflow-y:auto}.dg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dg-header-title h1{font-size:1.6rem;font-weight:800;color:#fff}.dg-breadcrumb{font-size:.85rem;color:#8892b0;margin-left:6px}.dg-header-actions{display:flex;align-items:center;gap:16px}.dg-search-box{background-color:#10141a;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:10px;width:260px}.dg-search-box input{background:transparent;border:none;outline:none;color:#fff;font-size:.85rem;width:100%}.dg-location-selector{background-color:#10141a;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:8px;position:relative;cursor:pointer}.dg-coffee-icon{color:#6f5ef5}.dg-location-dropdown{background:transparent;border:none;outline:none;color:#fff;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:20px}.dg-chevron-icon{position:absolute;right:12px;color:#8892b0;pointer-events:none}.dg-notification-trigger{background-color:#10141a;border:1px solid rgba(255,255,255,.05);color:#8892b0;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.dg-bell-dot{position:absolute;top:10px;right:10px;width:6px;height:6px;border-radius:50%;background-color:#f2644c}.dg-grid-stage{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.dg-card{background-color:#10141a;border:1px solid rgba(255,255,255,.04);border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 30px #0003}.dg-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dg-card-title-row{display:flex;align-items:center;gap:10px}.dg-card-icon-tag{font-size:1.25rem}.dg-card-header h2{font-size:1rem;font-weight:800;letter-spacing:.5px;color:#fff}.dg-card-filters{display:flex;gap:10px}.dg-mini-select{background-color:#161c24;border:1px solid rgba(255,255,255,.05);color:#8892b0;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:600;outline:none;cursor:pointer}.dg-revenue-card{grid-column:1 / 2;display:flex;flex-direction:column}.dg-revenue-metrics{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;flex-grow:1}.dg-revenue-graph-col{position:relative;display:flex;align-items:flex-end;height:220px}.dg-bar-chart-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.dg-bar-grid-lines{position:absolute;top:0;left:0;width:100%;height:85%;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.dg-grid-line{border-top:1px dashed rgba(255,255,255,.05);width:100%}.dg-bars-wrapper{display:flex;justify-content:space-between;align-items:flex-end;height:85%;position:relative;z-index:2;padding:0 10px}.dg-bar-col{display:flex;flex-direction:column;align-items:center;width:10%;height:100%;justify-content:flex-end;position:relative}.dg-bar-fill{background:linear-gradient(180deg,#f2644c,#f2644c40);width:100%;border-radius:8px 8px 0 0;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.dg-bar-fill:hover{background:#f2644c;box-shadow:0 0 12px #f2644c66}.dg-bar-col:hover .dg-bar-hover-val{opacity:1;transform:translate(-50%) translateY(-6px)}.dg-bar-hover-val{position:absolute;top:-24px;left:50%;transform:translate(-50%) translateY(0);background-color:#0c1015;border:1px solid rgba(255,255,255,.15);color:#fff;padding:2px 6px;font-size:.7rem;border-radius:4px;pointer-events:none;opacity:0;transition:all .2s ease;white-space:nowrap}.dg-bar-indicator-node{position:absolute;top:-20px;left:50%;transform:translate(-50%);background-color:#f2644c;color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.dg-bar-label{font-size:.7rem;color:#8892b0;margin-top:8px}.dg-revenue-stats-col{display:flex;flex-direction:column;gap:20px;justify-content:center}.dg-stat-box{background-color:#ffffff05;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:16px}.dg-stat-lbl{font-size:.7rem;color:#8892b0;font-weight:700;letter-spacing:.5px;display:block;margin-bottom:6px}.dg-stat-row{display:flex;align-items:baseline;gap:12px}.dg-stat-value{font-size:1.4rem;font-weight:900;color:#fff}.dg-badge-positive{background-color:#34a85326;color:#34a853;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:100px}.dg-stat-subtext{font-size:.7rem;color:#57607a;display:block;margin-top:4px}.dg-row-right-stack{display:flex;flex-direction:column;gap:24px}.dg-alert-card{background:linear-gradient(135deg,#f2644c1f,#6f5ef514);border:1.5px solid rgba(242,100,76,.25);border-radius:20px;padding:20px;display:flex;align-items:center;gap:16px}.dg-alert-icon-box{background-color:#f2644c26;color:#f2644c;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.dg-alert-details h3{font-size:.75rem;font-weight:800;letter-spacing:.5px;color:#f2644c;margin-bottom:4px}.dg-alert-details p{font-size:.8rem;color:#c9d1d9;line-height:1.4}.dg-time-accent{color:#beff53;font-weight:700;background-color:#beff531a;padding:1px 5px;border-radius:4px}.dg-alert-action-btn{background-color:#f2644c;color:#0c1015;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;transition:transform .2s ease}.dg-alert-action-btn:hover{transform:scale(1.05)}.dg-capacity-card{flex-grow:1}.dg-badge-pill{background-color:#ffffff0d;color:#8892b0;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:100px;text-transform:uppercase}.dg-gauges-row{display:flex;justify-content:space-around;margin:15px 0 25px}.dg-gauge-item{display:flex;flex-direction:column;align-items:center}.dg-gauge-svg-wrap{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.dg-gauge-bg-circle{fill:none;stroke:#ffffff08;stroke-width:5.5}.dg-gauge-fill-circle{fill:none;stroke-width:5.5;stroke-linecap:round;transition:stroke-dashoffset .6s cubic-bezier(.16,1,.3,1)}.dg-gauge-val-text{position:absolute;font-size:.85rem;font-weight:800;color:#fff}.dg-gauge-lbl{font-size:.75rem;font-weight:600;color:#8892b0}.dg-capacity-checkboxes{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.05);padding-top:15px}.dg-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#8892b0;font-weight:600;cursor:pointer}.dg-checkbox-label input{display:none}.dg-checkbox-custom{width:14px;height:14px;border-radius:4px;border:1.5px solid #8892b0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dg-points-card{grid-column:1 / 2;height:250px}.dg-map-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.dg-svg-map-graphic{width:100%;max-width:320px;position:relative}.dg-styled-map-svg{width:100%;height:auto}.dg-map-pin{cursor:pointer}.dg-pin-radial-pulse{fill:none;stroke-width:1;animation:mapPulse 1.8s infinite}.dg-map-pin.coral .dg-pin-radial-pulse{stroke:#f2644c80}.dg-map-pin.blue .dg-pin-radial-pulse{stroke:#6f5ef580}.dg-map-pin.lime .dg-pin-radial-pulse{stroke:#beff5380}@keyframes mapPulse{0%{r:4;opacity:1}to{r:18;opacity:0}}.dg-map-floating-indicator{position:absolute;top:10px;right:10px;background-color:#34a85326;color:#34a853;padding:4px 10px;border-radius:100px;font-size:.65rem;font-weight:700;display:flex;align-items:center;gap:5px}.dg-timing-card{height:250px}.dg-clock-container{display:flex;align-items:center;justify-content:space-around;height:80%}.dg-radial-clock-meter{display:flex;align-items:center;gap:12px}.dg-clock-svg{transform:rotate(-90deg)}.dg-clock-dial-bg{fill:#141920;stroke:#ffffff0a;stroke-width:2.5}.dg-clock-hand-hour{transform-origin:60px 60px;animation:clockRotate 24s linear infinite}.dg-clock-hand-minute{transform-origin:60px 60px;animation:clockRotate 2s linear infinite}@keyframes clockRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dg-clock-legend{display:flex;flex-direction:column;gap:8px}.legend-row{display:flex;align-items:center;gap:8px}.legend-row .dot{width:8px;height:8px;border-radius:50%}.legend-row .dot.peak{background-color:#f2644c}.legend-row .dot.completion{background-color:#beff53}.legend-row .lbl{font-size:.7rem;color:#8892b0;font-weight:600}.dg-clock-time-readout{display:flex;flex-direction:column;align-items:flex-end}.dg-clock-time-readout span{font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:-.5px}.dg-clock-time-readout .tz{font-size:.75rem;color:#57607a;font-weight:700}.dg-ai-lead-card{grid-column:2 / 3;grid-row:2 / 4;display:flex;flex-direction:column;height:524px}.dg-cpu-icon{color:#beff53}.dg-chat-feed-box{flex-grow:1;background-color:#0000001a;border-radius:16px;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;border:1px solid rgba(255,255,255,.02);margin-bottom:16px;max-height:260px}.dg-chat-bubble{display:flex;gap:10px;max-width:85%}.dg-chat-bubble.ai{align-self:flex-start}.dg-chat-bubble.user{align-self:flex-end;flex-direction:row-reverse}.dg-bubble-avatar{background-color:#1c2620;color:#beff53;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(190,255,83,.1)}.dg-bubble-text-wrap{display:flex;flex-direction:column;gap:4px}.dg-bubble-text{font-size:.8rem;line-height:1.45;padding:10px 14px;border-radius:16px}.dg-chat-bubble.ai .dg-bubble-text{background-color:#161c24;color:#c9d1d9;border-top-left-radius:0}.dg-chat-bubble.user .dg-bubble-text{background-color:#6f5ef5;color:#fff;border-top-right-radius:0}.dg-bubble-time{font-size:.65rem;color:#57607a;align-self:flex-start}.dg-chat-bubble.user .dg-bubble-time{align-self:flex-end}.dg-typing-indicator{display:flex;align-items:center;gap:4px;padding:10px 14px;background-color:#161c24;border-radius:0 16px 16px}.dg-typing-indicator span{width:6px;height:6px;background-color:#beff53;border-radius:50%;display:inline-block;animation:typingBounce 1.2s infinite ease-in-out}.dg-typing-indicator span:nth-child(2){animation-delay:.2s}.dg-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1.1);opacity:1}}.dg-chat-suggestions{margin-bottom:14px}.dg-sugg-title{font-size:.7rem;color:#8892b0;font-weight:700;display:block;margin-bottom:8px;text-transform:uppercase}.dg-chips-row{display:flex;flex-wrap:wrap;gap:8px}.dg-suggestion-chip{background-color:#ffffff08;border:1px solid rgba(255,255,255,.06);color:#beff53;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.dg-suggestion-chip:hover{background-color:#beff531a;border-color:#beff53}.dg-chat-input-bar{background-color:#161c24;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:6px 12px;display:flex;align-items:center;gap:10px;margin-top:auto}.dg-plus-icon-btn{background-color:#ffffff0d;border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.dg-chat-input-bar input{background:transparent;border:none;outline:none;color:#fff;font-size:.8rem;width:100%}.dg-send-icon-btn{background-color:#6f5ef5;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dg-send-icon-btn:hover{background-color:#5a45f2}@media (max-width: 992px){.dailygrind-theme-container{background-color:#0c0d10;padding:0}}.dg-mobile-device-wrapper{background-color:#0c0d10;min-height:100vh;width:100%;display:flex;flex-direction:column;padding-bottom:80px}.dg-mobile-header{background-color:#121418;border-bottom:1px solid rgba(255,255,255,.04);padding:16px 20px;display:flex;flex-direction:column;gap:12px}.dg-mobile-brand{display:flex;align-items:center;gap:10px}.brand-dot{background:linear-gradient(135deg,#f2644c,#6f5ef5);color:#fff;font-weight:900;font-size:.85rem;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.dg-mobile-brand h2{font-size:.95rem;font-weight:800;color:#fff}.dg-mobile-location-row{background-color:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:8px 12px;display:flex;align-items:center}.dg-mobile-location-select{background:transparent;border:none;outline:none;color:#beff53;font-family:inherit;font-size:.85rem;font-weight:700;width:100%}.dg-mobile-content-screen{padding:20px;flex-grow:1;display:flex;flex-direction:column}.dg-mobile-screen{animation:mobileFade .3s ease forwards;display:flex;flex-direction:column;gap:20px;flex-grow:1}@keyframes mobileFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dg-screen-header{border-bottom:1px solid rgba(255,255,255,.04);padding-bottom:10px;display:flex;justify-content:space-between;align-items:center}.dg-screen-header h3{font-size:1.15rem;color:#fff;font-weight:800}.dg-online-pill{background-color:#34a85326;color:#34a853;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:100px}.dg-mobile-chat-feed{flex-grow:1;background-color:#ffffff03;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:15px;height:calc(100vh - 360px);overflow-y:auto;display:flex;flex-direction:column;gap:12px}.dg-mobile-suggestions{display:flex;overflow-x:auto;gap:8px;padding-bottom:6px}.dg-mobile-suggestions::-webkit-scrollbar{height:2px}.dg-mobile-chip{background-color:#121418;border:1px solid rgba(255,255,255,.05);color:#beff53;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer}.dg-mobile-chat-input-row{background-color:#121418;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:8px 12px;display:flex;gap:8px}.dg-mobile-chat-input-row input{background:transparent;border:none;outline:none;color:#fff;font-size:.85rem;width:100%}.dg-mobile-send{background-color:#6f5ef5;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dg-mobile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dg-mobile-stats-grid .dg-m-stat-box{background-color:#121418;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:4px}.dg-m-stat-box .lbl{font-size:.65rem;color:#8892b0;font-weight:700}.dg-m-stat-box .val{font-size:1.15rem;font-weight:900;color:#fff}.dg-mobile-chart-card{background-color:#121418;border:1px solid rgba(255,255,255,.03);border-radius:20px;padding:20px}.dg-mobile-chart-card h4{font-size:.75rem;font-weight:800;color:#8892b0;margin-bottom:16px;letter-spacing:.5px}.dg-m-bar-chart{display:flex;flex-direction:column;gap:14px}.dg-m-chart-bar-row{display:flex;align-items:center;gap:12px}.dg-m-chart-bar-row .day-lbl{font-size:.75rem;font-weight:800;color:#8892b0;width:14px}.dg-m-chart-bar-row .bar-track{background-color:#ffffff08;height:12px;border-radius:6px;flex-grow:1;overflow:hidden}.dg-m-chart-bar-row .bar-fill{background:linear-gradient(90deg,#f2644c,#beff53);height:100%;border-radius:6px}.dg-m-chart-bar-row .val-lbl{font-size:.75rem;font-weight:600;color:#beff53;width:45px;text-align:right}.dg-mobile-cartoon-illustration{background-color:#121418;border-radius:20px;padding:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.02)}.dg-mobile-reports-list{display:flex;flex-direction:column;gap:12px}.dg-m-report-item{background-color:#121418;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:15px}.dg-m-report-item .rep-left{display:flex;gap:14px;align-items:flex-start}.dg-m-report-item .rep-icon{font-size:1.5rem}.dg-m-report-item h4{font-size:.85rem;font-weight:800;color:#fff;margin-bottom:2px}.dg-m-report-item p{font-size:.75rem;color:#8892b0;line-height:1.4}.dg-m-report-item .rep-go-btn{background-color:#ffffff0d;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-weight:700}.dg-mobile-integrations-list{display:flex;flex-direction:column;gap:10px}.dg-m-integration-row{background-color:#121418;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.dg-m-integration-row .int-details{display:flex;align-items:center;gap:14px}.dg-m-integration-row .int-logo-box{font-size:1.25rem}.dg-m-integration-row h4{font-size:.85rem;font-weight:800;color:#fff}.dg-m-integration-row .int-status-tag{font-size:.65rem;font-weight:700}.dg-m-integration-row .int-status-tag.connected{color:#34a853}.dg-m-integration-row .int-status-tag.disconnected{color:#8892b0}.dg-m-integration-row .int-action-btn{border:none;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer}.dg-m-integration-row .int-action-btn.connect{background-color:#6f5ef5;color:#fff}.dg-m-integration-row .int-action-btn.disconnect{background-color:#ffffff0d;color:#f2644c}.dg-mobile-categories-block{margin-top:20px}.dg-mobile-categories-block h4{font-size:.75rem;font-weight:800;color:#8892b0;margin-bottom:12px;letter-spacing:.5px}.categories-stack{display:flex;flex-direction:column;gap:10px}.dg-m-cat-card{background-color:#121418;border-left:4px solid #fff;border-radius:4px 12px 12px 4px;padding:12px 16px}.dg-m-cat-card .cat-title{font-size:.75rem;font-weight:800;display:block;margin-bottom:2px}.dg-m-cat-card .cat-desc{font-size:.7rem;color:#8892b0}.dg-mobile-capacity-gauges{background-color:#121418;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:14px}.dg-m-gauge-row{display:flex;align-items:center;gap:12px}.dg-m-gauge-row .lbl{font-size:.75rem;font-weight:600;color:#8892b0;width:80px}.dg-m-gauge-row .bar-track{background-color:#ffffff08;height:8px;border-radius:4px;flex-grow:1;overflow:hidden}.dg-m-gauge-row .bar-fill{height:100%;border-radius:4px}.dg-m-gauge-row .val{font-size:.75rem;font-weight:800;color:#fff;width:30px;text-align:right}.dg-mobile-radial-clock-card{background-color:#121418;border-radius:20px;padding:20px}.dg-mobile-radial-clock-card h4{font-size:.75rem;font-weight:800;color:#8892b0;margin-bottom:16px}.clock-radial-wrap{display:flex;align-items:center;justify-content:center;gap:20px}.clock-radial-wrap svg{transform:rotate(-90deg)}.clock-details{display:flex;flex-direction:column}.clock-details .time-val{font-size:1.3rem;font-weight:900;color:#fff}.clock-details .tz-val{font-size:.75rem;color:#f2644c;font-weight:700}.dg-mobile-nav-dock{position:fixed;bottom:0;left:0;width:100%;height:72px;background-color:#121418;border-top:1px solid rgba(255,255,255,.04);display:flex;justify-content:space-around;align-items:center;z-index:1000;padding:0 10px;box-shadow:0 -10px 30px #00000080}.dg-mobile-nav-dock button{background:transparent;border:none;color:#8892b0;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;width:20%;font-family:inherit;transition:color .2s ease}.dg-mobile-nav-dock button.active{color:#beff53}.dg-mobile-nav-dock button span{font-size:.65rem;font-weight:600}.dailygrind-theme-container .dg-revenue-view,.dailygrind-theme-container .dg-reports-view,.dailygrind-theme-container .dg-capacity-view,.dailygrind-theme-container .dg-map-view,.dailygrind-theme-container .dg-integrations-view{animation:mobileFade .35s ease forwards;width:100%}.dailygrind-theme-container .dg-view-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;width:100%}.dailygrind-theme-container .dg-view-left-column,.dailygrind-theme-container .dg-view-right-column{display:flex;flex-direction:column;gap:24px}.dailygrind-theme-container .dg-revenue-line-chart{width:100%;height:auto;overflow:visible}.dailygrind-theme-container .dg-chart-point-group{cursor:pointer}.dailygrind-theme-container .dg-chart-tooltip{opacity:0;pointer-events:none;transition:opacity .15s ease}.dailygrind-theme-container .dg-chart-point-group:hover .dg-chart-tooltip{opacity:1}.dailygrind-theme-container .dg-transactions-table{width:100%;border-collapse:collapse;text-align:left}.dailygrind-theme-container .dg-transactions-table th{color:#8892b0;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.dailygrind-theme-container .dg-transactions-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.02);font-size:.8rem;color:#c9d1d9}.dailygrind-theme-container .dg-transactions-table tr:hover td{background-color:#ffffff03}.dailygrind-theme-container .dg-bold-value{font-weight:700;color:#fff}.dailygrind-theme-container .dg-status-tag{font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:100px;text-transform:uppercase}.dailygrind-theme-container .dg-status-tag.peak{background-color:#f2644c26;color:#f2644c}.dailygrind-theme-container .dg-status-tag.normal{background-color:#6f5ef526;color:#6f5ef5}.dailygrind-theme-container .dg-status-tag.lull{background-color:#beff531a;color:#beff53}.dailygrind-theme-container .dg-simulator-card{padding:24px}.dailygrind-theme-container .dg-simulator-desc{font-size:.8rem;color:#8892b0;line-height:1.45;margin-bottom:24px}.dailygrind-theme-container .dg-sliders-stack{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.dailygrind-theme-container .dg-slider-group{display:flex;flex-direction:column;gap:6px}.dailygrind-theme-container .dg-slider-lbl-row{display:flex;justify-content:space-between;font-size:.85rem;font-weight:700;color:#fff}.dailygrind-theme-container .dg-slider-val-readout{color:#beff53}.dailygrind-theme-container .dg-range-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:3px;background-color:#161c24;outline:none;margin:6px 0}.dailygrind-theme-container .dg-range-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background-color:#beff53;cursor:pointer;box-shadow:0 0 8px #beff5380;transition:transform .1s ease}.dailygrind-theme-container .dg-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.dailygrind-theme-container .dg-slider-sub{font-size:.7rem;color:#57607a}.dailygrind-theme-container .dg-projection-outcomes{background-color:#ffffff03;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px}.dailygrind-theme-container .dg-outcome-box{display:flex;flex-direction:column;gap:4px}.dailygrind-theme-container .dg-outcome-lbl{font-size:.65rem;color:#8892b0;font-weight:700;letter-spacing:.5px}.dailygrind-theme-container .dg-outcome-value{font-size:1.5rem;font-weight:900;color:#fff}.dailygrind-theme-container .dg-outcome-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dailygrind-theme-container .dg-outcome-subbox{display:flex;flex-direction:column;gap:4px}.dailygrind-theme-container .dg-lift-badge{color:#beff53;font-weight:800;font-size:1.05rem}.dailygrind-theme-container .dg-outcome-subvalue{font-weight:700;color:#fff;font-size:1.05rem}.dailygrind-theme-container .dg-reports-selection-list{display:flex;flex-direction:column;gap:12px}.dailygrind-theme-container .dg-report-select-item{background-color:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:16px;display:flex;align-items:flex-start;gap:14px;cursor:pointer;transition:all .2s ease}.dailygrind-theme-container .dg-report-select-item:hover{background-color:#ffffff0a;border-color:#ffffff14}.dailygrind-theme-container .dg-report-select-item.active{background-color:#6f5ef514;border-color:#6f5ef54d}.dailygrind-theme-container .dg-rep-emoji{font-size:1.4rem}.dailygrind-theme-container .dg-rep-meta h3{font-size:.85rem;font-weight:800;color:#fff;margin-bottom:4px}.dailygrind-theme-container .dg-rep-meta p{font-size:.75rem;color:#8892b0;line-height:1.35}.dailygrind-theme-container .dg-report-viewer-card{min-height:480px;display:flex;flex-direction:column}.dailygrind-theme-container .dg-report-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;max-width:340px;gap:12px}.dailygrind-theme-container .dg-report-empty-state h3{color:#fff;font-size:1.1rem;font-weight:800}.dailygrind-theme-container .dg-report-empty-state p{font-size:.8rem;color:#8892b0;line-height:1.45}.dailygrind-theme-container .dg-report-detail-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:16px;margin-bottom:20px}.dailygrind-theme-container .dg-report-badge{font-size:.65rem;color:#6f5ef5;font-weight:800;display:block;margin-bottom:4px;letter-spacing:.5px}.dailygrind-theme-container .dg-report-detail-header h2{font-size:1.25rem;font-weight:900;color:#fff;margin-bottom:6px}.dailygrind-theme-container .dg-report-detail-header p{font-size:.8rem;color:#8892b0;line-height:1.4}.dailygrind-theme-container .dg-export-btn{background-color:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s ease}.dailygrind-theme-container .dg-export-btn:hover{background-color:#ffffff14}.dailygrind-theme-container .dg-report-ledger{display:flex;flex-direction:column;gap:12px}.dailygrind-theme-container .dg-ledger-header,.dailygrind-theme-container .dg-ledger-item,.dailygrind-theme-container .dg-ledger-total{display:grid;grid-template-columns:2fr 1fr 1fr;padding:10px 0;font-size:.8rem}.dailygrind-theme-container .dg-ledger-header{border-bottom:1px solid rgba(255,255,255,.05);color:#8892b0;font-weight:700}.dailygrind-theme-container .dg-ledger-item{border-bottom:1px solid rgba(255,255,255,.02);color:#c9d1d9}.dailygrind-theme-container .dg-ledger-total{border-top:1px solid rgba(255,255,255,.08);color:#beff53;font-weight:800;font-size:.85rem}.dailygrind-theme-container .dg-report-ledger .right-align{text-align:right}.dailygrind-theme-container .dg-report-insight{margin-top:20px;background-color:#beff5308;border:1px solid rgba(190,255,83,.08);border-radius:12px;padding:14px}.dailygrind-theme-container .dg-report-insight .insight-title{display:flex;align-items:center;gap:6px;color:#beff53;font-size:.75rem;font-weight:800;margin-bottom:6px;text-transform:uppercase}.dailygrind-theme-container .dg-report-insight p{font-size:.75rem;color:#c9d1d9;line-height:1.45}.dailygrind-theme-container .dg-live-capacity-card{padding:24px}.dailygrind-theme-container .dg-gauges-container-vertical{display:flex;flex-direction:column;gap:18px;margin-top:10px}.dailygrind-theme-container .dg-capacity-detail-item{display:flex;justify-content:space-between;align-items:center;background-color:#ffffff03;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:14px 20px}.dailygrind-theme-container .dg-cap-meta h3{font-size:.9rem;font-weight:800;color:#fff;margin-bottom:2px}.dailygrind-theme-container .dg-cap-val-indicator{font-size:.75rem;font-weight:700}.dailygrind-theme-container .dg-cap-gauge-wrapper{position:relative;width:76px;height:76px;display:flex;align-items:center;justify-content:center}.dailygrind-theme-container .dg-gauge-center-text{position:absolute;font-size:.9rem;font-weight:900;color:#fff}.dailygrind-theme-container .dg-service-readout{margin-top:16px;background-color:#ffffff03;border:1px solid rgba(255,255,255,.03);padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:12px}.dailygrind-theme-container .dg-readout-item{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#8892b0}.dailygrind-theme-container .dg-readout-time{font-size:1.3rem;font-weight:900}.dailygrind-theme-container .dg-speed-bar-track{background-color:#ffffff08;height:8px;border-radius:4px;width:100%;overflow:hidden;margin-top:4px}.dailygrind-theme-container .dg-speed-bar-fill{height:100%;border-radius:4px;transition:width .4s ease,background-color .4s ease}.dailygrind-theme-container .dg-roster-card{min-height:400px}.dailygrind-theme-container .dg-roster-list{display:flex;flex-direction:column;gap:12px;margin-top:10px}.dailygrind-theme-container .dg-roster-employee-item{display:flex;justify-content:space-between;align-items:center;background-color:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:16px;padding:12px 18px}.dailygrind-theme-container .dg-emp-meta{display:flex;align-items:center;gap:12px}.dailygrind-theme-container .dg-emp-avatar{font-size:1.25rem;background-color:#ffffff08;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dailygrind-theme-container .dg-emp-meta h4{font-size:.85rem;font-weight:800;color:#fff}.dailygrind-theme-container .dg-emp-role{font-size:.7rem;color:#8892b0}.dailygrind-theme-container .dg-emp-shift{display:flex;flex-direction:column;align-items:flex-end;font-size:.75rem;color:#8892b0}.dailygrind-theme-container .dg-emp-rate{font-size:.7rem;color:#beff53;font-weight:700}.dailygrind-theme-container .dg-emp-status{font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:100px}.dailygrind-theme-container .dg-emp-status.active{background-color:#34a85326;color:#34a853}.dailygrind-theme-container .dg-emp-status.scheduled{background-color:#6f5ef526;color:#6f5ef5}.dailygrind-theme-container .dg-expanded-map-card{height:auto}.dailygrind-theme-container .dg-large-map-wrapper{background-color:#080b0f;border:1px solid rgba(255,255,255,.03);border-radius:16px;padding:16px;display:flex;justify-content:center}.dailygrind-theme-container .dg-large-svg-map{width:100%;max-width:480px;height:auto;overflow:visible}.dailygrind-theme-container .dg-map-legend-dots{display:flex;gap:12px;font-size:.75rem}.dailygrind-theme-container .legend-dot{display:inline-flex;align-items:center;gap:5px;font-weight:600}.dailygrind-theme-container .legend-dot:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block}.dailygrind-theme-container .legend-dot.coral:before{background-color:#f2644c}.dailygrind-theme-container .legend-dot.blue:before{background-color:#6f5ef5}.dailygrind-theme-container .legend-dot.lime:before{background-color:#beff53}.dailygrind-theme-container .dg-timeline-logs-card{min-height:400px}.dailygrind-theme-container .dg-timeline-logs-list{display:flex;flex-direction:column;gap:16px;margin-top:10px}.dailygrind-theme-container .dg-timeline-log-row{display:grid;grid-template-columns:80px 1fr;align-items:flex-start;position:relative}.dailygrind-theme-container .dg-timeline-log-row:after{content:"";position:absolute;left:8px;top:18px;bottom:-22px;width:1px;background-color:#ffffff0d}.dailygrind-theme-container .dg-timeline-log-row:last-child:after{display:none}.dailygrind-theme-container .dg-timeline-left{display:flex;align-items:center;gap:10px}.dailygrind-theme-container .log-dot{width:6px;height:6px;border-radius:50%;background-color:#57607a;flex-shrink:0;z-index:2}.dailygrind-theme-container .dg-timeline-log-row.warning .log-dot{background-color:#f2644c;box-shadow:0 0 6px #f2644c}.dailygrind-theme-container .dg-timeline-log-row.success .log-dot{background-color:#34a853;box-shadow:0 0 6px #34a853}.dailygrind-theme-container .dg-timeline-log-row.info .log-dot{background-color:#6f5ef5;box-shadow:0 0 6px #6f5ef5}.dailygrind-theme-container .log-time{font-size:.7rem;color:#57607a;font-weight:700}.dailygrind-theme-container .dg-timeline-right{display:flex;flex-direction:column;gap:2px}.dailygrind-theme-container .log-loc{font-size:.75rem;color:#fff;font-weight:800}.dailygrind-theme-container .log-desc{font-size:.75rem;color:#8892b0;line-height:1.4}.dailygrind-theme-container .dg-integrations-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.dailygrind-theme-container .dg-integration-grid-card{background-color:#10141a;border:1px solid rgba(255,255,255,.04);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:12px}.dailygrind-theme-container .dg-integration-grid-card.connected{border-color:#34a85326;background:linear-gradient(180deg,#10141a,#34a85305)}.dailygrind-theme-container .int-card-top{display:flex;justify-content:space-between;align-items:center}.dailygrind-theme-container .int-emoji{font-size:1.5rem}.dailygrind-theme-container .int-status-badge{font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:100px;text-transform:uppercase}.dailygrind-theme-container .int-status-badge.connected{background-color:#34a85326;color:#34a853}.dailygrind-theme-container .int-status-badge.disconnected{background-color:#ffffff0d;color:#8892b0}.dailygrind-theme-container .dg-integration-grid-card h3{color:#fff;font-size:1rem;font-weight:800}.dailygrind-theme-container .dg-integration-grid-card p{font-size:.75rem;color:#8892b0;line-height:1.4;height:40px}.dailygrind-theme-container .int-controls-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.dailygrind-theme-container .int-connect-btn{border:none;font-family:inherit;font-size:.75rem;font-weight:700;padding:6px 12px;border-radius:8px;cursor:pointer}.dailygrind-theme-container .int-connect-btn.connect{background-color:#6f5ef5;color:#fff}.dailygrind-theme-container .int-connect-btn.disconnect{background-color:#ffffff0a;color:#f2644c}.dailygrind-theme-container .dg-sync-manager-panel{display:flex;flex-direction:column;gap:14px}.dailygrind-theme-container .dg-sync-desc{font-size:.75rem;color:#8892b0;line-height:1.45}.dailygrind-theme-container .dg-trigger-sync-btn{background-color:#6f5ef5;color:#fff;border:none;font-family:inherit;font-size:.85rem;font-weight:800;padding:12px 24px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.dailygrind-theme-container .dg-trigger-sync-btn:hover:not(:disabled){background-color:#5a45f2}.dailygrind-theme-container .dg-trigger-sync-btn.syncing{background-color:#161c24;color:#8892b0;cursor:not-allowed}.dailygrind-theme-container .dg-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.1);border-top-color:#beff53;border-radius:50%;animation:spinnerAnim .8s linear infinite}@keyframes spinnerAnim{to{transform:rotate(360deg)}}.dailygrind-theme-container .dg-credential-fields{display:flex;flex-direction:column;gap:14px}.dailygrind-theme-container .dg-input-group{display:flex;flex-direction:column;gap:6px}.dailygrind-theme-container .dg-input-group label{font-size:.7rem;color:#8892b0;font-weight:700;text-transform:uppercase}.dailygrind-theme-container .dg-input-group input{background-color:#0c1015;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px 14px;color:#fff;font-family:inherit;font-size:.8rem;outline:none}.dailygrind-theme-container .dg-input-group input:focus{border-color:#beff53}.dailygrind-theme-container .dg-credential-save-btn{background-color:#beff531a;border:1px solid rgba(190,255,83,.2);color:#beff53;font-family:inherit;font-size:.8rem;font-weight:800;padding:10px;border-radius:8px;cursor:pointer;text-align:center;transition:all .2s ease}.dailygrind-theme-container .dg-credential-save-btn:hover{background-color:#beff53;color:#0c1015}:root{--bg-primary: #000000;--bg-secondary: #111111;--text-primary: #ffffff;--text-secondary: #9aa0a6;--google-blue: #1a73e8;--google-red: #ea4335;--google-yellow: #fbbc04;--google-green: #34a853;--accent-color: var(--google-blue);--font-main: "Outfit", sans-serif;--transition-smooth: all .1s cubic-bezier(.4, 0, .2, 1);--fs-xs: clamp(.75rem, .7rem + .25vw, .875rem);--fs-sm: clamp(.875rem, .8rem + .35vw, 1rem);--fs-base: clamp(1rem, .95rem + .45vw, 1.125rem);--fs-lg: clamp(1.125rem, 1.05rem + .55vw, 1.25rem);--fs-xl: clamp(1.25rem, 1.15rem + .75vw, 1.5rem);--fs-2xl: clamp(1.5rem, 1.35rem + 1vw, 2rem);--fs-3xl: clamp(2rem, 1.75rem + 1.5vw, 3rem);--fs-4xl: clamp(2.5rem, 2rem + 2.5vw, 4.5rem);--fs-huge: clamp(3.5rem, 3rem + 8vw, 8rem)}@media (hover: none) and (pointer: coarse){.custom-cursor{display:none!important}*{cursor:auto!important}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;cursor:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.fade-in{animation:fadeInUp .8s ease forwards}
