:root{--blue:#155eef;--ink:#17202e;--muted:#667085;--line:#e4e7ec;--bg:#f5f7fb;--white:#fff}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}body.modal-open{overflow:hidden}
.topbar{min-height:74px;padding:10px max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--white);border-bottom:1px solid var(--line)}.topbar>div:first-child{display:flex;flex-direction:column}.topbar span{font-size:12px;color:var(--muted)}.topbar-actions{display:flex;align-items:center;gap:16px}a{color:var(--blue);text-decoration:none}
.container{max-width:1180px;margin:28px auto;padding:0 20px}.filters{display:flex;align-items:end;gap:14px;margin-bottom:20px}.filters label,.login-card label,.protocol-filters label{display:grid;gap:6px;font-weight:600;font-size:13px}select,input{min-width:180px;padding:11px 12px;border:1px solid #cfd4dc;border-radius:8px;background:#fff;color:var(--ink);font:inherit}button{padding:11px 18px;border:0;border-radius:8px;background:var(--blue);color:#fff;font:600 14px inherit;cursor:pointer}button:hover{filter:brightness(.96)}.button-secondary{padding:9px 14px;background:#eef4ff;color:#1849a9;border:1px solid #c7d7fe}.button-muted{background:#eef0f3;color:#344054;white-space:nowrap}
.notice{margin-bottom:20px;padding:13px 15px;border:1px solid;border-radius:10px;font-weight:600}.notice-success{border-color:#a6f4c5;background:#ecfdf3;color:#067647}.notice-error{border-color:#fecdca;background:#fef3f2;color:#b42318}.customer-protocol-panel{margin-top:36px;margin-bottom:20px;padding:0;overflow:hidden}.customer-protocol-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px}.customer-protocol-toggle-row h2{margin:0;font-size:17px}.customer-protocol-toggle-row p{margin:3px 0 0;color:var(--muted);font-size:12px}.customer-protocol-toggle{display:flex;align-items:center;justify-content:center;gap:9px;min-width:118px;padding:8px 12px;background:#eef4ff;color:#1849a9;border:1px solid #c7d7fe}.customer-protocol-chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease}.customer-protocol-panel.is-open .customer-protocol-chevron{transform:rotate(225deg) translate(-2px,-2px)}.customer-protocol-content{max-height:0;overflow:hidden;border-top:1px solid transparent;transition:max-height .35s ease,border-color .2s ease}.customer-protocol-panel.is-open .customer-protocol-content{border-top-color:var(--line)}.customer-protocol-content-inner{padding:18px 20px 20px}.customer-protocol-search{display:grid;gap:6px;max-width:480px;font-weight:600;font-size:13px}.customer-protocol-search input{width:100%;min-width:0}.customer-protocol-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:420px;margin-top:15px;padding-right:5px;overflow-y:auto;overscroll-behavior:contain}.customer-protocol-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.customer-protocol-item[hidden]{display:none}.customer-protocol-item>div{min-width:0}.customer-protocol-item strong,.customer-protocol-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-protocol-item span{margin-top:2px;color:var(--muted);font-size:12px}.customer-protocol-item form{flex:0 0 auto}.button-danger{padding:9px 13px;border:1px solid #f04438;background:#d92d20;color:#fff}.button-danger:hover{background:#b42318}.customer-protocol-no-results{margin:18px 0 0;padding:14px;border-radius:9px;background:#f8fafc;color:var(--muted);text-align:center}.customer-protocol-hint{margin:13px 0 0;color:var(--muted);font-size:12px}
.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cards article,.panel,.login-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 3px 12px #1018280a}.cards article{padding:19px}.cards span{display:block;color:var(--muted);font-size:13px}.cards strong{display:block;margin-top:7px;font-size:30px}.panel{margin-top:20px;padding:20px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px}.panel h2{font-size:18px;margin:0}.panel-head span{color:var(--muted);font-size:13px}.chart{min-height:200px;display:flex;align-items:end;gap:8px;padding:24px 4px 0;overflow-x:auto;border-bottom:1px solid var(--line)}.bar-item{min-width:34px;display:flex;flex-direction:column;align-items:center}.bar{width:24px;background:linear-gradient(#4b8af7,#155eef);border-radius:6px 6px 0 0}.bar-value{font-size:11px;color:var(--muted)}.bar-item small{font-size:10px;padding:5px 0;color:var(--muted)}
.live-panel{border-color:#b7e4c7;background:linear-gradient(135deg,#fff 0%,#f2fff7 100%)}.live-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.live-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.live-head label{display:grid;gap:5px;font-size:12px;font-weight:600}.live-title-row{display:flex;align-items:center;gap:10px}.live-title-row h2{margin:0;font-size:20px}.live-count{padding:5px 10px;border-radius:20px;background:#dcfae6;color:#067647;font-size:13px}.live-pulse{width:11px;height:11px;border-radius:50%;background:#17b26a;box-shadow:0 0 0 0 rgba(23,178,106,.5);animation:live-pulse 1.8s infinite}@keyframes live-pulse{70%{box-shadow:0 0 0 8px rgba(23,178,106,0)}100%{box-shadow:0 0 0 0 rgba(23,178,106,0)}}.live-meta{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;border-top:1px solid #d1fadf;color:var(--muted);font-size:12px}.live-refresh{padding:7px 11px}.live-visitors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.live-visitor{padding:15px;border:1px solid var(--line);border-radius:11px;background:#fff}.live-visitor-top,.live-times{display:flex;justify-content:space-between;gap:12px}.live-visitor-top span,.live-times{color:var(--muted);font-size:12px}.live-page{display:grid;gap:2px;margin-top:10px}.live-page strong,.live-page span,.live-action span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-page span{color:var(--blue);font-size:12px}.live-action{display:grid;grid-template-columns:auto 1fr;gap:7px;margin-top:10px;padding:8px;border-radius:7px;background:#f8fafc;font-size:12px}.live-action-muted{display:block;color:var(--muted)}.live-action-button{width:100%;margin-top:10px;padding:8px 11px;background:#eef4ff;color:#1849a9;border:1px solid #c7d7fe}.live-times{margin-top:10px}
.table-wrap{overflow:auto;margin-top:15px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-top:1px solid var(--line);vertical-align:top}th{color:var(--muted);font-size:12px}.url{max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nowrap{white-space:nowrap}.badge{display:inline-block;background:#eef4ff;color:#1849a9;padding:4px 8px;border-radius:20px;font-size:12px;white-space:nowrap}.login-page{min-height:100vh;display:grid;place-items:center}.login-card{width:min(420px,calc(100% - 32px));padding:30px}.login-card h1{margin:0 0 4px}.login-card form{display:grid;gap:18px;margin-top:24px}.login-card input{width:100%}.error{padding:10px;border-radius:8px;background:#fff0f0;color:#b42318}.empty{color:var(--muted)}
.protocol-modal[hidden]{display:none}.protocol-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.protocol-backdrop{position:absolute;inset:0;background:rgba(12,18,28,.78);backdrop-filter:blur(3px)}.protocol-dialog{position:relative;width:min(1500px,100%);height:min(88vh,900px);display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.3);overflow:hidden}.protocol-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid var(--line)}.protocol-head h2{margin:0;font-size:21px}.protocol-head p{margin:3px 0 0;color:var(--muted);font-size:13px}.protocol-close{flex:0 0 42px;width:42px;height:42px;padding:0;border-radius:50%;background:#eef0f3;color:#344054;font-size:28px;font-weight:400;line-height:1}.protocol-filters{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr)) minmax(230px,1.5fr) auto;align-items:end;gap:12px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid var(--line)}.protocol-filters select,.protocol-filters input{width:100%;min-width:0}.protocol-resultbar{display:flex;justify-content:space-between;gap:20px;padding:10px 24px;color:var(--muted);font-size:12px}.protocol-resultbar strong{color:var(--ink)}.protocol-table-wrap{flex:1;margin:0;padding:0 24px 24px;overflow:auto}.protocol-table{min-width:1300px}.protocol-table thead{position:sticky;top:0;z-index:1;background:#fff}.protocol-table .url{max-width:260px}.live-action-table{min-width:1450px}.live-action-table td{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protocol-no-results{margin:30px;text-align:center;color:var(--muted)}
@media(max-width:1100px){.cards{grid-template-columns:repeat(3,1fr)}.protocol-filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.cards{grid-template-columns:repeat(2,1fr)}.filters{align-items:stretch;flex-direction:column}.filters select,.filters button{width:100%}.topbar{padding:10px 20px}.url{max-width:220px}.customer-protocol-list{grid-template-columns:1fr}.live-head{flex-direction:column}.live-head label,.live-head select{width:100%}.live-visitors{grid-template-columns:1fr}.protocol-modal{padding:10px}.protocol-dialog{height:calc(100vh - 20px);border-radius:12px}.protocol-filters{grid-template-columns:1fr 1fr;padding:14px}.protocol-head{padding:16px}.protocol-resultbar{padding:10px 14px}.protocol-table-wrap{padding:0 14px 14px}}@media(max-width:560px){.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;align-items:stretch;flex-direction:column;gap:8px}.topbar-actions a{text-align:center}.cards{grid-template-columns:1fr 1fr;gap:10px}.cards article{padding:14px}.cards strong{font-size:24px}.panel{padding:14px}.customer-protocol-panel{margin-top:28px;padding:0}.customer-protocol-toggle-row{align-items:stretch;flex-direction:column;padding:15px}.customer-protocol-toggle{width:100%}.customer-protocol-content-inner{padding:15px}.customer-protocol-list{max-height:360px}.customer-protocol-item{align-items:stretch;flex-direction:column}.customer-protocol-item form,.customer-protocol-item button{width:100%}.live-title-row{align-items:flex-start;flex-wrap:wrap}.live-meta{align-items:flex-start;flex-direction:column;gap:8px}.live-refresh{width:100%}.live-visitor-top,.live-times{flex-direction:column;gap:2px}.protocol-filters{grid-template-columns:1fr}.protocol-resultbar{align-items:flex-start;flex-direction:column;gap:2px}}
