@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);#app{min-height:100vh;display:flex;flex-direction:column}:root{--bg-color-primary:#fff;--bg-color-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#64748b;--accent-color:#2563eb;--accent-hover:#1d4ed8;--nav-height:80px;--border-color:#e2e8f0;--error-color:#ef4444;--success-color:#10b981}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color-secondary);color:var(--text-primary);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden;width:100%}a{color:var(--accent-color);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.glass-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 10px 25px rgba(0,0,0,.05);border-radius:16px}