:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#161a21;color:#e6e9ef}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100dvh;background:#161a21}button,input,select,textarea{font:inherit}.app-shell{max-width:1280px;margin:0 auto;padding:24px}.topbar{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-bottom:20px}.title-block{min-width:260px}.title-block h1{margin:0;font-size:clamp(2rem,3vw,2.8rem)}.title-block p{margin:8px 0 0;color:#9aa4b4}.role-select{display:flex;gap:14px;flex-wrap:wrap}.role-select button,.control-button,.small-button{border:none;border-radius:8px;padding:12px 18px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;background:#4a90e2;color:#fff;box-shadow:0 2px 8px #4a90e24d}.role-select button:hover,.control-button:hover,.small-button:hover{transform:translateY(-1px)}.role-select button:disabled,.control-button:disabled,.small-button:disabled{opacity:.6;cursor:not-allowed}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#222834;border:1px solid #333b48;border-radius:22px;padding:22px;box-shadow:0 4px 14px #00000073}.card h2,.card h3{margin-top:0}.status-pill{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:.95rem;background:#fff3cd;color:#856404}.form-group{display:grid;gap:10px;margin-top:14px}.form-group label{font-size:.95rem;color:#e6e9ef}.form-group input,.form-group textarea,.form-group select{width:100%;background:#222834;border:1px solid #3c4554;border-radius:14px;color:#e6e9ef;padding:8px 12px}.form-group textarea{min-height:96px;resize:vertical}.tab-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.tab-button{border:1px solid #3c4554;background:#222834;color:#e6e9ef;padding:10px 16px;border-radius:999px;cursor:pointer;transition:background .12s ease,color .12s ease}.tab-button.active,.tab-button:hover{background:#4a90e2;color:#fff}.tab-content{margin-top:10px}.hint-box,.scan-hint{background:#1e2733;border-left:4px solid #4a90e2;padding:14px 16px;border-radius:12px;color:#e6e9ef}.message-box{margin-top:0;padding:6px 14px;border-radius:14px;background:#1e2b3a;color:#e6e9ef}.evidence-scroll{max-height:420px;overflow-y:auto;overflow-x:hidden;padding-right:4px;margin-top:8px}.evidence-scroll::-webkit-scrollbar{width:4px}.evidence-scroll::-webkit-scrollbar-track{background:transparent}.evidence-scroll::-webkit-scrollbar-thumb{background:#3c4554;border-radius:999px}.evidence-item{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #333b48}.evidence-item:last-child{border-bottom:none}.evidence-code{font-weight:700;color:#e6e9ef}.video-frame{width:100%;min-height:240px;background:#1b2029;border-radius:18px;overflow:hidden;position:relative;border:1px solid #333b48}.video-frame video{width:100%;height:100%;object-fit:cover}.video-frame .video-placeholder{width:100%;min-height:240px;display:grid;place-items:center;color:#9aa4b4;text-align:center;padding:24px}.evidence-item--clickable{cursor:pointer;border-radius:14px;padding:12px 14px;margin:0 -14px;transition:background .15s ease,transform .12s ease}.evidence-item--clickable:hover{background:#4a90e21a;transform:translate(4px)}.evidence-person{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;font-size:.72rem;font-weight:500;background:#4a90e21f;color:#4a90e2;vertical-align:middle}.evidence-tap-hint{font-size:.78rem;color:#07f;margin-top:2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:max(20px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));overflow-y:auto;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{position:relative;background:#222834;border:1px solid #333b48;border-radius:24px;padding:28px;max-width:580px;width:100%;max-height:90vh;max-height:90dvh;overflow-y:auto;box-shadow:0 30px 80px #0000008c;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:#222834;border:1px solid #3c4554;border-radius:50%;width:36px;height:36px;cursor:pointer;color:#e6e9ef;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .12s ease}.modal-close:hover{background:#4a90e273;color:#fff}.modal-code{font-family:monospace;font-size:.8rem;color:#4a90e299;letter-spacing:.06em;margin-bottom:6px}.modal-title{margin:0 0 18px;font-size:1.4rem;color:#e6e9ef}.modal-image-wrap{position:relative;width:100%;border-radius:16px;overflow:hidden;margin-bottom:18px;background:#222834;border:1px solid #333b48}.modal-image{width:100%;display:block;object-fit:cover;max-height:320px}.modal-image--guide{width:auto;max-width:55%;max-height:180px;object-fit:contain;margin:0 auto;padding:14px 0}.modal-description{color:#e6e9ef;line-height:1.65;margin:0 0 16px}.modal-detail{background:#4a90e212;border-left:3px solid rgba(74,144,226,.75);border-radius:10px;padding:14px 16px}.modal-detail-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.06em;color:#4a90e2;text-transform:uppercase;margin-bottom:6px}.modal-detail p{margin:0;color:#e6e9ef;line-height:1.6}.modal-event{margin-top:12px;background:#e6a03c1f;border-left:3px solid #e0a23c;border-radius:10px;padding:14px 16px;animation:event-pop .25s ease}.modal-event-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.06em;color:#e0a23c;margin-bottom:6px}.modal-event p{margin:0;color:#ffe7c2;line-height:1.6;font-weight:600}@keyframes event-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.manual-panel{max-width:520px;display:flex;flex-direction:column;gap:0;overflow:hidden}.manual-pagination-dots{flex-shrink:0;display:flex;justify-content:center;gap:8px;margin:4px 0 20px}.manual-dot{width:8px;height:8px;border-radius:50%;border:none;background:#3c4554;cursor:pointer;padding:0;transition:background .15s ease,transform .12s ease}.manual-dot--active{background:#4a90e2;transform:scale(1.3)}.manual-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px}.manual-image-wrap{position:relative;width:100%;height:168px;margin-bottom:18px;border-radius:14px;background:#1b2029;border:1px solid #333b48;display:flex;align-items:center;justify-content:center;overflow:hidden}.manual-image{width:100%;height:100%;object-fit:contain;padding:14px;display:block}.manual-title{margin:0 0 14px;font-size:1.25rem;color:#e6e9ef}.manual-body p{color:#e6e9ef;line-height:1.75;margin:0 0 12px}.manual-body p:last-child{margin-bottom:0}.manual-unlock-notice{margin-top:14px;padding:10px 14px;border-radius:8px;background:#3ca06e2e;border:1px solid rgba(90,200,140,.5);color:#bdf0d3;font-size:.88rem;font-weight:700;line-height:1.5;white-space:pre-line}.manual-nav{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid #333b48}.manual-nav-btn{background:#222834;border:1px solid #3c4554;border-radius:10px;color:#e6e9ef;padding:8px 16px;cursor:pointer;font-size:.9rem;transition:background .12s ease}.manual-nav-btn:hover:not(:disabled){background:#4a90e273;color:#fff}.manual-nav-btn:disabled{opacity:.3;cursor:not-allowed}.manual-page-count{font-size:.85rem;color:#4a90e2}.phone-modal{position:relative;width:100%;max-width:360px;display:flex;justify-content:center;animation:slideUp .2s ease}.phone-close{top:-6px;right:-6px;z-index:5}.phone-frame{position:relative;width:330px;max-width:92vw;height:78vh;height:78dvh;max-height:660px;background:#05070b;border:2px solid #2a2f3a;border-radius:40px;padding:12px;box-shadow:0 30px 80px #0009;display:flex;flex-direction:column}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:22px;background:#05070b;border-radius:0 0 16px 16px;z-index:3}.phone-statusbar{display:flex;justify-content:space-between;align-items:center;padding:6px 18px 8px;font-size:.72rem;color:#e6e9ef;font-weight:600;letter-spacing:.02em}.phone-statusbar-icons{font-size:.6rem;letter-spacing:.05em}.phone-screen{flex:1;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(160deg,#1d2740,#16203a,#0f1830)}.phone-homebar{width:110px;height:5px;border-radius:999px;background:#ffffff80;margin:8px auto 2px}.phone-home{flex:1;display:flex;flex-direction:column;padding:22px 18px}.phone-owner{color:#fff;text-align:center;font-size:.95rem;font-weight:600;margin-bottom:26px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.phone-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 8px}.phone-app{background:none;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px}.phone-app-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 4px 10px #00000059;transition:transform .12s ease}.phone-app:hover .phone-app-icon{transform:translateY(-2px) scale(1.04)}.phone-app-label{font-size:.72rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.phone-hint{margin-top:auto;text-align:center;font-size:.74rem;color:#fff9}.phone-app-view{flex:1;display:flex;flex-direction:column;min-height:0}.phone-app-topbar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#00000059;color:#fff;font-weight:600;font-size:.9rem}.phone-home-btn{background:#ffffff26;border:none;color:#fff;width:28px;height:28px;border-radius:8px;cursor:pointer;font-size:1rem;line-height:1}.phone-home-btn:hover{background:#ffffff4d}.phone-app-body{flex:1;min-height:0;overflow-y:auto;background:#fff}.browser{display:flex;flex-direction:column;min-height:100%;background:#fff}.browser-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#2db400;color:#fff;font-size:.82rem;position:sticky;top:0}.browser-url{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browser-back{background:#ffffff40;border:none;color:#fff;border-radius:6px;width:26px;height:26px;cursor:pointer;font-size:1rem}.browser-history{padding:6px 0}.browser-search-item{width:100%;display:flex;align-items:center;gap:10px;padding:14px;background:none;border:none;border-bottom:1px solid #eee;cursor:pointer;text-align:left}.browser-search-item:hover{background:#f6f6f6}.browser-search-icon{opacity:.5;font-size:.85rem}.browser-search-q{flex:1;color:#222;font-size:.9rem}.browser-search-go{color:#bbb;font-size:1.2rem}.browser-search-item--bookmark{background:#f3faf3}.browser-search-item--bookmark .browser-search-icon{opacity:1}.browser-search-item--bookmark .browser-search-q{font-weight:700;color:#1a7a1a}.cert-form{margin:16px 0 6px}.cert-label{display:block;font-size:.82rem;font-weight:700;color:#333;margin-bottom:6px}.cert-row{display:flex;gap:8px}.cert-input{flex:1;min-width:0;padding:10px 12px;border:1px solid #cdd2da;border-radius:8px;font-size:.95rem;letter-spacing:.04em}.cert-input:focus{outline:none;border-color:#2db400}.cert-btn{flex:0 0 auto;padding:0 16px;background:#2db400;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer}.cert-btn:hover{background:#259600}.cert-err{color:#c0392b;font-size:.84rem;margin:10px 2px 0;line-height:1.5}.cert-result{margin-top:14px;border:1px solid #e3c1c1;background:#fdf3f3;border-radius:10px;padding:12px 14px}.cert-result-title{font-size:.92rem;font-weight:800;color:#a32d2d;margin-bottom:8px}.cert-result-lines{margin:0;padding-left:18px;font-size:.86rem;line-height:1.7;color:#333}.browser-page{padding:16px}.browser-image{width:100%;border-radius:10px;margin-bottom:14px;display:block}.browser-result-title{margin:0 0 8px;font-size:1rem;color:#1a0dab}.browser-result-text{margin:0;font-size:.88rem;line-height:1.6;color:#333}.msg{display:flex;flex-direction:column;min-height:100%}.msg--kakao{background:#b2c7d9}.msg--sms{background:#fff}.msg-list-header{padding:12px 16px;background:#fff;color:#222;font-weight:700;font-size:1rem;border-bottom:1px solid #eee;position:sticky;top:0}.msg-list{background:#fff;min-height:100%}.msg-chat-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:left}.msg-chat-item:hover{background:#f7f7f7}.msg-avatar{width:44px;height:44px;border-radius:14px;background:#dfe6ec;color:#6b7785;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.msg--sms .msg-avatar{border-radius:50%;background:#d8eecb;color:#34813f}.msg-chat-info{display:flex;flex-direction:column;gap:3px;min-width:0}.msg-chat-name{color:#111;font-weight:600;font-size:.92rem}.msg-chat-last{color:#888;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-header{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#1a1a1a;font-weight:700;position:sticky;top:0}.msg--kakao .msg-header{background:#a1b8cb}.msg--sms .msg-header{background:#f2f2f7;border-bottom:1px solid #e0e0e0}.msg-back{background:none;border:none;color:#1a1a1a;font-size:1.2rem;cursor:pointer;padding:0 2px}.msg-messages{padding:14px 12px;display:flex;flex-direction:column;gap:12px}.msg-row{display:flex;flex-direction:column;max-width:78%}.msg-row.them{align-self:flex-start;align-items:flex-start}.msg-row.me{align-self:flex-end;align-items:flex-end}.msg-name{font-size:.72rem;color:#4a5a68;margin:0 0 4px 4px}.msg-line{display:flex;align-items:flex-end;gap:6px}.msg-row.me .msg-line{flex-direction:row-reverse}.msg-bubble{padding:9px 12px;border-radius:14px;font-size:.86rem;line-height:1.45;color:#1a1a1a;word-break:break-word}.msg--kakao .msg-row.them .msg-bubble{background:#fff;border-top-left-radius:4px}.msg--kakao .msg-row.me .msg-bubble{background:#fee500;border-top-right-radius:4px}.msg--sms .msg-row.them .msg-bubble{background:#e9e9eb;border-bottom-left-radius:4px}.msg--sms .msg-row.me .msg-bubble{background:#0a84ff;color:#fff;border-bottom-right-radius:4px}.msg-bubble.deleted{background:transparent!important;border:1px dashed #8a9aa8;color:#5d6b78;font-style:italic}.msg-time{font-size:.62rem;color:#5d6b78;white-space:nowrap}.td-lock{min-height:100%;background:linear-gradient(160deg,#2a1c4a,#1a1230);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 18px;text-align:center}.td-icon{font-size:2.6rem;margin-bottom:8px}.td-title{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:8px}.td-desc{color:#c9c0e6;font-size:.82rem;line-height:1.5;margin:0 0 16px}.td-form{display:flex;gap:8px;width:100%;max-width:240px}.td-form input{flex:1;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;padding:9px 12px;font-size:1rem;letter-spacing:.2em;text-align:center}.td-form input:focus{outline:none;border-color:#b39ddb}.td-form button{background:#6c5ce7;border:none;border-radius:8px;color:#fff;padding:9px 14px;font-size:.85rem;cursor:pointer;white-space:nowrap}.td-err{color:#ff9aa0;font-size:.8rem;margin:10px 0 0}.td-hint{color:#8a7fb0;font-size:.72rem;margin:14px 0 0}.td-recover-btn{margin-top:16px;background:#6c5ce7;border:none;border-radius:10px;color:#fff;padding:11px 20px;font-size:.9rem;font-weight:600;cursor:pointer}.td-recover-btn:hover{background:#5a4bd4}.msg-drawer-btn{width:100%;display:flex;align-items:center;gap:6px;background:#fef3a0;border:none;border-bottom:1px solid #e6d97a;color:#5b4b00;padding:10px 16px;font-size:.82rem;font-weight:600;cursor:pointer}.msg-drawer-btn:hover{background:#fdeb7a}.msg-chat-item--locked{opacity:.6;cursor:default}.msg-chat-item--locked:hover{background:inherit}.contacts{min-height:100%;background:#fff}.contacts-header{padding:12px 16px;background:#fff;color:#222;font-weight:700;font-size:1rem;border-bottom:1px solid #eee;position:sticky;top:0}.contacts-item{display:flex;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid #f2f2f2}.contacts-avatar{width:38px;height:38px;border-radius:50%;background:#e7eefb;color:#5b8def;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.contacts-info{display:flex;flex-direction:column;gap:2px;min-width:0}.contacts-name{color:#111;font-weight:600;font-size:.92rem}.contacts-who{color:#999;font-size:.76rem}.calls{min-height:100%;background:#fff}.calls-header{padding:12px 16px;background:#fff;color:#222;font-weight:700;font-size:1rem;border-bottom:1px solid #eee;position:sticky;top:0}.calls-item{display:flex;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid #f2f2f2}.calls-avatar{width:38px;height:38px;border-radius:50%;background:#e7f8ec;color:#2aa84a;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.calls-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.calls-name{color:#111;font-weight:600;font-size:.92rem}.calls-meta{color:#999;font-size:.76rem}.calls-item--missed .calls-name,.calls-item--missed .calls-meta{color:#e0463e}.calls-time{color:#aaa;font-size:.76rem;flex-shrink:0}.photos{min-height:100%;background:#0f1115;display:flex;flex-direction:column}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px}.photos-tile{position:relative;aspect-ratio:1 / 1;border:none;padding:0;cursor:pointer;background:#1c2026;overflow:hidden}.photos-tile img{width:100%;height:100%;object-fit:cover;display:block}.photos-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#5a6472}.photos-placeholder--lg{font-size:4rem}.photos-view-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#fff;font-size:.85rem;background:#0006}.photos-back{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0 2px}.photos-view{flex:1;display:flex;align-items:center;justify-content:center;min-height:220px;background:#000}.photos-view img{max-width:100%;max-height:360px;object-fit:contain;display:block}.photos-caption{margin:0;padding:14px 16px;color:#e6e9ef;font-size:.85rem;line-height:1.5;text-align:center}.photos-section{padding:12px 12px 6px;color:#9aa4b4;font-size:.78rem;font-weight:700;border-top:1px solid #222834}.photos-tile--trash{opacity:.85;filter:grayscale(.15)}.wallet-modal,.sched-modal{position:relative;width:100%;max-width:420px;background:#222834;border:1px solid #333b48;border-radius:18px;padding:20px;box-shadow:0 30px 80px #0000008c;animation:slideUp .2s ease}.wallet-titlebar,.sched-titlebar{color:#e6e9ef;font-weight:700;font-size:1.1rem;margin-bottom:6px}.wallet-help,.sched-help{margin:0 0 14px;color:#9aa4b4;font-size:.82rem}.wallet-items,.sched-list{display:flex;flex-direction:column;gap:8px}.wallet-item,.sched-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:#1b2029;border:1px solid #333b48;border-radius:12px;padding:12px 14px;cursor:pointer;transition:background .12s ease,transform .1s ease}.wallet-item:hover,.sched-row:hover{background:#2a3340;transform:translateY(-1px)}.wallet-item-thumb{width:44px;height:44px;border-radius:8px;overflow:hidden;background:#2b323f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wallet-item-thumb img{width:100%;height:100%;object-fit:cover}.wallet-item-icon{font-size:1.4rem}.wallet-item-label{flex:1;color:#e6e9ef;font-weight:600;font-size:.92rem}.wallet-item-go,.sched-go{color:#5a6675;font-size:1.3rem}.wallet-back,.sched-back{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:.9rem;padding:0 0 12px}.wallet-detail-img{width:100%;max-height:300px;border-radius:12px;overflow:hidden;background:#1b2029;border:1px solid #333b48;margin-bottom:14px}.wallet-detail-img img{width:100%;height:100%;max-height:300px;object-fit:contain;display:block}.wallet-detail-title,.sched-detail-title{margin:0 0 8px;color:#e6e9ef;font-size:1.05rem}.wallet-detail-text,.sched-detail-text{margin:0;color:#cdd6e2;font-size:.9rem;line-height:1.6}.sched-time{flex-shrink:0;width:78px;color:#9aa4b4;font-size:.74rem;font-family:monospace}.sched-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.sched-person{color:#e6e9ef;font-weight:700;font-size:.92rem}.sched-row-title{color:#9aa4b4;font-size:.8rem}.sched-detail-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.sched-detail-time{color:#9aa4b4;font-size:.78rem;font-family:monospace}.sched-detail-person{color:#4a90e2;font-weight:700;font-size:.95rem}.cctv-modal{position:relative;width:100%;max-width:460px;background:#161a21;border:1px solid #333b48;border-radius:18px;padding:18px;box-shadow:0 30px 80px #0000008c;animation:slideUp .2s ease}.cctv-titlebar{color:#e6e9ef;font-weight:700;font-size:1.05rem;margin-bottom:12px;letter-spacing:.02em}.cctv-timebar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.cctv-time{border:1px solid #333b48;background:#222834;color:#9aa4b4;border-radius:8px;padding:6px 10px;font-size:.78rem;font-family:monospace;cursor:pointer;transition:background .12s ease,color .12s ease}.cctv-time.active{background:#4a90e2;border-color:#4a90e2;color:#fff}.cctv-screen{position:relative;background:radial-gradient(circle at 50% 40%,#1c2733,#0b0f14);border:1px solid #2a3340;border-radius:10px;padding:14px;min-height:240px;overflow:hidden}.cctv-osd{position:absolute;left:12px;right:12px;display:flex;justify-content:space-between;font-family:monospace;font-size:.72rem;color:#7fe0a0;text-shadow:0 0 6px rgba(127,224,160,.4);pointer-events:none}.cctv-osd-top{top:10px}.cctv-osd-bottom{bottom:10px}.cctv-rec{color:#ff5e57;animation:cctv-blink 1.2s steps(1) infinite}@keyframes cctv-blink{50%{opacity:.2}}.cctv-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 2px,transparent 4px)}.cctv-map{position:relative;z-index:1;width:100%;height:auto;display:block}.cctv-room rect,.cctv-room{fill:#18202b;stroke:#45566a;stroke-width:1.5}.cctv-room--victim{fill:#241d2b;stroke:#6a5570}.cctv-hall{fill:#10161e;stroke:#3a4858;stroke-width:1.2}.cctv-door rect{fill:#2b3543;stroke:#55657a;stroke-width:1}.cctv-room-label text{fill:#c3cdda;font-size:12px;font-weight:700;text-anchor:middle}.cctv-map-note{fill:#8a98aa;font-size:10px;text-anchor:middle}.cctv-wall{fill:url(#cctvWall);stroke:#4a5a6e;stroke-width:1}.cctv-wall-label{fill:#7d8a9c;font-size:9px;font-weight:700;text-anchor:middle}.cctv-map-cam{fill:#e6e9ef;font-size:9px;font-weight:700;text-anchor:middle}.cctv-marker{cursor:pointer}.cctv-marker.got{cursor:default}.cctv-marker-dot{fill:#4a90e2;stroke:#fff;stroke-width:1.5}.cctv-marker.got .cctv-marker-dot{fill:#5cb85c}.cctv-marker-glyph{fill:#fff;font-size:11px;font-weight:700;text-anchor:middle}.cctv-marker-label{fill:#e6e9ef;font-size:10px;font-weight:700;text-anchor:middle;paint-order:stroke;stroke:#0b0f14;stroke-width:2.5px}.cctv-marker-ping{fill:#4a90e259;transform-origin:center;animation:cctv-ping 1.6s ease-out infinite}@keyframes cctv-ping{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.5);opacity:0}}.cctv-scene-desc{color:#cdd6e2;font-size:.86rem;line-height:1.55;margin:12px 2px 0}.cctv-minutebar{margin-top:10px;margin-bottom:4px;padding-top:10px;border-top:1px dashed #333b48}.cctv-clue-panel{margin-top:12px;background:#1a2330;border:1px solid #33506e;border-left:3px solid #3aa0e6;border-radius:8px;padding:12px 14px}.cctv-clue-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-weight:700;color:#e6edf6;font-size:.92rem}.cctv-clue-code{font-family:monospace;color:#3aa0e6}.cctv-clue-person{font-size:.7rem;font-weight:700;background:#2a3340;color:#9fc7e6;border-radius:9px;padding:1px 8px}.cctv-clue-x{margin-left:auto;background:none;border:none;color:#8a98aa;cursor:pointer;font-size:.9rem}.cctv-clue-detail{margin:8px 0 0;font-size:.85rem;line-height:1.6;color:#c8d2de}.cctv-flash{margin-top:12px;padding:10px 12px;border-radius:8px;font-size:.85rem;line-height:1.45}.cctv-flash.ok{background:#5cb85c26;border:1px solid rgba(92,184,92,.5);color:#aee5b0}.cctv-flash.no{background:#d9534f26;border:1px solid rgba(217,83,79,.5);color:#f0b3b0}.cctv-help{margin:12px 0 0;font-size:.74rem;color:#9aa4b4;text-align:center}.evidence-person--unknown{background:#a56ec82e!important;color:#c79fe0!important;border:1px dashed rgba(165,110,200,.6)}.attr-box{margin-top:16px;border-radius:10px;padding:14px 16px;font-size:.88rem;line-height:1.55}.attr-box--locked{background:#a56ec81a;border:1px solid rgba(165,110,200,.45)}.attr-title{font-weight:700;color:#c79fe0;margin-bottom:6px}.attr-desc{margin:0 0 12px;color:#cdd6e2}.attr-form{display:flex;gap:8px}.attr-form input{flex:1;background:#1b2029;border:1px solid #3c4554;border-radius:8px;color:#e6e9ef;padding:9px 12px;font-size:.95rem;letter-spacing:.12em}.attr-form input:focus{outline:none;border-color:#a56ec8}.attr-error{margin:10px 0 0;color:#f0b3b0;font-size:.82rem}.attr-box--revealed{background:#5cb85c1f;border:1px solid rgba(92,184,92,.5);color:#aee5b0}.hint-lock{opacity:.5;border-left-color:#ffffff26}.hint-lock--open{opacity:1;border-left-color:#4a90e2bf}.hint-lock-badge{font-size:.72rem;font-weight:400;color:#9aa4b4;margin-left:6px;letter-spacing:0;text-transform:none}.hint-lock-text{color:#9aa4b4;font-style:italic}.chip-list{display:flex;flex-wrap:wrap;gap:10px}.chip{border:1px solid #333b48;background:#161a21;color:#9aa4b4;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:600;letter-spacing:.02em;transition:background .12s ease,transform .1s ease,border-color .12s ease}.chip:hover{background:#333b48;border-color:#3c4554;color:#e6e9ef;transform:translateY(-1px)}.chip--victim{border-color:#d9534f8c;background:#d9534f1f;color:#d9534f}.chip--victim:hover{background:#c8323cb3;border-color:#c8323cbf;color:#fff}.person-photo{position:relative;flex-shrink:0;border-radius:50%;overflow:hidden;background:#2b323f;border:1px solid #333b48;display:flex;align-items:center;justify-content:center;color:#4a90e2;font-weight:700}.person-photo img{width:100%;height:100%;object-fit:cover;display:block}.person-photo--sm{width:24px;height:24px;font-size:.8rem}.person-photo--lg{width:220px;height:260px;border-radius:16px;font-size:4.5rem}.person-photo--victim{background:#d9534f1f;border-color:#d9534f73;color:#d9534f}.person-photo-wrap{display:flex;justify-content:center;margin-bottom:18px}.chip{display:inline-flex;align-items:center;gap:8px}.person-fields{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.person-field{display:flex;gap:10px;align-items:baseline}.person-field-label{font-size:.78rem;font-weight:700;color:#4a90e2;min-width:60px;text-transform:uppercase;letter-spacing:.05em}.person-field-value{color:#e6e9ef;line-height:1.5}.confirm-panel{max-width:360px;text-align:center;padding:32px 28px}.confirm-message{margin:0 0 24px;color:#e6e9ef;line-height:1.6;font-size:1rem}.confirm-actions{display:flex;gap:12px;justify-content:center}.confirm-ok{background:linear-gradient(135deg,#a82020,#c0392b)}.confirm-cancel{background:#222834;border:1px solid #3c4554;color:#e6e9ef}.camera-modal{background:#222834;border:1px solid #333b48;border-radius:24px;overflow:hidden;width:min(480px,96vw);box-shadow:0 30px 80px #0000008c;animation:slideUp .2s ease}.camera-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #333b48}.camera-modal-title{font-size:.9rem;color:#9aa4b4}.camera-viewport{position:relative;width:100%;aspect-ratio:4 / 3;background:#000;overflow:hidden}.camera-viewport video{width:100%;height:100%;object-fit:cover;display:block}.scan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.scan-line{position:absolute;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(220,60,50,.85),transparent);animation:scanMove 2s ease-in-out infinite;border-radius:1px}@keyframes scanMove{0%{top:15%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:85%;opacity:0}}.scan-guide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52%;aspect-ratio:1;pointer-events:none;border:2px solid rgba(220,60,50,.5);border-radius:12px;box-shadow:0 0 0 9999px #00000059}.tab-list{display:flex;gap:8px;border-bottom:1px solid #333b48;overflow-x:auto;padding-bottom:0}.tab-button{padding:10px 16px;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;font-size:.95rem;transition:transform .12s ease,box-shadow .12s ease;white-space:nowrap;box-shadow:0 2px 8px #4a90e24d}.tab-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a90e266}.tab-button.active{background:#357abd;box-shadow:0 4px 12px #4a90e280}.evidence-tabs .tab-button{padding:6px 12px;font-size:.85rem;font-weight:500;background:#161a21;color:#9aa4b4;border:1px solid #333b48}.evidence-tabs .tab-button:hover{background:#333b48;color:#e6e9ef}.evidence-tabs .tab-button.active{background:#333b48;color:#e6e9ef;border-color:#3c4554}@keyframes tabSparkle{0%{box-shadow:none}15%{box-shadow:0 0 0 3px #fac400d9,0 0 16px 5px #fac4008c}30%{box-shadow:none}48%{box-shadow:0 0 0 3px #fac400a6,0 0 12px 4px #fac40066}63%{box-shadow:none}78%{box-shadow:0 0 0 2px #fac40066,0 0 8px 2px #fac40040}to{box-shadow:none}}.evidence-tabs .tab-button--sparkle{animation:tabSparkle 5s ease-out forwards}.evidence-item--locked{cursor:not-allowed}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#1a1a1a;color:#fff;padding:12px 20px;border-radius:18px;box-shadow:0 8px 28px #00000040;z-index:2000;max-width:calc(100vw - 32px);flex-wrap:wrap;justify-content:center;text-align:center;animation:toastIn .25s ease,toastOut .4s ease 3.6s forwards}.toast-label{font-size:.78rem;font-weight:700;color:#fac400e6;letter-spacing:.04em}.toast-title{font-size:.9rem;font-weight:500}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(8px)}}@media (max-width: 960px){.grid-2,.grid-3{grid-template-columns:1fr}}.admin-bar{margin-top:1.5rem;padding:14px 16px;border:1px dashed #c0392b;border-radius:10px;background:#c0392b0f}.admin-bar-title{font-weight:800;color:#c0392b;font-size:.9rem;margin-bottom:10px}.admin-bar-buttons{display:flex;flex-wrap:wrap;gap:8px}.admin-bar-note{margin-top:10px;font-size:.78rem;color:#8a857c}.admin-bar-note code{background:#f1f0ec;border:1px solid #e0ddd6;border-radius:3px;padding:1px 5px;font-family:monospace}.admin-bar-subtitle{font-size:.8rem;font-weight:700;color:#c0392b;margin:4px 0 8px}.admin-bar-toggle{margin-top:14px;width:100%;text-align:left;background:#c0392b1f;border:1px solid rgba(192,57,43,.4);color:#e6b0aa;border-radius:8px;padding:9px 12px;font-size:.84rem;font-weight:700;cursor:pointer}.admin-bar-toggle:hover{background:#c0392b33}.admin-clue-manual{margin-top:10px;max-height:340px;overflow-y:auto;padding:2px}.admin-clue-help{margin:0 0 12px;font-size:.76rem;color:#9aa4b4;line-height:1.55}.admin-clue-group{margin-bottom:12px}.admin-clue-person{position:sticky;top:0;z-index:1;background:#1c1716;font-size:.82rem;font-weight:800;color:#e6e9ef;padding:3px 0;margin-bottom:6px}.admin-clue-person span{color:#9aa4b4;font-weight:600}.admin-clue-list{display:flex;flex-wrap:wrap;gap:6px}.admin-clue-chip{border:1px solid #3c4554;background:#222834;color:#cdd6e2;border-radius:8px;padding:6px 10px;font-size:.78rem;cursor:pointer;text-align:left;max-width:100%;white-space:normal;transition:background .12s ease,border-color .12s ease}.admin-clue-chip:hover{background:#2f3a4a;border-color:#4a90e2}.admin-clue-chip--have{opacity:.55;cursor:default;border-color:#5cb85c80;color:#9cc79c}.admin-bar-reset{margin-top:14px;display:flex;justify-content:flex-end;border-top:1px dashed rgba(192,57,43,.35);padding-top:12px}.gamsik-lock{text-align:center;padding:18px 10px 6px}.gamsik-lock-icon{font-size:2rem}.gamsik-lock-desc{font-size:.85rem;color:#6b6760;margin:8px 0 14px;line-height:1.6}.gamsik-lock-admin{font-size:.85rem;color:#1b5fae;background:#e6f0ff;border:1px dashed #1b5fae;border-radius:8px;padding:8px 12px;margin:0 0 14px}.gamsik-lock-admin strong{font-size:1.05rem;letter-spacing:.15em}.gamsik-lock-form{display:flex;gap:8px;justify-content:center}.gamsik-lock-form input{max-width:160px;text-align:center;letter-spacing:.2em}.gamsik-lock-err{color:#c0392b;font-size:.8rem;margin-top:8px}.gamsik-lock-tries{color:#e0a23c;font-size:.8rem;font-weight:700;margin-top:6px}.person-chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px;margin-bottom:6px;-webkit-overflow-scrolling:touch}.person-chips::-webkit-scrollbar{height:4px}.person-chips::-webkit-scrollbar-thumb{background:#3c4554;border-radius:999px}.person-chip{flex:0 0 auto;border:1px solid #3c4554;background:#222834;color:#c3cdda;padding:5px 12px;border-radius:999px;font-size:.8rem;cursor:pointer;white-space:nowrap;transition:background .12s ease,color .12s ease}.person-chip.active,.person-chip:hover{background:#4a90e2;color:#fff}.modal-image-zoom-hint{position:absolute;bottom:8px;right:8px;display:inline-flex;align-items:center;gap:3px;background:#0000008c;color:#fff;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:999px;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:16px;cursor:zoom-out;animation:fadeIn .18s ease}.lightbox-img{max-width:96vw;max-height:92vh;max-height:92dvh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #0009;touch-action:pinch-zoom}.lightbox-close{position:fixed;top:18px;right:18px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#00000080;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3001}.lightbox-close:hover{background:#fff3}.lightbox-hint{position:fixed;bottom:20px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.8rem;pointer-events:none}
