@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1b1d1f;background-color:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}.loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:overlay-in .12s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.loading-overlay__spinner{width:52px;height:52px;border:4px solid rgba(255,255,255,.15);border-top-color:#38bdf8;border-radius:50%;animation:spin .7s linear infinite;box-shadow:0 0 0 1px #38bdf833,0 8px 32px #0006}@keyframes spin{to{transform:rotate(360deg)}}:root{--black: #1a1c20;--dark-grey: #282b30;--mid-grey: #363a40;--border: #454a52;--muted: rgba(255, 255, 255, .5);--white: #f0f2f5;--gold: #E8D833;--gold-dim: rgba(232, 216, 51, .12)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--dark-grey);color:var(--white)}.tab-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.tab-shell__nav{flex-shrink:0;display:flex;align-items:center;background:var(--black);padding:0 28px;height:56px;gap:8px;border-bottom:1px solid var(--border);z-index:500}.tab-shell__brand{display:flex;align-items:center;gap:10px;margin-right:24px;text-decoration:none}.tab-shell__brand-logo{height:28px;width:auto;display:block;object-fit:contain}.tab-shell__divider{width:1px;height:28px;background:var(--border);margin:0 16px 0 8px}.tab-shell__tabs{display:flex;align-items:stretch;gap:2px;height:100%}.tab-shell__tab{display:flex;align-items:center;padding:0 20px;background:transparent;border:none;color:var(--muted);font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .15s ease,background .15s ease;border-bottom:2px solid transparent;white-space:nowrap;letter-spacing:.02em}.tab-shell__tab:hover{color:var(--white);background:#ffffff0f}.tab-shell__tab--active{color:var(--gold);border-bottom-color:var(--gold);background:var(--gold-dim)}.tab-shell__content{flex:1;overflow:hidden;position:relative}.tab-shell__panel{position:absolute;inset:0;overflow:auto;opacity:0;pointer-events:none;transition:opacity .15s ease}.tab-shell__panel--active{opacity:1;pointer-events:auto}.tab-shell__user{margin-left:auto;display:flex;align-items:center;gap:12px;padding-left:16px;border-left:1px solid var(--border)}.tab-shell__user-name{font-size:.82rem;color:#f0f2f58c;white-space:nowrap}.tab-shell__logout{padding:5px 12px;border:1px solid var(--border);border-radius:5px;background:transparent;color:#f0f2f599;font-family:inherit;font-size:.78rem;cursor:pointer;transition:all .12s ease;white-space:nowrap}.tab-shell__logout:hover{background:#ffffff12;color:var(--white);border-color:#555b64}#root{height:100vh;width:100vw}.app-shell{display:flex;height:100%;background:#282b30;color:#f0f2f5}.sidebar{width:280px;background-color:#1e2126;color:#f0f2f5;display:flex;flex-direction:column;padding:24px;gap:20px;overflow-y:auto;transition:transform .3s ease,width .3s ease;position:relative;z-index:100;border-right:1px solid #454a52}.sidebar--collapsed{transform:translate(-100%);width:0;padding:0;overflow:hidden}.sidebar__header{display:flex;flex-direction:column;gap:6px;position:relative}.sidebar__close-button{position:absolute;top:0;right:0;background:transparent;border:none;color:#f0f2f580;font-size:1.5rem;cursor:pointer;padding:4px;line-height:1;transition:color .15s ease}.sidebar__close-button:hover{color:#e8d833}.sidebar-pull-tab{position:fixed;top:50%;left:0;transform:translateY(-50%);width:34px;height:128px;background-color:#1e2126;border:1px solid #454a52;border-left:none;border-radius:0 12px 12px 0;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:8px 6px;z-index:240;box-shadow:0 4px 12px #0000004d;transition:background-color .15s ease,border-color .15s ease,width .15s ease}.sidebar-pull-tab:hover{background-color:#282b30;border-color:#e8d833;width:40px}.sidebar-pull-tab__icon{color:#e8d833;font-size:1.05rem;line-height:1;font-weight:700}.sidebar-pull-tab__label{color:#f0f2f5d1;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.sidebar__title{font-size:1.4rem;font-weight:700;color:#e8d833;margin:0}.sidebar__subtitle{margin:0;font-size:.85rem;color:#f0f2f573}.sidebar__section{display:flex;flex-direction:column;gap:8px}.sidebar__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f0f2f573}select{width:100%;padding:9px 28px 9px 12px;border-radius:7px;border:1px solid #454a52;background-color:#282b30;color:#f0f2f5;font-size:.875rem;font-family:inherit;transition:border .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}select:focus{outline:none;border-color:#e8d833;box-shadow:0 0 0 2px #e8d8332e}.sidebar__hint{margin:0;font-size:.75rem;color:#f0f2f561}.sidebar__error{background-color:#b41e1e26;border:1px solid rgba(200,60,60,.4);color:#f87171;padding:10px 12px;border-radius:7px;font-size:.83rem}.sidebar__section-heading{display:flex;align-items:center;justify-content:space-between}.sidebar__section-heading h2{margin:0;font-size:.95rem;letter-spacing:.02em;color:#f0f2f5}.loading-dot{width:8px;height:8px;border-radius:999px;background-color:#e8d833;display:inline-block;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.2}50%{opacity:1}}.main-panel{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.player-card{background-color:#1e2126;border:1px solid #454a52;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px;flex:1;min-height:0}.clips-panel{background:#1e2126;border:1px solid #454a52;border-radius:12px;padding:16px 20px;margin-top:16px;flex-shrink:0}.clips-panel__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.clips-panel__title{font-size:.95rem;font-weight:700;color:#e8d833;margin:0}.clips-panel__count{font-size:.78rem;color:#f0f2f573}.clips-panel__loading{font-size:.78rem;color:#f0f2f559}.clips-panel__empty{font-size:.82rem;color:#f0f2f54d;margin:0;font-style:italic}.clips-panel__table-wrap{overflow-x:auto;max-height:260px;overflow-y:auto}.clips-panel__table{width:100%;border-collapse:collapse;font-size:.8rem}.clips-panel__table th{text-align:left;padding:6px 12px;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#f0f2f566;border-bottom:1px solid #454a52;white-space:nowrap}.clips-panel__table td{padding:7px 12px;color:#f0f2f5;border-bottom:1px solid rgba(69,74,82,.35);vertical-align:middle}.clips-panel__table tr:last-child td{border-bottom:none}.clips-panel__filename{font-size:.75rem;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clips-panel__muted{color:#f0f2f580!important}.clips-panel__size{white-space:nowrap;text-align:right}.assignment-card{background-color:#1e2126;border:1px solid #454a52;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.player-card__header,.assignment-card__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.player-card__header h2,.assignment-card__header h2{margin:0;font-size:1.1rem;color:#e8d833}.player-card__meta{font-size:.875rem;color:#f0f2f573}.player-card__body{border-radius:8px;overflow:hidden;background-color:#12141a;display:flex;align-items:center;justify-content:center;flex:1}.player-card__placeholder{color:#f0f2f559;text-align:center;padding:32px;font-size:.9rem;line-height:1.6}.player-card__hint{margin:8px 0 0;font-size:.85rem;color:#f0f2f54d}.player{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background-color:#000}.assignment-card__body{display:flex;flex-direction:column;gap:14px}.assignment-card__row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;background-color:#282b30;border:1px solid #454a52}.assignment-card__label{font-size:.78rem;font-weight:600;color:#f0f2f573;letter-spacing:.04em;text-transform:uppercase}.assignment-card__value{font-size:.95rem;color:#f0f2f5;font-weight:600}.assignment-card__helper{margin:0;font-size:.82rem;color:#f0f2f561}.primary-button{align-self:flex-start;background:#e8d833;border:none;color:#12141a;padding:11px 20px;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;font-family:inherit}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #e8d8334d;background:#f0e040}.primary-button:disabled{cursor:not-allowed;background:#363a40;color:#f0f2f54d;box-shadow:none}.right-sidebar{width:360px;background-color:#1e2126;color:#f0f2f5;display:flex;flex-direction:column;padding:20px;gap:16px;overflow-y:auto;border-left:1px solid #454a52}.right-sidebar__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.right-sidebar__header h2{margin:0;font-size:1.1rem;color:#e8d833}.right-sidebar__count{font-size:.78rem;color:#12141a;font-weight:700;background-color:#e8d8338c;padding:3px 10px;border-radius:999px;transition:background-color .2s ease}.right-sidebar__count--done{background-color:#e8d833}.right-sidebar__hint{margin:0;font-size:.82rem;color:#f0f2f561}.video-queue-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.video-queue-item{display:flex;flex-direction:column;gap:7px;padding:10px;border-radius:8px;border:1px solid #454a52;background-color:#252830;transition:background-color .15s ease,border-color .15s ease}.video-queue-item:hover{background-color:#2e3238;border-color:#555b64}.video-queue-item__preview{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;border-radius:6px;border:1px solid transparent;background-color:#1e2126;color:#f0f2f5;text-align:left;cursor:pointer;transition:all .15s ease;font-size:.85rem;font-family:inherit}.video-queue-item__preview:hover{background-color:#282b30;border-color:#555b64}.video-queue-item__preview.is-active{border-color:#e8d833;background-color:#e8d83312;font-weight:600}.video-queue-item__title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-queue-item__details{display:flex;flex-direction:column;gap:3px;flex:1;overflow:hidden}.video-queue-item__clips{font-size:.7rem;color:#f0f2f566;background-color:#252830;padding:2px 7px;border-radius:999px;border:1px solid #454a52;align-self:flex-start}.video-queue-item__clips--active{color:#e8d833;border-color:#e8d83380;background-color:#e8d83314}.video-queue-item__checkmark{font-size:1rem;color:#e8d833;font-weight:700;flex-shrink:0}.video-queue-item__assessment{width:100%;padding:7px 26px 7px 10px;border-radius:6px;border:1px solid #454a52;background-color:#1e2126;color:#f0f2f5;font-size:.82rem;font-family:inherit;transition:border .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}.video-queue-item__assessment:focus{outline:none;border-color:#e8d833;box-shadow:0 0 0 2px #e8d8332e}.video-iterator{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:#252830;border-radius:8px;border:1px solid #454a52}.video-iterator__label{display:flex;flex-direction:column;gap:6px;padding-bottom:14px;border-bottom:1px solid #454a52}.video-iterator__title{margin:0;font-size:1rem;font-weight:600;color:#f0f2f5;overflow-wrap:break-word}.video-iterator__counter{margin:0;font-size:.82rem;color:#e8d833;font-weight:500}.video-iterator__navigation{display:flex;gap:10px}.video-iterator__nav-button{flex:1;padding:10px 14px;background-color:#e8d83317;border:1px solid rgba(232,216,51,.32);color:#e8d833;border-radius:7px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit}.video-iterator__nav-button:hover:not(:disabled){background-color:#e8d83329;border-color:#e8d833;transform:translateY(-1px)}.video-iterator__nav-button:disabled{opacity:.3;cursor:not-allowed;background-color:#282b30;border-color:#454a52;color:#f0f2f54d}.video-iterator__assessment{display:flex;flex-direction:column;gap:8px}.video-iterator__assessment-label{font-size:.78rem;font-weight:700;color:#f0f2f580;text-transform:uppercase;letter-spacing:.06em}.video-iterator__assessment-select{width:100%;padding:10px 28px 10px 12px;border-radius:7px;border:1px solid #454a52;background-color:#1e2126;color:#f0f2f5;font-size:.875rem;font-family:inherit;transition:border .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}.video-iterator__assessment-select:focus{outline:none;border-color:#e8d833;box-shadow:0 0 0 2px #e8d8332e}.video-iterator__assessment-hint{margin:0;font-size:.78rem;color:#e8d833;font-style:italic;opacity:.7}@media(max-width:1200px){.app-shell{flex-direction:column}.sidebar,.right-sidebar{width:100%;max-height:none}.sidebar{flex-direction:row;flex-wrap:wrap;row-gap:16px;column-gap:24px;border-right:none;border-bottom:1px solid #454a52}.sidebar--collapsed{transform:translateY(-100%)}.sidebar__section,.sidebar__header{flex:1 1 280px}.main-panel{min-height:60vh}.right-sidebar{max-height:500px;border-left:none;border-top:1px solid #454a52}.sidebar-pull-tab{top:92px;transform:none;width:92px;height:34px;border-left:1px solid #454a52;border-top:none;border-radius:0 10px 10px 0;flex-direction:row}.sidebar-pull-tab:hover{width:98px}.sidebar-pull-tab__label{writing-mode:horizontal-tb;transform:none;letter-spacing:.06em}}.right-sidebar__batch-section{padding:14px;background:#e8d83312;border:1px solid rgba(232,216,51,.22);border-radius:10px}.right-sidebar__batch-btn{width:100%;background-color:#e8d833;color:#12141a;border:none;padding:11px 20px;border-radius:7px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #e8d83326;font-family:inherit}.right-sidebar__batch-btn:hover:not(:disabled){background-color:#f0e040;transform:translateY(-1px);box-shadow:0 4px 14px #e8d8334d}.right-sidebar__batch-btn:disabled{opacity:.4;cursor:not-allowed;background-color:#363a40;color:#f0f2f54d;box-shadow:none}.right-sidebar__batch-hint{margin:8px 0 0;font-size:.78rem;color:#e8d833b3;text-align:center}.video-playback{display:flex;flex-direction:column;height:100%;background:#1e1e1e;color:#fff}.video-playback__header{padding:14px 20px;background:#141414;border-bottom:1px solid #2e2e2e;display:flex;flex-direction:column;gap:6px;flex-shrink:0}.video-playback__header-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.video-playback__back-btn{background:transparent;border:1px solid #3a3a3a;color:#fff9;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.83rem;font-family:inherit;font-weight:500;transition:border-color .15s ease,color .15s ease}.video-playback__back-btn:hover{border-color:#e8d833;color:#e8d833}.video-playback__title{margin:0;font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-playback__assessment{margin:0;color:#e8d833;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.video-playback__nav-actions{display:flex;gap:8px}.video-playback__next-btn{padding:6px 14px;border-radius:6px;border:1px solid rgba(232,216,51,.4);background:#e8d83314;color:#e8d833;cursor:pointer;font-size:.83rem;font-family:inherit;font-weight:600;transition:all .15s ease}.video-playback__next-btn:hover:not(:disabled){background:#e8d8332e;border-color:#e8d833}.video-playback__next-btn:disabled{opacity:.3;cursor:not-allowed}.video-playback__batch-progress{margin:0;color:#e8d833b3;font-size:.78rem;font-weight:600}.video-playback__container{display:flex;flex:1;gap:0;overflow:hidden}.video-playback__video-area{flex:1;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden}.video-playback__video{width:100%;height:calc(100% - 12px);margin-top:12px;display:block;object-fit:contain}.video-playback__panel{flex:0 0 280px;background:#141414;border-left:1px solid #2e2e2e;display:flex;flex-direction:column;overflow-y:auto}.video-playback__panel-section{padding:16px;border-bottom:1px solid #2e2e2e}.video-playback__panel-heading{font-size:.68rem;font-weight:700;color:#e8d833;text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px}.video-playback__shortcuts{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.video-playback__shortcuts li{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#ffffff8c}.video-playback__shortcuts kbd{background:#2e2e2e;padding:2px 7px;border-radius:4px;font-family:monospace;font-size:.75rem;font-weight:700;color:#e8d833;border:1px solid #3a3a3a;flex-shrink:0}.video-playback__markers{margin-top:12px;padding:12px;background:#1a1a1a;border-radius:6px;border:1px solid #2e2e2e}.video-playback__markers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.video-playback__markers-title{font-size:.75rem;font-weight:700;color:#e8d833;text-transform:uppercase;letter-spacing:.06em}.video-playback__marker-clear{background:transparent;border:none;color:#ff6464b3;cursor:pointer;font-size:1rem;line-height:1;padding:0;transition:color .15s ease}.video-playback__marker-clear:hover{color:#ef4444}.video-playback__marker-row{display:flex;justify-content:space-between;font-size:.8rem;color:#ffffff80;margin:3px 0}.video-playback__marker-row span:last-child{font-family:monospace;color:#fff}.video-playback__error{margin:12px 16px;padding:10px 12px;background:#b41e1e26;border:1px solid rgba(200,60,60,.4);color:#f87171;border-radius:6px;font-size:.82rem;flex-shrink:0}.video-playback__saved{flex:1;overflow-y:auto}.video-playback__saved-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.video-playback__saved-item{padding:8px 10px;background:#1a1a1a;border-left:2px solid #E8D833;border-radius:0 5px 5px 0;font-size:.76rem}.video-playback__saved-title{font-weight:600;color:#fff;display:block;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-playback__saved-meta{color:#e8d833b3}.measurement-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.measurement-modal{background:#1a1a1a;border:1px solid #3a3a3a;padding:28px;border-radius:12px;width:min(500px,92vw);box-shadow:0 20px 60px #0009}.measurement-modal__heading{margin:0 0 4px;font-size:1.1rem;font-weight:700;color:#fff}.measurement-modal__sub{margin:0 0 20px;color:#ffffff59;font-size:.82rem;font-family:monospace}.measurement-modal__chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-bottom:20px}.measurement-modal__chip{border:2px solid #3a3a3a;background:#141414;color:#fff9;padding:12px 10px;border-radius:8px;cursor:pointer;text-align:center;font-weight:600;font-size:.9rem;font-family:inherit;transition:all .12s ease}.measurement-modal__chip:hover{border-color:#e8d833;color:#e8d833;background:#e8d8330f}.measurement-modal__chip--active{border-color:#e8d833;background:#e8d833;color:#0a0a0a}.measurement-modal__options{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.measurement-modal__option{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#141414;border:1px solid #2e2e2e;border-radius:7px;cursor:pointer;font-size:.875rem;color:#ffffffb3;transition:all .12s ease}.measurement-modal__option:has(input:checked){border-color:#e8d833;background:#e8d83312;color:#fff}.measurement-modal__option:hover{border-color:#3a3a3a;background:#1e1e1e}.measurement-modal__option input[type=radio]{accent-color:#E8D833;cursor:pointer;width:16px;height:16px;flex-shrink:0}.measurement-modal__hint{font-size:.8rem;color:#fff6;margin:-12px 0 16px}.measurement-modal__actions{display:flex;gap:10px;justify-content:flex-end}.measurement-modal__btn{padding:9px 20px;border:1px solid #3a3a3a;border-radius:7px;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;background:#2e2e2e;color:#fff9;transition:all .12s ease}.measurement-modal__btn:hover:not(:disabled){background:#3a3a3a;color:#fff}.measurement-modal__btn--save{background:#e8d833;border-color:#e8d833;color:#0a0a0a}.measurement-modal__btn--save:hover:not(:disabled){background:#f0e040;border-color:#f0e040;transform:translateY(-1px);box-shadow:0 4px 12px #e8d8334d}.measurement-modal__btn--save:disabled{background:#2e2e2e;border-color:#2e2e2e;color:#ffffff40;cursor:not-allowed;transform:none;box-shadow:none}.measurement-modal__btn--cancel{background:transparent;border-color:#3a3a3a;color:#fff6}.measurement-modal__btn--cancel:hover:not(:disabled){border-color:#ef4444;color:#ef4444;background:transparent}.measurement-modal__btn--cancel:disabled{opacity:.4;cursor:not-allowed}.kp{display:flex;flex-direction:column;height:100%;background:#282b30;overflow:hidden}.kp__body{display:grid;grid-template-columns:260px 1fr 290px;gap:12px;flex:1;padding:12px;overflow:hidden}.kp__panel{background:#1e2126;border:1px solid #454a52;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.kp__panel-title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e8d833;padding:12px 14px 10px;border-bottom:1px solid #454a52;flex-shrink:0}.kp__panel-body{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.kp__field{display:flex;flex-direction:column;gap:5px}.kp__label{font-size:.68rem;font-weight:600;color:#f0f2f573;text-transform:uppercase;letter-spacing:.07em}.kp__select{width:100%;padding:7px 26px 7px 10px;border:1px solid #454a52;border-radius:6px;font-family:inherit;font-size:.825rem;color:#f0f2f5;background:#282b30;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:border-color .15s ease}.kp__select:focus{outline:none;border-color:#e8d833;box-shadow:0 0 0 2px #e8d8332e}.kp__select:disabled{opacity:.35;cursor:not-allowed}.kp__slider-row{display:flex;align-items:center;gap:8px}.kp__slider{flex:1;height:3px;border-radius:2px;accent-color:#E8D833;cursor:pointer}.kp__frame-info{font-size:.72rem;color:#f0f2f573;white-space:nowrap;min-width:72px;text-align:right}.kp__radio-group{display:flex;gap:12px;flex-wrap:wrap}.kp__radio-label{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#f0f2f5a6;cursor:pointer}.kp__btn-row{display:flex;gap:6px}.kp__btn{flex:1;padding:7px 8px;border:1px solid #454a52;border-radius:6px;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .12s ease;background:#282b30;color:#f0f2f5bf;white-space:nowrap}.kp__btn:hover:not(:disabled){background:#363a40;border-color:#555b64;color:#f0f2f5}.kp__btn:disabled{opacity:.3;cursor:not-allowed}.kp__btn--primary{background:#e8d833;border-color:#e8d833;color:#12141a;font-weight:700;flex:unset;width:100%;padding:10px 8px}.kp__btn--primary:hover:not(:disabled){background:#f0e040;border-color:#f0e040;color:#12141a;transform:translateY(-1px);box-shadow:0 4px 12px #e8d8334d}.kp__btn--danger{background:#282b30;border-color:#4a2828;color:#e55}.kp__btn--danger:hover:not(:disabled){background:#352020;border-color:#c33}.kp__section-heading{font-size:.68rem;font-weight:700;color:#e8d833;text-transform:uppercase;letter-spacing:.08em;padding-top:8px;border-top:1px solid #454a52}.kp__completed-list{display:flex;flex-direction:column;gap:5px;max-height:380px;overflow-y:auto}.kp__completed-item{padding:7px 10px;background:#282b30;border:1px solid #454a52;border-radius:6px;cursor:pointer;transition:all .12s ease;font-size:.78rem}.kp__completed-item:hover{background:#e8d83314;border-color:#e8d833}.kp__completed-item__name{font-weight:500;color:#f0f2f5;margin-bottom:2px}.kp__completed-item__meta{color:#f0f2f566;font-size:.68rem}.kp__badge{display:inline-block;padding:1px 5px;background:#e8d833;color:#12141a;border-radius:3px;font-size:.6rem;font-weight:700;margin-left:5px;vertical-align:middle}.kp__canvas-wrapper{flex:1;position:relative;background:#12141a;border-radius:0 0 10px 10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.kp__canvas{display:block;max-width:100%;max-height:100%;cursor:crosshair}.kp__canvas--readonly{cursor:default}.kp__canvas-label{position:absolute;top:10px;left:10px;background:#1a1c20e6;color:#e8d833;border:1px solid rgba(232,216,51,.3);padding:7px 13px;border-radius:5px;font-size:.82rem;font-weight:600;z-index:10;max-width:calc(100% - 20px)}.kp__canvas-label--complete,.kp__canvas-label--viewonly{background:#1a1c20eb;color:#e8d833;border-color:#e8d833}.kp__save-toast{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:14px 28px;border-radius:8px;font-size:1.1rem;font-weight:700;color:#12141a;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s ease;text-align:center}.kp__save-toast--show{opacity:1}.kp__placeholder{color:#f0f2f559;text-align:center;padding:40px 20px;font-size:.875rem;line-height:1.6}.kp__joint-list{display:flex;flex-direction:column;gap:3px}.kp__joint-item{padding:6px 10px;border-radius:5px;font-size:.8rem;font-weight:500;transition:all .1s ease}.kp__joint-item--pending{background:#282b30;color:#f0f2f559;border:1px solid #363a40}.kp__joint-item--current{background:#e8d833;color:#12141a;font-weight:700;border:1px solid #E8D833}.kp__joint-item--completed{background:#e8d83317;color:#e8d833bf;border:1px solid rgba(232,216,51,.22)}.kp__tagged-section{margin-top:6px;padding-top:10px;border-top:1px solid #454a52}.kp__tagged-heading{font-size:.68rem;font-weight:700;color:#f0f2f566;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.kp__tagged-list{display:flex;flex-direction:column;gap:3px;max-height:260px;overflow-y:auto}.kp__tagged-item{padding:5px 9px;background:#252830;border-left:2px solid #E8D833;border-radius:0 4px 4px 0;font-size:.76rem}.kp__tagged-item__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1px}.kp__tagged-item__label{font-weight:600;color:#f0f2f5}.kp__tagged-item__order{color:#f0f2f559;font-size:.68rem}.kp__tagged-item__coords{color:#f0f2f561;font-size:.7rem}.kp__empty-hint{font-size:.76rem;color:#f0f2f547;font-style:italic}.ad{display:flex;flex-direction:column;height:100%;background:#1e2126;overflow:hidden}.ad__header{display:flex;align-items:center;gap:20px;padding:20px 28px 16px;border-bottom:1px solid #454a52;flex-shrink:0}.ad__title{font-size:1.15rem;font-weight:700;color:#f0f2f5;margin:0}.ad__msg{font-size:.82rem;color:#12141a;background:#e8d833;border-radius:5px;padding:4px 12px;font-weight:600}.ad__tabs{display:flex;gap:2px;padding:12px 28px 0;border-bottom:1px solid #454a52;flex-shrink:0}.ad__tab{padding:8px 18px;background:transparent;border:none;border-bottom:2px solid transparent;color:#f0f2f580;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .12s ease;white-space:nowrap;margin-bottom:-1px}.ad__tab:hover{color:#f0f2f5}.ad__tab--active{color:#e8d833;border-bottom-color:#e8d833}.ad__body{flex:1;overflow:auto;padding:24px 28px}.ad__loading{color:#f0f2f566;font-size:.875rem;padding:20px 0}.ad__empty{color:#f0f2f559;font-size:.875rem;padding:16px 0}.ad__table-wrap{overflow-x:auto}.ad__table{width:100%;border-collapse:collapse;font-size:.84rem}.ad__table th{text-align:left;padding:10px 14px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#f0f2f566;border-bottom:1px solid #454a52;white-space:nowrap}.ad__table td{padding:10px 14px;color:#f0f2f5;border-bottom:1px solid rgba(69,74,82,.4);vertical-align:middle}.ad__table tr:hover td{background:#ffffff08}.ad__muted{color:#f0f2f566!important}.ad__num{font-variant-numeric:tabular-nums;text-align:right}.ad__actions{display:flex;gap:6px}.ad__btn{padding:5px 12px;border-radius:5px;border:1px solid #454a52;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .12s ease;background:#282b30;color:#f0f2f5}.ad__btn--approve{background:#e8d8331f;border-color:#e8d833;color:#e8d833}.ad__btn--approve:hover{background:#e8d833;color:#12141a}.ad__btn--reject{background:#dc323214;border-color:#dc323266;color:#e55}.ad__btn--reject:hover{background:#dc323233;border-color:#c33}.ad__btn--neutral{background:#ffffff0d;border-color:#555b64;color:#f0f2f5b3}.ad__btn--neutral:hover{background:#ffffff1a;color:#f0f2f5}.ad__pw-row{display:flex;align-items:center;gap:6px}.ad__pw-input{height:28px;padding:0 8px;border:1px solid #555b64;border-radius:5px;background:#1a1c20;color:#f0f2f5;font-family:inherit;font-size:.8rem;width:140px}.ad__pw-input:focus{outline:none;border-color:#e8d833}.ad__badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ad__badge--ok{background:#32c8641f;color:#4caf84;border:1px solid rgba(50,200,100,.25)}.ad__badge--bad{background:#dc32321a;color:#e55;border:1px solid rgba(220,50,50,.2)}.ad__badge--warn{background:#e8d8331a;color:#e8d833;border:1px solid rgba(232,216,51,.25)}.ad__badge--admin{background:#6496ff1f;color:#7a9fff;border:1px solid rgba(100,150,255,.25)}.ad__analytics-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.ad__range-btns{display:flex;gap:4px}.ad__range-btn{padding:5px 14px;border-radius:5px;border:1px solid #454a52;background:#282b30;color:#f0f2f599;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .12s ease}.ad__range-btn:hover{border-color:#e8d833;color:#f0f2f5}.ad__range-btn--active{background:#e8d8331f;border-color:#e8d833;color:#e8d833;font-weight:700}.ad__user-filter{padding:5px 12px;border:1px solid #454a52;border-radius:5px;background:#282b30;color:#f0f2f5;font-family:inherit;font-size:.82rem;width:220px;transition:border-color .15s ease}.ad__user-filter::placeholder{color:#f0f2f54d}.ad__user-filter:focus{outline:none;border-color:#e8d833}.ad__th-sort{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.ad__th-sort:hover{color:#f0f2f5bf}.ad__th-sort--active{color:#e8d833!important}.ad__sort-icon{font-size:.6rem;opacity:.6;margin-left:2px}.ad__analytics-row{cursor:pointer}.ad__analytics-row:hover td{background:#e8d8330a!important}.ad__analytics-row--expanded td{background:#e8d8330f!important;border-bottom-color:transparent}.ad__expand-icon{display:inline-block;width:14px;font-size:.7rem;color:#f0f2f566;margin-right:4px}.ad__detail-row td{padding:0!important;border-bottom:1px solid #454a52}.ad__detail-cell{padding:0!important}.ad__detail-panel{background:#16181c;border-left:3px solid #E8D833;padding:16px 20px 20px}.ad__detail-header{font-size:.85rem;color:#f0f2f5b3;margin-bottom:12px}.ad__detail-header strong{color:#f0f2f5}.ad__detail-tabs{display:flex;gap:4px;margin-bottom:14px}.ad__detail-tab{padding:4px 14px;border-radius:4px;border:1px solid #454a52;background:#282b30;color:#f0f2f58c;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .12s ease}.ad__detail-tab:hover{color:#f0f2f5;border-color:#555b64}.ad__detail-tab--active{background:#e8d8331a;border-color:#e8d833;color:#e8d833;font-weight:700}.ad__detail-table{font-size:.8rem}.ad__detail-video{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.ad__video-name{font-size:.84rem;color:#f0f2f5;font-weight:500}.ad__video-key{font-size:.7rem;color:#f0f2f559;margin-top:2px;max-width:480px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body:has(.lp){background:radial-gradient(circle at 30% 30%,#282538,#151725 60%,#070817)!important}.lp{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:Poppins,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 30% 30%,#282538,#151725 60%,#070817);padding:20px;position:relative;overflow:hidden}.lp:before{content:"";position:fixed;inset:0;background-image:url(/tread_logo2.png);background-repeat:no-repeat;background-position:center;background-size:52vmin;opacity:.07;z-index:0;pointer-events:none}.lp__card{position:relative;z-index:1;background:#12151de3;border:1.5px solid rgba(255,255,255,.1);border-radius:20px;padding:46px 40px 40px;width:min(410px,93vw);box-shadow:0 16px 70px #00000075;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%)}.lp__below{position:relative;z-index:1;margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:8px}.lp__below-logo{height:36px;width:auto;opacity:.7;filter:brightness(1.15)}.lp__subtitle-bottom{color:#bfc5e2;font-size:.82rem;text-align:center;font-family:Poppins,sans-serif;opacity:.7}.lp__heading{font-size:1.55rem;font-weight:700;color:#f6f8ff;margin:0 0 20px;text-align:center;font-family:Poppins,sans-serif}.lp__sub{font-size:.88rem;color:#e5eaffb3;margin:-10px 0 20px;line-height:1.6;text-align:center}.lp__sub strong{color:#e5eafff2}.lp__form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.lp__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp__col{display:flex;flex-direction:column;gap:6px}.lp__label{font-size:.73rem;font-weight:500;color:#e6e8f6;text-transform:uppercase;letter-spacing:.16em;margin-bottom:2px;font-family:Poppins,sans-serif}.lp__input{width:100%;height:48px;padding:0 15px;border:1.5px solid rgba(255,255,255,.13);border-radius:12px;background:#12151de6;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;transition:border-color .14s ease,box-shadow .14s ease;box-sizing:border-box;box-shadow:0 2px 7px #00000008}.lp__input:focus{outline:none;border-color:#ff3e6d;box-shadow:0 0 0 2.5px #ff3e6da8}.lp__input::placeholder{color:#e5eaff47;font-weight:400}.lp__input--code{font-size:1.8rem;font-weight:700;letter-spacing:.45em;text-align:center;height:64px}.lp__error{font-size:.83rem;color:#ff8da8;margin:0;padding:10px 14px;background:#ff54761f;border:1px solid #ffbac5;border-radius:9px;font-family:Poppins,sans-serif}.lp__btn{width:100%;height:50px;border-radius:14px;border:none;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .16s ease,box-shadow .16s ease;background:#23233b;color:#fff;margin-top:2px}.lp__btn:hover:not(:disabled){background:#262754}.lp__btn:disabled{opacity:.45;cursor:not-allowed}.lp__btn--primary{background:linear-gradient(90deg,#ff3e6d,#ff1850);color:#fff;font-weight:700;font-size:1.12rem;box-shadow:0 10px 28px #ff245e24}.lp__btn--primary:hover:not(:disabled){background:#ff1747;box-shadow:0 10px 32px #ff245e47}.lp__switch{text-align:center;font-size:.84rem;color:#e5eaff80;margin:8px 0 0;font-family:Poppins,sans-serif}.lp__link{background:none;border:none;padding:0;color:#ff7a9a;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none}.lp__link:hover:not(:disabled){color:#ff9bb4;text-decoration:underline}@media(max-width:520px){.lp__card{padding:30px 8vw 32px}.lp__row{grid-template-columns:1fr}}
