.project-gallery-section[data-astro-cid-qylu6xuj]{padding-block:6rem;position:relative;overflow:hidden}.container[data-astro-cid-qylu6xuj]{max-width:var(--max-container-width);margin-inline:auto;padding-inline:max(1.5rem,5vw)}.section-header[data-astro-cid-qylu6xuj].center{text-align:center;margin-bottom:4rem}.badge[data-astro-cid-qylu6xuj]{display:inline-block;padding:.5rem 1.25rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);background-color:hsl(from var(--accent) h s l / .1);border:1px solid hsl(from var(--accent) h s l / .2);border-radius:9999px}.accent-text[data-astro-cid-qylu6xuj]{color:var(--accent)}h2[data-astro-cid-qylu6xuj]{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.project-gallery[data-astro-cid-qylu6xuj]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-image-button[data-astro-cid-qylu6xuj]{background:none;border:none;padding:0;cursor:pointer;width:100%;display:block;transition:transform .5s ease;&:hover{transform:translateY(-10px)}}.glass-container[data-astro-cid-qylu6xuj]{width:100%;aspect-ratio:4/3;background:hsl(from var(--tint) h s l / .4);backdrop-filter:blur(12px);border:1px solid hsl(from var(--text-color) h s l / .1);border-radius:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 40px -20px #0003;padding:1.5rem}.gallery-image[data-astro-cid-qylu6xuj]{width:100%;height:100%;max-height:250px;object-fit:contain;transition:transform .5s ease}.gallery-image-button[data-astro-cid-qylu6xuj]:hover .gallery-image[data-astro-cid-qylu6xuj]{transform:scale(1.1)}.modal[data-astro-cid-qylu6xuj]{position:fixed;top:0;left:0;width:100dvw;height:100dvh;z-index:99999;display:none;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.modal[data-astro-cid-qylu6xuj].active{display:flex}.modal-overlay[data-astro-cid-qylu6xuj]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;backdrop-filter:blur(20px)}.modal-content[data-astro-cid-qylu6xuj]{position:relative;width:100%;height:100%;display:grid;grid-template-areas:". . hd" "prev cimg next" ". indicators .";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;padding:clamp(1rem,5vw,4rem);z-index:100001;pointer-events:none;gap:1.5rem;overflow:hidden;align-items:center}.modal-content[data-astro-cid-qylu6xuj]>[data-astro-cid-qylu6xuj]{pointer-events:auto}.modal-header[data-astro-cid-qylu6xuj]{grid-area:hd;justify-self:end;align-self:start;.modal-close{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:2rem;cursor:pointer;z-index:100005;border-radius:50%;transition:all .3s ease;&:hover{background:var(--accent);border-color:var(--accent);transform:rotate(90deg) scale(1.1)}}}.carousel-image-container[data-astro-cid-qylu6xuj]{grid-area:cimg;position:relative;width:100%;height:100%;overflow:hidden;border-radius:2rem;background:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center}.carousel-image[data-astro-cid-qylu6xuj]{position:absolute;inset:0;opacity:0;pointer-events:none;width:100%;height:100%;object-fit:contain;padding:1rem;transition:none}.carousel-image[data-astro-cid-qylu6xuj].active{opacity:1;pointer-events:auto}.image-loading-skeleton[data-astro-cid-qylu6xuj]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite;display:none}.image-loading-skeleton[data-astro-cid-qylu6xuj].active{display:block}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.carousel-btn[data-astro-cid-qylu6xuj]{background:#ffffff1a;border:1px solid hsla(0,0%,100%,.1);color:#fff;width:56px;height:56px;border-radius:50%;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:100010;&:hover:not(:disabled){background:var(--accent);border-color:var(--accent);transform:scale(1.1)}&:disabled{opacity:.3;cursor:not-allowed}}.carousel-prev[data-astro-cid-qylu6xuj]{grid-area:prev}.carousel-next[data-astro-cid-qylu6xuj]{grid-area:next}.carousel-indicators[data-astro-cid-qylu6xuj]{grid-area:indicators;display:flex;gap:.75rem;padding:.5rem 1rem;background:#0000004d;backdrop-filter:blur(10px);border-radius:2rem;border:1px solid rgba(255,255,255,.1);z-index:100011;justify-self:center;align-self:end}.indicator[data-astro-cid-qylu6xuj]{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease;&.active{background:var(--accent);width:24px;border-radius:5px}&:hover:not(.active){background:#fff9}}@media(max-width:768px){.project-gallery[data-astro-cid-qylu6xuj]{grid-template-columns:1fr}.modal-content[data-astro-cid-qylu6xuj]{grid-template-areas:". . hd" "cimg cimg cimg" "prev indicators next";grid-template-rows:auto 1fr auto;padding:1rem;gap:1rem}.carousel-btn[data-astro-cid-qylu6xuj]{width:48px;height:48px}.carousel-indicators[data-astro-cid-qylu6xuj]{align-self:center}}.container[data-astro-cid-u6k2cf6r]{max-width:var(--max-container-width);margin-inline:auto;padding-inline:max(1.5rem,5vw)}.project-section[data-astro-cid-u6k2cf6r]{padding-block:6rem;position:relative;overflow:hidden;&.is-dark{background-color:hsl(from var(--text-color) h s l / .02);border-radius:1.5rem}}.section-content[data-astro-cid-u6k2cf6r]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}.section-info[data-astro-cid-u6k2cf6r]{max-width:50rem;display:flex;flex-direction:column;align-items:center}.section-body[data-astro-cid-u6k2cf6r]{width:100%;display:flex;flex-direction:column;align-items:center}.project-description[data-astro-cid-u6k2cf6r]{font-size:1.125rem;line-height:1.7;color:hsl(from var(--text-color) h s l / .8);margin-bottom:1.5rem;max-width:65ch;margin-inline:auto;text-align:center}.feature-title[data-astro-cid-u6k2cf6r]{font-size:1.75rem;font-weight:800;color:var(--text-color);margin-top:3rem;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;&:after{content:"";width:3rem;height:4px;background:var(--accent);border-radius:999px}&:before{display:none}}.feature-list[data-astro-cid-u6k2cf6r]{list-style:none;padding:0;margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%}.feature-item[data-astro-cid-u6k2cf6r]{flex:1 1 320px;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2rem;background:hsl(from var(--tint) h s l / .5);border:1px solid hsl(from var(--text-color) h s l / .08);border-radius:1.5rem;transition:all .3s ease;box-shadow:0 4px 20px -10px #0000001a;font-size:1.125rem;line-height:1.7;color:hsl(from var(--text-color) h s l / .8);&:hover{transform:translateY(-5px);border-color:hsl(from var(--accent) h s l / .3);background:hsl(from var(--tint) h s l / .8);box-shadow:0 20px 40px -20px hsl(from var(--accent) h s l / .15)}&:before{content:"✓";color:#fff;background:var(--accent);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:900;border-radius:50%;flex-shrink:0}}.project-hero[data-astro-cid-u6k2cf6r]{padding-top:max(6rem,12vh);padding-bottom:4rem;text-align:center}.hero-content[data-astro-cid-u6k2cf6r]{display:flex;flex-direction:column;align-items:center;max-width:50rem;margin-inline:auto}.logo-wrapper[data-astro-cid-u6k2cf6r]{margin-bottom:2.5rem;padding:1.5rem;background:hsl(from var(--tint) h s l / .4);backdrop-filter:blur(12px);border:1px solid hsl(from var(--text-color) h s l / .1);border-radius:2.5rem;box-shadow:0 20px 40px -20px #0003}.project-logo[data-astro-cid-u6k2cf6r]{max-width:250px;max-height:150px;height:auto;object-fit:contain}h1[data-astro-cid-u6k2cf6r]{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;letter-spacing:-.03em;margin-top:0;margin-bottom:1.5rem;line-height:1.05;background:linear-gradient(135deg,var(--accent),hsl(from var(--accent) h s l / .8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc[data-astro-cid-u6k2cf6r]{font-size:clamp(1.1rem,1.35rem,3vw);line-height:1.6;color:hsl(from var(--text-color) h s l / .7);font-weight:400;margin-top:0}.tech-stack-section[data-astro-cid-u6k2cf6r]{padding-block:6rem;background-color:hsl(from var(--tint) h s l / .3);border-radius:1.5rem}.section-header[data-astro-cid-u6k2cf6r]{text-align:center;margin-bottom:4rem;max-width:40rem;margin-inline:auto}.badge[data-astro-cid-u6k2cf6r]{display:inline-block;padding:.5rem 1.25rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);background-color:hsl(from var(--accent) h s l / .1);border:1px solid hsl(from var(--accent) h s l / .2);border-radius:9999px}.accent-text[data-astro-cid-u6k2cf6r]{color:var(--accent)}h2[data-astro-cid-u6k2cf6r]{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.1;color:var(--text-color);margin-top:0;margin-bottom:1rem}.tech-stack-section[data-astro-cid-u6k2cf6r] p[data-astro-cid-u6k2cf6r]{color:hsl(from var(--text-color) h s l / .7);line-height:1.6;font-size:1.125rem}.tech-grid[data-astro-cid-u6k2cf6r]{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.tech-card[data-astro-cid-u6k2cf6r]{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:hsl(from var(--tint) h s l / .5);backdrop-filter:blur(10px);border:1px solid hsl(from var(--text-color) h s l / .05);padding:2.5rem;border-radius:2rem;min-width:160px;transition:all .3s ease;box-shadow:0 10px 30px -15px #0000001a;&:hover{transform:translateY(-10px);border-color:hsl(from var(--accent) h s l / .3);box-shadow:0 20px 40px -20px hsl(from var(--accent) h s l / .2)}}.tech-icon-wrapper[data-astro-cid-u6k2cf6r]{width:64px;height:64px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.tech-card[data-astro-cid-u6k2cf6r]:hover .tech-icon-wrapper[data-astro-cid-u6k2cf6r]{transform:scale(1.1)}.tech-name[data-astro-cid-u6k2cf6r]{font-weight:700;font-size:1rem;color:var(--text-color)}
