@import"https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap";.hero[data-astro-cid-n2vczv57]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:6rem 0 4rem}.hero-container[data-astro-cid-n2vczv57]{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.hero-container[data-astro-cid-n2vczv57]{grid-template-columns:1fr .8fr;padding:0 4rem}}.hero-main[data-astro-cid-n2vczv57]{display:flex;flex-direction:column;gap:4rem}.hero-content[data-astro-cid-n2vczv57]{display:flex;flex-direction:column;gap:2rem}.hero-headline[data-astro-cid-n2vczv57]{display:flex;flex-direction:column;gap:.25rem}.headline-word[data-astro-cid-n2vczv57]{font-family:Sora,sans-serif;font-size:clamp(3.5rem,10vw,7rem);font-weight:800;line-height:1;letter-spacing:-.03em;opacity:0;transform:translateY(40px);animation:revealWord .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--delay) * .15s + .2s)}.headline-word[data-astro-cid-n2vczv57]:nth-child(1){background:linear-gradient(135deg,var(--accent-cyan) 0%,#00a8cc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.headline-word[data-astro-cid-n2vczv57]:nth-child(2){background:linear-gradient(135deg,var(--accent-purple) 0%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.headline-word[data-astro-cid-n2vczv57]:nth-child(3){background:linear-gradient(135deg,var(--accent-green) 0%,#22c55e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes revealWord{to{opacity:1;transform:translateY(0)}}.hero-description[data-astro-cid-n2vczv57]{font-size:1.25rem;color:var(--text-secondary);line-height:1.8;max-width:480px;opacity:0;animation:fadeUp .8s ease forwards .7s}@keyframes fadeUp{to{opacity:1}}.hero-actions[data-astro-cid-n2vczv57]{display:flex;flex-wrap:wrap;gap:1rem;opacity:0;animation:fadeUp .8s ease forwards .9s}.hero-stats[data-astro-cid-n2vczv57]{display:flex;align-items:center;gap:2rem;padding:1.5rem 0;border-top:1px solid var(--border-subtle);opacity:0;animation:fadeUp .8s ease forwards 1.1s}.stat-item[data-astro-cid-n2vczv57]{display:flex;flex-direction:column;gap:.25rem}.stat-number[data-astro-cid-n2vczv57]{font-family:Sora,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1}.stat-label[data-astro-cid-n2vczv57]{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.stat-divider[data-astro-cid-n2vczv57]{width:1px;height:40px;background:var(--border-subtle)}.hero-visual[data-astro-cid-n2vczv57]{position:relative;height:400px;display:none}@media(min-width:1024px){.hero-visual[data-astro-cid-n2vczv57]{display:block}}.shape[data-astro-cid-n2vczv57]{position:absolute;border-radius:24px;opacity:0;animation:shapeReveal 1s cubic-bezier(.16,1,.3,1) forwards}.shape-1[data-astro-cid-n2vczv57]{width:180px;height:180px;background:linear-gradient(135deg,var(--accent-cyan) 0%,rgba(0,212,255,.3) 100%);top:20%;left:10%;animation-delay:.5s;animation-name:shapeReveal,floatShape1;animation-duration:1s,8s;animation-timing-function:cubic-bezier(.16,1,.3,1),ease-in-out;animation-fill-mode:forwards,none;animation-iteration-count:1,infinite;animation-delay:.5s,1.5s}.shape-2[data-astro-cid-n2vczv57]{width:120px;height:120px;background:linear-gradient(135deg,var(--accent-purple) 0%,rgba(139,92,246,.3) 100%);top:50%;right:15%;animation-delay:.7s;animation-name:shapeReveal,floatShape2;animation-duration:1s,6s;animation-timing-function:cubic-bezier(.16,1,.3,1),ease-in-out;animation-fill-mode:forwards,none;animation-iteration-count:1,infinite;animation-delay:.7s,1.7s}.shape-3[data-astro-cid-n2vczv57]{width:80px;height:80px;background:linear-gradient(135deg,var(--accent-green) 0%,rgba(0,255,136,.3) 100%);bottom:20%;left:30%;animation-delay:.9s;animation-name:shapeReveal,floatShape3;animation-duration:1s,7s;animation-timing-function:cubic-bezier(.16,1,.3,1),ease-in-out;animation-fill-mode:forwards,none;animation-iteration-count:1,infinite;animation-delay:.9s,1.9s}.shape-ring[data-astro-cid-n2vczv57]{position:absolute;width:300px;height:300px;border:2px solid var(--border-subtle);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;animation:ringReveal 1.2s ease forwards .3s}@keyframes shapeReveal{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes ringReveal{to{opacity:.5}}@keyframes floatShape1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(10px,-15px) rotate(5deg)}}@keyframes floatShape2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-15px,10px) rotate(-5deg)}}@keyframes floatShape3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(8px,-12px) rotate(8deg)}}.scroll-indicator[data-astro-cid-n2vczv57]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeUp .8s ease forwards 1.5s}.scroll-indicator[data-astro-cid-n2vczv57] span[data-astro-cid-n2vczv57]{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.scroll-line[data-astro-cid-n2vczv57]{width:1px;height:40px;background:linear-gradient(to bottom,var(--text-muted),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}[data-astro-cid-n2vczv57][data-theme=light] .shape-1[data-astro-cid-n2vczv57]{background:linear-gradient(135deg,var(--accent-cyan) 0%,rgba(0,153,204,.2) 100%)}[data-astro-cid-n2vczv57][data-theme=light] .shape-2[data-astro-cid-n2vczv57]{background:linear-gradient(135deg,var(--accent-purple) 0%,rgba(124,58,237,.2) 100%)}[data-astro-cid-n2vczv57][data-theme=light] .shape-3[data-astro-cid-n2vczv57]{background:linear-gradient(135deg,var(--accent-green) 0%,rgba(0,170,85,.2) 100%)}@media(max-width:640px){.hero[data-astro-cid-n2vczv57]{padding:4rem 0 3rem}.hero-stats[data-astro-cid-n2vczv57]{gap:1.5rem}.stat-number[data-astro-cid-n2vczv57]{font-size:2rem}.scroll-indicator[data-astro-cid-n2vczv57]{display:none}}.projects-section[data-astro-cid-6s7tpzpb]{padding:8rem 0;position:relative}.section-container[data-astro-cid-6s7tpzpb]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-astro-cid-6s7tpzpb]{margin-bottom:4rem}.section-label[data-astro-cid-6s7tpzpb]{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.75rem}.section-title[data-astro-cid-6s7tpzpb]{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--accent-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-grid[data-astro-cid-6s7tpzpb]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.projects-grid[data-astro-cid-6s7tpzpb]{grid-template-columns:repeat(2,1fr)}}.project-card[data-astro-cid-6s7tpzpb]{position:relative;display:block;padding:2rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;text-decoration:none;color:inherit;overflow:hidden;opacity:0;transform:translateY(20px);animation:cardReveal .6s ease forwards;animation-delay:calc(var(--delay) * .15s + .2s);transition:transform .3s ease,border-color .3s ease}.project-card[data-astro-cid-6s7tpzpb]:hover{transform:translateY(-4px);border-color:var(--border-hover)}.project-card[data-astro-cid-6s7tpzpb][data-accent=cyan]:hover{border-color:#00d4ff66}.project-card[data-astro-cid-6s7tpzpb][data-accent=purple]:hover{border-color:#8b5cf666}.card-inner[data-astro-cid-6s7tpzpb]{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.25rem;min-height:200px}.card-top[data-astro-cid-6s7tpzpb]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-title-group[data-astro-cid-6s7tpzpb]{display:flex;flex-direction:column;gap:.25rem}.card-title[data-astro-cid-6s7tpzpb]{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;margin:0}.card-subtitle[data-astro-cid-6s7tpzpb]{font-size:.875rem;color:var(--text-muted)}.card-metric[data-astro-cid-6s7tpzpb]{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.metric-value[data-astro-cid-6s7tpzpb]{font-family:Sora,sans-serif;font-size:1.75rem;font-weight:700;line-height:1}[data-astro-cid-6s7tpzpb][data-accent=cyan] .metric-value[data-astro-cid-6s7tpzpb]{color:var(--accent-cyan)}[data-astro-cid-6s7tpzpb][data-accent=purple] .metric-value[data-astro-cid-6s7tpzpb]{color:var(--accent-purple)}.metric-label[data-astro-cid-6s7tpzpb]{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.card-description[data-astro-cid-6s7tpzpb]{color:var(--text-secondary);line-height:1.6;font-size:.95rem;flex:1;margin:0}.card-bottom[data-astro-cid-6s7tpzpb]{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-tags[data-astro-cid-6s7tpzpb]{display:flex;flex-wrap:wrap;gap:.5rem}.tag[data-astro-cid-6s7tpzpb]{font-size:.7rem;padding:.35rem .65rem;background:#ffffff0d;border-radius:6px;color:var(--text-secondary);border:1px solid var(--border-subtle)}.card-arrow[data-astro-cid-6s7tpzpb]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;color:var(--text-muted);transition:all .3s ease}.project-card[data-astro-cid-6s7tpzpb]:hover .card-arrow[data-astro-cid-6s7tpzpb]{background:var(--accent-cyan);color:var(--bg-primary);transform:rotate(-45deg)}[data-astro-cid-6s7tpzpb][data-accent=purple] .project-card[data-astro-cid-6s7tpzpb]:hover .card-arrow[data-astro-cid-6s7tpzpb],.project-card[data-astro-cid-6s7tpzpb][data-accent=purple]:hover .card-arrow[data-astro-cid-6s7tpzpb]{background:var(--accent-purple)}.card-glow[data-astro-cid-6s7tpzpb]{position:absolute;inset:0;opacity:0;transition:opacity .3s ease;pointer-events:none}[data-astro-cid-6s7tpzpb][data-accent=cyan] .card-glow[data-astro-cid-6s7tpzpb]{background:radial-gradient(circle at 50% 0%,rgba(0,212,255,.1) 0%,transparent 70%)}[data-astro-cid-6s7tpzpb][data-accent=purple] .card-glow[data-astro-cid-6s7tpzpb]{background:radial-gradient(circle at 50% 0%,rgba(139,92,246,.1) 0%,transparent 70%)}.project-card[data-astro-cid-6s7tpzpb]:hover .card-glow[data-astro-cid-6s7tpzpb]{opacity:1}.section-footer[data-astro-cid-6s7tpzpb]{margin-top:3rem;text-align:center}.view-all[data-astro-cid-6s7tpzpb]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .2s ease}.view-all[data-astro-cid-6s7tpzpb]:hover{color:var(--accent-cyan)}.view-all[data-astro-cid-6s7tpzpb] svg[data-astro-cid-6s7tpzpb]{transition:transform .2s ease}.view-all[data-astro-cid-6s7tpzpb]:hover svg[data-astro-cid-6s7tpzpb]{transform:translate(4px)}[data-astro-cid-6s7tpzpb][data-theme=light] .project-card[data-astro-cid-6s7tpzpb]{background:var(--bg-card);box-shadow:0 2px 20px #0000000a}[data-astro-cid-6s7tpzpb][data-theme=light] .tag[data-astro-cid-6s7tpzpb],[data-astro-cid-6s7tpzpb][data-theme=light] .card-arrow[data-astro-cid-6s7tpzpb]{background:#00000008}.learning-section[data-astro-cid-sdhkbopz]{padding:8rem 0;position:relative}.section-container[data-astro-cid-sdhkbopz]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-astro-cid-sdhkbopz]{margin-bottom:4rem}.section-label[data-astro-cid-sdhkbopz]{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.75rem}.section-title[data-astro-cid-sdhkbopz]{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-magenta) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.section-subtitle[data-astro-cid-sdhkbopz]{color:var(--text-secondary);font-size:1.1rem}.volumes-grid[data-astro-cid-sdhkbopz]{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.volumes-grid[data-astro-cid-sdhkbopz]{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.volume-card[data-astro-cid-sdhkbopz]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;text-decoration:none;color:inherit;overflow:hidden;opacity:0;transform:translateY(20px);animation:cardReveal .6s ease forwards;animation-delay:calc(var(--delay) * .1s + .3s);transition:transform .3s ease,border-color .3s ease}.volume-card[data-astro-cid-sdhkbopz]:hover{transform:translateY(-4px)}.volume-card[data-astro-cid-sdhkbopz][data-accent=purple]:hover{border-color:#8b5cf666}.volume-card[data-astro-cid-sdhkbopz][data-accent=cyan]:hover{border-color:#00d4ff66}.volume-card[data-astro-cid-sdhkbopz][data-accent=gold]:hover{border-color:#ffd70066}@keyframes cardReveal{to{opacity:1;transform:translateY(0)}}.volume-number[data-astro-cid-sdhkbopz]{display:flex;align-items:baseline;gap:.25rem}.vol-label[data-astro-cid-sdhkbopz]{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.vol-num[data-astro-cid-sdhkbopz]{font-family:Sora,sans-serif;font-size:2rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.volume-content[data-astro-cid-sdhkbopz]{flex:1}.volume-subtitle[data-astro-cid-sdhkbopz]{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .6rem;background:#ffffff0d;border-radius:4px;margin-bottom:.75rem}[data-astro-cid-sdhkbopz][data-accent=purple] .volume-subtitle[data-astro-cid-sdhkbopz]{color:var(--accent-purple)}[data-astro-cid-sdhkbopz][data-accent=cyan] .volume-subtitle[data-astro-cid-sdhkbopz]{color:var(--accent-cyan)}[data-astro-cid-sdhkbopz][data-accent=gold] .volume-subtitle[data-astro-cid-sdhkbopz]{color:var(--accent-gold)}.volume-title[data-astro-cid-sdhkbopz]{font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.volume-desc[data-astro-cid-sdhkbopz]{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0}.volume-stats[data-astro-cid-sdhkbopz]{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.stat[data-astro-cid-sdhkbopz]{display:flex;flex-direction:column;gap:.125rem}.stat-value[data-astro-cid-sdhkbopz]{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.stat-label[data-astro-cid-sdhkbopz]{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.stat-divider[data-astro-cid-sdhkbopz]{width:1px;height:30px;background:var(--border-subtle)}.volume-arrow[data-astro-cid-sdhkbopz]{position:absolute;top:2rem;right:2rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;color:var(--text-muted);transition:all .3s ease}.volume-card[data-astro-cid-sdhkbopz]:hover .volume-arrow[data-astro-cid-sdhkbopz]{transform:translate(4px)}[data-astro-cid-sdhkbopz][data-accent=purple]:hover .volume-arrow[data-astro-cid-sdhkbopz]{color:var(--accent-purple)}[data-astro-cid-sdhkbopz][data-accent=cyan]:hover .volume-arrow[data-astro-cid-sdhkbopz]{color:var(--accent-cyan)}[data-astro-cid-sdhkbopz][data-accent=gold]:hover .volume-arrow[data-astro-cid-sdhkbopz]{color:var(--accent-gold)}.accent-line[data-astro-cid-sdhkbopz]{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent-gradient);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.volume-card[data-astro-cid-sdhkbopz]:hover .accent-line[data-astro-cid-sdhkbopz]{transform:scaleX(1)}.section-footer[data-astro-cid-sdhkbopz]{margin-top:3rem;text-align:center}.view-all[data-astro-cid-sdhkbopz]{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .2s ease}.view-all[data-astro-cid-sdhkbopz]:hover{color:var(--accent-purple)}.view-all[data-astro-cid-sdhkbopz] svg[data-astro-cid-sdhkbopz]{transition:transform .2s ease}.view-all[data-astro-cid-sdhkbopz]:hover svg[data-astro-cid-sdhkbopz]{transform:translate(4px)}[data-astro-cid-sdhkbopz][data-theme=light] .volume-card[data-astro-cid-sdhkbopz]{background:var(--bg-card);box-shadow:0 2px 20px #0000000a}[data-astro-cid-sdhkbopz][data-theme=light] .volume-subtitle[data-astro-cid-sdhkbopz],[data-astro-cid-sdhkbopz][data-theme=light] .volume-arrow[data-astro-cid-sdhkbopz]{background:#00000008}@media(max-width:767px){.volume-card[data-astro-cid-sdhkbopz]{flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding:1.5rem;gap:1rem}.volume-number[data-astro-cid-sdhkbopz]{width:auto}.volume-content[data-astro-cid-sdhkbopz]{flex:1;min-width:200px}.volume-stats[data-astro-cid-sdhkbopz]{width:100%;border-top:1px solid var(--border-subtle);padding-top:1rem}.volume-arrow[data-astro-cid-sdhkbopz]{top:1.5rem;right:1.5rem}}
