:root{--shell-bg:#0a0a0a;--shell-accent:#7c5cff;--shell-line:#262626}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--shell-bg);color:#fff;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.pt-toolbar{position:fixed;top:0;left:0;right:0;height:44px;z-index:100000;display:flex;align-items:center;gap:6px;padding:0 12px;background:rgba(12,12,14,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #2a2a2e;font-size:12.5px;overflow-x:auto;white-space:nowrap}.pt-toolbar::-webkit-scrollbar{height:0}.pt-brand{font-weight:800;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:6px;margin-right:6px;flex:none}.pt-brand .dot{width:16px;height:16px;border-radius:4px;background:var(--shell-accent);display:grid;place-items:center;font-size:9px;color:#fff}.pt-tag{flex:none;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:999px;background:rgba(124,92,255,.18);color:#c9bcff;border:1px solid rgba(124,92,255,.35);margin-right:4px}.pt-link{flex:none;padding:5px 10px;border-radius:6px;color:#c9c9cf;font-weight:600}.pt-link:hover{background:#26262b;color:#fff}.pt-link.active{background:var(--shell-accent);color:#fff}.pt-sep{flex:none;width:1px;height:20px;background:#34343a;margin:0 4px}.pt-spacer{flex:1 1}.pt-body{padding-top:44px;min-height:100vh}.gal-wrap{max-width:1200px;margin:0 auto;padding:28px 24px 80px}.gal-h1{font-size:26px;font-weight:800;letter-spacing:-.02em}.gal-sub{color:#9a9aa2;font-size:14px;margin-top:6px}.gal-group-title{font-size:15px;font-weight:700;margin:34px 0 14px;display:flex;align-items:center;gap:8px}.gal-group-title .bar{width:4px;height:15px;border-radius:2px;background:var(--shell-accent)}.gal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:16px;gap:16px}.gal-card{border:1px solid #26262b;border-radius:10px;overflow:hidden;background:#151517;transition:border-color .15s,transform .15s}.gal-card:hover{border-color:var(--shell-accent);transform:translateY(-2px)}.gal-thumb{aspect-ratio:16/10;background-size:cover;background-position:50%;position:relative}.gal-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55))}.gal-name{padding:11px 13px;font-size:13.5px;font-weight:600}.gal-slug{color:#6f6f78;font-size:11px;font-weight:500;margin-top:2px}