@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+IN:wght@100..400&display=swap";.header{display:flex;align-items:center;justify-content:space-evenly;font-family:Arial,Helvetica,sans-serif;font-weight:bolder;font-size:1rem;color:#fff;padding:20px;background:#0e0f14}.header-left,.header-center,.header-right{flex:1;display:flex;align-items:center}.header-center{justify-content:space-evenly;gap:.5em}.header-right{justify-content:flex-end;gap:1em}.logo{transition:.3s ease-in-out;filter:brightness(1)}.logo img{height:40px;width:auto}.logo:hover{filter:brightness(.7)}.nav a{position:relative;text-decoration:none;color:#fff;font-weight:500;padding:.5em 0}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:beige;transform:scaleX(0);transform-origin:right;transition:.3s ease}.nav a:hover:after{transform:scaleX(1);transform-origin:left}footer{display:flex;flex-direction:column;background-color:#1b1c20;color:#fff;padding:40px 60px 20px}footer h4{font-size:20px;margin-bottom:15px;font-weight:700}footer ul{list-style:none;padding:0;margin:0}footer li{font-size:16px;margin:.5em 0}.footer-top{display:flex;flex-direction:column;gap:1rem}.footer-links{display:flex;gap:1rem}.footer-links a{text-decoration:none}.footer-brand{display:flex;align-items:center;margin-bottom:1rem}.footer-brand img{height:2rem;margin-right:1rem}.footer-bottom{display:flex;justify-content:space-between;font-size:.8rem;border-top:1px solid rgba(255,255,255,.3);padding-top:1em;margin-top:1em}.footer-bottom img{width:30px;margin-right:10px;transition:.3s}.footer-bottom img:hover{transform:scale(1.1)}html,body{opacity:0;margin:0;padding:0;animation:fadeIn 50ms ease forwards}@keyframes fadeIn{to{opacity:1}}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }:root{--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}body{display:flex;flex-direction:column;min-height:100vh}main{background-color:#0e0f14;flex:1;color:#fff}a{color:inherit;text-decoration:none}
