:root{--ink:#1c1917;--paper:#fafaf9;--line:#e7e5e4;--accent:#0f766e;--accent-dark:#115e59;--danger:#b91c1c;--muted:#78716c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,system-ui,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}a{color:var(--accent)}.theater{min-height:100dvh;background:#0c0a09;color:#fafaf9;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.theater h1{font-size:18px;font-weight:600;letter-spacing:.08em;margin-bottom:20px;color:#d6d3d1}.player-wrap{width:100%;max-width:560px;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}.player-wrap iframe{width:100%;height:100%;border:0}.play-button{margin-top:8px;width:100%;max-width:560px;aspect-ratio:16/9;border-radius:12px;border:1px solid #292524;background:radial-gradient(circle at center,#1c1917 0,#0c0a09 100%);color:#fafaf9;font-size:17px;font-weight:600;flex-direction:column;gap:12px;cursor:pointer}.play-button,.play-button .circle{display:flex;align-items:center;justify-content:center}.play-button .circle{width:64px;height:64px;border-radius:50%;background:var(--accent);font-size:24px}.status-note{margin-top:16px;font-size:13px;color:#a8a29e;line-height:1.7}.error-box{max-width:420px}.error-box h1{font-size:20px;margin-bottom:12px;color:#fafaf9}.error-box p{font-size:14px;color:#a8a29e;line-height:1.9}.admin{max-width:880px;margin:0 auto;padding:32px 20px 80px}.admin-header{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--ink);padding-bottom:12px;margin-bottom:28px}.admin-header .brand{font-size:14px;font-weight:700;letter-spacing:.12em}.admin h1{font-size:22px;margin-bottom:6px}.admin h2{font-size:16px;margin:32px 0 12px;padding-left:10px;border-left:4px solid var(--accent)}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:16px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;margin-bottom:12px}.card .row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.card .title{font-weight:600;font-size:15px}.meta{font-size:12.5px;color:var(--muted);margin-top:4px;line-height:1.7}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:8px}.stat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px}.stat .num{font-size:26px;font-weight:700}.stat .label{font-size:12px;color:var(--muted)}form.stack{display:grid;grid-gap:10px;gap:10px}label.field{display:grid;grid-gap:4px;gap:4px;font-size:13px;font-weight:600}label.field span.hint{font-weight:400;color:var(--muted);font-size:12px}input,select,textarea{font:inherit;padding:9px 11px;border:1px solid #d6d3d1;border-radius:8px;background:#fff;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.grid2{grid-template-columns:1fr 1fr;grid-gap:10px}.grid2,.grid3{display:grid;gap:10px}.grid3{grid-template-columns:1fr 1fr 1fr;grid-gap:10px}@media (max-width:560px){.grid2,.grid3{grid-template-columns:1fr}}button.primary{font:inherit;font-weight:600;color:#fff;background:var(--accent);border:0;border-radius:8px;padding:10px 18px;cursor:pointer}button.primary:hover{background:var(--accent-dark)}button.ghost{font:inherit;font-size:13px;color:var(--danger);background:none;border:1px solid var(--line);border-radius:8px;padding:6px 12px;cursor:pointer}.url-box{font-family:ui-monospace,Menlo,monospace;font-size:12.5px;background:#f5f5f4;border:1px dashed #d6d3d1;border-radius:8px;padding:10px;word-break:break-all}.badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#ccfbf1;color:var(--accent-dark)}.badge.off{background:#f5f5f4;color:var(--muted)}.login-wrap{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{width:100%;max-width:360px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px}.login-card h1{font-size:18px;margin-bottom:18px}.notice{font-size:13px;color:var(--danger);margin-top:8px}.admin-wide{max-width:1160px}.two-col{display:grid;grid-template-columns:360px 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:860px){.two-col{grid-template-columns:1fr}}.two-col h2:first-child,.two-col section>h2:first-of-type{margin-top:0}.tbl-wrap{background:#fff;border:1px solid var(--line);border-radius:10px;overflow-x:auto}.tbl{width:100%;border-collapse:collapse;font-size:13.5px}.tbl th{text-align:left;font-size:12px;color:var(--muted);font-weight:600;padding:10px 12px;background:#fafaf9;white-space:nowrap}.tbl td,.tbl th{border-bottom:1px solid var(--line)}.tbl td{padding:11px 12px;vertical-align:middle}.tbl tr:last-child td{border-bottom:0}.tbl tr:hover td{background:#fafaf9}.row-deleted td{opacity:.4}.row-deleted a{color:var(--muted)}.badge.work{background:#fef3c7;color:#92400e}.badge.deleted{background:#e7e5e4;color:#78716c}textarea{resize:vertical}.danger-area{margin-top:20px}.link-danger{background:none;border:0;padding:0;font:inherit;font-size:13px;color:var(--danger);text-decoration:underline;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:rgba(28,25,23,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:440px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.modal h3{font-size:17px;color:var(--danger);margin-bottom:10px}.modal-text{font-size:13.5px;line-height:1.9;margin-bottom:10px}.danger-solid{font:inherit;font-weight:600;color:#fff;background:var(--danger);border:0;border-radius:8px;padding:10px 18px;cursor:pointer}.danger-solid:disabled{background:#d6d3d1;cursor:not-allowed}.geo-picker{display:grid;grid-gap:8px;gap:8px}.geo-map{border:1px solid var(--line);border-radius:10px;overflow:hidden;height:260px}.geo-map iframe{width:100%;height:100%;border:0}.custom-page{min-height:100dvh;display:flex;justify-content:center}.custom-inner{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center;padding:20px 16px 32px;gap:18px;text-align:center}.custom-title{line-height:1.8;letter-spacing:.02em}.notice-box{width:100%;border-radius:10px;padding:16px 14px;text-align:left}.notice-box h2{font-size:13.5px;font-weight:700;margin-bottom:8px}.notice-box p{line-height:2;white-space:pre-wrap}.custom-logo{margin-top:4px}.custom-copyright{font-size:11px;opacity:.75}.player-shell{display:flex;flex-direction:column;gap:8px}.vimeo-controls{display:flex;align-items:center;border-radius:999px;padding:8px 14px}.vimeo-controls button{background:none;border:0;color:#fff;font-size:16px;cursor:pointer;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%}.vimeo-controls button:active{background:hsla(0,0%,100%,.15)}.vimeo-controls input[type=range]{flex:1 1;accent-color:#fff;padding:0}.rule-edit{margin-top:10px;border-top:1px dashed var(--line);padding-top:10px}.rule-edit summary{font-size:13px;color:var(--accent-dark);cursor:pointer;font-weight:600}.debug-panel{width:100%;margin-top:8px;padding:10px 12px;border-radius:8px;background:rgba(255,235,59,.92);color:#1c1917;text-align:left;font-family:ui-monospace,Menlo,monospace;font-size:11.5px;line-height:1.9}.debug-panel a{color:#b45309;font-weight:700}.btn-loading{display:inline-flex;align-items:center;gap:8px}.spinner{width:14px;height:14px;border-radius:50%;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}button.primary:disabled{opacity:.75;cursor:wait}.qr-details summary{font-size:12.5px;color:var(--accent-dark);cursor:pointer;font-weight:600;text-align:center}.qr-details[open] summary{margin-bottom:8px}.card.rule-card{background:#f0faf6;border-color:#c9ecdd}.bg-layer{position:absolute;inset:-24px;background-size:cover;background-position:50%;z-index:0;pointer-events:none}.preview-frame{position:relative;width:280px;margin:0 auto;border:8px solid #1c1917;border-radius:26px;overflow:hidden;min-height:480px}.preview-bg{position:absolute;inset:-16px;background-size:cover;background-position:50%}.preview-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;text-align:center}.preview-player{width:55%;aspect-ratio:9/16;border-radius:10px;background:rgba(0,0,0,.65);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;border:1px solid hsla(0,0%,100%,.25)}.preview-title{font-size:11px;font-weight:700;line-height:1.7}.preview-notice{width:100%;background:#fff;color:#333;border-radius:8px;padding:8px;font-size:8.5px;line-height:1.8;text-align:left;max-height:110px;overflow:hidden}.preview-notice span{white-space:pre-wrap;display:block}.preview-copy{font-size:8px;opacity:.75}.admin-footer{margin-top:56px;border-top:1px solid var(--line);padding:20px 0 8px;text-align:center;font-size:12px;color:var(--muted);line-height:1.9}.two-col-rev{display:grid;grid-template-columns:1fr 320px;grid-gap:24px;gap:24px;align-items:start}@media (max-width:960px){.two-col-rev{grid-template-columns:1fr}}.two-col-rev section>h2:first-of-type{margin-top:0}.preview-side{position:-webkit-sticky;position:sticky;top:16px}.preview-side h2{margin-top:0}.preview-side .preview-frame{width:100%;max-width:280px}.chip-row{display:inline-flex;gap:4px;margin-left:6px;flex-wrap:wrap;vertical-align:middle}.chip{font-size:10px;font-weight:700;padding:1px 7px;border-radius:999px;background:#e0f2ec;color:var(--accent-dark);white-space:nowrap}.tbl .qr-details summary{text-align:left}.help-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:6px;vertical-align:middle;border-radius:50%;border:1.5px solid var(--accent);background:#fff;color:var(--accent-dark);font-size:11px;font-weight:700;cursor:pointer;line-height:1}.help-icon:hover{background:#e0f2ec}.play-overlay{position:absolute;inset:0;z-index:2;flex-direction:column;gap:12px;background:rgba(0,0,0,.55);border:0;color:#fafaf9;font-size:17px;font-weight:600;cursor:pointer}.play-overlay,.play-overlay .circle{display:flex;align-items:center;justify-content:center}.play-overlay .circle{width:64px;height:64px;border-radius:50%;background:var(--accent);font-size:24px}.url-share-card{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.custom-inner{max-width:320px;padding:10px 10px 14px;gap:20px}.custom-title{font-size:15px;font-weight:700;line-height:1.6;letter-spacing:0}.notice-box{border-radius:4px;padding:12px}.notice-box h2{font-size:12.5px;margin-bottom:6px}.notice-box p{font-size:12px;line-height:1.9}.custom-copyright{font-size:10px;opacity:1}.custom-logo{margin-top:0}.player-shell{gap:0}.player-wrap{border-radius:4px}.vimeo-controls{position:absolute;left:0;right:0;bottom:0;z-index:1;height:28px;border-radius:0;background:rgba(0,0,0,.55);padding:0 8px;gap:8px}.vimeo-controls button{width:24px;height:24px;font-size:13px}.vimeo-controls input[type=range]{accent-color:#00adef;height:3px}.pv320{position:relative;width:320px;margin:0 auto;overflow:hidden;border:1px solid var(--line)}.pv-bg{position:absolute;inset:-16px;background-size:cover;background-position:50%}.pv-content{z-index:1;flex-direction:column;gap:20px;padding:10px 10px 14px;text-align:center}.pv-content,.pv-player{position:relative;display:flex;align-items:center}.pv-player{width:100%;aspect-ratio:300/464;border-radius:4px;overflow:hidden;background:linear-gradient(160deg,#3d3d3d,#171717);justify-content:center;color:hsla(0,0%,100%,.35);font-size:12px}.pv-bar{position:absolute;left:0;right:0;bottom:0;height:28px;background:rgba(0,0,0,.55);display:flex;align-items:center;gap:8px;padding:0 8px}.pv-bar svg{flex-shrink:0}.pv-track{flex:1 1;height:3px;background:hsla(0,0%,100%,.35);border-radius:2px;position:relative}.pv-fill{position:absolute;left:0;top:0;bottom:0;width:22%;background:#00adef;border-radius:2px}.pv-title{font-size:15px;font-weight:700;line-height:1.6}.pv-notice{width:100%;background:#fff;color:#333;border-radius:4px;padding:12px;line-height:1.9;text-align:left}.pv-notice b{display:block;font-size:12.5px;margin-bottom:6px}.pv-notice span{white-space:pre-wrap}.pv-copy{font-size:10px}.two-col-rev{grid-template-columns:1fr 380px}.preview-side .card{padding:14px}.color-square{position:relative;width:100%;height:180px;border-radius:8px;cursor:crosshair;touch-action:none}.color-cursor{position:absolute;width:16px;height:16px;border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px rgba(0,0,0,.5);pointer-events:none}.hue-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:12px;border-radius:6px;outline:none;padding:0;border:0;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.hue-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #d6d3d1;box-shadow:0 1px 3px rgba(0,0,0,.35);cursor:pointer}.hue-range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #d6d3d1;cursor:pointer}.hex-row{display:flex;gap:8px;align-items:center}.hex-chip{background:#f5f5f4;border-radius:8px;padding:9px 12px;font-size:12.5px;font-weight:700;color:#57534e}.swatch{width:40px;height:40px;border-radius:8px;border:1px solid var(--line);flex-shrink:0}.img-row{display:flex;align-items:center;gap:10px}.btn-blue{background:#2563eb;color:#fff;border:0;border-radius:8px;padding:9px 16px;font:inherit;font-weight:600;font-size:13px;cursor:pointer}.btn-blue:hover{background:#1d4ed8}.btn-del{background:#fee2e2;color:#dc2626;border:0;border-radius:8px;padding:9px 16px;font:inherit;font-weight:600;font-size:13px;cursor:pointer}.btn-del:hover{background:#fecaca}.range-head{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;font-weight:600}.range-head .val{color:var(--muted);font-weight:400;font-size:12px}input[type=range].plain{accent-color:#2563eb;padding:0;border:0}.geo-map{position:relative}.geo-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:2px solid var(--accent);background:rgba(15,118,110,.15);border-radius:50%;pointer-events:none}.pv-notice,.pv-notice b{font-size:12pt}.pv-player img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hd-nav{display:flex;gap:16px;font-size:13px;align-items:baseline}.hd-nav a{font-weight:600;text-decoration:none}.hd-nav a:hover{text-decoration:underline}.pv-notice,.pv-notice b{font-size:12px}.pv-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.link-pv{background:none;border:0;padding:4px 0 0;font:inherit;font-size:12.5px;font-weight:700;text-decoration:underline}.add-rule-btn,.link-pv{color:var(--accent-dark);cursor:pointer}.add-rule-btn{width:100%;padding:14px;margin-top:6px;border:2px dashed var(--accent);border-radius:10px;background:#f0faf6;font:inherit;font-size:14px;font-weight:700}.add-rule-btn:hover{background:#e0f2ec}.range-form{display:flex;align-items:center;gap:8px;margin:10px 0;flex-wrap:wrap}.range-form input[type=date]{width:auto}.range-form button{padding:8px 14px;font-size:12.5px}.chart-wrap{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;overflow-x:auto}.chart-svg{display:block;width:100%;min-width:480px;max-width:720px;height:auto}.chart-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px;font-size:11.5px;color:var(--muted)}.chart-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:4px;vertical-align:-1px}.update-banner{position:fixed;right:18px;bottom:18px;z-index:200;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.18);padding:12px 16px;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600}.update-banner button{padding:8px 14px;font-size:12.5px}.url-panel{background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;padding:18px 18px 8px;margin:16px 0 8px}.url-panel h2{background:#2563eb}.badge.len-std{background:#ccfbf1;color:var(--accent-dark)}.badge.len-short{background:#ede9fe;color:#6d28d9}.icon-btn{background:#fff;border:1px solid var(--line);border-radius:8px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent-dark)}.icon-btn:hover{background:#f0faf6}.csv-btn{background:#fff;border:1px solid var(--accent);border-radius:8px;color:var(--accent-dark);font:inherit;font-size:12.5px;font-weight:700;padding:7px 14px;cursor:pointer}.csv-btn:hover{background:#f0faf6}.help-wrap{position:relative;display:inline-block}.help-tip{position:absolute;left:-10px;top:145%;z-index:80;width:320px;max-width:76vw;background:#1c1917;color:#fafaf9;font-size:11.5px;font-weight:400;line-height:1.9;padding:10px 13px;border-radius:9px;white-space:pre-wrap;text-align:left;box-shadow:0 10px 26px rgba(0,0,0,.3)}.help-tip b{display:block;margin-bottom:4px;font-size:12px;color:#5eead4}.page-loading{min-height:60vh;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;color:var(--muted);font-size:13px}.spinner-lg{width:34px;height:34px;border-radius:50%;border:4px solid #e7e5e4;border-top:4px solid var(--accent);animation:spin .8s linear infinite;display:inline-block}.spinner-lg.light{border-color:#5eead4 hsla(0,0%,100%,.25) hsla(0,0%,100%,.25)}.chart-tip{position:fixed;z-index:90;pointer-events:none;background:#1c1917;color:#fafaf9;border-radius:8px;font-size:11.5px;line-height:1.8;padding:8px 11px;box-shadow:0 8px 20px rgba(0,0,0,.3);white-space:nowrap}.viewer-banner{width:100%;display:block}.viewer-banner img,img.viewer-banner{width:100%;height:auto;display:block;border-radius:4px}.pv-banner{width:100%;display:block}.pv-banner img,img.pv-banner{width:100%;height:auto;display:block;border-radius:4px}.notice-box h2{font-size:10.5px}.notice-box p,.pv-notice{font-size:10px}.pv-notice b{font-size:10.5px}.preview-side .pv320{margin:0}.two-col-rev{grid-template-columns:1fr minmax(240px,340px)}.custom-inner{max-width:98%;width:98%;padding:10px 0 14px}.url-panel h2{background:none;color:#2563eb;padding:0 0 4px;border-left:none;font-size:17px;font-weight:800;margin:6px 0 12px}.url-panel .help-icon{border-color:#2563eb;color:#2563eb}.url-panel .tbl td{padding:14px 12px}.url-panel .tbl th{padding:10px 12px}a.brand{color:var(--ink);text-decoration:none;letter-spacing:.1em;font-weight:700;font-size:12px}a.brand:hover{color:var(--accent-dark)}.h1-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:6px}.h1-row h1{margin-bottom:0}.edit-btn{background:#fff;border:1px solid var(--accent);border-radius:8px;color:var(--accent-dark);font:inherit;font-size:12.5px;font-weight:700;padding:7px 14px;cursor:pointer}.edit-btn:hover{background:#f0faf6}.card.rule-card.rule-high{background:#c9ecdd;border-color:#93d8bc}.card.rule-card.rule-mid{background:#e2f6ec;border-color:#c2ead7}.card.rule-card.rule-low{background:#f4fbf7;border-color:#ddf0e6}.card.rule-card.rule-rand{background:#f5f3ff;border-color:#ddd6fe}details.rule-item>summary.rule-summary{cursor:pointer;font-weight:700;font-size:14px;list-style-position:inside}details.rule-item[open]>summary.rule-summary{margin-bottom:8px}.rule-body{border-top:1px dashed rgba(0,0,0,.08);padding-top:8px}.chip.rand{background:#ede9fe;color:#6d28d9}.card.schema-notice{background:#fff7ed;border-color:#fed7aa;margin:12px 0 16px}.card.schema-notice p{margin:0 0 6px;font-size:13px;line-height:1.7}.card.schema-notice p:last-child{margin-bottom:0}.card.schema-notice code{background:#fff;border:1px solid #fed7aa;border-radius:4px;padding:1px 5px}.player-stage{position:absolute;inset:0}.player-wrap:-webkit-full-screen{width:100vw;height:100vh;max-width:none;aspect-ratio:auto!important;border-radius:0;background:#000}.player-wrap:-webkit-full-screen,.player-wrap:fullscreen{width:100vw;height:100vh;max-width:none;aspect-ratio:auto!important;border-radius:0;background:#000}.player-wrap:-webkit-full-screen .vimeo-controls{height:44px;padding:0 14px}.player-wrap:-webkit-full-screen .vimeo-controls,.player-wrap:fullscreen .vimeo-controls{height:44px;padding:0 14px}.player-wrap:-webkit-full-screen .vimeo-controls button{width:34px;height:34px}.player-wrap:-webkit-full-screen .vimeo-controls button,.player-wrap:fullscreen .vimeo-controls button{width:34px;height:34px}.custom-inner{max-width:94%;width:94%}.player-wrap.fs-rotate:-webkit-full-screen .player-stage{position:absolute;top:50%;left:50%;width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.player-wrap.fs-rotate:-webkit-full-screen .player-stage,.player-wrap.fs-rotate:fullscreen .player-stage{position:absolute;top:50%;left:50%;width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.help-icon.info-icon{font-size:10.5px;font-style:normal;font-family:Georgia,Times New Roman,serif}.help-tip.info-tip{width:260px}.field-head{gap:2px}.check-row,.field-head{display:flex;align-items:center}.check-row{gap:8px;font-weight:400}.check-row input[type=checkbox]{width:auto}.bg-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;align-items:start}@media (max-width:720px){.bg-grid{grid-template-columns:1fr}}.bg-grid .color-square{height:108px}.bg-grid .stack{gap:8px}.pick-label{font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:2px;margin-bottom:2px}.hex-row .hex-chip{padding:7px 10px;font-size:11.5px}.bg-grid .swatch{width:32px;height:32px}.bg-grid input{padding:7px 9px;font-size:12.5px}.pv-content{width:94%;margin:0 auto;padding:10px 0 14px}details.rule-item[open]{box-shadow:0 0 0 2px var(--accent) inset}.custom-title,.pv-title{white-space:pre-wrap}.rule-edit-form{margin-top:12px;border-top:1px dashed rgba(0,0,0,.12);padding-top:12px}.rule-delete-row{margin-top:14px;text-align:right}.pv-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;z-index:1}.sub-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:16px}@media (max-width:860px){.sub-grid{grid-template-columns:1fr}}.sub-grid h3{font-size:13px;font-weight:700;margin:0 0 8px;color:var(--accent-dark)}.stat .num.sm{font-size:18px}.range-form.top{margin:4px 0 14px}.fx-overlay{position:fixed;inset:0;z-index:80;pointer-events:none;opacity:1;transition:opacity .3s ease}.fx-overlay.fx-out{opacity:0}.fx-overlay svg{display:block;width:100%;height:100%}.fx-pick{display:grid;grid-template-columns:1fr 170px;grid-gap:14px;gap:14px;align-items:start}.fx-pick.fx-off{opacity:.5}.fx-list{display:flex;flex-direction:column;gap:6px}.fx-option{display:grid;grid-template-columns:16px 1fr;grid-gap:4px 8px;gap:4px 8px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:12.5px;font-weight:600;cursor:pointer;background:#fff}.fx-option.on{border-color:#0f766e;background:#f0fdfa}.fx-option input{width:auto;margin:0}.fx-option .fx-note{grid-column:2;font-size:11px;font-weight:400;color:var(--muted)}.fx-preview-col{display:flex;flex-direction:column;align-items:center;gap:6px}.fx-preview-box{width:150px;aspect-ratio:9/16;border-radius:10px;background:#0c0a09;border:1px solid var(--line);overflow:hidden}.fx-preview,.fx-preview svg{display:block;width:100%;height:100%}.fx-preview-col .hint{font-size:10.5px;text-align:center;line-height:1.5}.fx-upload{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.fx-upload-head{font-size:13px;font-weight:700;margin-bottom:8px}.fx-upload-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.fx-upload-form input[name=name]{width:180px}.fx-uploaded{list-style:none;padding:0;margin:10px 0 0}.fx-uploaded li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px;padding:6px 0;border-top:1px dashed var(--line)}@media (max-width:720px){.fx-pick{grid-template-columns:1fr}.fx-preview-col{align-items:flex-start}}.brand-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0c0a09;padding:24px}.brand-page img{width:202px;height:auto;max-width:70vw}.chart-head{font-size:13px;font-weight:700;margin:14px 0 6px;color:var(--accent-dark)}.stat .label{gap:2px}.load-page,.stat .label{display:flex;align-items:center}.load-page{min-height:100dvh;justify-content:center;padding:24px}.load-box{display:flex;flex-direction:column;align-items:center;gap:12px}.load-anim{display:block;width:120px;height:120px}.load-anim svg{display:block;width:100%;height:100%}.load-text{font-size:13.5px;line-height:2;text-align:center;white-space:pre-wrap}.vimeo-controls{height:56px;padding:0 14px;gap:10px}.vimeo-controls button{width:44px;height:44px;font-size:18px}.vimeo-controls input[type=range]{height:6px}.player-wrap:-webkit-full-screen .vimeo-controls{height:56px;padding:0 16px;gap:12px}.player-wrap:-webkit-full-screen .vimeo-controls,.player-wrap:fullscreen .vimeo-controls{height:56px;padding:0 16px;gap:12px}.player-wrap:-webkit-full-screen .vimeo-controls button{width:44px;height:44px}.player-wrap:-webkit-full-screen .vimeo-controls button,.player-wrap:fullscreen .vimeo-controls button{width:44px;height:44px}.pv-bar{height:56px;gap:10px;padding:0 12px}.pv-track{height:6px}.load-editor{border-top:1px solid var(--line);margin-top:6px;padding-top:12px}.load-editor-head{font-size:13px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:2px}.load-editor-grid{display:grid;grid-template-columns:1fr 1fr 150px;grid-gap:14px;gap:14px;align-items:start}@media (max-width:900px){.load-editor-grid{grid-template-columns:1fr}}.load-anim-list{gap:6px}.load-anim-list,.load-preview{display:flex;flex-direction:column}.load-preview{aspect-ratio:9/16;border-radius:10px;border:1px solid var(--line);align-items:center;justify-content:center;gap:10px;padding:12px;overflow:hidden}.load-anim.sm{width:72px;height:72px}.load-preview .load-text{font-size:10.5px;line-height:1.8}.report{max-width:720px;margin:0 auto;padding:24px 20px 60px;background:#fff;color:var(--ink)}.report-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:13px}.report-head{border-bottom:2px solid var(--ink);padding-bottom:14px;margin-bottom:20px}.report-brand{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:700;color:var(--muted)}.report-brand img{border:1px solid var(--line);border-radius:6px}.report h1{font-size:20px;margin:12px 0 4px}.report-sub{font-size:12.5px;color:var(--muted)}.report-meta{margin-top:12px;border-collapse:collapse;font-size:12px}.report-meta th{text-align:left;color:var(--muted);font-weight:600;padding:2px 14px 2px 0;white-space:nowrap}.report-sec{margin-top:26px;page-break-inside:avoid}.report-sec h2{font-size:14px;margin-bottom:8px;color:var(--accent-dark);border-left:4px solid var(--accent);padding-left:8px}.report-tbl{width:100%;border-collapse:collapse;font-size:13px}.report-tbl th{text-align:left;font-weight:600;background:#fafaf9}.report-tbl td,.report-tbl th{padding:8px 10px;border-bottom:1px solid var(--line)}.report-tbl td.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.report-note{font-size:12px;color:var(--muted);margin-top:6px}.report-foot{margin-top:30px;border-top:1px solid var(--line);padding-top:10px;font-size:10.5px;color:var(--muted);line-height:1.8}@media print{.no-print{display:none!important}.report{max-width:none;padding:0}.chart-wrap{border:1px solid var(--line);overflow:visible}.chart-svg{min-width:0;max-width:100%}.chart-tip{display:none!important}@page{size:A4 portrait;margin:14mm}}.range-form a.csv-btn{text-decoration:none;display:inline-flex;align-items:center}.acc-list{width:100%;display:flex;flex-direction:column;gap:10px}.acc-item{width:100%;border-radius:6px;border:1px solid hsla(0,0%,50%,.35);overflow:hidden}.acc-item.open{border-color:hsla(0,0%,50%,.6)}.acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:hsla(0,0%,50%,.12);color:inherit;border:0;cursor:pointer;padding:12px 14px;font:inherit;text-align:left}.acc-item.open .acc-head{background:hsla(0,0%,50%,.2)}.acc-title{font-size:14px;font-weight:700;line-height:1.6;white-space:pre-wrap}.acc-body{padding:10px;gap:12px}.acc-body,.video-block{display:flex;flex-direction:column}.video-block{width:100%;align-items:center;gap:14px}.debug-head{font-weight:700;margin:6px 0 2px}.debug-table{width:100%;border-collapse:collapse}.debug-table td,.debug-table th{padding:2px 4px;border-bottom:1px solid rgba(0,0,0,.12);vertical-align:top;text-align:left}.debug-table th{white-space:nowrap;font-weight:600;width:42%}.debug-rules{list-style:none;padding:0;margin:0 0 8px}.debug-rules li{display:flex;gap:6px;padding:4px 0;border-bottom:1px solid rgba(0,0,0,.12);word-break:break-all}.debug-rules li.miss{opacity:.7}.debug-mark{font-weight:700;flex:0 0 14px}.debug-rules li.hit .debug-mark{color:#15803d}.debug-rules li.miss .debug-mark{color:#b91c1c}.debug-rules li.hidden{opacity:.85}.debug-rules li.hidden .debug-mark{color:#a16207}.debug-btn{font:inherit;font-size:11.5px;font-weight:700;color:#1c1917;background:#fff;border:1px solid #a16207;border-radius:6px;padding:6px 10px;cursor:pointer;width:100%}.debug-btn:disabled{opacity:.6;cursor:wait}.error-box .debug-panel{margin-top:18px}.card.rule-card.rule-normal{background:#e2f6ec;border-color:#c2ead7}.card.rule-card.rule-random{background:#f5f3ff;border-color:#ddd6fe}.card.rule-card.rule-countdown{background:#fff7ed;border-color:#fed7aa}.chip.type-normal{background:#c9ecdd;color:#0f5132}.chip.type-random{background:#ede9fe;color:#6d28d9}.chip.type-countdown{background:#ffedd5;color:#c2410c}.chip.exclusive{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.card.rule-card.rule-exclusive{box-shadow:inset 4px 0 0 0 #ef4444}.rule-summary-aside{float:right;margin-left:10px;font-weight:400;white-space:nowrap}.exclusive-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#7f1d1d;background:#fff;border:1px solid #fecaca;border-radius:999px;padding:3px 10px 3px 7px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;white-space:nowrap;flex-shrink:0;vertical-align:middle}.exclusive-toggle input{margin:0;accent-color:#dc2626;pointer-events:none;width:14px;height:14px;flex:0 0 auto}.exclusive-toggle-label{white-space:nowrap}.exclusive-toggle.on{background:#fee2e2;border-color:#f87171;color:#991b1b}.exclusive-toggle.disabled{opacity:.5;cursor:not-allowed}.exclusive-toggle:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.exclusive-toggle .spinner{width:12px;height:12px;border-width:2px;flex:0 0 auto;border-color:#dc2626 rgba(220,38,38,.25) rgba(220,38,38,.25)}.exclusive-toggle.on .spinner{border-color:#991b1b rgba(153,27,27,.3) rgba(153,27,27,.3)}.exclusive-toggle-error{font-weight:400;color:var(--danger);font-size:11px;white-space:normal}.exclusive-note{padding:10px 14px}.exclusive-note-head{font-weight:700;font-size:13px;color:#991b1b;margin-bottom:4px}.exclusive-note ul{margin:0;padding-left:18px}.exclusive-note li{margin:2px 0}.rule-warn{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:8px 10px;margin-bottom:8px}.check-field{display:flex;align-items:flex-start;gap:8px}.check-field input[type=checkbox]{margin-top:3px}.rule-list{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.rule-row{display:grid;grid-template-columns:34px 1fr;grid-gap:8px;gap:8px;align-items:start;border-radius:12px;transition:box-shadow .15s}.rule-row.drag-over{box-shadow:0 -3px 0 0 var(--accent)}.rule-row.dragging{opacity:.5}.rule-row>.rule-row-body>.card{margin-bottom:0}.rule-handle{display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:10px;color:var(--muted)}.rule-handle .grip{cursor:-webkit-grab;cursor:grab;font-size:16px;line-height:1;letter-spacing:-2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:4px 2px}.rule-handle .grip:active{cursor:-webkit-grabbing;cursor:grabbing}.rule-handle .rule-no{font-size:11px;font-weight:700;color:var(--accent-dark)}.rule-handle .mini{font:inherit;font-size:9px;line-height:1;width:22px;height:18px;border:1px solid var(--line);background:#fff;border-radius:4px;cursor:pointer;color:var(--muted);padding:0}.rule-handle .mini:disabled{opacity:.35;cursor:default}.reorder-status.saved{color:var(--accent-dark)}.reorder-status.error{color:var(--danger)}.rule-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:8px;padding:8px 10px;margin-bottom:8px}.item-list{padding-left:1.4em;margin:4px 0}.item-list li{margin:2px 0}.type-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:10px}.type-tab{font:inherit;text-align:left;display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:10px;border:2px solid var(--line);background:#fff;cursor:pointer;color:inherit}.type-tab small{color:var(--muted);font-size:11px;line-height:1.5}.type-tab.on.normal{border-color:#0f766e;background:#e2f6ec}.type-tab.on.random{border-color:#7c3aed;background:#f5f3ff}.type-tab.on.countdown{border-color:#ea580c;background:#fff7ed}.type-tab:disabled{opacity:.5;cursor:not-allowed}.rule-form-card{margin-bottom:10px}.cond-group{border:1px dashed rgba(0,0,0,.15);border-radius:10px;padding:10px 12px;display:grid;grid-gap:10px;gap:10px}.cond-head{font-weight:700;font-size:13px}.two-inputs{grid-template-columns:1fr 1fr}.item-box,.items-editor,.two-inputs{display:grid;grid-gap:10px;gap:10px}.item-box{border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:10px 12px;background:hsla(0,0%,100%,.6)}.item-box legend{font-weight:700;font-size:13px;padding:0 4px}.item-box.random{border-color:#ddd6fe}.item-box.countdown{border-color:#fed7aa}.offset-inputs{display:grid;grid-template-columns:90px 1fr;grid-gap:8px;gap:8px}.item-actions{text-align:right}.stat-tbl{width:100%;border-collapse:collapse;font-size:12.5px}.stat-tbl td,.stat-tbl th{padding:6px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.stat-tbl thead th{background:#f5f5f4;font-weight:600;font-size:12px}.stat-tbl .num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-tbl tr.sub td,.stat-tbl tr.sub th{color:var(--muted);font-weight:400}.stat-tbl tr.sub td:nth-child(3){padding-left:22px}@media (max-width:640px){.two-inputs,.type-tabs{grid-template-columns:1fr}}.report-h3{font-size:13px;margin:6px 0;color:var(--accent-dark)}.player-wrap{aspect-ratio:auto;background:transparent;border-radius:0;overflow:visible}.player-rot{display:flex;flex-direction:column;width:100%}.player-stage{position:relative;inset:auto;width:100%;background:#000;border-radius:4px;overflow:hidden}.player-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.vimeo-controls{position:static;left:auto;right:auto;bottom:auto;margin-top:6px;border-radius:4px;flex:0 0 auto}.player-wrap:-webkit-full-screen .player-rot{height:100%}.player-wrap:-webkit-full-screen .player-rot,.player-wrap:fullscreen .player-rot{height:100%}.player-wrap:-webkit-full-screen .player-stage{flex:1 1 auto;min-height:0;aspect-ratio:auto!important;border-radius:0}.player-wrap:-webkit-full-screen .player-stage,.player-wrap:fullscreen .player-stage{flex:1 1 auto;min-height:0;aspect-ratio:auto!important;border-radius:0}.player-wrap:-webkit-full-screen .vimeo-controls{margin-top:0;border-radius:0;flex:0 0 56px}.player-wrap:-webkit-full-screen .vimeo-controls,.player-wrap:fullscreen .vimeo-controls{margin-top:0;border-radius:0;flex:0 0 56px}.player-wrap.fs-rotate:-webkit-full-screen .player-rot{position:absolute;top:50%;left:50%;width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.player-wrap.fs-rotate:-webkit-full-screen .player-rot,.player-wrap.fs-rotate:fullscreen .player-rot{position:absolute;top:50%;left:50%;width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.player-wrap.fs-rotate:-webkit-full-screen .player-stage{position:relative;inset:auto;top:auto;left:auto;width:auto;height:auto;transform:none}.player-wrap.fs-rotate:-webkit-full-screen .player-stage,.player-wrap.fs-rotate:fullscreen .player-stage{position:relative;inset:auto;top:auto;left:auto;width:auto;height:auto;transform:none}.pv-player-shell{width:100%;display:flex;flex-direction:column}.pv-bar{position:static;margin-top:6px;border-radius:4px}.load-anim.fx{width:200px;height:200px}.load-anim.sm.fx{width:110px;height:110px}.load-anim-group{font-size:11.5px;font-weight:700;color:var(--muted);margin:6px 0 2px}.login-lead{font-size:13px;line-height:1.8}.login-lead b{word-break:break-all}.login-info{font-size:13px;color:var(--accent-dark);background:#e0f2ec;border-radius:8px;padding:8px 10px}.login-help{line-height:1.8}.code-input{font-size:24px;letter-spacing:10px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hd-user{font-size:12.5px;color:var(--muted);white-space:nowrap}.hd-logout{display:inline}.hd-logout button{font:inherit;font-size:12.5px;font-weight:600;color:var(--accent-dark);background:none;border:1px solid var(--line);border-radius:8px;padding:4px 10px;cursor:pointer}.hd-logout button:hover{background:#e0f2ec}.admin-header{flex-wrap:wrap;gap:8px 16px}.audit-mail{display:block;font-size:11px;margin-top:0}.footer-link{color:var(--muted);text-decoration:underline}.footer-link:hover{color:var(--accent-dark)}.nav-loading{position:fixed;inset:0;z-index:200;background:hsla(60,9%,98%,.72);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);justify-content:center;animation:nav-loading-in .15s ease-out .12s both;cursor:progress}.nav-loading,.nav-loading-box{display:flex;align-items:center}.nav-loading-box{flex-direction:column;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 32px;font-size:13px;color:var(--muted);box-shadow:0 16px 40px rgba(0,0,0,.12)}@keyframes nav-loading-in{0%{opacity:0}to{opacity:1}}.load-saved{font-size:12px;line-height:1.8;background:#f5f5f4;border-radius:8px;padding:8px 10px;margin-bottom:10px;word-break:break-all}