:root{--otk-accent: #F4571E;--otk-accent-dark: #c23c0e;--otk-accent-soft: rgba(244, 87, 30, .12);--otk-accent-line: rgba(244, 87, 30, .4);--otk-navy: #0E1A3C;--otk-page: linear-gradient(160deg, #F7F5F2, #eceef4);--otk-surface: rgba(255, 255, 255, .72);--otk-surface-solid: #ffffff;--otk-panel: linear-gradient(165deg, #ffffff, #f4f2ed);--otk-line: rgba(14, 26, 60, .09);--otk-line-strong: rgba(14, 26, 60, .25);--otk-hover: rgba(14, 26, 60, .03);--otk-text: #0E1A3C;--otk-text-2: #6E6963;--otk-text-3: rgba(14, 26, 60, .45);--otk-on-accent: #ffffff;--otk-danger: #F4571E;--otk-warn: #d9a441;--otk-ok: #2f7d5b;--otk-font: "Golos Text", system-ui, -apple-system, "Segoe UI", sans-serif;--otk-font-display: "Onest", system-ui, sans-serif;--otk-size-h1: 30px;--otk-size-h2: 21px;--otk-size-h3: 16px;--otk-size-text: 14px;--otk-size-small: 13px;--otk-size-cap: 12px;--otk-size-micro: 10.5px;--otk-gap-1: 4px;--otk-gap-2: 8px;--otk-gap-3: 12px;--otk-gap-4: 16px;--otk-gap-5: 24px;--otk-gap-6: 34px;--otk-gap-7: 40px;--otk-r-s: 10px;--otk-r: 16px;--otk-r-l: 20px;--otk-r-pill: 999px;--otk-shadow-s: 0 2px 8px rgba(14, 26, 60, .06);--otk-shadow: 0 8px 24px rgba(14, 26, 60, .08);--otk-shadow-accent: 0 4px 20px rgba(244, 87, 30, .3);--otk-pane-width: 380px;--otk-pane-form-width: var(--otk-pane-width);--otk-toprow-h: 40px;--otk-rail-w: 52px;--otk-pane-collapsed: 46px;--otk-control-h: 40px}html[data-theme=dark]{--otk-page: linear-gradient(180deg, #0B1430, #0a1128);--otk-surface: rgba(247, 245, 242, .07);--otk-surface-solid: #16224a;--otk-panel: linear-gradient(165deg, #1a2b52, #0E1A3C);--otk-line: rgba(247, 245, 242, .14);--otk-line-strong: rgba(247, 245, 242, .4);--otk-hover: rgba(247, 245, 242, .05);--otk-text: #F7F5F2;--otk-text-2: rgba(247, 245, 242, .55);--otk-text-3: rgba(247, 245, 242, .38);--otk-warn: #e0b76b;--otk-ok: #74c9a2;--otk-shadow-s: 0 2px 8px rgba(0, 0, 0, .35);--otk-shadow: 0 8px 30px rgba(0, 0, 0, .35)}html[data-density=compact]{--otk-gap-4: 12px;--otk-gap-5: 16px;--otk-gap-6: 22px;--otk-gap-7: 26px;--otk-control-h: 34px}.otk-page{font-family:var(--otk-font);color:var(--otk-text)}.otk-split{display:grid;grid-template-columns:1fr var(--otk-right, auto);position:relative;grid-template-rows:auto 1fr;row-gap:var(--otk-gap-4);flex:1;min-height:0;overflow:hidden}.otk-split>.otk-top{grid-column:1 / -1}.otk-split__main{grid-column:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:0 var(--otk-gap-6) 0}.otk-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 0 var(--otk-gap-6)}.otk-top{display:flex;align-items:center;gap:var(--otk-gap-3);flex-wrap:wrap;min-height:var(--otk-toprow-h);padding:var(--otk-gap-2) var(--otk-gap-6);border-bottom:1px solid var(--otk-line)}.otk-top .otk-h1{font-size:var(--otk-size-h2)}.otk-top__count{font-size:var(--otk-size-small);color:var(--otk-text-2);margin-right:var(--otk-gap-2);white-space:nowrap}.otk-top__views{display:flex;gap:var(--otk-gap-2)}.otk-top__more{display:flex;gap:var(--otk-gap-2);margin-left:auto}.otk-top__more .otk-chip{color:var(--otk-text-2)}.otk-h1{font-family:var(--otk-font-display);font-size:var(--otk-size-h1);font-weight:800;letter-spacing:-.03em;margin:0}.otk-h2{font-family:var(--otk-font-display);font-size:var(--otk-size-h2);font-weight:800;letter-spacing:-.02em;margin:0}.otk-sub{font-size:var(--otk-size-text);color:var(--otk-text-2);margin:var(--otk-gap-1) 0 0}.otk-cap{font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--otk-text-3);margin:var(--otk-gap-5) 0 var(--otk-gap-2)}.otk-card{display:flex;align-items:center;gap:var(--otk-gap-3);width:100%;text-align:left;padding:var(--otk-gap-4) 18px;border:1px solid var(--otk-line);border-radius:var(--otk-r);background:var(--otk-surface);font:inherit;color:inherit;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.otk-card:hover{transform:translateY(-1px);box-shadow:var(--otk-shadow)}.otk-card--on{border-color:var(--otk-accent)}.otk-card--flat{cursor:default}.otk-card--flat:hover{transform:none;box-shadow:none}.otk-card__mark{width:4px;align-self:stretch;border-radius:3px;background:var(--otk-line-strong);flex:none}.otk-card--bad .otk-card__mark{background:var(--otk-danger)}.otk-card--warn .otk-card__mark{background:var(--otk-warn)}.otk-card--ok .otk-card__mark{background:var(--otk-ok)}.otk-card__body{flex:1;min-width:0}.otk-card__title{display:block;font-size:15px;font-weight:600;letter-spacing:-.01em}.otk-card__note{display:block;font-size:var(--otk-size-small);color:var(--otk-text-2);margin-top:3px}.otk-card__amount{font-family:var(--otk-font-display);font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.otk-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--otk-gap-2);height:var(--otk-control-h);padding:0 18px;border:1.5px solid var(--otk-line-strong);border-radius:var(--otk-r-s);background:transparent;color:var(--otk-text);font:inherit;font-size:var(--otk-size-small);font-weight:600;cursor:pointer;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.otk-btn:hover{border-color:var(--otk-accent);color:var(--otk-accent)}.otk-btn--main{background:var(--otk-accent);border-color:var(--otk-accent);color:var(--otk-on-accent);font-weight:700;box-shadow:var(--otk-shadow-accent)}.otk-btn--main:hover{background:var(--otk-accent-dark);border-color:var(--otk-accent-dark);color:var(--otk-on-accent)}.otk-btn--wide{width:100%}.otk-btn--quiet{border-color:transparent;color:var(--otk-text-2)}.otk-btn--quiet:hover{border-color:transparent;color:var(--otk-accent)}.otk-more{background:none;border:0;padding:0;font:inherit;font-size:var(--otk-size-small);font-weight:600;color:var(--otk-accent);cursor:pointer}.otk-more:hover{color:var(--otk-accent-dark)}.otk-badge{display:inline-block;font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:5px;background:var(--otk-hover);color:var(--otk-text-2)}.otk-badge--bad{background:var(--otk-accent-soft);color:var(--otk-accent)}.otk-badge--warn{background:var(--otk-accent-soft);color:var(--otk-warn)}.otk-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--otk-gap-4) var(--otk-gap-5)}.otk-field{display:flex;flex-direction:column;gap:var(--otk-gap-1)}.otk-field__label{font-size:var(--otk-size-cap);color:var(--otk-text-2)}.otk-field__input{height:var(--otk-control-h);padding:0 13px;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);color:var(--otk-text);font:inherit;font-size:var(--otk-size-text)}textarea.otk-field__input{height:auto;padding:9px 13px;line-height:1.5;resize:vertical}.otk-field__input:focus{outline:2px solid var(--otk-accent);outline-offset:1px;border-color:transparent}.otk-field__value{font-size:var(--otk-size-text);font-weight:600}.otk-table{width:100%;border-collapse:collapse;font-size:var(--otk-size-small)}.otk-table th{text-align:left;position:sticky;top:0;z-index:1;background:var(--otk-surface-solid);font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--otk-text-2);padding:var(--otk-gap-2) var(--otk-gap-3);border-bottom:1px solid var(--otk-line)}.otk-table td{padding:var(--otk-gap-3);border-bottom:1px solid var(--otk-line)}.otk-table tbody tr{cursor:pointer}.otk-table tbody tr:hover{background:var(--otk-hover)}.otk-table tbody tr.otk-row--on{background:var(--otk-accent-soft)}.otk-table .otk-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.otk-pane{width:var(--otk-pane-width);grid-column:2;min-height:0;position:relative;padding:0 var(--otk-gap-5) var(--otk-gap-5);display:flex;flex-direction:column;border-left:1px solid var(--otk-line);background:var(--otk-panel);overflow-y:auto;overscroll-behavior:contain}.otk-pane__deco{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:inherit}.otk-pane__plane{position:absolute;left:-50px;bottom:var(--otk-gap-7);width:150px;height:290px;border-radius:26px;background:var(--otk-hover);transform:rotate(9deg);pointer-events:none}.otk-pane__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:3px 3px 0;margin:-3px -3px 0}.otk-pair{display:flex;gap:var(--otk-gap-2)}.otk-pair .otk-field__input{min-width:0}.otk-pair__time{flex:0 0 105px}.otk-pair__add{flex:none}.otk-steps-list{margin:0 0 var(--otk-gap-2);padding-left:18px;font-size:var(--otk-size-small)}.otk-steps-list li{margin-bottom:3px}.otk-pick__chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:5px}.otk-pick__chip{display:inline-flex;align-items:center;gap:5px;padding:3px 6px 3px 10px;border-radius:var(--otk-r-pill);background:var(--otk-accent-soft);color:var(--otk-text);font-size:var(--otk-size-cap)}.otk-pick__off{border:0;background:none;color:var(--otk-text-2);font:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0 2px}.otk-pick__off:hover{color:var(--otk-danger)}.otk-pane__head{display:flex;align-items:center;gap:var(--otk-gap-2);position:relative;padding-top:var(--otk-gap-2);margin-bottom:var(--otk-gap-3);flex:none}.otk-pane__close{margin-left:auto;background:none;border:0;font:inherit;font-size:var(--otk-size-cap);color:var(--otk-text-2);cursor:pointer}.otk-pane__close:hover{color:var(--otk-accent)}.otk-pane__title{font-family:var(--otk-font-display);font-size:var(--otk-size-h2);font-weight:800;letter-spacing:-.02em;line-height:1.25;margin:0;position:relative}.otk-pane__note{font-size:var(--otk-size-small);color:var(--otk-text-2);line-height:1.55;margin:var(--otk-gap-2) 0 0;position:relative}.otk-pane__amount{font-family:var(--otk-font-display);font-size:26px;font-weight:800;letter-spacing:-.03em;margin-top:18px;position:relative}.otk-pane__fields{margin-top:var(--otk-gap-5);position:relative}.otk-pane__actions{margin-top:auto;flex:none;padding-top:var(--otk-gap-4);display:flex;flex-direction:column;gap:var(--otk-gap-2);position:relative}.otk-pane-open{width:var(--otk-pane-collapsed);grid-column:2;min-height:0;border:0;border-left:1px solid var(--otk-line);background:var(--otk-surface);color:var(--otk-text);font:inherit;font-size:var(--otk-size-small);font-weight:600;cursor:pointer}.otk-pane-open:hover{background:var(--otk-accent-soft);color:var(--otk-accent)}.otk-pane-open__text{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.08em}.otk-pane-open__text:before{content:"‹ "}.otk-num-box{display:flex;gap:var(--otk-gap-3);flex-wrap:wrap}.otk-num-card{flex:1;min-width:190px;display:flex;flex-direction:column;gap:var(--otk-gap-1);padding:var(--otk-gap-4) 18px;border:1px solid var(--otk-line);border-radius:var(--otk-r);background:var(--otk-surface)}.otk-num-card__cap{font-size:var(--otk-size-cap);color:var(--otk-text-2)}.otk-num-card__val{font-family:var(--otk-font-display);font-size:26px;font-weight:800;letter-spacing:-.03em}.otk-num-card__sub{font-size:var(--otk-size-cap);color:var(--otk-text-3)}.otk-steps{display:flex;gap:3px}.otk-steps i{flex:1;height:4px;border-radius:2px;background:var(--otk-line)}.otk-steps i.otk-steps--done{background:var(--otk-accent)}.otk-empty{font-size:var(--otk-size-text);color:var(--otk-text-2)}@media(max-width:1100px){.otk-split{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;min-height:0}.otk-pane,.otk-pane-open{width:auto;grid-column:1;border-left:0}.otk-pane-open{padding:var(--otk-gap-3)}.otk-pane-open__text{writing-mode:horizontal-tb;transform:none}.otk-split__main{padding:var(--otk-gap-5) 18px}}@media(prefers-reduced-motion:reduce){.otk-card,.otk-btn{transition:none}.otk-card:hover{transform:none}}.otk-list{display:flex;flex-direction:column;gap:var(--otk-gap-2);max-width:820px}.otk-bar{height:5px;border-radius:3px;background:var(--otk-line);overflow:hidden}.otk-bar i{display:block;height:100%;background:var(--otk-accent);border-radius:3px}.otk-num-box{margin-top:var(--otk-gap-6);max-width:820px}.otk-toolbar{display:flex;align-items:center;gap:var(--otk-gap-2);flex-wrap:wrap;margin-bottom:var(--otk-gap-4)}.otk-chip{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:var(--otk-control-h);padding:0 16px;border:1px solid var(--otk-line);border-radius:var(--otk-r-pill);background:var(--otk-surface);color:var(--otk-text-2);font:inherit;font-size:var(--otk-size-small);font-weight:500;cursor:pointer}.otk-chip:hover{border-color:var(--otk-accent);color:var(--otk-accent)}.otk-chip--on{background:var(--otk-accent-soft);border-color:transparent;color:var(--otk-accent);font-weight:600}.otk-late{color:var(--otk-danger);font-weight:600}.otk-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-start;justify-content:center;padding:9vh 20px 4vh;background:#080c1c73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.otk-modal__box{width:min(1040px,100%);max-height:90vh;display:flex;flex-direction:column;background:var(--otk-panel);border:1px solid var(--otk-line);border-radius:var(--otk-r-l);box-shadow:var(--otk-shadow);overflow:hidden;color:var(--otk-text)}.otk-modal__box--narrow{width:min(560px,100%)}.otk-modal__head{display:flex;align-items:center;gap:var(--otk-gap-3);padding:var(--otk-gap-5);border-bottom:1px solid var(--otk-line)}.otk-modal__body{padding:var(--otk-gap-5);overflow-y:auto}.otk-modal__foot{display:flex;align-items:center;gap:var(--otk-gap-3);margin-top:var(--otk-gap-4)}.otk-modal__total{margin-left:auto;font-size:var(--otk-size-text)}.otk-modal__total b{font-family:var(--otk-font-display);font-size:20px;font-weight:800;letter-spacing:-.02em}.otk-modal__actions{display:flex;justify-content:flex-end;gap:var(--otk-gap-2);padding:var(--otk-gap-4) var(--otk-gap-5);border-top:1px solid var(--otk-line);background:var(--otk-surface)}.otk-field__input--sm{width:110px;text-align:right}.otk-error{padding:var(--otk-gap-3);border-radius:var(--otk-r-s);background:var(--otk-accent-soft);color:var(--otk-accent);font-size:var(--otk-size-small);margin:0 0 var(--otk-gap-4)}.otk-field--wide{grid-column:1 / -1}.otk-rail{width:var(--otk-rail-w);flex:none;display:flex;flex-direction:column;align-items:center;gap:var(--otk-gap-2);padding:var(--otk-gap-3) 0;overflow-y:auto;scrollbar-width:none;z-index:2}.otk-rail::-webkit-scrollbar{display:none}.otk-rail__tab,.otk-rail__add,.otk-rail__remark{position:relative;flex:none;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--otk-r-s);background:var(--otk-surface);color:var(--otk-text-2);cursor:pointer;font:inherit}.otk-rail__tab svg,.otk-rail__remark svg{width:19px;height:19px}.otk-rail__tab:hover,.otk-rail__add:hover{border-color:var(--otk-line-strong);color:var(--otk-text)}.otk-rail__tab--on{background:var(--otk-accent);border-color:var(--otk-accent);color:var(--otk-on-accent)}.otk-rail__close{position:absolute;top:1px;right:1px;width:14px;height:14px;display:none;align-items:center;justify-content:center;border-radius:50%;background:var(--otk-text);color:var(--otk-surface-solid);font-size:12px;line-height:1}.otk-rail__tab:hover .otk-rail__close{display:flex}.otk-rail__add{font-size:20px;line-height:1}.otk-rail__add-wrap{position:relative}.otk-rail__menu{position:absolute;left:calc(100% + 8px);top:0}.otk-rail__remark{margin-top:auto;color:var(--otk-danger)}.otk-rail__remark:hover{border-color:var(--otk-danger)}@media(max-width:1100px){.otk-rail{flex-direction:row;width:auto;overflow-x:auto}.otk-rail__remark{margin-top:0;margin-left:auto}}.otk-pane--form{width:var(--otk-pane-form-width)}.otk-form{display:flex;flex-direction:column;gap:var(--otk-gap-4)}.otk-vyezd-enter-active,.otk-vyezd-leave-active{transition:transform .26s cubic-bezier(.22,.61,.36,1),opacity .18s ease}.otk-vyezd-enter-from,.otk-vyezd-leave-to{transform:translate(100%);opacity:0}@media(prefers-reduced-motion:reduce){.otk-vyezd-enter-active,.otk-vyezd-leave-active{transition:opacity .12s ease}.otk-vyezd-enter-from,.otk-vyezd-leave-to{transform:none}}.otk-pane--form{overflow:visible}.otk-pane-grow{position:absolute;left:0;top:50%;transform:translate(-100%,-50%);z-index:4;display:flex;align-items:center;padding:var(--otk-gap-4) 5px;border:1px solid var(--otk-line);border-right:0;border-radius:var(--otk-r-s) 0 0 var(--otk-r-s);background:var(--otk-surface-solid);color:var(--otk-text-2);font:inherit;font-size:var(--otk-size-cap);font-weight:600;cursor:pointer}.otk-pane-grow:hover{color:var(--otk-accent);border-color:var(--otk-accent)}.otk-pane-grow__text{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.06em}.otk-pane.otk-pane--full{position:absolute;grid-column:1 / -1;grid-row:1 / -1;top:0;right:0;bottom:0;left:0;width:auto;z-index:6;border-left:0;padding-left:var(--otk-gap-6);padding-right:var(--otk-gap-6);background:var(--otk-surface-solid)}.otk-pane.otk-pane--full .otk-pane-grow{transform:translateY(-50%);border-radius:0 var(--otk-r-s) var(--otk-r-s) 0;border-right:1px solid var(--otk-line);border-left:0}.otk-pane--full .otk-fields{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.otk-pane--full .otk-pane__actions{flex-direction:row;justify-content:flex-end}.otk-pane--full .otk-btn--wide{width:auto;min-width:190px}.otk-pick{position:relative}.otk-pick__value{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;cursor:pointer}.otk-pick__sign{font-size:var(--otk-size-cap);color:var(--otk-text-3)}.otk-pick__list{position:absolute;left:0;right:0;top:calc(100% + 4px);max-height:260px;overflow-y:auto;padding:var(--otk-gap-1);border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);box-shadow:var(--otk-shadow);z-index:5}.otk-pick__row{display:block;width:100%;padding:7px 10px;border:0;border-radius:var(--otk-r-s);background:none;color:var(--otk-text);font:inherit;font-size:var(--otk-size-small);text-align:left;cursor:pointer}.otk-pick__row:hover{background:var(--otk-hover)}.otk-pick__row--on{background:var(--otk-accent-soft);color:var(--otk-accent);font-weight:600}.otk-pick__empty{padding:8px 10px;font-size:var(--otk-size-small);color:var(--otk-text-2);margin:0}.otk-field__hint{color:var(--otk-text-3);font-weight:400}.otk-dim{color:var(--otk-text-2)}.otk-card-form{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--otk-gap-6);align-items:start}.otk-card-form__main,.otk-card-form__side{display:flex;flex-direction:column;gap:var(--otk-gap-4)}.otk-card-form__side{padding:var(--otk-gap-4);border:1px solid var(--otk-line);border-radius:var(--otk-r);background:var(--otk-surface)}.otk-files{margin:0 0 var(--otk-gap-2);padding-left:18px;font-size:var(--otk-size-small)}.otk-files li{margin-bottom:3px}.otk-time{display:flex;flex-direction:column;gap:3px;min-width:0}@media(max-width:1200px){.otk-card-form{grid-template-columns:1fr}}.otk-time{position:relative;display:flex;flex-direction:column;gap:3px;min-width:0}.otk-time__row{display:flex;gap:4px;align-items:center}.otk-time__input{min-width:0;flex:1}.otk-time__pick{flex:none;width:var(--otk-control-h);height:var(--otk-control-h);display:flex;align-items:center;justify-content:center;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);color:var(--otk-text-2);cursor:pointer}.otk-time__pick svg{width:17px;height:17px}.otk-time__pick:hover:not(:disabled){border-color:var(--otk-accent);color:var(--otk-accent)}.otk-time__pick:disabled{opacity:.45;cursor:not-allowed}.otk-time__bad{font-size:var(--otk-size-cap);color:var(--otk-danger)}.otk-field__input--bad{border-color:var(--otk-danger)}.otk-clock{position:absolute;top:calc(100% + 4px);right:0;z-index:8;display:flex;gap:var(--otk-gap-1);padding:var(--otk-gap-1);border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);box-shadow:var(--otk-shadow)}.otk-clock__col{width:56px;max-height:210px;overflow-y:auto;scrollbar-width:thin}.otk-clock__cap{position:sticky;top:0;padding:3px 0;background:var(--otk-surface-solid);font-size:var(--otk-size-micro);text-transform:uppercase;letter-spacing:.06em;color:var(--otk-text-3);text-align:center}.otk-clock__row{display:block;width:100%;padding:5px 0;border:0;border-radius:var(--otk-r-s);background:none;color:var(--otk-text);font:inherit;font-size:var(--otk-size-small);font-variant-numeric:tabular-nums;text-align:center;cursor:pointer}.otk-clock__row:hover{background:var(--otk-hover)}.otk-clock__row--on{background:var(--otk-accent);color:var(--otk-on-accent);font-weight:600}.otk-task{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:var(--otk-gap-6);align-items:stretch;min-height:0;height:100%}.otk-task__main{display:flex;flex-direction:column;gap:var(--otk-gap-4);min-width:0;min-height:0}.otk-task__side{display:flex;flex-direction:column;gap:var(--otk-gap-4);align-content:start}.otk-task__grow{flex:1;min-height:0}.otk-task__text{flex:1;min-height:180px;resize:none}.otk-task__later{margin-top:var(--otk-gap-2)}.otk-task__title{font-size:var(--otk-size-h2);font-family:var(--otk-font-display);font-weight:700;height:44px}.otk-task__block{display:flex;flex-direction:column;gap:var(--otk-gap-4);padding:var(--otk-gap-4);border:1px solid var(--otk-line);border-radius:var(--otk-r);background:var(--otk-surface)}.otk-task__block--quiet{background:none}.otk-tabs{display:flex;gap:var(--otk-gap-4);border-bottom:1px solid var(--otk-line)}.otk-tabs__item{display:flex;align-items:center;gap:5px;padding:0 0 8px;border:0;border-bottom:2px solid transparent;background:none;color:var(--otk-text-2);font:inherit;font-size:var(--otk-size-small);font-weight:500;cursor:pointer}.otk-tabs__item:hover{color:var(--otk-text)}.otk-tabs__item--on{color:var(--otk-accent);border-bottom-color:var(--otk-accent);font-weight:600}.otk-tabs__count{padding:0 6px;border-radius:var(--otk-r-pill);background:var(--otk-accent-soft);color:var(--otk-accent);font-size:var(--otk-size-cap);font-weight:700}.otk-task__section{display:flex;flex-direction:column;gap:var(--otk-gap-3);flex:1;min-height:0}.otk-task__section--later{padding:var(--otk-gap-6) 0}@media(max-width:1200px){.otk-task{grid-template-columns:1fr}}.otk-fold{border-top:1px solid var(--otk-line);padding-top:var(--otk-gap-3)}.otk-fold__head{display:flex;align-items:center;gap:var(--otk-gap-2);width:100%;padding:0;border:0;background:none;color:var(--otk-text);font:inherit;font-size:var(--otk-size-small);font-weight:600;text-align:left;cursor:pointer}.otk-fold__head:hover{color:var(--otk-accent)}.otk-fold__arrow{display:inline-block;width:12px;color:var(--otk-text-2);transition:transform .16s ease}.otk-fold__arrow--on{transform:rotate(90deg);color:var(--otk-accent)}.otk-fold__body{display:flex;flex-direction:column;gap:var(--otk-gap-4);margin-top:var(--otk-gap-3)}.otk-subtasks{margin:0 0 var(--otk-gap-2);padding-left:18px;font-size:var(--otk-size-small)}.otk-subtasks li{margin-bottom:3px}.otk-board{display:flex;gap:var(--otk-gap-4);align-items:flex-start;min-height:100%}.otk-board__col{flex:1;min-width:210px;display:flex;flex-direction:column;gap:var(--otk-gap-2);padding:var(--otk-gap-3);border:1px solid var(--otk-line);border-radius:var(--otk-r);background:var(--otk-surface)}.otk-board__cap{display:flex;align-items:center;gap:var(--otk-gap-2);font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--otk-text-2);padding-bottom:var(--otk-gap-1)}.otk-board__count{color:var(--otk-text-3);font-weight:600}.otk-board__card{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);font:inherit;text-align:left;cursor:pointer}.otk-board__card:hover{border-color:var(--otk-accent)}.otk-board__card--on{border-color:var(--otk-accent);background:var(--otk-accent-soft)}.otk-board__card--late{border-left:3px solid var(--otk-danger)}.otk-board__title{font-size:var(--otk-size-small);font-weight:600;color:var(--otk-text)}.otk-board__meta{font-size:var(--otk-size-cap);color:var(--otk-text-2)}.otk-board__meta i{font-style:normal}.otk-board__empty{margin:0;font-size:var(--otk-size-cap);color:var(--otk-text-3);text-align:center;padding:var(--otk-gap-3) 0}.otk-gantt{display:flex;flex-direction:column}.otk-gantt__row{display:grid;grid-template-columns:240px 1fr;gap:var(--otk-gap-3);align-items:center;padding:4px 0;border:0;border-bottom:1px solid var(--otk-line);background:none;font:inherit;text-align:left;cursor:pointer}.otk-gantt__row--head{cursor:default;position:sticky;top:0;background:var(--otk-surface-solid);z-index:1}.otk-gantt__row:hover:not(.otk-gantt__row--head){background:var(--otk-hover)}.otk-gantt__row--on{background:var(--otk-accent-soft)}.otk-gantt__name{font-size:var(--otk-size-small);font-weight:600;color:var(--otk-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 0}.otk-gantt__scale{position:relative;display:flex;height:26px}.otk-gantt__day{flex:1;font-size:10px;color:var(--otk-text-3);white-space:nowrap;overflow:visible}.otk-gantt__day--off{color:var(--otk-text-3);opacity:.5}.otk-gantt__day--now{color:var(--otk-accent);font-weight:700}.otk-gantt__cell{flex:1;border-left:1px solid var(--otk-line);opacity:.45}.otk-gantt__cell--off{background:var(--otk-hover)}.otk-gantt__cell--now{border-left:2px solid var(--otk-accent);opacity:1}.otk-gantt__bar{position:absolute;top:6px;height:14px;border-radius:7px;background:var(--otk-navy);opacity:.75}.otk-gantt__bar--late{background:var(--otk-danger);opacity:.9}.otk-gantt__note{margin-top:var(--otk-gap-3)}.otk-taskpage{display:flex;flex-direction:column;flex:1;min-height:0}.otk-taskpage__body{flex:1;min-height:0;padding:var(--otk-gap-4) var(--otk-gap-6) var(--otk-gap-6);overflow-y:auto}.otk-taskpage__title{font-size:24px;margin:0}.otk-taskpage__text{font-size:var(--otk-size-text);line-height:1.6;color:var(--otk-text);overflow-wrap:break-word}.otk-taskpage__text img{max-width:100%;border-radius:var(--otk-r-s)}.otk-taskpage__result{margin-top:var(--otk-gap-4);padding-top:var(--otk-gap-3);border-top:1px solid var(--otk-line)}.otk-check{display:flex;align-items:flex-start;gap:var(--otk-gap-2);font-size:var(--otk-size-text);cursor:pointer}.otk-check input{margin-top:3px;accent-color:var(--otk-accent)}.otk-check--done span{color:var(--otk-text-3);text-decoration:line-through}.otk-subrow{display:flex;justify-content:space-between;gap:var(--otk-gap-3);padding:9px 12px;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid);color:var(--otk-text);text-decoration:none}.otk-subrow:hover{border-color:var(--otk-accent)}.otk-subrow--done b{color:var(--otk-text-3);text-decoration:line-through}.otk-talk{display:flex;flex-direction:column;gap:var(--otk-gap-3)}.otk-talk__msg{padding:9px 12px;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface-solid)}.otk-talk__msg--sys{background:none;border-style:dashed}.otk-talk__who{display:flex;gap:var(--otk-gap-2);font-size:var(--otk-size-cap);margin-bottom:3px}.otk-talk__text{font-size:var(--otk-size-small);line-height:1.55;overflow-wrap:break-word}.otk-talk__text img{max-width:100%;border-radius:var(--otk-r-s)}.otk-cal{display:flex;flex-direction:column;gap:var(--otk-gap-2)}.otk-cal__nav{display:flex;align-items:center;gap:var(--otk-gap-3);margin-bottom:var(--otk-gap-2)}.otk-cal__month{font-family:var(--otk-font-display);font-size:var(--otk-size-h2);text-transform:capitalize}.otk-cal__head{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--otk-gap-1);font-size:var(--otk-size-micro);text-transform:uppercase;letter-spacing:.06em;color:var(--otk-text-3);padding:0 4px}.otk-cal__week{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--otk-gap-1)}.otk-cal__day{min-height:96px;display:flex;flex-direction:column;gap:3px;padding:5px;border:1px solid var(--otk-line);border-radius:var(--otk-r-s);background:var(--otk-surface);overflow:hidden}.otk-cal__day--off{background:var(--otk-hover)}.otk-cal__day--out{opacity:.45}.otk-cal__day--now{border-color:var(--otk-accent);box-shadow:inset 0 2px 0 var(--otk-accent)}.otk-cal__num{font-size:var(--otk-size-cap);font-weight:700;color:var(--otk-text-2)}.otk-cal__task{display:block;width:100%;padding:2px 6px;border:0;border-radius:4px;background:var(--otk-accent-soft);color:var(--otk-text);font:inherit;font-size:11px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.otk-cal__task:hover{background:var(--otk-accent);color:var(--otk-on-accent)}.otk-cal__task--on{outline:2px solid var(--otk-accent)}.otk-cal__task--late{background:color-mix(in srgb,var(--otk-danger) 14%,transparent)}.otk-cal__task--late:hover{background:var(--otk-danger);color:var(--otk-on-accent)}.otk-taskpage__text--clamp{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;font-size:var(--otk-size-small)}.otk-search{width:260px}.otk-form__foot{display:flex;align-items:center;gap:var(--otk-gap-3);margin-top:var(--otk-gap-4)}.otk-form__total{margin-left:auto;font-size:var(--otk-size-text)}.otk-pane--full .otk-table input[type=number]{max-width:140px}.otk-pane--full .otk-table th:not(:first-child),.otk-pane--full .otk-table td:not(:first-child){width:1%;white-space:nowrap}.otk-pane--full .otk-table th:first-child,.otk-pane--full .otk-table td:first-child{width:auto}.otk-scroll{overflow-x:auto}.otk-table .otk-num{white-space:nowrap}.otk-board__col--drop{outline:2px dashed var(--otk-accent);outline-offset:3px;border-radius:var(--otk-r-m)}.otk-board__card[draggable=true]{cursor:grab}.otk-board__card[draggable=true]:active{cursor:grabbing}.otk-board__col--empty{flex:0 0 auto;min-width:96px;opacity:.6}.otk-board__col--empty .otk-board__empty{display:none}.otk-board__col--empty .otk-board__cap{font-size:var(--otk-size-micro)}[data-brand=otkryto-brand]{--primary: var(--otk-accent);--primary-hover: var(--otk-accent-dark);--primary-light: var(--otk-accent-soft);--primary-alpha: var(--otk-accent-soft);--accent: var(--otk-accent);--accent-bg: var(--otk-accent-soft);--red: var(--otk-danger);--danger: var(--otk-danger);--green: var(--otk-ok);--warning: var(--otk-warn);--text-primary: var(--otk-text);--text-secondary: var(--otk-text-2);--text-muted: var(--otk-text-3);--card-bg: var(--otk-surface);--card-border: var(--otk-line);--border: var(--otk-line);--border-color: var(--otk-line);--bg-hover: var(--otk-hover);--bg-secondary: var(--otk-surface)}[data-brand=otkryto-brand] .page-title,[data-brand=otkryto-brand] .card-title,[data-brand=otkryto-brand] .section-title,[data-brand=otkryto-brand] .modal-title{font-family:var(--otk-font-display);font-weight:800;letter-spacing:-.02em;color:var(--otk-text)}[data-brand=otkryto-brand] .card,[data-brand=otkryto-brand] .info-card,[data-brand=otkryto-brand] .table-container,[data-brand=otkryto-brand] .deals-table-card,[data-brand=otkryto-brand] .filter-card{background:var(--otk-surface);border-color:var(--otk-line);border-radius:var(--otk-r);box-shadow:var(--otk-shadow-s)}[data-brand=otkryto-brand] .btn-primary,[data-brand=otkryto-brand] .btn.btn-primary{background:var(--otk-accent);border-color:var(--otk-accent);color:var(--otk-on-accent);box-shadow:var(--otk-shadow-accent)}[data-brand=otkryto-brand] .btn-primary:hover{background:var(--otk-accent-dark);border-color:var(--otk-accent-dark)}[data-brand=otkryto-brand] .btn:not(.btn-primary),[data-brand=otkryto-brand] .btn-secondary,[data-brand=otkryto-brand] .btn-ghost{background:transparent;border-color:var(--otk-line-strong);color:var(--otk-text)}[data-brand=otkryto-brand] .btn:not(.btn-primary):hover{border-color:var(--otk-accent);color:var(--otk-accent)}[data-brand=otkryto-brand] .data-table thead th{font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--otk-text-2);background:transparent;border-bottom:1px solid var(--otk-line)}[data-brand=otkryto-brand] .data-table td{border-bottom:1px solid var(--otk-line)}[data-brand=otkryto-brand] .data-table tbody tr:hover{background:var(--otk-hover)}[data-brand=otkryto-brand] .table-row--selected,[data-brand=otkryto-brand] .row-selected{background:var(--otk-accent-soft)}[data-brand=otkryto-brand] .form-input,[data-brand=otkryto-brand] .form-control,[data-brand=otkryto-brand] .searchable-select__trigger,[data-brand=otkryto-brand] input[type=text],[data-brand=otkryto-brand] input[type=number],[data-brand=otkryto-brand] input[type=date],[data-brand=otkryto-brand] select,[data-brand=otkryto-brand] textarea{border-radius:var(--otk-r-s);border-color:var(--otk-line);background:var(--otk-surface-solid);color:var(--otk-text)}[data-brand=otkryto-brand] .form-label{color:var(--otk-text-2);font-size:var(--otk-size-cap)}[data-brand=otkryto-brand] .badge,[data-brand=otkryto-brand] .status-badge,[data-brand=otkryto-brand] .filter-badge{border-radius:var(--otk-r-pill);font-size:var(--otk-size-cap);font-weight:600}[data-brand=otkryto-brand] .dash-debt,[data-brand=otkryto-brand] .text-danger,[data-brand=otkryto-brand] .overdue,[data-brand=otkryto-brand] .sla-badge--overdue{color:var(--otk-danger)}[data-brand=otkryto-brand] .header-tab.active,[data-brand=otkryto-brand] .tab-button[aria-selected=true],[data-brand=otkryto-brand] .tabs button[aria-selected=true]{color:var(--otk-accent);border-bottom-color:var(--otk-accent)}[data-brand=otkryto-brand] .modal-panel,[data-brand=otkryto-brand] .fpm-panel{border-radius:var(--otk-r-l);background:var(--otk-panel);border-color:var(--otk-line)}[data-brand=otkryto-brand] .doc-modal-header,[data-brand=otkryto-brand] .fpm-header{border-bottom-color:var(--otk-line)}[data-brand=otkryto-brand] .nav-item.active,[data-brand=otkryto-brand] .nav-item.router-link-active{box-shadow:inset 3px 0 0 var(--otk-accent)}[data-brand=otkryto-brand] .customer-contact-link,[data-brand=otkryto-brand] .data-table a:not(.btn):not(.otk-btn){color:var(--otk-text);text-decoration:none}[data-brand=otkryto-brand] .customer-contact-link:hover,[data-brand=otkryto-brand] .data-table a:not(.btn):not(.otk-btn):hover{color:var(--otk-accent)}[data-brand=otkryto-brand] .badge-info,[data-brand=otkryto-brand] .badge-secondary,[data-brand=otkryto-brand] .badge-default{background:var(--otk-hover);color:var(--otk-text-2);border-color:transparent}[data-brand=otkryto-brand] .customer-avatar,[data-brand=otkryto-brand] .user-avatar-letter{background:var(--otk-accent-soft);color:var(--otk-text)}[data-brand=otkryto-brand] .empty-state>svg{width:44px;height:44px;opacity:.35;margin-bottom:10px}[data-brand=otkryto-brand] .empty-state>p{color:var(--otk-text-2);margin-bottom:14px}[data-brand=otkryto-brand] .floating-header{padding-top:var(--otk-gap-2);padding-bottom:var(--otk-gap-2)}[data-brand=otkryto-brand] .trigger-datetime{display:none}[data-brand=otkryto-brand] .trigger-avatar{width:34px;height:34px;font-size:var(--otk-size-cap)}[data-brand=otkryto-brand] .trigger-name{font-size:var(--otk-size-small)}[data-brand=otkryto-brand] .trigger-workplace{font-size:var(--otk-size-cap)}[data-brand=otkryto-brand] .header-actions{gap:var(--otk-gap-2)}.profile-tools{padding:var(--otk-gap-3) var(--otk-gap-4);border-top:1px solid var(--otk-line)}.profile-tools__title{font-size:var(--otk-size-micro);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--otk-text-2);margin-bottom:var(--otk-gap-2)}.profile-tool{display:flex;align-items:center;gap:var(--otk-gap-3);width:100%;padding:var(--otk-gap-2) 0;background:none;border:0;font:inherit;font-size:var(--otk-size-small);color:var(--otk-text);cursor:pointer;text-align:left}.profile-tool:hover{color:var(--otk-accent)}.profile-tool__name{flex:1}.profile-tool__value{font-size:var(--otk-size-cap);color:var(--otk-text-2)}.profile-tool--wrap{cursor:default}[data-brand=otkryto-brand] .profile-dropdown .profile-cover{background:linear-gradient(150deg,var(--otk-navy),#24356b)!important}[data-brand=otkryto-brand] .floating-sidebar .sidebar-header{padding-top:18px}[data-brand=otkryto-brand] .otk-rail{padding-top:calc(var(--header-height) + var(--gap) + var(--otk-gap-2))}[data-brand=otkryto-brand] .nav-section-badge{background:var(--otk-danger);color:var(--otk-on-accent);font-weight:700}[data-brand=otkryto-brand] .auth-page{background:var(--otk-page);font-family:var(--otk-font)}[data-brand=otkryto-brand] .auth-card{background:var(--otk-panel);border:1px solid var(--otk-line);border-radius:var(--otk-r-l);box-shadow:var(--otk-shadow)}[data-brand=otkryto-brand] .auth-logo{background:none;box-shadow:none;border:0;width:auto;height:auto;padding:0}[data-brand=otkryto-brand] .auth-logo .otkryto-mark{gap:5px}[data-brand=otkryto-brand] .auth-logo .otkryto-mark i{width:15px;height:32px;border-radius:5px;background:var(--otk-navy)}[data-brand=otkryto-brand] .auth-logo .otkryto-mark i:last-child{background:var(--otk-accent);transform:rotate(9deg) translateY(-5px)}[data-brand=otkryto-brand] .auth-title{font-family:var(--otk-font-display);font-weight:900;letter-spacing:.04em;color:var(--otk-text);text-transform:uppercase}[data-brand=otkryto-brand] .auth-hint,[data-brand=otkryto-brand] .auth-label{color:var(--otk-text-2)}[data-brand=otkryto-brand] .auth-input{border-radius:var(--otk-r-s);border-color:var(--otk-line);background:var(--otk-surface-solid);color:var(--otk-text)}[data-brand=otkryto-brand] .auth-input:focus{border-color:transparent;box-shadow:none;outline:2px solid var(--otk-accent);outline-offset:1px}[data-brand=otkryto-brand] .auth-submit{background:var(--otk-accent);border-color:var(--otk-accent);color:var(--otk-on-accent);border-radius:var(--otk-r-pill);font-family:var(--otk-font-display);font-weight:700;box-shadow:var(--otk-shadow-accent)}[data-brand=otkryto-brand] .auth-submit:hover:not(:disabled){background:var(--otk-accent-dark);border-color:var(--otk-accent-dark)}[data-brand=otkryto-brand] .auth-link{color:var(--otk-text-2)}[data-brand=otkryto-brand] .auth-link:hover{color:var(--otk-accent)}html[data-theme=dark][data-brand=otkryto-brand] input[type=date],html[data-theme=dark][data-brand=otkryto-brand] input[type=time],html[data-theme=dark][data-brand=otkryto-brand] input[type=datetime-local],html[data-theme=dark][data-brand=otkryto-brand] input[type=month]{color-scheme:dark}
