:root{--ctp-rosewater: #dc8a78;--ctp-flamingo: #dd7878;--ctp-pink: #ea76cb;--ctp-mauve: #8839ef;--ctp-red: #d20f39;--ctp-maroon: #e64553;--ctp-peach: #fe640b;--ctp-yellow: #df8e1d;--ctp-green: #40a02b;--ctp-teal: #179299;--ctp-sky: #04a5e5;--ctp-sapphire: #209fb5;--ctp-blue: #1e66f5;--ctp-lavender: #7287fd;--ctp-text: #4c4f69;--ctp-subtext1: #5c5f77;--ctp-subtext0: #6c6f85;--ctp-overlay2: #7c7f93;--ctp-overlay1: #8c8fa1;--ctp-overlay0: #9ca0b0;--ctp-surface2: #acb0be;--ctp-surface1: #bcc0cc;--ctp-surface0: #ccd0da;--ctp-base: #eff1f5;--ctp-mantle: #e6e9ef;--ctp-crust: #dce0e8}@font-face{font-family:AkazukiPOP;src:url(/fonts/AkazukiPOP.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--ctp-base);color:var(--ctp-text);font-family:AkazukiPOP,sans-serif;line-height:1.6}.intro[data-astro-cid-u43ozx4m]{padding:8rem 2rem 6rem;display:flex;justify-content:center}.content[data-astro-cid-u43ozx4m]{max-width:600px;width:100%;display:flex;align-items:center;gap:2rem}.pfp[data-astro-cid-u43ozx4m]{width:120px;height:120px;border-radius:50%;border:3px solid var(--ctp-lavender);transition:transform .3s ease,border-color .3s ease}.pfp[data-astro-cid-u43ozx4m]:hover{transform:scale(1.05);border-color:var(--ctp-pink)}.text[data-astro-cid-u43ozx4m]{flex:1}h1[data-astro-cid-u43ozx4m]{font-size:2rem;font-weight:600;color:var(--ctp-text);margin-bottom:.5rem}.subtitle[data-astro-cid-u43ozx4m]{font-size:1rem;color:var(--ctp-subtext0);opacity:.8}@media (max-width: 600px){.intro[data-astro-cid-u43ozx4m]{padding:4rem 2rem 3rem}.content[data-astro-cid-u43ozx4m]{flex-direction:column;text-align:center}.pfp[data-astro-cid-u43ozx4m]{width:100px;height:100px}h1[data-astro-cid-u43ozx4m]{font-size:1.5rem}}.download[data-astro-cid-vg6dcujl]{padding:6rem 2rem;display:flex;justify-content:center}.content[data-astro-cid-vg6dcujl]{max-width:600px;width:100%}.section-title[data-astro-cid-vg6dcujl]{font-size:2rem;font-weight:600;color:var(--ctp-text);margin-bottom:3rem;text-align:center}.products[data-astro-cid-vg6dcujl]{display:flex;flex-direction:column;gap:1.5rem}.product-group[data-astro-cid-vg6dcujl]{background-color:var(--ctp-mantle);border:2px solid var(--product-color);border-radius:12px;overflow:hidden;transition:all .3s ease}.product-group[data-astro-cid-vg6dcujl][open]{box-shadow:0 4px 20px #0003;border-color:var(--product-color)}.product-summary[data-astro-cid-vg6dcujl]{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;cursor:pointer;list-style:none;position:relative;z-index:0;transition:background-color .2s}.product-summary[data-astro-cid-vg6dcujl]::-webkit-details-marker{display:none}.product-summary[data-astro-cid-vg6dcujl]:before{content:"";position:absolute;inset:0;background-color:var(--product-color);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:-1}.product-summary[data-astro-cid-vg6dcujl]:hover:before,.product-group[data-astro-cid-vg6dcujl][open] .product-summary[data-astro-cid-vg6dcujl]:before{transform:scaleX(1)}.product-summary[data-astro-cid-vg6dcujl]:hover .product-name[data-astro-cid-vg6dcujl],.product-summary[data-astro-cid-vg6dcujl]:hover .product-icon[data-astro-cid-vg6dcujl],.product-summary[data-astro-cid-vg6dcujl]:hover .expand-arrow[data-astro-cid-vg6dcujl],.product-group[data-astro-cid-vg6dcujl][open] .product-summary[data-astro-cid-vg6dcujl] .product-name[data-astro-cid-vg6dcujl],.product-group[data-astro-cid-vg6dcujl][open] .product-summary[data-astro-cid-vg6dcujl] .product-icon[data-astro-cid-vg6dcujl],.product-group[data-astro-cid-vg6dcujl][open] .product-summary[data-astro-cid-vg6dcujl] .expand-arrow[data-astro-cid-vg6dcujl]{color:var(--ctp-base)}.product-icon[data-astro-cid-vg6dcujl]{font-size:1.5rem;color:var(--product-color);transition:color .3s ease}.product-name[data-astro-cid-vg6dcujl]{flex:1;font-size:1.25rem;font-weight:500;color:var(--ctp-text);transition:color .3s ease}.expand-arrow[data-astro-cid-vg6dcujl]{width:24px;height:24px;color:var(--product-color);transition:transform .3s ease}.product-group[data-astro-cid-vg6dcujl][open] .expand-arrow[data-astro-cid-vg6dcujl]{transform:rotate(180deg)}.product-details[data-astro-cid-vg6dcujl]{padding:0 2rem 2rem;background-color:var(--ctp-mantle);border-top:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.description[data-astro-cid-vg6dcujl]{margin:1.5rem 0;color:var(--ctp-subtext1);line-height:1.6;font-size:.95rem}.download-links[data-astro-cid-vg6dcujl]{display:flex;flex-wrap:wrap;gap:.75rem}.dl-button[data-astro-cid-vg6dcujl]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:var(--ctp-surface0);border:1px solid var(--product-color);border-radius:8px;color:var(--ctp-text);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease}.dl-button[data-astro-cid-vg6dcujl]:hover{background-color:var(--product-color);color:var(--ctp-base);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.dl-mark[data-astro-cid-vg6dcujl]{width:18px;height:18px;stroke:currentColor}@media (max-width: 600px){.download[data-astro-cid-vg6dcujl]{padding:4rem 2rem}.section-title[data-astro-cid-vg6dcujl]{font-size:1.5rem;margin-bottom:2rem}.product-summary[data-astro-cid-vg6dcujl]{padding:1.25rem 1.5rem}.product-details[data-astro-cid-vg6dcujl]{padding:0 1.5rem 1.5rem}.dl-button[data-astro-cid-vg6dcujl]{width:100%;justify-content:center}}.wave-container[data-astro-cid-5baqliqx]{width:100%;padding:3rem 2rem;display:flex;justify-content:center}.wave-wrapper[data-astro-cid-5baqliqx]{max-width:600px;width:100%;height:40px;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.wave[data-astro-cid-5baqliqx]{width:300%;height:100%;position:absolute;left:-100%}.wave-path[data-astro-cid-5baqliqx]{vector-effect:non-scaling-stroke}.wave-slide-left[data-astro-cid-5baqliqx]{animation:wave-slide-left var(--wave-speed) linear infinite}.wave-slide-right[data-astro-cid-5baqliqx]{animation:wave-slide-right var(--wave-speed) linear infinite}@keyframes wave-slide-left{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes wave-slide-right{0%{transform:translate(-33.33%)}to{transform:translate(0)}}@media (max-width: 600px){.wave-container[data-astro-cid-5baqliqx]{padding:2rem 1rem}}
