.site-header[data-astro-cid-nen7h5rs]{z-index:20;backdrop-filter:blur(16px);background:#0b0d10db;border-bottom:1px solid #2d333cc7;position:sticky;top:0}.site-header[data-astro-cid-nen7h5rs]:after{content:"";pointer-events:none;opacity:.55;background:linear-gradient(90deg,#0000 0%,#a90432cc 38%,#f2b632b8 62%,#0000 100%);height:2px;position:absolute;bottom:-1px;left:0;right:0}.nav[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1rem;min-height:70px;display:flex}.brand[data-astro-cid-nen7h5rs]{letter-spacing:-.06em;color:var(--text);font-size:1.25rem;font-weight:950}.brand[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{color:var(--yellow)}nav[data-astro-cid-nen7h5rs]{color:var(--muted);gap:1.1rem;font-size:.93rem;font-weight:700;display:flex}nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--yellow-bright)}@media (width<=520px){nav[data-astro-cid-nen7h5rs]{gap:.7rem;font-size:.84rem}}.footer-row[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.links[data-astro-cid-jo6i4kqk]{gap:1rem;display:flex}:root{--bg:#0b0d10;--surface:#12151a;--surface-2:#191d23;--surface-3:#232830;--text:#f5f6f8;--muted:#a7afb9;--line:#2d333c;--red:#a90432;--red-bright:#c31f42;--red-soft:#a9043229;--yellow:#f2b632;--yellow-bright:#ffd35a;--yellow-soft:#f2b63224;--accent:var(--yellow);--accent-soft:var(--yellow-soft);--danger:#d34a58;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);color-scheme:dark}body{color:var(--text);background:radial-gradient(circle at 12% 0,#f2b63217,#0000 28rem),radial-gradient(circle at 88% 8%,#a904321c,#0000 30rem),linear-gradient(#0b0d10 0%,#0e1115 52%,#0b0d10 100%);min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none;transition:color .18s}a:hover{color:var(--yellow-bright)}img{max-width:100%;height:auto}::selection{background:var(--red);color:#fff}:focus-visible{outline:3px solid var(--yellow-bright);outline-offset:3px;border-radius:4px}.container{width:min(calc(100% - 2rem), var(--max));margin-inline:auto}.eyebrow{color:var(--yellow);text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800}.muted{color:var(--muted)}.button{border:1px solid var(--line);background:#ffffff04;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:.72rem 1.08rem;font-weight:750;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.button.primary{background:linear-gradient(135deg, var(--red), var(--red-bright));color:#fff;border-color:#ffffff14;box-shadow:0 10px 30px #a904322e}.button:hover{border-color:var(--yellow);color:var(--yellow-bright);background-color:#f2b63209;transform:translateY(-1px)}.button.primary:hover{color:#fff;border-color:var(--yellow);background:linear-gradient(135deg,#b70739,#d2284a)}.card{border:1px solid var(--line);background:linear-gradient(#191d23f5,#12151af5);border-radius:20px;padding:clamp(1.25rem,3vw,2rem);position:relative;overflow:hidden;box-shadow:0 18px 60px #00000029}.card:before{content:"";background:linear-gradient(90deg, var(--red) 0 56%, var(--yellow) 56% 100%);opacity:.88;width:100%;height:2px;position:absolute;inset:0 auto auto 0}.grid{gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:clamp(3.5rem,7vw,6rem) 0}h1,h2,h3{letter-spacing:-.035em;text-wrap:balance;margin-top:0;line-height:1.1}h1{font-size:clamp(2.45rem,6.2vw,5.25rem)}h2{font-size:clamp(1.75rem,3.2vw,2.8rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}p{margin:0 0 1rem}.hero{align-items:center;min-height:64vh;padding:4rem 0;display:grid;position:relative}.hero:after{content:"";background:linear-gradient(90deg,#0000,#a9043273,#f2b6326b,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.hero h1{max-width:950px;margin-bottom:1.3rem}.hero h1:after{content:"";background:linear-gradient(90deg, var(--red) 0 62%, var(--yellow) 62% 100%);border-radius:999px;width:min(240px,35vw);height:5px;margin-top:1.15rem;display:block}.hero .lead{max-width:760px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem)}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.project-card{flex-direction:column;justify-content:space-between;min-height:260px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.project-card:hover{border-color:#f2b6325c;transform:translateY(-3px);box-shadow:0 20px 70px #0000003d,0 0 0 1px #a9043214}.project-card .status{background:linear-gradient(90deg, var(--red-soft), var(--yellow-soft));width:fit-content;color:var(--yellow-bright);border:1px solid #f2b6322e;border-radius:999px;padding:.36rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex}.project-card>a{color:var(--yellow);font-weight:750}.project-card>a:hover{color:var(--yellow-bright)}.kicker{border-left:3px solid #0000;border-image:linear-gradient(180deg, var(--red), var(--yellow)) 1;color:var(--muted);padding-left:1rem}.prose{max-width:780px}.prose h2{margin-top:2.5rem}.prose ul{padding-left:1.2rem}.prose li::marker{color:var(--yellow)}footer{border-top:1px solid var(--line);color:var(--muted);background:#0000001f;padding:2rem 0 3rem}@media (width<=760px){.grid.two{grid-template-columns:1fr}.hero{min-height:auto;padding:5rem 0 3rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.page-title{margin-bottom:2.2rem;font-size:clamp(2.35rem,5.4vw,4.1rem)}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.project-theme{--project-primary:var(--yellow);--project-secondary:var(--red-bright);--project-soft:var(--yellow-soft);--project-text:var(--yellow-bright)}.project-mefit{--project-primary:var(--red-bright);--project-secondary:var(--yellow);--project-soft:#c31f4229;--project-text:#ff6e8b}.project-bilirkroki{--project-primary:var(--yellow);--project-secondary:var(--red-bright);--project-soft:#f2b63226;--project-text:var(--yellow-bright)}.project-bilirkisidesk{--project-primary:#bfc6d0;--project-secondary:var(--red-bright);--project-soft:#bfc6d01a;--project-text:#dde2e8}.project-card.project-theme:before{background:linear-gradient(90deg, var(--project-primary) 0 78%, var(--project-secondary) 78% 100%)}.project-card.project-theme:hover{border-color:color-mix(in srgb, var(--project-primary) 42%, var(--line));box-shadow:0 20px 70px #0000003d, 0 0 0 1px color-mix(in srgb, var(--project-primary) 12%, transparent)}.project-card.project-theme .status{border-color:color-mix(in srgb, var(--project-primary) 25%, transparent);background:var(--project-soft);color:var(--project-text)}.project-card.project-theme>a{color:var(--project-primary)}.project-card.project-theme>a:hover{color:var(--project-secondary)}.project-card h2,.project-card h3{margin-top:1rem}.project-mark{border:1px solid color-mix(in srgb, var(--project-primary) 38%, var(--line));background:linear-gradient(145deg, color-mix(in srgb, var(--project-primary) 16%, transparent), transparent), var(--surface-2);width:44px;height:44px;color:var(--project-primary);letter-spacing:.04em;border-radius:12px;place-items:center;margin-bottom:1rem;font-size:.8rem;font-weight:900;display:grid}.project-mark.large{border-radius:16px;width:64px;height:64px;margin:0;font-size:1rem}.project-detail .eyebrow,.project-detail .prose li::marker{color:var(--project-primary)}.project-detail .kicker{border-image:linear-gradient(180deg, var(--project-primary), var(--project-secondary)) 1}.project-detail-head{align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.project-title{margin:.15rem 0 0;font-size:clamp(2.5rem,6vw,4.6rem)}@media (width<=980px){.grid.three{grid-template-columns:1fr}}@media (width<=560px){.project-detail-head{align-items:flex-start}.project-mark.large{border-radius:14px;width:54px;height:54px}}.contact-panel{max-width:760px}.contact-email{color:var(--yellow-bright);border-bottom:2px solid color-mix(in srgb, var(--red-bright) 70%, transparent);margin-top:1rem;padding-bottom:.18rem;font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:800;display:inline-flex}.contact-email:hover{color:#fff;border-color:var(--yellow)}.contact-note{max-width:62ch;margin-top:1.2rem}
