@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0b0f19;--bg-gradient-start:#0b0f19;--bg-gradient-end:#1a1b2e;--text-primary:#f8fafc;--text-secondary:#94a3b8;--card-bg:#1e293b80;--card-border:#ffffff14;--accent-color:#3b82f6;--accent-hover:#60a5fa;--success-color:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);background:radial-gradient(circle at top left, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);color:var(--text-primary);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}.bg-blobs{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.blob{filter:blur(100px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.blob-1{background:#3b82f64d;width:50vw;height:50vw;animation-delay:0s;top:-10%;left:-10%}.blob-2{background:#8b5cf633;width:60vw;height:60vw;animation-delay:-5s;bottom:-20%;right:-10%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.container{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}header{text-align:center;margin-bottom:5rem;animation:1s ease-out forwards fadeInDown}h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.modules-grid{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.module-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);color:inherit;opacity:0;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.8s ease-out forwards fadeInUp;display:flex;position:relative;overflow:hidden}.module-card:first-child{animation-delay:.2s}.module-card:nth-child(2){animation-delay:.4s}.module-card:nth-child(3){animation-delay:.6s}.module-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(#ffffff0d 0%,#fff0 100%);transition:opacity .3s;position:absolute;inset:0}.module-card:hover:not(.disabled){border-color:#fff3;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006}.module-card:hover:not(.disabled):before{opacity:1}.module-card.disabled{opacity:.6;cursor:not-allowed;animation-fill-mode:forwards}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.finance .icon-wrapper{color:#10b981;background:#10b9811a}.health .icon-wrapper{color:#ef4444;background:#ef44441a}.notes .icon-wrapper{color:#f59e0b;background:#f59e0b1a}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-badge.active{color:#34d399;background:#10b98133;border:1px solid #10b9814d}.status-badge.soon{color:#cbd5e1;background:#94a3b833;border:1px solid #94a3b84d}h2{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.card-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.6}.card-footer{align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.finance .card-footer{color:#34d399}.card-footer svg{transition:transform .3s}.module-card:hover:not(.disabled) .card-footer svg{transform:translate(5px)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){h1{font-size:2.5rem}.modules-grid{grid-template-columns:1fr}}
