:root{color-scheme:dark;--mp-color-app: #05070a;--mp-color-sidebar: #090d12;--mp-color-surface-base: #080b0f;--mp-color-surface-card: #0d1218;--mp-color-surface-hover: #111821;--mp-color-surface-active: #151d27;--mp-color-border-subtle: #1b2430;--mp-color-border-strong: #2b3745;--mp-color-text-primary: #f4f7fb;--mp-color-text-secondary: #a9b2bf;--mp-color-text-tertiary: #6f7a88;--mp-color-green: #59e36a;--mp-color-yellow: #ffd33d;--mp-color-orange: #ff9f2e;--mp-color-pink: #ff3dce;--mp-color-purple: #9b5cff;--mp-color-blue: #24b8ff;--mp-color-cyan: #31e6ff;--mp-color-red: #ff4d5e;--mp-gradient-accent: linear-gradient(90deg, #ffd33d 0%, #ff9f2e 16%, #ff3dce 36%, #9b5cff 56%, #24b8ff 76%, #59e36a 100%);--mp-font-sans: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mp-space-1: 4px;--mp-space-2: 8px;--mp-space-3: 12px;--mp-space-4: 16px;--mp-space-5: 20px;--mp-space-6: 24px;--mp-space-8: 32px;--mp-radius-sm: 6px;--mp-radius-md: 8px;--mp-radius-lg: 12px;--mp-shadow-focus: 0 0 0 3px rgb(36 184 255 / 18%);--mp-breakpoint-tablet: 768px;--mp-breakpoint-desktop: 1200px}*{box-sizing:border-box}html,body{margin:0;min-width:320px;min-height:100%;background:var(--mp-color-app);color:var(--mp-color-text-primary);font-family:var(--mp-font-sans)}button,input,select,textarea{font:inherit}.mp-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--mp-space-2);min-height:44px;padding:0 var(--mp-space-5);border:1px solid transparent;border-radius:var(--mp-radius-md);color:var(--mp-color-text-primary);font-weight:700;letter-spacing:0;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.mp-button:disabled{cursor:not-allowed;opacity:.5}.mp-button:not(:disabled):hover{transform:translateY(-1px)}.mp-button--primary{background:var(--mp-gradient-accent)}.mp-button--secondary{background:transparent;border-color:var(--mp-color-border-strong)}.mp-button--ghost{background:transparent;border-color:transparent;color:var(--mp-color-text-secondary)}.mp-field{display:grid;gap:var(--mp-space-2)}.mp-field__label{color:var(--mp-color-text-secondary);font-size:13px}.mp-input,.mp-select,.mp-textarea{width:100%;min-height:44px;border:1px solid var(--mp-color-border-subtle);border-radius:var(--mp-radius-md);background:#070a0e;color:var(--mp-color-text-primary);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.mp-input,.mp-select{padding:0 var(--mp-space-4)}.mp-textarea{min-height:104px;padding:var(--mp-space-3) var(--mp-space-4);resize:vertical}.mp-input:focus,.mp-select:focus,.mp-textarea:focus{border-color:var(--mp-color-blue);box-shadow:var(--mp-shadow-focus)}.mp-input:disabled,.mp-select:disabled,.mp-textarea:disabled{cursor:not-allowed;opacity:.55}.mp-card{border:1px solid var(--mp-color-border-subtle);border-radius:var(--mp-radius-md);background:var(--mp-color-surface-card);padding:var(--mp-space-5)}.mp-card--interactive:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.mp-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 10px;border:1px solid currentColor;border-radius:var(--mp-radius-sm);font-size:12px;font-weight:700;text-transform:uppercase}.mp-badge--green{color:var(--mp-color-green);background:#59e36a1a}.mp-badge--yellow{color:var(--mp-color-yellow);background:#ffd33d1a}.mp-badge--orange{color:var(--mp-color-orange);background:#ff9f2e1a}.mp-badge--red{color:var(--mp-color-red);background:#ff4d5e1a}.mp-badge--blue{color:var(--mp-color-blue);background:#24b8ff1a}.mp-badge--purple{color:var(--mp-color-purple);background:#9b5cff1a}.mp-avatar{display:inline-grid;place-items:center;width:40px;height:40px;overflow:hidden;border:1px solid var(--mp-color-border-strong);border-radius:50%;background:var(--mp-gradient-accent);color:var(--mp-color-text-primary);font-weight:700}.mp-avatar img{width:100%;height:100%;object-fit:cover}.mp-modal__backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:var(--mp-space-6);background:#000000a3;pointer-events:auto}.mp-modal{position:relative;z-index:1001;display:flex;flex-direction:column;width:min(520px,100%);max-height:calc(100dvh - (var(--mp-space-6) * 2));border:1px solid var(--mp-color-border-strong);border-radius:var(--mp-radius-md);background:var(--mp-color-surface-card);padding:var(--mp-space-6);pointer-events:auto}.mp-modal>div:last-child{min-height:0;overflow:hidden}.mp-dropdown{min-width:220px;border:1px solid var(--mp-color-border-subtle);border-radius:var(--mp-radius-md);background:var(--mp-color-surface-card);padding:var(--mp-space-2)}.mp-dropdown__item{display:flex;align-items:center;gap:var(--mp-space-2);width:100%;min-height:36px;border:0;border-radius:var(--mp-radius-sm);background:transparent;color:var(--mp-color-text-secondary);padding:0 var(--mp-space-3);text-align:left;cursor:pointer}.mp-dropdown__item:hover{background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.mp-toast{display:flex;gap:var(--mp-space-3);align-items:flex-start;border:1px solid var(--mp-color-border-subtle);border-radius:var(--mp-radius-md);background:var(--mp-color-surface-card);padding:var(--mp-space-4)}.mp-tabs{display:inline-flex;gap:var(--mp-space-1);border:1px solid var(--mp-color-border-subtle);border-radius:var(--mp-radius-md);background:var(--mp-color-surface-base);padding:var(--mp-space-1)}.mp-tabs__button{min-height:36px;border:0;border-radius:var(--mp-radius-sm);background:transparent;color:var(--mp-color-text-secondary);padding:0 var(--mp-space-4);cursor:pointer}.mp-tabs__button[aria-selected=true]{background:var(--mp-color-surface-active);color:var(--mp-color-text-primary)}.mp-skeleton{position:relative;overflow:hidden;min-height:16px;border-radius:var(--mp-radius-sm);background:var(--mp-color-surface-hover)}.mp-skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,transparent,rgb(244 247 251 / 9%),transparent);transform:translate(-100%);animation:mp-skeleton 1.4s infinite}@keyframes mp-skeleton{to{transform:translate(100%)}}.mp-state{display:grid;justify-items:start;gap:var(--mp-space-2);color:var(--mp-color-text-secondary)}.mp-state strong{color:var(--mp-color-text-primary)}.mp-loading-state{width:min(560px,100%);min-height:min(420px,62vh);align-content:center;justify-items:center;margin:0 auto;padding:clamp(28px,6vh,72px) var(--mp-space-4);text-align:center}.mp-loading-state__mark{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--mp-color-border-subtle);border-radius:50%;background:linear-gradient(var(--mp-color-surface-card),var(--mp-color-surface-card)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f45bd2,#f7c948) border-box;color:var(--mp-color-text-primary);box-shadow:0 16px 36px #0000002e}.mp-loading-state>strong{font-size:clamp(1.08rem,2vw,1.45rem)}.mp-loading-state__skeleton{display:grid;gap:var(--mp-space-3);width:min(460px,100%);margin-top:var(--mp-space-4)}.mp-loading-state__skeleton>.mp-skeleton:first-child{justify-self:center}.mp-loading-state__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--mp-space-3)}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;zoom:var(--mp-ui-scale, 1);transition:grid-template-columns .18s ease}.file-thumbnail-trigger{border:0;cursor:pointer;padding:0}.file-thumbnail-trigger:hover,.file-thumbnail-trigger:focus-visible{outline:2px solid var(--mp-color-blue);outline-offset:2px}.file-player-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;display:grid;place-items:center;background:#05070ac7;padding:16px}.file-player-modal{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(calc(100dvw - 32px),1680px);height:min(calc(100dvh - 32px),980px);overflow:hidden;border:1px solid var(--mp-color-border-strong);border-radius:8px;background:var(--mp-color-surface-card);color:var(--mp-color-text-primary);box-shadow:0 28px 80px #0000006b;container-type:inline-size}.file-player-header,.file-player-header__identity,.file-player-header__actions,.file-player-mode-switch,.file-media-toolbar,.file-review-toolbar,.file-review-sidebar header,.file-new-comment div{display:flex;align-items:center}.production-reviews{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:22px;align-items:start}.production-reviews__list,.production-reviews__detail{min-width:0}.production-reviews__toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:16px}.production-reviews__search{position:relative;display:flex;align-items:center;width:100%;min-height:44px;padding:0 14px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 10%);color:var(--mp-color-text-tertiary)}.production-reviews__search svg{flex:0 0 auto;margin-right:10px;color:var(--mp-color-text-tertiary)}.production-reviews__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--mp-color-text);font:inherit}.production-reviews__search input::placeholder{color:var(--mp-color-text-muted)}.production-reviews__items{display:grid;gap:10px}.production-reviews__items>button{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;padding:14px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit;text-align:left;cursor:pointer}.production-reviews__items>button>span{display:grid;gap:4px;min-width:0}.production-reviews__items>button.is-active{border:1px solid transparent;background-image:linear-gradient(color-mix(in srgb,var(--mp-color-surface-active),black 8%),color-mix(in srgb,var(--mp-color-surface-active),black 8%)),linear-gradient(135deg,#facc15,#fb7185 34%,#a855f7 66%,#22d3ee);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 12px 28px #0f172a24}.production-reviews__items>button:not(.is-active):hover{border-color:color-mix(in srgb,var(--mp-color-border),var(--mp-color-accent) 20%);background:var(--mp-color-surface-active)}.production-review-list-badges{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.production-review-list-title{display:inline-flex;align-items:center;gap:7px;min-width:0}.production-review-list-title strong{min-width:0}.production-review-share-icon{flex:0 0 auto;color:#22c55e}.production-review-list-skeleton,.production-review-detail-skeleton{display:grid;gap:10px}.production-review-list-skeleton{padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface)}.production-reviews__items strong,.production-review-file strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--mp-color-text)}.production-reviews__items small,.production-review-file small,.production-reviews__summary small{color:var(--mp-color-text-tertiary);line-height:1.35}.production-reviews__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.production-reviews__header--toolbar{padding:18px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--mp-color-accent),transparent 91%),transparent 46%),var(--mp-color-surface)}.production-review-heading{display:grid;gap:8px;min-width:0}.production-review-heading__title{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.production-review-heading__badges,.production-review-toolbar{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center}.production-review-heading__title-input{width:min(100%,620px);border:0;border-bottom:1px solid var(--mp-color-border-subtle);border-radius:0;background:transparent;padding:0 0 4px;color:var(--mp-color-text);font-size:1.35rem;font-weight:700}.production-reviews__header h2{margin:0;font-size:1.35rem}.production-reviews__header p{margin:0;color:var(--mp-color-text)}.production-review-heading>small{color:var(--mp-color-text-tertiary)}.production-reviews__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.production-reviews__summary span{padding:12px 14px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:linear-gradient(180deg,color-mix(in srgb,var(--mp-color-surface-muted),transparent 68%),transparent),var(--mp-color-surface)}.production-reviews__summary strong{display:block;margin-bottom:3px;color:var(--mp-color-text)}.production-review-files{display:grid;gap:12px}.production-review-file{display:grid;gap:0;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);box-shadow:0 8px 24px #0f172a0a}.production-review-file__row,.production-review-comment{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px}.production-review-file__row{grid-template-columns:36px 58px minmax(0,1fr) auto}.production-review-file__toggle{width:36px;height:36px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:var(--mp-color-text);transition:border-color .14s ease,background .14s ease,color .14s ease,transform .14s ease}.production-review-file__toggle:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-active);color:var(--mp-color-text)}.production-review-file.is-expanded .production-review-file__toggle{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-active);color:var(--mp-color-text);box-shadow:none}.production-review-file__thumb{position:relative;display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-muted);color:inherit;overflow:hidden;padding:0}.production-review-file__thumb img{width:100%;height:100%;object-fit:cover}.production-review-file__thumb span{position:absolute;inset:auto 4px 4px;display:grid;place-items:center;min-height:20px;border-radius:5px;background:#000000b3;color:#fff;font-size:.72rem;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease}.production-review-file__thumb:hover span,.production-review-file__thumb:focus-visible span{opacity:1;transform:translateY(0)}.production-review-draft-actions{display:grid;gap:12px;margin-bottom:18px}.production-review-file__comments{display:grid;gap:12px;padding:16px 16px 18px 124px;border-top:1px solid var(--mp-color-border-subtle);background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 58%)}.production-review-file__comments>.mp-state{margin-top:12px}.production-review-comment{grid-template-columns:minmax(0,1fr) auto;padding:14px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 6%)}.production-review-comment-thread{display:grid;gap:8px}.production-review-comment-thread__replies{display:grid;gap:8px;margin-left:34px;padding-left:12px;border-left:1px solid var(--mp-color-border-subtle)}.production-review-comment.is-reply{background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 32%)}.production-review-comment+.production-review-comment{border-top-color:var(--mp-color-border-subtle)}.production-review-comment:nth-of-type(2n){background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 42%)}.production-review-comment__content{margin:6px 0 0;color:var(--mp-color-text);line-height:1.45}.production-review-comment__author{display:flex;gap:10px;align-items:center}.production-review-comment__author>.mp-avatar{flex:0 0 auto}.production-review-comment__author span{display:grid;gap:2px;min-width:0}.production-review-comment__author strong{color:var(--mp-color-text)}.production-review-comment__author small{color:var(--mp-color-text-tertiary)}.production-review-comment__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.production-review-comment__actions .icon-only-action{width:38px;height:38px}.review-decision-actions{display:inline-flex;gap:8px}.review-decision-actions button,.review-decision-icon{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit}.review-decision-actions button{cursor:pointer}.review-decision-actions button.is-active{border-color:var(--mp-color-accent);background:var(--mp-color-surface-muted)}.review-decision-actions .is-ok,.review-decision-icon.is-ok{color:var(--mp-color-text-muted)}.review-decision-actions .is-ok.is-active,.review-decision-icon.is-ok.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#facc15,#fb7185 38%,#a855f7 66%,#22d3ee);box-shadow:0 8px 18px #a855f738}.review-decision-actions .is-dismissed,.review-decision-icon.is-dismissed{color:#ef4444}.review-decision-actions .is-dismissed.is-active,.review-decision-icon.is-dismissed.is-active{border-color:#ef444499;background:#ef44441a}.production-review-comment-form{display:grid;gap:10px;margin:14px 0;padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface)}.production-review-comment-form>div:not(.channel-quote){display:flex;gap:8px;justify-content:flex-end}.review-create-form,.review-create-files{display:grid;gap:12px}.mp-modal:has(.review-create-form){width:min(760px,100%)}.mp-modal:has(.file-picker-modal){width:min(1040px,100%)}.review-create-form__grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);gap:18px}.review-create-properties{display:grid;align-content:start;gap:14px}.review-create-field{padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 6%)}.review-create-field>span{color:var(--mp-color-text-tertiary);font-size:.78rem;font-weight:700;text-transform:uppercase}.review-create-files.is-hidden{display:none}.review-create-form label{display:grid;gap:6px}.review-create-form input[type=text],.review-create-form input[type=date],.review-create-form label>input:not([type]){width:100%}.review-create-file{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px}.review-create-selected-files{display:grid;gap:8px;max-height:280px;overflow:auto}.review-create-selected-file{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface)}.review-create-selected-file strong,.review-create-selected-file small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-create-selected-file small{color:var(--mp-color-text-tertiary)}.file-picker-modal{display:grid;gap:14px;min-height:0}.file-picker-modal__toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.file-picker-modal__toolbar>span{color:var(--mp-color-text-tertiary);font-weight:700;white-space:nowrap}.file-picker-modal__view-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 10%)}.file-picker-modal__view-toggle button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:6px;background:transparent;color:var(--mp-color-text-tertiary);cursor:pointer}.file-picker-modal__view-toggle button:hover,.file-picker-modal__view-toggle button.is-active{background:var(--mp-color-surface-active);color:var(--mp-color-text)}.file-picker-modal__search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:44px;padding:0 14px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 10%);color:var(--mp-color-text-tertiary)}.file-picker-modal__search input{min-width:0;border:0;outline:0;background:transparent;color:var(--mp-color-text);font:inherit}.file-picker-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;max-height:min(620px,62vh);overflow:auto;padding-right:2px}.file-picker-modal__grid.is-list{grid-template-columns:1fr}.file-picker-card{position:relative;display:grid;grid-template-rows:158px auto;gap:10px;min-width:0;padding:10px;border:2px solid transparent;border-radius:8px;background:linear-gradient(color-mix(in srgb,var(--mp-color-surface),black 8%),color-mix(in srgb,var(--mp-color-surface),black 8%)) padding-box,linear-gradient(var(--mp-color-border-subtle),var(--mp-color-border-subtle)) border-box;transition:border-color .14s ease,background .14s ease,transform .14s ease}.file-picker-card:hover,.file-picker-card:focus-within{border-color:color-mix(in srgb,var(--mp-color-accent),white 12%);background:var(--mp-color-surface-active)}.file-picker-card.is-selected{border-color:transparent;background:color-mix(in srgb,var(--mp-color-surface),black 7%);box-shadow:0 12px 28px #22d3ee24}.file-picker-card.is-selected:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:0;border-radius:10px;padding:2px;background:linear-gradient(135deg,#facc15,#fb7185 34%,#a855f7 66%,#22d3ee);pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.file-picker-card>*{position:relative;z-index:1}.file-picker-modal__grid.is-list .file-picker-card{grid-template-columns:112px minmax(0,1fr);grid-template-rows:auto;align-items:stretch}.file-picker-modal__grid.is-list .file-picker-card__select{min-height:104px}.file-picker-card__select{position:relative;min-width:0;padding:0;border:0;border-radius:8px;overflow:hidden;background:transparent;color:inherit}.file-picker-card__thumb{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-muted),black 10%);color:var(--mp-color-text-tertiary)}.file-picker-card__thumb img,.file-picker-card__thumb video{width:100%;height:100%;object-fit:cover}.file-picker-card__thumb>small{position:absolute;left:8px;bottom:8px;padding:3px 7px;border-radius:6px;background:#000000ad;color:#fff;font-size:.68rem;font-weight:800}.file-picker-card__check{position:absolute;right:10px;bottom:10px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,#facc15,#fb7185 34%,#a855f7 66%,#22d3ee);color:#fff;box-shadow:0 8px 18px #a855f73d;z-index:2}.file-picker-card__body{display:grid;grid-template-rows:auto auto 1fr;gap:8px;min-width:0}.file-picker-card__body strong{display:-webkit-box;min-height:2.5em;overflow:hidden;color:var(--mp-color-text);line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.file-picker-card__meta{display:flex;justify-content:space-between;gap:8px;min-width:0}.file-picker-card__meta small{min-width:0;overflow:hidden;color:var(--mp-color-text-tertiary);text-overflow:ellipsis;white-space:nowrap}.file-picker-card__version{display:inline-grid;align-self:end;justify-self:start;position:relative;padding:0;border:1px solid color-mix(in srgb,var(--mp-color-border-subtle),var(--mp-color-accent) 24%);border-radius:999px;background:color-mix(in srgb,var(--mp-color-surface-active),black 10%);box-shadow:inset 0 1px #ffffff0d}.file-picker-card__version:after{content:"";position:absolute;right:10px;top:50%;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;color:var(--mp-color-text-secondary);pointer-events:none;transform:translateY(-65%) rotate(45deg)}.file-picker-card__version select{min-width:88px;height:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 28px 0 12px;border:0;background:transparent;color:var(--mp-color-text);font-weight:700;font:inherit}.file-picker-card__version select:focus{outline:0}.review-create-files__head,.review-file-picker__list button{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-file-picker{display:grid;gap:12px}.review-file-picker__search{margin:0}.review-file-picker__list{display:grid;gap:8px;max-height:min(520px,60vh);overflow:auto}.review-file-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;max-height:min(560px,58vh);overflow:auto;padding-right:2px}.review-file-picker-card{display:grid;grid-template-rows:138px auto;gap:10px;min-width:0;padding:9px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 8%);color:inherit;text-align:left;transition:border-color .14s ease,background .14s ease,transform .14s ease}.review-file-picker-card:hover,.review-file-picker-card:focus-visible{border-color:color-mix(in srgb,var(--mp-color-accent),white 10%);background:var(--mp-color-surface-active);transform:translateY(-1px)}.review-file-picker-card.is-selected{border-color:#22c55e;background:color-mix(in srgb,#22c55e,var(--mp-color-surface) 88%)}.review-file-picker-card>.review-file-picker__check,.review-file-picker-card>span:not([class]){display:none}.review-file-picker-card__thumb{position:relative;display:grid;place-items:center;min-width:0;overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-muted),black 10%);color:var(--mp-color-text-tertiary)}.review-file-picker-card__thumb.has-preview{background:var(--mp-color-surface-muted)}.review-file-picker-card__thumb img{width:100%;height:100%;object-fit:cover}.review-file-picker-card__thumb>small{position:absolute;left:8px;bottom:8px;padding:3px 7px;border-radius:6px;background:#000000ad;color:#fff;font-size:.68rem;font-weight:800}.review-file-picker-card__check{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#22c55e;color:#fff;box-shadow:0 8px 18px #22c55e47}.review-file-picker-card__body{display:grid;gap:7px;min-width:0}.review-file-picker-card__body strong{display:-webkit-box;min-height:2.5em;overflow:hidden;color:var(--mp-color-text);line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.review-file-picker-card__body>span{display:flex;justify-content:space-between;gap:8px;min-width:0}.review-file-picker-card__body small{min-width:0;overflow:hidden;color:var(--mp-color-text-tertiary);text-overflow:ellipsis;white-space:nowrap}.review-file-picker__list button{width:100%;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit;text-align:left}.review-file-picker__list button.is-selected{border-color:var(--mp-color-accent);background:var(--mp-color-surface-muted)}.review-file-picker__check{display:grid;place-items:center;flex:0 0 auto}.production-task-linked-reviews{display:grid;gap:10px}.production-task-linked-review{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(112px,auto) 48px;align-items:center;gap:12px;padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface)}.production-task-linked-review__content{display:grid;gap:4px;min-width:0}.production-task-linked-review__content .production-task-linked-review__meta{color:#94a3b8;font-weight:600}.production-task-linked-review>.mp-badge{justify-self:end;white-space:nowrap}.production-task-linked-review>.mp-button{justify-self:end}.production-task-linked-review__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--mp-color-surface-muted);color:var(--mp-color-accent)}.production-task-linked-review__head{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.production-task-linked-review__head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.production-reviews{grid-template-columns:1fr}.production-reviews__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.production-reviews__header,.review-create-form__grid{grid-template-columns:1fr}.production-review-file__row,.production-review-comment{grid-template-columns:auto minmax(0,1fr)}.production-review-file__row>.mp-button,.production-review-comment>.review-decision-actions,.production-review-comment>.review-decision-icon{grid-column:2;justify-self:start}.production-review-file__comments{padding-left:12px}}.file-player-header{z-index:2;gap:12px;justify-content:space-between;min-height:64px;border-bottom:1px solid var(--mp-color-border-subtle);background:color-mix(in srgb,var(--mp-color-surface-card),black 10%);padding:10px 14px;flex-wrap:wrap}.file-player-header .mp-button,.file-player-header .mp-select{min-height:36px}.file-player-header__identity{min-width:0;flex:1 1 320px;gap:10px}.file-player-header__thumb{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-active)}.file-player-header__thumb img{width:100%;height:100%;object-fit:cover}.file-player-header__name{display:grid;min-width:0;gap:2px}.file-player-header__name strong,.file-player-header__name small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-player-header__name small,.file-review-sidebar__subtitle,.file-metadata-drawer small{color:var(--mp-color-text-secondary)}.file-player-header__version{flex:0 1 220px}.file-player-header__version-bean{position:relative;display:inline-grid;flex:0 1 auto;min-width:132px;max-width:220px;align-items:center}.file-player-header__version-bean .mp-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;opacity:0;cursor:pointer}.file-player-header__version-bean>span{display:inline-flex;align-items:center;min-height:36px;min-width:0;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:color-mix(in srgb,var(--mp-color-surface-active),transparent 5%);color:var(--mp-color-text-primary);font-size:.84rem;font-weight:800;line-height:1;padding:0 34px 0 13px;text-overflow:ellipsis;white-space:nowrap}.file-player-header__version-bean:after{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:2px solid var(--mp-color-text-secondary);border-bottom:2px solid var(--mp-color-text-secondary);pointer-events:none;transform:translateY(-65%) rotate(45deg)}.file-player-version-pill{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid rgba(148,163,184,.24);border-radius:999px;color:var(--text-secondary);background:#0f172a94;font-size:.86rem;font-weight:800;white-space:nowrap}.file-player-header__actions{flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-left:auto}.file-player-header__actions .icon-only-action{width:40px;min-width:40px;height:40px;padding:0}@container (max-width: 720px){.file-player-header__identity{flex-basis:100%}.file-player-header__actions{width:100%}}@container (max-width: 460px){.file-player-header__version-bean{margin-left:auto;max-width:46vw}}.file-player-header__review-toggle{position:relative;color:var(--mp-color-text-secondary)}.file-player-header__review-toggle.is-open{color:var(--mp-color-text-primary)}.file-player-header__review-count{position:absolute;right:-4px;top:-4px;display:grid;place-items:center;min-width:17px;height:17px;border:1px solid transparent;border-radius:999px;background:linear-gradient(var(--mp-color-surface-card),var(--mp-color-surface-card)) padding-box,var(--mp-gradient-accent) border-box;color:#fff;font-size:.68rem;font-weight:900;line-height:1;padding:0 4px}.file-player-mode-switch{overflow:hidden;border:1px solid rgba(148,163,184,.3);border-radius:8px;background:#02060c59}.file-player-mode-switch button,.file-review-filters button,.file-media-toolbar button,.file-review-toolbar button,.file-review-sidebar button,.file-metadata-drawer>button,.file-player-focus{border:0;color:inherit;font:inherit;cursor:pointer}.file-player-mode-switch button{background:transparent;padding:8px 10px}.file-player-mode-switch button.is-active{background:var(--mp-color-blue);color:#fff}.file-player-workspace{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:0}.file-player-main-column{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0}.file-player-stage{position:relative;display:grid;min-width:0;min-height:0;background:var(--mp-color-surface-base)}.file-player-loading,.file-image-player,.file-video-player,.file-pdf-player{min-height:0}.file-image-player,.file-pdf-player{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr)}.file-media-toolbar,.file-review-toolbar{z-index:1;gap:8px;border-bottom:1px solid var(--mp-color-border-subtle);background:color-mix(in srgb,var(--mp-color-surface-card),black 8%);padding:8px 10px}.file-media-toolbar{justify-content:center}.file-media-toolbar button,.file-review-toolbar button{display:inline-flex;align-items:center;gap:6px;min-height:32px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-active);padding:6px 10px}.file-media-toolbar button:hover,.file-review-toolbar button:hover:not(:disabled){border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.file-media-canvas{position:relative;display:grid;place-items:center;align-content:center;justify-content:center;min-height:0;overflow:hidden;isolation:isolate;padding:32px;overscroll-behavior:contain;touch-action:none;-webkit-user-select:none;user-select:none}.file-media-canvas img{transform-origin:center;transition:transform .16s ease;will-change:transform}.file-media-canvas.is-fit{overflow:hidden}.file-media-canvas.is-fit img{width:auto;height:auto;max-width:none;max-height:none;object-fit:contain}.file-marker-hitarea{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border:0;background:transparent;cursor:crosshair}.file-marker-preview{position:absolute;z-index:4;display:inline-grid;place-items:center;width:30px;height:30px;border:2px solid transparent;border-radius:999px;background:linear-gradient(#111827,#111827) padding-box,var(--mp-gradient-accent) border-box;color:var(--mp-color-text-primary);pointer-events:none;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 18px rgb(0 0 0 / 42%));opacity:1;transition:opacity .16s ease,transform .18s cubic-bezier(.22,1,.36,1)}.file-marker-preview.is-adjusting{opacity:0;transform:translate(-50%,-50%) scale(.72)}.file-area-preview-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;overflow:visible;pointer-events:none;opacity:1;transition:opacity .16s ease,transform .18s cubic-bezier(.22,1,.36,1)}.file-area-preview-wrap.is-adjusting{opacity:0;transform:scale(.98)}.file-area-preview{display:block;width:100%;height:100%;overflow:visible}.file-area-preview polygon{fill:color-mix(in srgb,var(--mp-color-blue),transparent 84%);stroke:url(#file-area-preview-gradient);stroke-width:2.2;vector-effect:non-scaling-stroke}.file-drawing-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%;overflow:visible;pointer-events:none;opacity:1;transition:opacity .16s ease,transform .18s cubic-bezier(.22,1,.36,1)}.file-drawing-preview.is-adjusting{opacity:0;transform:scale(.98)}.file-drawing-preview polyline{fill:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 2px rgb(0 0 0 / 45%))}.file-area-preview__badge{position:absolute;display:grid;place-items:center;min-width:30px;height:30px;border:2px solid transparent;border-radius:999px;background:linear-gradient(#111827,#111827) padding-box,var(--mp-gradient-accent) border-box;color:var(--mp-color-text-primary);font-size:12px;font-weight:900;line-height:1;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 18px rgb(0 0 0 / 42%))}.file-marker-preview__label{grid-area:1 / 1}.file-marker-preview__label{display:grid;place-items:center;min-width:0;height:auto;padding:0;border:0;border-radius:999px;background:transparent;color:var(--mp-color-text-primary);font-size:12px;font-weight:900;line-height:1}.file-media-canvas.is-actual-size{cursor:grab;place-items:start center}.file-media-canvas.is-actual-size:active{cursor:grabbing}.file-media-canvas.is-actual-size img{max-width:none;max-height:none}.file-image-player:fullscreen,.file-pdf-player:fullscreen{width:100vw;height:100vh;background:#0b0f14}.file-video-player{position:relative;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;padding:18px}.file-audio-player{display:grid;place-content:center;gap:22px;min-width:0;min-height:0;padding:clamp(24px,6vw,96px);background:radial-gradient(circle at 50% 22%,color-mix(in srgb,var(--mp-color-blue),transparent 72%),transparent 46%),var(--mp-color-surface-base)}.file-audio-player__visual{position:relative;width:min(100%,960px)}.file-audio-player__thumbnail,.file-audio-player__placeholder{display:block;width:100%;min-height:180px;max-height:min(42dvh,360px);border:1px solid var(--mp-color-border-subtle);border-radius:10px;background:var(--mp-color-surface-active);object-fit:contain}.file-audio-player__playhead{position:absolute;top:0;bottom:0;z-index:3;width:2px;background:#fff;box-shadow:0 0 10px #ffffffe0;pointer-events:none;transform:translate(-1px)}.file-audio-player__marker{position:absolute;top:50%;z-index:4;display:grid;place-items:center;min-width:24px;height:24px;border:2px solid transparent;border-radius:999px;background:linear-gradient(#111827,#111827) padding-box,var(--mp-gradient-accent) border-box;color:var(--mp-color-text-primary);cursor:pointer;font-size:10px;font-weight:900;line-height:1;box-shadow:0 2px 12px #0206177a;transform:translate(-50%,-50%)}.file-audio-player__marker:hover,.file-audio-player__marker.is-active{box-shadow:0 0 0 3px #02061775,0 0 18px #60a5fac7;transform:translate(-50%,-50%) scale(1.12)}.file-audio-player audio{width:100%}.file-audio-player__controls{position:relative;width:min(100%,960px)}.file-video-player video{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:6px;background:#000}.file-video-marker{position:absolute;bottom:22px;width:10px;height:10px;border-radius:999px;background:var(--mp-color-blue);box-shadow:0 0 0 4px #4da3ff3d}.file-video-comment-timeline{position:absolute;right:24px;bottom:8px;left:24px;z-index:6;height:16px;pointer-events:none}.file-video-comment-timeline span{position:absolute;top:50%;width:9px;height:9px;border:1px solid rgba(148,163,184,.75);border-radius:999px;background:#94a3b8;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #00000073;opacity:.88}.file-video-comment-timeline span.is-active{width:13px;height:13px;border:2px solid transparent;background:linear-gradient(var(--mp-color-orange),var(--mp-color-orange)) padding-box,var(--mp-gradient-accent) border-box;box-shadow:0 0 0 2px #00000085,0 0 18px #60a5fa5c;opacity:1}.file-pdf-canvas{position:relative;display:grid;min-width:0;min-height:0;overflow:auto;place-items:start center;padding:24px;background:#4b5563}.file-pdf-canvas.is-pannable{cursor:grab;touch-action:none}.file-pdf-canvas.is-pannable:active{cursor:grabbing}.file-pdf-page{position:relative;width:fit-content;height:fit-content;margin:auto;box-shadow:0 10px 32px #00000052}.file-pdf-page canvas{display:block;max-width:none;background:#fff}.file-review-sidebar-collapsed{display:grid;place-items:center;width:42px;border:0;border-left:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-active);color:var(--mp-color-text-primary);cursor:pointer}.file-review-sidebar{display:grid;width:clamp(340px,28vw,400px);min-width:0;min-height:0;height:100%;overflow:hidden;border-left:1px solid var(--mp-color-border-subtle);background:color-mix(in srgb,var(--mp-color-surface-card),black 4%)}.file-review-sidebar__slider{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:200%;height:100%;min-height:0;overflow:hidden;transition:transform .18s ease}.file-review-sidebar__slider.is-comments{transform:translate(-50%)}.file-review-sidebar__pane{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;min-width:0;min-height:0;height:100%;overflow:hidden;padding:14px}.file-review-sidebar__pane--reviews{grid-template-rows:auto auto minmax(0,1fr)}.file-review-sidebar__pane--comments{grid-template-rows:auto minmax(0,1fr) min-content;overflow:hidden}.file-review-sidebar header{gap:8px}.file-review-sidebar header.file-review-sidebar__header{display:grid;grid-template-columns:minmax(76px,auto) minmax(0,1fr) 34px;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--mp-color-border-subtle)}.file-review-sidebar__header>span[aria-hidden=true]{min-width:0}.file-review-sidebar header strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.file-review-sidebar__heading{display:grid;gap:4px;min-width:0;text-align:center}.file-review-sidebar__heading-meta{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0}.file-review-sidebar__heading small{display:block;min-width:0;overflow:hidden;color:var(--mp-color-text-secondary);font-size:.78rem;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.file-review-sidebar header button,.file-review-filters button{border-radius:8px;background:transparent;padding:6px}.file-review-sidebar__back{display:inline-grid;place-items:center;flex:0 0 auto;width:34px;min-width:34px;min-height:34px;border:1px solid var(--mp-color-border-subtle)!important;color:var(--mp-color-text-secondary);padding:0!important}.file-review-filters{display:flex;gap:6px;overflow-x:auto;padding:12px 0}.file-review-filters button{white-space:nowrap;background:#94a3b81a}.file-review-filters button.is-active{background:#4da3ff40}.file-review-list,.file-comment-list{display:grid;align-content:start;gap:12px;height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-top:14px;padding-bottom:8px}.file-comment-thread{display:grid;gap:8px;min-width:0}.file-comment-thread__replies{display:grid;gap:8px;margin-left:38px;padding-left:12px;border-left:1px solid var(--mp-color-border-subtle)}.file-comment-list article.is-reply{background:color-mix(in srgb,var(--mp-color-surface-card),var(--mp-color-surface-muted) 42%)}.file-review-list button,.file-comment-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:14px;transition:background .16s ease,border-color .16s ease,transform .16s ease}.file-review-list button:hover,.file-comment-list article:hover{border-color:transparent;background:linear-gradient(var(--mp-color-surface-hover),var(--mp-color-surface-hover)) padding-box,var(--mp-gradient-accent) border-box;transform:translateY(-1px)}.file-comment-list article{grid-template-columns:auto minmax(0,1fr)}.file-comment-list__select{display:grid;grid-template-columns:auto minmax(0,1fr);grid-column:1 / -1;gap:12px;width:100%;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left}.file-comment-list__select strong,.file-comment-list__select>span,.file-comment-list__select small{display:block;min-width:0;overflow-wrap:anywhere;white-space:normal}.file-comment-list__select .file-comment-list__meta{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:10px}.file-comment-list__select .file-comment-list__meta>span{display:grid;gap:2px}.file-review-list button.is-active,.file-comment-list article.is-active{border-color:transparent;background:linear-gradient(90deg,color-mix(in srgb,var(--mp-color-orange),transparent 88%),transparent 54%),linear-gradient(var(--mp-color-surface-active),var(--mp-color-surface-active)) padding-box,var(--mp-gradient-accent) border-box;box-shadow:inset 3px 0 0 var(--mp-color-orange)}.file-review-list span,.file-comment-list article{min-width:0}.file-review-list__content,.file-comment-list__body{display:grid;gap:7px}.file-review-list__content{justify-items:start;text-align:left}.file-review-list__content>strong,.file-review-list__content>small{text-align:left}.file-review-list__eyebrow,.file-comment-list__meta,.file-comment-list__footer{display:flex;align-items:flex-start;gap:8px;justify-content:space-between}.file-comment-list__meta>span{display:grid;gap:2px;min-width:0}.file-comment-list__reference{flex:0 0 auto;max-width:150px;color:var(--mp-color-text-secondary)!important;font-weight:700;line-height:1.3;text-align:right}.file-review-list__count{display:grid;place-items:center;min-width:58px;min-height:58px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-active)}.file-review-list__count.is-new{border-color:transparent;background:linear-gradient(var(--mp-color-surface-active),var(--mp-color-surface-active)) padding-box,var(--mp-gradient-accent) border-box}.file-review-list__count strong{color:var(--mp-color-text-primary);font-size:1.1rem}.file-comment-list__avatar{width:36px;height:36px}.file-comment-list__avatar.is-guest{border-color:color-mix(in srgb,var(--mp-color-orange),var(--mp-color-border-strong) 35%)}.file-comment-list__content{color:var(--mp-color-text-primary);line-height:1.45}.rich-text-content{display:grid;gap:3px;min-width:0;overflow-wrap:anywhere;white-space:normal}.rich-text-content__line{display:block;min-width:0}.rich-text-content__line.is-list-item{display:grid;grid-template-columns:14px minmax(0,1fr);column-gap:6px}.file-comment-list__select .rich-text-content span:not(.rich-text-content__line):not(.rich-text-content__bullet),.rich-text-content__line>span:not(.rich-text-content__bullet){display:inline;min-width:0}.rich-text-content__line>span:not(.rich-text-content__bullet){overflow-wrap:anywhere;white-space:pre-wrap}.rich-text-content strong,.rich-text-content em,.rich-text-content u,.rich-text-content code,.rich-text-content a{display:inline}.rich-text-content__bullet{flex:0 0 auto;color:var(--mp-color-orange);font-weight:900;line-height:1.45}.rich-text-content__link{color:var(--mp-color-blue);font-weight:700}.rich-text-content__code{border:1px solid var(--mp-color-border-subtle);border-radius:5px;background:var(--mp-color-surface-active);padding:1px 5px;color:var(--mp-color-text-primary);font-size:.9em}.file-comment-list__decisions{display:inline-flex;gap:8px}.file-comment-list__delete-actions{display:inline-flex;grid-column:1;justify-self:start;align-self:end;gap:8px}.file-comment-list__right-actions{display:inline-flex;grid-column:2;justify-self:end;align-self:end;align-items:center;gap:8px}.file-comment-list__decisions button,.file-comment-list__delete,.file-comment-list__reply{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-active);color:var(--mp-color-text-secondary);padding:0}.file-comment-list__delete{color:var(--mp-color-text-secondary)}.file-comment-list__decisions button:hover,.file-comment-list__delete:hover,.file-comment-list__reply:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.file-comment-list__delete:hover{color:var(--mp-color-red)}.file-comment-list__reply:hover,.review-reply-action:hover{color:#fff}.file-comment-list__decisions .is-ok.is-active{border-color:color-mix(in srgb,var(--mp-color-green),var(--mp-color-border-strong) 28%);background:color-mix(in srgb,var(--mp-color-green),transparent 86%);color:var(--mp-color-green)}.file-comment-list__decisions .is-dismissed.is-active{border-color:color-mix(in srgb,var(--mp-color-red),var(--mp-color-border-strong) 28%);background:color-mix(in srgb,var(--mp-color-red),transparent 88%);color:var(--mp-color-red)}.file-review-list small,.file-comment-list small{color:var(--mp-color-text-secondary)}.file-new-comment{display:grid;gap:8px;min-width:0;margin-top:0;overflow:visible;padding-bottom:4px}.file-review-reply-quote,.production-review-comment-form .channel-quote{box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow:hidden}.file-review-reply-quote .channel-quote__copy,.production-review-comment-form .channel-quote__copy{min-width:0;overflow:hidden}.file-new-comment textarea{box-sizing:border-box;width:100%;min-width:0;min-height:70px;max-height:112px;overflow-y:auto;resize:none}.file-new-comment .file-new-comment__row{display:grid;grid-template-columns:minmax(0,1fr) 60px;align-items:start;gap:8px;min-width:0;width:100%;max-width:100%}.file-new-comment__send{box-sizing:border-box;align-self:start;justify-self:stretch;width:60px!important;min-width:60px!important;height:60px!important;min-height:60px!important;flex:0 0 60px;border-radius:8px!important;margin:0;padding:0}.file-new-comment .file-new-comment__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.file-new-comment__formatbar{display:inline-flex;align-items:center;gap:4px;min-width:0}.file-new-comment__formatbar .icon-only-action{width:30px;min-width:30px;height:30px;color:var(--mp-color-text-secondary)}.file-review-sidebar__bottom{display:grid;align-self:stretch;gap:10px;min-width:0;min-height:min-content;max-width:100%;margin-top:12px;overflow:visible;padding-bottom:12px;padding-top:12px;border-top:1px solid rgba(148,163,184,.18)}.file-review-sidebar__bottom .file-review-toolbar{justify-content:flex-start;flex-wrap:wrap;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0f1720b8;padding:6px;gap:4px}.file-review-sidebar__bottom .file-review-toolbar button{flex:0 0 30px;width:30px;height:30px;justify-content:center;padding:0}.file-review-sidebar__bottom .file-review-toolbar button.is-active{border-color:transparent;background:linear-gradient(var(--mp-color-surface-active),var(--mp-color-surface-active)) padding-box,var(--mp-gradient-accent) border-box;color:var(--mp-color-orange)}.file-review-toolbar__color-menu{position:relative;display:inline-flex}.file-review-toolbar__current-color{position:absolute;right:4px;bottom:4px;width:9px;height:9px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:var(--draw-color);box-shadow:0 1px 4px #00000073}.file-review-toolbar__colors{position:absolute;left:0;bottom:calc(100% + 8px);z-index:20;display:grid;grid-template-columns:repeat(3,30px);gap:8px;border:1px solid rgba(148,163,184,.32);border-radius:12px;background:color-mix(in srgb,var(--mp-color-surface-card),#020617 16%);padding:10px;box-shadow:0 16px 38px #00000070}.file-review-sidebar__bottom .file-review-toolbar .file-review-toolbar__colors button{width:30px;min-width:30px;height:30px;flex:0 0 30px;border:2px solid color-mix(in srgb,var(--draw-color),white 28%);border-radius:9px;background:var(--draw-color);padding:0;color:color-mix(in srgb,var(--draw-color),black 88%);font-size:16px;font-weight:900;line-height:1}.file-review-sidebar__bottom .file-review-toolbar .file-review-toolbar__colors button.is-active{border-color:#fff;box-shadow:0 0 0 2px var(--draw-color),0 0 16px color-mix(in srgb,var(--draw-color),transparent 42%)}.file-metadata-drawer{border-top:1px solid rgba(148,163,184,.22);background:#151b23}.file-metadata-drawer>button{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;padding:10px 14px}.file-metadata-drawer>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:0 14px 14px}.file-metadata-drawer span{display:grid;min-width:0;gap:2px}.file-metadata-drawer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-player-focus{position:absolute;right:14px;bottom:12px;z-index:3;display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#0f1720d1}.file-player-modal.is-focus-mode{grid-template-rows:minmax(0,1fr)}.file-player-modal.is-focus-mode .file-player-header{display:none}@media(prefers-reduced-motion:reduce){.file-review-sidebar__slider,.file-media-canvas img{transition:none}}@media(max-width:980px){.file-player-backdrop{top:0;right:0;bottom:0;left:0;padding:0}.app-shell.is-collapsed .file-player-backdrop{top:0;right:0;bottom:0;left:0}.file-player-modal{width:100vw;height:100vh;border-radius:0}.file-player-header{align-items:stretch;flex-wrap:wrap}.file-player-header__actions{width:100%;justify-content:flex-start}.file-player-workspace{grid-template-columns:minmax(0,1fr)}.file-review-sidebar,.file-review-sidebar-collapsed{position:absolute;inset:64px 0 0 auto;z-index:4;width:min(92vw,390px);height:calc(100% - 64px);box-shadow:-18px 0 48px #00000052}.file-metadata-drawer>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.estimate-list-item{grid-template-columns:minmax(0,1fr) auto 24px;grid-template-rows:auto auto}.estimate-list-amount{grid-column:2;grid-row:1 / 3;align-self:center;font-variant-numeric:tabular-nums;white-space:nowrap}.estimate-list-options{grid-column:1;grid-row:2;align-self:end;color:var(--mp-color-text-secondary)}.estimate-dashboard .mp-card{display:grid;gap:4px;padding:12px}.estimate-dashboard small,.estimate-section-total small{color:var(--mp-color-text-secondary)}.estimate-dashboard strong{font-size:18px;font-variant-numeric:tabular-nums}.estimate-description-panel,.estimate-option{display:grid;gap:10px}.estimate-inline-toggle,.estimate-line-info-toggle{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer;font:inherit;padding:0}.estimate-inline-toggle .is-open,.estimate-line-info-toggle .is-open,.estimate-option-title .is-open,.estimate-summary-toggle .is-open{transform:rotate(180deg)}.estimate-option-description,.estimate-description-panel .mp-field{width:100%}.estimate-line-info-toggle,.estimate-line .estimate-line-comment{grid-column:1 / -1}.estimate-line-info-toggle{justify-self:start}.estimate-line .estimate-line-comment textarea{min-height:4.5rem}.estimate-section.is-drag-over{border-color:var(--mp-color-purple);box-shadow:inset 0 0 0 2px var(--mp-color-purple),0 0 0 4px #7c5cff1f;background:#7c5cff0f}.estimate-section.is-drag-over:before{display:block;border:1px dashed var(--mp-color-purple);border-radius:8px;color:var(--mp-color-purple);content:none;font-weight:700;padding:10px;text-align:center}.estimate-section-total{display:grid;justify-items:end;gap:8px;margin-left:auto;min-width:min(100%,340px)}.estimate-section-total>span,.estimate-section-total>strong,.estimate-section-total>label{display:grid;grid-template-columns:1fr auto;align-items:center;justify-items:end;column-gap:16px;width:100%;text-align:right}.estimate-section-total input{width:72px;text-align:right}.estimate-section-total small{grid-column:2;text-decoration:line-through}@media(max-width:900px){.estimate-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}.estimate-module.is-list-collapsed{grid-template-columns:48px minmax(0,1fr) 300px}.estimate-module.is-list-collapsed .estimate-list,.estimate-module.is-list-collapsed .estimate-list-add{display:none}.estimate-list-pane{position:relative}.estimate-list-toggle{justify-self:start}.estimate-list-add{width:100%;justify-content:center}.estimate-card-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:6px;opacity:0;transition:opacity .16s ease}.estimate-list-item:hover .estimate-card-actions,.estimate-list-item:focus-within .estimate-card-actions{opacity:1}.estimate-final-toggle.is-active{color:var(--mp-color-purple)}.estimate-summary-toggle span{display:inline-flex;align-items:center;gap:6px}.estimate-summary-toggle svg{transition:transform .16s ease}.estimate-summary-toggle svg:not(.is-open){transform:rotate(-90deg)}.estimate-export-menu__list{position:absolute;right:0;top:calc(100% + 6px);z-index:20;display:grid;min-width:120px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);box-shadow:0 16px 36px #00000047}.estimate-export-menu__list a{color:inherit;padding:10px 12px;text-decoration:none}.estimate-export-menu__list a:hover{background:var(--mp-color-surface-hover)}.estimate-section.is-drag-over{border-color:var(--mp-color-purple);background:color-mix(in srgb,var(--mp-color-purple) 10%,var(--mp-color-surface))}.estimate-add-line{width:100%;justify-content:center}.estimate-section-total{display:grid;grid-template-columns:1fr;justify-items:end}.estimate-section-total label{display:inline-flex;align-items:center;gap:8px}.estimate-section-total input{width:72px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit;padding:6px 8px}.estimate-section-total small{color:var(--mp-color-text-secondary);font-weight:500}.estimate-catalog{display:grid;align-content:start;gap:10px}.estimate-catalog-group{gap:6px}.estimate-catalog button{min-height:36px;padding:7px 9px}.estimate-catalog button span,.estimate-catalog button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.estimate-module{display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:14px;align-items:stretch;min-height:calc(100vh - 120px)}.estimate-list-pane{display:grid;align-content:start;gap:12px}.estimate-list-actions,.estimate-toolbar,.estimate-option-title,.estimate-options-head,.estimate-section-total,.estimate-category-head{display:flex;align-items:center;gap:8px}.estimate-editor-pane{display:grid;align-content:start;gap:12px}.estimate-section{border:1px solid var(--mp-color-border-subtle);transition:border-color .16s ease,background .16s ease}.estimate-section:has(.mp-state){min-height:140px}.estimate-category-head span{color:var(--mp-color-text-secondary);font-variant-numeric:tabular-nums}.estimate-catalog{position:sticky;top:0;align-self:start;max-height:calc(100vh - 120px)}@media(max-width:900px){.estimate-module{grid-template-columns:1fr}.estimate-line{grid-template-columns:repeat(2,minmax(0,1fr))}.estimate-line>span,.estimate-line>.icon-only-action{justify-self:start}}.estimate-module{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:18px;align-items:start}.estimate-list-pane,.estimate-editor-pane,.estimate-editor,.estimate-canvas,.estimate-catalog-group,.estimate-ratecard-list{display:grid;gap:12px}.estimate-create-row,.estimate-editor-header,.estimate-header-actions,.estimate-version-bar,.estimate-options-head,.estimate-ratecard-form,.estimate-ratecard-row{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.estimate-create-row .mp-field{flex:1 1 180px}.estimate-list{display:grid;gap:8px}.estimate-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit;padding:12px;text-align:left;cursor:pointer}.estimate-list-item.is-active{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-active)}.estimate-list-item span:first-child{display:grid;min-width:0}.estimate-list-item small,.estimate-catalog button small{color:var(--mp-color-text-secondary)}.estimate-workspace{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:start}.estimate-catalog{position:sticky;top:18px;display:grid;gap:14px;max-height:calc(100vh - 140px);overflow:auto;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);padding:14px}.estimate-catalog button{display:flex;justify-content:space-between;gap:8px;width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:transparent;color:inherit;padding:10px;text-align:left;cursor:pointer}.estimate-section,.estimate-option{display:grid;gap:12px}.estimate-category{display:grid;gap:8px}.estimate-line{display:grid;grid-template-columns:minmax(180px,1fr) 82px 82px 110px 96px minmax(100px,auto);gap:8px;align-items:end}.estimate-line>span{min-height:40px;display:inline-flex;align-items:center;justify-content:flex-end;color:var(--mp-color-text-secondary);font-variant-numeric:tabular-nums}.estimate-dashboard{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.estimate-dashboard span{padding:10px;border-radius:8px;background:var(--mp-color-surface-muted);font-variant-numeric:tabular-nums}.estimate-ratecard-form .mp-field{flex:1 1 150px}.estimate-ratecard-row{justify-content:space-between;border-top:1px solid var(--mp-color-border-subtle);padding-top:10px}@media(max-width:1100px){.estimate-module,.estimate-workspace{grid-template-columns:1fr}.estimate-catalog{position:static;max-height:none}.estimate-line,.estimate-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}*{scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:999px;background:#7c8ca047}*::-webkit-scrollbar-thumb:hover{background:#7c8ca06b}.toast-stack{position:fixed;right:24px;bottom:24px;z-index:10000;display:grid;gap:10px;width:min(420px,calc(100vw - 32px))}.toast-stack--share-dock{right:calc(min(460px,calc(100vw - 24px)) + 24px);bottom:24px}.toast-stack--share-dock:empty{display:none}.toast-stack__item{border:0;background:transparent;padding:0;color:inherit;text-align:left;cursor:pointer}.toast-stack .mp-toast{box-shadow:0 18px 60px #0000005c}.app-shell.is-collapsed{grid-template-columns:72px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:9000;align-self:start;display:flex;flex-direction:column;gap:24px;height:calc(100dvh * var(--mp-ui-scale-inverse, 1));min-height:calc(100dvh * var(--mp-ui-scale-inverse, 1));overflow:visible;border-right:1px solid var(--mp-color-border-subtle);background:var(--mp-color-sidebar);padding:24px;transition:padding .18s ease}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;color:var(--mp-color-text-primary);font-size:22px;font-weight:700;text-align:left;cursor:pointer;min-width:0}.brand span:not(.brand-mark),.nav-item span,.project-context__meta,.project-context strong,.project-context .mp-badge,.project-context__date,.project-status-dot,.back-button{transition:opacity .12s ease,transform .16s ease}.collapse-button{display:inline-grid;place-items:center;width:34px;height:46px;flex:0 0 auto;border:1px solid var(--mp-color-border-subtle);border-radius:10px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.sidebar:hover .collapse-button,.sidebar:focus-within .collapse-button{opacity:1;pointer-events:auto}.collapse-button:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--mp-gradient-accent);color:#fff;font-weight:800}.nav-list{display:grid;gap:8px}.project-nav-group{position:relative;display:grid;gap:4px}.project-nav-group:after{position:absolute;top:0;left:100%;width:18px;height:100%;content:""}.nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);padding:0 12px;text-align:left;cursor:pointer}.nav-item.is-active{position:relative;background:var(--mp-color-surface-active);color:var(--mp-color-text-primary)}.nav-item.is-active:before{position:absolute;left:-24px;width:4px;height:100%;border-radius:0 4px 4px 0;background:var(--mp-gradient-accent);content:""}.project-production-jump{position:absolute;top:0;left:calc(100% + 8px);z-index:9010;display:grid;gap:4px;width:min(280px,calc(100vw - 320px));max-height:min(420px,calc(100vh - 32px));overflow:auto;margin:0;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:10px;background:#07111b;box-shadow:0 18px 48px #00000057;opacity:0;pointer-events:none;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease}.project-nav-group:hover .project-production-jump,.project-nav-group:focus-within .project-production-jump{opacity:1;pointer-events:auto;transform:translate(0)}.project-nav-group.is-jump-dismissed .project-production-jump{opacity:0;pointer-events:none;transform:translate(-4px)}.project-production-jump__item{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;min-height:38px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer;font:inherit;font-size:12px;padding:6px;text-align:left}.project-production-jump__thumb{display:grid;place-items:center;width:26px;height:26px;overflow:hidden;border:1px solid rgb(255 255 255 / 12%);border-radius:6px;background:color-mix(in srgb,var(--mp-color-blue) 18%,var(--mp-color-surface-card));color:var(--mp-color-text-primary)}.project-production-jump__thumb img{width:100%;height:100%;object-fit:cover}.project-production-jump__thumb--active,.project-production-jump__thumb--delivered{background:color-mix(in srgb,var(--mp-color-green) 20%,var(--mp-color-surface-card))}.project-production-jump__thumb--paused{background:color-mix(in srgb,var(--mp-color-yellow) 22%,var(--mp-color-surface-card))}.project-production-jump__thumb--archived{background:color-mix(in srgb,var(--mp-color-orange) 20%,var(--mp-color-surface-card))}.project-production-jump__item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-production-jump__item:hover,.project-production-jump__item.is-active{background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.is-collapsed .sidebar{padding:16px 12px}.is-collapsed .brand span:not(.brand-mark),.is-collapsed .nav-item span,.is-collapsed .project-context__meta,.is-collapsed .project-context strong,.is-collapsed .project-context .mp-badge,.is-collapsed .project-context__date,.is-collapsed .project-status-dot,.is-collapsed .back-button{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;transform:translate(-6px)}.is-collapsed .brand-row{display:grid;justify-items:center;gap:10px}.is-collapsed .collapse-button{position:static;width:44px;height:30px;background:var(--mp-color-sidebar)}.is-collapsed .project-thumb{width:48px;height:48px;justify-self:center}.is-collapsed .project-context{justify-items:center;padding:0 0 16px;background:transparent;box-shadow:none;border-radius:0}.is-collapsed .nav-item{justify-content:center;padding:0}.is-collapsed .project-production-jump{left:calc(100% + 14px);width:240px}.is-collapsed .nav-item.is-active:before{left:-12px}.project-context{display:grid;gap:12px;padding:14px 12px 16px;border-bottom:1px solid var(--mp-color-border-subtle);border-radius:10px;background:#111c289e;box-shadow:inset 0 0 0 1px #7c8ca014}.project-context__meta{display:grid;justify-items:center;gap:3px;order:1;min-width:0;text-align:center}.project-context__title-row,.production-topbar-title-row{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;max-width:100%}.project-context__meta strong,.production-topbar-title-row strong{overflow:hidden;color:var(--mp-color-text-primary);font-size:18px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.project-context__meta span{padding-left:0;color:var(--mp-color-text-tertiary);font-size:12px;text-align:center}.project-status-dot,.production-status-dot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto;box-shadow:0 0 0 1px #ffffff1f}.project-status-dot--green,.production-status-dot--active,.production-status-dot--delivered{background:var(--mp-color-green)}.project-status-dot--yellow,.production-status-dot--paused{background:var(--mp-color-yellow)}.project-status-dot--orange,.production-status-dot--archived{background:var(--mp-color-orange)}.project-status-dot--blue,.production-status-dot--draft{background:var(--mp-color-blue)}.project-status-dot--purple{background:var(--mp-color-purple)}.project-hero{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:20px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:16px}.project-hero-image{min-height:110px;border:1px solid var(--mp-color-border-subtle);border-radius:8px}.project-hero h2{margin:12px 0 8px;font-size:22px}.project-thumb,.project-image,.row-thumb{border:1px solid var(--mp-color-border-subtle);border-radius:8px}.project-thumb{display:grid;place-items:center;height:96px;overflow:hidden;order:2;width:100%;transition:width .18s ease,height .18s ease,border-color .16s ease,box-shadow .16s ease}.is-collapsed .project-thumb--green{border-color:var(--mp-color-green);box-shadow:0 0 0 1px #59e36a2e}.is-collapsed .project-thumb--yellow{border-color:var(--mp-color-yellow);box-shadow:0 0 0 1px #ffd33d2e}.is-collapsed .project-thumb--orange{border-color:var(--mp-color-orange);box-shadow:0 0 0 1px #ff9f2e2e}.is-collapsed .project-thumb--blue{border-color:var(--mp-color-blue);box-shadow:0 0 0 1px #24b8ff2e}.is-collapsed .project-thumb--purple{border-color:var(--mp-color-purple);box-shadow:0 0 0 1px #9b5cff2e}.project-thumb img{width:100%;height:100%;object-fit:cover}.project-context__date{color:var(--mp-color-text-tertiary);font-size:12px;order:3;justify-self:center;text-align:center}.back-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;order:4;width:100%;min-height:40px;border:1px solid var(--mp-color-border-subtle);border-radius:10px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary);padding:0 12px;cursor:pointer}.back-button:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.main{min-width:0}.topbar{position:sticky;top:0;z-index:180;display:grid;grid-template-columns:1fr minmax(0,auto) 1fr;align-items:center;height:72px;border-bottom:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-base);padding:0 32px}.header-context{display:grid;grid-column:2;justify-items:center;gap:3px;min-width:0;text-align:center}.header-context strong{overflow:hidden;color:var(--mp-color-text-primary);font-size:18px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.topbar-title-with-spinner,.production-topbar-title-row{align-items:center;display:inline-flex;gap:8px;min-width:0}.topbar-title-with-spinner>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-refresh-spinner{animation:refresh-throbber-spin .8s linear infinite;color:var(--mp-color-text-secondary);flex:0 0 auto}.header-context span{overflow:hidden;color:var(--mp-color-text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.header-icon-button{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer}.header-icon-button:hover{border-color:var(--mp-color-border-subtle);background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.notification-topbar,.header-icon-button--notification{position:relative}.notification-bell-gradient{position:absolute;width:0;height:0;pointer-events:none}.header-icon-button--notification.is-unread{border-color:#ffd33d73;background:linear-gradient(var(--mp-color-surface-base),var(--mp-color-surface-base)) padding-box,linear-gradient(135deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green)) border-box;color:var(--mp-color-text-primary)}.header-icon-button--notification.is-unread svg{stroke:url(#notification-bell-gradient)}.header-icon-button--notification.is-active{border-color:#24b8ff80;background:#24b8ff1f;color:var(--mp-color-text-primary)}.notification-badge{position:absolute;top:-5px;right:-5px;display:inline-grid;min-width:18px;height:18px;place-items:center;border:2px solid var(--mp-color-surface-base);border-radius:999px;background:var(--mp-color-red);color:#fff;font-size:10px;font-weight:800;line-height:1;padding:0 5px}.notification-center{position:absolute;top:calc(100% + 10px);right:0;z-index:50;display:grid;width:min(380px,calc(100vw - 32px));max-height:520px;overflow:hidden;border:1px solid var(--mp-color-border-strong);border-radius:18px;background:linear-gradient(180deg,rgba(36,184,255,.06),transparent 34%),var(--mp-color-surface-card);box-shadow:0 0 0 1px #24b8ff29,0 26px 80px #0000009e}.notification-center__head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--mp-color-border-subtle);padding:14px 16px}.notification-center__head strong{display:block;color:var(--mp-color-text-primary)}.notification-center__head small{color:var(--mp-color-text-secondary);font-size:12px}.notification-center__clear{border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:transparent;color:var(--mp-color-text-primary);cursor:pointer;font-size:12px;font-weight:800;padding:7px 12px}.notification-center__clear:hover:not(:disabled){border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.notification-center__clear:disabled{cursor:not-allowed;opacity:.45}.notification-center__list{display:grid;max-height:440px;overflow:auto;padding:6px}.notification-center__item{display:grid;grid-template-columns:10px 1fr auto;align-items:start;gap:10px;width:100%;border:0;border-radius:12px;background:transparent;color:var(--mp-color-text-primary);padding:12px;text-align:left}.notification-center__content{display:grid;gap:4px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.notification-center__item:hover{background:var(--mp-color-surface-hover)}.notification-center__item.is-unread{background:#24b8ff14}.notification-center__content strong,.notification-center__content small{display:block}.notification-center__content strong{font-size:13px}.notification-center__content small{color:var(--mp-color-text-secondary);font-size:12px;line-height:1.4}.notification-center__actions{display:inline-flex;gap:4px}.notification-center__action{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer}.notification-center__action:hover:not(:disabled){border-color:var(--mp-color-border-subtle);background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.notification-center__action:disabled{cursor:not-allowed;opacity:.35}.notification-center__dot{width:9px;height:9px;margin-top:4px;border-radius:999px;background:var(--mp-color-blue)}.notification-center__dot--green{background:var(--mp-color-green)}.notification-center__dot--orange{background:var(--mp-color-orange)}.notification-center__empty{margin:0;color:var(--mp-color-text-secondary);padding:22px 16px}.transfer-center{width:min(460px,calc(100vw - 32px))}.transfer-center__list{gap:4px}.transfer-center__item{display:grid;grid-template-columns:28px minmax(0,1fr) 30px;align-items:start;gap:10px;padding:12px;border-radius:8px}.transfer-center__item:hover{background:var(--mp-color-surface-hover)}.transfer-center__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;color:var(--mp-color-blue);background:#24b8ff1a}.transfer-center__item.is-completed .transfer-center__icon{color:var(--mp-color-green);background:#59e36a1a}.transfer-center__item.is-failed .transfer-center__icon,.transfer-center__item.is-cancelled .transfer-center__icon{color:var(--mp-color-orange);background:#ff9f2e1a}.transfer-center__content{display:grid;gap:7px;min-width:0}.transfer-center__title{display:grid;gap:2px;min-width:0}.transfer-center__title strong,.transfer-center__title small,.transfer-center__meta span,.transfer-center__error{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer-center__title strong{color:var(--mp-color-text-primary);font-size:13px}.transfer-center__title small,.transfer-center__meta{color:var(--mp-color-text-secondary);font-size:12px}.transfer-center__meta{display:flex;flex-wrap:wrap;gap:8px}.transfer-center__error{color:var(--mp-color-red);font-size:12px}.global-search-panel{border-bottom:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-base);padding:14px 32px}.global-search-panel .mp-field{margin:0 auto;width:min(720px,100%)}.project-header-title{display:flex;align-items:baseline;gap:10px}.header-context .project-title-name{color:var(--mp-color-text-primary);font-size:22px;font-weight:800}.header-context .project-title-separator{color:var(--mp-color-blue);font-size:18px;font-weight:700}.header-context .project-title-client{color:var(--mp-color-text-secondary);font-size:15px;font-weight:500}.page{display:grid;gap:12px;padding:0 12px 12px}.page-actions{display:flex;justify-content:flex-end}.page-header{display:flex;align-items:flex-end;justify-content:flex-end;padding:12px;gap:24px}.page-title{margin:0;font-size:28px;line-height:1.1}.page-subtitle{margin:8px 0 0;color:var(--mp-color-text-secondary)}.section{display:grid;gap:16px;margin:12px}.section-title{margin:0;font-size:18px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.kpi-grid{grid-template-columns:repeat(4,minmax(160px,1fr));margin-top:12px}.home-refresh-indicator{position:fixed;top:82px;left:calc(260px + (100vw - 260px)/2);z-index:70;display:inline-flex;align-items:center;gap:7px;min-height:30px;max-width:min(340px,calc(100vw - 320px));padding:5px 11px;border:1px solid var(--mp-color-border);border-radius:999px;background:var(--mp-color-surface);color:var(--mp-color-text-secondary);font-size:12px;line-height:1.3;white-space:nowrap;box-shadow:0 10px 28px #0000002e;transform:translate(-50%);pointer-events:none}.refresh-throbber{width:13px;height:13px;flex:0 0 auto;border:2px solid var(--mp-color-border);border-top-color:var(--mp-color-blue);border-radius:999px;animation:refresh-throbber-spin .8s linear infinite}@keyframes refresh-throbber-spin{to{transform:rotate(360deg)}}.app-shell.is-collapsed .home-refresh-indicator{left:calc(72px + (100vw - 72px)/2)}.projects-pagination{display:flex;justify-content:center;padding:18px 0 4px}.two-columns{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.three-columns{grid-template-columns:repeat(3,minmax(220px,1fr))}.metric{display:block;margin-top:8px;font-size:32px;line-height:1}.stack{display:grid;gap:12px;margin-top:16px}.list-row{display:grid;grid-template-columns:minmax(76px,auto) minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary);padding:10px;text-align:left;cursor:pointer}.list-row small{display:block;margin-top:4px}.row-thumb{display:inline-grid;place-items:center;width:48px;height:36px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,var(--mp-color-blue),var(--mp-color-purple));color:#fff;font-size:12px;font-weight:700}.row-thumb img{width:100%;height:100%;object-fit:cover}.project-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.project-grid:has(.project-card .mp-skeleton){align-content:center;min-height:min(560px,66vh)}.project-page-loading-skeleton{display:grid;align-content:center;gap:18px;min-height:min(680px,72vh)}.toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 220px auto;gap:12px;align-items:end}.project-page-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto auto auto auto;gap:12px;align-items:end;width:100%}.projects-toolbar{display:grid;grid-template-columns:48px 48px minmax(280px,1fr) 180px auto;align-items:center;gap:8px}.projects-toolbar>*{min-width:0}.projects-toolbar .toolbar-search{min-width:280px}.projects-toolbar>.icon-only-action{width:48px;min-width:48px;height:48px}.projects-toolbar .mp-field{width:100%}.projects-toolbar select,.projects-toolbar .mp-select{width:170px}.projects-toolbar__create{white-space:nowrap}.toolbar-search{position:relative}.toolbar-search .mp-input{padding-left:42px}.toolbar-icon{position:absolute;left:14px;top:50%;color:var(--mp-color-text-tertiary);transform:translateY(-50%);pointer-events:none}.project-card{position:relative;display:flex;flex-direction:column;cursor:pointer}.project-card-actions,.project-row-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.project-row-actions{justify-content:flex-end;margin-top:0}.project-card-actions{opacity:0;pointer-events:none;transition:opacity .16s ease}.project-card:hover .project-card-actions,.project-card:focus-within .project-card-actions{opacity:1;pointer-events:auto}.icon-only-action{display:inline-grid;place-items:center;width:34px;min-width:34px;height:34px;padding:0}.project-link-cell{border:0;background:transparent;color:var(--mp-color-text-primary);padding:0;text-align:left;cursor:pointer}.project-card h2{margin:10px 0 4px;font-size:18px}.project-card-status{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px;color:var(--mp-color-text-secondary);font-size:12px}.project-card-client{overflow:hidden;margin:0 0 8px;color:var(--mp-color-text-secondary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.project-meta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 0;color:var(--mp-color-text-secondary);font-size:12px}.project-image{display:grid;place-items:center;height:128px;margin-bottom:14px;overflow:hidden;background:linear-gradient(135deg,rgb(57 217 138 / 12%),transparent 38%),linear-gradient(315deg,rgb(155 92 255 / 14%),transparent 42%),var(--mp-color-surface-base)}.project-image img,.row-thumb img{width:100%;height:100%;object-fit:cover}.project-fade-thumb{position:relative;overflow:hidden}.project-fade-thumb:before{content:"";grid-area:1 / 1;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 7%),transparent),color-mix(in srgb,var(--mp-color-surface-muted),black 8%);background-size:220% 100%,100% 100%;animation:project-fade-thumb-loading 1.2s ease-in-out infinite;opacity:1;transition:opacity .18s ease}.project-fade-thumb.is-loaded:before{opacity:0;animation:none}.project-fade-thumb>img,.project-fade-thumb>.project-thumbnail-placeholder{grid-area:1 / 1}.project-fade-thumb>img{opacity:1;transform:scale(1);animation:project-fade-image-in .26s ease both}.project-fade-thumb.is-loaded>img{opacity:1;transform:scale(1)}@keyframes project-fade-thumb-loading{to{background-position:-220% 0,0 0}}@keyframes project-fade-image-in{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.project-thumbnail-placeholder{display:grid;place-items:center;gap:6px;color:var(--mp-color-text-tertiary);font-weight:800}.project-thumbnail-placeholder span{color:var(--mp-color-text-secondary);font-size:22px}.project-card-members{display:flex;align-items:center;gap:10px;min-height:32px;margin-top:auto;padding-top:14px;color:var(--mp-color-text-secondary);font-size:12px}.project-card-members__stack{display:flex;align-items:center;min-width:0}.project-card-members__stack .mp-avatar{width:30px;height:30px;border:2px solid var(--mp-color-surface-card)}.project-card-members__stack .mp-avatar+.mp-avatar{margin-left:-8px}.project-card-members__more{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress{height:6px;overflow:hidden;border-radius:999px;background:var(--mp-color-surface-hover);margin:18px 0 10px}.progress span{display:block;height:100%;border-radius:inherit;background:var(--mp-gradient-accent)}.breadcrumb{margin:0 0 10px;color:var(--mp-color-text-secondary)}.activity{display:flex;align-items:center;gap:12px;min-height:48px;border-bottom:1px solid var(--mp-color-border-subtle)}.task-row,.notification-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:50px;border-bottom:1px solid var(--mp-color-border-subtle)}.task-row,.notification-row{grid-template-columns:auto minmax(0,1fr);width:100%;border:0;border-bottom:1px solid var(--mp-color-border-subtle);background:transparent;color:var(--mp-color-text-primary);padding:0;text-align:left}.task-row{grid-template-columns:auto minmax(0,1fr) auto;cursor:pointer}.task-row small,.notification-row small{display:block;margin-top:4px;color:var(--mp-color-text-secondary)}.notification-row>span:not(.status-dot){min-width:0;overflow:hidden}.notification-row strong,.notification-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--mp-color-blue)}.status-dot--active{background:var(--mp-color-green)}.advisor-card{display:grid;gap:18px;align-content:start}.shortcut-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.shortcut{display:flex;align-items:center;gap:12px;min-height:58px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);color:var(--mp-color-text-primary);padding:10px;text-align:left;cursor:pointer}.project-table{display:grid;min-width:760px}.project-table-head,.project-table-row{display:grid;grid-template-columns:2fr 1fr 1fr .8fr 1fr;align-items:center;gap:16px;min-height:58px;border-bottom:1px solid var(--mp-color-border-subtle);color:var(--mp-color-text-secondary);font-size:13px}.project-table-head{min-height:40px;color:var(--mp-color-text-tertiary);text-transform:uppercase}.project-table-row{width:100%;border-left:0;border-right:0;border-top:0;background:transparent;color:var(--mp-color-text-primary);text-align:left;cursor:pointer}.feed-toolbar{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr) auto;gap:12px;align-items:center;width:min(1080px,100%);margin:0 auto}.feed-toolbar__leading,.feed-toolbar__trailing,.feed-toolbar__controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.feed-toolbar__controls{flex-wrap:nowrap;justify-content:flex-start}.feed-toolbar__trailing{grid-column:3;justify-content:flex-end}.feed-toolbar .toolbar-search{flex:0 1 360px;min-width:260px}.feed-toolbar .mp-field{width:100%}.clients-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:calc(100vh - 72px);margin:0 -12px -12px}.clients-workspace.has-extra-sidebar{grid-template-columns:minmax(0,1fr) 340px 340px}.clients-main{position:relative;z-index:1;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:18px;min-width:0;padding:32px;overflow:hidden}.preview-notice{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;width:min(980px,100%);margin:0 auto;border:1px solid var(--mp-color-yellow);border-radius:8px;background:var(--mp-color-surface-card);color:var(--mp-color-text-secondary);padding:12px 14px}.preview-notice strong{color:var(--mp-color-text-primary)}.canvas-tabs{position:sticky;top:72px;z-index:35;display:inline-flex;gap:8px;width:min(1080px,100%);margin:0 auto;border-bottom:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-base)}.canvas-tabs:before{position:absolute;right:0;bottom:-1px;left:0;height:1px;background:linear-gradient(90deg,var(--mp-color-blue),#9b5cff,#ffd33d);content:"";opacity:.55}.canvas-tabs button{position:relative;min-height:42px;border:0;background:transparent;color:var(--mp-color-text-secondary);padding:0 14px;cursor:pointer}.canvas-tabs button.is-active{color:var(--mp-color-text-primary);font-weight:700}.canvas-tabs button.is-active:after{position:absolute;right:10px;bottom:-1px;left:10px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--mp-color-blue),#9b5cff,#ffd33d);content:""}.clients-list,.contacts-list{display:grid;align-content:start;gap:8px;width:min(1080px,100%);margin:0 auto}.client-list-item{position:relative;display:grid;grid-template-columns:48px minmax(180px,1.4fr) minmax(150px,1fr) 110px 110px auto;align-items:center;gap:16px;width:100%;min-height:58px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-primary);padding:8px 12px;text-align:left;cursor:pointer}.client-list-item:hover,.client-list-item.is-active{background:var(--mp-color-surface-active)}.client-list-item.is-active:before,.contact-list-item.is-active:before{position:absolute;left:0;width:4px;height:calc(100% - 12px);border-radius:0 4px 4px 0;background:var(--mp-gradient-accent);content:""}.contact-list-item{position:relative;display:grid;grid-template-columns:48px minmax(180px,1.2fr) minmax(180px,1fr) minmax(220px,1.2fr) auto;align-items:center;gap:16px;width:100%;min-height:58px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-primary);padding:8px 12px;text-align:left;cursor:pointer}.contact-list-item:hover,.contact-list-item.is-active{background:var(--mp-color-surface-active)}.client-logo,.property-sidebar__icon,.contact-avatar{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);color:var(--mp-color-text-secondary);overflow:hidden}.client-logo img,.contact-avatar img{width:100%;height:100%;object-fit:cover}.client-list-item__name{overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.client-list-item__location,.client-list-item__projects,.client-list-item__contacts,.contact-list-item__identity,.contact-list-item__company,.contact-list-item__details{overflow:hidden;color:var(--mp-color-text-secondary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.contact-list-item__company{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--mp-color-text-primary);min-width:0}.contact-list-item__company svg{flex:0 0 auto;color:var(--mp-color-text-secondary)}.contact-list-item__company-avatar{width:30px;height:30px;font-size:11px}.contact-list-item__identity,.contact-list-item__details{display:grid;gap:3px;min-width:0}.contact-list-item__identity strong,.contact-list-item__identity small,.contact-list-item__company span,.contact-list-item__details span,.contact-list-item__details small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-list-item__identity strong{color:var(--mp-color-text-primary);font-size:14px}.contact-list-item__identity small,.contact-list-item__details small{color:var(--mp-color-text-secondary)}.contact-list-item>.mp-badge{justify-self:end}.property-sidebar{position:relative;z-index:5;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:26px;min-width:0;min-height:calc(100vh - 72px);border-left:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-card);padding:24px;overflow:hidden}.property-sidebar__header{display:grid;justify-items:center;gap:18px;text-align:center}.property-sidebar__header-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:4px}.property-sidebar__identity{display:grid;justify-items:center;gap:12px;min-width:0}.property-sidebar__title-stack{display:grid;justify-items:center;gap:3px;min-width:0}.property-sidebar__title-stack small{color:var(--mp-color-text-tertiary);font-size:12px}.property-sidebar__title-stack strong{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;font-size:18px}.property-sidebar__badge{display:inline-flex;margin-top:10px}.property-sidebar__avatar{width:86px;height:86px;font-size:24px}.property-sidebar__actions{display:flex;flex-wrap:wrap;gap:10px}.property-sidebar--treatment{position:relative}.property-sidebar--treatment .property-sidebar__header-actions{position:absolute;top:14px;right:14px;margin:0}.property-sidebar--treatment .property-sidebar__actions{justify-content:center}.property-sidebar--treatment .property-sidebar__section-toggle{display:none}.property-sidebar--treatment .property-sidebar__section{gap:0}.property-list--plain{padding-top:4px}.property-sidebar__footer-actions--center{justify-content:center}.property-sidebar__footer-actions--center .mp-button{min-width:116px}.property-sidebar__sections{display:grid;align-content:start;gap:20px;overflow:auto}.property-sidebar__section{display:grid;gap:12px}.property-sidebar__section-toggle{display:flex;align-items:center;gap:6px;width:100%;border:0;background:transparent;color:var(--mp-color-text-tertiary);padding:0;font-size:12px;text-align:left;text-transform:uppercase;cursor:pointer}.property-sidebar__section-toggle span{font-weight:700}.property-sidebar__section-content{display:grid;gap:12px}.property-sidebar__section dl{display:grid;gap:10px;margin:0}.property-sidebar__field{display:grid;gap:3px}.property-sidebar__field dt{color:var(--mp-color-text-tertiary);font-size:12px}.property-sidebar__field dd{margin:0;color:var(--mp-color-text-primary);font-size:14px}.property-sidebar__footer{display:flex;justify-content:center;align-items:center;padding-top:12px;border-top:1px solid var(--mp-color-border-subtle)}.property-sidebar__footer .mp-button{width:auto;min-height:32px;padding:0;border:0}.property-sidebar__footer-actions{display:flex;flex-wrap:wrap;gap:10px;width:100%}.property-sidebar__footer-actions .mp-button{min-height:36px;padding:0 12px;border:1px solid var(--mp-color-border-subtle)}.property-sidebar__footer-actions .mp-button--primary{border-color:var(--mp-color-blue)}.import-treatment-row{display:flex;align-items:center;gap:10px;color:var(--mp-color-text-primary)}.import-treatment-row input{width:16px;height:16px;accent-color:var(--mp-color-blue)}.import-treatment-row--all{justify-content:space-between;padding:10px 0 2px}.import-treatment-row--all strong{flex:1}.import-treatment-row--all span{color:var(--mp-color-text-tertiary);font-size:12px}.property-sidebar__danger-action{color:var(--mp-color-text-secondary);font-size:13px}.property-sidebar__danger-action:hover{color:var(--mp-color-red)}.duplicate-status-button{width:42px;min-width:42px;padding:0}.duplicate-status-button.has-duplicates{width:auto;min-width:58px;border-color:var(--mp-color-yellow);background:#ffd33d1f;color:var(--mp-color-text-primary)}.spin-icon{animation:mp-spin .9s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}.property-list{display:grid;gap:10px}.property-list__row{display:grid;gap:4px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:10px}.property-list__row span{color:var(--mp-color-text-secondary);font-size:12px}.property-list__row--button{width:100%;color:var(--mp-color-text-primary);text-align:left;cursor:pointer}.property-list__row--button:hover{border-color:var(--mp-color-blue);background:var(--mp-color-surface-active)}.property-list__row--contact{grid-template-columns:44px minmax(0,1fr);align-items:center}.property-list__contact-copy{display:grid;gap:4px;min-width:0}.property-list__contact-copy strong,.property-list__contact-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-list__actions{display:flex;gap:8px;margin-top:6px}.import-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}.import-choice{display:grid;gap:8px;min-height:150px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary);padding:16px;text-align:left;cursor:pointer}.import-choice:hover{border-color:var(--mp-color-blue);background:var(--mp-color-surface-active)}.import-choice span{color:var(--mp-color-text-secondary);font-size:13px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.task-create-modal__body{max-height:min(68vh,720px);overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.task-create-modal__actions{position:sticky;bottom:0;z-index:2;margin:12px calc(var(--mp-space-6) * -1) calc(var(--mp-space-6) * -1);border-top:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-card);padding:12px var(--mp-space-6)}.client-form{display:grid;gap:12px}.client-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.client-form__error{border:1px solid var(--mp-color-red);border-radius:8px;background:#ff5c5c1a;color:var(--mp-color-red);padding:10px 12px;font-size:13px}.client-form__success{border:1px solid var(--mp-color-green);border-radius:8px;background:#39d98a1a;color:var(--mp-color-green);padding:10px 12px;font-size:13px}.client-form__check{display:inline-flex;align-items:center;gap:8px;color:var(--mp-color-text-secondary);font-size:13px}.thumbnail-picker{display:grid;gap:8px}.thumbnail-picker__label{color:var(--mp-color-text-tertiary);font-size:12px;font-weight:700}.thumbnail-picker__dropzone{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;min-height:150px;overflow:hidden;border:1px dashed var(--mp-color-border-subtle);border-radius:8px;background:linear-gradient(135deg,rgba(36,184,255,.12),transparent 44%),var(--mp-color-surface-base);padding:12px;color:var(--mp-color-blue)}.thumbnail-picker__dropzone.is-active{border-color:#24b8ffb8;background:#24b8ff1f}.thumbnail-picker__dropzone.has-preview{border-style:solid;background:var(--mp-color-surface-base)}.thumbnail-picker__dropzone>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.thumbnail-picker__dropzone>svg{align-self:center;justify-self:center}.thumbnail-picker__actions{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:1;display:inline-flex;justify-content:flex-end;gap:8px;padding:6px;border:1px solid rgba(148,163,184,.36);border-radius:8px;background:#070d169e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.thumbnail-picker__spin{animation:mp-spin .9s linear infinite}.thumbnail-picker__error{color:var(--mp-color-red);font-size:12px}.avatar-input{display:grid;gap:8px}.avatar-input>span{color:var(--mp-color-text-tertiary);font-size:12px}.avatar-input__row{display:flex;align-items:center;gap:10px}.avatar-input__button{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:36px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-secondary);padding:0 12px;cursor:pointer}.avatar-input__button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.import-file{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px dashed var(--mp-color-border-strong);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-secondary);cursor:pointer}.import-file:hover{border-color:var(--mp-color-blue);color:var(--mp-color-text-primary)}.import-file input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.import-preview{display:grid;max-height:220px;overflow:auto;border:1px solid var(--mp-color-border-subtle);border-radius:8px}.import-preview__row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--mp-color-border-subtle)}.import-preview__row:last-child{border-bottom:0}.import-preview__row span:first-child{color:var(--mp-color-text-tertiary);font-size:12px}.import-preview__row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-grid{display:grid;grid-template-columns:minmax(340px,680px);gap:18px}.settings-page{display:grid;gap:24px}.settings-tabs{display:flex;gap:8px;border-bottom:1px solid var(--mp-color-border-subtle)}.settings-tabs button{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:44px;border:0;background:transparent;color:var(--mp-color-text-secondary);padding:0 14px;cursor:pointer}.settings-tabs button.is-active{color:var(--mp-color-text-primary);font-weight:700}.settings-tabs button.is-active:after{position:absolute;right:10px;bottom:-1px;left:10px;height:3px;border-radius:999px;background:var(--mp-gradient-accent);content:""}.settings-workspace{display:grid;grid-template-columns:220px minmax(0,760px);gap:24px;align-items:start}.settings-sidebar{display:grid;align-content:start;gap:8px;border-right:1px solid var(--mp-color-border-subtle);min-height:360px;padding-right:16px}.settings-nav-item{position:relative;display:flex;align-items:center;gap:12px;min-height:48px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);padding:0 12px;text-align:left;cursor:pointer}.settings-nav-item.is-active{background:var(--mp-color-surface-active);color:var(--mp-color-text-primary)}.settings-nav-item.is-active:before{position:absolute;left:-16px;width:4px;height:100%;border-radius:0 4px 4px 0;background:var(--mp-gradient-accent);content:""}.settings-main{min-width:0}.settings-integration-list{display:grid;gap:16px}.settings-quota-card{display:grid;grid-template-columns:minmax(180px,260px) auto;gap:12px;align-items:end;margin-top:18px}.settings-security-card{display:grid;gap:14px;max-width:620px;margin-top:18px}.settings-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-checkbox-grid label{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:10px 12px;color:var(--mp-color-text-secondary)}.settings-user-list,.settings-profile-form{display:grid;gap:12px;margin-top:18px}.settings-user-row{display:grid;grid-template-columns:44px minmax(180px,1fr) auto 180px;align-items:center;gap:14px;min-height:62px;border-bottom:1px solid var(--mp-color-border-subtle)}.settings-user-row:last-child{border-bottom:0}.settings-user-row__identity{display:grid;gap:3px;min-width:0}.settings-user-row__identity strong,.settings-user-row__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-user-row__identity small{color:var(--mp-color-text-secondary)}.project-member-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;overflow:auto;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px}.project-member-picker__row{display:grid;grid-template-columns:18px 36px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;border-radius:8px;padding:4px 8px;cursor:pointer}.project-member-current+.property-list__actions{justify-content:flex-start}.property-list__actions .icon-only-action{border-color:transparent}.project-overview-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.project-overview-header h1{margin:8px 0 12px;font-size:30px;line-height:1.1}.project-overview-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--mp-color-text-secondary)}.project-widget{background:linear-gradient(135deg,rgb(36 184 255 / 5%),transparent 40%),var(--mp-color-surface-card);margin-top:18px}.project-kpi{display:flex;align-items:center;justify-content:space-between;min-height:138px}.project-kpi>div{display:grid;gap:8px}.project-widget-icon{display:inline-grid;place-items:center;width:50px;height:50px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-text-secondary)}.metric--green{color:var(--mp-color-green)}.metric--yellow{color:var(--mp-color-yellow)}.metric--blue{color:var(--mp-color-blue)}.metric--purple{color:var(--mp-color-purple)}.project-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:18px}.project-overview-bottom{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);gap:18px}.project-activity{display:grid;grid-template-columns:auto auto 40px minmax(0,1fr) auto;align-items:center;gap:10px}.project-activity__content{display:grid;gap:4px;min-width:0;overflow:hidden}.project-activity__content strong,.project-activity__content small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-activity__jump-placeholder,.project-activity__jump{width:32px;min-width:32px;height:32px}.project-activity__tag{justify-self:end}.project-activity small,.timeline-item small,.milestone small{color:var(--mp-color-text-secondary)}.timeline-list{display:grid;gap:16px;margin-top:18px}.timeline-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:3px 18px;padding-bottom:12px;border-bottom:1px solid var(--mp-color-border-subtle)}.timeline-item span{grid-row:span 2;color:var(--mp-color-blue);font-weight:800;text-transform:uppercase}.timeline-item span.is-done{color:var(--mp-color-green)}.milestone-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.milestone{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center}.milestone>span{display:grid;place-items:center;min-height:66px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-green)}.milestone>span strong{color:var(--mp-color-text-primary);font-size:24px}.milestone>div{display:grid;gap:4px;min-width:0}.project-cover-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#24b8ff,#9b5cff 52%,#ffd33d);color:#fff;font-size:28px;font-weight:800}.project-member-picker__row:hover{background:var(--mp-color-surface-active)}.project-member-picker__row input{width:16px;height:16px;accent-color:var(--mp-color-blue)}.project-member-picker__row .mp-avatar{width:36px;height:36px;font-size:12px}.project-member-picker__row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-member-tags{display:flex;flex-wrap:wrap;gap:8px}.project-member-tag{display:inline-flex;align-items:center;gap:8px;max-width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:var(--mp-color-surface-base);padding:5px 7px 5px 5px}.project-member-tag .mp-avatar{width:28px;height:28px;font-size:12px}.project-member-tag strong{overflow:hidden;max-width:180px;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.project-member-tag button{display:inline-grid;place-items:center;width:24px;height:24px;border:0;border-radius:999px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer}.project-member-tag button:hover{background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.project-members-list{display:grid;gap:8px;margin-top:18px}.project-members-row{display:grid;grid-template-columns:44px minmax(180px,1fr) auto minmax(150px,auto) auto;align-items:center;gap:14px;min-height:62px;border-bottom:1px solid var(--mp-color-border-subtle)}.project-members-row:last-child{border-bottom:0}.project-members-row__identity{display:grid;gap:3px;min-width:0}.project-members-row__identity strong,.project-members-row__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-members-row__identity small{color:var(--mp-color-text-secondary)}.production-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.production-loading-skeleton{display:grid;align-content:center;min-height:min(620px,68vh)}.production-card{position:relative;display:grid;grid-template-columns:124px minmax(0,1fr) auto auto;align-items:stretch;gap:14px;min-height:132px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);color:var(--mp-color-text-primary);padding:0 14px 0 0;text-align:left;cursor:pointer}.production-list-head{justify-content:flex-end}.production-card:hover{border-color:var(--mp-color-blue);background:var(--mp-color-surface-active)}.production-card__edit{flex:0 0 auto;opacity:0;pointer-events:none;transition:opacity .14s ease}.production-card:hover .production-card__edit,.production-card:focus-within .production-card__edit{opacity:1;pointer-events:auto}.production-card__icon{display:inline-grid;place-items:center;width:124px;height:100%;min-height:132px;border:0;border-right:1px solid var(--mp-color-border-subtle);border-radius:7px 0 0 7px;color:var(--mp-color-text-secondary);overflow:hidden}.production-card__icon img,.production-task-thumb img{width:100%;height:100%;object-fit:cover}.production-card__body{display:grid;align-self:center;min-width:0;gap:6px}.production-card__progress,.production-card>.production-state-pill{align-self:center}.production-card__title-row{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;width:fit-content;max-width:100%}.production-card__title-row>strong{min-width:0}.production-card__body strong,.production-card__body small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-card__body small,.production-milestone-row span,.production-task-row span{color:var(--mp-color-text-secondary);font-size:13px}.production-card__members{display:flex;align-items:center;gap:10px;min-height:32px;color:var(--mp-color-text-secondary);font-size:12px}.production-card-members__stack{display:flex;align-items:center;min-width:0}.production-card-members__stack .mp-avatar{width:30px;height:30px;border:2px solid var(--mp-color-surface-card)}.production-card-members__stack .mp-avatar+.mp-avatar{margin-left:-8px}.production-card-members__more{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-task-row .production-state-pill{color:currentColor;min-height:24px;border-radius:6px;padding:0 9px;font-size:11px;line-height:1;text-transform:uppercase}.production-task-row .production-state-pill--todo{color:var(--mp-color-purple)}.production-task-row .production-state-pill--in_progress{color:var(--mp-color-blue)}.production-task-row .production-state-pill--review{color:var(--mp-color-yellow)}.production-task-row .production-state-pill--done{color:var(--mp-color-green)}.production-task-row .production-state-pill--blocked{color:var(--mp-color-red)}.production-card__progress{color:var(--mp-color-blue);font-size:13px}@media(max-width:1180px){.production-grid,.production-board--milestone{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.production-grid{grid-template-columns:minmax(0,1fr)}.production-card{grid-template-columns:96px minmax(0,1fr)}.production-card__icon{width:96px}.production-board--milestone{grid-template-columns:minmax(0,1fr)}}.production-detail{display:grid;gap:8px}.production-detail .channel-shell{--channel-shell-height: calc(100dvh - 140px) }.production-detail.has-task-sidebar{padding-right:0}.production-compact-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:34px;padding:10px 12px;border:1px solid var(--mp-color-border-subtle);border-radius:10px;background:var(--mp-color-surface-card)}.production-header-thumb{display:inline-grid;place-items:center;width:32px;height:32px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-text-secondary)}.production-header-thumb img{width:100%;height:100%;object-fit:cover}.production-header-copy{display:grid;gap:3px;min-width:0;text-align:left}.production-title{overflow:hidden;margin:0;font-size:16px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.production-header-subtitle{overflow:hidden;color:var(--mp-color-text-tertiary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.production-header-progress{display:grid;gap:6px;min-width:160px}.production-progress{color:var(--mp-color-blue);font-size:14px}.production-tabs{width:100%;margin:0}.production-tabs button{display:inline-flex;align-items:center;gap:8px;min-width:0}.production-tabs button span{font-size:13px}.production-tabs button svg{flex:0 0 auto}.production-view-button{min-width:54px;padding-inline:14px}.production-view-button svg{width:18px;height:18px}.production-view-button{min-width:44px;padding-inline:12px}.production-topbar-header{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0}.production-topbar-thumb{display:inline-grid;place-items:center;width:52px;height:52px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-text-secondary)}.production-topbar-thumb img{width:100%;height:100%;object-fit:cover}.production-topbar-copy{display:grid;align-content:center;gap:0;min-width:0}.production-topbar-title-row strong{display:inline-flex;align-items:center;gap:8px;overflow:hidden;line-height:1;text-overflow:ellipsis;white-space:nowrap}.production-topbar-progress{display:flex;align-items:center;gap:6px;width:min(240px,28vw)}.production-topbar-progress .progress{flex:1 1 auto;height:8px;margin:5px 0}.production-topbar-progress__label{flex:0 0 auto;color:var(--mp-color-text-tertiary);font-size:11px;font-weight:700;letter-spacing:.02em}.production-pane{display:grid;gap:8px}.production-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow:visible;scrollbar-width:thin}.production-toolbar>*{flex:0 0 auto}.production-toolbar .toolbar-search{flex:1 1 260px;min-width:180px}.production-toolbar__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.production-add-menu,.production-export-menu{position:relative;z-index:30}.production-export-button{display:inline-flex;align-items:center;gap:8px}.production-add-menu__panel,.production-export-menu__panel{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;min-width:150px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:6px;box-shadow:0 16px 40px #00000047}.production-export-menu__panel{right:0;left:auto}.production-add-menu__panel button,.production-export-menu__panel button{display:flex;align-items:center;gap:8px;min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-primary);padding:0 10px;text-align:left;cursor:pointer}.production-add-menu__panel button:hover,.production-export-menu__panel button:hover{background:var(--mp-color-surface-active)}.production-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:14px}.production-board--milestone{grid-template-columns:repeat(4,minmax(0,1fr))}.production-done-toggle.is-muted{border-color:transparent;color:var(--mp-color-text-tertiary);opacity:.72}.production-column{display:grid;align-content:start;gap:10px;min-height:220px;padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:12px;background:linear-gradient(180deg,rgb(255 255 255 / 2%),transparent)}.production-column h3{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;margin:0;font-size:16px;text-align:center}.production-column__title{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.production-group-count{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;background:var(--mp-color-surface-active);color:var(--mp-color-text-tertiary);padding:0 8px;font-size:11px;white-space:nowrap}.production-column__head,.production-group-list__head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;margin-bottom:8px}.production-column__head .icon-only-action{opacity:0;pointer-events:none;transition:opacity .14s ease,background .14s ease}.production-column:hover>.production-column__head .icon-only-action,.production-column:focus-within>.production-column__head .icon-only-action,.production-subgroup:hover>.production-column__head .icon-only-action,.production-subgroup:focus-within>.production-column__head .icon-only-action{opacity:1;pointer-events:auto}.production-column__task-action{margin-left:auto}.production-column__head h3,.production-column__head strong,.production-group-list__head strong{display:inline-flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-column-title--status-todo{color:var(--mp-color-purple)}.production-column-title--status-in_progress{color:var(--mp-color-blue)}.production-column-title--status-review{color:var(--mp-color-yellow)}.production-column-title--status-done{color:var(--mp-color-green)}.production-column-title--status-blocked,.production-column-title--priority-high{color:var(--mp-color-red)}.production-column-title--priority-low{color:var(--mp-color-text-secondary)}.production-subgroup{display:grid;gap:10px;border-top:1px solid var(--mp-color-border-subtle);margin-left:12px;padding:10px 20px 12px 12px;background:#ffffff05;border-left:2px solid var(--mp-color-border-subtle);border-radius:10px}.production-team-panel{display:grid;min-height:220px}.production-subgroup .production-column__head strong{color:var(--mp-color-text-secondary);font-size:13px;font-weight:600}.production-drop-preview{display:none;min-height:54px;border:1px dashed var(--mp-color-blue);border-radius:8px;background:#24b8ff14;pointer-events:none}.is-drop-target>.production-drop-preview{display:block}.production-task-card,.production-task-row,.production-milestone-row{position:relative;display:grid;align-items:center;gap:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:8px 14px 8px 8px;overflow:visible}.production-task-card:after,.production-task-row:after{position:absolute;top:0;right:0;bottom:0;width:5px;content:""}.production-task-priority--high:after{background:var(--mp-color-red)}.production-task-priority--medium:after{background:linear-gradient(180deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green))}.production-task-priority--low:after{background:#7c8ca06b}.production-task-card.is-selected,.production-task-row.is-selected{border-color:var(--mp-color-blue);background:var(--mp-color-surface-active)}.production-task-card{grid-template-columns:92px minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto;min-height:96px;padding:0 14px 0 0;cursor:grab}.production-task-card>.production-task-thumb{grid-row:1 / 3}.production-task-card__status{align-self:start;justify-self:end;grid-column:3;grid-row:1;padding-top:10px}.production-task-card__body{align-self:start;display:grid;gap:8px;grid-row:1 / 3;min-width:0;padding-block:10px}.production-task-card__head{display:block;min-width:0}.production-task-card__body strong{overflow:hidden;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.production-task-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.production-task-indicators{display:inline-flex;align-items:center;gap:7px;min-width:0}.production-task-indicator{position:relative;display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid transparent;border-radius:999px;color:#cbd5e1}.production-task-indicator.has-new{background:linear-gradient(var(--mp-color-surface-base),var(--mp-color-surface-base)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f45bd2,#f7c948) border-box;border-color:transparent;color:#fff;box-shadow:0 0 0 2px #ffffff08}.production-task-comment-tooltip{position:absolute;left:0;top:calc(100% + 8px);z-index:20;display:none;width:min(320px,70vw);gap:8px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-card) 94%,black);box-shadow:0 18px 44px #00000061;color:var(--mp-color-text-primary);padding:10px;text-align:left}.production-task-indicator.has-comment-tooltip:hover .production-task-comment-tooltip,.production-task-indicator.has-comment-tooltip:focus-within .production-task-comment-tooltip{display:grid}.production-task-comment-tooltip__item{display:grid;gap:3px;min-width:0}.production-task-comment-tooltip__item strong,.production-task-comment-tooltip__item span,.production-task-comment-tooltip__empty{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-task-comment-tooltip__item strong{color:var(--mp-color-text-primary);font-size:12px}.production-task-comment-tooltip__item span,.production-task-comment-tooltip__empty{color:var(--mp-color-text-secondary);font-size:12px}.production-task-indicator.has-new svg{filter:drop-shadow(0 0 4px rgb(244 91 210 / 70%))}.production-task-card:active{cursor:grabbing}.production-task-thumb{display:inline-grid;place-items:center;width:42px;height:34px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-text-secondary)}.production-task-card .production-task-thumb{align-self:stretch;width:92px;height:100%;border:0;border-right:1px solid var(--mp-color-border-subtle);border-radius:7px 0 0 7px}.production-task-list{display:grid;gap:12px}.production-group-list{display:grid;gap:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:10px}.production-list-subgroup-block{display:grid;gap:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);margin-top:2px;padding:10px 22px 14px 16px}.production-list-subgroup-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.production-list-subgroup-pill{display:inline-flex;align-items:center;gap:5px;width:fit-content;border:0;border-radius:8px;background:var(--mp-color-surface-active);color:var(--mp-color-text-secondary);padding:4px 8px;font-size:12px}.production-list-subgroup-pill .icon-only-action{width:22px;min-width:22px;height:22px}.production-group-toggle{display:inline-grid;place-items:center;width:24px;height:24px;border:0;border-radius:8px;background:var(--mp-color-surface-active);color:var(--mp-color-text-secondary);padding:0;cursor:pointer}.production-subgroup.is-collapsed .production-drop-preview,.production-subgroup.is-collapsed .production-task-card,.production-list-subgroup-block.is-collapsed .production-drop-preview,.production-list-subgroup-block.is-collapsed .production-list-subgroup-tasks{display:none}.production-task-row{grid-template-columns:72px minmax(0,1fr) auto auto auto auto;align-items:center;min-height:72px;padding:0 14px 0 0;cursor:grab}.production-task-row__main{display:grid;gap:6px;min-width:0}.production-task-row__main>strong{overflow:hidden;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.production-task-row .production-task-thumb{align-self:stretch;width:72px;height:100%;border:0;border-right:1px solid var(--mp-color-border-subtle);border-radius:7px 0 0 7px}.production-task-row.is-indented{margin-left:12px}.production-subgroup{padding-right:12px}.production-switch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:24px;cursor:pointer}.production-task-assignees{display:inline-flex;align-items:center;gap:6px;min-height:28px}.production-task-assignees__stack{display:inline-flex;align-items:center}.production-task-assignees__stack .mp-avatar{width:32px;height:32px;border:2px solid var(--mp-color-surface-card)}.production-task-assignees__stack .mp-avatar+.mp-avatar{margin-left:-10px}.production-task-assignees__more,.production-task-assignees__empty{color:var(--mp-color-text-secondary);font-size:12px}.production-task-sidebar__assignments{display:grid;gap:10px}.production-task-sidebar__assignments-head{align-items:center}.production-task-card__actions,.production-task-row__actions,.production-task-sidebar__toolbar{display:inline-flex;align-items:center;gap:6px}.production-task-card__actions{align-self:end;justify-self:end;grid-column:3;grid-row:2;padding-bottom:8px}.production-task-row .production-state-pill{align-self:center;justify-self:end}.production-task-row__actions{align-self:center;justify-self:end;padding-bottom:0}.production-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.production-switch__track{position:relative;width:100%;height:100%;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:var(--mp-color-surface-active);transition:background .14s ease,border-color .14s ease}.production-switch__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:var(--mp-color-text-secondary);transition:transform .14s ease,background .14s ease}.production-switch.is-active .production-switch__track{border-color:var(--mp-color-blue);background:#24b8ff2e}.production-toolbar .production-toolbar-select--sort{width:118px}.production-toolbar .production-toolbar-select--scale{width:122px}.production-csv-import{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:0;min-height:36px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:transparent;color:var(--mp-color-text-primary);cursor:pointer;font-size:14px;font-weight:800;padding:0 12px}.production-csv-import:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover)}.production-csv-import input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.production-switch.is-active .production-switch__thumb{transform:translate(20px);background:var(--mp-color-blue)}.production-placeholder-panel{padding:20px}.production-task-row:active{cursor:grabbing}.production-milestone-row{grid-template-columns:22px minmax(0,1fr) minmax(260px,360px) auto}.production-milestone-row.is-complete{border-color:#59e36a75;background:#59e36a14}.production-milestone-row.is-complete>svg{color:var(--mp-color-green)}.production-milestone-row .mp-field{margin:0}.production-milestone-row__dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:8px;align-items:end}.production-milestone-row--header{min-height:28px;border-style:dashed;background:transparent;padding-top:6px;padding-bottom:6px}.production-milestone-sort-toggle{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:transparent;color:var(--mp-color-text-secondary);cursor:pointer}.production-milestone-sort-toggle:hover,.production-milestone-sort-toggle:focus-visible{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.production-milestone-row__dates--header strong{color:var(--mp-color-text-secondary);font-size:12px;text-transform:uppercase}.production-milestone-row__body{display:grid;gap:8px;min-width:0}.production-milestone-row__body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-milestone-row__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-milestone-row__meta .is-overdue{color:var(--mp-color-red);font-weight:800}.production-milestone-progress{position:relative;width:100%;height:8px;overflow:hidden;border-radius:999px;background:var(--mp-color-surface-active)}.production-milestone-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mp-color-blue),var(--mp-color-green))}.production-milestone-row.is-complete .production-milestone-progress span{background:var(--mp-color-green)}.production-state-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:0 8px;font-size:12px;font-weight:800}.production-state-pill--todo,.production-state-pill--draft{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover);color:var(--mp-color-text-secondary)}.production-state-pill--in_progress,.production-state-pill--active{border-color:var(--mp-color-blue);background:#24b8ff2e;color:var(--mp-color-blue)}.production-state-pill--active{border-color:#24b8ffb3;background:#24b8ff1f;color:#59d3ff}.production-state-pill--review,.production-state-pill--paused{border-color:var(--mp-color-yellow);background:#ffd33d2e;color:var(--mp-color-yellow)}.production-state-pill--paused{border-color:#ffd33db3;background:#ffd33d1f;color:#ffde58}.production-state-pill--done,.production-state-pill--delivered{border-color:var(--mp-color-green);background:#59e36a29;color:var(--mp-color-green)}.production-state-pill--delivered{border-color:#9b5cffb3;background:#9b5cff24;color:#be9aff}.production-state-pill--blocked,.production-state-pill--archived{border-color:var(--mp-color-red);background:#ff5c5c24;color:var(--mp-color-red)}.production-priority-dot{display:none;align-items:center;gap:6px;color:var(--mp-color-text-secondary);font-size:12px;font-weight:700}.production-select-status--todo,.production-option-status--todo{color:var(--mp-color-text-secondary)}.production-select-status--in_progress,.production-option-status--in_progress{border-color:var(--mp-color-blue);color:var(--mp-color-blue)}.production-select-status--review,.production-option-status--review{border-color:var(--mp-color-yellow);color:var(--mp-color-yellow)}.production-select-status--done,.production-option-status--done{border-color:var(--mp-color-green);color:var(--mp-color-green)}.production-select-priority--low,.production-option-priority--low{border-color:var(--mp-color-border-subtle);color:var(--mp-color-text-secondary)}.production-select-priority--medium,.production-option-priority--medium{border-color:#ffffff8a;color:var(--mp-color-text-primary)}.production-select-status--blocked,.production-option-status--blocked,.production-select-priority--high,.production-option-priority--high{border-color:var(--mp-color-red);color:var(--mp-color-red)}.production-task-sidebar{position:fixed;top:72px;right:0;bottom:0;z-index:30;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:14px;width:min(460px,calc(100vw - 24px));border-left:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-card);padding:16px;overflow:hidden;transform:translate(100%);transition:transform .18s ease}.production-task-sidebar.is-open{transform:translate(0)}.production-task-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px}.production-task-sidebar__head-actions{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.production-task-sidebar__estimate{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--mp-color-text-secondary);font-size:12px;font-weight:700;padding:0;text-align:left;white-space:nowrap}.production-task-sidebar__estimate.is-editable{cursor:pointer}.production-task-sidebar__estimate svg{flex:0 0 auto;opacity:0;transition:opacity .14s ease}.production-task-sidebar__estimate:hover svg,.production-task-sidebar__estimate:focus-visible svg{opacity:.76}.production-task-sidebar__estimate-input{width:112px;margin:0}.production-task-sidebar__head .field{flex:1;margin:0}.production-task-sidebar__title{display:flex;flex:1;align-items:center;gap:8px;min-width:0;border:0;background:transparent;color:var(--mp-color-text-primary);cursor:text;font:inherit;font-size:18px;font-weight:900;overflow:hidden;padding:0;text-align:left}.production-task-sidebar__title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-task-sidebar__title svg{flex:0 0 auto;opacity:0;transition:opacity .14s ease}.production-task-sidebar__title:hover svg,.production-task-sidebar__title:focus-visible svg{opacity:1}.production-task-sidebar__thumb{display:inline-grid;flex:0 0 auto;place-items:center;width:38px;height:38px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:var(--mp-color-text-secondary);cursor:pointer;overflow:hidden}.production-task-sidebar__thumb img{width:100%;height:100%;object-fit:cover}.production-task-sidebar__content{display:flex;flex-direction:column;gap:14px;min-height:0;overflow:hidden}.production-task-sidebar__properties{display:grid;gap:10px;align-content:start}.production-task-sidebar__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.production-task-sidebar__summary{display:grid;gap:3px;padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-alt)}.production-task-sidebar__summary span,.production-task-sidebar__summary small{color:var(--mp-color-text-secondary)}.production-task-sidebar__summary strong{color:var(--mp-color-text-primary)}.production-task-sidebar__properties .field,.production-task-sidebar__properties .textarea-field{margin:0}.production-task-sidebar__properties textarea{min-height:74px;resize:vertical}.production-task-sidebar__toolbar{flex-wrap:wrap;padding-bottom:4px;justify-content:center}.production-task-sidebar .canvas-tabs,.production-task-sidebar__tabs{position:relative;top:auto;z-index:auto;width:100%;margin:0;background:transparent}.production-task-sidebar__tabs{margin-top:4px}.production-task-sidebar__tabs button{gap:10px}.production-task-sidebar__tabs button svg{margin-right:2px}.production-task-comments{display:grid;grid-template-rows:auto minmax(0,1fr);flex:1 1 auto;min-height:0;padding:12px;border:1px solid rgba(36,184,255,.16);border-radius:14px;background:linear-gradient(180deg,#0b121bfa,#080d14fa);overflow:hidden}.production-task-comments__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.production-task-timelog-add-inline{display:inline-flex;align-items:center;gap:10px;min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-primary);cursor:pointer;font:inherit;padding:0 8px}.production-task-timelog-add-inline:hover,.production-task-timelog-add-inline:focus-visible{background:color-mix(in srgb,var(--mp-color-accent) 9%,var(--mp-color-surface-muted));outline:none}.production-task-comments__total{margin-left:auto;color:var(--mp-color-text-secondary);font-weight:700;white-space:nowrap}.production-task-timelogs{display:grid;gap:10px;min-height:0;max-height:none;overflow:visible}.production-task-timelogs-empty{display:grid;place-items:center;min-height:220px;text-align:center}.production-task-timelogs::-webkit-scrollbar,.production-task-comments .channel-scroll::-webkit-scrollbar{width:6px;height:6px}.production-task-timelogs::-webkit-scrollbar-track,.production-task-comments .channel-scroll::-webkit-scrollbar-track{background:transparent}.production-task-timelogs::-webkit-scrollbar-thumb,.production-task-comments .channel-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#7c8ca047}.production-task-timelogs::-webkit-scrollbar-thumb:hover,.production-task-comments .channel-scroll::-webkit-scrollbar-thumb:hover{background:#7c8ca06b}.production-task-timelog{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-alt)}.production-task-timelog--add{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:52px;color:var(--mp-color-text-primary);cursor:pointer;text-align:left;background:linear-gradient(var(--mp-color-surface-alt),var(--mp-color-surface-alt)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f45bd2,#f7c948) border-box;border-color:transparent}.production-task-timelog--add:hover,.production-task-timelog--add:focus-visible{outline:none;filter:brightness(1.08)}.production-task-timelog__add-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;color:var(--mp-color-accent);background:color-mix(in srgb,var(--mp-color-accent) 14%,var(--mp-color-surface-muted))}.production-task-timelog p{margin:6px 0 0;color:var(--mp-color-text-secondary)}.production-task-timelog__time{align-self:center;justify-self:end;color:var(--mp-color-text-primary);font-weight:800;white-space:nowrap}.production-timelog-panel,.production-timelogs-panel{display:grid;gap:18px}.production-timelog-panel__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:4px}.production-timelog-panel__stat{display:grid;gap:4px;padding:14px 16px}.production-timelog-panel__stat span{color:var(--mp-color-text-secondary);font-size:12px;font-weight:700;text-transform:uppercase}.production-timelog-panel__stat strong{font-size:28px;line-height:1}.production-timelogs-panel__range{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:4px 0 8px}.production-timelog-list{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-top:4px}.production-timelog-row{display:grid;grid-template-columns:minmax(220px,260px) minmax(220px,280px) minmax(280px,1fr) 88px;gap:18px;align-items:start;padding:16px}.production-timelog-row__meta{display:flex;align-items:center;gap:8px;color:var(--mp-color-text-secondary)}.production-timelog-row__member{min-width:0}.production-timelog-row__identity{display:grid;gap:2px;min-width:0}.production-timelog-row__identity strong{color:var(--mp-color-text-primary)}.production-timelog-row__identity span{color:var(--mp-color-text-secondary);font-size:12px}.production-timelog-row__task,.production-timelog-row__note{display:grid;gap:5px;min-width:0;color:var(--mp-color-text-secondary)}.production-timelog-row__task{border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.production-timelog-row__task:disabled{cursor:default}.production-timelog-row__task span,.production-timelog-row__note span{color:var(--mp-color-text-tertiary);font-size:11px;font-weight:800;text-transform:uppercase}.production-timelog-row__task strong,.production-timelog-row__note p{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.production-timelog-row__task strong{color:var(--mp-color-blue)}.production-timelog-row__task:not(:disabled):hover strong{text-decoration:underline}.production-timelog-row__note p{color:var(--mp-color-text-secondary)}.production-timelog-row__time{align-self:center;justify-self:end;color:var(--mp-color-text-primary);font-weight:800;white-space:nowrap}@media(max-width:1180px){.production-timelog-row{grid-template-columns:minmax(200px,1fr) minmax(200px,1fr) 88px}.production-timelog-row__note{grid-column:1 / -1}}@media(max-width:760px){.production-timelog-row{grid-template-columns:minmax(0,1fr)}.production-timelog-row__time{justify-self:start}}.production-task-comments .channel-shell{display:grid;grid-template-rows:minmax(0,1fr);flex:1 1 auto;min-height:0;height:100%}.production-task-comments .channel-shell__header{display:none}.production-task-comments .channel-surface{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;height:100%;align-self:stretch;border:0;border-radius:0;background:transparent}.production-task-comments .channel-scroll{min-height:8rem;height:100%;padding-bottom:8rem;scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}.production-task-comments .channel-composer-sticky{position:static;margin-top:0;padding:1rem 0 0;align-self:end;border-top:1px solid rgba(124,140,160,.16);background:linear-gradient(180deg,#080d141f,#080d14fa 22%)}.production-task-comments__empty{display:grid;place-items:center;align-content:center;gap:8px;min-height:150px;color:var(--mp-color-text-secondary);font-size:13px;text-align:center}.channel-empty-state,.production-task-linked-reviews-empty{align-content:center;display:grid;justify-items:center;min-height:min(360px,48vh);padding:32px 18px;text-align:center}.channel-empty-state .mp-state,.production-task-linked-reviews-empty .mp-state{justify-items:center;max-width:420px;text-align:center}.danger-hover:hover{border-color:var(--mp-color-red);color:var(--mp-color-red)}.danger-confirm{border-color:var(--mp-color-red);background:#ff5c5c24;color:var(--mp-color-red)}.production-task-card__assign,.production-task-card__link,.production-task-card__duplicate,.production-task-row__assign,.production-task-row__link,.production-task-row__duplicate{opacity:0;pointer-events:none;transition:opacity .14s ease}.production-task-card:hover .production-task-card__assign,.production-task-card:hover .production-task-card__link,.production-task-card:hover .production-task-card__duplicate,.production-task-card:focus-within .production-task-card__assign,.production-task-card:focus-within .production-task-card__link,.production-task-card:focus-within .production-task-card__duplicate{opacity:1;pointer-events:auto}.production-task-row:hover .production-task-row__assign,.production-task-row:hover .production-task-row__link,.production-task-row:hover .production-task-row__duplicate,.production-task-row:focus-within .production-task-row__assign,.production-task-row:focus-within .production-task-row__link,.production-task-row:focus-within .production-task-row__duplicate{opacity:1;pointer-events:auto}.production-activity-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 180px 180px;gap:10px;margin-top:16px}.task-assignments-modal__search{margin-bottom:12px}.production-column__head-actions{display:inline-flex;align-items:center;gap:4px}.production-group-list__head .icon-only-action,.production-list-subgroup-head .icon-only-action{opacity:0;pointer-events:none;transition:opacity .14s ease}.production-group-list:hover .production-group-list__head .icon-only-action,.production-group-list:focus-within .production-group-list__head .icon-only-action,.production-list-subgroup-block:hover .production-list-subgroup-head .icon-only-action,.production-list-subgroup-block:focus-within .production-list-subgroup-head .icon-only-action{opacity:1;pointer-events:auto}.production-column__edit-action{margin-left:4px}.production-delete-confirm{display:grid;gap:8px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);padding:12px}.production-delete-confirm label{display:flex;align-items:center;gap:8px}.production-delete-confirm small,.production-delete-confirm span{color:var(--mp-color-text-secondary)}.modal-actions__spacer{flex:1}.production-team-list{display:grid;gap:10px}.production-team-member{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:10px}.production-team-member.is-active{border-color:var(--mp-color-border-subtle);background:var(--mp-color-surface-card)}.production-team-member span{display:grid;min-width:0}.production-team-member__avatar{width:40px;height:40px}.production-team-member strong,.production-team-member small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-team-member small{color:var(--mp-color-text-secondary)}.production-priority-dot:before{width:8px;height:8px;border-radius:999px;content:""}.production-priority-dot--high:before{background:var(--mp-color-red);box-shadow:0 0 10px #ff5c5c66}.production-priority-dot--high{color:var(--mp-color-red)}.production-priority-dot--medium:before{background:linear-gradient(135deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green));box-shadow:0 0 10px #7c8ca047}.production-priority-dot--medium{color:var(--mp-color-text-primary)}.production-priority-dot--low:before{background:var(--mp-color-border-subtle);box-shadow:none}.production-priority-dot--low{color:var(--mp-color-text-secondary)}.production-gantt{position:relative;display:grid;gap:10px;overflow-x:auto;padding-bottom:8px;cursor:grab;scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}.production-gantt.is-panning{cursor:grabbing}.production-gantt__bar,.production-gantt__handle{cursor:inherit}.production-gantt::-webkit-scrollbar{height:7px}.production-gantt::-webkit-scrollbar-track{background:transparent}.production-gantt::-webkit-scrollbar-thumb{border-radius:999px;background:#7c8ca04d}.production-gantt__scale,.production-gantt__row{display:grid;grid-template-columns:32px minmax(180px,240px) max-content;align-items:center;gap:12px;width:max-content;min-width:100%}.production-gantt__group{display:grid;gap:6px;width:max-content;min-width:100%}.production-gantt__scale>span:first-child,.production-gantt__row>.production-gantt__index{position:sticky;left:0;z-index:8;align-self:stretch}.production-gantt__scale>span:nth-child(2),.production-gantt__row>.production-gantt__title{position:sticky;left:42px;z-index:8;align-self:stretch}.production-gantt__scale>span:first-child,.production-gantt__scale>span:nth-child(2){background:var(--mp-color-surface-base)}.production-gantt__scale>span:first-child{box-shadow:-12px 0 0 var(--mp-color-surface-base),12px 0 0 var(--mp-color-surface-base)}.production-gantt__scale>span:nth-child(2){box-shadow:-12px 0 0 var(--mp-color-surface-base),18px 0 0 var(--mp-color-surface-base)}.production-gantt__row>.production-gantt__index,.production-gantt__row>.production-gantt__title{background:var(--mp-color-surface-card)}.production-gantt__row>.production-gantt__index{box-shadow:-12px 0 0 var(--mp-color-surface-card),12px 0 0 var(--mp-color-surface-card)}.production-gantt__row>.production-gantt__title{box-shadow:-12px 0 0 var(--mp-color-surface-card),18px 0 0 var(--mp-color-surface-card)}.production-gantt__row.is-complete>.production-gantt__index,.production-gantt__row.is-complete>.production-gantt__title{background:#0c1d13}.production-gantt__row.is-complete>.production-gantt__index{box-shadow:-12px 0 #0c1d13,12px 0 #0c1d13}.production-gantt__row.is-complete>.production-gantt__title{box-shadow:-12px 0 #0c1d13,18px 0 #0c1d13}.production-gantt__scale{color:var(--mp-color-text-secondary);font-size:12px;font-weight:800}.production-gantt__ticks{position:relative;grid-column:3;height:28px;min-width:560px;border-bottom:1px solid var(--mp-color-border-subtle)}.production-gantt__ticks span{position:absolute;top:0;transform:translate(-50%);white-space:nowrap}.production-gantt__ticks .production-gantt__today-marker{z-index:4;top:21px;border:1px solid transparent;border-radius:999px;background:linear-gradient(var(--mp-color-surface-card),var(--mp-color-surface-card)) padding-box,linear-gradient(135deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green)) border-box;color:var(--mp-color-text-primary);font-size:10px;font-weight:900;line-height:1;padding:3px 6px}.production-gantt__ticks .production-gantt__today-marker:after{display:none}.production-gantt__ticks span:after{position:absolute;top:18px;left:50%;width:1px;height:10px;background:#7c8ca038;content:""}.production-gantt__row{position:relative;display:grid;isolation:isolate;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:10px}.production-gantt__row--task{min-height:42px;border-style:dashed;border-color:color-mix(in srgb,var(--mp-color-border-subtle) 62%,transparent);background:color-mix(in srgb,var(--mp-color-surface-card) 74%,var(--mp-color-surface-base));padding-block:7px}.production-gantt__row--task:before{position:absolute;inset:0 auto 0 0;width:3px;border-radius:8px 0 0 8px;background:color-mix(in srgb,var(--mp-color-blue) 70%,transparent);content:""}.production-gantt__row.is-complete{border-color:#59e36a75;background:#59e36a14}.production-gantt__row--task.is-complete{background:color-mix(in srgb,var(--mp-color-green) 8%,var(--mp-color-surface-card))}.production-gantt__row--task.is-complete:before{background:var(--mp-color-green)}.production-gantt__label-backdrop{position:sticky;left:0;z-index:7;grid-column:1 / 3;grid-row:1;align-self:stretch;margin:-10px -12px -10px -10px;border-radius:7px 0 0 7px;background:var(--mp-color-surface-card);pointer-events:none}.production-gantt__row.is-complete .production-gantt__label-backdrop{background:#0c1d13}.production-gantt__index{display:inline-grid;grid-column:1;grid-row:1;place-items:center;width:30px;height:30px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-text-secondary)}.production-gantt__row--task .production-gantt__index{width:24px;height:24px;border-color:transparent;background:color-mix(in srgb,var(--mp-color-surface-active) 84%,transparent);opacity:.78}.production-gantt__row.is-complete .production-gantt__index{border-color:#59e36a7a;background:#59e36a1f;color:var(--mp-color-green)}.production-gantt__row strong{overflow:hidden;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.production-gantt__title{display:grid;grid-column:2;grid-row:1;align-content:center;gap:4px;min-width:0;padding-right:8px}.production-gantt__row--task .production-gantt__title{padding-left:8px}.production-gantt__row--task .production-gantt__title strong{color:var(--mp-color-text-secondary);font-size:13px;font-weight:800}.production-gantt__expand{display:inline-grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:4px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.production-gantt__expand:disabled{cursor:default}.production-gantt__expand svg{color:var(--mp-color-text-tertiary)}.production-gantt__title small{overflow:hidden;color:var(--mp-color-text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.production-gantt__track{position:relative;z-index:1;grid-column:3;grid-row:1;height:28px;overflow:visible;border:1px solid var(--mp-color-border-subtle);border-radius:999px;min-width:560px;background:repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(124,140,160,.12) 79px,rgba(124,140,160,.12) 80px),var(--mp-color-surface-active)}.production-gantt__row--task .production-gantt__track{height:20px}.production-gantt__columns{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;pointer-events:none}.production-gantt__columns span{position:absolute;top:0;bottom:0;width:1px;background:#7c8ca029}.production-gantt__columns span.is-weekend{width:76px;transform:translate(-38px);background:#ffd33d14}.production-gantt__bar{position:absolute;top:5px;bottom:5px;border-radius:999px;background:#24b8ff3d;cursor:grab;touch-action:none}.production-gantt__today-line{position:absolute;top:-7px;bottom:-7px;z-index:3;width:2px;border-radius:999px;background:linear-gradient(180deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green));box-shadow:0 0 0 1px color-mix(in srgb,var(--mp-color-blue) 30%,transparent),0 0 18px color-mix(in srgb,var(--mp-color-purple) 24%,transparent);transform:translate(-1px);pointer-events:none}.production-gantt__today-line--continuous{top:40px;bottom:8px;z-index:6}.production-gantt__task-bar{position:absolute;top:5px;bottom:5px;z-index:2;min-width:8px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--mp-color-purple) 72%,var(--mp-color-blue)),var(--mp-color-blue))}.production-task-priority--high .production-gantt__task-bar{background:linear-gradient(90deg,var(--mp-color-red),var(--mp-color-orange))}.production-task-priority--low .production-gantt__task-bar{background:color-mix(in srgb,var(--mp-color-text-tertiary) 70%,var(--mp-color-blue))}.production-gantt__bar:active{cursor:grabbing}.production-gantt__bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mp-color-blue),var(--mp-color-green))}.production-gantt__handle{position:absolute;top:-2px;bottom:-2px;z-index:2;display:grid;place-items:center;width:8px;border:0;border-radius:999px;background:linear-gradient(180deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange),var(--mp-color-green));box-shadow:0 0 0 2px var(--mp-color-surface-base);cursor:ew-resize;opacity:0;transition:opacity .14s ease}.production-gantt__handle--start{left:-4px}.production-gantt__handle--end{right:-4px}.production-gantt__bar:hover .production-gantt__handle,.production-gantt__bar:focus-within .production-gantt__handle{opacity:1}.production-gantt__handle:hover,.production-gantt__handle:focus-visible{outline:none}.production-gantt__move{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--mp-color-text-primary);opacity:0;pointer-events:none;transition:opacity .14s ease}.production-gantt__bar:hover .production-gantt__move{opacity:.8}.production-gantt__row.is-complete .production-gantt__bar{background:#59e36a2e}.production-gantt__row.is-complete .production-gantt__bar>span{background:var(--mp-color-green)}.project-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.component-row{display:flex;flex-wrap:wrap;align-items:center;grid-column:3;justify-self:end;gap:12px}.token-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.swatch{display:grid;gap:10px}.swatch-color{height:52px;border:1px solid var(--mp-color-border-subtle);border-radius:8px}.muted{color:var(--mp-color-text-secondary)}@media(max-width:900px){.app-shell,.app-shell.is-collapsed{grid-template-columns:72px minmax(0,1fr)}.home-refresh-indicator,.app-shell.is-collapsed .home-refresh-indicator{left:calc(72px + (100vw - 72px)/2);max-width:calc(100vw - 104px)}.sidebar{padding:16px 12px}.brand span:not(.brand-mark),.nav-item span,.project-context strong,.project-context .mp-badge,.back-button{display:none}.project-thumb{height:48px}.project-hero{grid-template-columns:1fr}.nav-item.is-active:before{left:-12px}.kpi-grid,.two-columns,.three-columns,.toolbar,.project-page-toolbar,.clients-workspace,.clients-workspace.has-extra-sidebar,.settings-grid,.settings-workspace,.feed-toolbar,.client-list-item,.contact-list-item,.import-choice-grid,.client-form__grid{grid-template-columns:1fr}.feed-toolbar__controls{justify-content:stretch}.feed-toolbar__trailing{grid-column:auto;justify-content:stretch}.feed-toolbar__controls>*{width:100%}.clients-workspace{margin:0 -12px -12px}.settings-sidebar{min-height:auto;border-right:0;border-bottom:1px solid var(--mp-color-border-subtle);padding-right:0;padding-bottom:16px}.settings-quota-card{grid-template-columns:1fr}.project-table{min-width:0}.project-table-head{display:none}.project-table-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:0;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:12px}.project-table-row>span:nth-child(2),.project-table-row>span:nth-child(3),.project-table-row>span:nth-child(4){grid-column:1}.project-table-row .project-row-actions{grid-column:2;grid-row:1 / span 4;align-self:start;justify-content:flex-end}.settings-user-row{grid-template-columns:44px minmax(0,1fr)}.settings-user-row>.mp-badge,.settings-user-row>.mp-field{grid-column:2}.project-overview-header,.project-overview-grid,.project-overview-bottom,.milestone-row{grid-template-columns:1fr}.project-overview-header{align-items:stretch}.project-member-picker{grid-template-columns:1fr}.project-members-row{grid-template-columns:44px minmax(0,1fr) auto}.project-members-row>.mp-badge,.project-members-row>.muted{grid-column:2}}@media(max-width:1500px){.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1220px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.page{padding:0 20px 20px}.project-grid{grid-template-columns:1fr}.project-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));opacity:1;pointer-events:auto}.project-card-actions .mp-button{justify-content:center}}.channel-shell{--channel-shell-height: calc(100dvh - 84px) ;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.5rem;min-height:var(--channel-shell-height);height:var(--channel-shell-height)}.channel-shell__header,.channel-shell__header-meta,.channel-pinned-bar,.channel-composer__footer,.channel-error-inline,.channel-message__meta,.channel-message__actions{display:flex;align-items:center;gap:.75rem}.channel-shell__header,.channel-composer__footer,.channel-error-inline{justify-content:space-between}.channel-surface{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;height:100%;border:1px solid rgba(124,140,160,.18);border-radius:1.5rem;overflow:hidden;background:linear-gradient(180deg,#0a1018fa,#070c12f5),radial-gradient(circle at top right,rgba(36,184,255,.16),transparent 28%)}.channel-pinned-bar{min-height:2.75rem;padding:.75rem 1rem;border-bottom:1px solid rgba(124,140,160,.16);color:#ebeff5e6;background:#ffcc3314}.channel-scroll{overflow-y:auto;min-height:0;padding:.75rem 0 9.5rem;scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}.channel-scroll::-webkit-scrollbar,.channel-composer__input::-webkit-scrollbar,.channel-composer__formatbar::-webkit-scrollbar{width:6px;height:6px}.channel-scroll::-webkit-scrollbar-track,.channel-composer__input::-webkit-scrollbar-track,.channel-composer__formatbar::-webkit-scrollbar-track{background:transparent}.channel-scroll::-webkit-scrollbar-thumb,.channel-composer__input::-webkit-scrollbar-thumb,.channel-composer__formatbar::-webkit-scrollbar-thumb{border-radius:999px;background:#7c8ca047}.channel-scroll::-webkit-scrollbar-thumb:hover,.channel-composer__input::-webkit-scrollbar-thumb:hover,.channel-composer__formatbar::-webkit-scrollbar-thumb:hover{background:#7c8ca06b}.channel-feed,.channel-post-block,.channel-loading,.channel-loading__content,.channel-composer,.channel-composer__field{display:grid;gap:.875rem}.channel-shell--embedded,.channel-shell--embedded .channel-surface{min-height:0;height:100%}.channel-shell--embedded .channel-scroll{min-height:0;height:100%;overflow-y:auto;padding-bottom:8rem}.channel-shell--embedded .channel-feed,.channel-shell--embedded .channel-loading{display:flex;flex-direction:column;min-height:100%;padding-bottom:12rem}.channel-shell--embedded .channel-feed:before,.channel-shell--embedded .channel-loading:before{content:"";flex:1 0 auto}.channel-day__separator{position:sticky;top:0;z-index:1;display:flex;justify-content:center;padding:0 1rem}.channel-day__separator span{padding:.35rem .75rem;border:1px solid rgba(124,140,160,.18);border-radius:999px;background:#0b111aeb;color:#dbe3edc7;font-size:.78rem;text-transform:capitalize}.channel-message{display:grid;grid-template-columns:3rem minmax(0,1fr);gap:.75rem;padding:0 1rem;position:relative}.channel-message.is-grouped,.channel-message--reply.is-grouped{margin-top:-.5rem}.channel-message--reply .channel-message__content{min-width:0}.channel-message__avatar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.channel-message__content{display:grid;gap:.4rem;min-width:0}.channel-message__meta{color:#dbe3edb8;flex-wrap:wrap}.channel-message.is-self{grid-template-columns:minmax(0,1fr) 3rem}.channel-message.is-self>.channel-message__avatar{order:2}.channel-message.is-self>.channel-message__content{order:1;justify-items:end}.channel-message.is-self>.channel-message__content>.channel-message__meta,.channel-message.is-self>.channel-message__content>.channel-message__actions{justify-content:flex-end}.channel-message__action-toggle{display:grid;place-items:center;width:3rem;height:16px;border:0;border-radius:999px;background:transparent;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:900;line-height:1;opacity:0;transition:opacity .14s ease,background .14s ease,color .14s ease;pointer-events:none;text-align:center}.channel-message__action-toggle span{display:block;width:100%;background:var(--mp-gradient-accent);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.channel-message:hover .channel-message__action-toggle,.channel-message:focus-within .channel-message__action-toggle,.channel-message__action-toggle:hover,.channel-message__action-toggle[aria-expanded=true]{opacity:1;pointer-events:auto}.channel-message__action-toggle:hover,.channel-message__action-toggle[aria-expanded=true]{background:transparent}.channel-message.is-self>.channel-message__content>.channel-message__body{min-width:min(18rem,100%);max-width:min(100%,42rem);padding:.8rem .95rem;border-radius:1rem .35rem 1rem 1rem;background:#24b8ff21}.channel-message:not(.is-self) .channel-message__body{min-width:min(18rem,100%);max-width:min(100%,42rem)}.channel-message__meta strong{color:#f3f7fb}.channel-message__meta small{opacity:.84}.channel-message__body{display:grid;gap:.45rem;margin:0;color:#eff4faf0;line-height:1.55;white-space:pre-wrap;word-break:break-word}.channel-message__line{display:block}.channel-message__bullet{margin-right:.45rem;color:#72c8ffe6}.channel-link{color:#8ed6ff;font-weight:700;text-decoration:none}.channel-link:hover{text-decoration:underline}.channel-inline-code{padding:.08rem .28rem;border:1px solid rgba(124,140,160,.2);border-radius:5px;background:#ffffff0f;color:#f3f7fb;font-size:.92em}.channel-link-preview{display:grid;grid-template-columns:34px minmax(0,1fr);gap:.55rem;align-items:center;width:fit-content;max-width:min(100%,22rem);padding:.5rem .65rem;border:1px solid rgba(124,140,160,.2);border-radius:10px;background:#0b121bb8;color:var(--mp-color-text-primary);text-decoration:none}.channel-file-embed{display:inline-grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;width:fit-content;max-width:min(100%,360px);margin-top:6px;border:1px solid rgba(124,140,160,.2);border-radius:10px;background:#0b121bb8;padding:8px;color:var(--mp-color-text-primary);text-decoration:none}.channel-file-embed:hover{border-color:#24b8ff61;background:#24b8ff14}.channel-file-embed--deleted{border-style:dashed;color:var(--mp-color-text-secondary);cursor:default;opacity:.78}.channel-file-embed--deleted:hover{border-color:#7c8ca033;background:#0b121bb8}.channel-file-embed--deleted .channel-file-embed__icon{color:var(--mp-color-text-tertiary);background:#7c8ca01f}.channel-file-embed--media{grid-template-columns:minmax(140px,220px)}.channel-file-embed img,.channel-file-embed video{width:100%;max-height:180px;border-radius:7px;object-fit:cover}.channel-file-embed__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;color:var(--mp-color-blue);background:#24b8ff1f}.channel-file-embed__meta{display:grid;gap:3px;min-width:0}.channel-file-embed__meta strong,.channel-file-embed__meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-file-embed__meta small{color:var(--mp-color-text-secondary);font-size:12px}.channel-link-preview:hover{border-color:#24b8ff61;background:#24b8ff14}.channel-link-preview__thumb{display:block;width:34px;height:34px;overflow:hidden;border-radius:8px;background:#24b8ff1f}.channel-link-preview__fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,var(--mp-color-blue),var(--mp-color-purple),var(--mp-color-orange));color:#fff;font-size:.72rem;font-weight:900}.channel-link-preview strong,.channel-link-preview small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-link-preview small{color:var(--mp-color-text-secondary);font-size:.78rem}.channel-mention{color:#72c8ff;font-weight:600;white-space:nowrap}.channel-message__actions{position:static;opacity:0;max-height:0;overflow:hidden;pointer-events:none;transition:opacity .14s ease,max-height .16s ease,margin-top .16s ease;justify-content:flex-start;flex-wrap:nowrap;gap:.35rem;border-radius:999px;padding:0;margin-top:0;background:transparent;border:0}.channel-message__actions.is-open{opacity:1;max-height:36px;margin-top:.2rem;pointer-events:auto}.channel-message.is-self>.channel-message__content>.channel-message__actions{justify-content:flex-end}.channel-message__actions .icon-only-action{width:30px;min-width:30px;height:30px;padding:0}.channel-reactions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.channel-message.is-self>.channel-message__content>.channel-reactions{justify-content:flex-end}.channel-reaction{display:inline-flex;align-items:center;gap:.25rem;min-height:1.75rem;border:1px solid rgba(124,140,160,.2);border-radius:999px;background:#ffffff0b;color:var(--mp-color-text-secondary);padding:0 .55rem;cursor:pointer}.channel-reaction strong{color:inherit;font-size:.78rem}.channel-reaction:hover,.channel-reaction.is-active{border-color:#24b8ff6b;background:#24b8ff21;color:var(--mp-color-text-primary)}.channel-reaction-picker{display:grid;grid-template-columns:repeat(8,30px);gap:.25rem;width:fit-content;max-width:100%;margin-top:.35rem;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:.45rem}.channel-message.is-self>.channel-message__content>.channel-reaction-picker{justify-self:end}.channel-reaction-picker button{display:inline-grid;place-items:center;width:30px;height:30px;border:0;border-radius:6px;background:transparent;cursor:pointer;font-size:18px}.channel-reaction-picker button:hover{background:var(--mp-color-surface-hover)}.channel-replies-toggle{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:0;border:0;color:#9ad4ffeb;font-size:.85rem;font-weight:600;background:transparent}.channel-replies-panel{display:grid;gap:.75rem;justify-self:start;width:min(36rem,100%);max-width:100%;margin-top:.35rem;margin-left:1rem;padding:.9rem 1rem .35rem;border-left:3px solid transparent;border-image:linear-gradient(180deg,#ff9f2e,#24b8ff 45%,#ff3dce) 1;border-radius:.9rem;background:#111c289e}.channel-message.is-self>.channel-message__content>.channel-replies-panel{justify-self:end}.channel-replies-panel .channel-message{grid-template-columns:2.75rem minmax(0,1fr);justify-self:start;width:100%;max-width:100%;padding:0;align-items:start}.channel-replies-panel .channel-message.is-self{grid-template-columns:minmax(0,1fr) 2.75rem;justify-self:end}.channel-replies-panel .channel-message__avatar{align-self:start;justify-self:center;justify-content:flex-start}.channel-replies-panel .channel-message__content{justify-items:start;width:100%;max-width:100%;min-width:0}.channel-replies-panel .channel-message.is-self>.channel-message__content{justify-items:end}.channel-replies-panel .channel-message__body{min-width:min(14rem,100%);max-width:min(100%,32rem);width:fit-content}.channel-composer__input{resize:none;overflow-y:auto}.channel-composer-sticky{position:sticky;bottom:0;z-index:2;display:grid;gap:.75rem;padding:1rem;border-top:1px solid rgba(124,140,160,.16);background:linear-gradient(180deg,#070c12bf,#070c12fa 28%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);margin-top:auto}.channel-feed{padding-bottom:1.5rem}.channel-composer{position:relative;gap:.75rem}.channel-composer__row{display:grid;grid-template-columns:minmax(0,1fr);gap:.5rem;align-items:stretch;position:relative}.channel-composer__controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;align-items:center}.channel-composer__field{width:100%}.channel-composer__mention-layer{position:relative}.channel-composer__add{height:2.75rem;min-width:2.75rem;align-self:end;justify-content:center;padding-inline:0;flex-shrink:0}.channel-composer__file-input{display:none}.channel-composer__attachments{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.channel-composer-attachment{display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:8px;max-width:min(320px,100%);border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:6px}.channel-composer-attachment img,.channel-composer-attachment>svg{width:42px;height:42px;border-radius:6px;object-fit:cover}.channel-composer-attachment>svg{padding:10px;color:var(--mp-color-blue);background:#24b8ff1a}.channel-composer-attachment span{display:grid;gap:2px;min-width:0}.channel-composer-attachment strong,.channel-composer-attachment small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-composer-attachment strong{color:var(--mp-color-text-primary);font-size:12px}.channel-composer-attachment small{color:var(--mp-color-text-tertiary);font-size:11px}.channel-composer-attachment button{display:inline-grid;place-items:center;width:24px;height:24px;border:0;border-radius:999px;color:var(--mp-color-text-secondary);background:transparent;cursor:pointer}.channel-composer-attachment button:hover{color:var(--mp-color-text-primary);background:var(--mp-color-surface-hover)}.channel-composer__footer{min-height:2.5rem;align-items:flex-end}.channel-composer__input{min-height:3.25rem;max-height:calc(7.25em + 1.4rem);width:100%;scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}.channel-composer__formatbar{display:flex;align-items:center;gap:.25rem;padding:0;overflow-x:auto;scrollbar-color:rgba(124,140,160,.34) transparent;scrollbar-width:thin}.channel-composer__formatbar .icon-only-action{width:30px;min-width:30px;height:30px;color:var(--mp-color-text-secondary)}.channel-composer__send{min-width:2.75rem;width:2.75rem;height:2.75rem;padding-inline:0;justify-content:center;align-self:end;flex-shrink:0}.channel-quote{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;margin-bottom:.45rem;padding:.65rem .75rem;border-left:3px solid transparent;border-image:linear-gradient(180deg,#ff9f2e,#24b8ff 45%,#ff3dce) 1;border-radius:.85rem;background:#111c28e0}.channel-quote__copy{display:grid;gap:.2rem;min-width:0}.channel-quote__copy strong{color:#f3f7fb;font-size:.86rem}.channel-quote__copy span{color:#dbe3edb8;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-quote__dismiss{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border:0;border-radius:999px;color:#dbe3edd1;background:#ffffff0a}.channel-error-inline{padding:.75rem .9rem;border:1px solid rgba(255,122,122,.22);border-radius:1rem;color:#ffd4d4;background:#65191947}.channel-mentions{position:absolute;left:0;right:0;bottom:calc(100% + .5rem);max-height:16rem;overflow-y:auto;border:1px solid rgba(124,140,160,.18);border-radius:1rem;background:#080d14fa;box-shadow:0 18px 50px #00000052}.channel-mentions__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;padding:.75rem .9rem;border:0;color:inherit;text-align:left;background:transparent}.channel-mentions__item span{display:grid;gap:.15rem;min-width:0}.channel-mentions__item small,.channel-mentions__empty{color:#dbe3edad}.channel-mentions__item code{color:#6fc6ffeb}.channel-mentions__item.is-active,.channel-mentions__item:hover{background:#24b8ff1f}.channel-mentions__empty{padding:.85rem .9rem}.channel-loading{padding:0 1rem 1rem}.channel-loading__row{display:grid;grid-template-columns:3rem minmax(0,1fr);gap:.75rem}.channel-loading__avatar{width:2.5rem;height:2.5rem;border-radius:999px}.channel-loading__line{height:.85rem;border-radius:999px}.channel-loading__line--short{width:12rem}.channel-loading__line--medium{width:24rem}.channel-empty-card{min-height:18rem;display:grid;place-items:center}.channel-error-state{display:grid;gap:1rem;justify-items:center;padding:2rem 1rem}.channel-emoji-picker,.channel-gif-picker{position:relative;z-index:3;width:100%;margin-bottom:.55rem;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);box-shadow:inset 0 0 0 1px #7c8ca014}.profile-menu{position:absolute;z-index:140;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);box-shadow:0 18px 50px #00000052}.channel-emoji-picker{padding:10px}.channel-picker__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--mp-color-text-secondary);font-size:.82rem}.channel-picker__close{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px}.channel-emoji-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30px,1fr));gap:5px}.channel-emoji-picker button,.channel-gif-picker button,.profile-menu button{border:0;background:transparent;color:inherit;cursor:pointer}.channel-emoji-picker button{width:30px;height:30px;border-radius:6px;font-size:18px}.channel-emoji-picker .channel-picker__close,.channel-gif-picker .channel-picker__close{width:28px;height:28px;font-size:inherit}.channel-emoji-picker button:hover,.channel-gif-picker button:hover,.profile-menu button:hover{background:var(--mp-color-surface-hover)}.channel-gif-picker{display:grid;gap:10px;padding:10px}.channel-gif-picker__search{display:grid;grid-template-columns:1fr 34px;gap:6px}.channel-gif-picker input{min-width:0;border:1px solid var(--mp-color-border-subtle);border-radius:6px;padding:8px 10px;background:var(--mp-color-surface-base);color:inherit}.channel-gif-picker button{display:grid;place-items:center;border-radius:6px}.channel-gif-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;max-height:300px;overflow:auto}.channel-gif-picker__grid button{overflow:hidden;aspect-ratio:1.35;border:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-base)}.channel-gif-picker__grid img{width:100%;height:100%;object-fit:cover}.channel-gif-picker__status,.channel-gif-picker__error{grid-column:1 / -1;padding:10px;color:var(--mp-color-text-secondary)}.channel-gif-picker__error{margin:0;border:1px solid rgb(255 92 92 / 24%);border-radius:6px;color:var(--mp-color-red)}.channel-gif-embeds{display:grid;gap:.5rem;margin-top:.45rem}.channel-gif-embed{display:block;overflow:hidden;width:min(19rem,100%);border:1px solid rgba(124,140,160,.18);border-radius:.85rem;background:#080d1473}.channel-gif-embed img{display:block;width:100%;max-height:18rem;object-fit:contain}.channel-gif-embed iframe{display:block;width:100%;aspect-ratio:16 / 10;border:0}.channel-composer__send.is-toggle{box-shadow:0 0 0 2px #24b8ff47}.profile-topbar{position:relative}.profile-topbar__button{display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.profile-menu{top:calc(100% + 10px);right:0;display:grid;min-width:180px;padding:6px}.profile-menu button{display:flex;align-items:center;gap:8px;width:100%;border-radius:6px;padding:9px 10px;text-align:left}.project-danger-zone{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;margin-top:18px;padding-top:18px;border-top:1px solid var(--mp-color-border-subtle)}.project-danger-zone__confirm{display:grid;min-width:min(360px,100%);gap:10px}.my-timelogs-page{display:grid;gap:16px}.my-timelog-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.my-timelog-kpi{display:grid;gap:6px}.my-timelog-kpi span,.my-timelog-kpi small{color:var(--mp-color-text-secondary);font-size:13px}.my-timelog-kpi strong{color:var(--mp-color-text);font-size:26px;line-height:1}.my-timelog-board{display:grid;gap:16px}.my-timelog-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:12px}.my-timelog-toolbar .toolbar-search{max-width:none}.my-timelog-add-button{white-space:nowrap}.my-timelog-view-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--mp-color-border);border-radius:8px;background:#ffffff08}.my-timelog-view-toggle button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:0;border-radius:6px;color:var(--mp-color-text-secondary);background:transparent;cursor:pointer}.my-timelog-view-toggle button.is-active{color:var(--mp-color-text);background:#ffffff14}.my-timelog-list{display:grid;gap:8px}.my-timelog-row{display:grid;grid-template-columns:132px minmax(160px,.85fr) minmax(220px,1.25fr) minmax(140px,.75fr) 92px;align-items:center;gap:14px;padding:12px;border:1px solid var(--mp-color-border);border-radius:8px;background:#ffffff08}.my-timelog-row span{overflow:hidden;color:var(--mp-color-text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.my-timelog-row__entity{display:inline-flex;align-items:center;gap:8px;min-width:0}.my-timelog-row__entity strong,.my-timelog-row__entity span:not(.my-timelog-thumb){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-timelog-thumb{display:inline-grid;flex:0 0 auto;place-items:center;width:30px;height:30px;overflow:hidden;border:1px solid var(--mp-color-border);border-radius:6px;color:var(--mp-color-text-secondary);background:#ffffff0f;font-size:10px;font-weight:800}.my-timelog-thumb img{width:100%;height:100%;object-fit:cover}.my-timelog-row strong{overflow:hidden;color:var(--mp-color-text);text-overflow:ellipsis;white-space:nowrap}.my-timelog-row__duration{justify-self:end;font-size:18px;text-align:right}.my-timelog-calendar-shell{display:grid;gap:12px}.my-timelog-calendar-nav{display:grid;grid-template-columns:auto minmax(120px,150px) minmax(84px,105px) minmax(180px,1fr) auto auto;align-items:center;gap:6px}.my-timelog-calendar-nav button,.my-timelog-calendar-nav select{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:30px;padding:0 8px;border:1px solid var(--mp-color-border);border-radius:6px;color:var(--mp-color-text-secondary);background:#ffffff08;cursor:pointer}.my-timelog-calendar-nav select{width:100%;text-transform:capitalize}.my-timelog-calendar-nav button:hover,.my-timelog-calendar-nav select:hover{color:var(--mp-color-text);background:#ffffff14}.my-timelog-calendar-nav strong{justify-self:center;color:var(--mp-color-text);font-size:13px;font-weight:700}.my-timelog-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.my-timelog-day{position:relative;display:grid;grid-template-rows:auto auto 1fr;gap:8px;min-height:132px;padding:10px;border:1px solid var(--mp-color-border);border-radius:8px;background:#ffffff08}.my-timelog-day.is-today{border:2px solid transparent;border-color:transparent;background:linear-gradient(#111c28fa,#111c28fa) padding-box,linear-gradient(135deg,#ff4fd8,#23d5ff,#58df79,#ffd166) border-box!important;box-shadow:0 0 0 1px #ffffff14,0 0 22px #23d5ff24}.my-timelog-day.is-weekend:not(.is-today){background:#ffffff0e}.my-timelog-day.is-future{opacity:.48;background:#ffffff04}.my-timelog-day__head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px}.my-timelog-day__head span{color:var(--mp-color-text-secondary);font-size:12px;text-transform:capitalize}.my-timelog-day__head button{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--mp-color-border);border-radius:999px;color:var(--mp-color-text);background:#ffffff14;cursor:pointer;opacity:0;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease}.my-timelog-day:hover .my-timelog-day__head button,.my-timelog-day:focus-within .my-timelog-day__head button{opacity:1;transform:translateY(0)}.my-timelog-day>strong{color:var(--mp-color-text);font-size:20px}.my-timelog-day__entries{display:grid;align-content:start;gap:5px;min-width:0}.my-timelog-day__entries span{overflow:hidden;padding:4px 6px;border-radius:5px;color:var(--mp-color-text);background:#38bdf81f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.my-timelogs-page__hint{display:flex;align-items:center;gap:8px;margin-top:12px;color:var(--mp-color-text-secondary)}.files-page{display:grid;gap:16px;padding:12px}.files-page.has-file-sidebar{padding-right:min(480px,calc(100vw - 8px))}.files-tabs{width:100%;margin:0}.files-tab-groups{display:flex;flex-wrap:wrap;align-items:end;gap:14px}.files-tab-group{display:grid;gap:6px}.files-tab-group>span{color:var(--mp-color-text-tertiary);font-size:11px;font-weight:800;text-transform:uppercase}.files-tab-group--global{border-left:1px solid var(--mp-color-border-subtle);padding-left:14px}.files-tabs button{display:inline-flex;align-items:center;gap:8px}.files-quota{display:grid;grid-template-columns:minmax(180px,auto) minmax(180px,1fr) auto;align-items:center;gap:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:10px 12px}.files-quota span{display:grid;gap:2px}.files-quota strong{color:var(--mp-color-text-primary);font-size:13px}.files-quota small{color:var(--mp-color-text-secondary);font-size:12px}.files-quota__bar{height:8px;overflow:hidden;border-radius:999px;background:#ffffff14}.files-quota__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mp-color-blue),var(--mp-color-green))}.files-toolbar{display:grid;grid-template-columns:44px 44px minmax(280px,1fr) 180px auto auto;gap:8px;align-items:center}.file-view-button{width:44px;min-width:44px;height:44px;aspect-ratio:1 / 1}.files-list{display:grid;gap:10px;padding-left:44px}.files-load-more{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:10px 0 2px}.files-selection-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.files-selection-toolbar strong{flex:1 1 160px;min-width:0}.files-page.has-file-sidebar .files-selection-toolbar strong{flex-basis:100%}.files-page.has-file-sidebar .files-toolbar{grid-template-columns:44px 44px minmax(160px,1fr) minmax(94px,132px) auto}.files-page.has-file-sidebar .files-toolbar .mp-button{min-width:0}.file-selection-check{position:absolute;top:12px;left:12px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--mp-color-border-subtle);border-radius:6px;background:color-mix(in srgb,var(--mp-color-surface-card) 88%,transparent);opacity:0;transition:opacity .14s ease,border-color .14s ease,background .14s ease}.file-selection-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid var(--mp-color-border-strong);border-radius:4px;background:var(--mp-color-surface-base);cursor:pointer}.file-selection-check input:checked{border-color:#24b8ffd1;box-shadow:inset 0 0 0 3px var(--mp-color-surface-base);background:var(--mp-color-blue)}.file-row:hover .file-selection-check,.file-row:focus-within .file-selection-check,.file-card:hover .file-selection-check,.file-card:focus-within .file-selection-check,.file-selection-check:has(input:checked){opacity:1}.file-selection-check:has(input:checked){border-color:#24b8ffad;background:#24b8ff24}.file-selection-check--action{position:static;width:34px;height:34px;opacity:0;background:var(--mp-color-surface-base)}.file-row:hover .file-selection-check--action,.file-row:focus-within .file-selection-check--action,.file-selection-check--action:has(input:checked){opacity:1}.file-selection-check--action:hover,.file-selection-check--action:focus-within{border-color:#24b8ffad;background:#24b8ff1a}.file-selection-check--row{top:50%;left:-42px;transform:translateY(-50%)}.file-selection-check--row:hover,.file-selection-check--row:focus-within{border-color:#24b8ffad;background:#24b8ff1a}.files-list--folders{gap:8px}.file-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.file-breadcrumb__item{display:inline-flex;align-items:center;gap:8px;min-width:0;color:var(--mp-color-text-tertiary)}.file-breadcrumb button{display:inline-flex;align-items:center;gap:8px;min-height:36px;max-width:220px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-secondary);padding:0 10px;cursor:pointer}.file-breadcrumb button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-breadcrumb button:hover{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-hover);color:var(--mp-color-text-primary)}.file-breadcrumb button.is-active{border-color:#24b8ff73;background:#24b8ff1f;color:var(--mp-color-text-primary)}.file-breadcrumb .file-breadcrumb__add{width:36px;padding:0;justify-content:center;opacity:0;transition:opacity .14s ease}.file-breadcrumb:hover .file-breadcrumb__add,.file-breadcrumb:focus-within .file-breadcrumb__add{opacity:1}.file-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.file-upload-button input{display:none}.file-upload-button.is-disabled{cursor:wait;opacity:.62}.file-dropzone{display:grid;gap:10px;place-items:center;min-height:220px;border:1px dashed var(--mp-color-border-strong);border-radius:8px;color:var(--mp-color-text-secondary);background:#24b8ff0a;padding:16px;text-align:center}.file-dropzone--row{grid-template-columns:48px minmax(0,1fr);justify-items:start;min-height:74px;text-align:left}.file-dropzone.is-active{border-color:#24b8ffb8;background:#24b8ff1f;color:var(--mp-color-text-primary)}.file-row{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:stretch;gap:12px;padding:10px}.file-row.is-version-drop-target{border-color:#24b8ffb8}.file-row__drop-feedback{position:absolute;top:6px;right:6px;bottom:6px;left:6px;z-index:2;display:grid;place-items:center;border:1px dashed rgba(36,184,255,.86);border-radius:8px;color:var(--mp-color-blue);background:#0284c729;pointer-events:none}.file-row__icon{position:relative;display:grid;place-items:center;align-self:stretch;overflow:hidden;width:112px;min-height:112px;aspect-ratio:1 / 1;height:auto;flex:0 0 112px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-blue);background:#24b8ff14}.file-row__icon--image img,.file-row__icon--image video{width:100%;height:100%;object-fit:cover}.file-row__main{display:grid;gap:6px;min-width:0}.file-row__main-button{width:100%;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.file-row__title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.file-row__title .file-version-beans{flex:0 0 auto}.file-protected-marker{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 auto;border:1px solid rgba(248,113,113,.48);border-radius:999px;color:var(--mp-color-red);background:#f871711a}.file-row__title strong{min-width:0;overflow:hidden;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.file-row__badges{display:inline-flex;flex-wrap:wrap;gap:6px}.file-row__badges .mp-badge{display:inline-flex;align-items:center;gap:4px}.file-row__main p{overflow:hidden;margin:0;color:var(--mp-color-text-secondary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.file-row__meta,.file-tags{display:flex;flex-wrap:wrap;gap:8px;color:var(--mp-color-text-tertiary);font-size:12px}.file-tags span{display:inline-flex;align-items:center;gap:4px;min-height:24px;border:1px solid var(--mp-color-border-subtle);border-radius:999px;padding:0 8px}.file-version-empty{justify-self:end;color:var(--mp-color-text-tertiary);font-size:12px}.file-version-beans{position:relative;display:flex;justify-content:flex-end;gap:6px}.file-version-beans--compact{justify-content:flex-start}.file-version-beans button{display:inline-flex;align-items:center;gap:5px;min-height:28px;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:var(--mp-color-surface-base);padding:0 10px;color:var(--mp-color-text-secondary);font-size:12px;font-weight:800;cursor:pointer}.file-version-beans button.is-active,.file-version-beans button:hover:not(:disabled){border-color:#24b8ff80;background:#24b8ff1f;color:var(--mp-color-text-primary)}.file-version-beans button:disabled{cursor:default}.file-version-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:8;display:grid;gap:4px;min-width:96px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:6px;box-shadow:0 16px 40px #00000047}.file-version-beans--compact .file-version-menu{right:auto;left:0}.file-version-menu button{justify-content:space-between;width:100%;border-radius:6px}.file-version-menu svg,.file-version-beans>button svg{color:var(--mp-color-purple)}.file-row__actions{display:inline-flex;align-self:center;align-items:center;justify-content:flex-end;gap:6px}.files-page.has-file-sidebar .file-row{grid-template-columns:104px minmax(0,1fr) auto}.files-page.has-file-sidebar .file-row__icon{width:104px;min-height:104px;flex-basis:104px}.files-page.has-file-sidebar .file-row__meta{gap:6px}.files-page.has-file-sidebar .file-row__actions{flex-wrap:nowrap}.file-folder-row{border-color:#24b8ff2e}.file-folder-row.is-active,.file-folder-row.is-drop-target{border-color:#24b8ffa3;background:#24b8ff1a}.file-folder-row__icon{color:var(--mp-color-yellow);background:#f59e0b1f}.files-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.files-card-grid--folders{padding-bottom:4px}.file-card{position:relative;display:grid;gap:12px;min-height:220px}.file-card__version{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;gap:6px}.file-card.is-version-drop-target{border-color:#24b8ffb8}.file-card__drop-feedback{position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:2;display:grid;place-items:center;border:1px dashed rgba(36,184,255,.86);border-radius:8px;color:var(--mp-color-blue);background:#0284c72e;pointer-events:none}.file-card__thumb{position:relative;display:grid;place-items:center;overflow:hidden;width:100%;aspect-ratio:16 / 9;min-height:0;border:1px solid var(--mp-color-border-subtle);border-radius:8px;color:var(--mp-color-blue);background:linear-gradient(135deg,rgba(36,184,255,.12),transparent 42%),var(--mp-color-surface-base)}.file-card__thumb--image{background:var(--mp-color-surface-base)}.file-card__thumb--image img,.file-card__thumb--image video{width:100%;height:100%;object-fit:cover}.media-fade-in{opacity:0;transition:opacity .18s ease}.media-fade-in.is-loaded{opacity:1}@media(prefers-reduced-motion:reduce){.media-fade-in{transition:none}}.file-video-preview{position:relative;display:block;width:100%;height:100%}.file-video-preview video{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.file-video-preview--scrub{cursor:pointer;touch-action:none}.file-video-preview--scrub.is-scrubbing{cursor:ew-resize}.file-video-preview__scrub-bar{position:absolute;right:12px;bottom:12px;left:12px;z-index:2;height:6px;overflow:hidden;border-radius:999px;background:#0f172a94;box-shadow:0 0 0 1px #ffffff2e;pointer-events:none}.file-video-preview__scrub-bar span{display:block;height:100%;border-radius:inherit;background:var(--mp-color-blue)}.file-audio-preview{position:relative;display:block;width:100%;height:100%;overflow:hidden;cursor:pointer;touch-action:none}.file-audio-preview.is-scrubbing{cursor:ew-resize}.file-audio-preview img,.file-audio-preview__placeholder{display:block;width:100%;height:100%;object-fit:cover}.file-audio-preview img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.file-audio-preview__placeholder{background:linear-gradient(135deg,color-mix(in srgb,var(--mp-color-blue),transparent 76%),var(--mp-color-surface-active))}.file-audio-preview audio{display:none}.file-audio-preview__scrub-bar{position:absolute;right:12px;bottom:12px;left:12px;z-index:2;height:6px;overflow:hidden;border-radius:999px;background:#0f172a94;box-shadow:0 0 0 1px #ffffff2e;pointer-events:none}.file-audio-preview__scrub-bar span{display:block;height:100%;border-radius:inherit;background:var(--mp-color-blue)}.file-audio-preview__playhead{position:absolute;top:0;bottom:0;z-index:3;width:2px;background:#fff;box-shadow:0 0 8px #fffc;pointer-events:none;transform:translate(-1px)}.file-processing-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--mp-color-text-tertiary)}.file-processing-icon--completed{color:var(--mp-color-green)}.file-processing-icon--queued,.file-processing-icon--running{color:var(--mp-color-blue)}.file-processing-icon--queued svg,.file-processing-icon--running svg{animation:file-processing-breathe 1.35s ease-in-out infinite}.file-processing-icon--failed{color:var(--mp-color-danger)}.file-upload-status-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--mp-color-text-tertiary)}.file-upload-status-icon--uploaded{color:var(--mp-color-green)}.file-upload-status-icon--uploading{color:var(--mp-color-blue)}.file-upload-status-icon--uploading svg{animation:mp-spin .9s linear infinite}.file-upload-status-icon--failed{color:var(--mp-color-danger)}.file-card__body{display:grid;gap:7px;min-width:0}.file-card__title{display:flex;align-items:center;gap:12px;min-width:0}.file-card__body strong,.file-card__body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card__title strong{min-width:0}.file-card__body span{color:var(--mp-color-text-secondary);font-size:13px}.file-card__actions{display:inline-flex;gap:6px;justify-self:start}.file-selection-check--card{position:absolute;right:10px;bottom:10px;z-index:3}.file-folder-card{border-color:#24b8ff2e}.file-folder-card.is-active,.file-folder-card.is-drop-target{border-color:#24b8ffa3;background:#24b8ff1a}.file-folder-card__thumb{color:var(--mp-color-yellow);background:linear-gradient(135deg,rgba(245,158,11,.16),transparent 42%),var(--mp-color-surface-base)}.file-folder-actions{opacity:0;transition:opacity .14s ease}.file-folder-card:hover .file-folder-actions,.file-folder-card:focus-within .file-folder-actions,.file-folder-row:hover .file-folder-actions,.file-folder-row:focus-within .file-folder-actions{opacity:1}.file-folder-properties{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0}.file-folder-properties div{display:grid;gap:7px;min-width:0;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:10px}.file-folder-properties dt{color:var(--mp-color-text-tertiary);font-size:12px}.file-folder-properties dd{overflow:hidden;margin:0;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.file-folder-protection{display:grid;gap:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);padding:12px}.file-folder-protection__switch{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.file-folder-protection__switch>span:first-child{display:grid;gap:3px}.file-folder-protection__switch small,.file-folder-member small{color:var(--mp-color-text-tertiary);font-size:12px}.file-folder-protection__switch input{position:absolute;right:0;opacity:0;pointer-events:none}.switch-control{position:relative;flex:0 0 auto;width:46px;height:26px;border:1px solid var(--mp-color-border-strong);border-radius:999px;background:var(--mp-color-surface-hover);transition:border-color .14s ease,background .14s ease}.switch-control:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:var(--mp-color-text-secondary);transition:transform .14s ease,background .14s ease}.switch-input:checked+.switch-control{border-color:#24b8ffb8;background:#24b8ff38}.switch-input:checked+.switch-control:after{transform:translate(20px);background:var(--mp-color-blue)}.file-folder-access{display:grid;gap:10px}.file-folder-access-list{display:grid;gap:6px;max-height:260px;overflow:auto}.file-folder-member{display:grid;grid-template-columns:18px 34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;padding:8px;cursor:pointer}.file-folder-member input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid var(--mp-color-border-strong);border-radius:4px;background:var(--mp-color-surface-base)}.file-folder-member input:checked{border-color:#24b8ffd1;background:linear-gradient(135deg,transparent 0 38%,white 38% 50%,transparent 50%),linear-gradient(45deg,transparent 0 45%,white 45% 57%,transparent 57%),var(--mp-color-blue)}.file-folder-member:hover,.file-folder-member.is-selected{border-color:var(--mp-color-border-subtle);background:var(--mp-color-surface-hover)}.file-folder-member>span{display:grid;gap:2px;min-width:0}.file-folder-member strong,.file-folder-member small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-actions--split{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto}.project-shares-panel{display:grid;gap:16px}.project-shares-toolbar{grid-template-columns:minmax(220px,1fr) 160px auto;align-items:center}.files-page.has-file-sidebar .project-shares-toolbar{grid-template-columns:minmax(160px,1fr) minmax(112px,132px) auto}.files-page.has-file-sidebar .project-shares-toolbar .toolbar-search,.files-page.has-file-sidebar .project-shares-toolbar .mp-select{grid-column:auto}.project-shares-toolbar__new{width:auto;min-width:118px;justify-self:end;white-space:nowrap}.share-created-box,.share-row,.public-share-file{display:flex;align-items:center;gap:16px}.share-created-box{justify-content:space-between;padding:14px 16px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card)}.share-created-box span,.share-row__main{min-width:0}.share-created-box small,.share-row small{display:block;color:var(--mp-color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-row p{display:flex;align-items:center;gap:7px;min-width:0;margin:0;color:var(--mp-color-text-muted);overflow:hidden;white-space:nowrap}.share-row p>span{overflow:hidden;text-overflow:ellipsis}.share-row small{margin-top:3px;font-size:12px}.share-list{display:grid;gap:12px}.share-row{display:grid;grid-template-columns:minmax(360px,1.4fr) minmax(220px,.8fr) 96px;justify-content:initial;cursor:pointer}.share-row.is-revoked{opacity:.68}.share-row__main{display:flex;align-items:center;gap:12px;min-width:0}.share-row__preview{position:relative;display:inline-flex;align-items:center;justify-content:center;width:112px;height:112px;flex:0 0 112px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-blue) 10%,transparent);color:var(--mp-color-blue)}.share-row__preview img{width:100%;height:100%;object-fit:cover}.share-row__main strong{display:inline-flex;align-items:center;gap:6px;max-width:100%}.share-row__main small{display:inline-flex;align-items:center;gap:7px;max-width:100%}.share-row__main small .file-processing-icon{flex:0 0 auto}.share-row__meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--mp-color-text-muted);font-size:.88rem}.share-row__actions{display:flex;align-items:center;justify-content:flex-end;min-width:88px}.file-detail-sidebar.share-side-panel{z-index:36;grid-template-rows:auto minmax(0,1fr)}.file-detail-sidebar.share-side-panel.has-toolbar{grid-template-rows:auto auto minmax(0,1fr)}.share-detail{position:relative;display:grid;grid-template-rows:max-content minmax(0,1fr) max-content;gap:12px;height:100%;min-height:0;overflow:hidden}.share-side-panel.is-new .share-detail{grid-template-rows:minmax(0,1fr) auto}.share-side-panel.is-new .share-detail:has(.share-detail__files[open]){grid-template-rows:minmax(0,1fr) minmax(50%,50%)}.share-side-panel.is-new .share-detail__section--info{min-height:0;overflow:auto;overscroll-behavior:contain}.share-side-panel__head-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.share-side-panel__publish{min-height:34px;padding:0 12px;white-space:nowrap}.share-side-panel__title-copy{display:grid;min-width:0;gap:3px}.share-side-panel__title-copy small{display:inline-flex;align-items:center;gap:5px;min-width:0;overflow:hidden;color:var(--mp-color-text-muted);font-size:12px;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.share-side-panel__toolbar{justify-content:flex-start;padding:10px 16px 4px}.share-side-panel__status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--mp-color-text-muted)}.share-side-panel__status span{display:inline-flex;align-items:center;gap:6px;min-height:26px;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:color-mix(in srgb,var(--mp-color-surface-base) 72%,transparent);padding:3px 9px;font-size:12px}.share-detail__summary{align-content:start;gap:14px;padding-top:2px}.share-detail__summary dl{grid-template-columns:1fr;gap:8px}.share-detail__summary dl div{border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-base) 72%,transparent);padding:9px 10px}.share-detail__form,.share-detail__form-grid{display:grid;gap:10px}.share-detail__form-grid.is-review{grid-template-columns:minmax(0,1fr)}.share-detail__form-main,.share-detail__review-column{display:grid;gap:10px;min-width:0}.share-detail__review-options{min-width:0;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-base) 56%,transparent)}.share-detail__section{min-width:0;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-base) 44%,transparent)}.share-detail__section--info{display:grid;align-content:start;border:0;background:transparent}.share-detail__section>summary,.share-detail__review-options summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:40px;color:var(--mp-color-text-primary);cursor:pointer;font-weight:800;list-style:none;padding:0 10px}.share-detail__review-options summary{min-height:34px;color:var(--mp-color-text-secondary);font-size:13px;font-weight:700}.share-detail__section>summary{grid-template-columns:minmax(0,1fr) auto;border-radius:8px}.share-detail__section>summary span,.share-detail__section>summary .share-detail__files-actions{display:inline-flex;align-items:center;min-width:0;gap:8px}.share-detail__section>summary .mp-badge{flex:0 0 auto}.share-detail__section--files>summary{border-bottom:1px solid var(--mp-color-border-subtle)}.share-detail__section--files:not([open])>summary{border-bottom:0}.share-detail__section>summary::-webkit-details-marker,.share-detail__review-options summary::-webkit-details-marker{display:none}.share-detail__section>summary>.share-detail__files-actions>svg,.share-detail__review-options summary svg:last-child{color:var(--mp-color-text-muted);transition:transform .16s ease}.share-detail__section[open]>summary>.share-detail__files-actions>svg,.share-detail__review-options[open] summary svg:last-child{transform:rotate(90deg)}.share-detail__section>summary .icon-only-action svg{transform:none}.share-detail__section .share-detail__summary{padding:10px}.share-detail__section--info .share-detail__summary{padding:0}.share-detail__review-options .share-detail__review-column{border-top:1px solid var(--mp-color-border-subtle);padding:10px}.share-detail__password{display:grid;gap:10px;border-top:1px solid var(--mp-color-border-subtle);padding-top:12px}.share-detail__password-inline{display:grid;align-content:end;gap:7px;min-width:0}.share-detail__password-inline small,.share-detail__password>small{color:var(--mp-color-text-muted)}.share-detail__password-inline div{display:flex;flex-wrap:wrap;gap:6px}.share-detail__password-inline .mp-button{min-height:34px;padding:0 11px;white-space:nowrap}.share-detail__password label{display:grid;gap:6px}.share-detail__password label>small{color:var(--mp-color-text-muted)}.share-detail__password label>span{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;gap:6px}.share-detail__password input{min-width:0;height:36px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary);padding:0 10px}.share-detail__password input[readonly]{color:var(--mp-color-text-muted)}.share-detail__password-note{margin:-2px 0 0;color:var(--mp-color-text-muted);font-size:12px;line-height:1.45}.share-detail__password-actions{display:flex;justify-content:flex-end;gap:8px}.share-detail__type-row{display:grid;grid-template-columns:minmax(0,1fr)}.share-detail__date-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.share-detail__form-grid.is-review .share-detail__date-fields{grid-column:auto}.share-review-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.share-review-options label{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-base) 76%,transparent);color:var(--mp-color-text-secondary);padding:9px 10px}.share-review-options label:has(input:checked){border-color:color-mix(in srgb,var(--mp-color-blue) 50%,var(--mp-color-border-subtle));background:color-mix(in srgb,var(--mp-color-blue) 10%,var(--mp-color-surface-base));color:var(--mp-color-text-primary)}.share-review-options input{width:16px;height:16px;margin:0;accent-color:var(--mp-color-blue)}.share-review-options span{min-width:0;overflow-wrap:anywhere;line-height:1.2}.share-detail__files{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.share-side-panel.is-new .share-detail__files{min-height:0;max-height:none}.share-side-panel.is-new .share-detail__files[open]{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr)}.share-detail__section--files .share-panel-files{height:100%;min-height:0;padding:10px}.share-side-panel__footer{z-index:2;display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;justify-self:end;padding:12px 0 0;border-top:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-card)}.share-side-panel__footer .mp-button{width:auto;min-width:104px;min-height:40px;padding:0 14px}.share-detail__files-actions{display:inline-flex;align-items:center;gap:8px;justify-self:end}.share-detail__section--files>summary .icon-only-action{width:34px;height:34px;min-width:34px}.share-detail__files-actions .mp-button{min-width:0;min-height:28px;padding:0 10px;font-size:12px}.share-panel-files{height:100%;min-height:0;overflow:auto;display:grid;align-content:start;gap:10px;padding-right:2px}.share-panel-files__empty{margin:0;color:var(--mp-color-text-muted);padding:12px 0}.share-panel-file{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);color:inherit;text-align:left}.share-panel-file-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.share-panel-file--link{cursor:pointer}.share-panel-file--link:hover,.share-panel-file--link:focus-visible{border-color:color-mix(in srgb,var(--mp-color-blue) 45%,var(--mp-color-border-subtle));background:color-mix(in srgb,var(--mp-color-blue) 8%,var(--mp-color-surface-card));outline:none}.share-panel-file span{display:grid;gap:2px;min-width:0}.share-panel-file strong,.share-panel-file small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-panel-file small{color:var(--mp-color-text-muted)}.share-panel-file__preview{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-blue) 10%,transparent);color:var(--mp-color-blue)}.share-panel-file__preview img{width:100%;height:100%;object-fit:cover}.share-panel-file__preview .file-processing-icon{position:absolute;right:3px;bottom:3px;background:var(--mp-color-surface-card)}.share-panel-file .file-processing-inline{margin-top:3px;font-size:12px}.share-type{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:8px;background:color-mix(in srgb,var(--mp-color-blue) 14%,transparent);color:var(--mp-color-blue)}.share-type--button{border:0;cursor:pointer;padding:0}.share-type--button:hover{outline:2px solid color-mix(in srgb,var(--mp-color-purple),transparent 68%)}.share-type--upload{background:color-mix(in srgb,var(--mp-color-green) 16%,transparent);color:var(--mp-color-green)}.share-type--review{background:color-mix(in srgb,var(--mp-color-purple) 16%,transparent);color:var(--mp-color-purple)}.share-row__review-link{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;min-height:22px;border:1px solid color-mix(in srgb,var(--mp-color-purple),var(--mp-color-border-subtle) 42%);border-radius:999px;background:color-mix(in srgb,var(--mp-color-purple) 14%,transparent);color:var(--mp-color-purple);padding:2px 8px;font-size:.75rem;font-weight:800}.share-row__review-link:hover{background:color-mix(in srgb,var(--mp-color-purple) 22%,transparent)}.share-create-form .share-file-picker{display:grid;gap:10px;max-height:304px;overflow:auto}.share-review-toggle,.share-file-choice{display:flex;align-items:center;gap:12px}.share-review-toggle{color:var(--mp-color-text);font-weight:650}.share-file-choice{padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card)}.share-file-choice.is-selected{border-color:var(--mp-color-blue);background:color-mix(in srgb,var(--mp-color-blue) 8%,var(--mp-color-surface-card))}.share-file-choice>span{display:grid;gap:3px;min-width:0;flex:1}.share-file-choice small{color:var(--mp-color-text-muted)}.public-share-page{min-height:100vh;display:grid;align-content:start;justify-items:center;gap:24px;padding:48px 16px;background:var(--mp-color-bg)}.public-share-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.public-share-card{width:min(760px,100%);display:grid;gap:16px;padding:20px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);box-shadow:0 18px 50px #0003}.public-share-password{width:min(420px,100%)}.public-share-password__title{display:inline-flex;align-items:center;gap:10px}.public-share-password__title h1{margin:0}.public-share-head{display:grid;gap:6px}.public-share-head h1{margin:0;font-size:1.55rem}.public-share-head p,.public-share-note{margin:0;color:var(--mp-color-text-muted)}.public-share-list{display:grid;gap:12px}.public-share-file{padding:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px}.public-share-file>div{display:grid;gap:3px;min-width:0;flex:1}.public-share-file small{color:var(--mp-color-text-muted)}.public-share-file__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:color-mix(in srgb,var(--mp-color-blue) 12%,transparent);color:var(--mp-color-blue)}.public-share-upload{display:grid;justify-items:center;gap:10px;border:1px dashed var(--mp-color-border-strong);border-radius:8px;padding:28px;text-align:center}.public-share-upload.is-uploading{border-color:var(--mp-color-blue)}.public-share-upload input{display:none}.public-share-upload p,.public-share-upload small{margin:0;color:var(--mp-color-text-muted)}.public-share-upload__actions{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:8px}.public-share-upload__queue{display:grid;gap:10px;width:100%;margin-top:8px}.public-share-upload__summary{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;color:var(--mp-color-text-muted);font-size:12px}.public-share-upload__bar,.public-share-upload__item-bar{overflow:hidden;height:6px;border-radius:999px;background:color-mix(in srgb,var(--mp-color-border-strong) 45%,transparent)}.public-share-upload__bar span,.public-share-upload__item-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mp-color-blue),var(--mp-color-green));transition:width .16s ease}.public-share-upload__list{display:grid;gap:6px;width:100%;margin-top:8px;text-align:left}.public-share-upload__item{display:grid;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:10px;overflow:hidden;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px 10px;background:var(--mp-color-surface-card)}.public-share-upload__item strong,.public-share-upload__item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-share-upload__item button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--mp-color-text-muted);cursor:pointer}.public-share-upload__item.is-uploaded{border-color:color-mix(in srgb,var(--mp-color-green) 45%,var(--mp-color-border-subtle))}.public-share-upload__item.is-failed{border-color:color-mix(in srgb,var(--mp-color-red) 45%,var(--mp-color-border-subtle))}.public-share-confirmation{display:grid;justify-items:center;gap:12px;text-align:center}.public-share-confirmation svg{color:var(--mp-color-green)}.public-share-confirmation p{margin:0;color:var(--mp-color-text-muted)}.file-detail__actions{display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.file-transfer{position:sticky;top:8px;z-index:12;display:grid;grid-template-columns:minmax(160px,1fr) minmax(180px,320px) 56px;align-items:center;gap:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-card);padding:10px 12px;box-shadow:0 18px 50px #0000003d}.file-transfer strong,.file-transfer span,.file-transfer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-transfer strong{display:block;color:var(--mp-color-text-primary);font-size:13px}.file-transfer span,.file-transfer small{color:var(--mp-color-text-secondary);font-size:12px}.file-transfer__bar{height:8px;overflow:hidden;border-radius:999px;background:#ffffff14}.file-transfer__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mp-color-blue),var(--mp-color-green));transition:width .14s ease}.file-transfer__bar span.is-indeterminate{width:38%;animation:file-transfer-indeterminate 1.1s ease-in-out infinite}.file-transfer__details{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:10px;color:var(--mp-color-text-tertiary);font-size:12px}.file-transfer__details span{min-width:0}@keyframes file-transfer-indeterminate{0%{transform:translate(-110%)}to{transform:translate(280%)}}.file-detail-sidebar{position:fixed;top:72px;right:0;bottom:0;z-index:30;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;width:min(460px,calc(100vw - 24px));border-left:1px solid var(--mp-color-border-subtle);background:var(--mp-color-surface-card);padding:16px;overflow:hidden;transform:translate3d(100%,0,0);transition:transform .18s ease;will-change:transform}.file-detail-sidebar.is-open{transform:translateZ(0)}.file-detail-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.file-detail-sidebar__title{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.file-detail-sidebar__title strong{overflow:hidden;color:var(--mp-color-text-primary);font-size:16px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.file-detail-sidebar__title svg{flex:0 0 auto}.file-detail-sidebar__title-input{min-width:0;width:100%;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--mp-color-text-primary);font:inherit;font-size:16px;font-weight:800;line-height:1.25;padding:5px 7px}.file-detail-sidebar__title-input:hover,.file-detail-sidebar__title-input:focus{border-color:var(--mp-color-border-subtle);background:var(--mp-color-surface-base);outline:none}.file-detail-sidebar__content{min-height:0;overflow:auto;padding-right:4px}.file-detail{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:12px;min-height:0}.file-detail__toolbar{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding-bottom:0}.file-detail-toggle.is-active.file-detail-toggle--reference{border-color:#24b8ff8a;color:var(--mp-color-blue);background:#24b8ff1f}.file-detail-toggle.is-active.file-detail-toggle--delivery{border-color:#59e36a8a;color:var(--mp-color-green);background:#59e36a1f}.file-detail-toggle--promote:hover,.file-detail-toggle--promote:focus-visible{border-color:#f59e0b80;color:var(--mp-color-yellow);background:#f59e0b1f}.file-detail__summary{display:grid;gap:10px}.file-detail__summary p{margin:0;color:var(--mp-color-text-secondary)}.file-detail__edit{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px}.file-folder-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px 10px}.file-folder-field span{display:grid;gap:3px;min-width:0}.file-folder-field small{color:var(--mp-color-text-tertiary);font-size:12px}.file-folder-field strong{overflow:hidden;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.file-folder-picker{display:grid;gap:6px;max-height:280px;overflow:auto}.file-folder-picker button{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;min-height:38px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-secondary);padding:0 10px;text-align:left;cursor:pointer}.file-folder-picker button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-folder-picker button:hover,.file-folder-picker button.is-selected{border-color:#24b8ff80;background:#24b8ff1f;color:var(--mp-color-text-primary)}.file-detail__summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.file-detail__summary dl div{display:grid;gap:4px;min-width:0}.file-detail__summary dt{color:var(--mp-color-text-tertiary);font-size:12px}.file-detail__summary dd{overflow:hidden;margin:0;color:var(--mp-color-text-primary);text-overflow:ellipsis;white-space:nowrap}.file-detail__linked-tasks{display:grid;gap:8px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:10px;background:#0b121b6b}.file-detail__linked-tasks h3{margin:0;font-size:14px}.file-linked-task-list{display:grid;gap:7px}.file-linked-task{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:7px 8px;background:var(--mp-color-surface-base)}.file-linked-task span,.file-linked-task strong,.file-linked-task small{min-width:0}.file-linked-task strong,.file-linked-task small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-linked-task small{color:var(--mp-color-text-tertiary)}.file-task-picker{display:grid;gap:8px;max-height:360px;overflow:auto}.file-task-picker button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px 10px;color:var(--mp-color-text-secondary);background:var(--mp-color-surface-base);text-align:left}.file-task-picker button:hover,.file-task-picker button.is-selected{border-color:#24b8ff80;color:var(--mp-color-text-primary);background:#24b8ff1f}.file-task-picker strong,.file-task-picker small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-task-picker small{color:var(--mp-color-text-tertiary)}.file-processing-error{margin:0;color:var(--mp-color-danger);font-size:12px;line-height:1.45}.file-processing-inline{display:inline-flex;align-items:center;gap:7px;color:var(--mp-color-text-secondary);font-size:12px}.file-processing-inline svg{color:var(--mp-color-blue);animation:file-processing-breathe 1.35s ease-in-out infinite}@keyframes file-processing-breathe{0%,to{opacity:.38}50%{opacity:1}}.file-detail__preview{display:grid;margin:0}.file-detail__preview img,.file-detail__preview video,.file-detail__preview-button,.file-detail__preview-media{width:100%;aspect-ratio:16 / 10;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);object-fit:contain}.file-detail__preview-button{display:block;overflow:hidden;padding:0;color:inherit;cursor:zoom-in}.file-detail__preview-button img{width:100%;height:100%;border:0;border-radius:0}.file-detail__preview-media{overflow:hidden}.file-detail__preview-media video{height:100%;border:0;border-radius:0;object-fit:contain}.file-detail__preview figcaption{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--mp-color-text-secondary);font-size:12px}.file-detail__preview figcaption span{color:var(--mp-color-text-primary);font-weight:600}.file-detail__versions{display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;overflow:hidden}.file-detail__versions h3{margin:0;font-size:16px}.file-detail__version{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:start;gap:10px;min-height:56px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px;cursor:pointer;overflow:hidden}.file-detail__version.is-current{border-color:#24b8ff5c;background:#24b8ff12}.file-detail__version.is-current:before{position:absolute;inset:0 auto 0 0;width:3px;content:"";background:linear-gradient(180deg,var(--mp-color-blue),var(--mp-color-green),var(--mp-color-purple))}.file-detail__version:hover{border-color:#24b8ff57;background:#24b8ff0d}.file-detail__version-number{display:inline-flex;align-items:center;gap:5px;min-height:32px;font-weight:800}.file-detail__version-number .mp-button{width:28px;height:28px}.file-detail__version-number svg{color:var(--mp-color-purple)}.file-detail__versions-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding-right:4px}.file-detail__version code,.file-detail__version time{overflow:hidden;color:var(--mp-color-text-secondary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.file-detail__version-meta{display:grid;gap:3px;min-width:0}.file-detail__version-meta small{overflow:hidden;color:var(--mp-color-text-tertiary);font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.file-detail__version .mp-button{min-width:0;white-space:nowrap}.file-detail__final-action{justify-self:end}.file-detail__version-actions{display:inline-flex;justify-content:flex-end;gap:4px}.file-detail__final-action.is-active{border-color:#a855f780;color:var(--mp-color-purple);background:#a855f71f}.file-detail__final-action:not(.is-active){color:var(--mp-color-text-tertiary)}.file-detail__final-action:not(.is-active) svg{color:var(--mp-color-text-tertiary)}.file-version-upload-input{display:none}.file-upload-modal-copy{gap:18px}.file-upload-modal-copy p,.file-upload-modal-copy small,.file-upload-modal-copy span{line-height:1.45}.file-upload-modal-copy .mp-field textarea{min-height:104px}.file-version-modal-head{display:grid;gap:7px;border-bottom:1px solid var(--mp-color-border-subtle);padding-bottom:14px}.file-version-modal-head strong{overflow-wrap:anywhere;color:var(--mp-color-text-primary);font-size:20px;line-height:1.25}.file-version-modal-head span{color:var(--mp-color-text-secondary);font-size:13px}.file-version-picker button{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:78px;border:1px dashed var(--mp-color-border-strong);border-radius:8px;background:#24b8ff0a;color:var(--mp-color-text-primary);padding:14px;text-align:left;cursor:pointer}.file-version-picker button:hover{border-color:#24b8ffb8;background:#24b8ff1a}.file-version-picker svg{color:var(--mp-color-blue)}.file-version-picker span{display:grid;gap:3px;min-width:0}.file-version-picker strong,.file-version-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-version-picker small{color:var(--mp-color-text-secondary);font-size:12px}.file-import-modal{gap:18px}.file-import-modal__head{background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 62%);border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:12px}.file-import-picker button{border-color:color-mix(in srgb,var(--mp-color-border-strong),var(--mp-color-text-secondary) 14%);background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 54%);cursor:default}.file-import-picker button:hover{border-color:color-mix(in srgb,var(--mp-color-border-strong),var(--mp-color-text-secondary) 20%);background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 48%)}.file-import-picker svg{color:var(--mp-color-text-secondary)}.file-import-modal__name{display:grid;gap:6px}.file-import-modal__name span{color:var(--mp-color-text-secondary);font-size:13px;font-weight:700}.file-import-modal__name input{width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary);font:inherit;padding:10px 12px}.file-import-modal__name input:focus{border-color:var(--mp-color-border-strong);outline:none}.file-import-modal__name small{justify-self:end;color:var(--mp-color-text-tertiary);font-size:12px}.file-import-modal__option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-muted),transparent 58%);padding:12px}.file-import-modal__option input{margin-top:3px}.file-import-modal__option span{display:grid;gap:3px;min-width:0}.file-import-modal__option strong{color:var(--mp-color-text-primary);line-height:1.35}.file-import-modal__option small{color:var(--mp-color-text-secondary)}.file-import-modal__list{display:grid;gap:8px;max-height:240px;overflow:auto;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface),black 4%);padding:10px}.file-import-modal__list span{display:grid;gap:3px;min-width:0;border-bottom:1px solid color-mix(in srgb,var(--mp-color-border-subtle),transparent 34%);padding-bottom:8px}.file-import-modal__list span:last-of-type{border-bottom:0;padding-bottom:0}.file-import-modal__list strong,.file-import-modal__list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-import-modal__list small,.file-import-modal__list em{color:var(--mp-color-text-secondary);font-size:12px}.file-duplicate-modal{gap:14px}.file-duplicate-modal p{margin:0;line-height:1.55}.file-duplicate-modal strong{color:var(--mp-color-text-primary)}.file-checks{display:flex;flex-wrap:wrap;gap:12px;color:var(--mp-color-text-secondary)}.file-checks label{display:inline-flex;align-items:center;gap:6px}.auth-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 22% 18%,rgba(36,184,255,.12),transparent 28%),radial-gradient(circle at 78% 74%,rgba(89,227,106,.1),transparent 30%),var(--mp-color-surface-base)}.auth-card{display:grid;gap:20px;width:min(430px,100%);border-color:#7c8ca03d;box-shadow:0 28px 80px #00000057}.auth-card--invite{width:min(480px,100%)}.landing-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:var(--mp-color-surface-base);color:var(--mp-color-text-primary)}.landing-hero{width:min(680px,100%);display:grid;gap:20px}.landing-hero__brand{display:inline-flex;align-items:center;gap:10px;font-size:15px}.landing-hero h1{margin:0;font-size:48px;line-height:1;letter-spacing:0}.landing-hero p{margin:0;max-width:520px;color:var(--mp-color-text-secondary);font-size:18px;line-height:1.55}.auth-card__brand{display:flex;align-items:center;justify-content:center;gap:12px;padding-bottom:2px}.auth-card__brand strong{color:var(--mp-color-text-primary);font-size:22px;line-height:1}.auth-card__error,.auth-card__notice{color:var(--mp-color-text-secondary)}.auth-card__button{width:100%}.auth-card__separator{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;color:var(--mp-color-text-tertiary);font-size:12px}.auth-card__separator:before,.auth-card__separator:after{height:1px;background:var(--mp-color-border-subtle);content:""}.auth-card__error{margin:0;color:var(--mp-color-red);font-size:13px}.auth-card__notice{margin:0;border:1px solid rgba(89,227,106,.34);border-radius:8px;background:#59e36a14;color:var(--mp-color-text-primary);font-size:13px;line-height:1.45;padding:10px 12px}.auth-password-field{display:grid;gap:8px;color:var(--mp-color-text-secondary);font-size:13px}.auth-password-field>div{display:grid;grid-template-columns:minmax(0,1fr) 42px;min-height:44px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-base);overflow:hidden}.auth-password-field input{width:100%;min-width:0;border:0;background:transparent;color:var(--mp-color-text-primary);padding:0 12px;outline:none}.auth-password-field button{display:grid;place-items:center;border:0;border-left:1px solid var(--mp-color-border-subtle);background:transparent;color:var(--mp-color-text-secondary);cursor:pointer}.auth-password-field button:hover{color:var(--mp-color-text-primary);background:var(--mp-color-surface-hover)}.password-strength{display:grid;gap:6px}.password-strength span{overflow:hidden;height:6px;border-radius:999px;background:#7c8ca038}.password-strength i{display:block;height:100%;border-radius:inherit;background:var(--mp-color-text-tertiary);transition:width .16s ease,background .16s ease}.password-strength small{color:var(--mp-color-text-secondary);font-size:12px}.password-strength--weak i{background:var(--mp-color-red)}.password-strength--medium i{background:var(--mp-color-orange)}.password-strength--strong i{background:var(--mp-color-green)}.settings-invite-form{display:grid;grid-template-columns:minmax(220px,1fr) 180px auto;align-items:end;gap:10px;margin:16px 0}.settings-invite-form--modal{grid-template-columns:1fr;margin:0}.settings-invite-link{margin:0 0 14px;color:var(--mp-color-text-secondary)}.settings-invite-link code{color:var(--mp-color-text-primary);overflow-wrap:anywhere}.settings-user-list--invitations{margin-bottom:18px}.settings-team-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 220px 44px max-content;align-items:center;gap:10px;margin:12px 0;overflow-x:auto;padding-bottom:2px}.settings-team-toolbar>*,.settings-team-search,.settings-team-toolbar .mp-field{min-width:0}.settings-team-toolbar .mp-select,.settings-team-toolbar select{width:100%}.settings-team-toolbar .icon-only-action{width:44px;min-width:44px;height:44px}.settings-team-invite{min-width:118px;white-space:nowrap}.settings-team-list{display:grid;border-top:1px solid var(--mp-color-border-subtle)}.settings-team-row{display:grid;grid-template-columns:minmax(240px,1fr) 100px 112px minmax(160px,210px) minmax(86px,118px) auto;align-items:center;gap:14px;min-height:72px;border-bottom:1px solid var(--mp-color-border-subtle);padding:10px 0}.settings-team-row__person{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;min-width:0}.settings-team-row__person span,.settings-team-row__role,.settings-team-row__tjm{display:grid;gap:3px;min-width:0}.settings-team-row__person strong,.settings-team-row__person small,.settings-team-row__role span,.settings-team-row__tjm span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-team-row__person small,.settings-team-row__role span,.settings-team-row__tjm span{color:var(--mp-color-text-secondary);font-size:12px}.settings-team-row__tjm .mp-field{min-width:0}.settings-team-row__tjm input{height:36px}.settings-team-row__tjm-control{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:6px}.settings-team-row__tjm-control .icon-only-action{width:36px;min-width:36px;height:36px}.settings-team-row__actions{display:inline-flex;justify-content:flex-end;gap:8px}.settings-account-security{display:grid;gap:14px;margin-top:10px;border-top:1px solid var(--mp-color-border-subtle);padding-top:18px}.settings-timelog-card{display:grid;gap:16px}.settings-working-hours{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.settings-workdays{display:grid;gap:8px}.settings-workdays>span{color:var(--mp-color-text-secondary);font-size:12px;font-weight:700}.settings-workdays>div{display:flex;flex-wrap:wrap;gap:8px}.settings-workdays label{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:8px 10px;color:var(--mp-color-text-secondary);font-size:13px;font-weight:700}.settings-profile-actions{display:flex;justify-content:flex-start}.settings-profile-actions .mp-button{width:auto}.settings-google-link-state{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settings-google-toggle{position:relative;display:inline-block;width:38px;height:22px;flex:0 0 auto;border:1px solid var(--mp-color-border-strong);border-radius:999px;background:#ff9f2e1f}.settings-google-toggle:after{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:999px;background:var(--mp-color-orange);content:"";transition:transform .16s ease,background .16s ease}.settings-google-toggle.is-linked{background:#59e36a1f}.settings-google-toggle.is-linked:after{background:var(--mp-color-green);transform:translate(16px)}@media(max-width:920px){.settings-team-toolbar,.settings-team-row{grid-template-columns:1fr}.settings-team-row__actions{justify-content:flex-start}.settings-working-hours,.my-timelog-kpis,.my-timelog-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}.my-timelog-row{grid-template-columns:1fr}.my-timelog-row__duration{justify-self:start}}@media(max-width:640px){.my-timelog-toolbar{align-items:stretch;grid-template-columns:1fr}.my-timelog-add-button,.my-timelog-view-toggle{width:100%}.my-timelog-view-toggle button{flex:1;justify-content:center}.my-timelog-calendar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.my-timelog-calendar-nav strong{grid-column:1 / -1}.my-timelog-toolbar .toolbar-search{max-width:none}.my-timelog-kpis,.my-timelog-calendar{grid-template-columns:1fr}}@media(max-width:960px){.channel-shell{min-height:auto}.channel-surface{min-height:34rem;height:calc(100vh - 11rem)}.channel-composer__footer,.channel-shell__header{align-items:flex-start;flex-direction:column}.channel-composer__row{grid-template-columns:minmax(0,1fr)}.channel-composer__controls{grid-template-columns:auto minmax(0,1fr) auto}.project-danger-zone{grid-template-columns:1fr}}.estimate-module{grid-template-columns:300px minmax(0,1fr) 300px;gap:14px;align-items:stretch;min-height:calc(100vh - 120px)}.estimate-list-pane,.estimate-editor-pane,.estimate-catalog{min-height:calc(100vh - 140px)}.estimate-list-pane,.estimate-editor-pane{display:grid;align-content:start;gap:12px}.estimate-list-actions,.estimate-toolbar,.estimate-option-title,.estimate-section-total,.estimate-category-head{display:flex;align-items:center;gap:8px}.estimate-list-actions{justify-content:flex-start}.estimate-list-item{grid-template-columns:minmax(0,1fr) auto 24px}.estimate-list-item span:nth-child(2){display:grid;justify-items:end;gap:2px;font-variant-numeric:tabular-nums}.estimate-final-flag{color:var(--mp-color-purple)}.estimate-toolbar{position:sticky;top:0;z-index:5;flex-wrap:wrap}.estimate-toolbar>.mp-field:first-child{flex:1 1 220px}.estimate-summary-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface);color:inherit;padding:12px 14px;cursor:pointer}.estimate-category-head{justify-content:space-between;border-bottom:1px solid var(--mp-color-border-subtle);padding-bottom:6px}.estimate-line{grid-template-columns:minmax(160px,1.2fr) 90px 90px 110px 96px minmax(110px,auto) 40px}.estimate-line .estimate-line-comment{grid-column:1 / -1}.estimate-section-total{justify-content:flex-end;border-top:1px solid var(--mp-color-border-subtle);padding-top:10px;font-variant-numeric:tabular-nums}.estimate-option-title .mp-field{flex:1 1 auto}.estimate-catalog{top:0;align-self:start;max-height:calc(100vh - 120px)}.estimate-catalog-search{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;background:var(--mp-color-surface);padding-bottom:10px}.estimate-ratecard-checkbox{display:inline-flex;align-items:center;gap:6px;color:var(--mp-color-text-secondary);font-size:13px;white-space:nowrap}@media(max-width:1280px){.estimate-module{grid-template-columns:260px minmax(0,1fr)}.estimate-catalog{position:static;grid-column:1 / -1;max-height:none;min-height:0}}@media(max-width:900px){.estimate-module,.estimate-workspace{grid-template-columns:1fr}.estimate-line{grid-template-columns:repeat(2,minmax(0,1fr))}}.estimate-list-item{align-items:end}.estimate-card-actions{grid-column:2 / 4;grid-row:2;align-self:end;justify-self:end}.estimate-list-options{grid-column:1;grid-row:2;align-self:end}.estimate-description-toggle svg:not(.is-open),.estimate-option-title svg:not(.is-open){transform:rotate(-90deg)}.estimate-export-menu__list button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:10px 12px;text-align:left}.estimate-export-menu__list button:hover{background:var(--mp-color-surface-hover)}.estimate-section.is-drag-over{border-color:#37d399;background:linear-gradient(var(--mp-color-surface),var(--mp-color-surface)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f7c948,#ff6b8a) border-box;border-width:2px;box-shadow:0 0 0 4px #4da3ff24,0 18px 36px #0003}.estimate-section.is-drag-over:before{border-color:#37d399;color:#37d399}.estimate-section .estimate-section-total{display:grid!important;grid-template-columns:minmax(220px,360px)!important;justify-content:end;justify-items:stretch;align-items:stretch;gap:8px;width:100%;margin-left:auto;border-top:1px solid var(--mp-color-border-subtle);padding-top:14px}.estimate-section .estimate-section-total>span,.estimate-section .estimate-section-total>strong,.estimate-section .estimate-section-total>label{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;justify-items:end;gap:8px;width:100%;text-align:right}.estimate-section .estimate-section-total>strong{font-size:18px}.estimate-section .estimate-section-total input{width:72px}.estimate-section .estimate-section-total small{grid-column:2 / -1}.estimate-module{height:calc(100vh - 120px);min-height:620px;overflow:hidden}.estimate-list-pane,.estimate-catalog{min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain}.estimate-editor-pane{min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.estimate-toolbar{position:sticky;top:0;z-index:12}.estimate-list-item{grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;align-items:end;gap:8px 10px;min-height:110px;padding:14px}.estimate-list-item>span:first-child{display:grid;gap:3px;align-self:start}.estimate-list-amount{grid-column:2 / 4;grid-row:1;align-self:end;justify-self:end}.estimate-list-options{grid-column:1;grid-row:2}.estimate-card-actions{grid-column:2 / 4;grid-row:2;display:flex;justify-content:flex-end;align-items:center;gap:6px}.estimate-final-flag{grid-column:3;grid-row:1;align-self:start;justify-self:end}.estimate-main-head{display:grid;gap:10px}.estimate-main-head .section-title{margin:0}.estimate-main-description{width:100%}.estimate-description-toggle{justify-content:space-between;width:100%}.estimate-summary-toggle svg,.estimate-description-toggle svg,.estimate-line-info-toggle svg,.estimate-option-title svg{transform:none!important}.estimate-line-info-toggle{gap:4px}.estimate-line.is-percentage{grid-template-columns:minmax(180px,1.3fr) 180px 140px 110px minmax(110px,auto) 40px}.estimate-line.is-percentage .estimate-line-proportion{grid-column:auto}.estimate-line.is-percentage .estimate-line-comment,.estimate-line.is-percentage .estimate-line-info-toggle{grid-column:1 / -1}.estimate-section.is-drag-over{position:relative;border-color:transparent!important;background:#37d3990d;box-shadow:0 0 0 4px #4da3ff29,0 18px 36px #0003}.estimate-section.is-drag-over:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;border:2px solid transparent;border-radius:10px;background:linear-gradient(135deg,#37d399,#4da3ff,#f7c948,#ff6b8a) border-box;content:"";-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask-composite:exclude}.estimate-section.is-drag-over:before{position:relative;z-index:1;border-color:#4da3ff;color:#37d399}.estimate-section .estimate-section-total{grid-template-columns:minmax(280px,420px)!important;gap:12px;padding-top:18px;margin-top:12px}.estimate-section .estimate-section-total>span,.estimate-section .estimate-section-total>strong,.estimate-section .estimate-section-total>label{grid-template-columns:minmax(0,1fr) auto auto;gap:12px;min-height:34px}.estimate-section .estimate-section-total>strong{border-top:1px solid var(--mp-color-border-subtle);padding-top:10px;margin-top:2px}.estimate-section .estimate-section-total input{min-height:34px}.estimate-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.estimate-section-title-row .estimate-description-toggle{width:auto;color:var(--mp-color-text-secondary)}.estimate-category-head span{font-weight:700}.estimate-line-amount{display:grid;justify-items:end;align-self:center;gap:2px;font-variant-numeric:tabular-nums}.estimate-line-amount strong{font-weight:600}.estimate-line-amount small,.estimate-section .estimate-section-total small{color:var(--mp-color-text-secondary);font-size:12px;line-height:1;text-decoration:line-through}.estimate-section .estimate-section-total>span{row-gap:2px}.estimate-section .estimate-section-total small{margin-top:-8px}.estimate-delete-action{color:var(--mp-color-text-secondary);opacity:0;transition:color .16s ease,opacity .16s ease,background .16s ease}.estimate-list-item:hover .estimate-delete-action,.estimate-list-item:focus-within .estimate-delete-action,.estimate-option:hover .estimate-delete-action,.estimate-option:focus-within .estimate-delete-action,.estimate-line:hover .estimate-delete-action,.estimate-line:focus-within .estimate-delete-action{opacity:1}.estimate-delete-action:hover,.estimate-delete-action:focus-visible{color:var(--mp-color-red);background:#ff57571f}.estimate-main-head{grid-template-columns:minmax(0,1fr)}.estimate-main-description,.estimate-main-description textarea{width:100%}.estimate-line-amount{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;gap:4px;min-width:110px;text-align:center}.estimate-line-amount strong,.estimate-line-amount small{display:block;width:max-content;max-width:100%;line-height:1.1}.estimate-line-amount small{margin-top:0}.estimate-options-head{display:flex;align-items:center;justify-content:flex-start;gap:10px}.estimate-options-head h3{margin:0;line-height:1}.estimate-options-head .icon-only-action{flex:0 0 auto}.estimate-section .estimate-section-total>span:first-of-type{grid-template-columns:minmax(0,1fr) auto;row-gap:4px}.estimate-section .estimate-section-total>span:first-of-type>strong,.estimate-section .estimate-section-total>span:first-of-type>small{grid-column:2;justify-self:center;width:max-content;line-height:1.1}.estimate-section .estimate-section-total>span:first-of-type>small{margin-top:0}.estimate-list-item{grid-template-rows:auto auto auto;min-height:136px}.estimate-list-meta{grid-column:1 / -1;color:var(--mp-color-text-secondary);font-size:12px;line-height:1.2}.estimate-list-meta--updated{margin-top:-4px}.estimate-list-options,.estimate-card-actions{grid-row:3}.estimate-export-menu__list{z-index:80;background:var(--mp-color-surface)!important;opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none}.estimate-section .estimate-section-total{grid-template-columns:minmax(320px,420px)!important}.estimate-section .estimate-section-total>label,.estimate-section .estimate-section-total>span,.estimate-section .estimate-section-total>strong{grid-template-columns:minmax(0,1fr) 92px 16px!important;column-gap:8px}.estimate-section .estimate-section-total>label input{grid-column:2;justify-self:end}.estimate-section .estimate-section-total>label:after{content:"%";grid-column:3;justify-self:start}.estimate-section .estimate-section-total>label{font-size:0}.estimate-section .estimate-section-total>label span,.estimate-section .estimate-section-total>label input,.estimate-section .estimate-section-total>label:after{font-size:14px}.estimate-section .estimate-section-total>span>strong,.estimate-section .estimate-section-total>strong{grid-column:2 / 4;justify-self:end;text-align:right}.estimate-section .estimate-section-total>span:first-of-type>strong,.estimate-section .estimate-section-total>span:first-of-type>small{grid-column:2 / 4;justify-self:end}.estimate-section .estimate-section-total>span:first-of-type>small{text-align:right}.estimate-section .estimate-section-total{display:grid!important;grid-template-columns:minmax(300px,420px)!important;justify-content:end;gap:10px;width:100%}.estimate-total-row{display:grid;grid-template-columns:minmax(0,1fr) 148px;align-items:center;column-gap:16px;min-height:34px;text-align:right}.estimate-total-row>span:first-child{justify-self:end}.estimate-total-value{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;min-width:148px;font-variant-numeric:tabular-nums}.estimate-total-value input{width:72px;text-align:right}.estimate-total-value small{margin-top:0!important;line-height:1;text-align:right}.estimate-total-row--grand{border-top:1px solid var(--mp-color-border-subtle);margin-top:4px;padding-top:12px;font-size:18px}.estimate-section-title-row{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center}.estimate-section-title-row .section-title{grid-column:2;justify-self:center;text-align:center}.estimate-section-title-row .estimate-description-toggle{grid-column:3;justify-self:end}.estimate-total-row--discount{grid-template-columns:minmax(0,1fr) 148px}.estimate-total-row--discount .estimate-total-value{display:grid;grid-template-columns:72px 16px;align-items:center;justify-content:end;gap:8px;min-width:148px}.estimate-total-row--discount .estimate-total-value input{grid-column:1}.estimate-total-row--discount .estimate-total-value{white-space:nowrap}.estimate-category-form,.estimate-ratecard-form{display:grid;grid-template-columns:minmax(140px,1fr) minmax(160px,1fr) minmax(140px,1fr) auto;align-items:end;gap:10px}.estimate-ratecard-form{grid-template-columns:minmax(140px,1fr) minmax(180px,1fr) minmax(150px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr) auto auto}.estimate-category-list,.estimate-ratecard-list{display:grid;gap:8px;margin-top:14px}.estimate-category-row,.estimate-ratecard-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(140px,1fr) minmax(140px,1fr) auto;align-items:center;gap:10px;border-top:1px solid var(--mp-color-border-subtle);padding:10px 0}.estimate-ratecard-row{grid-template-columns:minmax(160px,1.2fr) minmax(150px,1fr) 90px minmax(120px,auto) 120px 40px}.estimate-ratecard-row strong,.estimate-ratecard-row span{min-width:0}.estimate-ratecard-checkbox{justify-content:center}@media(max-width:1100px){.estimate-category-form,.estimate-ratecard-form,.estimate-category-row,.estimate-ratecard-row{grid-template-columns:1fr}}.estimate-vat-toggle{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 10px;color:var(--mp-color-text-secondary);white-space:nowrap}.estimate-vat-toggle input,.estimate-ratecard-checkbox input{accent-color:var(--mp-color-accent)}.estimate-ratecard-form{grid-template-columns:minmax(130px,1fr) minmax(130px,1fr) minmax(150px,1fr) minmax(135px,.8fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(130px,auto) auto}.estimate-ratecard-row{grid-template-columns:minmax(140px,1.1fr) minmax(140px,1.1fr) minmax(130px,1fr) 90px minmax(115px,auto) 110px 40px}.estimate-toolbar--two-rows{display:grid!important;gap:10px;overflow:visible;position:sticky;top:0;z-index:45}.estimate-toolbar-row{display:grid;align-items:center;gap:10px}.estimate-toolbar-row--main{grid-template-columns:minmax(260px,1fr) 110px 44px auto}.estimate-toolbar-row--actions{grid-template-columns:92px auto 44px 44px auto auto auto}.estimate-save-state{color:var(--mp-color-text-secondary);white-space:nowrap}.estimate-copy-panel{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto auto;align-items:end;gap:10px}.estimate-export-menu{position:relative}.estimate-export-menu__list{position:absolute;right:0;top:calc(100% + 6px);min-width:130px;border:1px solid var(--mp-color-border);border-radius:8px;box-shadow:var(--mp-shadow-lg)}.estimate-line-group{display:grid;gap:10px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;padding:12px}.estimate-line-group.is-drag-over{background:linear-gradient(90deg,#38bdf81f,#22c55e1f,#f472b61f);border-color:var(--mp-color-accent)}.estimate-line-group-head{display:grid;grid-template-columns:minmax(0,1fr) 40px 40px 40px;align-items:center;gap:8px}.estimate-line-group--implicit .estimate-line-group-head{grid-template-columns:1fr}.estimate-add-group,.estimate-add-line{width:100%}.estimate-category{border-left:4px solid var(--estimate-category-color, #38bdf8);padding-left:10px}.estimate-category-head strong{color:var(--estimate-category-color, currentColor)}.estimate-line-purchase{display:inline-flex;align-items:center;gap:6px;color:var(--mp-color-text-secondary);white-space:nowrap}.estimate-settings-actions{display:inline-flex;align-items:center;gap:8px}.estimate-category-form{grid-template-columns:minmax(120px,.8fr) minmax(140px,1fr) minmax(140px,1fr) 96px auto}.estimate-category-row{grid-template-columns:minmax(120px,.8fr) minmax(140px,1fr) minmax(140px,1fr) 96px 40px}@media(max-width:1200px){.estimate-toolbar-row--main,.estimate-toolbar-row--actions,.estimate-copy-panel{grid-template-columns:1fr}}.estimate-toolbar-row--actions{grid-template-columns:92px auto 44px 44px auto auto}.estimate-list-copy{width:100%;margin-top:8px}.estimate-copy-panel--list{grid-template-columns:1fr;align-items:stretch;margin-top:10px;padding:10px}.estimate-line{grid-template-columns:minmax(180px,1fr) 112px 88px 88px 110px 108px 112px 40px}.estimate-line.is-percentage{grid-template-columns:minmax(180px,1fr) 112px 130px 110px 108px 112px 40px}.estimate-line-secondary-actions{grid-column:1 / -1;display:inline-flex;align-items:center;gap:16px}.estimate-line-secondary-actions .estimate-line-info-toggle{grid-column:auto}.estimate-line-secondary-actions .estimate-line-purchase{margin-left:0}.estimate-line-group-head .estimate-delete-action{opacity:0;color:var(--mp-color-danger)}.estimate-line-group:hover .estimate-line-group-head .estimate-delete-action,.estimate-line-group:focus-within .estimate-line-group-head .estimate-delete-action{opacity:1}.estimate-line-group-head .estimate-delete-action:hover,.estimate-line-group-head .estimate-delete-action:focus-visible{color:var(--mp-color-danger);border-color:color-mix(in srgb,var(--mp-color-danger),transparent 40%);background:color-mix(in srgb,var(--mp-color-danger),transparent 88%)}.estimate-add-group{width:44px;justify-self:end}.estimate-line-group--implicit{padding-top:8px}.estimate-ratecard-row{grid-template-columns:minmax(130px,1fr) minmax(130px,1fr) minmax(120px,.9fr) 88px 88px minmax(115px,auto) 105px 40px 40px}.estimate-ratecard-row.is-editing{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(130px,1fr) 96px 96px minmax(115px,auto) 105px 40px 40px}.estimate-ratecard-row .estimate-delete-action{color:var(--mp-color-danger)}.estimate-section-title-row{grid-template-columns:44px minmax(0,1fr) 32px!important}.estimate-section-title-row .estimate-add-group{grid-column:1;justify-self:start}.estimate-main-head{display:grid;grid-template-columns:1fr}.estimate-main-description,.estimate-line .estimate-line-comment{grid-column:1 / -1;width:100%}.estimate-line .estimate-line-comment textarea,.estimate-main-description textarea{width:100%}.estimate-option-title{grid-template-columns:44px minmax(0,1fr) 40px 40px!important}.estimate-option-title .estimate-add-group{justify-self:start}.estimate-line-group-head .icon-only-action:not(.estimate-delete-action){opacity:0}.estimate-line-group:hover .estimate-line-group-head .icon-only-action,.estimate-line-group:focus-within .estimate-line-group-head .icon-only-action{opacity:1}.estimate-line-group-head .estimate-delete-action{color:var(--mp-color-danger)!important}.estimate-vat-toggle{border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-muted)}.estimate-vat-toggle input{inline-size:16px;block-size:16px}.estimate-new-version-action{justify-self:end;color:#fff;border-color:transparent;background:linear-gradient(90deg,#f59e0b,#d946ef,#14b8a6);box-shadow:0 10px 28px #14b8a62e}.estimate-toolbar-row--actions{grid-template-columns:92px auto 44px 44px minmax(180px,1fr) auto}.estimate-ratecard-form,.estimate-ratecard-row,.estimate-ratecard-row.is-editing{grid-template-columns:minmax(128px,1fr) minmax(128px,1fr) minmax(136px,1fr) 120px 112px 120px 140px 44px 44px!important}.estimate-ratecard-add-button{grid-column:7 / 10;width:100%}.estimate-ratecard-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 10px;border:1px solid var(--mp-color-border-subtle);border-radius:999px;background:var(--mp-color-surface-muted);color:var(--mp-color-text-secondary)}.estimate-ratecard-toggle input{accent-color:var(--mp-color-accent)}.settings-integration-list>.mp-card .section-head{margin-bottom:18px}.estimate-ratecard-form,.estimate-ratecard-row,.estimate-ratecard-row.is-editing{grid-template-columns:minmax(128px,1fr) minmax(128px,1fr) minmax(136px,1fr) 120px 112px 120px 92px 44px 44px!important}.estimate-ratecard-add-button{grid-column:8 / 10;min-width:0;width:100%}.estimate-ratecard-active-toggle{justify-self:center}.estimate-ratecard-confirm{color:#fff;border-color:transparent;background:linear-gradient(90deg,#f59e0b,#d946ef,#14b8a6)}.estimate-line-secondary-actions{grid-column:1 / -1!important}.estimate-line .estimate-line-comment{grid-column:1 / -1!important;display:block}.estimate-line .estimate-line-comment,.estimate-line .estimate-line-comment textarea,.estimate-line .estimate-line-comment .mp-textarea,.estimate-line .estimate-line-comment .mp-field,.estimate-line .estimate-line-comment .mp-field__control{width:100%!important;max-width:none!important}.estimate-summary-toggle{position:sticky;top:112px;z-index:35;background:var(--mp-color-surface)}.estimate-summary-toggle+.estimate-dashboard{position:sticky;top:162px;z-index:34;background:var(--mp-color-surface);border-bottom:1px solid var(--mp-color-border-subtle);padding-bottom:10px}.settings-workspace{grid-template-columns:220px minmax(0,1fr)!important}.settings-main,.settings-main>*,.settings-main .settings-integration-list{width:100%}.estimate-module.is-list-collapsed .estimate-list-copy,.estimate-module.is-list-collapsed .estimate-copy-panel{display:none!important}.estimate-section,.estimate-option,.estimate-line-group{position:relative;min-width:0}.estimate-section{overflow:visible}.estimate-option{display:grid;gap:14px;margin-top:18px;padding-top:2px;isolation:isolate}.estimate-option+.estimate-option{margin-top:22px}.estimate-option-title{position:relative;z-index:2}.estimate-option .estimate-section{z-index:1}.estimate-line-group{align-self:stretch;min-height:0;background:var(--mp-color-surface);z-index:0}.estimate-line-group+.estimate-line-group{margin-top:12px}.estimate-line-group-head{position:relative;z-index:2}.estimate-line-group-head .estimate-delete-action,.estimate-line-group-head .estimate-delete-action svg{color:var(--mp-color-danger)!important;stroke:var(--mp-color-danger)!important}.estimate-line-group-head .estimate-delete-action:hover,.estimate-line-group-head .estimate-delete-action:focus-visible{border-color:color-mix(in srgb,var(--mp-color-danger),transparent 35%)!important;background:color-mix(in srgb,var(--mp-color-danger),transparent 86%)!important}.estimate-toolbar--two-rows{background:var(--mp-color-surface)!important;box-shadow:0 12px 24px #00000047}.estimate-summary-toggle{top:128px!important;z-index:42!important;background:var(--mp-color-surface-raised, var(--mp-color-surface))!important;border-color:var(--mp-color-border)!important;box-shadow:0 10px 26px #00000052}.estimate-summary-toggle+.estimate-dashboard{top:182px!important;z-index:41!important;display:grid;gap:10px;background:var(--mp-color-surface)!important;border:1px solid var(--mp-color-border);border-radius:8px;box-shadow:0 16px 34px #00000061;padding:10px}.estimate-dashboard--rail{cursor:grab;display:flex!important;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;scroll-behavior:smooth;touch-action:pan-y;-webkit-user-select:none;user-select:none}.estimate-dashboard--rail::-webkit-scrollbar{display:none}.estimate-dashboard--rail.is-panning{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.estimate-summary-toggle+.estimate-dashboard .mp-card{background:var(--mp-color-surface-muted)!important;border-color:var(--mp-color-border-subtle);flex:0 0 148px;scroll-snap-align:start}.estimate-section:has(.mp-state){min-height:auto!important}.estimate-section{display:grid!important;gap:16px!important;align-content:start}.estimate-option{gap:18px!important;margin-top:24px!important}.estimate-line-group{display:grid!important;grid-template-columns:minmax(0,1fr);gap:12px!important;align-content:start;overflow:visible}.estimate-line-group-head{grid-template-columns:minmax(0,1fr) 40px 40px 40px!important}.estimate-line-group-head .icon-only-action{min-width:40px}.estimate-line-group-head .estimate-delete-action,.estimate-line-group:hover .estimate-line-group-head .estimate-delete-action,.estimate-line-group:focus-within .estimate-line-group-head .estimate-delete-action{opacity:1!important;color:var(--mp-color-danger, #ff5757)!important;border-color:color-mix(in srgb,var(--mp-color-danger, #ff5757),transparent 55%)!important}.estimate-line-group-head .estimate-delete-action svg{color:var(--mp-color-danger, #ff5757)!important;stroke:var(--mp-color-danger, #ff5757)!important}.estimate-drop-placeholder{display:flex;align-items:center;min-height:54px;border:1px dashed var(--mp-color-border);border-radius:8px;background:var(--mp-color-surface-muted);color:var(--mp-color-text-secondary);padding:0 14px}.estimate-drop-placeholder strong{color:var(--mp-color-text-primary);font-size:14px}.estimate-ratecard-list{border-top:1px solid var(--mp-color-border);margin-top:18px!important;padding-top:10px}.estimate-editor-pane{position:relative;scrollbar-gutter:stable}.estimate-sticky-stack{position:sticky;top:0;z-index:90;display:grid;gap:8px;margin:-1px -4px 0 0;padding:1px 4px 12px 0;background:var(--mp-color-background, #05080d)!important;border-bottom:1px solid var(--mp-color-border);box-shadow:0 18px 34px #0000006b}.estimate-sticky-stack:before{position:absolute;top:-16px;right:-16px;bottom:0;left:-16px;z-index:-1;background:var(--mp-color-background, #05080d);content:""}.estimate-sticky-stack .estimate-toolbar,.estimate-sticky-stack .estimate-toolbar--two-rows,.estimate-sticky-stack .estimate-summary-toggle,.estimate-sticky-stack .estimate-dashboard{position:static!important;top:auto!important;z-index:auto!important}.estimate-sticky-stack .estimate-toolbar--two-rows,.estimate-sticky-stack .estimate-summary-toggle,.estimate-sticky-stack .estimate-dashboard{box-shadow:none!important}.estimate-sticky-stack .estimate-summary-toggle{background:var(--mp-color-surface)!important}.estimate-sticky-stack .estimate-dashboard{border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface)!important;padding:10px}.estimate-sticky-stack+.estimate-section{margin-top:4px}.estimate-module{max-width:100%;overflow-x:hidden}.estimate-editor-pane,.estimate-editor-pane>*,.estimate-section,.estimate-option,.estimate-line-group,.estimate-category{max-width:100%;min-width:0}.estimate-editor-pane{overflow-x:clip}.estimate-line{grid-template-columns:repeat(auto-fit,minmax(88px,1fr))!important;width:100%;max-width:100%;min-width:0}.estimate-line>.mp-field:first-child{grid-column:span 2}.estimate-line .mp-field,.estimate-line .mp-field__control,.estimate-line input,.estimate-line textarea{min-width:0}.estimate-line-amount{justify-content:flex-start!important;min-width:0}.estimate-line-group-head .estimate-delete-action{opacity:0!important;pointer-events:none;transition:opacity .14s ease,background .14s ease,border-color .14s ease}.estimate-line-group:hover .estimate-line-group-head .estimate-delete-action,.estimate-line-group:focus-within .estimate-line-group-head .estimate-delete-action{opacity:1!important;pointer-events:auto}.estimate-sticky-stack .estimate-summary-toggle.icon-only-action{display:inline-flex!important;justify-self:start;width:auto;min-width:116px;min-height:38px;justify-content:center;gap:10px;padding:0 12px}.estimate-sticky-stack .estimate-summary-toggle.icon-only-action span{gap:6px}.estimate-sticky-stack .estimate-summary-toggle.icon-only-action strong{font-size:12px;font-variant-numeric:tabular-nums}.estimate-sticky-stack .estimate-summary-toggle.icon-only-action.is-active{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-active)!important;color:var(--mp-color-text-primary)}.estimate-section.is-drag-over:before,.estimate-section.is-drag-over:after{display:none!important;content:none!important}.estimate-toolbar-row--actions{grid-template-columns:minmax(180px,auto) 92px auto 44px 44px auto auto!important}.estimate-section.is-drag-over,.estimate-line-group.is-drag-over{border:2px solid transparent!important;background:linear-gradient(var(--mp-color-surface),var(--mp-color-surface)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f7c948,#ff6b8a) border-box!important;box-shadow:0 0 0 4px #4da3ff24,0 18px 36px #0003!important}.estimate-line>textarea.estimate-line-comment{grid-column:1 / -1!important;width:100%!important;min-width:100%!important;max-width:none!important;resize:vertical}.estimate-vat-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:64px;border:1px solid var(--mp-color-border-subtle);border-radius:8px;background:var(--mp-color-surface-muted);color:var(--mp-color-text-secondary);cursor:pointer;font:inherit;font-weight:700;padding:0 12px}.estimate-vat-toggle.is-active{border-color:var(--mp-color-border-strong);background:var(--mp-color-surface-active);color:var(--mp-color-text-primary)}.estimate-sticky-stack .estimate-summary-toggle.icon-only-action.is-active{border:2px solid transparent!important;background:linear-gradient(var(--mp-color-surface-active),var(--mp-color-surface-active)) padding-box,linear-gradient(135deg,#37d399,#4da3ff,#f7c948,#ff6b8a) border-box!important;box-shadow:0 0 0 3px #4da3ff1f}.estimate-section.is-drag-over,.estimate-line-group.is-drag-over{border:2px solid #4da3ff!important;border-image:linear-gradient(135deg,#37d399,#4da3ff,#f7c948,#ff6b8a) 1!important;box-shadow:inset 0 0 0 1px #ffffff1f,0 0 0 4px #4da3ff24,0 18px 36px #0003!important}.estimate-line{grid-template-columns:minmax(180px,1.5fr) repeat(5,minmax(92px,.75fr)) minmax(120px,max-content) 40px!important}.estimate-line.is-percentage{grid-template-columns:minmax(180px,1.5fr) repeat(4,minmax(92px,.75fr)) minmax(120px,max-content) 40px!important}.estimate-line-amount{justify-self:end!important;justify-content:flex-end!important;align-self:start!important;min-height:40px!important;padding-top:27px;color:var(--mp-color-text-primary)!important;text-align:right}.estimate-line-amount strong{color:var(--mp-color-text-primary)!important;font-weight:800}.estimate-line-amount.has-no-discount{padding-top:32px}.estimate-line-amount.has-discount{padding-top:24px}.estimate-line>.mp-field:first-child{grid-column:auto!important}.estimate-line{grid-template-columns:minmax(220px,1fr) 100px 92px 92px 100px 96px minmax(112px,max-content) 40px!important;align-items:end!important}.estimate-line.is-percentage{grid-template-columns:minmax(220px,1fr) 100px 100px 100px 96px minmax(112px,max-content) 40px!important}.estimate-line .estimate-delete-action{grid-column:auto!important;justify-self:end!important;align-self:end!important}.estimate-line .mp-field:has(input[aria-label*=Remise]),.estimate-line .mp-field:has(input[name*=discount]){max-width:96px}.estimate-section.is-drag-over .estimate-line-group{outline:1px dashed rgba(77,163,255,.55);outline-offset:4px;border-radius:8px}.estimate-section.is-drag-over .estimate-line-group+.estimate-line-group{margin-top:18px}.estimate-line-group.is-drag-over{outline:2px solid #4da3ff!important;outline-offset:5px}.estimate-sticky-stack .estimate-dashboard{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(140px,max-content);grid-template-columns:none!important;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scroll-snap-type:x proximity}.estimate-sticky-stack .estimate-dashboard .mp-card{min-width:140px;scroll-snap-align:start}.analytics-page{display:grid;gap:18px;padding-top:14px}.analytics-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.analytics-head h1{font-size:28px;margin:0 0 6px}.analytics-actions,.analytics-filters{align-items:end;display:flex;flex-wrap:wrap;gap:10px}.analytics-actions-row{display:flex;justify-content:flex-end}.analytics-toolbar{align-items:end;background:var(--mp-color-surface-card);border:1px solid var(--mp-color-border-subtle);border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;overflow:visible;padding:12px;position:relative;z-index:20}.analytics-actions{position:relative;z-index:21}.analytics-actions .estimate-export-menu{isolation:isolate;position:relative;z-index:22}.analytics-actions .estimate-export-menu__list{background:#0b111a!important;background-color:#0b111a!important;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 34px #00000075;display:grid;gap:2px;min-width:156px;overflow:hidden;padding:6px;position:absolute;z-index:190}.analytics-actions .estimate-export-menu__list button{align-items:center;background:#0b111a!important;background-color:#0b111a!important;border:0;color:#f8fafc;display:flex;gap:8px;justify-content:flex-start;padding:9px 10px;white-space:nowrap}.analytics-actions .estimate-export-menu__list button:hover{background:#162033!important;background-color:#162033!important}.analytics-page.has-details-sidebar{padding-right:min(460px,calc(100vw - 24px));transition:padding-right .18s ease}.analytics-filters{align-items:end;display:flex;flex-wrap:wrap;gap:10px}.analytics-filters .mp-field{min-width:132px}.analytics-kpis{cursor:grab;display:flex;gap:12px;margin-inline:-4px;overflow-x:auto;overscroll-behavior-x:contain;padding:0 4px 8px;scroll-snap-type:x proximity;scrollbar-width:none;scroll-behavior:smooth;touch-action:pan-y;-webkit-user-select:none;user-select:none}.analytics-kpis::-webkit-scrollbar{display:none}.analytics-kpis.is-panning{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.analytics-kpi{flex:0 0 178px;display:grid;gap:8px;min-height:112px;scroll-snap-align:start}.analytics-kpi span,.analytics-kpi small{color:var(--mp-color-text-secondary)}.analytics-kpi strong{font-size:26px;line-height:1.1}.analytics-value--negative,.analytics-value--red{color:var(--mp-color-red)!important}.analytics-value--green{color:var(--mp-color-green)!important}.analytics-value--yellow{color:var(--mp-color-yellow)!important}.analytics-value--orange{color:var(--mp-color-orange)!important}.analytics-grid,.analytics-detail-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-panel{display:grid;gap:14px;min-width:0}.analytics-panel h2{font-size:16px;margin:0}.analytics-bars{display:grid;gap:11px}.analytics-bars--compact{max-height:260px;overflow:auto}.analytics-bar{align-items:center;display:grid;gap:10px;grid-template-columns:minmax(82px,.8fr) minmax(100px,2fr) minmax(62px,auto)}.analytics-bar span,.analytics-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-bar__label{align-items:center;display:inline-flex;gap:7px;min-width:0}.analytics-bar__label .mp-avatar{flex:0 0 auto;font-size:10px;height:24px;width:24px}.analytics-bar__thumb{align-items:center;aspect-ratio:1 / 1;background:#0f172a0f;border-radius:6px;color:var(--mp-color-text-secondary);display:inline-flex;flex:0 0 auto;font-size:10px;font-weight:800;justify-content:center;overflow:hidden;width:24px}.analytics-bar__thumb img{height:100%;object-fit:cover;width:100%}.analytics-bar__label svg{color:var(--mp-color-text-secondary);flex:0 0 auto}.analytics-bar__label em{font-style:normal;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-bar div{background:#0f172a14;border-radius:999px;height:9px;overflow:hidden}.analytics-bar i{background:linear-gradient(90deg,#0ea5e9,#22c55e);border-radius:inherit;display:block;height:100%}.analytics-pie{align-items:center;display:grid;gap:18px;grid-template-columns:150px minmax(0,1fr);min-height:184px}.analytics-pie__chart{align-items:center;border-radius:999px;display:flex;height:150px;justify-content:center;position:relative;width:150px}.analytics-pie__chart:after{background:var(--mp-color-surface);border-radius:inherit;content:"";height:84px;position:absolute;width:84px}.analytics-pie__chart span{color:var(--mp-color-text-primary);font-size:24px;font-weight:800;position:relative;z-index:1}.analytics-pie__legend{display:grid;gap:8px;min-width:0}.analytics-pie__legend span{align-items:center;color:var(--mp-color-text-secondary);display:grid;gap:7px;grid-template-columns:10px minmax(0,1fr) auto}.analytics-pie__legend i{border-radius:999px;height:10px;width:10px}.analytics-pie__legend strong{color:var(--mp-color-text-primary)}.analytics-risk-list{display:grid;gap:8px}.analytics-risk{align-items:center;border:1px solid rgba(15,23,42,.08);border-left:3px solid var(--mp-color-blue);border-radius:8px;display:grid;gap:8px;grid-template-columns:30px minmax(120px,1fr) minmax(88px,.7fr) 48px;min-height:38px;padding:5px 8px}.analytics-risk span,.analytics-risk small,.analytics-risk strong{color:var(--mp-color-text-secondary);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-risk__score{align-items:center;background:#0ea5e91f;border-radius:999px;color:var(--mp-color-text-primary)!important;display:inline-flex;font-size:11px;font-weight:800;height:26px;justify-content:center;width:26px}.analytics-risk strong{color:var(--mp-color-text-primary);font-size:13px}.analytics-risk small{font-size:12px}.analytics-risk i{background:#0f172a14;border-radius:999px;display:block;height:5px;overflow:hidden}.analytics-risk b{background:currentColor;border-radius:inherit;display:block;height:100%}.analytics-risk--medium{border-left-color:var(--mp-color-yellow);color:var(--mp-color-yellow)}.analytics-risk--high{border-left-color:var(--mp-color-orange);color:var(--mp-color-orange)}.analytics-risk--critical{border-left-color:var(--mp-color-red);color:var(--mp-color-red)}.analytics-line-chart{display:grid;gap:8px;min-height:190px}.analytics-line-chart svg{height:150px;overflow:visible;width:100%}.analytics-line-grid{fill:none;stroke:#0f172a1f;stroke-width:1}.analytics-line-path{fill:none;stroke:#0ea5e9;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.analytics-line-chart circle{fill:#22c55e;stroke:var(--mp-color-surface);stroke-width:2}.analytics-line-labels{align-items:center;color:var(--mp-color-text-secondary);display:grid;font-size:12px;grid-template-columns:1fr auto 1fr}.analytics-line-labels strong{color:var(--mp-color-text-primary);font-size:16px}.analytics-line-labels span:last-child{text-align:right}.analytics-projects-panel{align-content:start;grid-column:1 / -1}.analytics-project-grid{display:grid;gap:24px;max-height:520px;overflow:auto;padding-right:4px}.analytics-project-card{align-items:stretch;background:linear-gradient(180deg,#0f172a09,#0f172a04);border:1px solid rgba(15,23,42,.14);border-radius:8px;box-shadow:0 8px 20px #0f172a0f;display:grid;gap:22px;grid-template-columns:clamp(82px,var(--mp-analytics-card-thumb, 118px),118px) minmax(min(100%,var(--mp-analytics-card-body-min, 420px)),1fr) minmax(min(100%,var(--mp-analytics-card-graph-min, 320px)),36%);min-height:clamp(210px,var(--mp-analytics-card-min-height, 260px),260px);overflow:hidden;padding:20px}.analytics-project-card__thumb{align-items:center;aspect-ratio:1 / 1;align-self:start;background:#0f172a0f;border-radius:8px;color:var(--mp-color-text-secondary);display:flex;font-size:20px;font-weight:800;justify-content:center;overflow:hidden;width:100%}.analytics-project-card__thumb img{height:100%;object-fit:cover;width:100%}.analytics-project-card__body{display:grid;align-content:start;gap:18px;grid-template-columns:minmax(220px,.9fr) minmax(300px,1.1fr);min-width:0}.analytics-project-card__main,.analytics-project-card__stats{display:grid;align-content:start;gap:16px;min-width:0}.analytics-project-card__head{align-items:start;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto;min-height:42px}.analytics-project-card__head span,.analytics-project-card__head strong,.analytics-project-card__head small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-project-card__head small,.analytics-project-progress small,.analytics-project-card__metrics small,.analytics-project-card__costs small,.analytics-project-card__reviews small{color:var(--mp-color-text-secondary)}.analytics-project-progress{display:grid;gap:5px}.analytics-project-progress>span{background:#0f172a14;border-radius:999px;display:block;height:7px;overflow:hidden}.analytics-project-progress b{background:linear-gradient(90deg,#22c55e,#0ea5e9);border-radius:inherit;display:block;height:100%}.analytics-project-card__metrics,.analytics-project-card__costs{display:grid;gap:10px 14px;grid-template-columns:repeat(2,minmax(130px,1fr))}.analytics-project-card__metrics small,.analytics-project-card__costs span{align-items:center;background:#0f172a0a;border-radius:7px;display:inline-flex;gap:5px;line-height:1.35;min-width:0;padding:8px 10px}.analytics-project-card__costs span{display:grid;gap:2px}.analytics-project-card__costs strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-project-card__activity{align-content:stretch;border:1px solid var(--mp-color-border-subtle);border-radius:8px;display:grid;gap:8px;grid-template-rows:minmax(0,1fr) auto;height:100%;min-height:clamp(150px,var(--mp-analytics-card-graph-height, 194px),194px);padding:12px 14px 10px}.analytics-project-card__activity svg{display:block;aspect-ratio:360 / 154;height:auto;max-height:100%;min-height:0;overflow:visible;width:100%}.analytics-project-card__activity small{display:grid;color:var(--mp-color-text-secondary);font-size:11px;gap:8px;grid-template-columns:minmax(0,1fr) auto;line-height:1.2}.analytics-project-card__activity small span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-project-card__graph{min-width:0}.analytics-project-card__graph-grid{fill:none;stroke:#94a3b81f;stroke-width:1}.analytics-project-card__graph-axis{fill:none;stroke:#94a3b838;stroke-width:1}.analytics-project-card__graph-path{fill:none;stroke:var(--mp-color-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.analytics-project-card__graph-dot{fill:var(--mp-color-blue);stroke:var(--mp-color-surface-card);stroke-width:2}.analytics-project-card__graph-x,.analytics-project-card__graph-y{fill:var(--mp-color-text-secondary);font-size:10px;font-weight:600}.analytics-project-card__graph-x--end{text-anchor:end}.analytics-project-card__reviews{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(120px,1fr))}.analytics-project-card__reviews span{background:#0f172a0a;border-radius:7px;min-width:0;padding:8px 10px}.analytics-project-card__reviews small,.analytics-project-card__reviews strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-project-card__link{align-items:center;background:color-mix(in srgb,var(--mp-color-blue) 12%,transparent);border:1px solid color-mix(in srgb,var(--mp-color-blue) 42%,var(--mp-color-border-subtle));border-radius:999px;color:color-mix(in srgb,var(--mp-color-blue) 88%,white);display:inline-flex;font-size:12.5px;font-weight:700;gap:7px;justify-self:start;min-height:34px;padding:7px 12px;text-decoration:none;transition:background .14s ease,border-color .14s ease,transform .14s ease}.analytics-project-card__link:hover,.analytics-project-card__link:focus-visible{background:color-mix(in srgb,var(--mp-color-blue) 20%,transparent);border-color:color-mix(in srgb,var(--mp-color-blue) 62%,var(--mp-color-border-subtle));transform:translateY(-1px)}.analytics-refresh-spinner{animation:refresh-throbber-spin .8s linear infinite;color:var(--mp-color-text-secondary);margin-left:8px;position:relative;top:2px}.analytics-table{display:grid;gap:6px;overflow-x:auto}.analytics-quota{display:grid;gap:10px}.analytics-quota>strong{font-size:28px}.analytics-quota>span{background:#0f172a14;border-radius:999px;display:block;height:9px;overflow:hidden}.analytics-quota>span b,.analytics-member-usage__bar b{background:linear-gradient(90deg,#22c55e,#0ea5e9);border-radius:inherit;display:block;height:100%}.analytics-quota small{color:var(--mp-color-text-secondary)}.analytics-member-usage{display:grid;gap:7px;margin-top:4px}.analytics-member-usage__row{align-items:start;border:1px solid rgba(15,23,42,.08);border-radius:8px;display:grid;gap:10px;grid-template-columns:28px minmax(0,1fr);padding:9px}.analytics-member-usage__row .mp-avatar{height:28px;width:28px}.analytics-member-usage__meta{display:grid;gap:5px;min-width:0}.analytics-member-usage__line{align-items:center;display:flex;gap:10px;justify-content:space-between;min-width:0}.analytics-member-usage__row strong,.analytics-member-usage__row small,.analytics-member-usage__size{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-member-usage__size{font-size:12px;flex:0 0 auto}.analytics-member-usage__bar{background:#0f172a14;border-radius:999px;display:block;height:7px;overflow:hidden}.analytics-details-sidebar{grid-template-rows:auto auto minmax(0,1fr);width:min(440px,calc(100vw - 24px))}.analytics-details-toolbar{border-bottom:1px solid var(--mp-color-border-subtle);padding-bottom:10px}.analytics-details-list{display:grid;gap:12px;padding-right:4px}.analytics-detail-link{align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:8px;color:inherit;display:grid;gap:8px 12px;grid-template-columns:34px minmax(0,1fr);padding:13px;text-decoration:none}.analytics-detail-link:hover{border-color:#0ea5e973}.analytics-detail-link span,.analytics-detail-link small,.analytics-detail-link strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-detail-link>small,.analytics-detail-link>strong{grid-column:2}.analytics-detail-link__thumb{align-items:center;aspect-ratio:1 / 1;background:#0f172a0f;border-radius:7px;color:var(--mp-color-text-secondary);display:flex;font-size:12px;font-weight:800;grid-row:span 3;justify-content:center;overflow:hidden;width:34px}.analytics-detail-link span:not(.analytics-detail-link__thumb){display:grid;gap:3px}.analytics-detail-link__thumb img{height:100%;object-fit:cover;width:100%}.analytics-detail-link small{color:var(--mp-color-text-secondary)}.analytics-row{align-items:center;border-bottom:1px solid rgba(15,23,42,.08);display:grid;gap:10px;grid-template-columns:minmax(210px,1.5fr) minmax(120px,.9fr) 90px 92px 96px;min-width:720px;padding:9px 0}.analytics-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-row small{color:var(--mp-color-text-secondary);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1250px){.analytics-project-card{grid-template-columns:96px minmax(0,1fr)}.analytics-project-card__body{grid-template-columns:1fr}.analytics-project-card__graph{grid-column:1 / -1}.analytics-project-card__activity{min-height:180px}}@media(max-width:900px){.analytics-head{display:grid}.analytics-grid,.analytics-detail-grid,.analytics-pie{grid-template-columns:1fr}.analytics-project-card{grid-template-columns:72px minmax(0,1fr)}.analytics-project-card__graph{grid-column:1 / -1}.analytics-project-card__activity{min-height:120px}.analytics-project-card__metrics,.analytics-project-card__costs,.analytics-project-card__reviews{grid-template-columns:1fr}.analytics-page.has-details-sidebar{padding-right:0}.analytics-toolbar{align-items:stretch}.analytics-filters{width:100%}}.production-task-detail-modal{min-height:calc(100dvh - 168px);max-height:calc(100dvh - 168px);display:flex;flex-direction:column;overflow:hidden;color:var(--text-primary);background:linear-gradient(145deg,color-mix(in srgb,var(--mp-color-surface-card) 92%,#121826),var(--mp-color-surface-base));border:1px solid var(--mp-color-border-subtle);border-radius:8px;box-shadow:0 18px 44px #00000057}.production-task-detail-modal__header{position:relative;display:flex;align-items:center;gap:8px;min-height:68px;padding:4px 10px;border-bottom:1px solid rgba(148,163,184,.16)}.production-task-detail-modal__toolbar{display:flex;align-items:center;min-height:34px;margin-left:auto;padding:0;border-bottom:0}.production-task-detail-modal__action-group{position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:14px;transform:translate(-50%,-50%)}.production-task-detail-modal__menu-toggle{margin-left:auto}.production-task-detail-modal__menu-toggle.is-collapsed{color:var(--mp-color-text-secondary)}.production-task-detail-modal__menu-toggle.is-open{color:var(--mp-color-text-primary)}.production-task-detail-modal__menu-toggle.is-collapsed:hover,.production-task-detail-modal__menu-toggle.is-collapsed:focus-visible{color:var(--mp-color-text-primary)}.production-task-detail-modal__thumb{width:58px;aspect-ratio:1 / 1;height:auto;flex:0 0 58px;box-sizing:border-box;display:grid;place-items:center;overflow:hidden;padding:0;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:var(--text-muted);background:#0f172ab8;line-height:0}.production-task-detail-modal__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.production-task-detail-modal__identity{display:grid;align-content:center;gap:4px;min-width:0}.production-task-detail-modal__title{min-width:0;border:0;color:var(--text-primary);background:transparent;font-size:1.18rem;font-weight:800;text-align:left}.production-task-detail-modal__title-input{min-width:0}.production-task-detail-modal__estimate{justify-self:start;padding:0;border:0;color:var(--text-secondary);background:transparent;font-size:.86rem;font-weight:700;text-align:left}.production-task-detail-modal__estimate.is-editable{cursor:pointer}.production-task-detail-modal__body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;min-height:0;flex:1;padding:10px}.production-task-detail-modal__body.is-menu-collapsed{grid-template-columns:minmax(0,1fr) 64px}.production-task-detail-modal__main,.production-task-detail-modal__rail{min-height:0;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-card) 74%,transparent)}.production-task-detail-modal__main{display:flex;flex-direction:column;gap:10px;overflow-y:auto;overflow-x:hidden;padding:10px}.production-task-detail-modal__rail{display:flex;flex-direction:column;gap:8px;padding:16px 12px}.production-task-detail-modal__rail.is-collapsed{width:64px;padding-inline:10px}.production-task-detail-modal__rail.is-collapsed button{grid-template-columns:1fr;justify-items:center}.production-task-detail-modal__rail.is-collapsed button span,.production-task-detail-modal__rail.is-collapsed .task-counter-badge{display:none}.production-task-detail-modal__rail button{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px;border:0;border-radius:7px;color:var(--text-secondary);background:transparent;text-align:left}.production-task-detail-modal__rail button.is-active{color:var(--text-primary);background:color-mix(in srgb,var(--mp-color-purple) 13%,var(--mp-color-surface-muted));box-shadow:inset 3px 0 0 var(--mp-color-accent)}.task-counter-badge{min-width:34px;height:26px;display:inline-grid;place-items:center;border:1px solid rgba(148,163,184,.28);border-radius:999px;color:var(--text-primary);font-size:.82rem}.task-counter-badge.has-new{border-color:transparent;background:linear-gradient(#08121df0,#08121df0) padding-box,linear-gradient(135deg,#06b6d4,#a855f7,#ef4444,#f59e0b) border-box}.production-task-summary-shell{display:grid;gap:8px}.production-task-summary-shell.is-collapsed .production-task-summary{display:none}.production-task-summary-shell.is-collapsed .production-task-summary-shell__head .icon-only-action{transform:rotate(180deg)}.production-task-summary-shell__head{display:flex;align-items:center;justify-content:space-between;min-height:28px}.production-task-summary-shell__head strong{font-size:.95rem}.production-task-summary{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none}.production-task-summary::-webkit-scrollbar{display:none}.production-task-summary.is-dragging{cursor:grabbing}.production-task-summary-tile{display:flex;align-items:center;gap:12px;min-width:0;padding:8px 10px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0f172a8f}.production-task-summary-tile>span{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#94a3b821}.production-task-summary-tile--cyan>span{color:var(--mp-color-accent);background:color-mix(in srgb,var(--mp-color-accent) 14%,var(--mp-color-surface-muted))}.production-task-summary-tile--red>span{color:#fb7185;background:#f43f5e29}.production-task-summary-tile--blue>span{color:var(--mp-color-purple);background:color-mix(in srgb,var(--mp-color-purple) 14%,var(--mp-color-surface-muted))}.production-task-summary-tile strong,.production-task-summary-tile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-task-summary-tile strong{color:var(--text-primary)}.production-task-summary-tile small{color:var(--text-muted)}.production-task-summary-assignees{min-width:210px}.production-task-summary-assignees__stack{display:flex;align-items:center;min-width:74px}.production-task-summary-assignees__stack .mp-avatar{width:30px;height:30px;margin-left:-8px;border:2px solid rgba(8,18,29,.96)}.production-task-summary-assignees__stack .mp-avatar:first-child{margin-left:0}.production-task-summary-assignees__empty{width:32px;height:32px;display:grid;place-items:center;border:1px dashed rgba(148,163,184,.32);border-radius:50%;color:var(--text-muted)}.production-task-detail-section{min-height:430px;padding:12px 14px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:color-mix(in srgb,var(--mp-color-surface-base) 70%,transparent)}.production-task-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;margin-bottom:16px}.production-task-detail-assignees{display:grid;gap:12px;margin-top:18px}.production-task-file-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.production-task-file-add{min-height:204px;display:grid;place-items:center;gap:10px;align-content:center;border:1px dashed color-mix(in srgb,var(--mp-color-accent) 48%,var(--mp-color-border-subtle));border-radius:8px;color:var(--text-secondary);background:color-mix(in srgb,var(--mp-color-accent) 7%,var(--mp-color-surface-card));font-weight:800}.production-task-file-add:hover,.production-task-file-add:focus-visible{color:var(--text-primary);background:color-mix(in srgb,var(--mp-color-accent) 12%,var(--mp-color-surface-card))}.production-task-file-row{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0f172a80}.production-task-file-row__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:var(--mp-color-accent);background:color-mix(in srgb,var(--mp-color-accent) 13%,var(--mp-color-surface-muted))}.production-task-file-row__thumb{width:100%;height:132px;display:grid;place-items:center;overflow:hidden;border-radius:8px;color:var(--mp-color-accent);background:color-mix(in srgb,var(--mp-color-accent) 10%,var(--mp-color-surface-muted))}.production-task-file-row__thumb.has-preview{background:#0f172ab8}.production-task-file-row__thumb img{width:100%;height:100%;object-fit:cover}.production-task-file-row__thumb video{width:100%;height:100%;object-fit:cover}.production-task-file-row__thumb svg{width:34px;height:34px}.production-task-file-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.production-task-file-row__detail-link{flex:0 0 auto}.production-task-file-row strong,.production-task-file-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-task-file-row small{color:var(--text-muted)}.production-task-file-empty{align-content:center;color:var(--text-muted);display:grid;justify-items:center;margin:0;min-height:min(300px,42vh);padding:28px 18px;text-align:center}.task-file-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:24px;background:#00000094}.task-file-picker-modal{width:min(860px,100%);max-height:min(760px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(125,202,255,.2);border-radius:8px;background:linear-gradient(145deg,#08121dfa,#050d16fa);box-shadow:0 28px 80px #00000075}.task-file-picker-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.16)}.task-file-picker-modal__search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;margin:12px 14px;padding:8px 10px;border:1px solid rgba(148,163,184,.18);border-radius:8px;color:var(--text-muted);background:#030a126b}.task-file-picker-modal__search input{min-width:0;border:0;outline:0;color:var(--text-primary);background:transparent}.task-file-picker-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,196px);align-items:start;justify-content:start;gap:12px;min-height:0;overflow:auto;padding:0 14px 14px}.task-file-picker-card{display:grid;grid-template-rows:174px auto;gap:10px;width:196px;min-width:0;box-sizing:border-box;overflow:hidden;padding:10px;border:1px solid rgba(148,163,184,.14);border-radius:8px;color:var(--text-primary);background:#0f172a80;text-align:left}.task-file-picker-card:hover,.task-file-picker-card:focus-visible{border-color:#0ea5e975;background:#0ea5e91c}.task-file-picker-card .production-task-file-row__thumb{position:relative;width:174px;height:174px;max-width:100%;min-height:0;justify-self:center}.task-file-picker-card .production-task-file-row__thumb img,.task-file-picker-card .production-task-file-row__thumb video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.task-file-picker-card .production-task-file-row__thumb svg{align-self:center;justify-self:center}.task-file-picker-card strong,.task-file-picker-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-file-picker-card small{color:var(--text-muted)}.production-task-detail-modal__error{margin:0;color:var(--danger)}@media(max-width:980px){.production-task-detail-modal{min-height:calc(100dvh - 132px);max-height:none}.production-task-detail-modal__body{grid-template-columns:1fr}.production-task-detail-modal__rail{order:-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.production-task-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.production-task-detail-modal__header{gap:8px;padding:6px 8px}.production-task-detail-modal__action-group{position:static;transform:none;gap:8px}.production-task-detail-modal__title{font-size:1.05rem}.production-task-detail-modal__estimate{display:inline}.production-task-detail-modal__body{padding:8px}.production-task-detail-grid,.production-task-file-list,.production-task-summary,.production-task-detail-modal__rail{grid-template-columns:1fr}}.public-share-card{width:min(1120px,100%);gap:24px;padding:24px}.public-share-head{position:relative;gap:10px;padding-right:132px}.public-share-head h1{font-size:clamp(1.5rem,3vw,2.2rem)}.public-review{display:grid;gap:22px}.public-review__summary{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:16px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0f172a6b}.public-review-status-badge{position:absolute;top:0;right:0}.public-share-availability{display:inline-flex;align-items:center;gap:8px}.public-review__summary p{max-width:680px;margin:12px 0 0;color:var(--mp-color-text-secondary);line-height:1.55}.public-review-guest{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr) auto;gap:12px;align-items:end;padding:18px;border:1px solid transparent;border-radius:8px;background:linear-gradient(color-mix(in srgb,var(--mp-color-surface-card),black 7%),color-mix(in srgb,var(--mp-color-surface-card),black 7%)) padding-box,linear-gradient(135deg,color-mix(in srgb,var(--mp-color-orange),transparent 42%),color-mix(in srgb,var(--mp-color-blue),transparent 58%)) border-box}.public-review-guest strong{grid-column:1 / -1;color:var(--mp-color-text-primary);font-size:1rem}.public-review-guest .mp-field{min-width:0}.public-review-guest .mp-button{min-width:132px}.public-review__stats{display:grid;grid-auto-flow:column;gap:10px}.public-review__stats span{min-width:116px;padding:10px 12px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#030a1257}.public-review__stats strong,.public-review__stats small{display:block}.public-review__stats strong{font-size:1.3rem}.public-review__stats small{color:var(--mp-color-text-muted)}.public-review-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:16px}.public-review-card{min-width:0;display:grid;grid-template-rows:172px minmax(84px,auto) auto;overflow:hidden;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0f172a80}.public-review-card__media{position:relative;display:grid;place-items:center;overflow:hidden;border:0;border-bottom:1px solid rgba(148,163,184,.14);color:var(--mp-color-text-primary);background:#030a1280}.public-review-card__media img,.public-review-card__media video{width:100%;height:100%;object-fit:cover}.public-review-card__media>span:not(.public-review-card__fallback){position:absolute;right:10px;bottom:10px;width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#030a12c7;box-shadow:0 10px 24px #00000052}.public-review-card__fallback{width:64px;height:64px;display:grid;place-items:center;border-radius:8px;color:var(--mp-color-blue);background:color-mix(in srgb,var(--mp-color-blue) 13%,transparent)}.public-review-card__body{display:grid;align-content:start;gap:8px;min-width:0;padding:14px}.public-review-card__title{min-width:0;padding:0;border:0;color:var(--mp-color-text-primary);background:transparent;font-size:1rem;font-weight:850;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-review-card__body small,.public-review-card__body p{margin:0;color:var(--mp-color-text-muted)}.public-review-card__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center;gap:8px;padding:0 14px 14px}.public-review-card__actions .mp-button{width:100%;min-width:0;padding-inline:10px;white-space:nowrap}@media(max-width:720px){.public-share-card{padding:16px}.public-share-head{padding-right:0}.public-review-status-badge{position:static;justify-self:start}.public-review__summary{align-items:stretch;flex-direction:column}.public-review-guest{grid-template-columns:1fr}.public-review-guest .mp-button{width:100%}.public-review__stats{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr))}.public-review-gallery{grid-template-columns:1fr}}
