:root{font-family:Inter,"Pretendard","Malgun Gothic",sans-serif;color:#eeefe9;background:#111310;font-synthesis:none;color-scheme:dark}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,.upload-label{-webkit-tap-highlight-color:transparent}button,.upload-label{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,.upload-label:focus-within{outline:2px solid #c3ee92;outline-offset:5px}[hidden]{display:none!important}.brand{font-size:22px;font-weight:800;letter-spacing:.15em}.viewer{height:100svh;overflow:hidden;background:#090b09}.viewer-header,.viewer-footer{position:absolute;z-index:2;left:0;right:0;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(#090b09d9,transparent)}.viewer-header{top:0}.viewer-header #connection{font-size:12px;color:#c3ee92}.viewer-footer{bottom:0;background:linear-gradient(transparent,#090b09d9);font-size:12px;color:#b2b6ac}#stage{height:100%;display:grid;place-items:center}#screen{height:100%;width:100%;object-fit:contain;animation:appear .25s ease}#empty{padding:40px;text-align:center}h1{font-size:36px;font-weight:600;letter-spacing:-.045em;line-height:1.25;margin:16px 0}p{color:#a3aa9c;line-height:1.7;font-size:14px}.eyebrow{color:#c3ee92;font-size:11px;font-weight:700;letter-spacing:.18em}.topbar{height:88px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2a2e25}nav{display:flex;align-items:center;gap:24px;font-size:13px}.workspace{max-width:1300px;margin:auto;padding:60px 5vw}#login-panel{max-width:380px;margin:6vh auto}#login{display:grid;gap:10px;margin-top:32px}label{font-size:13px}input{padding:14px;background:#1b1f18;border:1px solid #414737;border-radius:5px;color:#fff;margin-bottom:12px;min-width:0}.primary{display:inline-block;padding:14px 22px;border:0;border-radius:5px;background:#c3ee92;color:#19200e;font-size:14px;font-weight:700;transition:background .15s,transform .15s}.primary:hover{background:#d4ffa5;transform:translateY(-1px)}.quiet{background:none;border:0;color:#b2b6ac;padding:10px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px}.section-heading h1{margin-bottom:8px}.upload-label{white-space:nowrap;position:relative;overflow:hidden}.upload-label input{position:absolute;inset:0;opacity:0;margin:0;width:100%;cursor:pointer}.hint{font-size:12px;padding:20px 0;border-bottom:1px solid #303629}#gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px;margin-top:28px}.photo{padding:0;border:0;background:none;text-align:left;color:#c8cec1;position:relative;min-width:0}.photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;border:2px solid transparent;transition:border-color .2s,opacity .2s}.photo:hover img{opacity:.8}.photo.selected img{border-color:#c3ee92}.photo .name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:10px;font-size:13px}.badge{position:absolute;left:12px;top:12px;background:#c3ee92;color:#19200e;border-radius:3px;padding:6px 9px;font-size:11px;font-weight:bold}#message{color:#c3ee92;min-height:24px}button:disabled{opacity:.5;cursor:wait}@keyframes appear{from{opacity:.35}to{opacity:1}}@media(max-width:640px){.viewer-header,.viewer-footer{padding:20px}.brand{font-size:18px}h1{font-size:28px}.workspace{padding:36px 22px}.topbar{height:72px;padding:0 22px}nav{gap:10px;font-size:12px}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}#gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}#empty{padding:24px}#empty p{font-size:12px}.badge{left:7px;top:7px;font-size:10px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
:root{--photo-background:#080a07}
.photo-item{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:8px}
.photo{width:100%}
.photo img{object-fit:contain;background:var(--photo-background)}
.delete-photo{align-self:flex-end;min-height:40px;padding:8px 14px;border:1px solid #57433b;border-radius:4px;background:transparent;color:#edb7a6;font-size:12px}
.delete-photo:hover{background:#30201b}
.viewer{display:grid;grid-template-rows:minmax(0,1fr);height:100dvh;background:#000}
.viewer-header,.viewer-footer{position:static;background:none}
#stage{height:100%;min-height:0;min-width:0;overflow:hidden;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}
#screen{min-height:0;min-width:0;max-height:100%;max-width:100%;object-fit:contain}
