:root{--estudos-bg:#0a0a0f;--estudos-card:#12121a;--estudos-border:#1e1e2e;--estudos-text:#e4e4e7;--estudos-muted:#71717a;--estudos-primary:#6366f1;--estudos-secondary:#8b5cf6;--estudos-success:#22c55e;--estudos-math:#3b82f6;--estudos-port:#ec4899;--estudos-sim:#f59e0b}.estudos-body{background:var(--estudos-bg);color:var(--estudos-text);min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.estudos-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.estudos-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--estudos-border);z-index:100;background:#12121acc;position:sticky;top:0}.estudos-header .estudos-container{justify-content:space-between;align-items:center;height:64px;display:flex}.estudos-logo{color:var(--estudos-text);font-size:1.5rem;font-weight:700;text-decoration:none}.estudos-nav{gap:1.5rem;display:flex}.estudos-nav a{color:var(--estudos-muted);font-weight:500;text-decoration:none;transition:color .2s}.estudos-nav a:hover{color:var(--estudos-text)}.estudos-main{min-height:calc(100vh - 144px);padding:2rem 0}.estudos-footer{background:var(--estudos-card);border-top:1px solid var(--estudos-border);text-align:center;color:var(--estudos-muted);padding:1.5rem}.estudos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.estudos-card{background:var(--estudos-card);border:1px solid var(--estudos-border);color:var(--estudos-text);border-radius:16px;padding:2rem;text-decoration:none;transition:all .3s}.estudos-card:hover{border-color:var(--estudos-primary);transform:translateY(-4px);box-shadow:0 20px 40px #6366f11a}.estudos-card-icon{margin-bottom:1rem;font-size:3rem}.estudos-card h3{margin:0 0 .5rem;font-size:1.5rem}.estudos-card p{color:var(--estudos-muted);margin:0}.estudos-title{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.estudos-subtitle{color:var(--estudos-muted);margin:0;font-size:1.1rem}.estudos-modulos{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.estudos-modulo{background:var(--estudos-card);border:1px solid var(--estudos-border);color:var(--estudos-text);border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .2s}.estudos-modulo:hover{border-color:var(--estudos-primary);background:#6366f10d}.estudos-modulo h4{margin:0 0 .5rem;font-size:1.2rem}.estudos-modulo p{color:var(--estudos-muted);margin:0;font-size:.9rem}.estudos-topicos{margin:2rem 0;padding:0;list-style:none}.estudos-topicos li{background:var(--estudos-card);border:1px solid var(--estudos-border);border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem 1.5rem;display:flex}.estudos-topicos li:before{content:"📌"}.estudos-breadcrumb{color:var(--estudos-muted);gap:.5rem;margin-bottom:1.5rem;display:flex}.estudos-breadcrumb a{color:var(--estudos-muted);text-decoration:none}.estudos-breadcrumb a:hover{color:var(--estudos-text)}.simulado-card{background:linear-gradient(135deg,var(--estudos-card),#f59e0b1a);border-color:#f59e0b4d}.simulado-card:hover{border-color:var(--estudos-sim)}@media (max-width:768px){.estudos-header .estudos-container{flex-direction:column;gap:1rem;height:auto;padding:1rem}.estudos-nav{gap:1rem;font-size:.9rem}.estudos-title{font-size:1.8rem}.estudos-grid{grid-template-columns:1fr}}
