@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";header.svelte-1df2s1p{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--avant-black);border-bottom:1px solid var(--grey-dark)}.logo.svelte-1df2s1p a:where(.svelte-1df2s1p){display:flex;align-items:center;gap:.75rem;color:var(--avant-white);font-weight:600;font-size:1.25rem}.logo.svelte-1df2s1p a:where(.svelte-1df2s1p) svg{height:32px;width:auto}nav.svelte-1df2s1p{display:flex;align-items:center;gap:1.5rem}nav.svelte-1df2s1p a:where(.svelte-1df2s1p){font-weight:600}.logout-btn.svelte-1df2s1p{background-color:var(--grey-dark);padding:.5rem 1rem;border-radius:8px;transition:background-color .2s ease;color:var(--avant-white);font-weight:600;font-family:var(--font-main);border:none;cursor:pointer;font-size:1rem}.logout-btn.svelte-1df2s1p:hover{background-color:var(--grey-medium)}@media (max-width: 600px){header.svelte-1df2s1p{flex-direction:column;gap:1rem}}:root{--avant-black: #1a1a1a;--avant-white: #f5f5f5;--grey-light: #cccccc;--grey-medium: #888888;--grey-dark: #333333;--accent-teal: #4fd1c5;--accent-red: #f56565;--font-main: "Inter", sans-serif}body{margin:0;font-family:var(--font-main);background-color:var(--avant-black);color:var(--avant-white);line-height:1.6}main{padding:2rem;max-width:1200px;margin:0 auto}h1,h2,h3{font-weight:700;margin-top:0}a{color:var(--accent-teal);text-decoration:none;transition:color .2s ease}a:hover{color:var(--avant-white)}.card{background-color:var(--grey-dark);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0003;border:1px solid #444}button{background-color:var(--accent-teal);color:var(--avant-black);font-weight:600;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-size:1rem}button:hover{background-color:#38a196}.app-container.svelte-17msx2c{display:flex;flex-direction:column;min-height:100vh}main.svelte-17msx2c{flex-grow:1}
