@tailwind base;@tailwind components;@tailwind utilities;:root{--accent: #2337ff;--accent-dark: #000d8a;--accent-light: 229, 233, 255;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}[data-theme]{--theme-background: #1e1e1e;--theme-foreground: #d4d4d4;--theme-accent: #007acc;--theme-border: #3e3e42;--theme-card-bg: #252526;--theme-header-bg: #2d2d30}[data-theme=github-light],[data-theme=light-plus],[data-theme=min-light]{--theme-background: #ffffff;--theme-foreground: #24292e;--theme-accent: #0366d6;--theme-border: #e1e4e8;--theme-card-bg: #f6f8fa;--theme-header-bg: #ffffff}[data-theme=catppuccin-latte]{--theme-background: #eff1f5;--theme-foreground: #4c4f69;--theme-accent: #1e66f5;--theme-border: #9ca0b0;--theme-card-bg: #e6e9ef;--theme-header-bg: #dce0e8}[data-theme=catppuccin-frappe]{--theme-background: #303446;--theme-foreground: #c6d0f5;--theme-accent: #8caaee;--theme-border: #51576d;--theme-card-bg: #414559;--theme-header-bg: #292c3c}[data-theme=catppuccin-macchiato]{--theme-background: #24273a;--theme-foreground: #cad3f5;--theme-accent: #8aadf4;--theme-border: #5b6078;--theme-card-bg: #363a4f;--theme-header-bg: #1e2030}[data-theme=catppuccin-mocha]{--theme-background: #1e1e2e;--theme-foreground: #cdd6f4;--theme-accent: #89b4fa;--theme-border: #585b70;--theme-card-bg: #313244;--theme-header-bg: #181825}[data-theme=dracula]{--theme-background: #282a36;--theme-foreground: #f8f8f2;--theme-accent: #bd93f9;--theme-border: #44475a;--theme-card-bg: #44475a;--theme-header-bg: #21222c}[data-theme=tokyo-night]{--theme-background: #1a1b26;--theme-foreground: #a9b1d6;--theme-accent: #7aa2f7;--theme-border: #414868;--theme-card-bg: #24283b;--theme-header-bg: #16161e}[data-theme=nord]{--theme-background: #2e3440;--theme-foreground: #d8dee9;--theme-accent: #88c0d0;--theme-border: #4c566a;--theme-card-bg: #3b4252;--theme-header-bg: #242933}[data-theme=rose-pine]{--theme-background: #191724;--theme-foreground: #e0def4;--theme-accent: #c4a7e7;--theme-border: #403d52;--theme-card-bg: #26233a;--theme-header-bg: #1f1d2e}[data-theme=rose-pine-dawn]{--theme-background: #faf4ed;--theme-foreground: #575279;--theme-accent: #907aa9;--theme-border: #dfdad9;--theme-card-bg: #f2e9e1;--theme-header-bg: #fffaf3}[data-theme=monokai]{--theme-background: #272822;--theme-foreground: #f8f8f2;--theme-accent: #66d9ef;--theme-border: #49483e;--theme-card-bg: #3e3d32;--theme-header-bg: #1e1f1c}[data-theme=synthwave-84]{--theme-background: #2a2139;--theme-foreground: #f92aad;--theme-accent: #72f1b8;--theme-border: #495495;--theme-card-bg: #34294f;--theme-header-bg: #1a1525}[data-theme=ayu-dark]{--theme-background: #0a0e14;--theme-foreground: #b3b1ad;--theme-accent: #39bae6;--theme-border: #01060e;--theme-card-bg: #0d1016;--theme-header-bg: #01060e}[data-theme=github-dark]{--theme-background: #0d1117;--theme-foreground: #c9d1d9;--theme-accent: #58a6ff;--theme-border: #30363d;--theme-card-bg: #161b22;--theme-header-bg: #010409}[data-theme=solarized-dark]{--theme-background: #002b36;--theme-foreground: #839496;--theme-accent: #268bd2;--theme-border: #073642;--theme-card-bg: #073642;--theme-header-bg: #001b26}[data-theme=one-dark-pro]{--theme-background: #282c34;--theme-foreground: #abb2bf;--theme-accent: #61afef;--theme-border: #3b4048;--theme-card-bg: #21252b;--theme-header-bg: #181a1f}[data-theme=gruvbox-dark-hard]{--theme-background: #1d2021;--theme-foreground: #ebdbb2;--theme-accent: #83a598;--theme-border: #3c3836;--theme-card-bg: #282828;--theme-header-bg: #1d2021}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Atkinson,sans-serif;margin:0;padding:80px 0 0;text-align:left;background:var(--theme-background, linear-gradient(var(--gray-gradient)));background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:var(--theme-foreground, rgb(var(--gray-dark)));font-size:20px;line-height:1.7;transition:background-color .3s ease,color .3s ease}main{max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:var(--theme-foreground, rgb(var(--black)));line-height:1.2;transition:color .3s ease}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a{color:var(--theme-accent, var(--accent));transition:color .3s ease}a:hover{color:var(--theme-accent, var(--accent))}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:var(--theme-card-bg, rgb(var(--gray-light)));color:var(--theme-accent, var(--accent));border-radius:2px;transition:all .3s ease}pre{padding:1.5em;border-radius:8px;background-color:var(--theme-card-bg, rgb(var(--gray-light)));color:var(--theme-foreground, rgb(var(--gray-dark)));transition:all .3s ease}pre>code{all:unset;color:inherit;background:transparent}blockquote{border-left:4px solid var(--theme-accent, var(--accent));padding:0 0 0 20px;margin:0;font-size:1.333em;color:var(--theme-foreground, rgb(var(--gray-dark)));opacity:.9;transition:all .3s ease}hr{border:none;border-top:1px solid var(--theme-border, rgb(var(--gray-light)));transition:border-color .3s ease}.blog-listing main{width:960px}.blog-listing ul{display:flex;flex-wrap:wrap;gap:2rem;list-style-type:none;margin:0;padding:0}.blog-listing ul li{width:calc(50% - 2rem);background:var(--theme-card-bg, white);border:1px solid var(--theme-border, rgb(var(--gray-light)));border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px rgba(var(--gray),15%)}.blog-listing ul li:hover{transform:translateY(-4px);box-shadow:var(--box-shadow);border-color:var(--theme-accent, var(--accent))}.blog-listing ul li *{text-decoration:none;transition:.2s ease}.blog-listing ul li:first-child{width:100%;max-width:700px;margin:0 auto 1rem}.blog-listing ul li:first-child .content{text-align:center}.blog-listing ul li:first-child img{width:100%}.blog-listing ul li:first-child .title{font-size:2.369rem}.blog-listing ul li img{border-radius:0;border-bottom:1px solid var(--theme-border, rgb(var(--gray-light)))}.blog-listing ul li a{display:block;height:100%}.blog-listing ul li a:hover .title{color:var(--theme-accent, var(--accent))}.blog-listing ul li a:hover .date{color:var(--theme-h2, var(--accent))}.blog-listing ul li .content{padding:1.25rem}.blog-listing ul li .title{margin:0 0 .75rem;color:var(--theme-foreground, rgb(var(--black)));line-height:1.3;font-weight:600}.blog-listing ul li .date{margin:0;color:var(--theme-accent, rgb(var(--gray)));font-size:.9rem;font-weight:500}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}@media (max-width: 720px){body{font-size:18px}main{padding:1em}.blog-listing ul{gap:1rem}.blog-listing ul li{width:100%}.blog-listing ul li .content{text-align:center}.blog-listing ul li:first-child{margin-bottom:0}.blog-listing ul li:first-child .title{font-size:1.563em}}footer[data-astro-cid-sz7xmlte]{padding:2em 1em 6em;background:var(--theme-header-bg, linear-gradient(var(--gray-gradient)));color:var(--theme-foreground, rgb(var(--gray)));text-align:center;border-top:1px solid var(--theme-border, transparent);transition:all .3s ease}.social-links[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:1em;margin-top:1em}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:var(--theme-foreground, rgb(var(--gray)));opacity:.7;transition:all .3s ease}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--theme-accent, rgb(var(--gray-dark)));opacity:1}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}.theme-button[data-astro-cid-bobhnsva]{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.25rem;color:var(--theme-foreground, rgb(var(--gray)));transition:color .2s ease}.theme-button[data-astro-cid-bobhnsva]:hover{color:var(--theme-accent, var(--accent))}header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;margin:0;padding:0 1em;background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}@media (max-width: 480px){header[data-astro-cid-3ef6ksr2] nav[data-astro-cid-3ef6ksr2]{padding:.2em 0}header[data-astro-cid-3ef6ksr2] nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.2em;border-bottom-width:3px}header[data-astro-cid-3ef6ksr2] .social-links[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:22px;height:22px}header[data-astro-cid-3ef6ksr2] .signature-icon[data-astro-cid-3ef6ksr2]{width:22px;height:22px;margin-right:6px}}header[data-astro-cid-3ef6ksr2].scrolled{background:var(--theme-header-bg);opacity:.7;box-shadow:0 2px 8px #0000001a}header[data-astro-cid-3ef6ksr2].scrolled nav[data-astro-cid-3ef6ksr2]{padding:.2em 0}header[data-astro-cid-3ef6ksr2].scrolled nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.2em;border-bottom-width:3px}header[data-astro-cid-3ef6ksr2].scrolled .social-links[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:22px;height:22px}header[data-astro-cid-3ef6ksr2].scrolled .signature-icon[data-astro-cid-3ef6ksr2]{width:22px;height:22px;margin-right:6px}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em;transition:font-size .3s ease}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;transition:padding .3s ease;padding:.5em 0}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1em .5em;color:var(--theme-foreground, var(--black));border-bottom:4px solid transparent;text-decoration:none;transition:all .3s ease}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;border-bottom-color:var(--theme-accent, var(--accent))}.social-links[data-astro-cid-3ef6ksr2],.social-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex}.social-links[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transition:all .3s ease}.signature-icon[data-astro-cid-3ef6ksr2]{width:32px;height:32px;margin-right:8px;vertical-align:middle;display:inline-block;transition:all .3s ease}.theme-modal[data-astro-cid-eda2gfct]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;align-items:center;justify-content:center}.theme-modal[data-astro-cid-eda2gfct].open{display:flex}.theme-modal-content[data-astro-cid-eda2gfct]{background:var(--theme-card-bg, rgb(var(--gray-light)));border:1px solid var(--theme-border, rgb(var(--gray)));border-radius:.5rem;max-width:600px;width:90%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.theme-modal-header[data-astro-cid-eda2gfct]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgb(var(--gray))}.theme-modal-header[data-astro-cid-eda2gfct] h3[data-astro-cid-eda2gfct]{margin:0;color:var(--theme-foreground, rgb(var(--black)))}.close-button[data-astro-cid-eda2gfct]{background:none;border:none;font-size:1.5rem;cursor:pointer;color:rgb(var(--gray));padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.close-button[data-astro-cid-eda2gfct]:hover{color:rgb(var(--black))}.theme-grid[data-astro-cid-eda2gfct]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;padding:1rem;overflow-y:auto}.theme-option[data-astro-cid-eda2gfct]{padding:.75rem;border:1px solid var(--theme-border, rgb(var(--gray)));border-radius:.25rem;background:var(--theme-background, white);cursor:pointer;transition:all .2s ease;color:var(--theme-foreground, rgb(var(--black)));text-align:center;font-size:.875rem}.theme-option[data-astro-cid-eda2gfct]:hover{border-color:var(--theme-accent, var(--accent));background:var(--theme-card-bg, rgb(var(--accent-light)))}.theme-option[data-astro-cid-eda2gfct].active{border-color:var(--theme-accent, var(--accent));background:var(--theme-accent, var(--accent));color:#fff}
