@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.app{background:linear-gradient(135deg,#0a0e1a,#1a1f2e,#0f1419);color:#fff;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(16,185,129,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(16,185,129,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:2px;height:2px;background:#10b98166;border-radius:50%}.container{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.brand{font-size:1.125rem;font-weight:500;color:#10b981;margin-bottom:3rem;letter-spacing:2px;opacity:.9}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#10b981;margin-bottom:2rem}.badge-dot{width:6px;height:6px;background:#10b981;border-radius:50%;display:block}h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.subtitle{font-size:clamp(1rem,3vw,1.25rem);line-height:1.6;color:#94a3b8;max-width:600px;margin:0 auto 3rem;font-weight:400}.institutional{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-top:4rem}.institutional:before,.institutional:after{content:"";width:30px;height:1px;background:linear-gradient(90deg,transparent,#334155,transparent)}footer{position:relative;z-index:2;padding:2rem;text-align:center;border-top:1px solid rgba(51,65,85,.3);background:#0a0e1a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{font-size:.813rem;color:#64748b;line-height:1.8}.footer-content strong{color:#94a3b8;font-weight:600}.copyright{margin-top:.5rem;opacity:.6}@media (max-width: 768px){.container{padding:1.5rem}.badge{font-size:.688rem;padding:.4rem 1rem}.brand{font-size:1rem;margin-bottom:2rem}.institutional{flex-direction:column}.institutional:before,.institutional:after{display:none}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}
