.switch{bottom:1rem;display:inline-block;height:28px;position:fixed;right:1rem;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{align-items:center;background-color:#fff;border-radius:50%;bottom:3px;content:"☀️";display:flex;font-size:14px;height:22px;justify-content:center;left:3px;width:22px}input:checked+.slider{background-color:#4b5563}input:checked+.slider:before{content:"🌙";transform:translateX(22px)}:root{--bg:#fff;--text:#141414;--muted:#666;--primary:#2563eb;--card:#f7f7f7;--border:#e5e7eb}:root[data-theme=dark]{--bg:#0b0f1a;--text:#e6e8ee;--muted:#a3a8b7;--primary:#60a5fa;--card:#111827;--border:#1f2937}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#fff;background:var(--bg);color:#141414;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;margin:0}body,html{scroll-behavior:smooth}.container{margin:0 auto;max-width:980px;padding:2rem 1.25rem}h1,h2,h3{margin:0 0 .75rem}p{line-height:1.7;margin:0 0 1rem}.muted{color:#666;color:var(--muted)}.navbar{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000000d;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:.75rem 1.25rem;position:fixed;width:100%}.brand{color:#141414;color:var(--text);font-weight:700;text-decoration:none}.navlinks{display:flex;gap:1rem}.navlink{color:#666;color:var(--muted);text-decoration:none}.navlink:hover{color:#141414;color:var(--text)}.theme-toggle{background:#f7f7f7;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;bottom:1rem;cursor:pointer;padding:.5rem .75rem;position:fixed;right:1rem}.hero{align-items:center;display:flex;flex-direction:column;padding-top:50px}.hero-text p{max-width:56ch}.hero-actions{display:flex;gap:.75rem;margin-top:1rem}.hero-image{align-items:center;background:#e3eafc;box-shadow:0 2px 8px #4a90e214;display:flex;justify-content:center;margin:24px auto;overflow:hidden}.hero-image,.hero-photo{border-radius:12px;height:100%;width:100%}.hero-photo{object-fit:cover}.about-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.tags li{background:#f7f7f7;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;font-size:.9rem;padding:.25rem .6rem}.cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card{background:#f7f7f7;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;padding:1rem}.card h3{margin-bottom:.25rem}.card .tags{margin:.5rem 0 1rem}.list{grid-gap:1rem;display:grid;gap:1rem}.list-item{background:#f7f7f7;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;color:inherit;padding:1rem;text-decoration:none}.list-item:hover{border-color:#2563eb;border-color:var(--primary)}.form{grid-gap:.75rem;gap:.75rem;max-width:640px}.form,label{display:grid}label{grid-gap:.25rem;gap:.25rem}input,textarea{background:#fff;background:var(--bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;color:#141414;color:var(--text);padding:.6rem .75rem}input:focus,textarea:focus{outline:2px solid #2563eb;outline:2px solid var(--primary);outline-offset:2px}.btn{background:#f7f7f7;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;color:#141414;color:var(--text);display:inline-block;padding:.6rem .9rem;text-decoration:none}.btn.primary{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.btn.small{font-size:.9rem;padding:.45rem .7rem}.footer{background:#fff;background:var(--bg);border-top:1px solid #e5e7eb;border-top:1px solid var(--border)}.footer-inner{align-items:center;display:flex;gap:1rem;justify-content:space-between}.socials{display:flex;gap:.75rem}@media (max-width:860px){.hero-image{align-items:center;background:#e3eafc;border-radius:12px;box-shadow:0 2px 8px #4a90e214;display:flex;height:200px;justify-content:center;margin:24px auto;overflow:hidden;width:390px}.hero-photo{border-radius:12px;height:100%;object-fit:cover;width:100%}.about-grid,.hero{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}}.navlink.active{border-bottom:2px solid #2563eb;border-bottom:2px solid var(--primary);color:#2563eb;color:var(--primary);font-weight:600}
/*# sourceMappingURL=main.d6d3c07e.css.map*/