@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{font-family:Inter,Manrope,system-ui,-apple-system,sans-serif;color:#e2e8f0;background:#05060f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(900px circle at 20% 20%,rgba(34,211,238,.08),transparent 35%),radial-gradient(1000px circle at 80% 0%,rgba(249,115,22,.07),transparent 35%),radial-gradient(1100px circle at 50% 75%,rgba(124,58,237,.06),transparent 45%),linear-gradient(180deg,#05060f,#0b1020 60%,#05060f);color:#e2e8f0}a{color:inherit;text-decoration:none}button{font-family:inherit}:root{--accent: #22d3ee;--accent-2: #f97316;--surface: #0d1224;--muted: #9db2d7;--text: #e2e8f0;--shadow-strong: 0 24px 70px rgba(0, 0, 0, .45)}body,html,#root{min-height:100%;margin:0}.page-bg{min-height:100vh;width:100%;padding:120px 1.25rem 70px}.glass-card{background:linear-gradient(145deg,#ffffff08,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 16px 50px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.content-card{max-width:1100px;width:100%;margin:0 auto 2.5rem;padding:2.6rem 2.2rem;color:var(--text)}.premium-shadow{box-shadow:0 22px 70px #22d3ee2e,0 16px 40px #00000059}.fade-in{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.fade-in.is-visible{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(120deg,#67e8f9,#a855f7,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.4rem;margin:0 auto;max-width:1200px;width:100%;background:#070a14bf;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 40px #00000059}.nav-shell{position:fixed;top:16px;left:50%;transform:translate(-50%);width:min(1260px,100% - 1.2rem);padding:0 .1rem;z-index:30}.navbar-logo{display:flex;align-items:center;gap:.65rem}.navbar-logo img{width:40px;height:40px;object-fit:contain;border-radius:10px;filter:drop-shadow(0 10px 30px rgba(34,211,238,.35))}.navbar-title{font-weight:700;letter-spacing:-.01em;font-size:1.05rem}.navbar-links{display:flex;gap:.65rem;list-style:none;margin:0;padding:0}.navbar-link{padding:.75em .9em;border-radius:12px;border:1px solid transparent;color:#e2e8f0;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.navbar-link:hover,.navbar-link.active{background:#ffffff0f;border-color:#67e8f980;color:#fff}.home-card{text-align:center;padding:3rem 3rem 2.8rem}.home-card .hero-logo{width:100px;margin-bottom:1.2rem;border-radius:14px;box-shadow:var(--shadow-strong)}.hero-tagline{font-size:clamp(2.1rem,3vw,2.7rem);margin:0 0 .75rem;line-height:1.2;font-weight:800}.hero-intro{margin:0 0 1.8rem;color:var(--muted);font-size:1.05rem;line-height:1.7}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.75em 1.7em;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(120deg,#22d3ee,#7c3aed,#f97316);color:#0b0f1d;font-weight:800;font-size:1.02rem;box-shadow:0 16px 40px #7c3aed59;transition:transform .18s ease,box-shadow .18s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 46px #22d3ee59}.about-title,.services-title,.resources-title,.contact-title{text-align:center;margin:0 0 1.2rem;font-size:clamp(1.6rem,2vw,2rem)}.about-section,.service-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.1rem 1.2rem;margin-bottom:1rem;color:var(--muted);box-shadow:0 12px 32px #0000003d}.about-section h3,.service-title{margin:0 0 .5rem;color:#f7fbff}.about-section p,.about-section ul,.service-desc{margin:0;line-height:1.65}.about-section ul{padding-left:1.2rem}.services-card .services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem;margin-top:1.4rem}.service-item{border-left:4px solid rgba(103,232,249,.6);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.service-item:hover{border-color:#7c3aedcc;transform:translateY(-2px);box-shadow:0 16px 44px #22d3ee38}.resources-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.resource-link{display:inline-flex;align-items:center;justify-content:center;padding:.95em 1.6em;border-radius:14px;background:linear-gradient(120deg,#22d3ee,#7c3aed,#f97316);color:#0b0f1d;font-weight:700;text-decoration:none;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 34px #22d3ee59;transition:transform .18s ease,box-shadow .18s ease}.resource-link:hover{transform:translateY(-2px);box-shadow:0 16px 40px #7c3aed52}.contact-form{display:flex;flex-direction:column;gap:.95rem;margin-top:1rem}.contact-row{display:flex;gap:.9rem}.contact-row input,.contact-message{flex:1;padding:.9em 1em;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-row input:focus,.contact-message:focus{border-color:#67e8f999;box-shadow:0 0 0 3px #22d3ee26}.contact-message{min-height:90px;resize:vertical}.contact-btn{align-self:flex-end;padding:.7em 1.5em;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(120deg,#22d3ee,#7c3aed,#f97316);color:#0b0f1d;font-weight:800;box-shadow:0 12px 32px #22d3ee59;transition:transform .18s ease,box-shadow .18s ease}.contact-btn:hover{transform:translateY(-1px);box-shadow:0 14px 38px #7c3aed52}.contact-highlight{color:#67e8f9}.contact-methods{margin-top:1.2rem;color:var(--muted);display:grid;gap:.6rem}.contact-link{color:#67e8f9;text-decoration:underline}.footer{margin-top:3rem;padding:1.6rem 1rem 1.2rem;text-align:center;color:var(--muted)}.footer-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.footer-link{color:var(--muted);text-decoration:none;transition:color .18s ease}.footer-link:hover{color:#67e8f9}.footer-copy{font-size:.95rem;opacity:.8}.global-progress{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#22d3ee,#7c3aed,#f97316);width:0%;z-index:40;box-shadow:0 6px 18px #7c3aed59}.ai-chat-fab{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border:none;border-radius:50%;background:linear-gradient(140deg,#22d3ee,#7c3aed,#f97316);color:#0b0f1d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 16px 40px #22d3ee59;transition:transform .18s ease,box-shadow .18s ease;z-index:35}.ai-chat-fab-shell{position:fixed;right:22px;bottom:22px;display:flex;align-items:center;gap:10px;flex-direction:row;z-index:35}.ai-chat-hint{padding:.6em .9em;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#e2e8f0;font-size:.92rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #0000004d;white-space:nowrap;position:relative;transform:translate(-6px);order:1}.ai-chat-hint:after{content:"";position:absolute;top:50%;right:-7px;width:12px;height:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-left:none;border-bottom:none;transform:translateY(-50%) rotate(45deg)}.ai-chat-fab:hover{transform:translateY(-2px);box-shadow:0 18px 46px #7c3aed52}.ai-fab-icon{font-size:22px}.ai-chat-popup{position:fixed;right:20px;bottom:90px;width:368px;max-width:calc(100vw - 24px);background:#070a14eb;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 60px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e2e8f0;z-index:35;display:flex;flex-direction:column;overflow:hidden}.ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.ai-chat-title{display:flex;align-items:center;gap:.6rem;font-weight:700}.ai-chat-sub{font-size:.85rem;color:#9db2d7}.ai-chat-close{background:transparent;border:none;color:#e2e8f0;font-size:1.2rem;cursor:pointer}.ai-chat-messages{padding:.9rem 1rem;max-height:380px;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem}.ai-row{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:flex-start}.ai-row.user{grid-template-columns:1fr auto;justify-content:flex-end}.ai-row.assistant .avatar{width:34px;height:34px;border-radius:8px;background-image:url(/GreatShift_logo_gradient.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0b0f1d;box-shadow:0 10px 30px #22d3ee59;border:1px solid rgba(255,255,255,.08)}.ai-row.user .spacer{width:34px}.bubble{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:.75rem .9rem;border-radius:12px;line-height:1.45;color:#dce3f8;box-shadow:0 8px 22px #00000047}.ai-row.user .bubble{background:linear-gradient(120deg,#22d3ee,#7c3aed);color:#0b0f1d}.ai-typing .dot{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:#9db2d7;animation:blink 1s infinite ease-in-out}.ai-typing .dot:nth-child(2){animation-delay:.2s}.ai-typing .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.ai-quick{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem .6rem}.ai-quick-chip{border:1px solid rgba(255,255,255,.15);background:#ffffff08;color:#e2e8f0;border-radius:999px;padding:.45em .8em;cursor:pointer;font-size:.9rem}.ai-chat-inputbar{display:flex;gap:.5rem;padding:.7rem 1rem 1rem}.ai-chat-inputbar input{flex:1;padding:.7em .9em;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e2e8f0;outline:none}.ai-chat-inputbar button{padding:.7em 1em;border-radius:12px;border:none;background:linear-gradient(120deg,#22d3ee,#7c3aed);color:#0b0f1d;font-weight:700;cursor:pointer}@media (max-width: 780px){.navbar{flex-direction:column;align-items:flex-start;gap:.6rem}.navbar-links{flex-wrap:wrap;width:100%}.content-card{padding:1.8rem 1.3rem}.home-card{padding:2.2rem 1.2rem}.contact-row{flex-direction:column}}
