.tasks-board-wrap{display:flex;flex-direction:column;gap:12px}.tasks-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tasks-toolbar--filters{margin-top:-4px;align-items:flex-end}.tasks-toolbar--filters{--tasks-filter-width: 176px}.tasks-filter-field{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#94a3b8;width:var(--tasks-filter-width)}.tasks-filter-field .admin-select{width:100%}.tasks-filter-field__title{padding-left:8px}.tasks-bookmarks{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.tasks-new-view{border:1px solid #ef4444;border-radius:8px;background:#ef444424;color:#fca5a5;font:inherit;font-size:12px;font-weight:700;padding:6px 10px;cursor:pointer;animation:tasks-blink 1.1s ease-in-out infinite}.tasks-new-view__count{color:#fecaca}.tasks-bookmark{position:relative;display:inline-flex;border:1px solid #475569;border-radius:8px;background:#0f172a}.tasks-bookmark>button:first-child{border:none;background:none;color:#bfdbfe;font:inherit;font-size:12px;font-weight:600;padding:6px 10px;cursor:pointer;white-space:nowrap;border-radius:8px}.tasks-bookmark>button:first-child:hover{color:#dbeafe}.tasks-bookmark__del{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;padding:0 7px!important;border:none!important;border-radius:0 8px 8px 0;background:linear-gradient(90deg,#0f172a00,#0f172a 40%);color:#94a3b8!important;font-size:13px;opacity:0;transition:opacity .12s ease}.tasks-bookmark:hover .tasks-bookmark__del{opacity:1}.tasks-bookmark__del:hover{color:#e2e8f0!important}.tasks-toolbar .admin-select,.tasks-filter-search{height:38px}.tasks-filter-search{box-sizing:border-box;min-width:220px;padding:0 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit}.tasks-filter-search::placeholder{color:#64748b}.tasks-filter-check{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#cbd5e1;white-space:nowrap}.tasks-columns{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;align-items:stretch}.tasks-column{flex:0 0 264px;background:#1e293b;border:1px solid #334155;border-radius:12px;display:flex;flex-direction:column;min-height:0;max-height:100%}.tasks-column__head{display:flex;align-items:center;gap:6px;padding:10px 12px;font-weight:600;font-size:13px;color:#e2e8f0;border-bottom:1px solid #334155}.tasks-column__dot{width:10px;height:10px;border-radius:50%;background:#64748b;flex:none}.tasks-column__title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-column__count{color:#94a3b8;font-weight:600}.tasks-column__body{padding:10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.tasks-card{background:#0f172a;border:1px solid #475569;border-radius:8px;padding:8px 10px;cursor:pointer;font-size:13px;color:#e2e8f0;transition:border-color .15s ease}.tasks-card:hover{border-color:#93c5fd}.tasks-card.is-done{opacity:.5;border-color:#22c55e}.tasks-card.is-done:hover{border-color:#4ade80}@keyframes tasks-blink{0%,to{border-color:#475569;box-shadow:none}50%{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}}.tasks-card.is-new{animation:tasks-blink 1.1s ease-in-out infinite}.tasks-card__title{margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tasks-card__meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:11px;color:#94a3b8}.tasks-card__author{margin:0 0 4px;display:flex;gap:8px;align-items:baseline;font-size:11px;color:#94a3b8;font-weight:600}.tasks-card__author-name{margin-left:auto;text-align:right}.tasks-card__created{font-weight:500}.tasks-card__assignee{background:#93c5fd24;color:#bfdbfe;border-radius:10px;padding:1px 8px}.tasks-card__due.is-overdue{color:#f87171;font-weight:700}.tasks-card__unsynced{color:#fbbf24}.tasks-prio{border-radius:10px;padding:1px 8px;font-weight:700}.tasks-prio--0{background:#16a34a29;color:#45a06f}.tasks-prio--1{background:#fbbf2429;color:#fbbf24}.tasks-prio--2{background:#f8717129;color:#f87171}.tasks-modal{background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:12px;padding:18px;width:min(460px,92vw);max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:10px}.tasks-modal--wide{width:min(1100px,96vw);min-width:0;height:800px;max-height:800px;align-self:flex-start;margin-top:calc(100px - 2rem);overflow:hidden}.tasks-modal h3,.tasks-modal h4{color:#e2e8f0}.tasks-modal label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#94a3b8}.tasks-field-label{padding-left:8px;font-size:12px;font-weight:400;color:#94a3b8}.tasks-modal label>input,.tasks-modal label>select,.tasks-modal label>textarea,.tasks-modal input[type=text],.tasks-check__add input,.tasks-comment__add textarea,.tasks-link-add-form input,.tasks-link-add-form select{box-sizing:border-box;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-size:13px;padding:7px 10px}.tasks-modal label>textarea{resize:none;overflow:hidden;min-height:44px}.tasks-modal label>select,.tasks-link-add-form select{height:36px;padding:0 10px}.tasks-modal label>input::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.6);opacity:.7;cursor:pointer}.tasks-modal label>input::-webkit-calendar-picker-indicator:hover{opacity:1}.tasks-modal__actions{display:flex;gap:8px;justify-content:flex-start}.tasks-modal__head-actions{display:flex;gap:8px;justify-content:flex-end}.tasks-modal__head{display:flex;align-items:center;justify-content:space-between}.tasks-modal__head h3{margin:0;padding-left:8px}.tasks-modal__head-left{display:flex;align-items:center;gap:16px}.tasks-modal__ms-actions{display:flex;align-items:center;gap:8px}.tasks-modal__head-left .admin-action-btn{font-size:14px}.tasks-modal__ms-icon{width:30px;height:30px;flex:0 0 auto;object-fit:contain}.tasks-modal__grid{display:grid;grid-template-columns:560px 1fr 1fr;grid-auto-rows:minmax(0,1fr);gap:16px;flex:1 1 auto;min-height:0;overflow:hidden}.tasks-modal__main{min-height:0;min-width:0;overflow:hidden}.tasks-modal__side,.tasks-modal__mid{min-height:0;min-width:0;overflow-y:auto}@media(max-width:1000px){.tasks-modal__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.tasks-modal__grid{grid-template-columns:1fr}}.tasks-modal__main,.tasks-modal__mid,.tasks-modal__side{display:flex;flex-direction:column;gap:12px}.tasks-desc{display:flex;flex-direction:column;gap:4px}.tasks-desc__head{display:flex;align-items:center;gap:8px}.tasks-desc__actions{opacity:0}.tasks-desc:hover .tasks-desc__actions{opacity:1}.tasks-desc__body,.tasks-desc textarea{box-sizing:border-box;margin:0;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-size:13px;line-height:1.4;padding:7px 10px;white-space:pre-wrap}.tasks-desc textarea{width:100%;resize:none;overflow:hidden;min-height:44px}.tasks-attachments{display:flex;flex-wrap:wrap;gap:8px}.tasks-comment__main .tasks-attachments{margin-top:6px}.tasks-attachments__image{display:block;width:88px;height:88px;border-radius:8px;overflow:hidden;border:1px solid #334155;padding:0;background:none;cursor:pointer}.tasks-attachments__image img{width:100%;height:100%;object-fit:cover;display:block}.tasks-attachments__file{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid #334155;border-radius:8px;background:#0f172a;color:#93c5fd;font-size:13px;text-decoration:none;font:inherit;cursor:pointer}.tasks-attachments__file--pdf:hover{border-color:#475569}.tasks-attachments__file:hover{border-color:#475569;color:#bfdbfe}.tasks-check{background:#0b1220;border:1px solid #1e293b;border-radius:10px;padding:12px;flex:0 0 auto;margin-top:auto}.tasks-check h4,.tasks-comments h4,.tasks-links h4{margin:0 0 6px;font-size:13px}.tasks-modal__side>.tasks-links{margin-top:auto;background:#0b1220;border:1px solid #1e293b;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:6px}.tasks-links .tasks-link-add{align-self:flex-end}.tasks-check__item{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;font-size:13px;color:#e2e8f0!important}.tasks-check__item .is-done{text-decoration:line-through;opacity:.6}.tasks-check__item span:nth-child(2){flex:1}.tasks-check__del{border:none;background:none;color:#f87171;cursor:pointer;font-size:15px;line-height:1}.tasks-check__add{display:flex;gap:6px;margin-top:6px}.tasks-check__add input{flex:1}.tasks-comments{background:#0b1220;border:1px solid #1e293b;border-radius:10px;padding:12px;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.tasks-comments__list{display:flex;flex-direction:column;gap:14px;padding-left:2px;flex:1 1 auto;min-height:0;overflow-y:auto}.tasks-comment{display:grid;grid-template-columns:28px 1fr;gap:10px;font-size:13px;background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:10px 12px}.tasks-comment__avatar{width:28px;height:28px;border-radius:50%;background:#334155;color:#cbd5e1;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex:none}.tasks-comment__main{min-width:0}.tasks-comment__head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.tasks-comment__author{font-weight:700;color:#e2e8f0}.tasks-comment__time{font-size:11px;color:#64748b}.tasks-comment__body{margin:3px 0 0;white-space:pre-wrap;color:#cbd5e1;line-height:1.4}.tasks-comment__actions{margin-left:auto;display:flex;gap:2px;opacity:0;transition:opacity .12s}.tasks-comment:hover .tasks-comment__actions{opacity:1}.tasks-comment__act{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:13px;line-height:1;padding:2px 4px;border-radius:4px}.tasks-comment__act:hover{background:#93c5fd29;color:#dbeafe}.tasks-comment__act--del:hover{background:#f8717129;color:#fca5a5}.tasks-comment__edit{margin-top:4px}.tasks-comment__edit textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:44px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-size:13px;padding:7px 10px}.tasks-comment__edit-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:4px}.tasks-comment__edit-actions .tasks-comment__act{margin-right:auto}.tasks-comment__edit-actions .admin-action-btn{width:auto;min-width:4.5rem;height:30px;min-height:30px;max-height:30px;padding:0 12px;font-size:13px}.tasks-comment__add{position:relative;display:flex;align-items:flex-end;gap:6px;margin-top:12px;border:1px solid #475569;border-radius:12px;background:#0f172a;padding:6px 6px 6px 12px}.tasks-mention{position:absolute;left:0;right:0;bottom:calc(100% + 4px);z-index:5;max-height:200px;overflow-y:auto;background:#1e293b;border:1px solid #334155;border-radius:10px;padding:4px;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 24px #02061780}.tasks-mention__item{text-align:left;border:none;background:none;color:#e2e8f0;font:inherit;font-size:13px;padding:6px 8px;border-radius:6px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tasks-mention__item.is-active{background:#93c5fd29;color:#dbeafe}.tasks-comment__add:focus-within{border-color:#93c5fd}.tasks-mention-chip{color:#93c5fd;font-weight:600}.tasks-comment__add-main{flex:1;min-width:0;display:flex;flex-direction:column}.tasks-comment__add textarea{flex:1 1 auto;border:none!important;background:none!important;color:#e2e8f0;font:inherit;font-size:13px;resize:none;padding:4px 0!important;max-height:120px;min-height:24px}.tasks-attachments--chips{padding-top:4px}.tasks-attachment-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 6px 3px 8px;border:1px solid #334155;border-radius:999px;background:#1e293b;color:#cbd5e1;font-size:12px;max-width:220px}.tasks-attachment-chip button{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:13px;line-height:1;padding:0 2px}.tasks-attachment-chip button:hover{color:#fca5a5}.tasks-comment__add textarea:focus{outline:none}.tasks-comment__send{flex:none;width:30px;height:30px;border:none;border-radius:8px;background:#93c5fd29;color:#93c5fd;font-size:13px;cursor:pointer}.tasks-comment__send:disabled{opacity:.4;cursor:default}.tasks-comment__send:not(:disabled):hover{background:#93c5fd47}.tasks-link-row{font-size:12px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.tasks-link-row a{color:#93c5fd}.tasks-link-add-form{display:flex;flex-direction:column;gap:4px;margin-top:6px}.tasks-link-results{display:flex;flex-direction:column;gap:2px;max-height:160px;overflow-y:auto}.tasks-link-result{text-align:left;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;padding:4px 6px;font-size:12px;cursor:pointer}.tasks-link-result:hover{border-color:#93c5fd}.tasks-side-check{flex-direction:row!important;align-items:center;gap:6px;color:#cbd5e1!important}.tasks-modal label.tasks-side-check>input[type=checkbox]{box-sizing:border-box;width:20px;min-width:20px;height:18px;min-height:18px;padding:0}.tasks-modal__mid>.tasks-side-line--author,.tasks-modal__side>.tasks-side-top{margin-top:22px}.tasks-side-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;min-height:38px}.tasks-side-status{display:flex;align-items:center;gap:6px;align-self:stretch}.tasks-side-status .tasks-side-check{font-size:12px;font-weight:400;color:#94a3b8!important}.tasks-side-top .tasks-side-check{flex:none}.tasks-side-line{margin:0;font-size:12px;color:#94a3b8}.tasks-side-line span{font-weight:600}.tasks-side-line--author{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;text-align:left}.tasks-side-line--author span{font-weight:400}.tasks-author-btn{width:auto;min-width:0;height:auto;min-height:0;max-height:none;padding:3px 8px;font-weight:inherit;vertical-align:baseline}.tasks-emp-archived td{opacity:.5}.tasks-emp-hint{margin:0 0 10px;font-size:12px}.tasks-subpage{font-weight:700;min-width:160px}.tasks-cols-list{display:flex;flex-direction:column;gap:6px}.tasks-cols-row{display:flex;align-items:center;gap:6px}.tasks-cols-row input{flex:1;box-sizing:border-box;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-size:13px;padding:6px 10px}.tasks-cols-row .tasks-check__del{font-size:14px;color:#94a3b8}.tasks-comment__quote,.tasks-reply-bar__quote{display:flex;flex-direction:column;gap:1px;width:100%;margin:0 0 6px;padding:3px 8px;border:none;border-left:2px solid #93c5fd;border-radius:0 6px 6px 0;background:#93c5fd1a;font:inherit;text-align:left;cursor:pointer}.tasks-comment__quote:hover,.tasks-reply-bar__quote:hover{background:#93c5fd2e}.tasks-comment__quote-author{color:#93c5fd;font-size:12px;font-weight:600}.tasks-comment__quote-text{overflow:hidden;color:#94a3b8;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.tasks-reply-bar{display:flex;align-items:center;gap:4px;padding-top:4px}.tasks-reply-bar__quote{margin-bottom:0}.tasks-reply-bar__cancel{flex:none;border:none;background:none;color:#94a3b8;font-size:16px;line-height:1;cursor:pointer}.tasks-reply-bar__cancel:hover{color:#fca5a5}.tasks-comment.is-flash{border-radius:8px;animation:tasks-comment-flash 1.6s ease-out}@keyframes tasks-comment-flash{0%{background:#93c5fd47}to{background:transparent}}.tasks-bookmark{cursor:grab}.tasks-bookmark:active{cursor:grabbing}.tasks-columns{cursor:grab}.tasks-columns.is-panning{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto}.tasks-bookmarks__error{margin:0;font-size:12px}.superchat{display:flex;flex-direction:column;gap:10px;height:calc(100vh - var(--admin-header-height, 170px) - 18px);min-height:360px;color:#e2e8f0;font:14px/1.5 system-ui,Segoe UI,Roboto,sans-serif}.superchat__head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding-left:10px}.superchat__head h1{margin:0;font-size:18px;font-weight:650}.superchat__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#94a3b8;font-size:12px}.superchat__dot{width:9px;height:9px;border-radius:50%;background:#64748b}.superchat__dot.is-ok{background:#34d399}.superchat__dot.is-err{background:#f87171}.superchat__auto{display:flex;align-items:center;gap:5px;cursor:pointer}.superchat__muted{color:#64748b}.superchat__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #334155;background:#1e293b;color:#e2e8f0;border-radius:6px;padding:5px 12px;font:inherit;font-size:12px;cursor:pointer}.superchat__btn:hover:not(:disabled){background:#334155;border-color:#475569}.superchat__btn:disabled{opacity:.55;cursor:default}.superchat__btn--primary{background:#1d4ed8;border-color:#2563eb;font-weight:600;margin-left:auto}.superchat__btn--primary:hover:not(:disabled){background:#2563eb}.superchat__main{flex:1;min-height:0;display:flex;gap:10px}.superchat__feed{flex:1;min-width:0;min-height:0;overflow-y:auto;background:#0b1220;border:1px solid #1e293b;border-radius:10px;padding:14px 16px}.superchat__recipients{order:-1;flex:0 0 234px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;padding:10px;background:#0b1220;border:1px solid #1e293b;border-radius:10px}.superchat__recipients-head{position:sticky;top:-10px;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#0b1220;padding:0 0 8px;margin:0 0 2px}.superchat__all-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #334155;background:#1e293b;color:#cbd5e1;border-radius:6px;padding:3px 10px;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.superchat__all-btn:hover{background:#334155;border-color:#475569}.superchat__all-btn.is-active{background:#93c5fd2e;border-color:#93c5fd8c;color:#bfdbfe}.superchat__histbar{display:flex;justify-content:center;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid #1e293b;font-size:12px;color:#64748b}.superchat__msg{padding:6px 10px 8px;margin-bottom:6px;border-left:2px solid transparent;border-radius:0 6px 6px 0}.superchat__msg:hover{background:#94a3b80f}.superchat__msg.is-mine{border-left-color:#3b82f6;background:#3b82f614}.superchat__msg-head{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.superchat__author{font-weight:650;font-size:13px}.superchat__tag{font-size:11px;color:#fbbf24;border:1px solid #78350f;background:#fbbf241f;border-radius:4px;padding:0 6px}.superchat__time{font-size:11px;color:#64748b;margin-left:auto}.superchat__body{white-space:normal;overflow-wrap:anywhere}.superchat__body p{margin:3px 0;white-space:pre-wrap}.superchat__body ul{margin:3px 0;padding-left:20px}.superchat__body code{background:#111827;border:1px solid #1f2937;border-radius:4px;padding:0 4px;font-family:Cascadia Code,Consolas,monospace;font-size:12px}.superchat__body a{color:#7eb6ff;text-underline-offset:2px}.superchat__body blockquote{margin:4px 0 6px;padding:3px 10px;border-left:3px solid #475569;background:#0f172a;border-radius:0 6px 6px 0;color:#94a3b8}.superchat__images{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.superchat__images img{max-width:min(360px,100%);max-height:260px;border-radius:8px;border:1px solid #1e293b;cursor:zoom-in;display:block}.superchat__file{display:inline-flex;align-items:baseline;gap:4px;margin-top:6px;padding:5px 10px;border:1px solid #334155;border-radius:8px;background:#0f172a;color:#93c5fd;font-size:13px;text-decoration:none;max-width:100%;overflow-wrap:anywhere}.superchat__file:hover{border-color:#475569;color:#bfdbfe}.superchat__file-size{color:#64748b}.superchat__file--gone{color:#94a3b8;border-style:dashed;background:transparent;cursor:default}.superchat__composer{display:flex;flex-direction:column;gap:8px;background:#0b1220;border:1px solid #1e293b;border-radius:10px;padding:10px 12px}.superchat__composer-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.superchat__from{font-size:12px;color:#94a3b8}.superchat__from strong{color:#e2e8f0}.superchat__to-hint{font-size:12px;color:#94a3b8}.superchat__sendstatus{font-size:12px;min-height:1em}.superchat__sendstatus.is-ok{color:#6ee7b7}.superchat__sendstatus.is-err{color:#fca5a5}.superchat__recipients-title{color:#93c5fd;font-weight:600;line-height:1;padding-left:12px}.superchat__rcpt{display:flex;align-items:center;gap:7px;padding:4px 6px;border-radius:6px;font-size:12px;color:#cbd5e1;cursor:pointer}.superchat__rcpt:hover{background:#94a3b81a}.superchat__rcpt.is-sel{background:#3b82f62e;color:#e2e8f0}.superchat__rcpt-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.superchat__recipients .superchat__rcpt input[type=checkbox]{width:1.05rem;height:1.05rem;margin:0;cursor:pointer}.superchat__rcpt .superchat__dot{flex:0 0 auto}.superchat__pending{display:flex;flex-wrap:wrap;gap:8px}.superchat__pend{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #2563eb}.superchat__pend img{width:100%;height:100%;object-fit:cover;display:block}.superchat__pend button{position:absolute;top:2px;right:2px;border:1px solid #6a4040;background:#3a2020;color:#fca5a5;border-radius:4px;line-height:1;padding:1px 5px;cursor:pointer}.superchat__pend--file{width:auto;max-width:220px;height:auto;padding:6px 26px 6px 10px;display:flex;flex-direction:column;gap:2px;background:#0f172a;border-color:#334155}.superchat__pend-name{font-size:12px;color:#cbd5e1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.superchat__pend-sub{font-size:11px;color:#64748b}.superchat__text{width:100%;min-height:calc(4.5em + 16px);max-height:40vh;resize:vertical;border:1px solid #334155;border-radius:8px;background:#0f172a;color:#e2e8f0;padding:8px 10px;font:inherit;line-height:1.5}.superchat__text:focus{outline:none;border-color:#3b82f6}.superchat__quote-pop{position:fixed;transform:translate(-50%,-100%);z-index:40;border:1px solid #334155;background:#243041;color:#e2e8f0;border-radius:8px;padding:6px 12px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #00000073}.superchat__quote-pop:hover{background:#2e3d52}.superchat__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#080a0ee0;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}.superchat__lightbox img,.superchat__lightbox video{max-width:min(96vw,1400px);max-height:92vh;border-radius:8px;border:1px solid #1e293b;box-shadow:0 12px 40px #00000073;cursor:default}.superchat__lightbox-close{position:absolute;top:12px;right:16px;font-size:22px;line-height:1;padding:2px 10px;border:1px solid #475569;background:#1e293b;color:#e2e8f0;border-radius:6px;cursor:pointer}.superchat__videos{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.superchat__video-thumb{position:relative;display:block;padding:0;border:1px solid #1e293b;border-radius:8px;background:#000;cursor:zoom-in;overflow:hidden;line-height:0}.superchat__video-thumb video{display:block;max-width:min(360px,100%);max-height:260px;pointer-events:none}.superchat__video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:34px;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.7);background:#02061740}.superchat__video-thumb:hover .superchat__video-play{background:#0206171a}:root{color-scheme:light;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f3f4f6;--app-bg-fallback: #060d18;--app-bg-overlay: rgba(6, 13, 24, .38);--app-bg-image: url(/banner-v4-bg-generated-v2-small.png);--scrollbar-track: #0f172a;--scrollbar-thumb: #475569;--scrollbar-thumb-hover: #64748b;--scrollbar-thumb-active: #3b82f6;--table-scroll-row-height: 1.75rem;--table-scroll-visible-rows: 16;--table-scroll-max-height: calc(var(--table-scroll-row-height) * var(--table-scroll-visible-rows));--page-max-width: 1400px;--techsheet-table-width: 1200px;--techsheet-label-col: 400px;--techsheet-data-area: 800px;--techsheet-conn-type-col: calc(var(--techsheet-data-area) / 4);--techsheet-conn-size-col: calc(var(--techsheet-data-area) / 4);--techsheet-conn-drawing-col: calc(var(--techsheet-data-area) / 2);--techsheet-label-min: 400px;--techsheet-label-padding-block: 2px;--techsheet-label-padding-inline: 4px;--techsheet-section-head-bg: #1e293b}.app-bg-shell{background-color:var(--app-bg-fallback);background-image:linear-gradient(var(--app-bg-overlay),var(--app-bg-overlay)),var(--app-bg-image);background-size:cover;background-position:right center}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--app-bg-fallback)}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-loading{min-height:100vh;display:grid;place-items:center}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#dbeafe 0%,transparent 55%),#f8fafc}.login-page--composed{display:block;padding:0;min-height:100vh;background:#060d18}.login-page--composed .login-composed__bg{display:block;width:100%;min-height:100vh;height:100vh;object-fit:cover;object-position:center}.login-composed{position:relative;width:100%;min-height:100vh;overflow:hidden}.login-composed__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.login-composed__form{position:absolute;left:46.74%;top:31.05%;width:min(390px,28vw);z-index:1}.login-form--glass{padding:24px;border-radius:14px;background:#0f172a85;border:1px solid rgba(148,163,184,.32);box-shadow:0 20px 48px #00000061;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-page--composed .login-form label{color:#cbd5e1}.login-page--composed .login-form input{border-color:#475569e6;background:#0f172ad1;color:#e2e8f0}.login-page--composed .login-form input:focus{outline:2px solid rgba(37,99,235,.55);outline-offset:1px;border-color:#3b82f6}.login-page--composed .form-error{color:#fca5a5}.login-composed__preview-tag{position:absolute;right:16px;bottom:12px;z-index:2;padding:4px 10px;border-radius:999px;font-size:.75rem;color:#64748b;background:#0f172aa6;border:1px solid rgba(71,85,105,.5)}@media(max-width:900px){.login-composed__form{left:50%;top:auto;bottom:clamp(24px,8vh,64px);width:min(92%,400px);transform:translate(-50%)}}.login-page--hero{display:block;padding:0;position:relative;overflow:hidden;background:var(--app-bg-fallback);--login-hero-inset-top: clamp(40px, 10vh, 96px);--login-hero-left-span: 40%;--login-hero-right-span: 60%;--login-hero-card-min: 350px;--login-hero-card-max: 350px;--login-hero-panel-offset: 40px}.login-hero__scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.login-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:left center}.login-hero__compressor{position:absolute;left:calc(var(--login-hero-left-span) / 2);top:var(--login-hero-inset-top);transform:translate(-50%);width:auto;height:auto;max-height:clamp(350px,72vh,550px);max-width:calc(var(--login-hero-left-span) - 4vw);object-fit:contain;object-position:top center;pointer-events:none;filter:drop-shadow(0 24px 48px rgba(0,0,0,.45))}.login-hero__panel{position:relative;z-index:1;min-height:100vh;width:var(--login-hero-right-span);margin-left:auto;display:flex;flex-direction:column;align-items:flex-start;padding:calc(var(--login-hero-inset-top) + var(--login-hero-panel-offset)) clamp(28px,5vw,56px) 40px}.login-hero__brand{margin-bottom:28px}.login-hero__brand h1{margin:0 0 10px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;letter-spacing:-.02em;color:#f8fafc;line-height:1.15}.login-hero__brand p{margin:0;font-size:clamp(.95rem,2vw,1.05rem);color:#7dd3fc;letter-spacing:.02em}.login-hero__card{width:min(100%,var(--login-hero-card-max));min-width:min(100%,var(--login-hero-card-min));padding:24px;border-radius:14px;background:#0f172ab8;border:1px solid rgba(71,85,105,.65);box-shadow:0 16px 40px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-page--hero .login-form label{color:#cbd5e1}.login-page--hero .login-form input{border-color:#475569;background:#0f172ae6;color:#e2e8f0}.login-page--hero .login-form input:focus{outline:2px solid rgba(37,99,235,.55);outline-offset:1px;border-color:#3b82f6}.login-page--hero .form-error{color:#fca5a5}@media(max-width:720px){.login-page--hero{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;--login-hero-inset-top: clamp(20px, 4vh, 32px)}.login-hero__scene{position:static;flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:min(38vh,280px);min-height:180px;z-index:1}.login-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:100vh;object-fit:cover;object-position:30% center;z-index:0}.login-hero__compressor{position:relative;left:auto;top:auto;transform:none;width:auto;height:auto;max-height:min(30vh,220px);max-width:85vw;object-fit:contain;object-position:center;z-index:1}.login-hero__panel{width:100%;margin:0;min-height:0;flex:1 1 auto;align-items:center;justify-content:flex-start;position:relative;z-index:1;padding:var(--login-hero-inset-top) clamp(20px,5vw,32px) clamp(24px,6vh,48px)}.login-hero__brand{margin-bottom:16px}}.login-page--branded{background:#0f172a}.login-shell{width:min(100%,720px);display:grid;gap:20px}.login-banner{width:100%;height:auto;display:block;border-radius:12px;border:1px solid #334155}.login-page--branded .login-card{background:#1e293b;border-color:#334155;color:#e2e8f0;box-shadow:0 12px 32px #00000059}.login-page--branded .login-form label{color:#cbd5e1}.login-page--branded .login-form input{border-color:#475569;background:#0f172a;color:#e2e8f0}.login-page--branded .form-error{color:#fca5a5}.login-card{width:min(100%,400px);padding:32px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 32px #0f172a14}.login-brand{text-align:center;margin-bottom:28px}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:6px;font-size:.95rem}.login-form input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px}.login-form button{padding:10px 14px;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}.login-form button:disabled{opacity:.7;cursor:wait}.login-form button.login-form__link{justify-self:end;margin-top:-8px;padding:0;border:none;border-radius:0;background:transparent;color:#7dd3fc;font-size:.85rem;font-weight:400;text-decoration:underline;cursor:pointer}.login-form button.login-form__link:disabled{opacity:.7;cursor:default}.form-error{margin:0;color:#b91c1c;font-size:.9rem}.form-success{margin:0;color:#16a34a;font-size:.9rem}.form-warning{margin:0;color:#ca8a04;font-size:.9rem}.app-shell{min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;display:grid;grid-template-rows:auto 1fr}.app-header{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:100%;min-width:0;padding:0 20px;background:#fff;border-bottom:1px solid #e5e7eb}.app-header__bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;min-width:0;width:100%}.app-header__clock{flex:1 1 auto;display:flex;justify-content:center;align-items:center;min-width:0}.app-header__clock .app-header__clock-btn{width:auto;min-width:0;max-width:none;height:auto;min-height:0;max-height:none;padding:8px 16px;font-family:JetBrains Mono,ui-monospace,SF Mono,Cascadia Code,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600;line-height:1;white-space:nowrap}.app-header__clock-sep{color:#3b5a86}.app-header__brand{display:flex;align-items:center;align-self:center;min-width:0}.app-header__brand-banner{display:block;height:75px;width:auto;max-width:min(100%,480px);object-fit:contain;object-position:left center}.app-header__logo{width:40px;height:40px;display:block;flex-shrink:0}.app-header__title{font-size:1.05rem;font-weight:700;color:#f8fafc;white-space:nowrap}.app-header__db-badge{margin-left:.75rem;padding:.15rem .5rem;border:1px solid rgba(148,163,184,.35);border-radius:3px;font-size:.7rem;font-weight:600;letter-spacing:.04em;color:#94a3b8;background:#0f172a59;white-space:nowrap;-webkit-user-select:none;user-select:none}.app-header__area{display:flex;align-items:center;align-self:center;font-size:1.6rem;font-weight:600;line-height:1;color:#dfe5ed;white-space:nowrap;position:relative;top:-4px}.app-header__release{font-size:.85rem;font-weight:500;color:#94a3b8}.app-header__release--user{padding-right:.75rem;margin-right:.25rem;border-right:1px solid rgba(148,163,184,.35)}.app-header__release-btn{margin:0;padding:0;border:none;background:none;font:inherit;font-size:.85rem;font-weight:500;line-height:1;color:#94a3b8;cursor:pointer;text-decoration:underline dotted rgba(148,163,184,.45);text-underline-offset:.2em}.app-header__release-btn:hover{color:#cbd5e1;text-decoration-style:solid}.modal-panel.release-notes-modal{position:relative;z-index:1;display:flex;flex-direction:column;width:min(560px,100%);max-height:min(calc(100vh - 40px - 2rem),calc(var(--table-scroll-max-height) * 1.6));min-height:calc(var(--table-scroll-max-height) * 1.6);overflow:hidden;color:#e2e8f0}.release-notes-modal .modal-header{flex-shrink:0;margin-bottom:.75rem}.release-notes-scroll{flex:1 1 auto;min-height:0;min-width:0;overflow:auto;overflow-x:hidden;margin-right:-.35rem;padding-right:.35rem}.release-notes-modal .modal-header h2{color:#f1f5f9}.modal-backdrop.release-notes-backdrop{align-items:flex-start;padding-top:40px;z-index:1100}.release-notes-backdrop__hit{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:none;background:transparent;cursor:default}.release-notes-loading,.release-notes-error,.release-notes-empty{margin:0;color:#94a3b8}.release-notes-error{color:#fca5a5}.release-notes-list{display:flex;flex-direction:column;gap:1rem}.release-notes-entry{padding:.75rem .9rem;border:1px solid #334155;border-radius:.75rem;background:#0f172a8c}.release-notes-entry--current{border-color:#3b82f68c;background:#1e3a8a2e}.release-notes-entry__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.release-notes-entry__head strong{color:#e2e8f0}.release-notes-entry__head time{font-size:.82rem;color:#94a3b8;white-space:nowrap}.release-notes-entry ul{margin:0;padding-left:1.15rem;color:#cbd5e1}.release-notes-entry li+li{margin-top:.35rem}.manager-demo-catalog-form{margin-bottom:1rem}.manager-demo-catalog-form .mgr-search-grid{width:100%}.manager-demo-catalog-table .mgr-meta{display:block;margin-top:2px;font-size:.82rem;color:#94a3b8}.manager-demo-catalog-table .mgr-link{color:#93c5fd;font-weight:700}.manager-demo-catalog-table .mgr-table__actions{white-space:nowrap;text-align:right}.manager-demo-catalog-table .mgr-btn{display:inline-flex;min-width:auto;margin-left:.35rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:2rem;background:#020617b8}.modal-panel{width:min(820px,100%);max-height:min(80vh,760px);overflow:auto;padding:1rem;border:1px solid #334155;border-radius:1rem;background:#0f172a;box-shadow:0 24px 70px #00000073}.modal-backdrop.catalog-compare-backdrop{align-items:flex-start;padding-top:200px}.modal-panel.catalog-compare-modal{width:min(var(--page-max-width),100%);max-height:min(calc(100vh - 200px - 2rem),860px)}.modal-panel.catalog-add-modal{width:min(520px,100%);max-height:calc(100vh - var(--admin-header-height, 8rem) - 2rem);overflow:hidden;display:flex;flex-direction:column}.modal-panel.catalog-add-modal .modal-header{flex-shrink:0}.modal-panel.catalog-add-modal .catalog-add-form{flex:1 1 auto;min-height:0;overflow:hidden}.modal-backdrop.catalog-add-backdrop{align-items:flex-start;padding:var(--admin-header-height, 8rem) 2rem 2rem}.modal-backdrop.publish-incomplete-backdrop{z-index:1300}.identify-busy-backdrop{z-index:1350;cursor:wait;pointer-events:auto;-webkit-user-select:none;user-select:none}.identify-busy-panel{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:min(22rem,calc(100vw - 2rem));padding:2rem 1.75rem;border:1px solid #334155;border-radius:1rem;background:#0f172a;box-shadow:0 24px 70px #00000073;text-align:center}.identify-busy-hourglass{display:block;font-size:3.25rem;line-height:1;animation:identify-hourglass-turn 2.2s ease-in-out infinite;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.identify-busy-panel__title{margin:0;font-size:1.05rem;font-weight:700;color:#e2e8f0}.identify-busy-panel__hint{margin:0;font-size:.9rem}@keyframes identify-hourglass-turn{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.modal-panel.publish-incomplete-modal{width:min(520px,100%);max-height:min(80vh,720px);overflow:auto;color:#e2e8f0}.publish-incomplete-modal .modal-header h2{color:#f1f5f9}.publish-incomplete-modal__intro{margin:0 0 1rem;line-height:1.45;color:#cbd5e1}.publish-incomplete-modal__intro strong{color:#f8fafc;font-weight:700}.publish-incomplete-modal__model-block+.publish-incomplete-modal__model-block{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #334155}.publish-incomplete-modal__model-title{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:#e2e8f0}.publish-incomplete-modal__list{display:flex;flex-direction:column;gap:1rem}.publish-incomplete-modal__section h3{margin:0 0 .35rem;font-size:.95rem;font-weight:600;color:#f1f5f9}.publish-incomplete-modal__section ul{margin:0;padding-left:1.25rem;color:#e2e8f0}.publish-incomplete-modal__section li{margin:.2rem 0;color:#e2e8f0}.verify-blocked-modal__summary{margin:0 0 1rem;font-size:.85rem;color:#94a3b8}.verify-blocked-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:1rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-header h2{margin:0;flex:1 1 auto;min-width:0;color:#f1f5f9}.modal-close-btn{flex-shrink:0;width:40px;height:40px;margin:-8px -8px -8px 0;padding:0;border:none;border-radius:0;background:transparent;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.modal-close-btn__icon{font-size:24px;line-height:1;font-weight:300}.modal-close-btn:hover:not(:disabled){background:#e81123;color:#fff}.modal-close-btn:disabled{opacity:.45;cursor:not-allowed}.manufacturer-form{display:grid;grid-template-columns:minmax(8rem,.8fr) minmax(12rem,1.4fr) auto;gap:.75rem;align-items:center;margin-bottom:1rem}.manufacturer-catalog,.refrigerant-catalog{max-width:600px}.refrigerant-catalog .manufacturer-table-wrap{--manufacturer-head-row-height: var(--table-scroll-row-height);--manufacturer-row-height: var(--table-scroll-row-height);--manufacturer-visible-rows: calc(var(--table-scroll-visible-rows) - 2);max-height:var(--table-scroll-max-height);overflow:auto;border-radius:.75rem}.refrigerant-catalog .manufacturer-table-wrap .manufacturer-catalog-table thead{position:sticky;top:0;z-index:1;background:#0f172a}.manufacturer-catalog-table .refrigerant-col-designation{width:33.333%}.manufacturer-catalog-table .refrigerant-col-name{width:66.667%}.refrigerant-catalog-table .manufacturer-add-row .table-actions{text-align:left}.refrigerant-catalog-table .manufacturer-add-row .table-actions .admin-action-btn{width:7rem;min-width:0}.manufacturer-catalog-table{--manufacturer-head-row-height: var(--table-scroll-row-height);table-layout:fixed;width:100%}.manufacturer-catalog .manufacturer-table-wrap{--manufacturer-head-row-height: var(--table-scroll-row-height);--manufacturer-row-height: var(--table-scroll-row-height);--manufacturer-visible-rows: calc(var(--table-scroll-visible-rows) - 1);max-height:var(--table-scroll-max-height);overflow:auto;border-radius:.75rem}.manufacturer-catalog .manufacturer-table-wrap .manufacturer-catalog-table thead{position:sticky;top:0;z-index:1;background:#0f172a}.manufacturer-catalog-table .manufacturer-toolbar-row th,.manufacturer-catalog-table .manufacturer-head-row th,.manufacturer-catalog-table .manufacturer-add-row th{background:#0f172a}.manufacturer-catalog-table .manufacturer-toolbar-row th{box-shadow:0 1px #334155;padding:4px;vertical-align:middle}.manufacturer-catalog-table .manufacturer-toolbar-row .table-actions{text-align:left}.manufacturer-catalog-table .manufacturer-col-moysklad,.manufacturer-catalog-table .manufacturer-col-name,.manufacturer-catalog-table .manufacturer-col-sync{width:28%}.manufacturer-catalog-table .manufacturer-col-actions{width:16%}.manufacturer-head-row th{padding:.35rem .6rem;font-size:.78rem;font-weight:600;color:#94a3b8;text-align:left;border-bottom:1px solid #1e293b}.manufacturer-sync-cell{font-size:.8rem;vertical-align:middle}.manufacturer-sync-diff{color:#eab308}.manufacturer-sync-bad{color:#f87171}.manufacturer-row--mismatch td{background:#eab3081f}.manufacturer-row--deleted td{background:#ef44441f}.manufacturer-sync-report{margin:0 0 .75rem;font-size:.85rem}.manufacturer-catalog-table input{width:100%;box-sizing:border-box;padding:.45rem .6rem;border:1px solid #475569;border-radius:.5rem;background:#020617;color:#e2e8f0;font-size:.85rem;line-height:1.25;font-weight:600}.manufacturer-catalog-table .table-actions .admin-action-btn{width:7rem;min-width:0}.manufacturer-uuid-cell{font-size:.8rem;white-space:nowrap;overflow:hidden;max-width:0}.manufacturer-catalog-table td.manufacturer-uuid-cell,.manufacturer-catalog-table th.manufacturer-uuid-cell,.manufacturer-catalog-table td:first-child,.manufacturer-catalog-table th:first-child{vertical-align:middle}.manufacturer-uuid{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manufacturer-add-form-anchor{display:none}.manufacturer-form input,.manufacturer-table-wrap input{width:100%;padding:.45rem .6rem;border:1px solid #475569;border-radius:.5rem;background:#020617;color:#e2e8f0}.access-catalog{max-width:var(--page-max-width)}.access-catalog-layout{--access-catalog-width: var(--page-max-width);max-width:var(--access-catalog-width);width:100%}.access-catalog-layout .page-header{width:100%;box-sizing:border-box;padding:0 12px;margin-bottom:16px}.access-catalog-layout__message{margin:0 12px 16px}.access-catalog-layout .access-catalog{max-width:none;width:100%}.access-catalog-layout .access-table-wrap{max-width:none}.access-catalog-table{table-layout:fixed;width:100%}.access-catalog-table .access-col-login,.access-catalog-table .access-col-email{width:18%}.access-catalog-table .access-col-last-name,.access-catalog-table .access-col-first-name{width:14%}.access-catalog-table .access-col-role{width:12%}.access-catalog-table .access-col-ms{width:24%}.access-catalog .access-table-wrap{overflow:auto}.access-catalog-table__row{cursor:pointer}.access-catalog-table__row:hover{background:#94a3b814}.modal-panel.access-user-modal{width:min(480px,100%);max-height:min(90vh,720px)}.access-user-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:.75rem}.admin-header{background:#111827d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f9fafb;border-bottom:none;padding-bottom:0}.admin-header .app-header__bar{border-bottom:1px solid rgba(55,65,81,.85)}.app-nav{display:flex;flex-wrap:wrap;gap:6px;flex:1 1 auto;min-width:0;align-items:flex-start;padding:0 0 10px;overflow:visible}.app-nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:7rem;gap:4px;padding:10px 18px 12px;border:1px solid transparent;border-top:none;border-radius:0 0 10px 10px;color:inherit;font-weight:500;line-height:1.2;white-space:nowrap;overflow:visible;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.app-header__user{display:flex;align-items:center;gap:12px;align-self:center;flex-shrink:0;margin-left:auto}.app-header__user-name{margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}.app-header__user-name:hover,.app-header__user-name:focus-visible{color:#f8fafc;outline:none;text-decoration:underline;text-underline-offset:3px}.app-main{padding:24px}.placeholder-page{max-width:720px;padding:24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.admin-shell .placeholder-page{background:#1f2937;color:#f9fafb;border-color:#374151}.stats-list{margin:16px 0 0;padding-left:20px}.admin-shell{--admin-content-max: var(--page-max-width);--admin-content-gutter: 0px;--admin-header-height: calc(107px + 1.2rem) ;color:#e2e8f0}.admin-shell .app-header{padding-left:0;padding-right:0}.admin-shell .app-header__bar,.admin-shell .app-nav,.admin-shell .app-main{max-width:var(--admin-content-max);width:100%;margin-left:auto;margin-right:auto;padding-left:var(--admin-content-gutter);padding-right:var(--admin-content-gutter);box-sizing:border-box}.admin-shell .app-main{padding-top:4px;padding-bottom:10px;min-width:0}.admin-header .app-nav a{color:#94a3b8;background:#1e293b;border-color:#334155}.admin-header .app-nav a:hover{color:#e2e8f0;background:#334155;border-color:#475569;transform:translateY(2px);box-shadow:0 4px 12px #0f172a59}.admin-header .app-nav a.is-active,.admin-header .app-nav a[aria-current=page]{color:#bfdbfe;background:#0f172a;border-color:#475569;border-top-color:transparent;font-weight:600;transform:translateY(-1px);box-shadow:none;z-index:1}.admin-header .app-nav a.is-active:after,.admin-header .app-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#60a5fa;border-radius:0 0 2px 2px}.admin-header .app-nav a.is-active:hover,.admin-header .app-nav a[aria-current=page]:hover{color:#dbeafe;background:#0f172a;transform:translateY(-1px);box-shadow:none}@keyframes app-nav-blink{0%,to{border-color:#334155;box-shadow:none;color:#fca5a5}50%{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444;color:#fecaca}}.app-nav a.nav-blink,.admin-header .app-nav a.nav-blink{animation:app-nav-blink 1.1s ease-in-out infinite}@media(max-width:720px){.app-header__title{display:none}.app-header__bar{gap:8px 12px}.admin-shell{--admin-content-gutter: 0px;--admin-header-height: calc(103px + 1.2rem) }.app-nav a{padding:8px 12px 10px;font-size:.88rem}}.admin-page{width:100%;min-width:0;--queue-select-width: 10rem;--queue-manufacturer-filter-width: 160px;--queue-col-no: 3.25rem;--queue-col-priority: 3.25rem;--queue-col-model: 24rem;--queue-col-source: 6.5rem;--queue-col-created: 6.5rem;--queue-toolbar-cols: var(--queue-col-no) var(--queue-col-priority) minmax(0, 1fr) var(--queue-select-width) var(--queue-select-width) var(--queue-col-model)}.admin-page--model{width:100%;max-width:var(--page-max-width)}.admin-page--model .techsheet-page-top,.admin-page--model .techsheet-model-form,.admin-page--model>.admin-panel{width:100%;max-width:var(--page-max-width);box-sizing:border-box}.admin-page--model .techsheet-model-form{padding-inline:16px;--techsheet-table-width: calc(var(--page-max-width) - 32px);--techsheet-label-col: calc(var(--techsheet-table-width) / 3);--techsheet-data-area: calc(var(--techsheet-table-width) * 2 / 3);--techsheet-label-min: calc(var(--techsheet-table-width) / 3);--techsheet-conn-type-col: calc(var(--techsheet-data-area) / 4);--techsheet-conn-size-col: calc(var(--techsheet-data-area) / 4);--techsheet-conn-drawing-col: calc(var(--techsheet-data-area) / 2)}.admin-page--model .techsheet-model-form .techsheet-table{width:var(--techsheet-table-width);max-width:100%;margin-inline:0}.page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px}.page-header:not(.page-header--stacked)>div:first-child{min-width:0;flex:1 1 auto}.techsheet-page-top{width:100%;margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.model-fill-message{width:100%;max-width:100%;margin:0;padding:0;font-size:.95rem;font-weight:500;line-height:1.5;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.model-fill-message--success{color:#4ade80}.model-fill-message--warning{color:#fbbf24}.model-fill-message--error{color:#f87171}.model-links-panel{margin-bottom:16px}.model-links-panel--embedded{margin-bottom:0}.model-links-panel textarea,.model-links-panel input:not([type=checkbox]),.model-links-panel select{box-sizing:border-box;padding:8px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit}.model-links-panel input:not([type=checkbox]),.model-links-panel select{height:var(--techsheet-field-height, 32px);min-height:var(--techsheet-field-height, 32px);padding:0 10px;line-height:calc(var(--techsheet-field-height, 32px) - 2px)}.model-links-panel textarea:disabled,.model-links-panel input:disabled,.model-links-panel select:disabled{opacity:.85}.model-links-panel__title{margin:0 0 12px;font-size:1.05rem}.model-links-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}@media(max-width:1100px){.model-links-panel__grid{grid-template-columns:1fr}}.model-links-panel__section{min-width:0;display:flex;flex-direction:column}.model-links-panel__section--note{display:flex;flex-direction:column}.model-links-panel__note-input{width:100%;flex:1;min-height:140px;resize:vertical;line-height:1.4}.model-links-panel__table-wrap{overflow-x:auto;flex:1;min-height:0}.model-links-panel__subtitle{margin:8px;font-size:.95rem;font-weight:600}.model-links-panel__section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.model-links-panel__section-header .model-links-panel__subtitle{margin:0}.model-links-panel__add-btn{flex-shrink:0;height:28px;min-height:28px;padding:0 10px;line-height:1;font-size:.85rem}.modal-panel.add-analog-modal{width:min(520px,100%);max-height:min(80vh,640px);display:flex;flex-direction:column}.add-analog-modal__intro{margin:0 0 12px;color:var(--text-muted, #94a3b8);font-size:.9rem}.add-analog-modal__search-label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:.9rem}.add-analog-modal__search-label input{padding:8px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit}.add-analog-modal__results{flex:1;min-height:120px;max-height:280px;overflow:auto;margin-bottom:12px}.add-analog-modal__hint{margin:0;color:var(--text-muted, #94a3b8);font-size:.9rem}.add-analog-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.add-analog-modal__item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 10px;border:1px solid #334155;border-radius:6px;background:#1e293b;color:#e2e8f0;font:inherit;text-align:left;cursor:pointer}.add-analog-modal__item:hover:not(:disabled){border-color:#475569;background:#273449}.add-analog-modal__item--selected{border-color:#38bdf8;background:#0c4a6e}.add-analog-modal__item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-analog-modal__item-badge{flex-shrink:0;font-size:.75rem;color:#94a3b8}.add-analog-modal__actions{display:flex;justify-content:flex-end;gap:8px}.modal-panel.add-part-number-modal{width:min(420px,100%)}.modal-panel.moysklad-links-modal{width:min(820px,100%);color:#e2e8f0}.modal-panel.drawing-gallery-modal{width:min(900px,100%);color:#e2e8f0}.drawing-gallery-modal__header{align-items:center}.drawing-gallery-modal__title{display:inline-flex;align-items:center;gap:10px;margin:0;min-width:0;color:#f1f5f9}.drawing-gallery-modal__lamp{display:block!important;flex-shrink:0}.drawing-gallery-modal__header-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.drawing-gallery-modal__body{padding:0 4px 8px}.drawing-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.drawing-gallery-tile{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid #334155;border-radius:8px;background:#0f172a;color:#e2e8f0;cursor:pointer;text-align:left}.drawing-gallery-tile--draggable{cursor:grab}.drawing-gallery-tile--draggable:active{cursor:grabbing}.drawing-gallery-tile--drag-over{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf8}.drawing-gallery-tile:hover{border-color:#64748b}.drawing-gallery-tile--selected{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf8}.drawing-gallery-tile img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:4px}.drawing-gallery-tile__placeholder{width:100%;aspect-ratio:1;display:grid;place-items:center;background:#1e293b;color:#64748b;border-radius:4px;font-size:1.25rem}.drawing-gallery-tile__label{display:block;width:100%;font-size:.8rem;color:#94a3b8;text-align:center}.drawing-gallery-modal__footer{display:flex;align-items:center;gap:12px;margin-top:14px;flex-wrap:wrap}.drawing-gallery-modal__hint{font-size:.85rem}.moysklad-links-modal .modal-header h2{color:#f1f5f9}.moysklad-links-modal__title{display:inline-flex;align-items:center;gap:10px;min-width:0}.moysklad-links-modal__header-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.moysklad-links-modal__stock-btn{text-decoration:none;white-space:nowrap}.moysklad-links-modal__icon{flex-shrink:0;width:28px;height:28px;object-fit:contain;border-radius:4px}.moysklad-links-modal__body{padding:0 4px 8px}.moysklad-links-table{width:100%;border-collapse:collapse;font-size:.92rem}.moysklad-links-table th,.moysklad-links-table td{padding:8px 10px;border-bottom:1px solid #334155;text-align:left}.moysklad-links-table th{color:#94a3b8;font-weight:600}.moysklad-links-table td:nth-child(n+3),.moysklad-links-table th:nth-child(n+3){text-align:right;white-space:nowrap}.moysklad-links-table td:nth-child(2),.moysklad-links-table th:nth-child(2){white-space:nowrap}.moysklad-links-table a{color:#7dd3fc;text-decoration:none}.moysklad-links-table a:hover{text-decoration:underline}.add-part-number-modal__form{display:flex;flex-direction:column;gap:12px}.add-part-number-modal__field{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.add-part-number-modal__field input,.add-part-number-modal__field select{padding:8px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit}.add-part-number-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.modal-panel.similar-catalog-modal{max-width:560px}.similar-catalog-modal__lead{margin:0 0 12px;line-height:1.45}.similar-catalog-modal__list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.similar-catalog-modal__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--border-subtle, #d8dee6);border-radius:6px}.similar-catalog-modal__meta{display:block;font-size:12px;color:var(--text-muted, #5c6570);margin-top:2px}.similar-catalog-modal__actions{display:flex;justify-content:flex-end;gap:8px}.model-analog-table__row{cursor:context-menu}.model-links-panel__grid .model-links-panel__section+.model-links-panel__section{margin-top:0}.model-links-panel__section+.model-links-panel__section{margin-top:16px}.model-links-panel__hint{margin:0;color:var(--text-muted, #94a3b8);font-size:.9rem}.model-analog-table{width:100%;border-collapse:separate;table-layout:fixed;margin:0;font-size:inherit}.model-analog-table td{box-sizing:border-box;height:auto;min-height:var(--techsheet-field-height, 32px);padding:0 10px;border:1px solid #475569;border-radius:6px;vertical-align:middle;background:#0f172a;color:#e2e8f0}.model-analog-table__row--link:hover td{background:#0f172a;border-color:#64748b}.model-analog-table__link{display:block;overflow:hidden;color:inherit;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;line-height:calc(var(--techsheet-field-height, 32px) - 2px);cursor:pointer}.model-analog-table__row--static td{color:#94a3b8}.model-analog-table__static{margin-right:6px}.model-links-table{width:100%;border-collapse:collapse;font-size:.9rem}.model-links-table th,.model-links-table td{padding:6px 8px;border-bottom:1px solid rgba(148,163,184,.2);text-align:left;vertical-align:top}.model-links-table__note{max-width:280px;white-space:pre-wrap}.model-links-table__badge{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;font-size:.75rem;background:#94a3b826}.model-links-table__badge--official{background:#4ade8026;color:#4ade80}.model-links-table__badge--note{background:transparent;padding-left:0;padding-right:0}.model-links-table__unresolved td:first-child{opacity:.85}.model-part-numbers-list{list-style:none;margin:0 0 10px;padding:0}.model-part-numbers-list li,.model-part-numbers-list__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:4px 0}.model-part-numbers-list__row{cursor:context-menu}.model-part-numbers-list__code{font-family:var(--font-mono, monospace)}.model-part-numbers-list__kind,.model-part-numbers-list__note{font-size:.85rem;color:var(--text-muted, #94a3b8)}.model-part-numbers-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.model-part-numbers-form input{min-width:180px}.modal-backdrop.fill-progress-backdrop{z-index:1400;cursor:wait}.modal-panel.fill-progress-modal{width:min(480px,100%);max-height:min(80vh,560px)}.fill-progress-modal__header{margin-bottom:.25rem}.fill-progress-modal__header h2{margin:0;font-size:1.15rem}.fill-progress-modal__model{margin:0 0 .5rem;font-size:.95rem;color:#cbd5e1}.fill-progress-modal__wait{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#f8fafc}.fill-progress-timeline{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:0}.fill-progress-timeline__item{display:grid;grid-template-columns:1.25rem 1fr;gap:.65rem;align-items:start;padding:.55rem 0;position:relative;color:#94a3b8}.fill-progress-timeline__item--pending{color:#fde68a}.fill-progress-timeline__item:not(:last-child):after{content:"";position:absolute;left:.45rem;top:1.45rem;bottom:-.55rem;width:2px;background:#334155}.fill-progress-timeline__item--done:not(:last-child):after{background:#4ade80}.fill-progress-timeline__item--active{color:#bfdbfe;font-weight:600}.fill-progress-timeline__item--done{color:#86efac}.fill-progress-timeline__dot{width:.95rem;height:.95rem;margin-top:.15rem;border-radius:50%;border:2px solid #475569;background:#0f172a;box-sizing:border-box}.fill-progress-timeline__item--pending .fill-progress-timeline__dot{border-color:#fbbf24;background:#fbbf24}.fill-progress-timeline__item--active .fill-progress-timeline__dot{border-color:#60a5fa;background:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d}.fill-progress-timeline__item--done .fill-progress-timeline__dot{border-color:#4ade80;background:#4ade80}.fill-progress-modal__hint{margin:0;font-size:.85rem;line-height:1.45}.verify-field--manual,.techsheet-table__conn-cell--verify-manual input,.techsheet-table__conn-cell--verify-manual select,.techsheet-table__row--verify-manual .techsheet-table__value input,.techsheet-table__row--verify-manual .techsheet-table__value select,.verify-field-wrap.verify-field--manual input,.verify-field-wrap.verify-field--manual select,.verify-field-wrap.verify-field--manual .checkbox-dropdown__trigger{outline:2px solid #60a5fa;outline-offset:0;border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa59;background-color:#60a5fa24}.verify-field--trusted,.techsheet-table__conn-cell--verify-trusted input,.techsheet-table__conn-cell--verify-trusted select,.techsheet-table__row--verify-trusted .techsheet-table__value input,.techsheet-table__row--verify-trusted .techsheet-table__value select,.verify-field-wrap.verify-field--trusted input,.verify-field-wrap.verify-field--trusted select,.verify-field-wrap.verify-field--trusted .checkbox-dropdown__trigger{outline:2px solid #4ade80;outline-offset:0;border-color:#4ade80;box-shadow:0 0 0 1px #4ade8059;background-color:#4ade801f}.verify-field--medium,.techsheet-table__conn-cell--verify-medium input,.techsheet-table__conn-cell--verify-medium select,.techsheet-table__row--verify-medium .techsheet-table__value input,.techsheet-table__row--verify-medium .techsheet-table__value select,.verify-field-wrap.verify-field--medium input,.verify-field-wrap.verify-field--medium select,.verify-field-wrap.verify-field--medium .checkbox-dropdown__trigger{outline:2px solid #fbbf24;outline-offset:0;border-color:#fbbf24;box-shadow:0 0 0 1px #fbbf2459;background-color:#fbbf241f}.verify-field--conflict,.techsheet-table__conn-cell--verify-conflict input,.techsheet-table__conn-cell--verify-conflict select,.techsheet-table__row--verify-conflict .techsheet-table__value input,.techsheet-table__row--verify-conflict .techsheet-table__value select,.verify-field-wrap.verify-field--conflict input,.verify-field-wrap.verify-field--conflict select,.verify-field-wrap.verify-field--conflict .checkbox-dropdown__trigger{outline:2px solid #f87171;outline-offset:0;border-color:#f87171;box-shadow:0 0 0 1px #f8717159;background-color:#f8717124}.techsheet-table__row--verify-trusted>.techsheet-table__label,.techsheet-table__conn-cell--verify-trusted{box-shadow:inset 3px 0 #4ade80}.techsheet-table__row--verify-medium>.techsheet-table__label,.techsheet-table__conn-cell--verify-medium{box-shadow:inset 3px 0 #fbbf24}.techsheet-table__row--verify-conflict>.techsheet-table__label,.techsheet-table__conn-cell--verify-conflict{box-shadow:inset 3px 0 #f87171}.model-verify-legend-banner{width:100%;margin:0;padding:8px 12px;border-radius:6px;font-size:.92rem;line-height:1.45;color:#e2e8f0;background:#1e293bd9;border:1px solid #475569;box-sizing:border-box}.model-verify-legend-banner strong{color:#f8fafc}.model-verify-legend-banner__manual{color:#93c5fd}.model-verify-legend-banner__trusted{color:#86efac}.model-verify-legend-banner__medium{color:#fcd34d}.model-verify-legend-banner__conflict{color:#fca5a5}.model-verify-conflict-banner{width:100%;margin:0;padding:8px 12px;border-radius:6px;font-size:.92rem;line-height:1.45;color:#fecaca;background:#7f1d1d59;border:1px solid rgba(248,113,113,.45);box-sizing:border-box}.model-verify-conflict-banner strong{color:#fca5a5}.page-header--stacked{display:flex;flex-direction:column;gap:10px;width:100%}.page-header--stacked .page-header__toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px;flex-wrap:wrap;min-width:0}.page-header--stacked .page-header__toolbar-start{display:flex;align-items:center;gap:12px;flex:1 1 0;min-width:min-content;overflow:hidden}.page-header--stacked .page-header__toolbar-center{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0 12px;position:relative;z-index:0}.page-header--stacked .page-header__moysklad{flex-shrink:0}.page-header__moysklad-group{display:inline-flex;align-items:center;gap:6px}.page-header__moysklad-icon{display:block;flex:0 0 auto;width:38px;height:38px;box-sizing:border-box}.page-header__title-icon-wrap{display:inline-flex;align-items:center;gap:8px;padding-left:8px;line-height:1}.page-header__title-icon{width:30px;height:30px;flex:0 0 auto;object-fit:contain;align-self:center}.page-header--stacked .page-header__back{margin-bottom:0;flex:0 0 auto}.page-header--stacked .page-header__save,.page-header--stacked .page-header__fill,.page-header--stacked .page-header__techsheet{flex-shrink:0}.page-header--stacked .page-header__save--placeholder{visibility:hidden;pointer-events:none}.page-header--stacked .page-header__inline-message{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header--stacked .page-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex:1 1 0;flex-wrap:nowrap;margin-left:0;min-width:min-content}.page-header--stacked .page-header__status,.page-header--stacked .page-header__action{flex-wrap:nowrap;white-space:nowrap}.page-header--stacked .page-header__title-block{width:100%;min-width:0}.page-header--stacked h1{margin:0}.page-header h1{margin:0 0 4px;font-size:1.6rem}.model-code-nowrap{white-space:nowrap}.model-code-nowrap--editable{cursor:pointer;border-bottom:1px dashed transparent}.model-code-nowrap--editable:hover{border-bottom-color:currentColor}.modal-panel.model-code-rename-modal{max-width:480px;color:#e2e8f0}.model-code-rename-modal .modal-header h2{color:#f1f5f9}.model-code-rename-modal__form{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px}.model-code-rename-modal__field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#cbd5e1}.model-code-rename-modal__field input{box-sizing:border-box;width:100%;height:var(--techsheet-field-height, 32px);min-height:var(--techsheet-field-height, 32px);padding:0 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit;line-height:calc(var(--techsheet-field-height, 32px) - 2px)}.model-code-rename-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.page-header__subtitle{margin:0;color:#94a3b8}.page-header__back{margin-bottom:8px}.admin-action-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:7rem;height:38px;min-height:38px;max-height:38px;padding:0 14px;border:1px solid rgba(147,197,253,.35);border-radius:8px;background:linear-gradient(180deg,#93c5fd38,#1e293b8c 55%,#0f172ad9);color:#93c5fd;font:inherit;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:0 2px 5px #00000073,0 1px #ffffff1a,inset 0 1px #ffffff29,inset 0 -2px #00000047;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease}.admin-action-btn:hover:not(:disabled){color:#dbeafe;background:linear-gradient(180deg,#bfdbfe47,#33415599 55%,#0f172ae6);border-color:#93c5fd8c;box-shadow:0 3px 7px #00000080,0 1px #ffffff1f,inset 0 1px #fff3,inset 0 -2px #0000004d}.admin-action-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #0006,inset 0 2px 4px #00000059}.admin-action-btn.is-active:not(:disabled),.admin-action-btn[aria-pressed=true]:not(:disabled){transform:translateY(1px);color:#dbeafe;border-color:#93c5fda6;background:linear-gradient(180deg,#1e293be6,#334155b3 55%,#93c5fd33);box-shadow:0 1px 2px #0006,inset 0 2px 4px #00000059}.admin-action-btn:disabled{opacity:.55;cursor:not-allowed}.admin-action-btn--danger{color:#fecaca;border-color:#f8717173;background:linear-gradient(180deg,#f8717147,#450a0a8c 55%,#280a0ae6);box-shadow:0 2px 5px #00000073,0 1px #ffffff14,inset 0 1px #fecaca33,inset 0 -2px #450a0a8c}.admin-action-btn--danger:hover:not(:disabled){color:#fee2e2;border-color:#fca5a5a6;background:linear-gradient(180deg,#fca5a559,#7f1d1da6 55%,#450a0af2);box-shadow:0 3px 7px #00000080,0 1px #ffffff1a,inset 0 1px #fee2e240,inset 0 -2px #450a0a99}.admin-action-btn--danger:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #0006,inset 0 2px 4px #00000059}.admin-action-btn--icon{--admin-action-btn-size: calc(1.25em + 16px) ;width:var(--admin-action-btn-size);min-width:var(--admin-action-btn-size);max-width:var(--admin-action-btn-size);height:var(--admin-action-btn-size);min-height:var(--admin-action-btn-size);max-height:var(--admin-action-btn-size);padding:0;flex-shrink:0}.admin-action-btn__icon{display:block}.page-header__actions{display:flex;align-items:center;gap:24px;flex-shrink:0}.page-header__status,.page-header__action{display:inline-flex;align-items:center;gap:8px}.page-header__status-label{color:#94a3b8;font-size:.9rem}.stat-grid-stack{display:grid;gap:18px;margin-bottom:20px;min-width:0}.stat-grid-section{display:grid;gap:8px;min-width:0}.stat-grid-section__title{margin:0;font-size:.95rem;font-weight:600;color:#e2e8f0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr));gap:14px;margin-bottom:0;min-width:0}.stat-card{display:grid;gap:4px;padding:18px;border-radius:12px;background:#1e293b;border:1px solid #334155;text-decoration:none;color:inherit;transition:border-color .15s}.stat-card:hover{border-color:#475569}.stat-card__value{font-size:2rem;font-weight:700;line-height:1}.stat-card__title{font-weight:600}.stat-card__hint{font-size:.85rem;color:#94a3b8}.stat-card--warn{border-color:#b45309}.stat-card--pending{border-color:#1d4ed8}.stat-card--ok{border-color:#15803d}.stat-card--draft{border-color:#d7c67d}.admin-panel{padding:12px;border-radius:12px;background:#1e293b;border:1px solid #334155;margin-bottom:16px}.admin-panel h2{margin:0 0 14px;font-size:1.05rem}.admin-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-panel__head h2{margin:0}.moysklad-audit-list{margin:0;padding-left:1.1rem;display:grid;gap:4px}.admin-panel--table{overflow-x:auto}.selection-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:16px;align-items:stretch}.selection-column{display:flex;flex-direction:column;min-height:12rem;margin-bottom:0}.selection-column__form{width:100%;min-height:100%}.selection-column__fields-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%}.selection-column__block{display:flex;flex:1 1 0;flex-direction:column;gap:12px;min-width:0}.selection-column__field{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.selection-column__model-row{display:flex;align-items:stretch;gap:8px;min-width:0}.selection-column__manufacturer-select{box-sizing:border-box;flex:0 0 auto;width:9.5rem;min-width:7.5rem;max-width:42%;height:40px;min-height:40px;padding:0 10px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-weight:600}.selection-column__manufacturer-select--empty{color:#94a3b8}.selection-column__manufacturer-select option{background:#0f172a;color:#e2e8f0}.selection-column__model-row .selection-column__input{flex:1 1 0;min-width:0}.selection-column__fields-row .selection-column__label,.selection-column__heading{padding-left:8px}.selection-column__label,.selection-column__heading{color:#e2e8f0;font-weight:600;line-height:1.25}.selection-column__heading{margin:0;font-size:inherit}.selection-column__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}.selection-column__stock-option{display:inline-flex;align-items:center;gap:8px;margin-right:auto;cursor:pointer;color:#e2e8f0;font-weight:600;line-height:1.25;-webkit-user-select:none;user-select:none}.selection-column__stock-option input[type=checkbox]{display:block;margin:0}.selection-column__conditions{display:flex;flex-direction:column;gap:8px;width:100%}.selection-column__conditions-title{margin:0;padding-left:8px;color:#e2e8f0;font-weight:700;line-height:1.25}.selection-column__conditions-hint{margin:0;padding-left:8px;color:#94a3b8;font-size:.8125rem;font-weight:600;line-height:1.4}.selection-column__conditions-hint code{color:#cbd5e1;font-size:.8125rem}.selection-column__tolerance-line{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;cursor:pointer}.selection-column__tolerance-line .selection-column__label{padding-left:0;flex:0 1 auto;white-space:nowrap}.selection-column__tolerance-prefix,.selection-column__tolerance-suffix{color:#e2e8f0;font-weight:700;line-height:1;flex:0 0 auto}.selection-column__tolerance-row{display:flex;align-items:center;gap:6px;flex:0 0 auto}.admin-select{box-sizing:border-box;height:38px;padding:0 10px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-weight:600;cursor:pointer}.admin-select:disabled{opacity:.6;cursor:default}.selection-column__input{box-sizing:border-box;width:100%;min-width:0;height:40px;min-height:40px;padding:0 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-weight:600}.selection-column__input::placeholder{color:#94a3b8}.selection-column__input.selection-column__input--tolerance{width:4.5rem;min-width:4.5rem;flex:0 0 auto;padding:0 8px;text-align:center}.selection-column__submit{flex:0 0 auto;width:auto;min-width:7rem;height:40px;min-height:40px;padding:0 14px}.selection-history-placeholder{margin:8px 0 0;padding-left:8px;color:#94a3b8;font-weight:600}.selection-history-header{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:0 8px}.selection-history-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;width:100%;min-width:0}.selection-history-filter-input,.selection-history-filter-select{min-width:0;height:36px;padding:0 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit;font-size:.8125rem;font-weight:600}.selection-history-filter-input{flex:1 1 9rem;max-width:14rem}.selection-history-filter-input::placeholder{color:#64748b}.selection-history-filter-input:focus,.selection-history-filter-select:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 2px #64748b59}.selection-history-filter-select{flex:0 1 auto;max-width:10rem;cursor:pointer}.selection-history-date-btn{flex:0 0 auto;min-width:4.5rem;height:36px;padding:0 12px}.selection-history-date-btn.is-active{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf873}.selection-date-modal{width:min(360px,100%)}.selection-date-modal__fields{display:grid;gap:12px;margin-bottom:1rem}.selection-date-modal__field{display:grid;grid-template-columns:2rem 1fr;align-items:center;gap:8px;color:#e2e8f0;font-weight:600}.selection-date-modal__field .selection-history-filter-input{max-width:none;width:100%}.selection-date-modal__actions{display:flex;justify-content:flex-end;gap:8px}.selection-history-table-wrap{overflow-x:auto;padding:8px 8px 0}.selection-history-table{width:100%;table-layout:fixed;font-size:.8125rem}.selection-history-table th:nth-child(1){width:25%;white-space:nowrap}.selection-history-table th:nth-child(2){width:40%}.selection-history-table th:nth-child(3){width:20%}.selection-history-table th:nth-child(4){width:15%;white-space:nowrap}.selection-history-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-history-row{cursor:pointer}.selection-history-row:hover td{background:#94a3b81f}.selection-viewer{display:flex;flex-direction:column;gap:16px;margin-top:16px}.selection-viewer__loading{margin:0;padding:16px;color:#94a3b8;font-weight:600}.selection-report-preview__frame{display:block;width:100%;min-height:480px;height:70vh;border:1px solid #334155;border-radius:8px;background:#fff}.selection-status{margin:12px 0 0;padding:10px 12px;border-radius:8px;font-weight:600;font-size:.875rem;line-height:1.4}.selection-status--ok{color:#86efac;background:#22c55e1f;border:1px solid rgba(34,197,94,.35)}.selection-status--warn{color:#fcd34d;background:#fbbf241a;border:1px solid rgba(251,191,36,.35)}.selection-page-error,.selection-result{margin-top:16px}.selection-result__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;margin-bottom:12px}.selection-result__title{margin:0;color:#e2e8f0;font-size:inherit;font-weight:700}.selection-result__meta{margin:0;color:#94a3b8;font-weight:600}.selection-result__actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.selection-result__empty{margin:0;color:#94a3b8;font-weight:600}.selection-result__table-scroll{overflow:auto;max-height:min(70vh,720px);border:1px solid #334155;border-radius:8px}.selection-result__table{width:100%;border-collapse:collapse;font-size:.875rem}.selection-result__table th,.selection-result__table td{padding:8px 10px;border-bottom:1px solid #334155;text-align:left;vertical-align:top}.selection-result__table thead th{position:sticky;top:0;z-index:1;background:#1e293b;color:#e2e8f0;font-weight:700}.selection-result__table tbody th[scope=row]{color:#cbd5e1;font-weight:600;white-space:nowrap}.selection-result__table tbody td{color:#e2e8f0;font-weight:600}.selection-result__row--diff td,.selection-result__row--diff th[scope=row]{background:#fbbf2414}.selection-result__row--best td{background:#22c55e1f}.selection-result__row--warn td{background:#fbbf241f;color:#fde68a;font-size:.9rem}.selection-result__model-link{color:#93c5fd;font-weight:700;text-decoration:none}.selection-result__model-link:hover{text-decoration:underline}.admin-catalog-table-scroll{--catalog-table-row-height: var(--table-scroll-row-height);--catalog-table-visible-rows: 16;max-height:calc(var(--catalog-table-row-height) * (var(--catalog-table-visible-rows) + 1));overflow-y:auto;overflow-x:hidden}.admin-catalog-table-scroll .data-table thead th{position:sticky;top:0;z-index:1;background:#1e293b;text-align:center;box-sizing:border-box;height:var(--catalog-table-row-height);max-height:var(--catalog-table-row-height);padding:0 4px;line-height:var(--catalog-table-row-height);font-size:.9rem;border-bottom:none;box-shadow:inset 0 -1px #334155}.admin-catalog-table-scroll .data-table th,.admin-catalog-table-scroll .data-table td{vertical-align:middle;box-sizing:border-box;border-bottom:none;box-shadow:inset 0 -1px #334155}.admin-catalog-table-scroll .data-table td{height:var(--catalog-table-row-height);max-height:var(--catalog-table-row-height);padding:0 4px;line-height:var(--catalog-table-row-height);font-size:.9rem;overflow:hidden}.admin-catalog-table-scroll .data-table tbody td{background:#0f172a;box-shadow:inset 0 -1px #475569}.admin-catalog-table-scroll .data-table tbody tr{height:var(--catalog-table-row-height);max-height:var(--catalog-table-row-height)}.badge--published,.badge--draft,.badge--ready{box-sizing:border-box;width:5.25rem;text-align:center}.btn--small.btn--badge-match{display:inline-block;box-sizing:border-box;width:5.25rem;padding:2px 8px;font-size:.78rem;font-weight:600;line-height:1.5;text-align:center;border:none;border-radius:999px;vertical-align:baseline;cursor:pointer}.admin-catalog-empty{margin:12px 0 0}.filter-bar{display:grid;gap:12px;margin:12px 0 4px;min-width:0}.filter-bar--queue.filter-bar--split .filter-search-wrap{flex:0 1 200px;width:200px;max-width:200px;min-width:min(12rem,100%);margin:0 4px}.filter-bar--split{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px}.filter-bar--split .filter-group:last-child{margin-left:auto}.filter-bar__reset{width:32px;min-width:32px;max-width:32px;height:32px;color:#ef4444;font-weight:700;font-size:1rem;line-height:1;padding-left:0;padding-right:0}.filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.filter-chips{display:flex;gap:8px}.filter-chips .filter-chip{flex:1 1 0;min-width:6.5rem;text-align:center}.filter-chips .admin-action-btn{margin-left:12px}.filter-chips--catalog{width:100%}.catalog-toolbar-row{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.catalog-toolbar-row .filter-chips{flex:0 0 auto}.catalog-toolbar-row .filter-search-wrap{flex:0 1 280px;width:280px;max-width:280px;min-width:min(12rem,100%)}.catalog-toolbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.catalog-toolbar-summary{flex:0 0 auto;margin-left:auto;white-space:nowrap}.admin-catalog-table-scroll .data-table td.catalog-num-col{text-align:right;vertical-align:middle}.admin-catalog-table-scroll .data-table td.catalog-status-col{text-align:center;vertical-align:middle}.admin-catalog-table-scroll .data-table th.catalog-application-col,.admin-catalog-table-scroll .data-table td.catalog-application-col{min-width:220px}.catalog-photo-col{width:52px;min-width:52px;max-width:56px;text-align:center;vertical-align:middle}.admin-catalog-table-scroll .data-table th.catalog-photo-col,.admin-catalog-table-scroll .data-table td.catalog-photo-col,.data-table th.catalog-photo-col,.data-table td.catalog-photo-col{text-align:center;vertical-align:middle;padding-left:0;padding-right:0}.catalog-photo-lamp-wrap{display:flex;justify-content:center;align-items:center;width:100%;min-height:1.25rem}.catalog-photo-lamp.techsheet-drawing-lamp{display:block;width:16px;height:16px;margin:0;flex-shrink:0;cursor:default}.catalog-select-col{width:64px;min-width:64px;max-width:64px;padding:0 6px;text-align:center;vertical-align:middle;white-space:nowrap}.catalog-select-col input[type=checkbox],.catalog-select-head input[type=checkbox],.selection-column__stock-option input[type=checkbox],.tasks-side-check input[type=checkbox],.superchat__rcpt input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;display:block;width:1.25rem;height:1.25rem;margin:0 auto;cursor:pointer;flex-shrink:0;border:1px solid rgba(147,197,253,.45);border-radius:3px;background:#0f172ad9;color:#93c5fd}.catalog-select-col input[type=checkbox]:checked,.catalog-select-head input[type=checkbox]:checked,.selection-column__stock-option input[type=checkbox]:checked,.tasks-side-check input[type=checkbox]:checked,.superchat__rcpt input[type=checkbox]:checked{background:#93c5fd;border-color:#93c5fd;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.2 6.4 11 12.5 5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%}.catalog-select-col input[type=checkbox]:indeterminate,.catalog-select-head input[type=checkbox]:indeterminate,.selection-column__stock-option input[type=checkbox]:indeterminate{background:#93c5fd;border-color:#93c5fd;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' d='M4 8h8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%}.catalog-select-head{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0 auto;width:fit-content;cursor:pointer;white-space:nowrap}.catalog-toolbar-row .catalog-add-btn{flex:0 0 auto}.filter-group--catalog{width:100%}.catalog-add-form{--catalog-add-field-height: 2.5rem;display:flex;flex-direction:column;gap:.75rem}.catalog-add-form__block{display:grid;gap:.75rem;padding:12px;border-radius:8px;border:1px solid #334155;flex-shrink:0}.catalog-add-form__block--recognition{flex:1 1 auto;min-height:0;max-height:min(14rem,32vh);display:flex;flex-direction:column;gap:.35rem;padding-bottom:10px}.catalog-add-form__recognition-log-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px}.catalog-add-form__recognition-log-title{margin:0;flex-shrink:0;font-size:.82rem;font-weight:700;color:#94a3b8}.catalog-add-form__recognition-log-text{margin:0;font:inherit;font-size:.82rem;line-height:1.45;white-space:pre-wrap;color:#cbd5e1}.catalog-add-form__block-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.5rem}.catalog-add-form__block-message{flex:1 1 0;min-width:0;margin:0}.catalog-add-form input,.catalog-add-form .checkbox-dropdown__trigger{box-sizing:border-box;width:100%;height:var(--catalog-add-field-height);min-height:var(--catalog-add-field-height);padding:0 12px;border:1px solid #475569;border-radius:6px;background-color:#0f172a;color:#e2e8f0;font:inherit;font-weight:600;line-height:calc(var(--catalog-add-field-height) - 2px)}.catalog-add-form select{box-sizing:border-box;width:100%;height:var(--catalog-add-field-height);min-height:var(--catalog-add-field-height);padding:0 2rem 0 12px;border:1px solid #475569;border-radius:6px;background-color:#0f172a;color:#e2e8f0;font:inherit;font-weight:600;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;cursor:pointer}.catalog-add-form input[readonly]{cursor:default}.catalog-add-form input[readonly].catalog-add-form__field-empty,.catalog-add-form select.catalog-add-form__field-empty{color:#94a3b8}.catalog-add-form select option{color:#e2e8f0;background:#0f172a}.catalog-add-form input::placeholder{color:#94a3b8;font-weight:600}.catalog-add-form .checkbox-dropdown{width:100%}.catalog-add-form .checkbox-dropdown__trigger{display:flex;align-items:center;padding-right:2rem;text-align:left;cursor:pointer}.catalog-add-form .checkbox-dropdown__trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-add-form label{display:flex;flex-direction:column;gap:.35rem;color:#e2e8f0;font-size:.9rem;font-weight:600}.catalog-add-form__model-row{display:flex;align-items:stretch;gap:.5rem;min-width:0}.catalog-add-form__model-row select{flex:0 0 auto;width:9.5rem;min-width:7.5rem;max-width:42%}.catalog-add-form__model-row input{flex:1 1 0;min-width:0}.catalog-add-form__split-row{display:grid;gap:.5rem;min-width:0;align-items:start}.catalog-add-form__split-row--2-1{grid-template-columns:2fr 1fr}.catalog-add-form__split-cell{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:#e2e8f0;font-size:.9rem;font-weight:600}.catalog-add-form__split-cell select,.catalog-add-form__split-cell .checkbox-dropdown{width:100%}.catalog-add-form__compressor-type{display:flex;gap:.5rem;min-width:0}.catalog-add-form__compressor-type select{flex:1 1 0;min-width:0}.catalog-add-form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.25rem;flex-shrink:0}.filter-label{color:#e2e8f0;font-size:.95rem;font-weight:600;margin-right:4px}.filter-chip{display:inline-flex;align-items:center;justify-content:center;height:38px;box-sizing:border-box;padding:0 12px;border-radius:999px;border:1px solid #475569;background:#1e293b;color:#e2e8f0;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.filter-chip:hover{background:#334155;border-color:#64748b;color:#f8fafc}.filter-chip.is-active{background:#2563eb;border-color:#2563eb}.filter-chip.is-active:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.filter-search-wrap{position:relative;flex:0 1 20rem;width:100%;max-width:20rem;min-width:min(12rem,100%)}.filter-search{width:100%;min-width:0;flex:none;margin-left:0;padding:6px 12px;border-radius:999px;border:1px solid #475569;background:#0f172a;color:#e2e8f0}.filter-search-history{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;margin:0;padding:6px 0;list-style:none;max-height:25rem;overflow-y:auto;border-radius:10px;border:1px solid #475569;background:#0f172a;box-shadow:0 10px 24px #0f172a73}.filter-search-history__item{display:block;width:100%;padding:8px 14px;border:none;background:transparent;color:#e2e8f0;text-align:left;cursor:pointer;font:inherit}.filter-search-history__item:hover,.filter-search-history__item:focus-visible{background:#1e293b;color:#bfdbfe;outline:none}.filter-search::placeholder{color:#64748b}.filter-search:focus{outline:2px solid rgba(37,99,235,.55);outline-offset:1px;border-color:#3b82f6}.queue-filter-select{box-sizing:border-box;width:var(--queue-select-width);min-width:var(--queue-select-width);max-width:var(--queue-select-width);height:2rem;min-height:2rem;padding:0 .5rem;border:1px solid #475569;border-radius:.5rem;background:#1e293b;color:#e2e8f0;font:inherit;font-size:.9rem;font-weight:700;line-height:1.25;cursor:pointer}.queue-filter-select:focus{outline:2px solid rgba(37,99,235,.55);outline-offset:1px;border-color:#3b82f6}.queue-filter-select option{background:#0f172a;color:#e2e8f0}.queue-filter-select--pending{border-color:#1d4ed8;background:#1d4ed847;color:#bfdbfe}.queue-filter-select--compressor{border-color:#166534;background:#16653452;color:#bbf7d0}.queue-filter-select--not_compressor{border-color:#ca8a04;background:#ca8a0452;color:#fef08a}.queue-filter-select--unknown{border-color:#b91c1c;background:#b91c1c52;color:#fecaca}.filter-group--manufacturer .checkbox-dropdown{width:var(--queue-manufacturer-filter-width);min-width:var(--queue-manufacturer-filter-width);max-width:var(--queue-manufacturer-filter-width)}.filter-group--manufacturer .checkbox-dropdown__trigger{height:2rem;min-height:2rem;padding:0 28px 0 .5rem;border-radius:.5rem;background-color:#1e293b;font-size:.9rem;font-weight:700;line-height:1.25;white-space:nowrap}.filter-group--manufacturer .checkbox-dropdown__menu{min-width:var(--queue-manufacturer-filter-width);max-height:min(16rem,50vh)}.filter-group--manufacturer .checkbox-dropdown__item span{white-space:nowrap}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #334155;vertical-align:top}.data-table th{padding:10px 4px;font-size:1.05rem;color:#94a3b8;font-weight:600}.data-table td{padding:2px 4px;font-size:.9rem;font-weight:600}.admin-queue-table{table-layout:fixed;width:100%;--queue-row-control-height: 1.75rem}.admin-queue-table th{padding:8px 4px}.admin-queue-table td{padding:1px 4px;vertical-align:middle}.admin-queue-table .queue-kind-select,.admin-queue-table .queue-manufacturer-select,.admin-queue-table .queue-model-input{height:var(--queue-row-control-height);min-height:var(--queue-row-control-height)}.admin-queue-table .queue-model-confirm-btn{--queue-model-confirm-size: var(--queue-row-control-height)}.admin-queue-table .queue-source-name-td .row-link{line-height:var(--queue-row-control-height)}.admin-queue-table col.queue-col-no{width:var(--queue-col-no)}.admin-queue-table col.queue-col-priority{width:var(--queue-col-priority)}.admin-queue-table col.queue-col-kind,.admin-queue-table col.queue-col-manufacturer{width:var(--queue-select-width)}.admin-queue-table col.queue-col-model{width:var(--queue-col-model)}.admin-queue-table col.queue-col-source{width:var(--queue-col-source)}.admin-queue-table col.queue-col-created{width:var(--queue-col-created)}.admin-queue-table .queue-kind-td{padding-left:2px}.admin-queue-table .queue-name--dup-older{color:#c45c00}.admin-queue-table .queue-name--dup-newer{color:#c62828}.data-table td.queue-created{white-space:nowrap}.admin-queue-table .queue-source-col-th,.admin-queue-table .queue-source-col-td,.admin-queue-table .queue-created-th,.admin-queue-table .queue-created{vertical-align:middle}.queue-table-summary{display:flex;justify-content:flex-end;margin-bottom:.5rem}.queue-dup-legend{margin:-4px 0 12px;font-size:.92rem}.queue-dup-legend .queue-name--dup-older{color:#c45c00;font-weight:600}.queue-dup-legend .queue-name--dup-newer{color:#c62828;font-weight:600}.queue-table-scroll{--table-scroll-visible-rows: 17;max-height:calc(var(--table-scroll-row-height) * var(--table-scroll-visible-rows));overflow-y:auto;border-radius:.75rem}.queue-table-scroll .data-table thead{position:sticky;top:0;z-index:1;background:#0f172a}.queue-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding-top:.75rem}.catalog-pagination-row{display:flex;align-items:center;padding-top:.75rem}.catalog-pagination-row .queue-pagination{flex:1 1 auto;padding-top:0}.catalog-pagination-row .catalog-toolbar-summary{margin-right:12px}.catalog-pagination-row__compare{flex:0 0 auto;margin-left:auto}.queue-pagination button,.queue-pagination__current{min-width:3.2rem;padding:.4rem .65rem;border:1px solid #334155;border-radius:.6rem;background:#0f172abf;color:#e2e8f0;font-weight:700;text-align:center}.queue-pagination button:not(:disabled){cursor:pointer}.queue-pagination button:not(:disabled):hover{border-color:#60a5fa;color:#bfdbfe}.queue-pagination button:disabled{color:#64748b;cursor:not-allowed}.queue-pagination__current{border-color:#60a5fa;color:#bfdbfe}.queue-kind-select,.queue-manufacturer-select,.queue-model-input{box-sizing:border-box;height:2rem;min-height:2rem;padding:0 .5rem;line-height:1.25;font-size:.9rem;border:1px solid #475569;border-radius:.5rem;font-weight:600}.queue-kind-select,.queue-manufacturer-select{width:var(--queue-select-width);min-width:var(--queue-select-width);max-width:var(--queue-select-width)}.queue-kind-select,.queue-kind-select option,.queue-manufacturer-select option{background:#0f172a;color:#e2e8f0}.queue-kind-select option:disabled,.queue-manufacturer-select option:disabled{color:#64748b}.queue-kind-select--pending{border-color:#1d4ed8;background:#1d4ed847;color:#bfdbfe}.queue-kind-select--compressor{border-color:#166534;background:#16653452;color:#bbf7d0}.queue-kind-select--not_compressor{border-color:#ca8a04;background:#ca8a0452;color:#fef08a}.queue-kind-select--unknown{border-color:#b91c1c;background:#b91c1c52;color:#fecaca}.queue-manufacturer-select{background:#0f172a;color:#e2e8f0}.queue-manufacturer-select--pending{border-color:#1d4ed8;background:#1d4ed847;color:#bfdbfe}.queue-manufacturer-select--unknown{border-color:#b91c1c;background:#b91c1c52;color:#fecaca}.queue-manufacturer-select--matched{border-color:#166534;background:#16653452;color:#bbf7d0}.queue-model-cell{display:flex;align-items:center;gap:6px;min-width:0}.queue-model-header-cell{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}.queue-model-header-cell>span{min-width:0}.admin-queue-table .queue-model-th{vertical-align:middle}.queue-model-confirm-btn--header{flex-shrink:0}.queue-model-input{flex:1 1 auto;min-width:0;width:auto;background:#0f172a;color:#e2e8f0}.queue-model-input:disabled{opacity:.72;cursor:not-allowed}.queue-model-confirm-btn{--queue-model-confirm-size: 2rem;width:var(--queue-model-confirm-size);min-width:var(--queue-model-confirm-size);max-width:var(--queue-model-confirm-size);height:var(--queue-model-confirm-size);min-height:var(--queue-model-confirm-size);max-height:var(--queue-model-confirm-size);padding:0;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;background:linear-gradient(180deg,#93c5fd38,#1e293b8c 55%,#0f172ad9);box-shadow:0 2px 5px #00000073,0 1px #ffffff1a,inset 0 1px #ffffff29,inset 0 -2px #00000047}.queue-model-confirm-btn:hover:not(:disabled){background:linear-gradient(180deg,#bfdbfe47,#33415599 55%,#0f172ae6);box-shadow:0 3px 7px #00000080,0 1px #ffffff1f,inset 0 1px #fff3,inset 0 -2px #0000004d}.queue-model-confirm-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #0006,inset 0 2px 4px #00000059}.queue-model-confirm-btn.is-confirmed,.queue-model-confirm-btn.is-selected{background:linear-gradient(180deg,#4ade80,#16a34a 48%,#14532d);border-color:#86efac;color:#bbf7d0;box-shadow:0 2px 6px #00000073,0 0 0 1px #86efac59,inset 0 1px #dcfce773,inset 0 -2px #14532da6}.queue-model-confirm-btn.is-confirmed:after,.queue-model-confirm-btn.is-selected:after{content:"V";font-size:1.45rem;font-weight:900;color:#4ade80;line-height:1;transform:translateY(-1px);text-shadow:0 1px 0 rgba(20,83,45,.55)}.queue-model-confirm-btn.is-confirmed:hover:not(:disabled),.queue-model-confirm-btn.is-selected:hover:not(:disabled){background:linear-gradient(180deg,#86efac,#22c55e 48%,#166534);border-color:#bbf7d0;color:#dcfce7;box-shadow:0 3px 8px #00000080,0 0 0 1px #bbf7d066,inset 0 1px #f0fdf480,inset 0 -2px #14532db3}.queue-model-confirm-btn.is-confirmed:hover:not(:disabled):after,.queue-model-confirm-btn.is-selected:hover:not(:disabled):after{color:#bbf7d0}.queue-model-confirm-btn.is-blocked{background:linear-gradient(180deg,#fca5a5,#dc2626 48%,#7f1d1d);border-color:#fecaca;color:#fee2e2;box-shadow:0 2px 6px #00000073,0 0 0 1px #fecaca59,inset 0 1px #fee2e273,inset 0 -2px #7f1d1da6}.queue-model-confirm-btn.is-blocked:after{content:"×";font-size:1.65rem;font-weight:900;color:#fecaca;line-height:1;transform:translateY(-2px);text-shadow:0 1px 0 rgba(127,29,29,.55)}.queue-model-confirm-btn.is-blocked:hover:not(:disabled){background:linear-gradient(180deg,#fecaca,#ef4444 48%,#991b1b);border-color:#fee2e2;color:#fff1f2;box-shadow:0 3px 8px #00000080,0 0 0 1px #fee2e266,inset 0 1px #fff1f280,inset 0 -2px #7f1d1db3}.queue-model-confirm-btn.is-blocked:hover:not(:disabled):after{color:#fee2e2}.queue-model-input:focus{border-color:#60a5fa;outline:none}.admin-queue-table .queue-row-number-th,.admin-queue-table .queue-row-number-td{width:3.25rem;min-width:3.25rem;text-align:right;color:#94a3b8;white-space:nowrap;vertical-align:middle}.admin-queue-table .queue-priority-th,.admin-queue-table .queue-priority-td{width:4.5rem;min-width:4.5rem;text-align:center;white-space:nowrap;vertical-align:middle}.admin-queue-table .queue-source-name-th,.admin-queue-table .queue-source-name-td{vertical-align:middle}.admin-queue-table .queue-source-name-td{max-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admin-queue-table .queue-source-name-td .row-link{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.queue-context-menu{position:fixed;z-index:1200;min-width:9rem;padding:6px;border-radius:10px;border:1px solid #475569;background:#0f172a;box-shadow:0 12px 28px #0f172a8c}.queue-context-menu__item{display:block;width:100%;padding:8px 12px;border:none;border-radius:6px;background:transparent;color:#e2e8f0;font:inherit;text-align:left;cursor:pointer}.queue-context-menu__item:hover:not(:disabled),.queue-context-menu__item:focus-visible{background:#1e293b;outline:none}.selection-autocomplete{position:relative;flex:1;min-width:0}.selection-autocomplete__list{position:absolute;top:100%;left:0;z-index:20;margin-top:4px;min-width:100%;width:max-content;max-width:90vw;max-height:260px;overflow-y:auto;overflow-x:auto;padding:6px;border-radius:10px;border:1px solid #475569;background:#0f172a;box-shadow:0 12px 28px #0f172a8c}.selection-autocomplete__item{display:flex;align-items:baseline;gap:6px;width:100%;padding:8px 12px;border:none;border-radius:6px;background:transparent;color:#e2e8f0;font:inherit;text-align:left;cursor:pointer;white-space:nowrap}.selection-autocomplete__item:hover,.selection-autocomplete__item:focus-visible{background:#1e293b;outline:none}.selection-autocomplete__item-tag{color:#94a3b8;font-size:.85em}.queue-context-menu__item--danger{color:#fecaca}.queue-context-menu__item--danger:hover:not(:disabled),.queue-context-menu__item--danger:focus-visible{background:#7f1d1d73;color:#fee2e2}.queue-context-menu__item:disabled{opacity:.55;cursor:not-allowed}.row-link{color:#93c5fd;font-weight:600}.row-link--disabled{color:#cbd5e1;cursor:default}.row-meta{display:block;margin-top:2px;font-size:.82rem;color:#94a3b8}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.5}.badge--pending{background:#1d4ed8}.badge--processing{background:#7c3aed}.badge--done{background:#166534}.badge--failed{background:#b91c1c}.badge--product-kind-pending{background:#1d4ed8}.badge--product-kind-compressor{background:#166534}.badge--product-kind-not_compressor{background:#ca8a04;color:#111827}.badge--product-kind-unknown{background:#b91c1c}.badge--ok{background:#166534}.badge--needs_review{background:#b45309}.badge--conflict{background:#9a3412}.badge--published{background:#166534;font-weight:600}.badge--draft{background:#d7c67d;color:#2e2c2b;font-weight:600}.badge--ready{background:#b91c1c;color:#fef2f2;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.detail-list{margin:0;display:grid;gap:10px}.detail-list>div{display:grid;grid-template-columns:130px 1fr;gap:8px}.detail-list dt{color:#94a3b8}.detail-list dd{margin:0}.code-block{margin:0;padding:12px;border-radius:8px;background:#0f172a;overflow-x:auto;font-size:.82rem}.comment-form,.edit-form{display:grid;gap:12px}.edit-form label{display:flex;flex-direction:column;gap:.35rem;color:#e2e8f0;font-size:.9rem;font-weight:600}.edit-form select{width:100%}.techsheet-table{width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:8px;font-size:var(--techsheet-font-size, 1rem)}.techsheet-table__col-label{width:var(--techsheet-label-col)}.techsheet-table__col-conn-type{width:var(--techsheet-conn-type-col)}.techsheet-table__col-conn-size{width:var(--techsheet-conn-size-col)}.techsheet-table__col-drawing{width:var(--techsheet-conn-drawing-col)}.techsheet-table__label{box-sizing:border-box;width:var(--techsheet-label-col);min-width:var(--techsheet-label-min);padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline);font-weight:500;color:#cbd5e1;background:var(--techsheet-section-head-bg);text-align:left;vertical-align:middle}.techsheet-table__section th{padding:10px 12px;text-align:left;font-size:inherit;font-weight:600;color:#e2e8f0;background:var(--techsheet-section-head-bg);border:1px solid #334155}.techsheet-table__section-title-line{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.35em .5em}.techsheet-table__section-prefix{font-weight:600}.techsheet-table__section-compressor{display:inline;margin:0;font:inherit;font-weight:600;line-height:inherit;color:#fbbf24}.techsheet-table__section-label{font-weight:600}.techsheet-table__subsection th{padding:8px 12px;text-align:left;font-size:inherit;font-weight:600;color:#e2e8f0;background:var(--techsheet-section-head-bg);border:1px solid #334155}.techsheet-table__subsection--with-cols th:nth-child(2),.techsheet-table__subsection--with-cols th:nth-child(3){text-align:center}.techsheet-table__row th,.techsheet-table__row td{border:1px solid #334155;vertical-align:middle}.techsheet-table__row th:not(.techsheet-table__label),.techsheet-table__row td{padding:2px 4px}.techsheet-table__value{background:#1e293b}.techsheet-table__conn-cell{background:#1e293b;min-width:0}.techsheet-table__drawing{background:#1e293b;padding:8px 12px;text-align:center;vertical-align:middle}.techsheet-table__drawing--photo{padding:8px;vertical-align:middle}.techsheet-compressor-photo-wrap{display:block;margin:0 auto;overflow:hidden}.techsheet-compressor-photo-wrap--clickable{cursor:zoom-in;border:0;padding:0;font:inherit;color:inherit;background:transparent;width:100%;height:100%}.techsheet-compressor-photo-wrap--clickable:focus-visible{outline:2px solid #38bdf8;outline-offset:-2px}.techsheet-compressor-photo{display:block;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none}.modal-backdrop.photo-lightbox-backdrop{z-index:60;cursor:zoom-out;align-items:flex-start;padding-top:150px;padding-bottom:2rem;box-sizing:border-box;overflow:auto}.modal-panel.photo-lightbox-modal{position:relative;width:min(96vw,900px);height:min(calc(100vh - 150px - 2rem),1400px);overflow:visible;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;margin:0 auto;cursor:default}.photo-lightbox-nav{flex:0 0 auto;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:#0f172ab3;color:#f8fafc;font-size:1.85rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000059}.photo-lightbox-nav:hover{background:#1e293bf2}.photo-lightbox-img{display:block;flex:1 1 auto;width:100%;height:100%;max-width:calc(100% - 7rem);margin:0;object-fit:contain;background:#fff;border-radius:.5rem;cursor:zoom-out}.modal-panel.photo-lightbox-modal--pdf{width:min(96vw,1100px)}.photo-lightbox-pdf-wrap{position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;max-width:calc(100% - 7rem)}.photo-lightbox-pdf{display:block;flex:1 1 auto;width:100%;height:100%;min-height:0;margin:0;border:none;border-radius:.5rem;background:#fff}.photo-lightbox-pdf-fallback{position:absolute;left:50%;bottom:12px;transform:translate(-50%);padding:6px 14px;border-radius:999px;background:#0f172ad9;color:#93c5fd;font-size:13px;text-decoration:none;box-shadow:0 4px 16px #00000059}.photo-lightbox-pdf-fallback:hover{color:#bfdbfe;background:#0f172af2}.techsheet-model-form td.techsheet-table__drawing--photo,.variant-editor td.techsheet-table__drawing--photo{position:relative;height:0;padding:0;overflow:hidden;vertical-align:top;line-height:0;font-size:0}.techsheet-model-form .techsheet-compressor-photo-wrap,.variant-editor .techsheet-compressor-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:0;overflow:hidden;line-height:0}.techsheet-model-form .techsheet-compressor-photo,.variant-editor .techsheet-compressor-photo{max-width:100%;max-height:100%}.techsheet-model-form td.techsheet-table__drawing,.techsheet-model-form td.techsheet-table__drawing--photo,.variant-editor td.techsheet-table__drawing,.variant-editor td.techsheet-table__drawing--photo,.techsheet-model-form .techsheet-compressor-photo-wrap,.variant-editor .techsheet-compressor-photo-wrap{background:#fff}.techsheet-model-form .techsheet-drawing-placeholder,.variant-editor .techsheet-drawing-placeholder{color:#6b7280}.techsheet-table__section--connections-cols th:nth-child(n+2){text-align:center}.techsheet-table__drawing-head-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;width:100%;padding:0 4px;box-sizing:border-box;line-height:1.2;min-height:0}.techsheet-table__drawing-head-label{grid-column:2;grid-row:1;justify-self:center;text-align:center;pointer-events:none;z-index:1;line-height:1.2}.techsheet-drawing-lamp{display:none;width:20px;height:20px;padding:0;margin:0;border:none;flex-shrink:0;border-radius:50%;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;background:radial-gradient(circle at 32% 28%,#ffb4b4,#ff4d4d 38%,#c8102e 72%,#7f0a1a);box-shadow:inset 0 1.5px 2px #ffffffa6,inset 0 -2px 3px #00000073,0 0 0 1px #00000059,0 1px 3px #00000073}.techsheet-drawing-lamp--yellow{background:radial-gradient(circle at 32% 28%,#fff3a0,#f5c518 38%,#c9a000 72%,#7a6200)}.techsheet-drawing-lamp--green{background:radial-gradient(circle at 32% 28%,#b8f5b8,#22c55e 38%,#15803d 72%,#14532d)}.techsheet-drawing-lamp:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.techsheet-drawing-lamp:active:not(:disabled){transform:scale(.94)}.techsheet-drawing-lamp:disabled{cursor:default;opacity:1}.techsheet-model-form .techsheet-table__section--connections-cols>th,.variant-editor .techsheet-table__section--connections-cols>th{padding-top:0;padding-bottom:2px;line-height:1.2;vertical-align:middle}.techsheet-model-form .techsheet-drawing-lamp,.variant-editor .techsheet-drawing-lamp{display:block;grid-column:1;grid-row:1;justify-self:start;z-index:2;pointer-events:auto;width:16px;height:16px}.techsheet-model-form .techsheet-table__drawing-head-label,.variant-editor .techsheet-table__drawing-head-label{width:auto;min-width:0}.techsheet-model-form .techsheet-table__drawing-head-actions,.variant-editor .techsheet-table__drawing-head-actions{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:4px;flex-shrink:0;z-index:2;pointer-events:auto}.techsheet-model-form .techsheet-table__drawing-head-actions .techsheet-drawing-remove-btn,.variant-editor .techsheet-table__drawing-head-actions .techsheet-drawing-remove-btn{--admin-action-btn-size: 22px;width:var(--admin-action-btn-size);min-width:var(--admin-action-btn-size);max-width:var(--admin-action-btn-size);height:var(--admin-action-btn-size);min-height:var(--admin-action-btn-size);max-height:var(--admin-action-btn-size);padding:0}.techsheet-model-form .techsheet-table__drawing-head-actions .techsheet-drawing-remove-btn .admin-action-btn__icon,.variant-editor .techsheet-table__drawing-head-actions .techsheet-drawing-remove-btn .admin-action-btn__icon{width:14px;height:14px}.techsheet-drawing-placeholder{font-size:.875rem;line-height:1.4}.techsheet-table__row--full .techsheet-table__value--full{padding:2px 4px}.techsheet-table__ph{display:block;margin-top:4px;font-size:.75rem;font-weight:400;color:#64748b}.techsheet-table__hint{display:block;margin-top:4px;font-weight:500;color:#cbd5e1}.techsheet-ph{font-size:.72rem;color:#94a3b8;background:transparent}.techsheet-type-size{display:grid;grid-template-columns:1fr 1fr;gap:12px}.techsheet-type-size--inline{width:100%}.techsheet-type-size--triple{grid-template-columns:1fr 1fr 1fr}.techsheet-table__section-head[data-section=connections] .techsheet-type-size,.techsheet-table__section-body[data-section=connections] .techsheet-type-size{width:50%;max-width:50%;margin-right:auto;grid-template-columns:1fr 1fr 1fr;gap:0;align-items:stretch}.techsheet-table__section-head[data-section=connections] th.techsheet-table__section-cols{padding:0;vertical-align:top}.techsheet-table__section-head[data-section=connections] .techsheet-type-size__head{display:flex;align-items:center;padding:10px 12px;box-sizing:border-box;font-weight:500;color:#cbd5e1}.techsheet-table__section-head[data-section=connections] .techsheet-type-size__head:last-child{justify-content:center;text-align:center}.techsheet-table__section-body[data-section=connections] .techsheet-table__value{padding:0;vertical-align:middle}.techsheet-table__section-head[data-section=connections] .techsheet-type-size__head,.techsheet-table__section-body[data-section=connections] .techsheet-type-size__cell{border-left:1px solid #334155}.techsheet-table__section-body[data-section=connections] .techsheet-type-size__cell{display:flex;align-items:center;padding:2px 4px;box-sizing:border-box;min-width:0;min-height:0}.techsheet-table__section-head[data-section=connections] .techsheet-type-size__head:first-child,.techsheet-table__section-body[data-section=connections] .techsheet-type-size__cell:first-child{border-left:none}.techsheet-type-size__cell{display:grid;gap:6px}.techsheet-type-size__head,.techsheet-quad__head{font-size:inherit;color:#cbd5e1;background:var(--techsheet-section-head-bg)}.techsheet-table__section--with-cols th:first-child{text-align:left}.techsheet-table__section-cols{font-weight:500}.techsheet-table__section--with-cols .techsheet-type-size__head{color:#cbd5e1}.techsheet-table__section--with-cols .techsheet-type-size{gap:0}.techsheet-model-line{display:flex;flex-wrap:wrap;gap:16px}.techsheet-readonly{color:#e2e8f0}.techsheet-inline-pairs{display:grid;width:100%;grid-template-columns:1fr 2fr 1fr;gap:0;align-items:stretch;min-height:0}.techsheet-inline-pairs--211{grid-template-columns:2fr 1fr 1fr}.techsheet-table__value:has(>.techsheet-inline-pairs){padding:0}.techsheet-inline-pairs__label{font-weight:500;white-space:nowrap;color:#cbd5e1;background:var(--techsheet-section-head-bg);padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline);border-left:1px solid #334155;display:flex;align-items:center;justify-content:flex-start;text-align:left}.techsheet-inline-pairs__field{display:flex;align-items:center;min-width:0;background:#1e293b;padding:2px 4px;border-left:1px solid #334155}.techsheet-inline-pairs>.techsheet-inline-pairs__field:first-child{border-left:none}.techsheet-inline-pairs__field>input{width:100%}.techsheet-paired-lines{display:grid;gap:4px}.techsheet-paired-lines__label,.techsheet-paired-lines__field{display:flex;align-items:center;min-height:0}.techsheet-paired-lines__label{font-weight:500}.techsheet-quad{display:grid;width:100%;grid-template-columns:repeat(4,1fr);gap:0;align-items:stretch}.techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__cell{display:flex;align-items:center;box-sizing:border-box;min-height:0;padding:2px 4px}.techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__cell:nth-child(n+2){border-left:1px solid #334155}.techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__head{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:0;padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline)}.techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__head:nth-child(n+2){border-left:1px solid #334155}.techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__cell input:not([type=checkbox]){width:100%;box-sizing:border-box}.techsheet-quad--t0-en12900{gap:0;align-items:stretch}.techsheet-quad--t0-en12900 .techsheet-quad__cell,.techsheet-quad--t0-en12900 .techsheet-quad__head{display:flex;align-items:center;box-sizing:border-box;min-height:0}.techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child{padding:2px 4px}.techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2){border-left:1px solid #334155;padding-left:8px;padding-right:8px}.techsheet-quad--t0-en12900 .techsheet-quad__head--span3{border-left:1px solid #334155;padding-left:4px;padding-right:4px}.techsheet-quad--t0-en12900 .techsheet-quad__head--span3,.techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2){justify-content:center;text-align:center}.techsheet-table__value:has(>.techsheet-quad),.techsheet-table__value:has(.techsheet-quad-stack),.techsheet-table__value:has(>.techsheet-quad--t0-en12900){padding:0;vertical-align:top}.techsheet-quad__head--span3{grid-column:span 3;text-align:center}.techsheet-quad-stack{display:grid;gap:4px}.techsheet-quad-stack:has(>.techsheet-quad--t0-en12900){position:relative;gap:0}.techsheet-quad-stack:has(>.techsheet-quad--t0-en12900):before{content:"";position:absolute;top:0;bottom:0;left:25%;border-left:1px solid #334155;pointer-events:none}.techsheet-quad-stack>.techsheet-quad--t0-en12900 .techsheet-quad__head--span3,.techsheet-quad-stack>.techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(2){border-left:none}.techsheet-quad-stack>.techsheet-quad+.techsheet-quad{border-top:1px solid #334155}.techsheet-table__row--split-label-top .techsheet-table__label,.techsheet-table__row--rating-conditions-top .techsheet-table__label{border-bottom:none}.techsheet-table__row--split-label-bottom .techsheet-table__label,.techsheet-table__row--rating-conditions-bottom .techsheet-table__label{border-top:none}.techsheet-table__row--split-label-top .techsheet-table__value,.techsheet-table__row--rating-conditions-top .techsheet-table__value{border-bottom:none}.techsheet-table__row--split-label-bottom .techsheet-table__value,.techsheet-table__row--rating-conditions-bottom .techsheet-table__value,.techsheet-table__row--split-label-bottom .techsheet-type-size--triple .techsheet-type-size__cell{border-top:none}.techsheet-table__row--split-label-bottom td.techsheet-table__value:has(.techsheet-type-size--triple){position:relative}.techsheet-table__row--split-label-bottom td.techsheet-table__value:has(.techsheet-type-size--triple):before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid #334155;pointer-events:none}.techsheet-table__section-body[data-section=electrical] .techsheet-table__row--split-label-top .techsheet-table__value,.techsheet-table__section-body[data-section=electrical] .techsheet-table__row--split-label-bottom .techsheet-table__value{padding:0}.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple{gap:0;align-items:stretch;width:100%}.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head,.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell{display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;min-height:0;padding:2px 4px;border-left:none}.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head+.techsheet-type-size__head,.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell+.techsheet-type-size__cell{border-left:1px solid #334155}.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head{font-weight:500;color:#cbd5e1;background:var(--techsheet-section-head-bg);padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline)}.techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell input:not([type=checkbox]){width:100%;text-align:center}.techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__head{border-top:none}.techsheet-table__row--rating-conditions-bottom td.techsheet-table__value:has(.techsheet-quad--t0-en12900){position:relative}.techsheet-table__row--rating-conditions-bottom td.techsheet-table__value:has(.techsheet-quad--t0-en12900):before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid #334155;pointer-events:none}.techsheet-table__value--proportion-row{padding:0}.techsheet-proportion-row{display:grid;width:100%;min-height:0;align-items:stretch}.techsheet-proportion-row--213{grid-template-columns:2fr 1fr 3fr}.techsheet-proportion-row__label{display:flex;align-items:center;box-sizing:border-box;padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline);font-weight:500;color:#cbd5e1;background:var(--techsheet-section-head-bg);text-align:left}.techsheet-proportion-row__cell{display:flex;align-items:center;justify-content:center;min-width:0;background:#1e293b;border-left:1px solid #334155;padding:2px 4px;text-align:center}.techsheet-proportion-row__cell input:not([type=checkbox]){width:100%;text-align:center}.techsheet-inline-pairs--noise .techsheet-inline-pairs__noise-tail{grid-column:2 / -1;border-left:1px solid #334155;background:var(--techsheet-section-head-bg)}.techsheet-table__row--rating-conditions-top .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child,.techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child{justify-content:center;text-align:center}.techsheet-table__row--rating-conditions-top .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child select,.techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child input:not([type=checkbox]){text-align:center}.techsheet-model-form .techsheet-quad .techsheet-quad__cell,.techsheet-model-form .techsheet-inline-pairs__field,.techsheet-model-form .techsheet-inline-pairs--noise .techsheet-inline-pairs__field{justify-content:center;text-align:center}.techsheet-model-form .techsheet-quad .techsheet-quad__cell input:not([type=checkbox]),.techsheet-model-form .techsheet-quad .techsheet-quad__cell select,.techsheet-model-form .techsheet-inline-pairs__field input:not([type=checkbox]),.techsheet-model-form .techsheet-inline-pairs--noise .techsheet-inline-pairs__field input:not([type=checkbox]){text-align:center}.techsheet-table__label--split{padding:0;vertical-align:top}.techsheet-label-split{display:flex;flex-direction:column;height:100%;min-height:calc(var(--techsheet-row-height, 38px) * 2)}.techsheet-label-split__row{flex:1 1 50%;display:flex;align-items:center;box-sizing:border-box;min-height:calc(var(--techsheet-row-height, 38px) / 2);padding:var(--techsheet-label-padding-block) var(--techsheet-label-padding-inline)}.techsheet-label-split__row--hint{font-weight:500}.techsheet-quad--t0-en12900 .techsheet-quad__cell input:not([type=checkbox]){width:100%;box-sizing:border-box}.techsheet-quad__cell{min-width:0}.techsheet-quad__sep,.techsheet-quad__unit{color:#cbd5e1;text-align:center}.techsheet-table__row--quad-head .techsheet-table__label{border-bottom-color:transparent}.techsheet-capacity-kwt{width:100%;max-width:100%}.techsheet-stub{margin:0}.techsheet-page-actions{display:flex;align-items:center;gap:12px;margin-top:16px}.techsheet-page-actions .page-header__back{margin-bottom:0}.techsheet-page-actions .techsheet-save{margin-top:0}.techsheet-save{margin-top:16px}.admin-panel--meta{margin-bottom:16px}.detail-list--inline{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.variant-editor__bom{margin:0 0 12px;font-weight:600}.variant-editor{--techsheet-row-height: 38px;--techsheet-field-height: 32px}.variant-editor__internal{margin-top:12px}.variant-add-form{margin-top:1rem}.checkbox-dropdown{position:relative;width:100%}.checkbox-dropdown__trigger{display:flex;align-items:center;width:100%;border:1px solid #475569;border-radius:6px;background-color:#0f172a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;color:#e2e8f0;font:inherit;text-align:left;cursor:pointer}.checkbox-dropdown__trigger:disabled{opacity:.6;cursor:not-allowed}.checkbox-dropdown__trigger-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox-dropdown__menu{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;min-width:100%;max-height:14rem;overflow-x:hidden;overflow-y:auto;padding:.2rem 0;border:1px solid #475569;border-radius:6px;background:#0f172a;box-shadow:0 8px 24px #00000059;font-size:.875rem}.checkbox-dropdown__item{display:flex;align-items:center;gap:.45rem;min-height:0;padding:.28rem .55rem;font-weight:400;line-height:1.2;cursor:pointer}.checkbox-dropdown__item:hover{background:#94a3b81a}.checkbox-dropdown__item input[type=checkbox]{width:.95rem;height:.95rem;min-width:.95rem;max-width:.95rem;margin:0;padding:0;flex:0 0 auto;border-radius:3px;accent-color:#3b82f6}.checkbox-dropdown__item span{flex:1;min-width:0;line-height:1.2;white-space:nowrap}.checkbox-dropdown__all{display:block;width:100%;padding:.35rem .55rem;border:0;border-bottom:1px solid #334155;background:transparent;color:#e2e8f0;font:inherit;font-weight:600;line-height:1.2;text-align:left;cursor:pointer}.checkbox-dropdown__all:hover,.checkbox-dropdown__all.is-active{background:#3b82f624}.filter-control-row>.checkbox-dropdown,.filter-control-row>select{flex:1;min-width:0}.filter-clear-btn{flex:0 0 auto;width:2rem;height:2rem;padding:0;border:1px solid #7f1d1d;border-radius:.5rem;background:#7f1d1d40;color:#f87171;font-size:1.1rem;font-weight:700;line-height:1;cursor:pointer}.filter-clear-btn:disabled{opacity:.35;cursor:default}.catalog-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.catalog-active-filter{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 10px;border:1px solid #475569;border-radius:999px;background:#1e293b;color:#e2e8f0;font-size:.85rem}.catalog-active-filter .filter-clear-btn{width:1.5rem;height:1.5rem;font-size:1rem}.techsheet-model-form{--techsheet-row-height: 38px;--techsheet-field-height: 32px;--techsheet-font-size: 1rem;display:block}.techsheet-model-form .techsheet-table{font-size:var(--techsheet-font-size)}.techsheet-model-form .techsheet-table input:not([type=checkbox]),.techsheet-model-form .techsheet-table select,.techsheet-model-form .techsheet-table .checkbox-dropdown__trigger,.variant-editor .techsheet-table input:not([type=checkbox]),.variant-editor .techsheet-table select,.variant-editor .techsheet-table .checkbox-dropdown__trigger{box-sizing:border-box;height:var(--techsheet-field-height);min-height:var(--techsheet-field-height);padding:0 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit;line-height:calc(var(--techsheet-field-height) - 2px)}.techsheet-model-form .techsheet-table input:not([type=checkbox]):disabled,.techsheet-model-form .techsheet-table select:disabled,.variant-editor .techsheet-table input:not([type=checkbox]):disabled,.variant-editor .techsheet-table select:disabled{opacity:1;-webkit-text-fill-color:#e2e8f0;color:#e2e8f0;border-color:#475569;background:#0f172a}.techsheet-model-form .techsheet-table .checkbox-dropdown__trigger:disabled,.variant-editor .techsheet-table .checkbox-dropdown__trigger:disabled{opacity:1;-webkit-text-fill-color:#e2e8f0;color:#e2e8f0;border-color:#475569;background-color:#0f172a}.techsheet-model-form .techsheet-table input:not([type=checkbox]),.techsheet-model-form .techsheet-table select,.variant-editor .techsheet-table input:not([type=checkbox]),.variant-editor .techsheet-table select{width:100%}.techsheet-model-form .techsheet-table select,.variant-editor .techsheet-table select{-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:left;text-align-last:left;padding-left:10px;padding-right:2rem;background-color:#0f172a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.techsheet-model-form .techsheet-table__row--rating-conditions-top .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child select,.techsheet-model-form .techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child select{text-align:center;text-align-last:center}.techsheet-model-form .techsheet-table .checkbox-dropdown__trigger,.variant-editor .techsheet-table .checkbox-dropdown__trigger{padding-right:2rem}.techsheet-model-form .techsheet-table textarea,.variant-editor .techsheet-table textarea{width:100%;padding:8px 10px;border:1px solid #475569;border-radius:6px;background:#0f172a;color:#e2e8f0;font:inherit}.techsheet-model-form .techsheet-table .checkbox-dropdown__item input[type=checkbox]{width:1rem;height:1rem;min-width:1rem;max-width:1rem;padding:0}.techsheet-model-form .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>th,.techsheet-model-form .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>td:not(.techsheet-table__drawing),.variant-editor .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>th,.variant-editor .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>td:not(.techsheet-table__drawing){box-sizing:border-box;height:var(--techsheet-row-height);max-height:var(--techsheet-row-height)}.techsheet-model-form .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>th,.variant-editor .techsheet-table__section-body .techsheet-table__row:not(.techsheet-table__row--full)>th{overflow:hidden}.techsheet-model-form .techsheet-table__section-body .techsheet-table__row>.techsheet-table__label,.variant-editor .techsheet-table__section-body .techsheet-table__row>.techsheet-table__label{white-space:nowrap;text-overflow:ellipsis}.techsheet-model-form .techsheet-table__hint,.variant-editor .techsheet-table__hint{display:inline;margin-top:0;margin-left:6px;font-size:.8rem;font-weight:400;white-space:nowrap}.techsheet-model-form .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-inline-pairs),.techsheet-model-form .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-quad),.techsheet-model-form .techsheet-table__section-body .techsheet-table__value:has(.techsheet-quad-stack),.techsheet-model-form .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-type-size--triple),.techsheet-model-form .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-proportion-row),.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-table__row--split-label-top .techsheet-table__value,.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-table__row--split-label-bottom .techsheet-table__value,.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-table__row--rating-conditions-top .techsheet-table__value,.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-table__row--rating-conditions-bottom .techsheet-table__value,.variant-editor .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-inline-pairs),.variant-editor .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-quad),.variant-editor .techsheet-table__section-body .techsheet-table__value:has(>.techsheet-type-size--triple){padding:0}.techsheet-model-form .techsheet-table__section-body .techsheet-inline-pairs,.techsheet-model-form .techsheet-table__section-body .techsheet-proportion-row,.techsheet-model-form .techsheet-table__section-body .techsheet-type-size--triple,.techsheet-model-form .techsheet-table__section-body .techsheet-quad,.techsheet-model-form .techsheet-table__section-body .techsheet-quad-stack,.techsheet-model-form .techsheet-table__section-body[data-section=connections] .techsheet-type-size__cell,.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head,.techsheet-model-form .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell,.techsheet-model-form .techsheet-table__section-body .techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__cell,.techsheet-model-form .techsheet-table__section-body .techsheet-quad:not(.techsheet-quad--t0-en12900) .techsheet-quad__head,.techsheet-model-form .techsheet-table__section-body .techsheet-quad--t0-en12900 .techsheet-quad__cell,.techsheet-model-form .techsheet-table__section-body .techsheet-quad--t0-en12900 .techsheet-quad__head,.techsheet-model-form .techsheet-table__section-body .techsheet-inline-pairs__field,.techsheet-model-form .techsheet-table__section-body .techsheet-inline-pairs__label,.techsheet-model-form .techsheet-table__section-body .techsheet-proportion-row__cell,.techsheet-model-form .techsheet-table__section-body .techsheet-proportion-row__label,.variant-editor .techsheet-table__section-body .techsheet-inline-pairs,.variant-editor .techsheet-table__section-body .techsheet-quad,.variant-editor .techsheet-table__section-body .techsheet-type-size--triple .techsheet-type-size__head,.variant-editor .techsheet-table__section-body .techsheet-type-size--triple .techsheet-type-size__cell{height:100%;min-height:0;max-height:100%;box-sizing:border-box}.techsheet-model-form .techsheet-type-size__cell,.variant-editor .techsheet-type-size__cell{gap:0}.techsheet-model-form .techsheet-table__section-body .techsheet-type-size--inline,.variant-editor .techsheet-table__section-body .techsheet-type-size--inline{gap:4px;width:100%;align-items:stretch}.techsheet-model-form .techsheet-table__section-body .techsheet-type-size--inline .techsheet-type-size__cell,.variant-editor .techsheet-table__section-body .techsheet-type-size--inline .techsheet-type-size__cell{display:flex;align-items:center;min-width:0}.techsheet-model-form .techsheet-table__section-body .techsheet-type-size--inline .techsheet-type-size__cell select,.variant-editor .techsheet-table__section-body .techsheet-type-size--inline .techsheet-type-size__cell select{width:100%;min-width:0}.techsheet-model-form--readonly{opacity:.92}.techsheet-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.techsheet-section-title{margin:20px 0 8px;font-size:.95rem;color:#94a3b8;font-weight:600}.techsheet-hint{margin:0 0 12px;font-size:.85rem}.techsheet-model-form h2{margin-top:0}.readonly-field{cursor:default}.techsheet-model-form .techsheet-table input.readonly-field{background:#0f172a;color:#e2e8f0;opacity:1}.variant-cards{display:grid;gap:16px}.variant-card{padding:16px;border-radius:10px;border:1px solid #334155;background:#1e293b}.variant-card .btn--small{margin-top:8px}.comment-form textarea,.edit-form textarea,.edit-form input,.edit-form select{width:100%;padding:10px 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font-weight:600}.edit-form input::placeholder,.edit-form textarea::placeholder{color:#94a3b8;font-weight:600}.feature-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.feature-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.feature-name{min-width:200px}.access-form{--access-field-height: 2.5rem;max-width:420px}.access-form--compact{--access-field-height: 32px;gap:8px}.access-form--compact label{gap:3px}.access-form input,.access-form select{box-sizing:border-box;width:100%;height:var(--access-field-height);min-height:var(--access-field-height);padding:0 12px;border:1px solid #475569;border-radius:8px;background-color:#0f172a;color:#e2e8f0;font:inherit;font-weight:600;line-height:calc(var(--access-field-height) - 2px)}.access-form input::placeholder{color:#94a3b8;font-weight:600}.access-form select{padding-right:2rem;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.table-actions{display:flex;gap:8px;white-space:nowrap}.form-actions{display:flex;gap:8px}.btn--danger{background:#991b1b;color:#fff;border:1px solid #b91c1c}.btn{padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-weight:600}.btn--primary{background:#2563eb;color:#fff}.btn--secondary{background:#475569;color:#fff}.btn--small{padding:4px 10px;font-size:.85rem;background:#334155;color:#e2e8f0;border:1px solid #475569;border-radius:6px;cursor:pointer}.btn--small.btn--badge-match.btn--in-base{background:#166534;color:#fff}.btn--small.btn--badge-match.btn--in-base:hover:not(:disabled){background:#14532d}.btn--small.btn--badge-match.btn--draft-match{background:#d7c67d;color:#2e2c2b}.btn--small.btn--badge-match.btn--draft-match:hover:not(:disabled){background:#c9bc6a}.btn:disabled{opacity:.6;cursor:wait}.muted{color:#94a3b8}.muted code{font:inherit;color:inherit}.muted-box{color:#94a3b8;font-size:.92rem}.action-list{margin:0;padding-left:20px}.action-list a{color:#93c5fd}.import-status{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0}.import-actions,.import-form{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px}.import-actions .admin-action-btn,.import-form .admin-action-btn{width:auto;min-width:7rem;max-width:100%}.import-form .admin-action-btn--icon{width:var(--admin-action-btn-size);min-width:var(--admin-action-btn-size);max-width:var(--admin-action-btn-size)}.import-file-label{position:relative;cursor:pointer;max-width:min(100%,20rem);overflow:hidden;text-overflow:ellipsis}.import-file-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.import-file-input--hidden{position:fixed;width:0;height:0;opacity:0;pointer-events:none}.moysklad-section .import-actions .admin-action-btn{width:50%;max-width:50%;min-width:0;white-space:normal}.import-result{margin:12px 0 0;color:#86efac;font-size:.92rem}.import-sources-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.import-source-panel{min-width:0}.import-source-panel .import-actions,.import-source-panel .import-form{flex-direction:column;align-items:flex-start}.import-source-panel .import-actions .admin-action-btn,.import-source-panel .import-form .admin-action-btn{width:50%;max-width:50%;min-width:0;white-space:normal}.import-file-row{display:flex;align-items:stretch;gap:8px;width:50%;max-width:50%}.import-file-row .import-file-trigger,.import-file-row .import-file-label{flex:1 1 0;min-width:0;width:auto;max-width:none}.import-file-row .admin-action-btn--icon{flex:0 0 auto;align-self:stretch;box-sizing:border-box;width:auto;height:auto;min-width:0;min-height:var(--admin-action-btn-size);max-width:none;aspect-ratio:1;padding:0;color:#93c5fd}.import-source-panel .import-file-row .admin-action-btn--icon{width:auto;height:auto;max-width:none;color:#93c5fd}.import-file-row .admin-action-btn__icon{width:22px;height:22px;color:inherit;fill:currentColor}.import-source-panel .import-file-row .import-file-trigger,.import-source-panel .import-file-row .import-file-label{width:auto;max-width:none}@media(max-width:1100px){.import-sources-row{grid-template-columns:1fr}}.identify-stage-panel{padding:8px;border-radius:12px;background:#1e293b;border:1px solid #334155;margin-bottom:16px}.identify-stage-panel__title{font-weight:700;color:#e2e8f0;margin-right:4px;white-space:nowrap}.identify-stage-panel__stage-select{width:auto;min-width:12.5rem;max-width:14rem;font-weight:700}.identify-stage-panel__controls{display:grid;grid-template-columns:var(--queue-toolbar-cols);align-items:center;gap:0;width:100%}.identify-stage-panel__leading{grid-column:1 / 4;display:flex;align-items:center;gap:12px;min-width:0}.identify-stage-panel__leading-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0}.identify-stage-panel__trail{grid-column:6 / -1;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:nowrap}.identify-stage-panel__dup-btn{flex:0 0 auto;width:7rem;min-width:7rem;margin-right:30px}.identify-stage-panel__bulk-kind{grid-column:4;justify-self:start;margin-left:-16px}.identify-stage-panel__bulk-execute{grid-column:5;justify-self:start;margin-left:8px}.identify-stage-panel__clear,.identify-stage-panel__write{flex:0 0 auto}.identify-stage-panel__llm-retry{border-color:#78b4ff73;width:60px}.identify-stage-panel__llm-retry:hover:not(:disabled){border-color:#78b4ffbf}.identify-stage-panel__label{color:#94a3b8;font-size:.9rem;display:flex;align-items:center;gap:10px}.identify-stage-panel__label input{width:5.5rem;min-width:0;padding:6px 8px;border-radius:6px;border:1px solid #475569;background:#0f172a;color:#e2e8f0}.identify-stage-panel__result{margin:10px 0 0;font-size:.9rem}.queue-workflow-log{margin-top:16px;margin-bottom:0;padding:12px 16px;border-radius:12px;background:#0f172a99;border:1px solid #334155;font-size:.88rem}.queue-workflow-log summary{cursor:pointer;font-weight:600;color:#cbd5e1}.queue-workflow-log__glossary{margin:12px 0;line-height:1.45}.queue-workflow-log__glossary p{margin:0 0 8px}.queue-workflow-log__glossary code{font-size:.85em;color:#93c5fd}.queue-workflow-log__doc{font-size:.82rem;opacity:.85}.queue-workflow-log__entries{margin:0;padding-left:1.25rem;max-height:220px;overflow-y:auto;color:#94a3b8;font-family:ui-monospace,Consolas,monospace;font-size:.82rem}.queue-workflow-log__entries li{margin-bottom:4px}.queue-workflow-log__empty{margin:8px 0 0;font-size:.85rem}.moysklad-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.moysklad-header h2{margin:0}.moysklad-header .admin-action-btn{width:193px;min-width:0;white-space:normal}.moysklad-sections{display:flex;flex-direction:column;gap:0;margin:0}.moysklad-section{display:flex;flex-direction:column;min-height:0;padding:16px 0;border-right:none;border-bottom:1px solid #334155}.moysklad-section:first-child{padding-top:0}.moysklad-section:last-child{border-bottom:none;padding-bottom:0}.moysklad-section h3{margin:0 0 10px;font-size:.95rem;font-weight:600;color:#e2e8f0}.moysklad-section .muted{margin:0;font-size:.88rem;line-height:1.45}.moysklad-section .import-status{margin-top:0}.moysklad-section .import-actions{margin-top:12px;padding-top:0}.moysklad-schedule-stats{margin:8px 0 0;font-size:.86rem}.moysklad-schedule-form{display:flex;flex-direction:column;gap:14px;margin-top:10px}.moysklad-schedule-job{margin:0;padding:0;border:none;min-width:0}.moysklad-schedule-job legend{padding:0;margin-bottom:8px;font-size:.88rem;font-weight:600;color:#cbd5e1}.moysklad-schedule-field{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:8px;margin-bottom:8px;font-size:.86rem}.moysklad-schedule-field span{color:#94a3b8}.moysklad-schedule-field select,.moysklad-schedule-field input[type=time],.moysklad-schedule-field input[type=number]{width:100%;min-width:0;padding:6px 8px;border-radius:6px;border:1px solid #475569;background:#0f172a;color:#e2e8f0;font:inherit}.moysklad-schedule-meta{margin:0;font-size:.8rem;line-height:1.4}.moysklad-schedule-error{color:#fca5a5}.moysklad-schedule-actions{margin-top:0!important;padding-top:0!important}.moysklad-schedule-saved{color:#86efac;font-size:.86rem}.admin-shell .form-error{color:#fca5a5}.admin-shell .form-success{color:#86efac}.admin-shell .form-warning{color:#d7c67d}.mgr-page{width:100%;min-width:0}.mgr-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.mgr-page-header h1{margin:0 0 4px;font-size:1.6rem}.mgr-page-header__subtitle{margin:0;color:#94a3b8}.mgr-page-header__back{display:inline-block;margin-bottom:8px;color:#93c5fd;font-size:.9rem}.mgr-page-header__actions{display:flex;gap:8px;flex-shrink:0}.mgr-tabs{display:flex;align-items:flex-end;gap:6px;border-bottom:1px solid rgba(55,65,81,.85);margin-bottom:8px}.mgr-tabs__hint{margin-left:auto;padding-bottom:8px;font-size:12px;align-self:center}.mgr-tab{padding:10px 18px 12px;border:1px solid #475569;border-bottom:none;border-radius:10px 10px 0 0;background:#1e293b;color:#94a3b8;font-weight:500;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.mgr-tab:hover{color:#e2e8f0;background:#334155;border-color:#64748b;transform:translateY(-2px);box-shadow:0 -3px 10px #0f172a40}.mgr-tab.is-active{background:#0f172a;color:#bfdbfe;border-color:#475569;border-bottom-color:#0f172a;font-weight:600;transform:translateY(1px);box-shadow:inset 0 2px #60a5fa}.mgr-tab.is-active:hover{background:#0f172a;color:#dbeafe;transform:translateY(1px)}.mgr-panel{padding:20px;border-radius:12px;background:#1e293b;border:1px solid #334155;margin-bottom:16px}.mgr-panel--table{overflow-x:auto}.mgr-search-form{display:grid;gap:14px;min-width:0;grid-auto-flow:column}.filter-group--catalog .mgr-search-form{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:end}.filter-group--catalog .mgr-search-form__actions{display:flex;justify-content:flex-end;align-self:end;margin-left:auto}.admin-page--catalog{--catalog-control-height: 38px;--catalog-field-width: 160px;--catalog-filter-clear-gap: 6px;--catalog-filter-row-width: calc( var(--catalog-field-width) + var(--catalog-control-height) + var(--catalog-filter-clear-gap) )}.admin-page--catalog .filter-chip,.admin-page--catalog .catalog-toolbar-actions .admin-action-btn,.admin-page--catalog .mgr-search-form__actions .admin-action-btn,.admin-page--catalog .filter-clear-btn,.admin-page--catalog .mgr-search-form .checkbox-dropdown__trigger,.admin-page--catalog .queue-pagination button,.admin-page--catalog .queue-pagination__current,.admin-page--catalog .catalog-add-modal .admin-action-btn{box-sizing:border-box;height:var(--catalog-control-height);min-height:var(--catalog-control-height)}.admin-page--catalog .filter-chip{display:inline-flex;align-items:center;justify-content:center;padding:0 12px}.admin-page--catalog .catalog-toolbar-actions .admin-action-btn,.admin-page--catalog .mgr-search-form__actions .admin-action-btn,.admin-page--catalog .catalog-add-modal .admin-action-btn{padding:0 14px}.admin-page--catalog .filter-clear-btn{width:var(--catalog-control-height);min-width:var(--catalog-control-height);padding:0;display:inline-flex;align-items:center;justify-content:center}.admin-page--catalog .filter-clear-btn:disabled{opacity:1;border-color:#475569;background:#4755692e;color:#64748b;cursor:default}.admin-page--catalog .mgr-search-form .checkbox-dropdown__trigger{padding:0 28px 0 12px;line-height:calc(var(--catalog-control-height) - 2px);border-radius:8px;background-color:#0f172a;font:inherit;font-weight:inherit;white-space:nowrap}.admin-page--catalog .filter-group--manufacturer .checkbox-dropdown__trigger{background-color:#0f172a;border-radius:8px;font:inherit;font-weight:inherit;font-size:inherit;line-height:calc(var(--catalog-control-height) - 2px)}.admin-page--catalog .mgr-search-form .checkbox-dropdown__menu{border-radius:8px;background:#0f172a;font:inherit;font-size:inherit}.admin-page--catalog .mgr-search-form .checkbox-dropdown__item,.admin-page--catalog .mgr-search-form .checkbox-dropdown__all{font:inherit;font-weight:inherit;font-size:inherit}.admin-page--catalog .queue-pagination button,.admin-page--catalog .queue-pagination__current{display:inline-flex;align-items:center;justify-content:center;padding:0 .65rem}.admin-page--catalog .filter-search{height:var(--catalog-control-height);min-height:var(--catalog-control-height);padding:0 12px;box-sizing:border-box}.admin-page--catalog .mgr-search-form input:not([type=checkbox]),.admin-page--catalog .mgr-search-form select{height:var(--catalog-control-height);min-height:var(--catalog-control-height);padding:0 12px;line-height:calc(var(--catalog-control-height) - 2px);width:var(--catalog-field-width);min-width:var(--catalog-field-width);max-width:var(--catalog-field-width)}.admin-page--catalog .mgr-search-grid{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px}.admin-page--catalog .filter-group--catalog .mgr-search-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;grid-template-columns:unset;grid-auto-flow:unset}.admin-page--catalog .mgr-search-form .mgr-search-grid{flex:1 1 auto;min-width:0;max-width:100%}.admin-page--catalog .mgr-search-form__actions{flex:0 0 auto;margin-left:auto}@media(max-width:960px){.admin-page--catalog .mgr-search-form .mgr-search-grid{flex-basis:100%}.admin-page--catalog .mgr-search-form__actions{margin-left:0}}.admin-page--catalog .mgr-search-grid>label{width:auto;min-width:0}.admin-page--catalog .mgr-search-grid>label:not(:has(.filter-control-row)){width:var(--catalog-field-width)}.admin-page--catalog .mgr-search-grid>label:has(.filter-control-row){min-width:var(--catalog-filter-row-width)}.admin-page--catalog .mgr-search-grid>label.catalog-filter--application{min-width:var(--catalog-field-width)}.admin-page--catalog .catalog-filter--application .filter-control-row{width:var(--catalog-field-width);min-width:var(--catalog-field-width);max-width:var(--catalog-field-width)}.admin-page--catalog .filter-control-row{width:var(--catalog-filter-row-width);min-width:var(--catalog-filter-row-width);max-width:var(--catalog-filter-row-width);flex-wrap:nowrap}.admin-page--catalog .filter-control-row>.filter-clear-btn{flex:0 0 var(--catalog-control-height)}.admin-page--catalog .filter-control-row>.checkbox-dropdown,.admin-page--catalog .filter-control-row>select{flex:0 0 var(--catalog-field-width);width:var(--catalog-field-width);min-width:var(--catalog-field-width);max-width:var(--catalog-field-width)}.admin-page--catalog .filter-group--manufacturer .checkbox-dropdown,.admin-page--catalog .mgr-search-grid>label.filter-group--manufacturer .checkbox-dropdown{width:var(--catalog-field-width);min-width:var(--catalog-field-width);max-width:var(--catalog-field-width)}.admin-page--catalog .mgr-search-grid>label.filter-group--manufacturer .checkbox-dropdown__menu{min-width:var(--catalog-field-width)}.admin-page--catalog .mgr-search-grid>label.catalog-filter--fixed180,.admin-page--catalog .mgr-search-grid>label.catalog-filter--fixed180 .filter-control-row,.admin-page--catalog .mgr-search-grid>label.catalog-filter--fixed180 .filter-search-wrap{width:180px;min-width:180px;max-width:180px;flex:0 0 180px}.admin-page--catalog .catalog-filter--fixed180 .checkbox-dropdown,.admin-page--catalog .catalog-filter--fixed180 .filter-search{width:180px;min-width:180px;max-width:180px}.admin-page--catalog .mgr-search-grid>label.catalog-filter--fixed120,.admin-page--catalog .mgr-search-grid>label.catalog-filter--fixed120 .filter-control-row{width:120px;min-width:120px;max-width:120px;flex:0 0 120px}.admin-page--catalog .catalog-filter--fixed120 .checkbox-dropdown{width:120px;min-width:120px;max-width:120px}.admin-page--catalog .mgr-search-grid .mgr-search-grid__narrow-group{flex:0 0 auto;margin-left:auto;width:auto;min-width:0}.admin-page--catalog .mgr-search-grid .mgr-search-grid__narrow-group label{width:110px;min-width:110px;max-width:110px;flex:0 0 110px}.admin-page--catalog .mgr-search-grid .mgr-search-grid__narrow-group input:not([type=checkbox]){width:110px;min-width:110px;max-width:110px}.mgr-search-form label{display:grid;gap:6px;text-align:center}.mgr-search-grid{display:flex;flex-wrap:wrap;align-items:end;gap:12px;min-width:0}.mgr-search-grid>label{flex:1 1 180px;min-width:0}.mgr-search-grid>label.catalog-filter--application{flex:0 0 200px}.catalog-filter--application select{width:200px;max-width:200px}.mgr-search-grid>label.catalog-filter--fixed180{flex:0 0 180px}.catalog-filter--fixed180 .checkbox-dropdown{width:180px}.mgr-search-grid>label.catalog-filter--fixed120{flex:0 0 120px}.catalog-filter--fixed120 .checkbox-dropdown{width:120px}.filter-control-row{display:flex;align-items:center;gap:6px;width:100%}.filter-control-row>.checkbox-dropdown,.filter-control-row>select{flex:1 1 auto;min-width:0}.filter-clear-btn{flex:0 0 auto;width:2rem;height:2rem;padding:0;border:1px solid #7f1d1d;border-radius:.5rem;background:#7f1d1d40;color:#f87171;font-size:1.15rem;font-weight:700;line-height:1;cursor:pointer}.filter-clear-btn:hover{background:#b91c1c59;color:#fecaca}.checkbox-dropdown__all{display:block;width:100%;margin:0;padding:8px 10px;border:none;border-bottom:1px solid #334155;background:transparent;color:#e2e8f0;font:inherit;font-weight:700;text-align:left;cursor:pointer}.checkbox-dropdown__all:hover,.checkbox-dropdown__all.is-active{background:#1e293b;color:#f8fafc}.mgr-search-form input:not([type=checkbox]),.mgr-search-form select,.mgr-form input:not([type=checkbox]),.mgr-form textarea{width:100%;padding:10px 12px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;box-sizing:border-box;text-align:left}.mgr-search-form input:not([type=checkbox]),.mgr-search-form select,.mgr-form input:not([type=checkbox]){height:38px}.mgr-search-form .checkbox-dropdown__trigger{height:38px;min-height:38px;padding:0 28px 0 12px;font-size:.9rem;line-height:1.2}.mgr-search-grid__narrow-group{display:flex;align-items:end;gap:10px;margin-left:auto}.mgr-search-grid__narrow-group label{width:110px;flex:0 0 auto}.mgr-search-form .checkbox-dropdown__menu{font-size:.875rem;max-height:14rem;padding:.2rem 0}.mgr-search-form .checkbox-dropdown__item{display:flex;align-items:center;gap:.45rem;text-align:left;padding:.24rem .5rem}.mgr-search-grid>label.filter-group--manufacturer .checkbox-dropdown{min-width:180px}.mgr-search-grid>label.filter-group--manufacturer .checkbox-dropdown__menu{min-width:180px}.mgr-form{display:grid;gap:14px;max-width:560px}.mgr-form label{display:grid;gap:6px}.mgr-form-actions{display:flex;gap:8px}.mgr-table{width:100%;border-collapse:collapse;font-size:.92rem}.mgr-table th,.mgr-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #334155;vertical-align:top}.mgr-table th{color:#94a3b8;font-weight:600}.mgr-table--compare th,.mgr-table--compare td{vertical-align:middle}.mgr-table--compare th{min-width:140px}.mgr-table th.mgr-table__compare-param-col{text-align:center;font-size:1.3rem;color:#dfe5ed}.mgr-table--compare td{padding:6px 12px}.mgr-table--compare td:not(:first-child){text-align:center}.mgr-table--compare th:not(:first-child),.mgr-table--compare td:not(:first-child){min-width:200px}.mgr-table__compare-add-col{vertical-align:top;font-size:1rem}.mgr-table__compare-add-list{width:max-content;min-width:100%;max-width:360px}.mgr-table__compare-add-list .filter-search-history__item{white-space:nowrap}@media print{@page{size:landscape}body *{visibility:hidden}.mgr-table--compare,.mgr-table--compare *{visibility:visible}.mgr-table--compare{position:absolute;top:0;left:0}.mgr-table__compare-add-col,.mgr-remove,.mgr-page-header__actions{display:none!important}}.mgr-link{color:#93c5fd;font-weight:600}.mgr-meta{display:block;margin-top:2px;font-size:.82rem;color:#94a3b8}.mgr-table__actions{display:flex;gap:6px;flex-wrap:wrap;white-space:nowrap}.mgr-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-weight:600;text-decoration:none}.mgr-btn--primary{background:#2563eb;color:#fff}.mgr-btn--secondary{background:#475569;color:#fff}.mgr-btn--small{padding:4px 10px;font-size:.85rem;background:#334155;color:#e2e8f0;border:1px solid #475569}.mgr-btn:disabled{opacity:.6;cursor:not-allowed}.mgr-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:.75rem}.catalog-status-bar{display:flex;gap:8px;margin-bottom:12px}.catalog-status{display:inline-block;padding:2px 8px;border-radius:6px;font-size:.78rem;font-weight:600}.catalog-status--pub{background:#14532d;color:#bbf7d0}.catalog-status--draft{background:#334155;color:#cbd5e1}.catalog-status--review{background:#713f12;color:#fde68a;margin-left:4px}.mgr-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.mgr-detail-list{margin:0;display:grid;gap:10px}.mgr-detail-list>div{display:grid;grid-template-columns:140px 1fr;gap:8px}.mgr-detail-list dt{color:#94a3b8}.mgr-detail-list dd{margin:0}.mgr-muted{color:#94a3b8}.mgr-muted a{color:#93c5fd}.mgr-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.78rem;font-weight:600}.mgr-status--pending{background:#dbeafe;color:#1d4ed8}.mgr-status--processing{background:#ede9fe;color:#6d28d9}.mgr-status--done{background:#dcfce7;color:#166534}.mgr-status--failed{background:#fee2e2;color:#b91c1c}.mgr-remove{margin-left:8px;padding:0 6px;border:none;background:transparent;color:#94a3b8;cursor:pointer;font-size:1.1rem;line-height:1}.mgr-table__compare-head-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.mgr-table__compare-head-row .mgr-meta{margin-top:0}.mgr-table__compare-head-row .mgr-remove{margin-left:auto;color:#ef4444}.mgr-remove:hover{color:#b91c1c}.techsheet-print-page{min-height:100vh;background:#e8ecf0;color:#111;--techsheet-font-size: 10pt;--techsheet-print-row-font-size: 9pt;--techsheet-print-page-margin-block: 10mm;--techsheet-print-page-margin-inline: 9mm;--techsheet-print-sheet-width: 210mm;--techsheet-print-sheet-min-height: 297mm;--techsheet-table-width: calc( var(--techsheet-print-sheet-width) - 2 * var(--techsheet-print-page-margin-inline) );--techsheet-label-col: calc(var(--techsheet-table-width) * 2 / 6);--techsheet-data-area: calc(var(--techsheet-table-width) * 4 / 6);--techsheet-label-min: calc(var(--techsheet-table-width) * 2 / 6);--techsheet-conn-type-col: calc(var(--techsheet-table-width) / 6);--techsheet-conn-size-col: calc(var(--techsheet-table-width) / 6);--techsheet-conn-drawing-col: calc(var(--techsheet-table-width) * 2 / 6);--techsheet-print-row-height: 24px;--techsheet-print-technical-head-height: 2.5rem;--techsheet-print-technical-head-font-size: 12pt;--techsheet-print-technical-head-line-height: 1.15;--techsheet-print-technical-head-font-weight: 700;--techsheet-print-section-head-height: 28px;--techsheet-print-section-head-font-size: 11pt;--techsheet-print-section-head-line-height: 1;--techsheet-print-section-head-font-weight: 600;--techsheet-print-subsection-head-height: 28px;--techsheet-print-subsection-head-font-size: 11pt;--techsheet-print-subsection-head-line-height: 1;--techsheet-print-subsection-head-font-weight: 600;--techsheet-print-cell-padding: 0 8px;--techsheet-preview-gutter: 32px;--techsheet-preview-scale: min( 1, calc((100vw - var(--techsheet-preview-gutter)) / var(--techsheet-print-sheet-width)) )}.techsheet-print-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;background:#1e293b;color:#e2e8f0;border-bottom:1px solid #334155}.techsheet-print-toolbar__left{display:flex;align-items:center;gap:16px;min-width:0}.techsheet-print-toolbar__link{color:#93c5fd;text-decoration:none;white-space:nowrap}.techsheet-print-toolbar__link:hover{text-decoration:underline}.techsheet-print-toolbar__title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.techsheet-print-toolbar__btn{padding:8px 16px;border:1px solid #475569;border-radius:6px;background:#334155;color:#f8fafc;cursor:pointer;font:inherit}.techsheet-print-toolbar__btn:hover{background:#475569}.techsheet-print-main{padding:16px;display:flex;justify-content:center;align-items:flex-start}.techsheet-print-loading,.techsheet-print-error{margin:24px;text-align:center}.techsheet-print-error{color:#b91c1c}.techsheet-print-sheet{box-sizing:border-box;width:var(--techsheet-print-sheet-width);min-height:var(--techsheet-print-sheet-min-height);padding:var(--techsheet-print-page-margin-block) var(--techsheet-print-page-margin-inline);background:#fff;border:1px solid #cbd5e1;box-shadow:0 2px 16px #0000001f;flex-shrink:0}@media screen{.techsheet-print-sheet{zoom:var(--techsheet-preview-scale)}}.techsheet-print-table.techsheet-table{margin-bottom:0;width:var(--techsheet-table-width);max-width:var(--techsheet-table-width);table-layout:fixed;border-collapse:collapse;border-spacing:0;border-right:1px solid #9ca3af;border-bottom:1px solid #9ca3af}.techsheet-print-page .techsheet-table__row{font-size:var(--techsheet-print-row-font-size)}.techsheet-print-page .techsheet-table__value--proportion-row{padding:0}.techsheet-print-page .techsheet-proportion-row{display:grid;width:100%;height:100%;min-height:0;align-items:stretch}.techsheet-print-page .techsheet-proportion-row--111{grid-template-columns:1fr 1fr 1fr}.techsheet-print-page .techsheet-proportion-row--3222{grid-template-columns:3fr 2fr 2fr 2fr}.techsheet-print-page .techsheet-proportion-row--213{grid-template-columns:2fr 1fr 3fr}.techsheet-print-page .techsheet-proportion-row--213 .techsheet-proportion-row__cell:not(.techsheet-proportion-row__cell--empty){justify-content:center;text-align:center}.techsheet-print-page .techsheet-inline-pairs--noise .techsheet-inline-pairs__field{display:flex;align-items:center;justify-content:center;min-width:0;background:#fff;text-align:center}.techsheet-print-page .techsheet-inline-pairs--noise .techsheet-inline-pairs__field .techsheet-print-value{justify-content:center;text-align:center}.techsheet-print-page .techsheet-inline-pairs--noise .techsheet-inline-pairs__noise-tail{border-left:1px solid #9ca3af;background:#f3f4f6}.techsheet-print-page .techsheet-proportion-row__label{display:flex;align-items:center;box-sizing:border-box;padding:var(--techsheet-print-cell-padding);font-weight:500;background:#f3f4f6;color:#111}.techsheet-print-page .techsheet-proportion-row__cell{display:flex;align-items:stretch;min-width:0;background:#fff;border-left:1px solid #9ca3af}.techsheet-print-page .techsheet-proportion-row__cell .techsheet-print-value{width:100%}.techsheet-print-page .techsheet-table__section th,.techsheet-print-page .techsheet-table__subsection th,.techsheet-print-page .techsheet-table__row th,.techsheet-print-page .techsheet-table__row td{border:none;border-left:1px solid #9ca3af;border-top:1px solid #9ca3af;vertical-align:middle;box-sizing:border-box;margin:0}.techsheet-print-page .techsheet-table__label:not(.techsheet-table__label--split){color:#111;background:#f3f4f6;padding:var(--techsheet-print-cell-padding);font-weight:500;text-align:left}.techsheet-print-page .techsheet-table__section th,.techsheet-print-page .techsheet-table__subsection th{color:#111;background:#e5e7eb;padding:var(--techsheet-print-cell-padding);font-weight:600;text-align:left}.techsheet-print-page .techsheet-table__section-head[data-section=technical] .techsheet-table__section th{height:var(--techsheet-print-technical-head-height);min-height:var(--techsheet-print-technical-head-height);max-height:var(--techsheet-print-technical-head-height);overflow:hidden;box-sizing:border-box;font-size:var(--techsheet-print-technical-head-font-size);font-weight:var(--techsheet-print-technical-head-font-weight);line-height:var(--techsheet-print-technical-head-line-height);vertical-align:middle}.techsheet-print-page .techsheet-table__section-head[data-section=technical] .techsheet-table__section-title-line{display:inline-flex;flex-wrap:nowrap;align-items:center;max-width:100%;overflow:hidden;font-size:inherit;font-weight:inherit;line-height:var(--techsheet-print-technical-head-line-height)}.techsheet-print-page .techsheet-table__section-head[data-section=technical] .techsheet-table__section-compressor{font-size:inherit;font-weight:inherit;line-height:inherit}.techsheet-print-page .techsheet-table__section-head:not([data-section=technical]) th{height:var(--techsheet-print-section-head-height);min-height:var(--techsheet-print-section-head-height);max-height:var(--techsheet-print-section-head-height);overflow:hidden;box-sizing:border-box;font-size:var(--techsheet-print-section-head-font-size);font-weight:var(--techsheet-print-section-head-font-weight);line-height:var(--techsheet-print-section-head-line-height);vertical-align:middle;padding-top:0;padding-bottom:0}.techsheet-print-page tr.techsheet-table__subsection{height:var(--techsheet-print-subsection-head-height);max-height:var(--techsheet-print-subsection-head-height)}.techsheet-print-page .techsheet-table__subsection th{height:var(--techsheet-print-subsection-head-height);min-height:var(--techsheet-print-subsection-head-height);max-height:var(--techsheet-print-subsection-head-height);overflow:hidden;box-sizing:border-box;font-size:var(--techsheet-print-subsection-head-font-size);font-weight:var(--techsheet-print-subsection-head-font-weight);line-height:var(--techsheet-print-subsection-head-line-height);vertical-align:middle;padding-top:0;padding-bottom:0}.techsheet-print-page .techsheet-table__section--connections-cols th:nth-child(n+2){text-align:center}.techsheet-print-page .techsheet-table__row td{padding:0}.techsheet-print-page .techsheet-table__value,.techsheet-print-page .techsheet-table__conn-cell{background:#fff;color:#111}.techsheet-print-page .techsheet-table__drawing,.techsheet-print-page .techsheet-compressor-photo-wrap{background:#fff}.techsheet-print-page td.techsheet-table__drawing--photo{position:relative;height:0;padding:0;overflow:hidden;vertical-align:top;line-height:0;font-size:0}.techsheet-print-page .techsheet-compressor-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:0;overflow:hidden;line-height:0}.techsheet-print-page .techsheet-compressor-photo{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.techsheet-print-page .techsheet-drawing-placeholder{color:#6b7280}.techsheet-print-page .techsheet-type-size__cell,.techsheet-print-page .techsheet-type-size__head,.techsheet-print-page .techsheet-quad__cell,.techsheet-print-page .techsheet-quad__head,.techsheet-print-page .techsheet-inline-pairs__label,.techsheet-print-page .techsheet-inline-pairs__field{background:#fff;color:#111;border:none}.techsheet-print-page .techsheet-inline-pairs__label{background:#f3f4f6}.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head{background:#f3f4f6;color:#111;font-weight:500}.techsheet-print-page .techsheet-table__row--rating-conditions-top .techsheet-quad--t0-en12900 .techsheet-quad__head--span3,.techsheet-print-page .techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2),.techsheet-print-page .techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2) .techsheet-quad__head{background:#f3f4f6;color:#111;font-weight:500}.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head+.techsheet-type-size__head,.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell+.techsheet-type-size__cell{border-left:1px solid #9ca3af}.techsheet-print-page .techsheet-inline-pairs{gap:0;width:100%;max-width:100%;align-items:stretch;grid-template-columns:1fr 2fr 1fr}.techsheet-print-page .techsheet-inline-pairs--211{grid-template-columns:2fr 1fr 1fr}.techsheet-print-page .techsheet-type-size,.techsheet-print-page .techsheet-type-size--inline,.techsheet-print-page .techsheet-type-size--triple,.techsheet-print-page .techsheet-quad,.techsheet-print-page .techsheet-quad-stack{gap:0;width:100%;max-width:100%;align-items:stretch}.techsheet-print-page .techsheet-table__value,.techsheet-print-page .techsheet-table__conn-cell,.techsheet-print-page .techsheet-table__value:has(>.techsheet-quad:not(.techsheet-quad-stack)),.techsheet-print-page .techsheet-table__value:has(>.techsheet-type-size--triple),.techsheet-print-page .techsheet-table__value:has(.techsheet-quad-stack),.techsheet-print-page .techsheet-table__value:has(>.techsheet-quad--t0-en12900),.techsheet-print-page .techsheet-table__section-body[data-section=connections] .techsheet-table__value{padding:0}.techsheet-print-page .techsheet-type-size__cell,.techsheet-print-page .techsheet-type-size__head,.techsheet-print-page .techsheet-quad__cell,.techsheet-print-page .techsheet-quad__head,.techsheet-print-page .techsheet-inline-pairs__label,.techsheet-print-page .techsheet-inline-pairs__field{box-sizing:border-box;min-height:100%;align-self:stretch}.techsheet-print-page .techsheet-type-size__cell,.techsheet-print-page .techsheet-type-size__head,.techsheet-print-page .techsheet-quad__cell,.techsheet-print-page .techsheet-quad__head,.techsheet-print-page .techsheet-inline-pairs__label,.techsheet-print-page .techsheet-inline-pairs__field{display:flex;align-items:center;margin:0;padding:var(--techsheet-print-cell-padding)}.techsheet-print-page .techsheet-quad--t0-en12900 .techsheet-quad__cell:first-child,.techsheet-print-page .techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2){padding:var(--techsheet-print-cell-padding)}.techsheet-print-page .techsheet-quad--t0-en12900 .techsheet-quad__head--span3{padding:0 4px}.techsheet-print-page .techsheet-type-size__cell+.techsheet-type-size__cell,.techsheet-print-page .techsheet-type-size__head+.techsheet-type-size__head,.techsheet-print-page .techsheet-quad__cell+.techsheet-quad__cell,.techsheet-print-page .techsheet-quad__head+.techsheet-quad__head,.techsheet-print-page .techsheet-quad__cell+.techsheet-quad__head,.techsheet-print-page .techsheet-quad__head+.techsheet-quad__cell,.techsheet-print-page .techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2),.techsheet-print-page .techsheet-quad--t0-en12900 .techsheet-quad__head--span3,.techsheet-print-page .techsheet-inline-pairs__label,.techsheet-print-page .techsheet-inline-pairs__field{border-left:1px solid #9ca3af}.techsheet-print-page .techsheet-inline-pairs>.techsheet-inline-pairs__field:first-child{border-left:none}.techsheet-print-page .techsheet-quad-stack:has(>.techsheet-quad--t0-en12900):before{display:none}.techsheet-print-page .techsheet-quad-stack>.techsheet-quad+.techsheet-quad{border-top:1px solid #9ca3af}.techsheet-print-page .techsheet-table__subsection th{font-weight:600}.techsheet-print-page .techsheet-table__hint{color:inherit;margin:0;padding:0;font-weight:500;line-height:1.2;display:block}.techsheet-print-page .techsheet-table__label--split{padding:0;vertical-align:top;color:#111;background:#f3f4f6;margin:0;height:calc(var(--techsheet-print-row-height) * 2);max-height:calc(var(--techsheet-print-row-height) * 2)}.techsheet-print-page .techsheet-label-split{display:flex;flex-direction:column;height:100%;min-height:0}.techsheet-print-page .techsheet-label-split__row{flex:0 0 var(--techsheet-print-row-height);display:flex;align-items:center;box-sizing:border-box;height:var(--techsheet-print-row-height);min-height:var(--techsheet-print-row-height);max-height:var(--techsheet-print-row-height);overflow:hidden;line-height:1.15;padding:var(--techsheet-print-cell-padding);color:inherit}.techsheet-print-page .techsheet-label-split__row--hint{font-weight:500;border-top:1px solid #9ca3af;font-size:.92em}.techsheet-print-page .techsheet-table__row--split-label-bottom th.techsheet-table__label,.techsheet-print-page .techsheet-table__row--rating-conditions-bottom th.techsheet-table__label,.techsheet-print-page .techsheet-table__row--split-label-bottom td.techsheet-table__value,.techsheet-print-page .techsheet-table__row--rating-conditions-bottom td.techsheet-table__value,.techsheet-print-page .techsheet-table__row--split-label-bottom .techsheet-type-size--triple .techsheet-type-size__cell{border-top:none}.techsheet-print-page .techsheet-table__row--split-label-bottom td.techsheet-table__value:has(.techsheet-type-size--triple){position:relative}.techsheet-print-page .techsheet-table__row--split-label-bottom td.techsheet-table__value:has(.techsheet-type-size--triple):before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid #9ca3af;pointer-events:none}.techsheet-print-page .techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__cell:nth-child(n+2),.techsheet-print-page .techsheet-table__row--rating-conditions-bottom .techsheet-quad--t0-en12900 .techsheet-quad__head{border-top:none}.techsheet-print-page .techsheet-table__row--rating-conditions-bottom td.techsheet-table__value:has(.techsheet-quad--t0-en12900){position:relative}.techsheet-print-page .techsheet-table__row--rating-conditions-bottom td.techsheet-table__value:has(.techsheet-quad--t0-en12900):before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid #9ca3af;pointer-events:none}.techsheet-print-page .techsheet-table__section-body .techsheet-table__row th.techsheet-table__label:not(.techsheet-table__label--split),.techsheet-print-page .techsheet-table__section-body .techsheet-table__row td:not(.techsheet-table__drawing):not(.techsheet-table__value--full){height:var(--techsheet-print-row-height);min-height:var(--techsheet-print-row-height);max-height:var(--techsheet-print-row-height);overflow:hidden;box-sizing:border-box;line-height:1}.techsheet-print-page .techsheet-table__section-body .techsheet-table__row td.techsheet-table__conn-cell{padding:0}.techsheet-print-page .techsheet-table__section-body .techsheet-table__row td:not(.techsheet-table__drawing):not(.techsheet-table__value--full){padding:0}.techsheet-print-page .techsheet-inline-pairs,.techsheet-print-page .techsheet-type-size,.techsheet-print-page .techsheet-type-size--inline,.techsheet-print-page .techsheet-type-size--triple,.techsheet-print-page .techsheet-quad:not(.techsheet-quad-stack),.techsheet-print-page .techsheet-inline-pairs--noise{height:100%;min-height:0;max-height:100%}.techsheet-print-page .techsheet-type-size--triple .techsheet-type-size__head,.techsheet-print-page .techsheet-type-size--triple .techsheet-type-size__cell,.techsheet-print-page .techsheet-quad:not(.techsheet-quad-stack) .techsheet-quad__cell,.techsheet-print-page .techsheet-quad:not(.techsheet-quad-stack) .techsheet-quad__head,.techsheet-print-page .techsheet-inline-pairs__label,.techsheet-print-page .techsheet-inline-pairs__field,.techsheet-print-page .techsheet-inline-pairs--noise .techsheet-inline-pairs__field{height:100%;min-height:0;align-self:stretch}.techsheet-print-page .techsheet-quad-stack .techsheet-quad--t0-en12900{height:var(--techsheet-print-row-height);min-height:var(--techsheet-print-row-height);max-height:var(--techsheet-print-row-height)}.techsheet-print-page .techsheet-print-value{display:flex;align-items:center;width:100%;height:100%;margin:0;padding:var(--techsheet-print-cell-padding);box-sizing:border-box;line-height:1}.techsheet-print-page .techsheet-table__section-body[data-section=technical] .techsheet-quad__cell,.techsheet-print-page .techsheet-table__section-body[data-section=technical] .techsheet-quad__head,.techsheet-print-page .techsheet-table__section-body[data-section=technical] .techsheet-inline-pairs__field,.techsheet-print-page .techsheet-table__section-body[data-section=technical] .techsheet-quad__cell .techsheet-print-value,.techsheet-print-page .techsheet-table__section-body[data-section=technical] .techsheet-inline-pairs__field .techsheet-print-value,.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__head,.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell,.techsheet-print-page .techsheet-table__section-body[data-section=electrical] .techsheet-type-size--triple .techsheet-type-size__cell .techsheet-print-value{justify-content:center;text-align:center}.techsheet-print-note{margin:0;padding:2px 4px;white-space:pre-wrap;line-height:1.45}.techsheet-print-notes-main,.techsheet-print-notes-side{vertical-align:top;padding:0}.techsheet-print-analogs-list{margin:0;padding:0}.techsheet-print-features{margin-top:12px;padding-top:10px;border-top:1px solid #d1d5db}.techsheet-print-links__subtitle{margin:0 0 6px;font-size:calc(var(--techsheet-font-size) * .95);font-weight:600}.techsheet-print-links__list{margin:0;padding:0;list-style:none}.techsheet-print-links__list li{padding:2px 4px;border-bottom:1px dotted #d1d5db;line-height:1.35;font-size:var(--techsheet-print-row-font-size)}.techsheet-print-links__empty{margin:0;padding:2px 4px;color:#6b7280;font-size:var(--techsheet-print-row-font-size)}.techsheet-print-features__title{margin:0 0 8px;font-size:var(--techsheet-font-size);font-weight:600}.techsheet-print-features__list{margin:0;padding:0;list-style:none}.techsheet-print-features__list li{display:flex;gap:8px;padding:3px 0;border-bottom:1px dotted #d1d5db}.techsheet-print-features__name{flex:0 0 45%;font-weight:500}.techsheet-print-features__value{flex:1 1 auto}@media print{@page{size:A4 portrait;margin:10mm 9mm}body{background:#fff!important}.techsheet-print-page{background:#fff;--techsheet-table-width: calc( var(--techsheet-print-sheet-width) - 2 * var(--techsheet-print-page-margin-inline) );--techsheet-label-col: calc(var(--techsheet-table-width) * 2 / 6);--techsheet-data-area: calc(var(--techsheet-table-width) * 4 / 6);--techsheet-label-min: calc(var(--techsheet-table-width) * 2 / 6);--techsheet-conn-type-col: calc(var(--techsheet-table-width) / 6);--techsheet-conn-size-col: calc(var(--techsheet-table-width) / 6);--techsheet-conn-drawing-col: calc(var(--techsheet-table-width) * 2 / 6)}.techsheet-print-toolbar{display:none!important}.techsheet-print-main{padding:0}.techsheet-print-sheet{width:auto;min-height:0;max-width:none;padding:0;border:none;box-shadow:none;zoom:1}.techsheet-print-table,.techsheet-print-features,.techsheet-table__section-body[data-section=notes]{break-inside:avoid}.techsheet-compressor-photo{max-height:120mm}}.admin-action-btn--small{width:auto;min-width:0;height:auto;min-height:0;max-height:none;padding:4px 10px;font-size:12px;line-height:1.25}.session-notice-toast{position:fixed;right:16px;bottom:16px;z-index:1200;max-width:min(420px,calc(100vw - 32px));padding:10px 14px;border-radius:10px;border:1px solid rgba(169,116,40,.35);background:#fff7e9;color:#4a3112;box-shadow:0 8px 26px #151d2b26;font-size:14px;line-height:1.35}.db-recovery-banner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px;background:#0206179e;pointer-events:all}.db-recovery-banner__panel{min-width:min(420px,100%);max-width:520px;padding:20px 28px;border-radius:12px;border:1px solid #334155;background:#0f172a;color:#f1f5f9;font-size:16px;line-height:1.45;text-align:center;box-shadow:0 24px 70px #00000073;display:flex;flex-direction:column;align-items:center;gap:14px}.db-recovery-banner__retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #64748b;background:#1e293b;color:#f8fafc;border-radius:8px;padding:8px 14px;font-size:14px;cursor:pointer}.db-recovery-banner__retry:hover{background:#334155}.db-recovery-banner__hint{font-size:13px;color:#94a3b8}.calendar-modal{background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:12px;padding:20px;width:min(460px,94vw);display:flex;flex-direction:column;gap:14px;align-self:flex-start;margin-top:calc(100px - 2rem)}.calendar-modal__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.calendar-modal__title{font-size:18px;font-weight:600}.calendar-modal__nav{border:1px solid #475569;border-radius:8px;background:#0f172a;color:#93c5fd;font-size:22px;line-height:1;padding:4px 14px;cursor:pointer}.calendar-modal__nav:hover{color:#dbeafe;border-color:#93c5fd}.calendar-modal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}.calendar-modal__weekday{padding:6px 0;font-size:13px;color:#94a3b8}.calendar-modal__day{padding:10px 0;border-radius:8px;font-size:16px}.calendar-modal__day.is-other{color:#64748b}.calendar-modal__day.is-today{background:#93c5fd38;color:#dbeafe;font-weight:700}.calendar-modal__foot{display:flex;justify-content:flex-end;gap:8px}.access-tokens h3{margin:0 0 6px;font-size:15px}.access-tokens__form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:12px 0}.access-tokens__form select,.access-tokens__form input{box-sizing:border-box;height:38px;padding:0 10px;border:1px solid #475569;border-radius:8px;background:#0f172a;color:#e2e8f0;font:inherit}.access-tokens__form input{flex:1 1 240px;min-width:180px}.access-tokens__issued{margin:12px 0;padding:12px;border:1px solid rgba(251,191,36,.5);border-radius:8px;background:#fbbf2414}.access-tokens__issued code{display:block;margin:8px 0;padding:8px 10px;border-radius:6px;background:#0f172a;color:#fbbf24;font-size:13px;word-break:break-all}.access-tokens__issued-actions{display:flex;gap:8px}.access-tokens__table{width:100%;border-collapse:collapse;font-size:13px}.access-tokens__table th,.access-tokens__table td{padding:6px 8px;text-align:left;border-bottom:1px solid #334155}.access-tokens__table th{color:#94a3b8;font-weight:600}@keyframes deploy-banner-blink{0%,to{border-color:#334155;box-shadow:0 16px 44px #0006}50%{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444,0 16px 44px #0006}}.deploy-banner{position:fixed;top:100px;left:50%;transform:translate(-50%);z-index:1500;max-width:min(520px,calc(100vw - 32px));display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 16px;border-radius:12px;border:1px solid #334155;background:#0f172a;color:#f1f5f9;font-size:14px;line-height:1.4;box-shadow:0 16px 44px #0006;animation:deploy-banner-blink 1.1s ease-in-out infinite;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.deploy-banner button{cursor:pointer}.deploy-banner__text{flex:1 1 220px}.deploy-banner__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #64748b;background:#1e293b;color:#f8fafc;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer}.deploy-banner__btn:hover{background:#334155}.deploy-banner__btn--ghost{border-color:transparent;background:transparent;color:#94a3b8}.deploy-banner__btn--ghost:hover{background:#1e293b;color:#f8fafc}
