:root{--font-mono: "Space Mono", "Courier New", monospace;--font-serif: "Instrument Serif", Georgia, serif;--black: #0a0a0a;--white: #f0f0f0;--gray: #666;--gray-dark: #1a1a1a;--gray-mid: #2a2a2a;--accent: #fff;--border: 1px solid #333;--border-heavy: 2px solid var(--white);--bg-primary: var(--black);--bg-secondary: var(--gray-dark);--bg-tertiary: var(--gray-mid);--text-primary: var(--white);--text-secondary: var(--gray);--nav-bg: rgba(10, 10, 10, .85);--card-bg: var(--gray-dark);--input-bg: var(--gray-dark);--success: #4ade80;--error: #f87171;--warning: #fbbf24}html.light{--black: #ffffff;--white: #0a0a0a;--gray: #525252;--gray-dark: #f5f5f5;--gray-mid: #e5e5e5;--accent: #0a0a0a;--border: 1px solid #d4d4d4;--border-heavy: 2px solid var(--white);--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e5e5e5;--text-primary: #0a0a0a;--text-secondary: #404040;--nav-bg: rgba(255, 255, 255, .85);--card-bg: #f5f5f5;--input-bg: #ffffff;--success: #16a34a;--error: #dc2626;--warning: #d97706}@media(prefers-color-scheme:light){html:not(.dark):not(.light){--black: #ffffff;--white: #0a0a0a;--gray: #525252;--gray-dark: #f5f5f5;--gray-mid: #e5e5e5;--accent: #0a0a0a;--border: 1px solid #d4d4d4;--border-heavy: 2px solid var(--white);--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e5e5e5;--text-primary: #0a0a0a;--text-secondary: #404040;--nav-bg: rgba(255, 255, 255, .85);--card-bg: #f5f5f5;--input-bg: #ffffff;--success: #16a34a;--error: #dc2626;--warning: #d97706}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;color-scheme:dark}html.light{color-scheme:light}body{font-family:var(--font-mono);background:var(--black);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:var(--white);text-decoration:none}img{display:block;max-width:100%}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;transition:opacity .2s ease}html.light .noise{opacity:.025}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:var(--border);transition:background-color .2s ease,border-color .2s ease}.nav__logo{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.15em}.dot{color:#888}.nav__links{display:flex;gap:2rem}.nav__links a{font-size:.7rem;letter-spacing:.2em;font-weight:700;transition:opacity .2s}.nav__links a:hover{opacity:.5}.nav__sign-out{background:none;border:none;padding:0;margin:0;color:inherit;font:inherit;font-size:.7rem;letter-spacing:.2em;font-weight:700;cursor:pointer;transition:opacity .2s}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;padding:6rem 2rem 2rem;overflow:hidden}.hero__image-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:grayscale(40%) contrast(1.1)}.hero__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a4d,#0a0a0a80,#0a0a0aeb 80%,#0a0a0a);transition:background .3s ease}html.light .hero__image-overlay{background:linear-gradient(to bottom,#ffffff4d,#ffffff80,#ffffffeb 80%,#fff)}.hero__content{position:relative;z-index:1;max-width:900px;padding-bottom:4rem}.hero__label{font-size:.65rem;letter-spacing:.3em;color:var(--gray);margin-bottom:1.5rem;font-weight:700}.hero__title{font-family:var(--font-mono);font-weight:700;line-height:1;margin-bottom:1.5rem}.hero__title-line{display:block;font-size:clamp(3rem,10vw,7rem);letter-spacing:-.03em}.hero__title-line--italic{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.02em;font-size:clamp(3.5rem,11vw,8rem);color:var(--white);-webkit-text-stroke:0}.hero__sub{font-size:.85rem;line-height:1.7;color:var(--gray);max-width:480px;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;padding:.85rem 1.8rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.15em;border:var(--border-heavy);transition:all .2s}.btn--primary{background:var(--white);color:var(--black);border-color:var(--white)}.btn--primary:hover,.btn--ghost{background:transparent;color:var(--white)}.btn--ghost:hover{background:var(--white);color:var(--black)}.hero__scroll-indicator{position:absolute;right:2rem;bottom:2rem;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero__scroll-indicator span{font-size:.55rem;letter-spacing:.3em;writing-mode:vertical-rl;color:var(--gray)}.hero__scroll-line{width:1px;height:60px;background:var(--gray);position:relative;overflow:hidden}.hero__scroll-line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--white);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%{top:-100%}50%{top:100%}to{top:100%}}.marquee{border-top:var(--border);border-bottom:var(--border);padding:1rem 0;overflow:hidden;white-space:nowrap}.marquee__track{display:flex;animation:marquee 20s linear infinite}.marquee__track span{font-size:.7rem;letter-spacing:.3em;font-weight:700;color:var(--gray);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.section-header__index,.section-header__label{font-size:.65rem;font-weight:700;letter-spacing:.2em;color:var(--gray)}.section-title{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:3rem}.work{padding:6rem 2rem}.projects{display:grid;grid-template-columns:1fr;gap:1px;background:#333;border:1px solid #333;margin-bottom:2rem}.project-card{background:var(--black);display:grid;grid-template-columns:1fr 1fr;min-height:400px;overflow:hidden;transition:background .3s}.project-card:hover{background:var(--gray-dark)}.project-card:nth-child(2n){direction:rtl}.project-card:nth-child(2n)>*{direction:ltr}.project-card__image{position:relative;overflow:hidden}.project-card__image img{width:100%;height:100%;object-fit:cover;object-position:top left;filter:grayscale(20%);transition:filter .4s,transform .6s}.project-card:hover .project-card__image img{filter:grayscale(0%);transform:scale(1.03)}.project-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:4rem;font-weight:700;color:#333;background:var(--gray-dark);border-right:var(--border)}.project-card__info{padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.project-card__top{display:flex;flex-direction:column;gap:1rem}.project-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{display:inline-block;padding:.3rem .6rem;font-size:.55rem;font-weight:700;letter-spacing:.15em;border:1px solid #444;color:var(--gray);text-transform:uppercase}.badge--ios{border-color:#666;color:var(--white)}.badge--web{border-color:#555;color:#aaa}.badge--new{border-color:var(--white);color:var(--white);background:var(--white);color:var(--black)}.project-card__name{font-family:var(--font-mono);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}.project-card__description{font-size:.8rem;line-height:1.6;color:var(--gray);max-width:400px}.project-card__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:var(--border);margin-top:1.5rem}.project-card__url{font-size:.7rem;letter-spacing:.1em;color:var(--gray);transition:color .2s}.project-card:hover .project-card__url{color:var(--white)}.project-card__arrow{font-size:1.5rem;transition:transform .3s}.project-card:hover .project-card__arrow{transform:translate(4px,-4px)}.work__discovery{display:flex;align-items:center;gap:.75rem;font-size:.65rem;letter-spacing:.1em;color:var(--gray)}.work__discovery-dot{width:6px;height:6px;border-radius:50%;background:#444;animation:pulse 2s ease-in-out infinite}.work__discovery-dot--live{background:#4ade80;animation:none}.work__discovery-dot--done{background:var(--white);animation:none}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.showcase{position:relative}.showcase__sticky{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--black);border-top:2px solid #333;border-bottom:2px solid #333;overflow:hidden}.showcase__iframe-col{position:relative;overflow:hidden;border-right:2px solid #333}.showcase__iframe{width:100%;height:100%;border:none;background:var(--gray-dark);transition:opacity .6s ease}.showcase__iframe--loading{opacity:0}.showcase__iframe-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--gray-dark);z-index:2;pointer-events:none;opacity:0;transition:opacity .4s ease}.showcase__iframe-loader--visible{opacity:1}.showcase__loader-text{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.3em;color:var(--gray);animation:loaderPulse 1.5s ease-in-out infinite}@keyframes loaderPulse{0%,to{opacity:.3}50%{opacity:1}}.showcase__info-col{display:flex;flex-direction:column;justify-content:center;padding:4rem;position:relative}.showcase__info-content{will-change:opacity,transform}.showcase__info-content.transitioning{transition:opacity .3s ease,transform .3s ease}.showcase__counter{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.25em;color:var(--gray);margin-bottom:2.5rem}.showcase__badges{display:flex;gap:.5rem;margin-bottom:1.5rem}.showcase__name{font-family:var(--font-mono);font-size:clamp(2.5rem,4vw,4rem);font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:1rem}.showcase__tagline{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.1rem,1.8vw,1.5rem);color:#999;margin-bottom:1.5rem;line-height:1.3}.showcase__desc{font-size:.85rem;line-height:1.8;color:var(--gray);max-width:400px;margin-bottom:2.5rem}.showcase__link{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--white);padding-bottom:.35rem;border-bottom:2px solid var(--white);transition:opacity .2s}.showcase__link:hover{opacity:.6}.showcase__link-arrow{font-size:1rem;transition:transform .3s}.showcase__link:hover .showcase__link-arrow{transform:translate(3px,-3px)}.showcase__footer{position:absolute;bottom:2.5rem;left:4rem;right:4rem;display:flex;align-items:center;justify-content:space-between}.showcase__pips{display:flex;gap:.5rem}.showcase__pip{width:32px;height:2px;background:#333;transition:background .4s ease,width .4s ease}.showcase__pip--active{background:var(--white);width:48px}.showcase__scroll-cue{display:flex;align-items:center;gap:.75rem}.showcase__scroll-cue span{font-size:.55rem;letter-spacing:.3em;color:var(--gray);font-weight:700}.showcase__scroll-cue-line{width:40px;height:1px;background:#444;position:relative;overflow:hidden}.showcase__scroll-cue-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--white);animation:scrollCueLine 2s ease-in-out infinite}@keyframes scrollCueLine{0%{left:-100%}50%{left:100%}to{left:100%}}@media(min-width:901px){#projects-grid{display:none}}@media(max-width:900px){.showcase{display:none}.nav{padding:.75rem 1rem}.nav__logo{font-size:.75rem}}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:var(--border);border-bottom:var(--border)}.stat{padding:2.5rem 2rem;border-right:var(--border);text-align:center}.stat:last-child{border-right:none}.stat__number{display:block;font-family:var(--font-mono);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.stat__label{font-size:.6rem;letter-spacing:.2em;color:var(--gray);font-weight:700}.about{padding:6rem 2rem}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about__description{font-size:.85rem;line-height:1.8;color:#aaa;margin-bottom:1.5rem;max-width:500px}.about__capabilities{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.capability{display:flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:700;letter-spacing:.1em}.capability__marker{font-size:.5rem;color:var(--gray)}.about__image-stack{position:relative;aspect-ratio:3/4;max-height:600px}.about__image{position:absolute;width:85%;height:85%;object-fit:cover;filter:grayscale(30%) contrast(1.05);border:2px solid #222}.about__image--back{top:0;left:0;z-index:0}.about__image--front{bottom:0;right:0;z-index:1}.contact{padding:6rem 2rem;border-top:var(--border)}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact__description{font-size:.85rem;line-height:1.8;color:#aaa;margin-bottom:2rem;max-width:420px}.contact__email{display:inline-block;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;letter-spacing:-.02em;border-bottom:2px solid var(--white);padding-bottom:.25rem;transition:opacity .2s}.contact__email:hover{opacity:.6}.contact__socials{display:flex;flex-direction:column}.social-link{display:grid;grid-template-columns:120px 1fr auto;align-items:center;padding:1.25rem 0;border-bottom:var(--border);transition:padding-left .3s,background .2s}.social-link:first-child{border-top:var(--border)}.social-link:hover{padding-left:1rem}.social-link__platform{font-size:.65rem;font-weight:700;letter-spacing:.2em;color:var(--gray)}.social-link__handle{font-size:.85rem;font-weight:700}.social-link__arrow{font-size:1rem;transition:transform .3s}.social-link:hover .social-link__arrow{transform:translate(3px,-3px)}.footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:var(--border)}.footer__left span,.footer__right span{font-size:.6rem;letter-spacing:.15em;color:var(--gray)}.footer__right{display:flex;gap:2rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.project-card{grid-template-columns:1fr;min-height:auto}.project-card:nth-child(2n){direction:ltr}.project-card__image{height:250px}.about__grid{grid-template-columns:1fr;gap:3rem}.about__image-stack{max-height:400px}.contact__grid{grid-template-columns:1fr;gap:3rem}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:none}}@media(max-width:600px){.hero{padding:5rem 1.5rem 1.5rem}.hero__title-line{font-size:2.5rem}.hero__title-line--italic{font-size:3rem}.hero__scroll-indicator{display:none}.work,.about,.contact{padding:4rem 1.5rem}.project-card__info{padding:1.5rem}.stats-bar{grid-template-columns:1fr 1fr}.footer{flex-direction:column;gap:.75rem;text-align:center}.footer__right{flex-direction:column;gap:.25rem}.social-link{grid-template-columns:90px 1fr auto}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:100%;max-width:400px;background:var(--gray-dark);border:var(--border-heavy);padding:3rem 2.5rem}.auth-card__header{text-align:center;margin-bottom:2.5rem}.auth-card__logo{font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.5rem}.auth-card__title{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.auth-card__subtitle{font-size:.8rem;color:var(--gray);line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input{width:100%;padding:.9rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--black);color:var(--white);border:var(--border);outline:none;transition:border-color .2s}.auth-input::placeholder{color:#555}.auth-input:focus{border-color:var(--white)}.auth-btn{width:100%;padding:.9rem 1rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:opacity .2s}.auth-btn:hover:not(:disabled){opacity:.85}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn--outline{background:transparent;color:var(--white);border:var(--border)}.auth-btn--outline:hover:not(:disabled){background:var(--gray-mid)}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider__line{flex:1;height:1px;background:#333}.auth-divider__text{font-size:.65rem;letter-spacing:.2em;color:var(--gray)}.auth-oauth-buttons{display:flex;flex-direction:column;gap:.75rem}.auth-oauth-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;background:transparent;color:var(--white);border:var(--border);cursor:pointer;transition:background .2s,border-color .2s}.auth-oauth-btn:hover{background:var(--gray-mid);border-color:#555}.auth-oauth-btn svg{width:18px;height:18px}.auth-footer{margin-top:2rem;text-align:center}.auth-footer__text{font-size:.7rem;color:var(--gray)}.auth-footer__link{color:var(--white);text-decoration:underline;text-underline-offset:2px}.auth-message{padding:1rem;font-size:.8rem;line-height:1.5;border:var(--border);margin-bottom:1rem}.auth-message--success{background:#4ade801a;border-color:#4ade80;color:#4ade80}.auth-message--error{background:#f871711a;border-color:#f87171;color:#f87171}.auth-message--info{background:#60a5fa1a;border-color:#60a5fa;color:#60a5fa}.auth-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.1em;color:var(--gray);margin-bottom:2rem;transition:color .2s}.auth-back-link:hover{color:var(--white)}.store-header{padding:6rem 2rem 3rem;border-bottom:var(--border)}.store-header__title{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.store-header__subtitle{font-size:.9rem;color:var(--gray);max-width:500px;line-height:1.6}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1px;background:#333;border:1px solid #333;margin:2rem}.app-card{display:flex;flex-direction:column;padding:2rem;background:var(--black);transition:background .2s}.app-card:hover{background:var(--gray-dark)}.app-card__header{display:flex;gap:1rem;margin-bottom:1.5rem}.app-card__icon{width:64px;height:64px;border-radius:12px;background:var(--gray-dark);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:#444}.app-card__icon img{width:100%;height:100%;border-radius:12px;object-fit:cover}.app-card__info{flex:1;min-width:0}.app-card__name{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.app-card__tagline{font-size:.8rem;color:var(--gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-card__badges{display:flex;gap:.5rem;margin-bottom:1rem}.app-card__description{font-size:.8rem;line-height:1.6;color:#aaa;flex:1;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.app-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:var(--border)}.app-card__price{font-family:var(--font-mono);font-size:.85rem;font-weight:700}.app-card__price--free{color:#4ade80}.app-card__price--paid{color:var(--white)}.app-card__arrow{font-size:1.2rem;transition:transform .2s}.app-card:hover .app-card__arrow{transform:translate(4px,-4px)}.app-page{padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto}.app-page__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.1em;color:var(--gray);margin-bottom:2rem;transition:color .2s}.app-page__back:hover{color:var(--white)}.app-page__header{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:var(--border)}.app-page__icon{width:128px;height:128px;border-radius:24px;background:var(--gray-dark);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:3rem;font-weight:700;color:#444}.app-page__icon img{width:100%;height:100%;border-radius:24px;object-fit:cover}.app-page__info{display:flex;flex-direction:column;justify-content:center}.app-page__badges{display:flex;gap:.5rem;margin-bottom:.75rem}.app-page__name{font-family:var(--font-mono);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.app-page__tagline{font-family:var(--font-serif);font-style:italic;font-size:clamp(1rem,2vw,1.25rem);color:#999}.app-page__content{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:4rem}.app-page__main{min-width:0;overflow-wrap:break-word;word-wrap:break-word}.app-page__description{font-size:.9rem;line-height:1.8;color:#ccc;overflow-wrap:break-word;word-wrap:break-word}.app-page__description h2{font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:.05em;margin:2rem 0 1rem;color:var(--white)}.app-page__description ul{margin-left:1.5rem;margin-bottom:1rem}.app-page__description li{margin-bottom:.5rem}.app-page__description strong{color:var(--white)}.app-page__description a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.app-page__description a:hover{border-bottom-color:var(--accent)}.app-page__description code{font-family:var(--font-mono);font-size:.85em;background:#ffffff14;padding:.15em .4em;border-radius:3px;color:var(--white)}.app-page__description pre{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:1rem 1.25rem;margin:1.25rem 0;overflow-x:auto}.app-page__description pre code{background:none;padding:0;font-size:.85rem;line-height:1.6;color:#e0e0e0}.app-page__description h3{font-family:var(--font-mono);font-size:.9rem;font-weight:700;letter-spacing:.05em;margin:1.5rem 0 .75rem;color:var(--white)}.app-page__description table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.85rem}.app-page__description th,.app-page__description td{text-align:left;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1)}.app-page__description th{background:#ffffff0d;font-family:var(--font-mono);font-weight:600;letter-spacing:.03em;color:var(--white)}.app-page__description td{background:#0003}.app-page__description tr:hover td{background:#ffffff08}.app-page__description ol{margin-left:1.5rem;margin-bottom:1rem}.app-page__help{margin-top:3rem;padding-top:2rem;border-top:1px solid #222}.app-page__section-title{font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--gray);text-transform:uppercase;margin:0 0 1rem}.app-page__help-links{display:flex;flex-direction:column;gap:.5rem}.app-page__help-link{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #222;text-decoration:none;transition:border-color .15s,background .15s}.app-page__help-link:hover{border-color:#444;background:#ffffff05}.app-page__help-icon{font-size:1.5rem;flex-shrink:0}.app-page__help-text{flex:1;display:flex;flex-direction:column;gap:.15rem}.app-page__help-text strong{font-size:.9rem;font-weight:600;color:var(--text)}.app-page__help-text span{font-size:.75rem;color:#666}.app-page__help-arrow{color:#555;font-size:1.1rem}.app-page__help-link:hover .app-page__help-arrow{color:var(--text)}.purchase-card{position:sticky;top:6rem;background:var(--gray-dark);border:var(--border-heavy);padding:2rem}.purchase-card__price-label{font-size:.65rem;letter-spacing:.2em;color:var(--gray);margin-bottom:.5rem}.purchase-card__price{font-family:var(--font-mono);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.purchase-card__input-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.purchase-card__currency{font-family:var(--font-mono);font-size:1.2rem;font-weight:700;color:var(--gray)}.purchase-card__input{flex:1;padding:.75rem;font-family:var(--font-mono);font-size:1.2rem;font-weight:700;background:var(--black);color:var(--white);border:var(--border);outline:none;-moz-appearance:textfield}.purchase-card__input::-webkit-outer-spin-button,.purchase-card__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.purchase-card__input:focus{border-color:var(--white)}.purchase-card__suggested{font-size:.7rem;color:var(--gray);margin-bottom:1.5rem}.purchase-card__btn{width:100%;padding:1rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.15em;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:opacity .2s}.purchase-card__btn:hover:not(:disabled){opacity:.85}.purchase-card__btn:disabled{opacity:.5;cursor:not-allowed}.purchase-card__btn--secondary{background:transparent;color:var(--white);border:var(--border);margin-top:.75rem}.purchase-card__note{margin-top:1.5rem;margin-bottom:1rem;padding-top:1.5rem;border-top:var(--border);font-size:.7rem;color:var(--gray);line-height:1.6}.empty-state{text-align:center;padding:6rem 2rem}.empty-state__title{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.empty-state__text{font-size:.9rem;color:var(--gray);margin-bottom:2rem}@media(max-width:900px){.app-page__content{grid-template-columns:1fr}.purchase-card{position:static}.app-page__header{grid-template-columns:1fr;text-align:center}.app-page__icon{margin:0 auto}.app-page__badges{justify-content:center}}@media(max-width:600px){.app-grid{margin:1rem;grid-template-columns:1fr}.store-header{padding:5rem 1.5rem 2rem}.app-page{padding:5rem 1.5rem 3rem}.app-page__icon{width:96px;height:96px}}.dashboard{padding:6rem 2rem 4rem;min-height:100vh}.dashboard__header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:var(--border)}.dashboard__welcome{font-size:.65rem;letter-spacing:.2em;color:var(--gray);margin-bottom:.5rem}.dashboard__title{font-family:var(--font-mono);font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em}.dashboard__nav{display:flex;gap:2rem;margin-top:1.5rem}.dashboard__nav-link{font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--gray);padding-bottom:.5rem;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.dashboard__nav-link:hover{color:var(--white)}.dashboard__nav-link--active{color:var(--white);border-bottom-color:var(--white)}.dashboard__section-title{font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem}.purchased-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.purchased-card{background:var(--gray-dark);border:var(--border);padding:1.5rem;transition:border-color .2s}.purchased-card:hover{border-color:#555}.purchased-card--new{border-color:#4ade80;animation:newPurchasePulse 2s ease-out}@keyframes newPurchasePulse{0%{box-shadow:0 0 #4ade8066}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.purchased-card__header{display:flex;gap:1rem;margin-bottom:1rem}.purchased-card__header--clickable{text-decoration:none;color:inherit;border-radius:8px;padding:.5rem;margin:-.5rem -.5rem .5rem;transition:background .15s ease}.purchased-card__header--clickable:hover{background:#ffffff0d}.purchased-card__header--clickable:hover .purchased-card__name{color:var(--white)}.purchased-card__icon{width:48px;height:48px;border-radius:10px;background:var(--black);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:1.2rem;font-weight:700;color:#444}.purchased-card__icon img{width:100%;height:100%;border-radius:10px;object-fit:cover}.purchased-card__info{flex:1;min-width:0}.purchased-card__name{font-family:var(--font-mono);font-size:1rem;font-weight:700;margin-bottom:.25rem}.purchased-card__meta{font-size:.7rem;color:var(--gray)}.purchased-card__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:var(--border)}.purchased-card__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.1em;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:opacity .2s}.purchased-card__btn:hover{opacity:.85}.purchased-card__btn--secondary{background:transparent;color:var(--white);border:var(--border)}.purchased-card__btn--secondary:hover{background:var(--gray-mid)}.version-selector{position:relative;width:100%}.version-selector__row{display:flex;gap:0}.version-selector__download{flex:1;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.version-selector__toggle{display:flex;align-items:center;justify-content:center;width:36px;background:var(--white);color:var(--black);border:none;border-left:1px solid var(--black);cursor:pointer;transition:background .15s ease}.version-selector__toggle:hover{background:var(--gray-light)}.version-selector__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--black);border:var(--border);z-index:100;max-height:280px;overflow-y:auto}.version-selector__loading,.version-selector__error,.version-selector__empty{padding:1rem;text-align:center;font-size:.75rem;color:var(--gray)}.version-selector__error{color:#f87171}.version-selector__list{display:flex;flex-direction:column}.version-selector__item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:transparent;border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;transition:background .15s ease;color:var(--foreground)}.version-selector__item:last-child{border-bottom:none}.version-selector__item:hover{background:var(--gray-mid)}.version-selector__item--selected{background:#ffffff0d}.version-selector__item--selected:hover{background:#ffffff14}.version-selector__item-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.version-selector__item-version{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.02em}.version-selector__latest{font-size:.6rem;font-weight:700;letter-spacing:.05em;padding:.15rem .4rem;background:var(--accent, #4ade80);color:var(--black)}.version-selector__item-size,.version-selector__item-date{font-size:.7rem;color:var(--gray)}.dashboard__success{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#4ade801a;border:1px solid #4ade80;margin-bottom:2rem}.dashboard__success-icon{font-size:1.5rem}.dashboard__success-text{font-size:.85rem;color:#4ade80}.settings-form{max-width:500px}.settings-group{margin-bottom:2rem}.settings-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--gray);margin-bottom:.5rem}.settings-input{width:100%;padding:.8rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--gray-dark);color:var(--white);border:var(--border);outline:none}.settings-input:focus{border-color:var(--white)}.settings-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.settings-checkbox input{width:18px;height:18px;cursor:pointer}.settings-checkbox span{font-size:.85rem}.theme-selector{display:flex;gap:.5rem;flex-wrap:wrap}.theme-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:var(--gray-dark);border:var(--border);color:var(--gray);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .15s ease}.theme-option:hover{color:var(--white);border-color:var(--gray)}.theme-option--active{background:var(--white);color:var(--black);border-color:var(--white)}.theme-option--active:hover{color:var(--black)}.theme-option svg{opacity:.7;transition:opacity .15s ease}.theme-option:hover svg,.theme-option--active svg{opacity:1}@media(max-width:600px){.dashboard{padding:5rem 1.5rem 3rem}.dashboard__nav{gap:1rem;flex-wrap:wrap}.purchased-grid{grid-template-columns:1fr}}.admin-layout{display:flex;min-height:100vh;padding-top:60px}.admin-sidebar{width:220px;background:var(--gray-dark);border-right:var(--border);padding:1.5rem 0;flex-shrink:0;position:fixed;top:60px;left:0;bottom:0;overflow-y:auto}.admin-sidebar__section{margin-bottom:1.5rem}.admin-sidebar__label{font-size:.55rem;font-weight:700;letter-spacing:.2em;color:var(--gray);padding:0 1.5rem;margin-bottom:.5rem}.admin-sidebar__nav{display:flex;flex-direction:column}.admin-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:500;color:var(--gray);transition:background .2s,color .2s}.admin-sidebar__link:hover{background:#ffffff0d;color:var(--white)}.admin-sidebar__link--active{background:#ffffff14;color:var(--white);border-left:2px solid var(--white)}.admin-sidebar__icon{font-size:1rem;width:20px;text-align:center}.admin-main{flex:1;margin-left:220px;padding:2rem}.admin-header{margin-bottom:2rem}.admin-header__title{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.admin-header__subtitle{font-size:.8rem;color:var(--gray);margin-top:.25rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.admin-stat{background:var(--gray-dark);border:var(--border);padding:1.25rem}.admin-stat__label{font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray);margin-bottom:.5rem}.admin-stat__value{font-family:var(--font-mono);font-size:1.75rem;font-weight:700}.admin-stat__value--money{color:#4ade80}.admin-stat__change{font-size:.7rem;color:var(--gray);margin-top:.25rem}.admin-table-wrap{background:var(--gray-dark);border:var(--border);overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.8rem}.admin-table th{text-align:left;padding:.75rem 1rem;font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--gray);border-bottom:var(--border);white-space:nowrap}.admin-table td{padding:.75rem 1rem;border-bottom:var(--border);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#ffffff05}.admin-table__user{display:flex;flex-direction:column}.admin-table__user-name{font-weight:600}.admin-table__user-email{font-size:.7rem;color:var(--gray)}.admin-table__money{font-family:var(--font-mono);font-weight:600}.admin-table__date{color:var(--gray);font-size:.75rem}.admin-table__actions{display:flex;gap:.5rem}.admin-table__btn{padding:.35rem .6rem;font-size:.6rem;font-weight:700;letter-spacing:.05em;background:transparent;color:var(--gray);border:var(--border);cursor:pointer;transition:background .2s,color .2s}.admin-table__btn:hover{background:var(--gray-mid);color:var(--white)}.admin-table__btn--danger{border-color:#f87171;color:#f87171}.admin-table__btn--danger:hover{background:#f871711a}.admin-section{margin-bottom:2rem}.admin-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-section__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.05em}@media(max-width:900px){.admin-sidebar{width:60px;padding:1rem 0}.admin-sidebar__label{display:none}.admin-sidebar__link{justify-content:center;padding:.75rem}.admin-sidebar__link span:not(.admin-sidebar__icon){display:none}.admin-main{margin-left:60px;padding:1.5rem}}@media(max-width:600px){.admin-layout{flex-direction:column}.admin-sidebar{display:none}.admin-main{margin-left:0;padding:1rem}}.mobile-admin-toggle{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1001;width:56px;height:56px;border-radius:50%;background:var(--white);border:none;cursor:pointer;box-shadow:0 4px 20px #0000004d;align-items:center;justify-content:center;transition:transform .2s,background .2s}.mobile-admin-toggle:hover{transform:scale(1.05)}.mobile-admin-toggle:active{transform:scale(.95)}.hamburger{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger span{display:block;height:2px;background:var(--black);border-radius:1px;transition:transform .3s,opacity .3s}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-admin-overlay{display:none;position:fixed;inset:0;background:#0009;z-index:999;opacity:0;transition:opacity .3s;pointer-events:none}.mobile-admin-overlay--visible{opacity:1;pointer-events:auto}.mobile-admin-menu{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--gray-dark);border-left:var(--border);z-index:1000;transform:translate(100%);transition:transform .3s ease-out;overflow-y:auto}.mobile-admin-menu--open{transform:translate(0)}.mobile-admin-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:var(--border)}.mobile-admin-menu__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:-.02em}.mobile-admin-menu__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:var(--border);color:var(--gray);font-size:1rem;cursor:pointer;transition:color .2s,border-color .2s}.mobile-admin-menu__close:hover{color:var(--white);border-color:var(--white)}.mobile-admin-menu__nav{padding:1rem 0}.mobile-admin-menu__section{margin-bottom:1.25rem}.mobile-admin-menu__label{font-size:.55rem;font-weight:700;letter-spacing:.2em;color:var(--gray);padding:0 1.5rem;margin-bottom:.5rem}.mobile-admin-menu__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;color:var(--gray);transition:background .2s,color .2s}.mobile-admin-menu__link:hover{background:#ffffff0d;color:var(--white)}.mobile-admin-menu__link--active{background:#ffffff14;color:var(--white);border-left:2px solid var(--white)}.mobile-admin-menu__icon{font-size:1.1rem;width:24px;text-align:center}@media(max-width:600px){.mobile-admin-toggle,.mobile-admin-overlay,.mobile-admin-menu{display:flex}.mobile-admin-menu{display:block}}.mobile-site-toggle{display:none;width:40px;height:40px;border-radius:4px;background:transparent;border:var(--border);cursor:pointer;align-items:center;justify-content:center;transition:background .2s,border-color .2s;margin-left:auto}.mobile-site-toggle:hover{background:#ffffff0d;border-color:var(--white)}.mobile-site-toggle:active{transform:scale(.95)}.mobile-site-toggle .hamburger{display:flex;flex-direction:column;gap:4px;width:18px}.mobile-site-toggle .hamburger span{display:block;height:2px;background:var(--foreground);border-radius:1px;transition:transform .3s,opacity .3s}.mobile-site-toggle .hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-site-toggle .hamburger--open span:nth-child(2){opacity:0}.mobile-site-toggle .hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-site-overlay{display:none;position:fixed;inset:0;background:#0009;z-index:999;opacity:0;transition:opacity .3s;pointer-events:none}.mobile-site-overlay--visible{opacity:1;pointer-events:auto}.mobile-site-menu{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--bg-primary);border-left:var(--border);z-index:1000;transform:translate(100%);transition:transform .3s ease-out;overflow-y:auto}.mobile-site-menu--open{transform:translate(0)}.mobile-site-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:var(--border)}.mobile-site-menu__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.1em}.mobile-site-menu__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:var(--border);color:var(--gray);font-size:1rem;cursor:pointer;transition:color .2s,border-color .2s}.mobile-site-menu__close:hover{color:var(--foreground);border-color:var(--foreground)}.mobile-site-menu__nav{padding:1rem 0}.mobile-site-menu__section{margin-bottom:1.5rem}.mobile-site-menu__label{font-size:.55rem;font-weight:700;letter-spacing:.2em;color:var(--gray);padding:0 1.5rem;margin-bottom:.5rem}.mobile-site-menu__link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:500;color:var(--gray);transition:background .2s,color .2s;text-decoration:none}.mobile-site-menu__link:hover{background:#ffffff0d;color:var(--foreground)}.mobile-site-menu__link--active{background:#ffffff14;color:var(--foreground);border-left:2px solid var(--foreground)}.mobile-site-menu__link--button{width:100%;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.mobile-site-menu__icon{font-size:1.1rem;width:24px;text-align:center}@media(max-width:600px){.nav__links{display:none}.mobile-site-toggle,.mobile-site-overlay,.mobile-site-menu{display:flex}.mobile-site-menu{display:block}.nav{flex-direction:row;align-items:center}}.skeleton{background:linear-gradient(90deg,var(--gray-dark) 25%,var(--gray-mid) 50%,var(--gray-dark) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:2px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-text--sm{height:.75em;width:60%}.skeleton-text--lg{height:1.5em;width:80%}.skeleton-card{background:var(--gray-dark);border:var(--border);padding:1.5rem}.skeleton-card__header{display:flex;gap:1rem;margin-bottom:1rem}.skeleton-card__icon{width:48px;height:48px;flex-shrink:0}.skeleton-card__info{flex:1}.skeleton-card__btn{height:40px;width:100%;margin-top:1rem}.skeleton-table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:var(--border)}.skeleton-table-row:last-child{border-bottom:none}.app-card-skeleton{background:var(--gray-dark);border:var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.app-card-skeleton__icon{width:64px;height:64px;margin-bottom:.5rem}.app-card-skeleton__title{height:1.25rem;width:70%}.app-card-skeleton__desc{height:.85rem;width:90%}.app-card-skeleton__badges{display:flex;gap:.5rem;margin-top:auto}.app-card-skeleton__badge{height:1.5rem;width:50px}.spinner{display:inline-block;width:1em;height:1em;border:2px solid var(--gray);border-top-color:var(--white);border-radius:50%;animation:spinner-spin .8s linear infinite}@keyframes spinner-spin{to{transform:rotate(360deg)}}.loading-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px}.loading-page__content{text-align:center}.loading-page__spinner{width:32px;height:32px;border-width:3px;margin:0 auto 1rem}.loading-page__text{font-size:.75rem;color:var(--gray);letter-spacing:.1em}.btn-loading{position:relative;pointer-events:none}.btn-loading:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spinner-spin .8s linear infinite}.showcase-v2{margin-top:3.5rem;padding-top:0;position:relative}.showcase-v2__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.showcase-v2__header-line{flex:1;height:1px;background:linear-gradient(90deg,#333 0%,transparent 100%);min-width:40px;order:2}.showcase-v2__title{font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.25em;color:var(--gray);order:1;flex-shrink:0}.showcase-v2__tabs{display:flex;gap:0;order:3;border:1px solid #333;flex-shrink:0}.showcase-v2__tab{padding:.45rem 1rem;font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.15em;background:transparent;color:var(--gray);border:none;cursor:pointer;transition:all .25s ease;position:relative}.showcase-v2__tab+.showcase-v2__tab{border-left:1px solid #333}.showcase-v2__tab:hover{color:var(--white);background:#ffffff08}.showcase-v2__tab--active,.showcase-v2__tab--active:hover{color:var(--black);background:var(--white)}.showcase-v2__section{margin-bottom:3rem}.showcase-v2__section:last-child{margin-bottom:0}.showcase-v2__section-label{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.2em;color:#555;margin-bottom:1.25rem;padding-left:.25rem}.showcase-v2__section-icon{font-size:.85rem;filter:grayscale(.5)}.showcase-v2__carousel{position:relative}.showcase-v2__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1.5rem 0 2rem;scroll-behavior:auto}.showcase-v2__track::-webkit-scrollbar{display:none}.showcase-v2__card{flex-shrink:0;scroll-snap-align:center;position:relative;border-radius:12px;overflow:hidden;animation:showcaseCardReveal .6s ease-out both;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}@keyframes showcaseCardReveal{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.showcase-v2__carousel--portrait .showcase-v2__card{width:280px}.showcase-v2__carousel--landscape .showcase-v2__card{width:min(520px,80vw)}.showcase-v2__card:hover{transform:translateY(-6px);box-shadow:0 20px 60px -15px #000000b3,0 0 40px -10px #7850c81f}.showcase-v2__card-btn{display:block;width:100%;padding:0;margin:0;border:none;background:#111;cursor:zoom-in;position:relative;overflow:hidden;border-radius:12px;border:1px solid #222;transition:border-color .3s ease}.showcase-v2__card:hover .showcase-v2__card-btn{border-color:#3a3a3a}.showcase-v2__card-btn img{width:100%;height:auto;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.showcase-v2__card:hover .showcase-v2__card-btn img{transform:scale(1.03)}.showcase-v2__card-shine{position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,transparent 40%,rgba(255,255,255,.03) 45%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 55%,transparent 60%,transparent 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.showcase-v2__card:hover .showcase-v2__card-shine{opacity:1}.showcase-v2__youtube{position:relative;width:100%;padding-bottom:56.25%;background:var(--gray-dark);border-radius:12px;overflow:hidden;border:1px solid #222}.showcase-v2__youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.showcase-v2__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#0a0a0ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:50%;color:var(--white);font-size:1.5rem;cursor:pointer;transition:all .25s ease;font-family:var(--font-mono);line-height:1}.showcase-v2__arrow:hover{background:#1e1e1ef2;border-color:#555;transform:translateY(-50%) scale(1.08)}.showcase-v2__arrow--left{left:.75rem}.showcase-v2__arrow--right{right:.75rem}.showcase-v2__arrow--hidden{opacity:0;pointer-events:none}.showcase-v2__dots{display:flex;justify-content:center;gap:8px;padding-top:.25rem}.showcase-v2__dot{width:28px;height:2px;background:#333;border:none;border-radius:1px;cursor:pointer;transition:all .35s ease;padding:0}.showcase-v2__dot:hover{background:#555}.showcase-v2__dot--active{background:var(--white);width:44px}.showcase-v2__lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000f5;cursor:zoom-out;padding:2rem;animation:lightboxFadeIn .25s ease-out}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.showcase-v2__lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;cursor:default;border-radius:8px;animation:lightboxImageIn .3s cubic-bezier(.16,1,.3,1)}@keyframes lightboxImageIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.showcase-v2__lightbox-close{position:absolute;top:1.25rem;right:1.25rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:50%;color:var(--white);font-size:1.1rem;cursor:pointer;transition:all .2s;z-index:10}.showcase-v2__lightbox-close:hover{background:#ffffff1f;border-color:#555;transform:scale(1.05)}.showcase-v2__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:50%;color:var(--white);font-size:1.8rem;cursor:pointer;transition:all .2s;font-family:var(--font-mono);line-height:1;z-index:10}.showcase-v2__lightbox-nav:hover{background:#ffffff1f;border-color:#555;transform:translateY(-50%) scale(1.06)}.showcase-v2__lightbox-nav--prev{left:1.25rem}.showcase-v2__lightbox-nav--next{right:1.25rem}.showcase-v2__lightbox-title{color:#888;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;margin-top:1.25rem;text-align:center}@media(max-width:900px){.showcase-v2__carousel--portrait .showcase-v2__card{width:240px}.showcase-v2__carousel--landscape .showcase-v2__card{width:min(440px,85vw)}.showcase-v2__arrow{display:none}}@media(max-width:600px){.showcase-v2{margin-top:2.5rem}.showcase-v2__header{margin-bottom:1.75rem;gap:1rem}.showcase-v2__carousel--portrait .showcase-v2__card{width:220px}.showcase-v2__carousel--landscape .showcase-v2__card{width:min(360px,85vw)}.showcase-v2__track{gap:14px;padding:1rem 0 1.5rem}.showcase-v2__dots{gap:6px}.showcase-v2__dot{width:20px}.showcase-v2__dot--active{width:32px}.showcase-v2__lightbox-nav{width:40px;height:40px;font-size:1.4rem}.showcase-v2__lightbox-nav--prev{left:.5rem}.showcase-v2__lightbox-nav--next{right:.5rem}}.store-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-family:var(--font-mono);font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:transparent;color:var(--gray);border:1px solid #333}.store-badge--featured{background:var(--white);color:var(--black);border-color:var(--white)}.store-hero{position:relative;min-height:80vh;display:flex;align-items:center;padding:8rem 3rem 4rem;overflow:hidden}.store-hero--empty{min-height:60vh}.store-hero__inner{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(1.5rem,3vw,3.5rem);align-items:center}.store-hero__grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%)}.store-hero__content{position:relative;z-index:1;max-width:900px}.store-hero__inner .store-hero__content{max-width:100%}.store-hero__label{display:inline-block;font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.3em;color:var(--gray);margin-bottom:2rem;padding:.5rem 0;border-bottom:1px solid #333}.store-hero__title{font-family:var(--font-mono);font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:.95;letter-spacing:-.04em;margin-bottom:1.5rem}.store-hero__subtitle{font-size:1rem;line-height:1.7;color:var(--gray);max-width:500px}.store-hero__app{display:flex;gap:2.5rem;align-items:flex-start}.store-hero__icon{width:160px;height:160px;border-radius:28px;background:var(--gray-dark);border:2px solid #333;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:4rem;font-weight:700;color:#333;overflow:hidden;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff0d}.store-hero__icon img{width:100%;height:100%;object-fit:cover}.store-hero__info{flex:1;padding-top:.5rem}.store-hero__badges{display:flex;gap:.5rem;margin-bottom:1rem}.store-hero__name{font-family:var(--font-mono);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:.5rem}.store-hero__tagline{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.1rem,2vw,1.4rem);color:#888;margin-bottom:1.5rem;line-height:1.3}.store-hero__desc{font-size:.9rem;line-height:1.7;color:var(--gray);max-width:480px;margin-bottom:2rem}.store-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.store-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:all .2s}.store-hero__btn--primary{background:var(--white);color:var(--black);border:2px solid var(--white)}.store-hero__btn--primary:hover{background:transparent;color:var(--white)}.store-hero__btn--ghost{background:transparent;color:var(--white);border:2px solid #444}.store-hero__btn--ghost:hover{border-color:var(--white)}.store-hero__rail{border:1px solid #222;background:#0a0a0acc;padding:1rem}.store-hero__rail-label{font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.22em;color:var(--gray);margin-bottom:.85rem}.store-hero__rail-list{display:flex;flex-direction:column;gap:.6rem}.store-hero__rail-item{display:grid;grid-template-columns:44px 1fr;gap:.75rem;align-items:center;padding:.6rem;border:1px solid #222;background:#00000073;transition:border-color .2s,background .2s}.store-hero__rail-item:hover{border-color:#3a3a3a;background:#ffffff05}.store-hero__rail-icon{width:44px;height:44px;border-radius:10px;background:var(--gray-dark);border:1px solid #333;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:1rem;font-weight:700;color:#555;overflow:hidden}.store-hero__rail-icon img{width:100%;height:100%;object-fit:cover}.store-hero__rail-body{min-width:0;display:flex;flex-direction:column;gap:.35rem}.store-hero__rail-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.store-hero__rail-name{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-hero__rail-badges{display:flex;gap:.25rem;flex-shrink:0}.store-hero__rail-badges .store-badge{padding:.15rem .35rem;font-size:.45rem}.store-hero__rail-tagline{font-size:.6rem;letter-spacing:.04em;color:var(--gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 2rem;background:var(--gray-dark);border-top:1px solid #222;border-bottom:1px solid #222}.store-stats__item{display:flex;align-items:center;gap:.75rem}.store-stats__number{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--white)}.store-stats__label{font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray)}.store-stats__divider{width:1px;height:24px;background:#333}.store-section{padding:4rem 3rem}.store-section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #222}.store-section__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.15em}.store-section__count{font-size:.7rem;color:var(--gray);letter-spacing:.1em}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:#222;border:1px solid #222}.store-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--black);transition:background .2s;animation:storeCardFadeIn .4s ease-out forwards;opacity:0}@keyframes storeCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.store-card:hover{background:var(--gray-dark)}.store-card__icon{width:64px;height:64px;border-radius:14px;background:var(--gray-dark);border:1px solid #333;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:#444;overflow:hidden;transition:transform .2s,border-color .2s}.store-card:hover .store-card__icon{transform:scale(1.05);border-color:#444}.store-card__icon img{width:100%;height:100%;object-fit:cover}.store-card__content{flex:1}.store-card__badges{display:flex;gap:.4rem;margin-bottom:.75rem}.store-card__name{font-family:var(--font-mono);font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem;line-height:1.2}.store-card__tagline{font-size:.8rem;color:var(--gray);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #222}.store-card__price{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--white)}.store-card__price--free{color:#4ade80}.store-card__arrow{font-family:var(--font-mono);font-size:1rem;color:var(--gray);transition:transform .2s,color .2s}.store-card:hover .store-card__arrow{transform:translate(4px);color:var(--white)}.store-empty{text-align:center;padding:4rem 2rem;color:var(--gray)}.store-empty__reset{margin-top:1rem;padding:.5rem 1rem;background:transparent;border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .2s}.store-empty__reset:hover{background:var(--white);color:var(--black)}.store-filters{margin-bottom:1.5rem}.store-filters__row{display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap}.store-filters__toggle{display:none;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--gray-dark);border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .2s}.store-filters__toggle:hover{background:#2a2a2a;border-color:#444}.store-filters__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:var(--white);color:var(--black);border-radius:9px;font-size:.6rem;font-weight:700}.store-filters__chevron{font-size:.6rem;opacity:.6}.store-filters__controls{display:flex;gap:2rem;flex-wrap:wrap;flex:1}.store-filters__group{display:flex;flex-direction:column;gap:.5rem}.store-filters__label{font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray)}.store-filters__options{display:flex;gap:0;border:1px solid #333}.store-filters__btn{padding:.5rem .75rem;background:transparent;border:none;border-right:1px solid #333;color:var(--gray);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s}.store-filters__btn:last-child{border-right:none}.store-filters__btn:hover{background:var(--gray-dark);color:var(--white)}.store-filters__btn--active,.store-filters__btn--active:hover{background:var(--white);color:var(--black)}.store-filters__sort{display:flex;flex-direction:column;gap:.5rem;margin-left:auto}.store-filters__select{padding:.5rem 2rem .5rem .75rem;background:var(--gray-dark);border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.05em;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:all .2s}.store-filters__select:hover{border-color:#444}.store-filters__select:focus{outline:none;border-color:var(--white)}.store-filters__active{display:flex;align-items:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.store-filters__tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .5rem .35rem .75rem;background:var(--gray-dark);border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.05em}.store-filters__tag button{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:transparent;border:none;color:var(--gray);font-size:.9rem;cursor:pointer;transition:color .2s}.store-filters__tag button:hover{color:var(--white)}.store-filters__clear{padding:.35rem .75rem;background:transparent;border:1px solid #333;color:var(--gray);font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s}.store-filters__clear:hover{background:var(--gray-dark);color:var(--white)}.store-section__results{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #222}@media(max-width:768px){.store-filters__toggle{display:flex}.store-filters__row{flex-direction:column;gap:1rem}.store-filters__controls{display:none;flex-direction:column;gap:1rem;width:100%;padding:1rem;background:var(--gray-dark);border:1px solid #333;margin-top:.5rem}.store-filters__controls--open{display:flex}.store-filters__sort{width:100%;margin-left:0}.store-filters__select{width:100%}.store-filters__options{flex-wrap:wrap}.store-filters__btn{flex:1;text-align:center;min-width:fit-content}}.store-footer{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;border-top:1px solid #222;text-align:center}.store-footer__brand{display:flex;flex-direction:column;gap:.5rem}.store-footer__logo{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.12em}.store-footer__tagline{font-size:.75rem;color:var(--gray)}.store-footer__links{display:flex;gap:2rem}.store-footer__links a{font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--gray);transition:color .2s}.store-footer__links a:hover{color:var(--white)}.store-footer__copy{font-size:.6rem;color:#444;letter-spacing:.1em}.store-footer__bottom{display:flex;align-items:center;gap:1rem}.theme-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:1px solid #333;border-radius:4px;color:var(--gray);cursor:pointer;transition:all .15s ease}.theme-toggle:hover{color:var(--white);border-color:var(--gray)}.theme-toggle svg{flex-shrink:0}@media(max-width:1180px){.store-hero__inner{grid-template-columns:1fr;max-width:900px}.store-hero__rail{max-width:520px}}@media(max-width:900px){.store-hero{padding:7rem 2rem 3rem;min-height:70vh}.store-hero__app{flex-direction:column;gap:2rem}.store-hero__icon{width:120px;height:120px;border-radius:24px}.store-hero__rail{max-width:100%}.store-stats{flex-wrap:wrap;gap:1rem 1.5rem}.store-stats__divider{display:none}.store-section{padding:3rem 2rem}}@media(max-width:600px){.store-hero{padding:7rem 1.5rem 2.5rem}.store-hero__icon{width:100px;height:100px;border-radius:20px}.store-hero__actions{flex-direction:column}.store-hero__btn{width:100%}.store-hero__rail{padding:.75rem}.store-hero__rail-item{grid-template-columns:40px 1fr;gap:.6rem;padding:.5rem}.store-hero__rail-icon{width:40px;height:40px}.store-stats{padding:1.25rem 1rem}.store-section{padding:2.5rem 1.5rem}.store-grid{grid-template-columns:1fr}.store-card{padding:1.5rem}.store-footer{padding:3rem 1.5rem}.store-footer__links{flex-direction:column;gap:1rem}}.legal-page{min-height:100vh;padding:7rem 2rem 3rem;display:flex;justify-content:center}.legal-card{width:100%;max-width:900px;border:var(--border-heavy);background:var(--gray-dark);padding:2.5rem}.legal-eyebrow{font-size:.65rem;letter-spacing:.2em;color:var(--gray);margin-bottom:.75rem;font-weight:700}.legal-title{font-family:var(--font-mono);font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em;margin-bottom:.5rem}.legal-updated{font-size:.75rem;color:var(--gray);margin-bottom:2rem}.legal-section{border-top:var(--border);padding-top:1.5rem;margin-top:1.5rem}.legal-section h2{font-family:var(--font-mono);font-size:.95rem;letter-spacing:.06em;margin-bottom:.8rem}.legal-section p,.legal-section li{font-size:.85rem;line-height:1.8;color:#c9c9c9}.legal-section p+p{margin-top:.7rem}.legal-section ul{margin-left:1.25rem;display:grid;gap:.45rem}.legal-section a{color:var(--white);text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.legal-page{padding:6rem 1rem 2rem}.legal-card{padding:1.5rem 1.25rem}}.badge--source{border-color:#4ade80;color:#4ade80;background:#4ade801a}.store-badge--source{border-color:#4ade80;color:#4ade80;background:#4ade8014}.source-info{margin:2.5rem 0;padding:2rem;border:1px solid #333;background:#4ade8008}.source-info__title{font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.15em;color:#4ade80;margin-bottom:.75rem}.source-info__subtitle{font-size:.85rem;color:var(--gray);line-height:1.6;margin-bottom:1.5rem}.source-info__requirements{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff08;border:1px solid #222}.source-info__req{display:flex;flex-direction:column;gap:.25rem}.source-info__req-label{font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray)}.source-info__req-value{font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:var(--white)}.source-info__instructions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #222}.source-info__instructions-title{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--gray);margin-bottom:1rem}.source-info__instructions .app-page__description{font-size:.85rem}.source-info__instructions .app-page__description ol,.source-info__instructions .app-page__description ul{padding-left:1.25rem}.source-info__instructions .app-page__description li{margin-bottom:.5rem}.source-info__github{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.25rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;color:var(--white);border:1px solid #444;background:transparent;text-decoration:none;transition:all .2s}.source-info__github:hover{border-color:var(--white);background:#ffffff0d}@media(max-width:700px){.source-info{padding:1.25rem}.source-info__requirements{flex-wrap:wrap;gap:1rem}}.app-updates{margin-top:1.25rem;padding:1rem 1.25rem;background:var(--gray-dark);border:var(--border)}.app-updates__label{display:block;font-family:var(--font-mono);font-size:.55rem;font-weight:700;letter-spacing:.2em;color:var(--gray);margin-bottom:.5rem}.app-updates__list{display:flex;flex-direction:column;gap:.35rem}.app-updates__item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.8rem}.app-updates__platform{font-weight:700;color:var(--white);min-width:48px}.app-updates__version{font-weight:700;color:var(--white)}.app-updates__dot{color:#444}.app-updates__date{color:var(--gray);font-size:.75rem}.app-updates__changelog-link{display:inline-block;margin-top:.75rem;font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.12em;color:var(--gray);transition:color .2s}.app-updates__changelog-link:hover{color:var(--white)}.app-version-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:transparent;border:1px solid #333;border-radius:999px;font-family:var(--font-mono);font-size:.7rem;color:var(--gray);text-decoration:none;transition:border-color .2s,color .2s;white-space:nowrap;margin-top:.5rem}.app-version-pill:hover{border-color:var(--accent);color:var(--white)}.app-version-pill__item{display:inline-flex;align-items:center;gap:.35rem}.app-version-pill__sep{color:#444}.app-version-pill__version{font-weight:600}@media(max-width:768px){.app-version-pill{grid-column:1 / -1;justify-self:start;margin-top:0}}.changelog-empty{padding:3rem 0}.changelog-empty__text{color:var(--gray);font-size:.9rem}.changelog-nav{margin-bottom:2rem;padding:1rem;background:var(--gray-dark);border:var(--border)}.changelog-nav__label{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--gray);margin-bottom:.5rem}.changelog-nav__list{display:flex;gap:.75rem;flex-wrap:wrap}.changelog-nav__link{font-family:var(--font-mono);font-size:.85rem;font-weight:700;display:inline-flex;align-items:center;gap:.35rem}.changelog-nav__platform{font-size:.55rem;font-weight:700;color:var(--gray);letter-spacing:.08em}.changelog-versions{max-width:700px}.changelog-section{margin-bottom:3rem}.changelog-section__label{font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.2em;color:var(--gray);padding-bottom:.75rem;border-bottom:var(--border);margin-bottom:2rem}.changelog-entry{margin-bottom:2.5rem;padding-bottom:2.5rem}.changelog-entry--bordered{border-bottom:var(--border)}.changelog-entry__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}.changelog-entry__version{font-family:var(--font-mono);font-size:1.25rem;font-weight:700}.changelog-entry__latest{margin-left:.75rem;font-size:.6rem;color:#4ade80;font-weight:700;vertical-align:middle}.changelog-entry__date{color:var(--gray);font-size:.8rem}.changelog-entry__meta{font-size:.7rem;color:var(--gray);margin-bottom:1rem;display:flex;gap:1rem}.changelog-entry__notes h4,.changelog__heading{font-size:.85rem;font-weight:700;margin:1.25rem 0 .5rem;color:var(--white)}.changelog-entry__notes li,.changelog__item{font-size:.85rem;color:#aaa;margin-left:1rem;margin-bottom:.25rem}.changelog-entry__notes p,.changelog__text{font-size:.85rem;color:#aaa}.changelog-entry__notes a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.changelog-entry__notes a:hover{border-bottom-color:var(--accent)}.changelog-entry__notes code{font-family:var(--font-mono);font-size:.85em;background:#ffffff14;padding:.15em .4em;border-radius:3px;color:var(--white)}.changelog-entry__notes strong{color:var(--white)}@view-transition{navigation:auto}::view-transition-old(app-icon),::view-transition-new(app-icon){animation-duration:.35s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(app-icon){animation:icon-slide-out .35s cubic-bezier(.4,0,.2,1) forwards}::view-transition-new(app-icon){animation:icon-slide-in .35s cubic-bezier(.4,0,.2,1) forwards}@keyframes icon-slide-out{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-30px) scale(.9)}}@keyframes icon-slide-in{0%{opacity:0;transform:translate(30px) scale(1.1)}to{opacity:1;transform:translate(0) scale(1)}}::view-transition-old(root),::view-transition-new(root){animation-duration:.3s}::view-transition-old(root){animation:page-fade-out .25s ease-out forwards}::view-transition-new(root){animation:page-fade-in .35s ease-out forwards}@keyframes page-fade-out{0%{opacity:1}to{opacity:0}}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}.view-transition-icon{view-transition-name:app-icon}.star-rating{display:flex;gap:2px}.star-rating--sm{font-size:.875rem}.star-rating--md{font-size:1rem}.star-rating--lg{font-size:1.25rem}.star-rating__star{color:var(--text-muted);opacity:.3}.star-rating__star--filled{color:#fbbf24;opacity:1}.star-rating-compact{display:flex;align-items:center;gap:4px;margin-top:8px}.star-rating-compact__star{color:#fbbf24;font-size:.875rem}.star-rating-compact__value{font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.reviews-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.reviews-section__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.reviews-section__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted)}.reviews-section__summary{display:flex;align-items:center;gap:.75rem}.reviews-section__avg{font-size:2rem;font-weight:700;color:var(--text);line-height:1}.reviews-section__count{font-size:.875rem;color:var(--text-muted)}.reviews-section__list{display:flex;flex-direction:column;gap:1.25rem}.review-card{padding:1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px}.review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.review-card__date{font-size:.75rem;color:var(--text-muted)}.review-card__title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.review-card__body{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.review-card__footer{display:flex;align-items:center}.review-card__author{display:flex;align-items:center;gap:.5rem}.review-card__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.review-card__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--border);color:var(--text-muted);font-size:.75rem;font-weight:600}.review-card__name{font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.review-card__header-left{display:flex;align-items:center;gap:.625rem}.review-card__source{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:9999px}.review-card__source--site{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.review-card__source--app-store{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.25)}.review-card__source--link{text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.review-card__source--link:hover{background:#3b82f640;border-color:#3b82f666;transform:translateY(-1px)}.review-card__source--link:active{transform:translateY(0)}.review-card__source-icon{width:12px;height:12px;flex-shrink:0}.review-card__territory{font-size:.625rem;font-weight:500;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding:.125rem .375rem;background:var(--bg-elevated);border-radius:4px;margin-left:.25rem}.reviews-section__breakdown{font-size:.75rem;color:var(--text-muted);margin-left:.5rem}@media(prefers-color-scheme:dark){.review-card{background:#ffffff08;border-color:#ffffff14}.review-card__territory{background:#ffffff0d}}.feedback-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.feedback-modal{background:#1a1a1a;border:1px solid #444;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.feedback-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #333}.feedback-modal__title{font-size:.9rem;font-weight:600;letter-spacing:.05em;color:var(--text);margin:0}.feedback-modal__close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;padding:.25rem;transition:color .15s}.feedback-modal__close:hover{color:var(--text)}.feedback-modal__app{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff0d;border-bottom:1px solid #333}.feedback-modal__app-name{font-size:.8rem;font-weight:500;color:var(--text)}.feedback-modal__app-version{font-size:.7rem;color:#ccc;background:#333;padding:.15rem .4rem;border-radius:2px}.feedback-modal__form{padding:1.5rem}.feedback-modal__type-toggle{display:flex;gap:.5rem;margin-bottom:1.25rem}.feedback-modal__type-btn{flex:1;padding:.6rem 1rem;font-size:.7rem;font-weight:600;letter-spacing:.05em;background:transparent;border:1px solid #444;color:#999;cursor:pointer;transition:all .15s}.feedback-modal__type-btn:hover{border-color:#666;color:#f0f0f0}.feedback-modal__type-btn--active{background:var(--text);border-color:var(--text);color:var(--bg)}.feedback-modal__type-btn--active.feedback-modal__type-btn--bug{background:#f87171;border-color:#f87171;color:#000}.feedback-modal__label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:.5rem}.feedback-modal__input,.feedback-modal__textarea{width:100%;padding:.75rem;font-size:.85rem;font-family:inherit;background:#0a0a0a;border:1px solid #444;color:#f0f0f0;transition:border-color .15s}.feedback-modal__input:focus,.feedback-modal__textarea:focus{outline:none;border-color:#888}.feedback-modal__input::placeholder,.feedback-modal__textarea::placeholder{color:var(--text-muted);opacity:.6}.feedback-modal__textarea{resize:vertical;min-height:120px;line-height:1.5}.feedback-modal__error{padding:.75rem;margin-bottom:1rem;font-size:.8rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);color:#f87171}.feedback-modal__actions{display:flex;gap:.75rem;padding-top:.5rem}.feedback-modal__btn{flex:1;padding:.75rem 1.5rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;border:none;cursor:pointer;transition:opacity .15s}.feedback-modal__btn:disabled{opacity:.5;cursor:not-allowed}.feedback-modal__btn--cancel{background:transparent;border:1px solid #444;color:#999}.feedback-modal__btn--cancel:hover:not(:disabled){border-color:#666;color:#f0f0f0}.feedback-modal__btn--submit{background:var(--text);color:var(--bg)}.feedback-modal__btn--submit:hover:not(:disabled){opacity:.9}.feedback-modal__success{padding:3rem 1.5rem;text-align:center}.feedback-modal__success-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#4ade801a;border:1px solid rgba(74,222,128,.3);color:#4ade80;font-size:1.5rem}.feedback-modal__success-text{font-size:.85rem;color:var(--text);margin:0}.purchased-card__btn--feedback{background:transparent;border:1px solid var(--border);color:var(--text-muted)}.purchased-card__btn--feedback:hover{border-color:var(--text-muted);color:var(--text);background:transparent}.refund-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.refund-modal{background:#1a1a1a;border:1px solid #444;width:100%;max-width:420px;box-shadow:0 25px 50px -12px #00000080}.refund-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #333}.refund-modal__title{font-size:.9rem;font-weight:600;letter-spacing:.05em;color:var(--text);margin:0}.refund-modal__close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;padding:.25rem;transition:color .15s}.refund-modal__close:hover{color:var(--text)}.refund-modal__body{padding:1.5rem}.refund-modal__info{background:#ffffff08;border:1px solid #333;padding:1rem;margin-bottom:1.5rem}.refund-modal__row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0}.refund-modal__row:not(:last-child){border-bottom:1px solid #2a2a2a}.refund-modal__label{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#888}.refund-modal__value{font-size:.85rem;color:var(--text)}.refund-modal__value--amount{font-weight:700;color:#f87171}.refund-modal__option{padding:1rem;background:#ffffff05;border:1px solid #333}.refund-modal__checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.refund-modal__checkbox{width:18px;height:18px;accent-color:#4ade80;cursor:pointer}.refund-modal__checkbox-text{font-size:.85rem;color:var(--text)}.refund-modal__option-hint{margin:.75rem 0 0;padding-left:1.75rem;font-size:.75rem;color:#888;line-height:1.4}.refund-modal__error{padding:.75rem;margin-top:1rem;font-size:.8rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);color:#f87171}.refund-modal__actions{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #333}.refund-modal__btn{flex:1;padding:.75rem 1.5rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;border:none;cursor:pointer;transition:all .15s}.refund-modal__btn:disabled{opacity:.5;cursor:not-allowed}.refund-modal__btn--cancel{background:transparent;border:1px solid #444;color:#999}.refund-modal__btn--cancel:hover:not(:disabled){border-color:#666;color:#f0f0f0}.refund-modal__btn--confirm{background:#f87171;color:#000}.refund-modal__btn--confirm:hover:not(:disabled){background:#ef4444}html.light .refund-overlay{background:#0006}html.light .refund-modal{background:#fff;border-color:#e5e5e5}html.light .refund-modal__header{border-bottom-color:#e5e5e5}html.light .refund-modal__title{color:#171717}html.light .refund-modal__close{color:#737373}html.light .refund-modal__close:hover{color:#171717}html.light .refund-modal__info{background:#fafafa;border-color:#e5e5e5}html.light .refund-modal__row:not(:last-child){border-bottom-color:#e5e5e5}html.light .refund-modal__label{color:#737373}html.light .refund-modal__value{color:#171717}html.light .refund-modal__option{background:#fafafa;border-color:#e5e5e5}html.light .refund-modal__checkbox-text{color:#171717}html.light .refund-modal__option-hint{color:#737373}html.light .refund-modal__error{background:#ef44441a;border-color:#ef44444d}html.light .refund-modal__actions{border-top-color:#e5e5e5}html.light .refund-modal__btn--cancel{border-color:#d4d4d4;color:#525252}html.light .refund-modal__btn--cancel:hover:not(:disabled){border-color:#a3a3a3;color:#171717}.feedback-header{padding:7rem 3rem 3rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;border-bottom:1px solid #222}.feedback-header__content{max-width:600px}.feedback-header__title{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:1rem}.feedback-header__bug{display:inline-block;animation:bugWiggle 2s ease-in-out infinite}@keyframes bugWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.feedback-header__subtitle{font-size:.9rem;color:var(--gray);line-height:1.6;max-width:500px}.feedback-header__actions{flex-shrink:0}.feedback-submit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.12em;background:var(--white);color:var(--black);border:2px solid var(--white);text-decoration:none;transition:all .2s}.feedback-submit-btn:hover{background:transparent;color:var(--white)}.feedback-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.25rem 2rem;background:var(--gray-dark);border-bottom:1px solid #222}.feedback-stats__item{display:flex;align-items:center;gap:.75rem}.feedback-stats__number{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--white)}.feedback-stats__number--open{color:#3b82f6}.feedback-stats__number--planned{color:#f59e0b}.feedback-stats__number--progress{color:#8b5cf6}.feedback-stats__label{font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray)}.feedback-stats__divider{width:1px;height:24px;background:#333}.feedback-main{padding:2rem 3rem 4rem;max-width:1000px;margin:0 auto}.feedback-filters{margin-bottom:1.5rem}.feedback-filters__search{margin-bottom:1.25rem}.feedback-filters__input{width:100%;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--gray-dark);border:1px solid #333;color:var(--white);outline:none;transition:border-color .2s}.feedback-filters__input:focus{border-color:var(--white)}.feedback-filters__input::placeholder{color:#555}.feedback-filters__row{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-end}.feedback-filters__group{display:flex;flex-direction:column;gap:.5rem}.feedback-filters__group--sort{margin-left:auto}.feedback-filters__label{font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--gray)}.feedback-filters__options{display:flex;gap:0;border:1px solid #333}.feedback-filters__btn{padding:.5rem .75rem;background:transparent;border:none;border-right:1px solid #333;color:var(--gray);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s;white-space:nowrap}.feedback-filters__btn:last-child{border-right:none}.feedback-filters__btn:hover{background:var(--gray-dark);color:var(--white)}.feedback-filters__btn--active,.feedback-filters__btn--active:hover{background:var(--white);color:var(--black)}.feedback-filters__select{padding:.5rem 2rem .5rem .75rem;background:var(--gray-dark);border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.05em;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:all .2s}.feedback-filters__select:hover{border-color:#444}.feedback-filters__select:focus{outline:none;border-color:var(--white)}.feedback-results{margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #222}.feedback-results__count{font-size:.7rem;color:var(--gray);letter-spacing:.1em}.feedback-list{display:flex;flex-direction:column;gap:1px;background:#222;border:1px solid #222}.feedback-card{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;background:var(--black);padding:1.5rem;transition:background .2s}.feedback-card:hover{background:var(--gray-dark)}.feedback-vote-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:56px;min-height:56px;padding:.5rem;background:transparent;border:1px solid #333;color:var(--gray);cursor:pointer;transition:all .2s;flex-shrink:0}.feedback-vote-btn:hover{border-color:var(--white);color:var(--white)}.feedback-vote-btn--voted{background:var(--white);border-color:var(--white);color:var(--black)}.feedback-vote-btn--voted:hover{background:#ddd;border-color:#ddd;color:var(--black)}.feedback-vote-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-vote-btn__arrow{font-size:.9rem;line-height:1}.feedback-vote-btn__count{font-family:var(--font-mono);font-size:.85rem;font-weight:700}.feedback-card__content{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;min-width:0}.feedback-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.feedback-card__badges{display:flex;gap:.5rem}.feedback-type-badge,.feedback-status-badge{display:inline-block;padding:.2rem .5rem;font-size:.55rem;font-weight:700;letter-spacing:.05em;border:1px solid}.feedback-card__app{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:var(--gray)}.feedback-card__app-icon{width:18px;height:18px;border-radius:4px;object-fit:cover}.feedback-card__title{font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:0;color:var(--white)}.feedback-card__body{font-size:.85rem;color:#888;line-height:1.5;margin:0}.feedback-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem}.feedback-card__author{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray)}.feedback-card__avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.feedback-card__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#333;color:#666;font-size:.6rem;font-weight:700}.feedback-card__meta{display:flex;align-items:center;gap:1rem;font-size:.7rem;color:var(--gray)}.feedback-card__comments{display:flex;align-items:center;gap:.25rem}.feedback-empty{text-align:center;padding:4rem 2rem;color:var(--gray)}.feedback-empty__btn{display:inline-block;margin-top:1rem;padding:.6rem 1.25rem;background:transparent;border:1px solid #333;color:var(--white);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-decoration:none;transition:all .2s}.feedback-empty__btn:hover{background:var(--white);color:var(--black)}.feedback-load-more{display:flex;justify-content:center;padding:2rem 0;border-top:1px solid var(--border);margin-top:.5rem}.feedback-load-more__btn{padding:.75rem 2rem;font-size:.7rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.1em;background:transparent;border:1px solid var(--border);color:var(--gray);cursor:pointer;transition:all .15s}.feedback-load-more__btn:hover:not(:disabled){background:var(--white);color:var(--black);border-color:var(--white)}.feedback-load-more__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.feedback-header{padding:6rem 1.5rem 2rem;flex-direction:column;align-items:flex-start}.feedback-stats{flex-wrap:wrap;gap:1rem}.feedback-stats__divider{display:none}.feedback-main{padding:1.5rem}.feedback-filters__row{flex-direction:column;align-items:stretch;gap:1rem}.feedback-filters__group--sort{margin-left:0}.feedback-filters__options{flex-wrap:wrap}.feedback-filters__btn{flex:1;text-align:center;border-bottom:1px solid #333}.feedback-card{grid-template-columns:1fr;gap:1rem}.feedback-vote-btn{width:100%;flex-direction:row;gap:.5rem;min-height:auto;padding:.75rem}}.feedback-detail{min-height:100vh;padding:7rem 2rem 4rem}.feedback-detail__container{max-width:800px;margin:0 auto}.feedback-detail__back{display:inline-block;font-size:.75rem;color:var(--gray);margin-bottom:1.5rem;text-decoration:none;transition:color .2s}.feedback-detail__back:hover{color:var(--white)}.feedback-detail__card{background:var(--gray-dark);border:1px solid #333;padding:2rem}.feedback-detail__grid{display:grid;grid-template-columns:auto 1fr;gap:2rem}.feedback-vote-btn--large{width:80px;min-height:90px;flex-direction:column;gap:.35rem}.feedback-vote-btn__label{font-size:.55rem;letter-spacing:.1em}.feedback-detail__content{min-width:0}.feedback-detail__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.feedback-detail__badges{display:flex;gap:.5rem}.feedback-detail__app{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--gray);text-decoration:none;transition:color .2s}.feedback-detail__app:hover{color:var(--white)}.feedback-detail__app-icon{width:20px;height:20px;border-radius:4px;object-fit:cover}.feedback-detail__title{font-family:var(--font-mono);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 1rem}.feedback-detail__meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.feedback-detail__author{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray)}.feedback-detail__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.feedback-detail__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#333;color:#666;font-size:.7rem;font-weight:700}.feedback-detail__date{font-size:.75rem;color:var(--gray)}.feedback-detail__body{font-size:.9rem;line-height:1.7;color:#bbb}.feedback-detail__body p{margin:0 0 1rem}.feedback-detail__body p:last-child{margin-bottom:0}.feedback-detail__response{margin-top:2rem;padding:1.5rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.2)}.feedback-detail__response-header{margin-bottom:1rem}.feedback-detail__response-badge{display:inline-block;padding:.25rem .5rem;font-size:.55rem;font-weight:700;letter-spacing:.1em;background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.feedback-detail__response-body{font-size:.85rem;line-height:1.7;color:#ccc}.feedback-detail__response-body p{margin:0 0 .75rem}.feedback-detail__response-body p:last-child{margin-bottom:0}.feedback-comments{margin-top:2rem}.feedback-comments__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.feedback-comments__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.7rem;background:var(--gray-dark);border:1px solid #333;color:var(--gray)}.feedback-comments__list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feedback-comments__empty{padding:2rem;text-align:center;color:var(--gray);font-size:.85rem;background:var(--gray-dark);border:1px solid #333;margin-bottom:2rem}.feedback-comment{background:var(--gray-dark);border:1px solid #333;padding:1.25rem}.feedback-comment--admin{border-color:#22c55e4d;background:#22c55e08}.feedback-comment__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.feedback-comment__author{display:flex;align-items:center;gap:.5rem}.feedback-comment__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.feedback-comment__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#333;color:#555;font-size:.6rem;font-weight:700}.feedback-comment__name{font-size:.8rem;font-weight:600;color:var(--white)}.feedback-comment__admin-badge{padding:.15rem .4rem;font-size:.5rem;font-weight:700;letter-spacing:.1em;background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.feedback-comment__time{font-size:.7rem;color:var(--gray)}.feedback-comment__body{font-size:.85rem;line-height:1.6;color:#aaa}.feedback-comment__body p{margin:0 0 .5rem}.feedback-comment__body p:last-child{margin-bottom:0}.feedback-comments__form{background:var(--gray-dark);border:1px solid #333;padding:1.25rem}.feedback-comments__textarea{width:100%;padding:.75rem;font-family:var(--font-mono);font-size:.85rem;background:var(--black);border:1px solid #333;color:var(--white);resize:vertical;line-height:1.5;margin-bottom:1rem}.feedback-comments__textarea:focus{outline:none;border-color:var(--white)}.feedback-comments__textarea::placeholder{color:#555}.feedback-comments__error{padding:.75rem;margin-bottom:1rem;font-size:.8rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);color:#f87171}.feedback-comments__actions{display:flex;justify-content:flex-end}.feedback-comments__btn{padding:.65rem 1.25rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;background:var(--white);color:var(--black);border:none;cursor:pointer;transition:opacity .2s}.feedback-comments__btn:hover:not(:disabled){opacity:.85}.feedback-comments__btn:disabled{opacity:.5;cursor:not-allowed}.feedback-comments__login{background:var(--gray-dark);border:1px solid #333;padding:2rem;text-align:center}.feedback-comments__login-btn{display:inline-block;padding:.65rem 1.25rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;background:transparent;border:1px solid #444;color:var(--white);text-decoration:none;transition:all .2s}.feedback-comments__login-btn:hover{background:var(--white);color:var(--black)}.feedback-author-actions{display:flex;align-items:center;gap:.75rem;margin:1rem 0;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.feedback-author-actions__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.7rem;font-family:var(--font-mono);font-weight:500;letter-spacing:.05em;color:var(--gray);background:transparent;border:1px solid var(--border);cursor:pointer;transition:all .15s}.feedback-author-actions__btn:hover{color:var(--white);border-color:var(--gray)}.feedback-author-actions__btn--danger:hover{color:#f87171;border-color:#f87171}.feedback-author-actions__timer{margin-left:auto;font-size:.65rem;color:#f59e0b;font-family:var(--font-mono)}.feedback-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.feedback-modal{background:#1a1a1a;border:1px solid var(--border);width:100%;max-width:550px;max-height:90vh;overflow-y:auto}.feedback-modal--small{max-width:400px}.feedback-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--border)}.feedback-modal__title{margin:0;font-size:.9rem;font-weight:600;font-family:var(--font-mono)}.feedback-modal__close{background:none;border:none;color:var(--gray);font-size:1.5rem;line-height:1;cursor:pointer;transition:color .15s}.feedback-modal__close:hover{color:var(--white)}.feedback-modal__body{padding:1.5rem}.feedback-modal__field{margin-bottom:1.25rem}.feedback-modal__label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--gray);margin-bottom:.5rem}.feedback-modal__input{width:100%;padding:.75rem;font-size:.9rem;font-family:var(--font-mono);background:var(--black);border:1px solid var(--border);color:var(--white)}.feedback-modal__input:focus{outline:none;border-color:var(--gray)}.feedback-modal__textarea{width:100%;padding:.75rem;font-size:.85rem;font-family:var(--font-mono);background:var(--black);border:1px solid var(--border);color:var(--white);resize:vertical;line-height:1.6}.feedback-modal__textarea:focus{outline:none;border-color:var(--gray)}.feedback-modal__counter{display:block;text-align:right;font-size:.65rem;color:var(--gray);margin-top:.35rem}.feedback-modal__type-btns{display:flex;gap:.5rem}.feedback-modal__type-btn{padding:.5rem .75rem;font-size:.7rem;font-family:var(--font-mono);font-weight:500;background:transparent;border:1px solid var(--border);color:var(--gray);cursor:pointer;transition:all .15s}.feedback-modal__type-btn:hover{border-color:var(--gray);color:var(--white)}.feedback-modal__type-btn--active{border-color:var(--white);color:var(--white)}.feedback-modal__type-btn--active[data-type=feature]{border-color:#60a5fa;color:#60a5fa;background:#60a5fa1a}.feedback-modal__type-btn--active[data-type=bug]{border-color:#f87171;color:#f87171;background:#f871711a}.feedback-modal__type-btn--active[data-type=improvement]{border-color:#a78bfa;color:#a78bfa;background:#a78bfa1a}.feedback-modal__text{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin:0 0 1rem}.feedback-modal__text--muted{font-size:.75rem;color:var(--gray)}.feedback-modal__error{padding:.75rem;font-size:.8rem;background:#f871711a;border:1px solid #f8717130;color:#f87171;margin-top:1rem}.feedback-modal__footer{display:flex;gap:.75rem;padding:1.25rem;border-top:1px solid var(--border)}.feedback-modal__btn{flex:1;padding:.75rem 1rem;font-size:.7rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.1em;cursor:pointer;transition:all .15s}.feedback-modal__btn--secondary{background:transparent;border:1px solid var(--border);color:var(--gray)}.feedback-modal__btn--secondary:hover{border-color:var(--gray);color:var(--white)}.feedback-modal__btn--primary{background:var(--white);border:none;color:var(--black)}.feedback-modal__btn--primary:hover:not(:disabled){background:#e0e0e0}.feedback-modal__btn--primary:disabled{opacity:.5;cursor:not-allowed}.feedback-modal__btn--danger{background:#f87171;border:none;color:var(--black)}.feedback-modal__btn--danger:hover:not(:disabled){background:#ef4444}.feedback-modal__btn--danger:disabled{opacity:.5;cursor:not-allowed}.submit-page{min-height:100vh;padding:7rem 2rem 4rem;display:flex;justify-content:center}.submit-card{width:100%;max-width:600px}.submit-back{display:inline-block;font-size:.75rem;color:var(--gray);margin-bottom:1.5rem;text-decoration:none;transition:color .2s}.submit-back:hover{color:var(--white)}.submit-header{margin-bottom:2rem}.submit-title{font-family:var(--font-mono);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.submit-subtitle{font-size:.9rem;color:var(--gray);line-height:1.6}.submit-form{background:var(--gray-dark);border:1px solid #333;padding:2rem}.submit-field{margin-bottom:1.5rem}.submit-label{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--gray);margin-bottom:.75rem}.submit-type-options{display:flex;flex-direction:column;gap:.75rem}.submit-type-btn{padding:1rem;background:var(--black);border:1px solid #333;text-align:left;cursor:pointer;transition:all .2s}.submit-type-btn:hover{border-color:#555}.submit-type-btn--active{border-color:var(--white);background:#ffffff08}.submit-type-btn--bug.submit-type-btn--active{border-color:#f87171;background:#f871710d}.submit-type-btn__label{display:block;font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.submit-type-btn__desc{display:block;font-size:.75rem;color:var(--gray)}.submit-select{width:100%;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--black);border:1px solid #333;color:var(--white);cursor:pointer}.submit-select:focus{outline:none;border-color:var(--white)}.submit-input{width:100%;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--black);border:1px solid #333;color:var(--white)}.submit-input:focus{outline:none;border-color:var(--white)}.submit-input::placeholder{color:#555}.submit-hint{display:block;margin-top:.5rem;font-size:.7rem;color:var(--gray)}.submit-textarea{width:100%;padding:.85rem 1rem;font-family:var(--font-mono);font-size:.85rem;background:var(--black);border:1px solid #333;color:var(--white);resize:vertical;line-height:1.6}.submit-textarea:focus{outline:none;border-color:var(--white)}.submit-textarea::placeholder{color:#555}.submit-error{padding:.85rem;margin-bottom:1.5rem;font-size:.8rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);color:#f87171}.submit-actions{display:flex;gap:1rem;padding-top:.5rem}.submit-btn{flex:1;padding:.9rem 1.5rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;border:none;cursor:pointer;transition:all .2s}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.submit-btn--cancel{background:transparent;border:1px solid #333;color:var(--gray)}.submit-btn--cancel:hover:not(:disabled){border-color:#555;color:var(--white)}.submit-btn--submit{background:var(--white);color:var(--black)}.submit-btn--submit:hover:not(:disabled){opacity:.85}@media(max-width:768px){.feedback-detail{padding:6rem 1.5rem 3rem}.feedback-detail__card{padding:1.5rem}.feedback-detail__grid{grid-template-columns:1fr;gap:1.5rem}.feedback-vote-btn--large{width:100%;flex-direction:row;min-height:auto;padding:.75rem;gap:.75rem}.feedback-detail__meta{flex-direction:column;align-items:flex-start;gap:.75rem}.submit-page{padding:6rem 1.5rem 3rem}.submit-form{padding:1.5rem}.submit-actions{flex-direction:column}}.roadmap-header{padding:7rem 3rem 3rem;border-bottom:1px solid #222}.roadmap-header__content{max-width:700px}.roadmap-header__title{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.roadmap-header__subtitle{font-size:.9rem;color:var(--gray);line-height:1.6}.roadmap-header__link{display:inline-block;margin-left:.5rem;color:var(--white);text-decoration:underline;text-underline-offset:3px}.roadmap-header__link:hover{opacity:.7}.roadmap-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#222;min-height:calc(100vh - 280px)}.roadmap-column{background:var(--black);padding:0;display:flex;flex-direction:column}.roadmap-column__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:3px solid;background:var(--gray-dark)}.roadmap-column__title{font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0}.roadmap-column__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.7rem;font-weight:700;color:var(--black)}.roadmap-column__list{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.roadmap-column__empty{padding:2rem 1rem;text-align:center;color:var(--gray);font-size:.8rem}.roadmap-card{display:block;padding:1rem;background:var(--gray-dark);border:1px solid #333;text-decoration:none;transition:all .2s}.roadmap-card:hover{border-color:#555;transform:translateY(-2px)}.roadmap-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem}.roadmap-card__app{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--gray)}.roadmap-card__app-icon{width:16px;height:16px;border-radius:3px;object-fit:cover}.roadmap-card__title{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--white);line-height:1.3;margin:0 0 .75rem}.roadmap-card__meta{display:flex;align-items:center;gap:1rem;font-size:.7rem;color:var(--gray)}.roadmap-card__votes{color:var(--white);font-weight:700}@media(max-width:900px){.roadmap-board{grid-template-columns:1fr}.roadmap-column{min-height:auto}.roadmap-column__list{max-height:none;overflow-y:visible}}@media(max-width:600px){.roadmap-header{padding:6rem 1.5rem 2rem}}.help-header{padding:7rem 3rem 3rem;border-bottom:1px solid #222;text-align:center}.help-header__title{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.help-header__subtitle{font-size:.9rem;color:var(--gray)}.help-header__link{color:var(--white);text-decoration:underline;text-underline-offset:3px}.help-main{padding:3rem;max-width:900px;margin:0 auto}.help-empty{text-align:center;padding:4rem 2rem;color:var(--gray)}.help-empty a{color:var(--white);text-decoration:underline}.help-categories{display:flex;flex-direction:column;gap:3rem}.help-category__title{font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.15em;color:var(--gray);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #333}.help-category__list{display:flex;flex-direction:column;gap:.5rem}.help-article-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--gray-dark);border:1px solid #333;text-decoration:none;transition:all .2s}.help-article-card:hover{border-color:#555;background:#1f1f1f}.help-article-card__content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.help-article-card__title{font-family:var(--font-mono);font-size:.9rem;font-weight:600;color:var(--white);margin:0}.help-article-card__app{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--gray)}.help-article-card__app-icon{width:16px;height:16px;border-radius:3px;object-fit:cover}.help-article-card__arrow{font-size:1rem;color:var(--gray);transition:transform .2s,color .2s}.help-article-card:hover .help-article-card__arrow{transform:translate(4px);color:var(--white)}.help-contact{margin-top:4rem;padding:2.5rem;background:var(--gray-dark);border:1px solid #333;text-align:center}.help-contact__title{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.help-contact__text{font-size:.85rem;color:var(--gray);margin-bottom:1.5rem}.help-contact__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.help-contact__btn{padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-decoration:none;transition:all .2s}.help-contact__btn--primary{background:var(--white);color:var(--black)}.help-contact__btn--primary:hover{opacity:.85}.help-contact__btn--secondary{background:transparent;border:1px solid #444;color:var(--white)}.help-contact__btn--secondary:hover{background:#1f1f1f;border-color:#666}@media(max-width:768px){.help-header{padding:6rem 1.5rem 2rem}.help-main{padding:2rem 1.5rem}}.help-article{min-height:100vh;padding:7rem 2rem 4rem}.help-article__container{max-width:750px;margin:0 auto}.help-article__back{display:inline-block;font-size:.75rem;color:var(--gray);margin-bottom:1.5rem;text-decoration:none;transition:color .2s}.help-article__back:hover{color:var(--white)}.help-article__content{background:var(--gray-dark);border:1px solid #333;padding:2.5rem}.help-article__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.help-article__app{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--gray);margin-bottom:1rem;text-decoration:none;transition:color .2s}.help-article__app:hover{color:var(--white)}.help-article__app-icon{width:20px;height:20px;border-radius:4px;object-fit:cover}.help-article__title{font-family:var(--font-mono);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 .75rem}.help-article__updated{font-size:.75rem;color:var(--gray);margin:0}.help-article__body{font-size:.9rem;line-height:1.8;color:#bbb}.help-article__body h1{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--white);margin:2rem 0 1rem}.help-article__body h2{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--white);margin:1.75rem 0 .75rem}.help-article__body h3{font-family:var(--font-mono);font-size:.95rem;font-weight:700;color:var(--white);margin:1.5rem 0 .5rem}.help-article__body p{margin:0 0 1rem}.help-article__body ul,.help-article__body ol{margin:0 0 1rem;padding-left:1.5rem}.help-article__body li{margin-bottom:.5rem}.help-article__body code{font-family:var(--font-mono);font-size:.85em;background:#ffffff14;padding:.15em .4em;border-radius:3px;color:var(--white)}.help-article__body pre{background:#0a0a0a;border:1px solid #333;padding:1rem;margin:1rem 0;overflow-x:auto}.help-article__body pre code{background:none;padding:0}.help-article__body a{color:var(--white);text-decoration:underline;text-underline-offset:3px}.help-article__body a:hover{opacity:.7}.help-article__body strong{color:var(--white)}.help-article__footer{margin-top:2.5rem;padding:1.5rem;background:var(--gray-dark);border:1px solid #333;text-align:center}.help-article__footer p{font-size:.85rem;color:var(--gray);margin:0 0 1rem}.help-article__footer-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.help-article__footer-btn{padding:.65rem 1.25rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;background:var(--white);color:var(--black);text-decoration:none;transition:opacity .2s}.help-article__footer-btn:hover{opacity:.85}.help-article__footer-link{padding:.65rem 1.25rem;font-size:.75rem;color:var(--gray);text-decoration:none;transition:color .2s}.help-article__footer-link:hover{color:var(--white)}@media(max-width:768px){.help-article{padding:6rem 1.5rem 3rem}.help-article__content{padding:1.5rem}}html.light .showcase-v2__arrow{background:#ffffffd9;border-color:#d4d4d4}html.light .showcase-v2__arrow:hover{background:#fffffff2;border-color:#a3a3a3}html.light .showcase-v2__lightbox{background:#fffffff5}html.light .showcase-v2__lightbox-close,html.light .showcase-v2__lightbox-nav{background:#0000001a;color:var(--white)}html.light .showcase-v2__lightbox-close:hover,html.light .showcase-v2__lightbox-nav:hover{background:#0003}html.light .store-hero__rail{border-color:#d4d4d4;background:#fafafae6}html.light .store-hero__rail-label{color:#737373}html.light .store-hero__rail-item{border-color:#d4d4d4;background:#00000008}html.light .store-hero__rail-item:hover{border-color:#a3a3a3;background:#0000000d}html.light .store-hero__rail-name{color:#171717}html.light .store-hero__rail-tagline{color:#737373}html.light .store-hero__rail-icon{background:#e5e5e5;border-color:#d4d4d4}html.light .dot{color:#a3a3a3}html.light input,html.light textarea,html.light select{border-color:#d4d4d4}html.light input:focus,html.light textarea:focus,html.light select:focus{border-color:var(--white)}html.light ::-webkit-scrollbar{width:10px;height:10px}html.light ::-webkit-scrollbar-track{background:#f5f5f5}html.light ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:5px}html.light ::-webkit-scrollbar-thumb:hover{background:#a3a3a3}html.light code,html.light pre{background:#f5f5f5;border-color:#d4d4d4}html.light .submit-back:hover{color:var(--white)}html.light .submit-form{background:var(--gray-dark);border-color:#d4d4d4}html.light .submit-type-btn{background:var(--black);border-color:#d4d4d4}html.light .submit-type-btn:hover{border-color:#a3a3a3}html.light .submit-type-btn--active{border-color:var(--white);background:#00000008}html.light .submit-type-btn--bug.submit-type-btn--active{border-color:#dc2626;background:#dc26260d}html.light .submit-select{background:var(--black);border-color:#d4d4d4;color:var(--white)}html.light .submit-select:focus{border-color:var(--white)}html.light .submit-input{background:var(--black);border-color:#d4d4d4;color:var(--white)}html.light .submit-input:focus{border-color:var(--white)}html.light .submit-input::placeholder{color:#a3a3a3}html.light .submit-textarea{background:var(--black);border-color:#d4d4d4;color:var(--white)}html.light .submit-textarea:focus{border-color:var(--white)}html.light .submit-textarea::placeholder{color:#a3a3a3}html.light .submit-error{background:#dc26261a;border-color:#dc26264d;color:#dc2626}html.light .submit-btn--cancel{border-color:#d4d4d4;color:var(--gray)}html.light .submit-btn--cancel:hover:not(:disabled){border-color:#a3a3a3;color:var(--white)}html.light .submit-btn--submit{background:var(--white);color:var(--black)}html.light .feedback-overlay{background:#0006}html.light .feedback-modal{background:#fff;border-color:#d4d4d4;box-shadow:0 25px 50px -12px #00000040}html.light .feedback-modal__header{border-bottom-color:#e5e5e5}html.light .feedback-modal__close{color:#737373}html.light .feedback-modal__close:hover{color:#0a0a0a}html.light .feedback-modal__app{background:#f5f5f5;border-bottom-color:#e5e5e5}html.light .feedback-modal__app-version{color:#525252;background:#e5e5e5}html.light .feedback-modal__type-btn{border-color:#d4d4d4;color:#737373}html.light .feedback-modal__type-btn:hover{border-color:#a3a3a3;color:#0a0a0a}html.light .feedback-modal__type-btn--active{background:#0a0a0a;border-color:#0a0a0a;color:#fff}html.light .feedback-modal__type-btn--active.feedback-modal__type-btn--bug{background:#dc2626;border-color:#dc2626;color:#fff}html.light .feedback-modal__label{color:#737373}html.light .feedback-modal__input,html.light .feedback-modal__textarea{background:#fff;border-color:#d4d4d4;color:#0a0a0a}html.light .feedback-modal__input:focus,html.light .feedback-modal__textarea:focus{border-color:#0a0a0a}html.light .feedback-modal__input::placeholder,html.light .feedback-modal__textarea::placeholder{color:#a3a3a3}html.light .feedback-modal__error{background:#dc26261a;border-color:#dc26264d;color:#dc2626}html.light .feedback-modal__btn--cancel{border-color:#d4d4d4;color:#737373}html.light .feedback-modal__btn--cancel:hover:not(:disabled){border-color:#a3a3a3;color:#0a0a0a}html.light .feedback-modal__btn--submit{background:#0a0a0a;color:#fff}.changelog-page{padding:0 var(--spacing-md);max-width:900px;margin:0 auto;min-height:70vh}.changelog-page__header{padding:var(--spacing-xl) 0;border-bottom:1px solid var(--border);margin-bottom:var(--spacing-lg)}.changelog-page__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;margin:0 0 var(--spacing-xs) 0;letter-spacing:-.03em}.changelog-page__subtitle{color:var(--gray);font-size:.9rem;margin:0}.changelog-page__feeds{margin-top:var(--spacing-md)}.changelog-page__feed-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.changelog-page__feed-link:hover{color:var(--fg)}.changelog-page__feed-icon{color:var(--accent)}.changelog-page__empty{text-align:center;padding:var(--spacing-xl);color:var(--gray)}.changelog-page__content{padding-bottom:var(--spacing-xl)}.changelog-month{margin-bottom:var(--spacing-xl)}.changelog-month__header{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);padding:var(--spacing-sm) 0;border-bottom:1px solid var(--border);margin-bottom:var(--spacing-md)}.changelog-month__entries{display:flex;flex-direction:column;gap:var(--spacing-md)}.changelog-entry{background:var(--surface);border:1px solid var(--border);padding:var(--spacing-md);border-radius:2px}.changelog-entry__app{display:flex;gap:var(--spacing-sm);text-decoration:none;color:inherit}.changelog-entry__app:hover .changelog-entry__name{text-decoration:underline}.changelog-entry__icon{width:40px;height:40px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.2rem;color:var(--gray)}.changelog-entry__icon img{width:100%;height:100%;object-fit:cover}.changelog-entry__info{flex:1;min-width:0}.changelog-entry__header{display:flex;align-items:center;gap:var(--spacing-xs);flex-wrap:wrap}.changelog-entry__name{font-weight:600;font-size:.95rem}.changelog-entry__version{font-family:var(--font-mono);font-size:.75rem;color:var(--gray)}.changelog-entry__date{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.changelog-entry__notes{margin-top:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px solid var(--border);font-size:.85rem;line-height:1.6;color:var(--gray)}.changelog-entry__notes p{margin:0 0 .5em}.changelog-entry__notes p:last-child{margin-bottom:0}html.light .changelog-entry{background:#00000005;border-color:#00000014}
