*{box-sizing:border-box}html,body,#root,.app{height:100%;margin:0}body{background:#000;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji"}button{font:inherit}.page{height:100dvh;display:flex;flex-direction:column;background:#000}.bar{height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#111}.cameraWrap{position:relative;flex:1;background:#000;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:16px 16px 96px}.cameraViewport{position:relative;width:min(90vw,70vh);max-width:640px;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;background:#000;border:1px solid #222}.video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.2;pointer-events:none}.gridOverlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(#fff6,#fff6),linear-gradient(#fff6,#fff6),linear-gradient(90deg,#fff6,#fff6),linear-gradient(90deg,#fff6,#fff6);background-size:100% 1px,100% 1px,1px 100%,1px 100%;background-position:0 calc(100% / 3),0 calc(200% / 3),calc(100% / 3) 0,calc(200% / 3) 0;background-repeat:no-repeat}.redLine{position:absolute;left:0;right:0;height:2px;background:#ff0000e6;transform:translateY(-1px);pointer-events:none}.captureBtn{position:absolute;left:50%;bottom:16px;transform:translate(-50%);padding:12px 20px;border-radius:999px;background:#e53935;color:#fff;border:none}.captureBtn:active{transform:translate(-50%) scale(.98)}.compareWrap{flex:1;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;background:#000;overflow:hidden}.comparePanels{flex:1;display:flex;flex-direction:column;gap:16px;min-height:0}.panel{flex:1;background:#111;border-radius:12px;padding:12px;display:flex;flex-direction:column;min-height:0}.panel .title{color:#ccc;font-size:12px;margin-bottom:6px}.panel .img{flex:1;width:100%;height:100%;object-fit:contain;display:block;border-radius:8px;background:#000}.actions{margin-top:auto;display:flex;gap:12px;justify-content:space-between;padding-top:16px;border-top:1px solid #1f1f1f;position:sticky;bottom:0;background:linear-gradient(180deg,#0000,#000 30%);padding-bottom:8px}.actions button{flex:1;padding:12px 14px;border-radius:12px;border:1px solid #333;background:#1a1a1a;color:#fff}.actions button:last-child{background:#e53935;border-color:#e53935}.history,.historyHeader,.thumbList,.thumb{display:none}.galleryOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;color:#000;padding:24px;overflow:auto;display:flex;flex-direction:column;gap:20px}.galleryHeader{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600}.galleryActions{display:flex;gap:10px}.galleryActions button{padding:10px 16px;border-radius:999px;border:1px solid #ccc;background:#fff;color:#000;cursor:pointer}.galleryActions button:last-child{background:#000;color:#fff;border-color:#000}.galleryGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.galleryItem{background:#f6f6f6;padding:12px;border-radius:16px;display:flex;flex-direction:column;gap:8px;align-items:center;border:1px solid #e5e5e5}.galleryItem img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;background:#000}.galleryItem span{font-size:12px;color:#555}
