@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{color:#0f172a;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gfc-accent:#7158ff;--gfc-accent-strong:#ff6cab;--gfc-surface:#ffffffc2;--gfc-border:#ffffff59;background-color:#f0f4ff;font-family:Poppins,Inter,Noto Sans Devanagari,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box}body{background-color:#0000;background-image:radial-gradient(circle at 5% 10%,#ffc6ff80 0%,#0000 40%),radial-gradient(circle at 95% 20%,#8cd6ff73 0%,#0000 45%),linear-gradient(135deg,#7158ff26,#ff6cab2e),linear-gradient(#edf2ff 0%,#f7f9ff 35%,#f0f4ff 100%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:140% 140%;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;min-height:100vh;margin:0;animation:26s ease-in-out infinite gfcBackgroundPulse}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}@keyframes gfcBackgroundPulse{0%{background-position:0 40%,100% 20%,0 0,0 0}50%{background-position:30% 60%,70% 30%,100% 100%,100% 40%}to{background-position:0 40%,100% 20%,0 0,0 0}}.app-shell{flex-direction:column;min-height:100vh;display:flex;position:relative}#root{min-height:100vh;position:relative;overflow-x:hidden}.page{flex-direction:column;flex:1;gap:24px;max-width:960px;margin:0 auto;padding:40px 18px 72px;animation:.6s backwards gfcFadeUp;display:flex;position:relative}.page--home{gap:48px;padding-top:64px}.page__header{flex-direction:column;gap:8px;animation:.7s backwards gfcFadeDown;display:flex}.page__header--row{flex-direction:column;gap:16px}@media (min-width:640px){.page__header--row{flex-direction:row;justify-content:space-between;align-items:center}}.page__title{letter-spacing:-.02em;color:#111827;text-shadow:0 10px 30px #1118271a;margin:0;font-size:clamp(1.85rem,5vw,2.5rem);font-weight:800}.page__subtitle{color:#475569;max-width:70ch;margin:0;font-size:1.05rem}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;animation:.75s .1s backwards gfcFadeUp;display:grid}.tile{border:1px solid var(--gfc-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(140deg,#fffffff0,#ffffffb3);border-radius:20px;flex-direction:column;justify-content:space-between;gap:16px;padding:22px;transition:border-color .3s,transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 45px -28px #0f172a73}.tile:focus-visible,.tile:hover{border-color:#ffffffa6;transform:translateY(-6px)scale(1.01);box-shadow:0 18px 50px -20px #7158ff99}.tile:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,#f7caff99,#0000 55%),radial-gradient(circle at 80% 30%,#98d5ff80,#0000 60%);transition:opacity .3s;position:absolute;inset:-60% -40% 40% -60%}.tile:hover:after,.tile:focus-visible:after{opacity:1}.tile__content{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.tile__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#4338cacc;background:#7158ff1a;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:.8rem;font-weight:600}.tile__title{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.tile__description{color:#5b647b;margin:0;font-size:.96rem}.tile__cta{color:#4338ca;z-index:1;background:linear-gradient(135deg,#7158ff2e,#ff6cab33);border:1px solid #4440f71f;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.tile__cta-icon{font-size:1rem;transition:transform .3s}.tile:hover .tile__cta-icon,.tile:focus-visible .tile__cta-icon{transform:translate(6px)}.card{background:var(--gfc-surface);border:1px solid var(--gfc-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:28px 24px;animation:.65s 80ms backwards gfcFadeUp;position:relative;box-shadow:0 18px 45px -30px #1118278c}@media (min-width:768px){.card{padding:36px 48px}}.hero{color:#fff;background:linear-gradient(135deg,#7158ffe6,#ff6cabeb);border-radius:32px;gap:28px;padding:40px 36px;display:grid;position:relative;overflow:hidden;box-shadow:0 45px 120px -60px #4f46e5a6}.hero:before,.hero:after{content:"";filter:blur();opacity:.55;pointer-events:none;border-radius:999px;position:absolute}.hero:before{background:radial-gradient(circle,#ffffff59 0%,#0000 60%);width:280px;height:280px;top:-120px;right:-80px}.hero:after{background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);width:220px;height:220px;bottom:-110px;left:-70px}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;opacity:.85;font-size:.85rem;font-weight:600}.hero__title{letter-spacing:-.02em;margin:0;font-size:clamp(2.2rem,5vw,3rem);font-weight:800;line-height:1.2}.hero__description{opacity:.9;max-width:60ch;margin:0;font-size:clamp(1.05rem,3vw,1.2rem)}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__meta{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.hero__stat{flex-direction:column;gap:4px;display:flex}.hero__stat-label{letter-spacing:.08em;text-transform:uppercase;opacity:.75;font-size:.85rem}.hero__stat-value{font-size:1.6rem;font-weight:700}.section{flex-direction:column;gap:24px;display:flex}.section__header{flex-direction:column;gap:8px;display:flex}.section__title{color:#0f172a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.section__subtitle{color:#4c556a;max-width:60ch;margin:0;font-size:1rem}.highlights{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #ffffff80;border-radius:18px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 20px 40px -30px #0f172a80}.highlight-card__icon{color:#4338ca;background:linear-gradient(145deg,#7158ff2e,#ff6cab2e);border-radius:12px;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.highlight-card__title{color:#111827;margin:0;font-size:1.1rem;font-weight:600}.highlight-card__description{color:#4b5563;margin:0;font-size:.95rem}.stack{flex-direction:column;display:flex}.stack--gap-md{gap:16px}.stack--gap-lg{gap:24px}.message{color:#334155;margin:0;font-size:1rem;animation:.6s gfcFadeUp}.message--error{color:#b91c1c}.button{background:linear-gradient(135deg,var(--gfc-accent),var(--gfc-accent-strong));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:12px 20px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 16px 40px -24px #7158ffd9}.button:hover,.button:focus-visible{filter:brightness(1.05);transform:translateY(-2px)scale(1.01);box-shadow:0 20px 44px -18px #ff6cab94}.button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.button--secondary{color:#1f2937;background:#ffffff8c;border:1px solid #0f172a14}.field{flex-direction:column;gap:8px;animation:.55s backwards gfcFadeUp;display:flex}.field__label{color:#1e293b;font-size:1rem;font-weight:600}.field__helper{color:#64748b;margin:0;font-size:.9rem}.field__required{color:#dc2626;margin-left:8px}.field__input,.field__textarea{background:#ffffffe6;border:1px solid #6366f140;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.field__input:focus,.field__textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.field__textarea{resize:vertical;min-height:120px}.field__error{color:#b91c1c;margin:0;font-size:.9rem}.choice-group{gap:8px;display:grid}.choice{background:#ffffffa6;border:1px solid #e2e8f0cc;border-radius:14px;align-items:center;gap:8px;padding:12px 14px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.choice input{width:18px;height:18px}.choice:hover{border-color:#7158ff73;transform:translateY(-1px);box-shadow:0 10px 20px -18px #7158ff6b}.form-actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}@media (min-width:480px){.form-actions{flex-direction:row;justify-content:flex-start}}.table-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #fff6;border-radius:20px;overflow:auto hidden;box-shadow:0 18px 50px -28px #0f172a66}.table{border-collapse:collapse;background:0 0;width:100%;min-width:640px;font-size:.95rem}.table thead{background:linear-gradient(135deg,#7158ff2e,#ff6cab2e)}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0;padding:14px 16px}.table tbody tr:hover{background:#7158ff12}.table td{color:#1f2937}.site-footer{color:#0f172ab3;justify-content:center;margin-top:auto;padding:28px 16px 40px;font-size:.9rem;display:flex}.site-footer__text{flex-wrap:wrap;align-items:center;gap:6px;margin:0;display:flex}.site-footer__heart{font-size:1rem;display:inline-flex}.site-footer__link{color:inherit;-webkit-text-decoration:underline #7158ff8c;text-decoration:underline #7158ff8c;text-decoration-thickness:2px}.site-footer__link:hover,.site-footer__link:focus-visible{color:#4338ca}@keyframes gfcFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes gfcFadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
