:root{--ink:#171a22;--muted:#697386;--line:#e8eaf0;--brand:#ff6154;--wash:#f7f8fc}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font:15px Inter,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;height:72px;padding:0 max(24px,calc((100vw - 1180px) / 2));border-bottom:1px solid var(--line);background:rgb(255 255 255/94%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,header{align-items:center}.brand{display:inline-flex;font-size:21px;font-weight:800;white-space:nowrap}.brand span{margin-right:8px;padding:5px 9px;border-radius:50%;background:var(--brand);color:#fff}nav{display:flex;align-items:center;gap:22px}nav>a{color:#4d5565}.avatar-button,.config-warning{border:0;border-radius:18px;padding:8px 12px;font:inherit}.avatar-button{background:var(--ink);color:#fff;font-weight:700}.avatar-button:hover{background:#303746}.config-warning{background:#f2f3f7;color:var(--muted);font-size:12px}.hero{padding:88px 24px 76px;background:linear-gradient(130deg,#fff4f1,#f2f5ff);text-align:center}.hero h1{max-width:820px;margin:10px auto 14px;font-size:clamp(42px,6vw,72px);letter-spacing:-.055em;line-height:.98}.hero p{max-width:620px;margin:0 auto 28px;color:var(--muted);font-size:18px}.eyebrow{color:var(--brand)!important;font-size:12px!important;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero form{display:flex;gap:10px;width:min(650px,100%);margin:0 auto 14px}.hero form input{min-width:0;flex:1 1}.hero form button{flex:none}.button,button{display:inline-block;border:0;border-radius:7px;padding:12px 18px;background:var(--brand);color:#fff;font:inherit;font-weight:700;cursor:pointer}.content{max-width:1180px;margin:0 auto;padding:46px 24px}.chips,.tag-list{display:flex;flex-wrap:wrap;gap:8px}.chips a,.tag-list span{border-radius:18px;padding:8px 12px;background:#f0f2f8;font-size:13px}.chips a:hover{background:#e5e9f4}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:35px 0 18px}.section-title h2{margin:0;font-size:25px}.muted,.section-title span{color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.project-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;transition:transform .15s,border-color .15s,box-shadow .15s}.project-card:hover{transform:translateY(-2px);border-color:#cfd4e1;box-shadow:0 10px 24px rgb(38 44 65/8%)}.project-card>div:last-child{padding:16px}.project-card h3{margin:5px 0 8px;font-size:18px}.project-card p{margin:0}.project-card p:not(.muted){display:-webkit-box;overflow:hidden;height:44px;color:var(--muted);line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-image{display:grid;height:145px;place-items:center;background:linear-gradient(130deg,#eef1fb,#fff0eb);color:var(--brand);font-size:45px}.project-image img{width:100%;height:100%;object-fit:cover}.card-meta{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:13px;font-weight:700}.empty,.notice{padding:14px;border-radius:8px;background:var(--wash);color:var(--muted)}.detail-hero{display:flex;gap:28px;padding:32px 0 44px;border-bottom:1px solid var(--line)}.detail-hero h1{margin:8px 0;font-size:42px}.detail-hero p{max-width:700px;color:var(--muted);font-size:17px;line-height:1.6}.large{width:150px;height:150px;flex:none;overflow:hidden;border-radius:16px}.screenshot-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:28px 0 0}.screenshot-gallery img{width:100%;aspect-ratio:16/10;border:1px solid var(--line);border-radius:10px;object-fit:cover}.back{color:var(--muted)}.two-column{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-gap:60px;gap:60px;padding-top:36px}.two-column h2{margin-top:30px}.score{color:#ee9c10;font-size:42px;font-weight:800}.score small{margin-left:10px;color:var(--muted);font-size:14px;font-weight:400}.review{padding:18px 0;border-top:1px solid var(--line)}.review p{line-height:1.55}.review small{color:var(--muted)}.review-form,.submit-form{display:grid;grid-gap:14px;gap:14px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.review-form h3{margin:0}.review-form label,.submit-form label{display:grid;grid-gap:6px;gap:6px;font-weight:600}.submit-form label small{color:var(--muted);font-size:12px;font-weight:400}.upload-list{margin:-4px 0 4px;padding-left:22px;color:var(--muted);font-size:13px}button:disabled{cursor:wait;opacity:.7}input,select,textarea{width:100%;border:1px solid #cdd2df;border-radius:7px;padding:10px;background:#fff;font:inherit}textarea{min-height:110px;resize:vertical}.narrow{max-width:720px;min-height:calc(100vh - 160px)}footer{margin-top:30px;padding:25px;border-top:1px solid var(--line);color:var(--muted);text-align:center}@media (max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column{gap:34px}}@media (max-width:640px){header{height:62px;padding:0 16px}.brand{font-size:18px}nav{gap:8px}nav>a{display:none}.avatar-button,.config-warning{max-width:142px;overflow:hidden;padding:7px 10px;text-overflow:ellipsis;white-space:nowrap}.hero{padding:62px 18px 56px}.hero h1{font-size:clamp(38px,12vw,50px);line-height:1.02}.hero p{margin-bottom:24px;font-size:16px;line-height:1.45}.hero form{flex-direction:column}.hero form button,.hero>.button{width:100%}.content{padding:30px 16px}.chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chips a{flex:none}.section-title{margin-top:28px}.section-title h2{font-size:22px}.project-grid{grid-template-columns:1fr;gap:14px}.project-image{height:130px}.detail-hero,.two-column{display:block}.screenshot-gallery{grid-template-columns:1fr}.large{width:96px;height:96px;margin-bottom:18px}.detail-hero h1{font-size:34px}.two-column aside{margin-top:35px}.score{font-size:34px}.score small{display:block;margin:7px 0 0}footer{padding:20px 16px;font-size:13px}}