@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.grid{display:grid}.hidden{display:none}.table{display:table}.italic{font-style:italic}}html,body,#root{min-height:100%}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--bg: oklch(.11 .012 265);--bg2: oklch(.15 .012 265);--bg3: oklch(.19 .012 265);--border: oklch(.26 .012 265);--text: oklch(.93 .005 265);--muted: oklch(.55 .01 265);--accent: oklch(.84 .22 135);--accent2: oklch(.84 .22 55);--accent-soft: oklch(.84 .22 135 / .12);--shadow: 0 12px 40px oklch(0 0 0 / .4);--card-radius: 12px;--grid-min: 280px;--grid-gap: 16px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg);font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6}body,button,input,textarea{font-family:DM Sans,system-ui,sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3,.brand-name{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:0}a{color:inherit;text-decoration:none}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input,textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--bg3);color:var(--text);font-size:13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input{padding:11px 14px}textarea{min-height:116px;padding:10px 12px;line-height:1.6;resize:vertical}input::placeholder,textarea::placeholder{color:color-mix(in oklch,var(--muted),transparent 20%)}input:focus,textarea:focus,button:focus-visible,a:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.app{min-height:100vh;background:var(--bg)}.app[data-accent=cyan]{--accent: oklch(.84 .18 200);--accent-soft: oklch(.84 .18 200 / .12)}.app[data-accent=amber]{--accent: oklch(.84 .2 55);--accent-soft: oklch(.84 .2 55 / .12)}.app[data-accent=pink]{--accent: oklch(.8 .22 355);--accent-soft: oklch(.8 .22 355 / .12)}.app[data-card-size=compact]{--grid-min: 220px;--grid-gap: 12px}.app[data-card-size=large]{--grid-min: 340px}.app[data-rounded-cards=false]{--card-radius: 0}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid transparent;border-radius:8px;padding:8px 16px;font-family:DM Mono,ui-monospace,monospace;font-size:12px;font-weight:500;color:var(--text);transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--accent);color:#020306}.button.secondary,.button.ghost{border-color:var(--border);background:var(--bg2)}.button.google{border-color:#dedede;background:#fff;color:#07090d}.section-kicker{margin-bottom:8px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px;text-transform:uppercase;letter-spacing:0}.header{position:sticky;top:0;z-index:100;height:78px;border-bottom:1px solid var(--border);background:#030408eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;height:100%;padding:0 24px}.nav-left,.brand,.header-nav,.header-actions,.nav-search{display:flex;align-items:center}.nav-left{gap:32px;min-width:0}.brand{gap:10px;flex:0 0 auto}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;overflow:hidden;background:transparent}.brand-logo{width:280px;height:58px;border-radius:0}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-name{font-size:18px;line-height:1}.header-nav{gap:4px}.header-nav a,.header-nav button{border-radius:6px;padding:6px 12px;background:transparent;color:var(--muted);font-size:13px;transition:color .15s ease,background .15s ease}.header-nav a:hover,.header-nav button:hover{background:var(--bg2);color:var(--text)}.header-actions{justify-content:flex-end;gap:10px;min-width:0}.nav-search{width:220px;height:34px;gap:8px;border:1px solid var(--border);border-radius:8px;background:var(--bg2);padding:0 10px;color:var(--muted)}.nav-search svg{width:16px;height:16px;flex:0 0 auto}.search-trigger{display:grid;place-items:center;width:18px;height:18px;background:transparent;color:var(--muted);padding:0}.search-trigger:hover{color:var(--text)}.nav-search input{height:100%;border:0;background:transparent;padding:0;box-shadow:none}.avatar-button{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:var(--bg3);color:var(--text);font-family:DM Mono,ui-monospace,monospace;font-size:12px}.avatar-button svg{width:17px;height:17px}.avatar-button.loading{background:linear-gradient(90deg,var(--bg3),var(--bg2),var(--bg3));background-size:200% 100%;animation:shimmer 1.2s linear infinite}.hero{border-bottom:1px solid var(--border);background:linear-gradient(to bottom,oklch(.14 .02 265),var(--bg));padding:52px 24px 36px;text-align:center}.hero-inner{width:min(760px,100%);margin:0 auto}.hero-badge{display:inline-flex;align-items:center;min-height:26px;margin-bottom:20px;border:1px solid color-mix(in oklch,var(--accent),transparent 75%);border-radius:999px;background:var(--accent-soft);padding:4px 14px;color:var(--accent);font-family:DM Mono,ui-monospace,monospace;font-size:11px}.hero h1{font-size:64px;line-height:1.05}.hero h1 em{font-style:italic}.hero-subtitle{max-width:520px;margin:16px auto 0;color:var(--muted);font-size:15px;line-height:1.7}.hero-actions,.hero-stats{display:flex;align-items:center;justify-content:center}.hero-actions{gap:10px;margin-top:24px;flex-wrap:wrap}.hero-stats{gap:10px;margin-top:28px}.hero-stats span{display:grid;min-width:94px;border:1px solid var(--border);border-radius:8px;background:#04060ab3;padding:8px 10px}.hero-stats strong{color:var(--text);font-family:DM Mono,ui-monospace,monospace;font-size:14px;font-weight:500}.hero-stats small{color:var(--muted);font-size:11px}.filter-bar{position:sticky;top:78px;z-index:90;display:flex;align-items:center;gap:24px;min-height:48px;border-bottom:1px solid var(--border);background:#030408f2;padding:0 24px;overflow-x:auto;scrollbar-width:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.internal-links-section{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1400px,100%);margin:0 auto;border-bottom:1px solid var(--border);padding:20px 24px}.internal-links-section h2{font-size:24px;line-height:1.15}.internal-link-grid{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:760px}.internal-link-grid a{border:1px solid var(--border);border-radius:999px;background:var(--bg2);color:var(--muted);padding:6px 10px;font-family:DM Mono,ui-monospace,monospace;font-size:11px;transition:border-color .15s ease,color .15s ease,background .15s ease}.internal-link-grid a:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.filter-bar::-webkit-scrollbar{display:none}.time-filter,.category-filter,.sort-filter{display:flex;align-items:center;gap:6px;white-space:nowrap}.time-filter button,.category-filter button,.sort-filter button{border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px;transition:background .15s ease,border-color .15s ease,color .15s ease}.time-filter button,.sort-filter button{padding:5px 12px;font-size:12px}.category-filter button{padding:4px 10px}.time-filter button.active,.sort-filter button.active{border-color:var(--border);background:var(--bg3);color:var(--text)}.category-filter button.active{border-color:var(--accent);background:var(--accent);color:#020306}.filter-divider{flex:0 0 auto;width:1px;height:20px;background:var(--border)}.sort-filter{margin-left:auto}.sort-filter span{color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px}.gallery-shell{width:min(1400px,100%);margin:0 auto;padding:28px 24px 64px}.gallery-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.gallery-toolbar h2,.empty-state h2{font-size:28px;line-height:1.15}.tweaks-panel{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.swatch-row,.segmented-control{display:inline-flex;align-items:center;gap:5px}.color-swatch{width:20px;height:20px;border:1px solid var(--border);border-radius:999px;background:var(--swatch)}.color-swatch.active{border-color:var(--text);box-shadow:0 0 0 3px var(--accent-soft)}.color-lime{--swatch: oklch(.84 .22 135)}.color-cyan{--swatch: oklch(.84 .18 200)}.color-amber{--swatch: oklch(.84 .2 55)}.color-pink{--swatch: oklch(.8 .22 355)}.segmented-control{border:1px solid var(--border);border-radius:8px;background:var(--bg2);padding:3px}.segmented-control button{border-radius:6px;background:transparent;color:var(--muted);padding:4px 8px;font-family:DM Mono,ui-monospace,monospace;font-size:10px}.segmented-control button.active{background:var(--bg3);color:var(--text)}.toggle-control{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:10px}.toggle-control input{width:14px;height:14px;accent-color:var(--accent)}.notice,.empty-state{border:1px solid var(--border);border-radius:var(--card-radius);background:var(--bg2);padding:20px}.notice{margin-bottom:18px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:12px}.empty-state{display:grid;place-items:center;min-height:240px;text-align:center}.featured-block{margin-bottom:24px}.gallery-separator{height:1px;margin:28px 0 24px;background:var(--border)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--grid-min)),1fr));gap:var(--grid-gap)}.site-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--card-radius);background:var(--bg2);animation:fadeUp .45s ease both;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.site-card:hover,.site-card:focus-visible{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-3px)}.site-thumbnail{position:relative;overflow:hidden;width:100%;aspect-ratio:1.54 / 1;background:var(--thumb-bg)}.detail-thumbnail{aspect-ratio:1.62 / 1}.site-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.thumbnail-pattern{position:absolute;inset:0;display:grid;place-items:center;isolation:isolate}.thumbnail-pattern:before{position:absolute;inset:-20%;z-index:-1;content:"";background:repeating-linear-gradient(135deg,color-mix(in oklch,var(--thumb-accent),transparent 85%) 0,color-mix(in oklch,var(--thumb-accent),transparent 85%) 8px,transparent 8px,transparent 18px),radial-gradient(circle at 65% 35%,color-mix(in oklch,var(--thumb-accent),transparent 76%),transparent 42%);opacity:.85}.thumbnail-initial{display:grid;place-items:center;width:74px;height:74px;border:1px solid color-mix(in oklch,var(--thumb-accent),transparent 30%);border-radius:50%;background:#0003;color:var(--thumb-accent);font-family:"DM Serif Display",Georgia,serif;font-size:42px}.thumbnail-url{position:absolute;bottom:18px;max-width:calc(100% - 32px);overflow:hidden;color:color-mix(in oklch,var(--text),transparent 20%);font-family:DM Mono,ui-monospace,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.site-card-body{padding:14px 16px}.site-title-row,.site-card-footer,.detail-header,.detail-title-row,.review-card>div,.submit-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.site-title-copy{min-width:0}.site-title-copy h3{overflow:hidden;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.site-title-copy p{overflow:hidden;margin-top:2px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.score-badge{flex:0 0 auto;min-width:34px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:13px;text-align:right}.score-high{color:var(--accent)}.score-mid{color:var(--accent2)}.site-card-description{display:-webkit-box;min-height:42px;margin-top:10px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.site-card-footer{align-items:center;margin-top:14px}.category-chip,.tag,.featured-badge{display:inline-flex;align-items:center;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--bg3);color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:10px;line-height:1;padding:5px 8px}.upvote-button{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--muted);padding:3px 8px;font-family:DM Mono,ui-monospace,monospace;font-size:11px;transition:background .15s ease,border-color .15s ease,color .15s ease}.upvote-button svg{width:12px;height:12px}.upvote-button:hover,.upvote-button.active{border-color:color-mix(in oklch,var(--accent),transparent 40%);background:var(--accent-soft);color:var(--accent)}.skeleton-card{min-height:308px;background:linear-gradient(90deg,var(--bg2),var(--bg3),var(--bg2));background-size:200% 100%;animation:shimmer 1.2s linear infinite}.footer{border-top:1px solid var(--border);background:#020306}.footer-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1400px,100%);margin:0 auto;padding:22px 24px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:13px}.footer-links a:hover{color:var(--accent)}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;overflow:auto;background:#000000bf;padding:24px;animation:fadeIn .2s ease both;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(520px,100%);max-height:90vh;overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--bg2);box-shadow:var(--shadow);animation:scaleIn .25s ease both;scrollbar-width:none}.modal-card::-webkit-scrollbar{width:0;height:0}.modal-search,.auth-modal,.submit-modal{padding:24px}.modal-search{width:min(640px,100%)}.modal-detail{width:min(760px,100%)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.modal-header h2,.detail-content h2{font-size:28px;line-height:1.15}.modal-body,.auth-stack,.submit-step,.rate-form,.review-list{display:grid;gap:14px}.icon-button{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:var(--bg3);color:var(--text)}.icon-button svg{width:17px;height:17px}.close-button:hover{border-color:var(--accent);color:var(--accent)}.detail-content{padding:28px 32px 32px}.detail-header{align-items:flex-start}.detail-title-row{justify-content:flex-start;align-items:center;flex-wrap:wrap}.featured-badge{border-color:var(--accent);background:var(--accent);color:#020306;font-size:10px}.external-link{display:inline-flex;align-items:center;gap:5px;margin-top:4px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:12px}.external-link:hover{color:var(--accent)}.detail-score{display:grid;justify-items:end;gap:4px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:10px;text-align:right}.detail-score strong{color:var(--accent);font-family:"DM Serif Display",Georgia,serif;font-size:40px;font-weight:400;line-height:1}.star-meter{display:inline-flex;align-items:center;gap:2px}.star-meter svg{width:12px;height:12px;fill:transparent;stroke:var(--muted);stroke-width:1.8}.star-meter svg.filled{fill:var(--accent);stroke:var(--accent)}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.detail-tags{margin-top:16px}.primary-tag{border-color:color-mix(in oklch,var(--accent),transparent 65%);background:var(--accent-soft);color:var(--accent)}.detail-description{margin-top:16px;color:var(--muted);font-size:14px;line-height:1.65;text-wrap:pretty}.detail-upvote{margin-top:20px;padding:8px 18px;font-size:13px}.modal-rule{height:1px;margin:24px 0;background:var(--border)}.rate-section h3,.reviews-section h3{margin-bottom:12px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600}.number-grid{display:grid;grid-template-columns:repeat(5,36px);gap:6px}.number-grid button{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:var(--bg3);color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:12px;transition:background .1s ease,color .1s ease,border-color .1s ease}.number-grid button:hover,.number-grid button.active{border-color:var(--accent);background:var(--accent);color:#020306}.success-box{border:1px solid color-mix(in oklch,var(--accent),transparent 70%);border-radius:8px;background:var(--accent-soft);color:var(--accent);padding:10px 12px;font-family:DM Mono,ui-monospace,monospace;font-size:12px}.status-text{color:var(--muted);font-size:13px}.review-card{display:grid;gap:8px;border:1px solid var(--border);border-radius:10px;background:var(--bg3);padding:14px 16px}.review-card strong{color:var(--accent);font-family:DM Mono,ui-monospace,monospace;font-size:12px;font-weight:500}.review-card span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:10px}.review-card p{color:var(--muted);font-size:13px;line-height:1.6}.reply-controls{display:grid;gap:10px}.reply-button{width:fit-content;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--muted);padding:4px 10px;font-family:DM Mono,ui-monospace,monospace;font-size:10px}.reply-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.reply-form{display:grid;gap:10px;border:1px dashed var(--border);border-radius:8px;background:#0b0d13;padding:10px}.reply-form textarea{min-height:78px}.reply-form .button{width:fit-content}.reply-list{display:grid;gap:10px;margin-top:10px;margin-left:14px;border-left:1px solid var(--border);padding-left:12px}.reply-card{display:grid;gap:8px;border:1px solid color-mix(in oklch,var(--border),transparent 20%);border-radius:8px;background:#0d0f15;padding:10px 12px}.reply-header{display:flex;justify-content:space-between;gap:10px}.reply-header strong{color:var(--accent);font-family:DM Mono,ui-monospace,monospace;font-size:11px;font-weight:500}.reply-header span{color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:10px}.progress-bar{display:flex;gap:6px;margin-bottom:24px}.progress-bar span{height:3px;flex:1;border-radius:999px;background:var(--border);transition:background .3s ease}.progress-bar span.active{background:var(--accent)}.submit-step label,.submit-field{display:grid;gap:8px;color:var(--muted);font-family:DM Mono,ui-monospace,monospace;font-size:12px;text-transform:uppercase}.category-picker{display:flex;flex-wrap:wrap;gap:6px}.category-picker button{border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--muted);padding:4px 10px;font-family:DM Mono,ui-monospace,monospace;font-size:11px}.category-picker button.active{border-color:var(--accent);background:var(--accent);color:#020306}.screenshot-dropzone{position:relative;display:grid;place-items:center;min-height:86px;border:1px dashed var(--border);border-radius:8px;background:var(--bg3);color:var(--muted);cursor:pointer;text-align:center;transition:border-color .15s ease,color .15s ease,background .15s ease}.screenshot-dropzone:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.screenshot-dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.screenshot-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.screenshot-preview{position:relative;overflow:hidden;aspect-ratio:1.54 / 1;border:1px solid var(--border);border-radius:8px;background:var(--bg3)}.screenshot-preview img{display:block;width:100%;height:100%;object-fit:cover}.screenshot-preview .icon-button{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#020306d1}.submit-actions .button{flex:1}.submit-actions .button.primary{flex:2}.full-button{width:100%}.confirmation-step{display:grid;gap:12px;justify-items:center;text-align:center}.confirmation-mark{display:grid;place-items:center;width:58px;height:58px;border:1px solid color-mix(in oklch,var(--accent),transparent 50%);border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:"DM Serif Display",Georgia,serif;font-size:34px}.confirmation-step p{color:var(--muted)}.confirmation-step strong,.account-email{color:var(--text);overflow-wrap:anywhere}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:920px){.header{height:auto}.nav-shell{align-items:flex-start;flex-direction:column;height:auto;padding:12px 16px}.nav-left,.header-actions,.nav-search{width:100%}.nav-left{justify-content:space-between}.header-nav{display:none}.nav-search{flex:1}.filter-bar{top:107px;padding:0 16px}.sort-filter{margin-left:0}.hero{padding:40px 16px 30px}.hero h1{font-size:42px}.gallery-shell{padding:24px 16px 48px}.gallery-toolbar,.detail-header,.internal-links-section{align-items:stretch;flex-direction:column}.tweaks-panel{justify-content:flex-start}.internal-link-grid{justify-content:flex-start;max-width:none}.detail-score{justify-items:start;text-align:left}}@media(max-width:620px){.hero h1{font-size:36px}.hero-stats{align-items:stretch;flex-direction:column}.modal-backdrop{padding:12px}.modal-search,.auth-modal,.submit-modal,.detail-content{padding:20px}.number-grid{grid-template-columns:repeat(5,36px)}.footer-shell,.footer-links{align-items:flex-start;flex-direction:column}}
