.checklists-tabs{display:inline-flex;gap:6px;padding:6px;margin-bottom:22px;background:var(--surface-muted);border-radius:var(--radius-md)}.checklists-tab{border:none;background:transparent;color:var(--text-secondary);font:inherit;font-weight:600;padding:9px 20px;border-radius:var(--radius-sm);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.checklists-tab:hover{color:var(--text-primary)}.checklists-tab--active{background:var(--surface);color:var(--accent-blue-strong);box-shadow:var(--shadow-soft)}.checklists-tab:focus-visible{outline:none;box-shadow:var(--focus-ring)}.checklists-view,.checklists-eval-view{display:flex;flex-direction:column;gap:22px}.checklists-create{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:16px;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md)}.checklists-create__title{flex:1 1 240px}.checklists-create__title,.checklists-select,.checklists-textarea,.checklists-add-item input,.checklists-eval-form input{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font:inherit;padding:11px 14px;border-radius:var(--radius-sm);transition:border-color .18s ease,box-shadow .18s ease}.checklists-create__title::placeholder,.checklists-textarea::placeholder,.checklists-add-item input::placeholder{color:var(--text-muted)}.checklists-create__title:focus-visible,.checklists-select:focus-visible,.checklists-textarea:focus-visible,.checklists-add-item input:focus-visible{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.checklists-select{flex:0 1 220px;cursor:pointer}.checklists-primary-button{display:inline-flex;align-items:center;gap:8px;border:none;background:var(--accent-blue);color:#fff;font:inherit;font-weight:600;padding:11px 18px;border-radius:var(--radius-sm);cursor:pointer;transition:background .18s ease,transform .12s ease}.checklists-primary-button:hover{background:var(--accent-blue-strong)}.checklists-primary-button:active{transform:translateY(1px)}.checklists-primary-button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.checklists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}.checklists-card{display:flex;flex-direction:column;gap:14px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.checklists-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checklists-card__heading{display:flex;flex-direction:column;gap:6px}.checklists-card__heading h3{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.checklists-card__project{align-self:flex-start;font-size:.78rem;font-weight:600;color:var(--accent-blue-strong);background:var(--surface-soft);padding:3px 10px;border-radius:999px}.checklists-card__project--none{color:var(--text-secondary);background:var(--surface-muted)}.checklists-card__actions{flex-shrink:0}.checklists-progress{display:flex;align-items:center;gap:12px}.checklists-progress__bar{flex:1;height:8px;background:var(--surface-muted);border-radius:999px;overflow:hidden}.checklists-progress__fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent-mint),var(--accent-blue));border-radius:999px;transition:width .3s ease}.checklists-progress__label{font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.checklists-items{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.checklists-items__empty{font-size:.85rem;color:var(--text-muted);padding:6px 0}.checklists-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);transition:background .15s ease}.checklists-item:hover{background:var(--surface-soft)}.checklists-item__label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.92rem;color:var(--text-primary)}.checklists-item__label input{width:18px;height:18px;accent-color:var(--accent-blue);cursor:pointer}.checklists-item--done .checklists-item__label span{color:var(--text-muted);text-decoration:line-through}.checklists-item__remove{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:8px;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.checklists-item:hover .checklists-item__remove{opacity:1}.checklists-item__remove:hover{color:var(--accent-rose);background:var(--surface-muted)}.checklists-item__remove:focus-visible{outline:none;opacity:1;box-shadow:var(--focus-ring)}.checklists-add-item{display:flex;align-items:stretch;gap:8px;margin-top:2px}.checklists-add-item input{flex:1}.checklists-add-item__submit{width:auto;height:auto;align-self:stretch;aspect-ratio:1;flex-shrink:0}.checklists-add-item__submit:disabled,.checklists-add-item__submit:disabled:hover{opacity:.5;cursor:not-allowed;background:var(--surface-muted);border-color:var(--border);color:var(--text-muted)}.checklists-add-item__submit:not(:disabled){color:var(--accent-blue);border-color:#0071e359;background:#0071e314}.checklists-add-item__submit:not(:disabled):hover{background:#0071e324;border-color:var(--accent-blue)}.checklists-empty{padding:24px;text-align:center;color:var(--text-secondary);background:var(--surface-soft);border:1px dashed var(--border);border-radius:var(--radius-md)}.checklists-page-hint{color:var(--text-secondary);font-size:13px;margin-bottom:14px}.checklists-create-popover{z-index:1000;border-radius:var(--radius-md);border:1px solid var(--separator);background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--shadow-soft);padding:16px}.checklists-create-popover__form{display:flex;flex-direction:column;gap:12px}.checklists-create-popover__label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.checklists-create-popover__form input{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font:inherit;padding:11px 14px;border-radius:var(--radius-sm);transition:border-color .18s ease,box-shadow .18s ease}.checklists-create-popover__form input::placeholder{color:var(--text-muted)}.checklists-create-popover__form input:focus-visible{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.checklists-create-popover__actions{display:flex;justify-content:flex-end;gap:8px}.checklists-eval-view{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:22px;align-items:start}.checklists-eval-form{display:flex;flex-direction:column;gap:16px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.checklists-eval-form h3{margin:0;font-size:1.05rem;font-weight:700}.checklists-eval-form--overlay{padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.evaluation-overlay__panel{max-width:480px}.checklists-field{display:flex;flex-direction:column;gap:8px}.checklists-field__label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.checklists-eval-form .checklists-select{flex:1 1 auto;width:100%}.checklists-textarea{resize:vertical;min-height:72px;width:100%}.checklists-role-toggle{display:inline-flex;align-self:flex-start;width:fit-content;max-width:100%;gap:6px;padding:4px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border)}.checklists-role-toggle__option{display:inline-flex;align-items:center;border:none;background:transparent;border-radius:999px;padding:8px 16px;font-weight:600;font-size:14px;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.checklists-role-toggle__option:hover{color:var(--text-primary)}.checklists-role-toggle__option--active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-soft)}.checklists-role-toggle__option:focus-visible{outline:none;box-shadow:var(--focus-ring)}.checklists-stars{display:inline-flex;gap:4px}.checklists-star{font-size:1.25rem;line-height:1;color:var(--border)}.checklists-star--filled{color:var(--accent-amber)}.checklists-star--button{border:none;background:transparent;cursor:pointer;padding:0;color:var(--text-muted);transition:color .15s ease,transform .12s ease}.checklists-star--button:hover{transform:scale(1.12)}.checklists-star--button.checklists-star--filled{color:var(--accent-amber)}.checklists-star--button:focus-visible{outline:none;border-radius:4px;box-shadow:var(--focus-ring)}.checklists-eval-results{display:flex;flex-direction:column}.checklists-eval-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.checklists-eval-list__empty{padding:20px;text-align:center;color:var(--text-secondary);background:var(--surface-soft);border:1px dashed var(--border);border-radius:var(--radius-md)}.checklists-eval-entry{display:flex;flex-direction:column;gap:8px;padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.checklists-eval-entry__head{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.checklists-eval-entry__role{font-size:.76rem;font-weight:700;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.checklists-eval-entry__role--teacher{color:var(--accent-blue-strong);background:#5b77f81f}.checklists-eval-entry__role--student{color:#2f9c77;background:#67d8ad2e}.checklists-eval-entry__project{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.checklists-eval-entry__remove{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:5px;border-radius:8px;transition:color .15s ease,background .15s ease}.checklists-eval-entry__remove:hover{color:var(--accent-rose);background:var(--surface-muted)}.checklists-eval-entry__remove:focus-visible{outline:none;box-shadow:var(--focus-ring)}.checklists-eval-entry__comment{margin:0;font-size:.92rem;color:var(--text-primary)}.checklists-eval-entry__date{font-size:.76rem;color:var(--text-muted)}.crm-shell--tablet .checklists-eval-view{grid-template-columns:1fr}.crm-shell--mobile .checklists-tabs{display:flex;width:100%}.crm-shell--mobile .checklists-tab{flex:1}.crm-shell--mobile .checklists-create{flex-direction:column;align-items:stretch}.crm-shell--mobile .checklists-create__title,.crm-shell--mobile .checklists-select{flex:1 1 auto;width:100%}.crm-shell--mobile .checklists-grid,.crm-shell--mobile .checklists-eval-view{grid-template-columns:1fr}.checklists-error-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px;padding:14px 18px;border-radius:var(--radius-md);border:1px solid rgba(214,69,69,.35);background:#d6454514;color:var(--text-primary)}.checklists-error-banner__text{margin:0;font-weight:600}.checklists-error-banner__detail{display:block;margin-top:2px;font-weight:400;color:var(--text-secondary);font-size:.875rem}.checklists-error-banner__retry{border:none;font:inherit;font-weight:600;padding:9px 18px;border-radius:var(--radius-sm);background:var(--surface);color:var(--accent-blue-strong);box-shadow:var(--shadow-soft);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.checklists-error-banner__retry:hover{color:var(--text-primary)}.checklists-error-banner__retry:focus-visible{outline:none;box-shadow:var(--focus-ring)}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dash-kpi{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-soft)}.dash-kpi__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-sm);color:var(--surface)}.dash-kpi__icon--blue{background:var(--accent-blue)}.dash-kpi__icon--mint{background:var(--accent-mint)}.dash-kpi__icon--amber{background:var(--accent-amber)}.dash-kpi__icon--rose{background:var(--accent-rose)}.dash-kpi__value{margin:0;font-size:30px;line-height:1.1;font-weight:700;color:var(--text-primary)}.dash-kpi__label{margin:0;font-size:14px;color:var(--text-secondary)}.dash-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.dash-list__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 16px}.dash-list__title{margin:0;font-size:15px;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-list__date{margin:0;font-size:13px;color:var(--text-secondary)}.dash-list__progress{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.dash-progress-track{height:6px;border-radius:999px;background:var(--surface-muted);overflow:hidden}.dash-progress-track__fill{height:100%;border-radius:999px;background:var(--accent-blue)}.dash-list__percent{font-size:13px;font-weight:600;color:var(--text-secondary);min-width:40px;text-align:right}.dash-theme-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.dash-theme-row{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.dash-theme-row__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.dash-theme-row__label{font-size:14px;color:var(--text-primary)}.dash-theme-row__count{font-size:13px;font-weight:600;color:var(--text-secondary)}.dash-theme-bar{height:8px;border-radius:999px;background:var(--surface-muted);overflow:hidden}.dash-theme-bar__fill{height:100%;border-radius:999px;background:var(--accent-violet)}.dash-review-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.dash-review{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface-soft)}.dash-review__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-review__role{font-size:13px;font-weight:600;color:var(--text-secondary)}.dash-review__stars{font-size:14px;letter-spacing:1px;color:var(--accent-amber)}.dash-review__comment{margin:0;font-size:14px;line-height:1.45;color:var(--text-primary)}.dash-empty{margin:0;font-size:14px;color:var(--text-muted)}.crm-shell--tablet .dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-shell--mobile .dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crm-shell--mobile .dash-kpi{padding:14px}.crm-shell--mobile .dash-kpi__value{font-size:24px}.settings-layout{display:flex;flex-direction:column;gap:18px;overflow-y:auto;padding-right:4px}.profile-name-card__actions{display:flex;justify-content:flex-end;margin-top:4px}.profile-avatar{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.profile-avatar__button{position:relative;width:88px;height:88px;padding:0;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-soft);cursor:pointer;overflow:hidden}.profile-avatar__button:disabled{cursor:progress;opacity:.7}.profile-avatar__button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.profile-avatar__image{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar__overlay{position:absolute;inset-inline:0;bottom:0;padding:4px 0;font-size:11px;font-weight:600;text-align:center;color:#fff;background:#00000080;opacity:0;transition:opacity .15s ease}.profile-avatar__button:hover .profile-avatar__overlay,.profile-avatar__button:focus-visible .profile-avatar__overlay{opacity:1}.profile-avatar__input{display:none}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-card{display:flex;flex-direction:column;gap:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);padding:18px}.settings-card__header{display:flex;align-items:flex-start;gap:12px}.settings-card__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:var(--radius-md);background:var(--surface-muted);color:var(--accent-blue)}.settings-card__icon svg{width:20px;height:20px}.settings-card__heading h2{margin:0;font-size:16px;font-weight:700;color:var(--text-primary)}.settings-card__heading p{margin:4px 0 0;font-size:13px;color:var(--text-secondary)}.settings-card__body,.settings-fields{display:flex;flex-direction:column;gap:14px}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field--inline{flex:1;min-width:0}.settings-field__label{font-size:12px;font-weight:600;color:var(--text-secondary)}.settings-field__input{width:100%;box-sizing:border-box;min-height:40px;padding:0 12px;font:inherit;font-size:14px;color:var(--text-primary);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .15s ease,box-shadow .15s ease}.settings-field__input::placeholder{color:var(--text-muted)}.settings-field__hint{margin:0;font-size:12.5px;line-height:1.45;color:var(--text-secondary)}.settings-field__input:focus{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.settings-list{display:flex;flex-direction:column;gap:12px}.settings-list__empty{margin:0;padding:14px;font-size:13px;color:var(--text-secondary);text-align:center;background:var(--surface-soft);border:1px dashed var(--border);border-radius:var(--radius-sm)}.settings-chip-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.settings-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 12px;font-size:13px;font-weight:600;color:var(--text-primary);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px}.settings-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:var(--text-secondary);background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background .15s ease,color .15s ease}.settings-chip__remove svg{width:14px;height:14px}.settings-chip__remove:hover{color:var(--accent-rose);background:#ef839829}.settings-chip__remove:focus-visible{outline:none;box-shadow:var(--focus-ring)}.settings-list__add{display:flex;align-items:flex-end;gap:10px}.settings-list__add-button{flex-shrink:0;min-height:40px}.settings-list__add-button:disabled{color:#8181a5;background:#8181a52e;cursor:not-allowed}.settings-list__hint{margin:0;font-size:12px;color:var(--accent-rose)}.settings-actions{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.settings-actions__status{margin:0;font-size:13px;font-weight:600;color:var(--text-secondary)}.settings-actions__buttons{display:inline-flex;gap:10px}.settings-actions__buttons .primary-button,.settings-actions__buttons .secondary-button{min-height:40px;padding:0 18px}@media(max-width:1199px){.settings-grid{grid-template-columns:1fr}}@media(max-width:767px){.settings-card{padding:16px}.settings-list__add{flex-direction:column;align-items:stretch}.settings-list__add-button{width:100%}.settings-actions{flex-direction:column;align-items:stretch}.settings-actions__buttons{width:100%}.settings-actions__buttons .primary-button,.settings-actions__buttons .secondary-button{flex:1}}.settings-account{display:flex;flex-direction:column;gap:14px}.settings-account__email{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.5}.settings-account__email strong{color:var(--text-primary);font-weight:600}.settings-account__logout{align-self:flex-start;min-height:40px;padding:0 18px}.settings-account__logout:disabled{cursor:default;opacity:.6}@media(max-width:767px){.settings-account__logout{align-self:stretch;width:100%}}.settings-load-error{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 16px;border:1px solid color-mix(in srgb,var(--color-error, #ff3b30) 35%,transparent);border-radius:12px;background:color-mix(in srgb,var(--color-error, #ff3b30) 10%,transparent)}.settings-load-error__text{display:flex;flex-direction:column;gap:2px;min-width:0}.settings-load-error__text strong{color:var(--color-error, #ff3b30);font-size:.95rem}.settings-load-error__text span{color:var(--text-secondary, #6e6e73);font-size:.85rem;word-break:break-word}.settings-load-error__retry{flex-shrink:0;padding:8px 14px;border:none;border-radius:10px;background:var(--color-error, #ff3b30);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.settings-load-error__retry:hover{filter:brightness(.95)}.settings-miro-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.settings-miro-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px 8px 12px;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm)}.settings-miro-item__link{display:flex;flex-direction:column;gap:2px;min-width:0;text-decoration:none}.settings-miro-item__link:hover .settings-miro-item__label{text-decoration:underline}.settings-miro-item__label{font-size:13px;font-weight:600;color:var(--accent-blue);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-miro-item__url{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){.settings-miro-add{flex-direction:column;align-items:stretch}}.communication-panel{display:flex;flex-direction:column;min-height:0;flex:1}.communication-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;min-height:0;flex:1;height:100%}.communication-layout--mobile{grid-template-columns:minmax(0,1fr)}.communication-channels{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden;min-height:0}.communication-channels__header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.communication-channels__header h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.communication-channels__empty{margin:0;padding:24px 20px;color:var(--text-secondary);font-size:.9rem;line-height:1.5}.communication-channels__list{list-style:none;margin:0;padding:10px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;min-height:0}.communication-channel{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;cursor:pointer;text-align:left;transition:background .16s ease,border-color .16s ease}.communication-channel:hover{background:var(--surface-soft)}.communication-channel--active{background:var(--surface-muted);border-color:var(--border)}.communication-channel__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#5b77f81f;color:var(--accent-blue-strong)}.communication-channel--active .communication-channel__icon{background:var(--accent-blue);color:#fff}.communication-channel__body{display:flex;flex-direction:column;min-width:0;gap:2px}.communication-channel__name{font-size:.92rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communication-channel__preview{font-size:.78rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communication-channel--muted .communication-channel__name{color:var(--text-secondary);font-weight:500}.communication-channel--muted .communication-channel__icon{background:var(--surface-muted);color:var(--text-secondary)}.channel-archive{border-top:1px solid var(--border);padding:6px 10px 10px}.channel-archive__toggle{display:flex;align-items:center;gap:6px;width:100%;padding:8px 6px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);font-size:.82rem;font-weight:600;text-align:left;transition:background .14s ease,color .14s ease}.channel-archive__toggle:hover{background:var(--surface-soft);color:var(--text-primary)}.channel-archive__toggle-icon{display:inline-flex;align-items:center;flex-shrink:0;width:16px;height:16px}.channel-archive__toggle-label{display:inline-flex;align-items:center;gap:6px;flex:1}.channel-archive__toggle-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--surface-muted);font-size:.75rem;font-weight:600;color:var(--text-secondary)}.communication-channels__list--archive{padding-top:4px}.communication-thread{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden;min-height:0}.communication-thread--empty{align-items:center;justify-content:center;color:var(--text-secondary);font-size:.95rem;padding:40px;text-align:center}.communication-thread__title{flex:1;min-width:0}.communication-thread__title h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communication-thread__title p{margin:2px 0 0;font-size:.78rem;color:var(--text-secondary)}.communication-thread__menu{position:relative}.communication-thread__menu-pop{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:160px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.communication-thread__menu-item{display:block;width:100%;padding:10px 12px;border:none;border-radius:var(--radius-sm);background:transparent;text-align:left;font-size:.88rem;color:var(--text-primary);cursor:pointer}.communication-thread__menu-item:hover{background:var(--surface-soft)}.communication-thread__menu-item--danger{color:var(--accent-rose)}.communication-thread__header{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border)}.communication-thread__members{display:flex;align-items:center;gap:-6px;flex-shrink:0}.communication-member-avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:2px solid var(--surface);margin-left:-6px;overflow:hidden;background:var(--surface-muted);font-size:.7rem;font-weight:700;color:var(--text-secondary);flex-shrink:0}.communication-member-avatar:first-child{margin-left:0}.communication-member-avatar img{width:100%;height:100%;object-fit:cover}.communication-member-avatar--overflow{background:var(--surface-soft);color:var(--text-secondary);font-size:.68rem}.communication-thread__messages{flex:1;min-height:0;overflow-y:auto;padding:20px 18px;display:flex;flex-direction:column;gap:2px}.communication-thread__placeholder{margin:auto;color:var(--text-secondary);font-size:.9rem;text-align:center}.communication-day-divider{align-self:center;margin:16px 0 10px;padding:4px 14px;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font-size:.72rem;font-weight:600}.communication-message-row{display:flex;flex-direction:column;align-items:flex-start;max-width:72%;margin:3px 0}.communication-message-row--own{align-items:flex-end;align-self:flex-end;margin-left:auto}.communication-message-row__author{font-size:.74rem;font-weight:600;color:var(--text-secondary);margin-bottom:3px;padding:0 4px}.communication-message{padding:10px 14px;border-radius:18px 18px 18px 5px;background:var(--surface-soft);border:1px solid var(--border);max-width:100%}.communication-message--own{background:var(--accent-blue);border-color:var(--accent-blue);border-bottom-left-radius:18px;border-bottom-right-radius:5px}.communication-message__body{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.communication-message--own .communication-message__body{color:#fff}.communication-message__footer{display:flex;align-items:center;gap:6px;margin-top:4px}.communication-message__time{font-size:.7rem;color:var(--text-muted)}.communication-message--own .communication-message__time{color:#ffffffa6}.communication-message__edited{font-size:.68rem;color:var(--text-muted);font-style:italic}.communication-message--own .communication-message__edited{color:#ffffff8c}.communication-message-actions{display:flex;gap:1px;margin-top:3px;opacity:0;pointer-events:none;transition:opacity .12s ease}.communication-message-row:hover .communication-message-actions{opacity:1;pointer-events:auto}.communication-message-action{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.communication-message-action:hover{background:var(--surface-muted);color:var(--text-primary)}.communication-message-action--danger:hover{background:#f43f5e1a;color:var(--accent-rose)}.communication-message-action--success{color:var(--accent-green, #22c55e)}.communication-message-action--success:hover{background:#22c55e1a;color:var(--accent-green, #22c55e)}.communication-message__quote{display:block;margin-bottom:6px;padding:5px 10px;border-left:3px solid var(--accent-blue);border-radius:4px;background:#5b77f814;font-size:.78rem;line-height:1.35;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.communication-message--own .communication-message__quote{border-left-color:#ffffffb3;background:#ffffff29;color:#ffffffe6}.communication-reply-banner{display:flex;align-items:center;gap:10px;padding:10px 16px;border-top:1px solid var(--border);background:var(--surface-soft)}.communication-reply-banner__bar{width:3px;align-self:stretch;border-radius:2px;background:var(--accent-blue);flex-shrink:0}.communication-reply-banner__content{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.communication-reply-banner__label{font-size:.78rem;font-weight:600;color:var(--accent-blue-strong)}.communication-reply-banner__quote{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communication-reply-banner__close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.communication-reply-banner__close:hover{background:var(--surface-muted);color:var(--text-primary)}.communication-message-edit{display:flex;flex-direction:column;gap:8px;width:100%;min-width:280px}.communication-message-edit__input{width:100%;resize:vertical;min-height:72px;padding:10px 12px;border:1px solid var(--accent-blue);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text-primary);font-family:inherit;font-size:.9rem;line-height:1.4;box-shadow:var(--focus-ring)}.communication-message-edit__input:focus{outline:none}.communication-message-edit__actions{display:flex;justify-content:flex-end;gap:8px}.primary-button--sm,.secondary-button--sm{padding:6px 14px;font-size:.82rem;height:auto}.communication-name-required{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 18px;border-top:1px solid var(--border);background:var(--surface-soft)}.communication-name-required p{margin:0;font-size:.88rem;line-height:1.45;color:var(--text-secondary);flex:1;min-width:200px}.communication-composer{display:flex;align-items:flex-end;gap:10px;padding:14px 16px;border-top:1px solid var(--border);background:var(--surface)}.communication-composer__input{flex:1;resize:none;max-height:120px;min-height:44px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text-primary);font-family:inherit;font-size:.9rem;line-height:1.4}.communication-composer__input:focus{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.communication-composer__send{flex-shrink:0;padding:0 20px;height:44px;border:none;border-radius:var(--radius-md);background:var(--accent-blue);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .16s ease}.communication-composer__send:hover:not(:disabled){background:var(--accent-blue-strong)}.communication-composer__send:disabled{opacity:.5;cursor:not-allowed}.communication-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px}.communication-overlay__backdrop{position:absolute;inset:0;background:#20203366}.communication-overlay__panel{position:relative;z-index:1;width:100%;max-width:440px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.communication-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border)}.communication-overlay__header h2{margin:0;font-size:1.1rem;font-weight:700;color:var(--text-primary)}.communication-overlay__form{display:flex;flex-direction:column;gap:16px;padding:22px}.communication-field{display:flex;flex-direction:column;gap:6px}.communication-field>span{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.communication-field input,.communication-field select{padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text-primary);font-family:inherit;font-size:.9rem}.communication-field input:focus,.communication-field select:focus{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.communication-overlay__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.communication-primary-button{padding:11px 20px;border:none;border-radius:var(--radius-md);background:var(--accent-blue);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .16s ease}.communication-primary-button:hover:not(:disabled){background:var(--accent-blue-strong)}.communication-primary-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:767px){.communication-layout{height:100%}.communication-message{max-width:88%}.communication-overlay__panel{max-width:100%}}.miro-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border-soft, rgba(15, 23, 42, .08))}.miro-links__label{font-size:13px;font-weight:600;color:var(--text-muted, #64748b)}.miro-links__chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:var(--surface-muted, rgba(15, 23, 42, .05));color:inherit;font-size:13px;text-decoration:none}.miro-links__chip:hover{background:var(--surface-muted-strong, rgba(15, 23, 42, .1));text-decoration:underline}.communication-load-error{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin:16px;padding:14px 18px;border-radius:14px;border:1px solid rgba(255,59,48,.35);background:#ff3b3014;color:var(--color-error, #ff3b30)}.communication-load-error__text{display:flex;flex-direction:column;gap:2px;font-size:13px;min-width:0}.communication-load-error__text strong{font-size:14px}.communication-load-error__text span{word-break:break-word;opacity:.85}.login-page{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:24px;background:var(--page-bg)}.login-panel{width:min(400px,100%);display:flex;flex-direction:column;gap:28px;padding:36px 32px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.login-header{display:flex;flex-direction:column;gap:6px;text-align:center}.login-title{font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.login-subtitle{font-size:15px;color:var(--text-secondary)}.login-form{display:flex;flex-direction:column;gap:16px}.login-field{display:flex;flex-direction:column;gap:6px}.login-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.login-input{width:100%;padding:11px 13px;font-size:15px;color:var(--text-primary);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.login-input:focus-visible{border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.login-error{margin:0;padding:10px 12px;font-size:13px;color:var(--accent-rose);background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm)}.login-submit{margin-top:4px;width:100%;padding:12px 16px;font-size:15px;font-weight:600;color:#fff;background:var(--accent-blue);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .18s ease,opacity .18s ease}.login-submit:hover:not(:disabled){background:var(--accent-blue-strong)}.login-submit:focus-visible{box-shadow:var(--focus-ring)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-switch{margin:0;text-align:center;font-size:13px;color:var(--text-secondary)}.login-switch__button{padding:0;font:inherit;color:var(--accent-blue);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.login-switch__button:hover{color:var(--accent-blue-strong)}.login-switch__button:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.materials-tabs{display:inline-flex;align-self:flex-start;width:fit-content;max-width:100%;gap:6px;padding:4px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border);margin-bottom:18px}.materials-tab{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;border-radius:999px;padding:8px 16px;font-weight:600;font-size:14px;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.materials-tab:hover{color:var(--text-primary)}.materials-tab--active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-soft)}.materials-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;font-size:12px;font-weight:700;color:var(--accent-blue-strong);background:#5b77f81f}.materials-tab--active .materials-tab__count{background:#5b77f82e}.materials-section{display:grid;gap:18px}.materials-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.materials-section__hint{margin:0;font-size:14px;color:var(--text-secondary)}.materials-empty{margin:0;padding:32px;text-align:center;color:var(--text-muted);background:var(--surface-soft);border:1px dashed var(--border);border-radius:var(--radius-md);font-weight:500}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.materials-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease}.materials-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px #1e28501a}.materials-card__media{position:relative;aspect-ratio:16 / 10;background:var(--surface-muted);display:flex;align-items:center;justify-content:center;overflow:hidden}.materials-card__media img{width:100%;height:100%;object-fit:cover}.materials-card__placeholder{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);box-shadow:var(--shadow-soft)}.materials-card__placeholder svg{width:26px;height:26px}.materials-card__tag{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.materials-card__tag--tafelbild{background:#5b77f8eb}.materials-card__tag--dokument{background:#67d8adeb}.materials-card__tag--sonstiges{background:#8f89c5eb}.materials-card__delete{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:999px;background:#ffffffe6;color:var(--accent-rose);cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease}.materials-card:hover .materials-card__delete,.materials-card__delete:focus-visible{opacity:1}.materials-card__delete:hover{background:var(--accent-rose);color:#fff}.materials-card__delete svg{width:16px;height:16px}.materials-card__body{display:grid;gap:6px;padding:14px}.materials-card__title{margin:0;font-size:15px;font-weight:700;color:var(--text-primary);line-height:1.3}.materials-card__date{margin:0;font-size:12px;color:var(--text-muted)}.materials-card__link{justify-self:start;margin-top:4px;font-size:13px;font-weight:600;color:var(--accent-blue-strong);text-decoration:none}.materials-card__link:hover{text-decoration:underline}.materials-card__nofile{margin-top:4px;font-size:12px;color:var(--text-muted)}.materials-editor__panel{max-width:480px}.materials-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.materials-upload__dropzone{flex:1;min-width:180px;min-height:120px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);cursor:pointer;padding:12px;overflow:hidden;transition:border-color .15s ease,background .15s ease}.materials-upload__dropzone:hover{border-color:var(--accent-blue);background:var(--surface-soft)}.materials-upload__preview{max-width:100%;max-height:160px;border-radius:var(--radius-sm);object-fit:cover}.materials-upload__hint,.materials-upload__filename{font-size:13px;font-weight:600;word-break:break-word;text-align:center}.materials-upload__clear{align-self:flex-start}.materials-upload__input{display:none}.editor-section__hint{margin:0;font-size:13px;color:var(--text-secondary)}.materials-feedback-summary{display:flex;gap:14px;flex-wrap:wrap}.materials-feedback-summary__metric{flex:1;min-width:140px;display:grid;gap:4px;padding:16px;border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid var(--border)}.materials-feedback-summary__value{font-size:26px;font-weight:800;color:var(--text-primary)}.materials-feedback-summary__label{font-size:13px;color:var(--text-secondary)}.materials-composer{display:grid;gap:12px;padding:16px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.materials-composer__row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.materials-composer__field{display:grid;gap:6px;font-size:13px;font-weight:600;color:var(--text-secondary)}.materials-composer__field input,.materials-composer__field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;font-size:14px;color:var(--text-primary);background:var(--surface-soft);resize:vertical}.materials-composer__field input:focus,.materials-composer__field textarea:focus{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.materials-composer__rating{border:none;margin:0;padding:0;display:grid;gap:6px}.materials-composer__rating legend{font-size:13px;font-weight:600;color:var(--text-secondary);padding:0}.materials-rating-stars{display:inline-flex;gap:2px}.materials-rating-stars__star{border:none;background:transparent;cursor:pointer;font-size:22px;line-height:1;color:var(--text-muted);transition:color .12s ease,transform .12s ease}.materials-rating-stars__star:hover{transform:scale(1.12)}.materials-rating-stars__star--on{color:var(--accent-amber)}.materials-composer__footer{display:flex;justify-content:flex-end}.materials-feedback-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.materials-feedback-item{display:grid;gap:8px;padding:16px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.materials-feedback-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.materials-feedback-item__author{margin:0;font-size:14px;font-weight:700;color:var(--text-primary)}.materials-feedback-item__date{margin:2px 0 0;font-size:12px;color:var(--text-muted)}.materials-feedback-item__actions{display:inline-flex;align-items:center;gap:8px}.materials-feedback-item__rating{font-size:15px;letter-spacing:1px;color:var(--accent-amber);white-space:nowrap}.materials-feedback-item__delete{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--text-muted);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.materials-feedback-item__delete:hover{color:var(--accent-rose);border-color:var(--accent-rose);background:#ef83981a}.materials-feedback-item__delete svg{width:15px;height:15px}.materials-feedback-item__body{margin:0;font-size:14px;line-height:1.5;color:var(--text-primary)}@media(max-width:768px){.materials-section__head{flex-direction:column;align-items:stretch}.materials-section__head .primary-button{width:100%}.materials-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.materials-composer__row{grid-template-columns:1fr}.materials-tabs{width:100%;justify-content:stretch}.materials-tab{flex:1;justify-content:center}}.materials-load-error{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px;padding:12px 16px;border:1px solid color-mix(in srgb,var(--color-error, #ff3b30) 35%,transparent);border-radius:12px;background:color-mix(in srgb,var(--color-error, #ff3b30) 10%,transparent)}.materials-load-error__text{display:flex;flex-direction:column;gap:2px;min-width:0}.materials-load-error__text strong{color:var(--color-error, #ff3b30);font-size:.95rem}.materials-load-error__text span{color:var(--text-secondary, #6e6e73);font-size:.85rem;word-break:break-word}.materials-load-error__retry{flex-shrink:0;padding:8px 14px;border:none;border-radius:10px;background:var(--color-error, #ff3b30);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.materials-load-error__retry:hover{filter:brightness(.95)}.monthly-board{display:flex;flex-direction:column;gap:18px;height:100%}.monthly-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.monthly-toolbar__nav{display:flex;align-items:center;gap:12px}.monthly-toolbar__title{font-size:1.25rem;font-weight:700;color:var(--text-primary);min-width:168px;text-align:center}.monthly-toolbar__meta{display:flex;align-items:center;gap:14px}.monthly-toolbar__count{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.gcal-control{display:flex;align-items:center;gap:10px}.gcal-control__status{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.gcal-control__dot{width:7px;height:7px;border-radius:var(--radius-pill, 980px);background:var(--accent-mint, #34c759);flex-shrink:0}.monthly-calendar{display:flex;flex-direction:column;gap:10px}.monthly-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;padding:0 4px}.monthly-calendar__weekdays span{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);text-align:left}.monthly-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.monthly-day{display:flex;flex-direction:column;gap:8px;min-height:110px;padding:10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.monthly-day:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.monthly-day:focus-visible{outline:none;box-shadow:var(--focus-ring)}.monthly-day--empty{border:1px dashed var(--border);background:var(--surface-muted);cursor:default;min-height:110px}.monthly-day--weekend{background:var(--surface-soft)}.monthly-day--today{border-color:var(--accent-blue);box-shadow:inset 0 0 0 1px var(--accent-blue)}.monthly-day--selected{border-color:var(--accent-blue-strong);box-shadow:var(--focus-ring)}.monthly-day__number{font-size:.92rem;font-weight:700;color:var(--text-primary)}.monthly-day--today .monthly-day__number{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--accent-blue);color:#fff}.monthly-day__entries{display:flex;flex-direction:column;gap:5px}.monthly-day__chip{display:block;max-width:100%;padding:3px 8px;border-radius:var(--radius-sm);background:#5b77f81f;color:var(--accent-blue-strong);font-size:.74rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monthly-day__more{font-size:.72rem;font-weight:600;color:var(--text-secondary)}.monthly-hint{font-size:.82rem;color:var(--text-muted)}.monthly-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:stretch;justify-content:flex-end}.monthly-overlay__backdrop{position:absolute;inset:0;border:none;padding:0;background:#181e3c52;cursor:pointer}.monthly-panel{position:relative;display:flex;flex-direction:column;width:min(420px,100%);height:100%;background:var(--surface);box-shadow:-18px 0 44px #1e285029;overflow-y:auto}.monthly-overlay--mobile{align-items:flex-end;justify-content:center}.monthly-overlay--mobile .monthly-panel{width:100%;height:auto;max-height:88vh;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);box-shadow:0 -18px 44px #1e28502e}.monthly-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:22px 22px 16px;border-bottom:1px solid var(--border)}.monthly-panel__eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-blue)}.monthly-panel__header h2{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.monthly-panel__body{display:flex;flex-direction:column;gap:22px;padding:20px 22px 26px}.monthly-panel__list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.monthly-panel__empty{font-size:.86rem;color:var(--text-muted);padding:14px;border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-soft)}.monthly-entry{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft)}.monthly-entry__main{display:flex;flex-direction:column;gap:4px}.monthly-entry__name{font-size:.92rem;font-weight:700;color:var(--text-primary)}.monthly-entry__project{align-self:flex-start;padding:2px 8px;border-radius:var(--radius-sm);background:#67d8ad29;color:#2f8f6a;font-size:.74rem;font-weight:600}.monthly-entry__note{font-size:.82rem;color:var(--text-secondary)}.monthly-entry__delete{flex-shrink:0}.monthly-form{display:flex;flex-direction:column;gap:14px}.monthly-form h3{font-size:.95rem;font-weight:700;color:var(--text-primary)}.monthly-field{display:flex;flex-direction:column;gap:6px}.monthly-field span{font-size:.78rem;font-weight:600;color:var(--text-secondary)}.monthly-field input,.monthly-field select,.monthly-field textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-primary);font-size:.88rem;resize:vertical}.monthly-field input:focus-visible,.monthly-field select:focus-visible,.monthly-field textarea:focus-visible{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.monthly-add-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border:none;border-radius:var(--radius-md);background:var(--accent-blue);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .16s ease,opacity .16s ease}.monthly-add-button:hover:not(:disabled){background:var(--accent-blue-strong)}.monthly-add-button:disabled{opacity:.5;cursor:not-allowed}.monthly-add-button:focus-visible{outline:none;box-shadow:var(--focus-ring)}@media(max-width:1199px){.monthly-day{min-height:96px}}@media(max-width:767px){.monthly-calendar__weekdays span{text-align:center;font-size:.68rem}.monthly-calendar__weekdays,.monthly-calendar__grid{gap:6px}.monthly-day{min-height:64px;padding:6px;gap:4px;align-items:center}.monthly-day__number{font-size:.82rem}.monthly-day__entries{width:100%;flex-direction:row;justify-content:center;gap:4px}.monthly-day__chip{width:6px;height:6px;padding:0;border-radius:50%;background:var(--accent-blue);color:transparent;overflow:hidden}.monthly-day__more{display:none}.monthly-toolbar__title{min-width:0;font-size:1.05rem}}.monthly-load-error{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:14px 18px;border:1px solid rgba(220,38,38,.35);border-radius:14px;background:#dc262614}.monthly-load-error p{margin:0;font-size:14px;font-weight:600;color:#b91c1c}.monthly-load-error__detail{flex-basis:100%;font-size:13px;font-weight:400!important;color:#b91c1cd9!important}.logistics-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.logistics-toolbar__info{display:flex;flex-direction:column;gap:4px}.logistics-toolbar__count{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.logistics-toolbar__hint{margin:0;font-size:.85rem;color:var(--text-secondary)}.logistics-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.logistics-search{min-height:38px;min-width:260px;padding:0 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-soft);color:var(--text-primary);font-size:.9rem}.logistics-search:focus{outline:none;box-shadow:var(--focus-ring);border-color:var(--accent-blue)}.logistics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:18px}.logistics-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.logistics-card__header{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.logistics-card__badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:var(--radius-md);background:#5b77f81f;color:var(--accent-blue-strong)}.logistics-card__heading{flex:1;min-width:0}.logistics-card__heading h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-primary)}.logistics-card__heading p{margin:2px 0 0;font-size:.82rem;color:var(--text-secondary)}.logistics-card__actions{display:flex;gap:8px;flex-shrink:0}.logistics-card__delete{color:var(--accent-rose);border-color:#ef839866}.logistics-card__delete:hover{background:#ef83981f}.logistics-card__body{display:flex;flex-direction:column;gap:18px;padding:18px 20px 20px}.logistics-card__block h3{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.logistics-card__block h3 svg{width:15px;height:15px}.logistics-card__accommodation{margin:0;font-size:.98rem;font-weight:600;color:var(--text-primary)}.logistics-card__address{margin:4px 0 0;font-size:.85rem;color:var(--text-secondary)}.logistics-card__dates{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.logistics-card__date{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-sm);background:var(--surface-muted);font-size:.8rem;color:var(--text-primary)}.logistics-card__date svg{width:15px;height:15px;color:var(--accent-blue)}.logistics-card__contacts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.logistics-contact{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid var(--border)}.logistics-contact__main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.logistics-contact__name{margin:0;font-size:.9rem;font-weight:600;color:var(--text-primary)}.logistics-contact__role{display:inline-flex;padding:2px 8px;border-radius:999px;background:#8f89c529;color:var(--accent-violet);font-size:.72rem;font-weight:600}.logistics-contact__meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:.82rem}.logistics-contact__meta a{display:inline-flex;align-items:center;gap:5px;color:var(--accent-blue-strong);text-decoration:none}.logistics-contact__meta a:hover{text-decoration:underline}.logistics-contact__email svg{width:14px;height:14px}.logistics-card__empty,.logistics-card__notes{margin:0;font-size:.86rem;color:var(--text-secondary)}.logistics-card__block--notes .logistics-card__notes{color:var(--text-primary);white-space:pre-line;line-height:1.5}.logistics-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-soft)}.logistics-empty p{margin:0;color:var(--text-secondary);font-size:.95rem}.logistics-editor__panel{max-width:640px}.logistics-editor__contacts-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.logistics-editor__contacts-head h3{margin:0}.logistics-editor__add{display:inline-flex;align-items:center;gap:6px}.logistics-editor__add svg{width:16px;height:16px}.logistics-contact-editor{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.logistics-contact-editor__item{position:relative;padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid var(--border)}.logistics-contact-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.logistics-contact-editor__row+.logistics-contact-editor__row{margin-top:12px}.logistics-contact-editor__remove{position:absolute;top:10px;right:10px}.logistics-editor__notes{width:100%;min-height:96px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-soft);color:var(--text-primary);font:inherit;resize:vertical}.logistics-editor__notes:focus{outline:none;box-shadow:var(--focus-ring);border-color:var(--accent-blue)}@media(max-width:768px){.logistics-grid{grid-template-columns:1fr}.logistics-toolbar{align-items:stretch}.logistics-toolbar__actions{width:100%}.logistics-toolbar__actions .primary-button{flex:1}.logistics-search{width:100%;min-width:0;flex:1 1 100%}.logistics-card__header{flex-wrap:wrap}.logistics-card__actions{width:100%}.logistics-card__actions .secondary-button{flex:1}.logistics-contact-editor__row{grid-template-columns:1fr}}.projects-main{padding:32px 36px 36px;gap:24px}.projects-header h1{font-size:30px;letter-spacing:-.022em}.projects-panel{padding:24px;gap:22px}.auftritte-sort{min-height:36px;padding:0 6px 0 12px;gap:6px;background:var(--surface);color:var(--text-secondary)}.auftritte-sort svg{width:16px;height:16px;color:var(--text-muted)}.auftritte-sort select{font-size:13px;padding-right:4px}.auftritte-table thead th{text-transform:none;letter-spacing:.01em;font-size:12px;color:var(--text-muted);padding:12px 18px}.auftritte-table td{padding:16px 18px}.auftritte-table .table-project-id__name{font-size:15px;font-weight:590;letter-spacing:-.01em}.auftritte-table .table-project-id p:last-child{font-size:12.5px;color:var(--text-secondary);margin-top:1px}.auftritte-table .logo-chip{width:36px;height:36px;border-radius:11px}.auftritte-progress{display:flex;align-items:center;gap:10px;min-width:132px}.auftritte-progress .progress-row{flex:1;height:5px}.auftritte-progress__value{font-size:12px;font-weight:510;color:var(--text-secondary);font-variant-numeric:tabular-nums;min-width:30px;text-align:right}.auftritte-due{font-size:13px;color:var(--text-secondary);white-space:nowrap;font-variant-numeric:tabular-nums}.auftritte-table .table-actions .quick-actions{opacity:.55;transition:opacity .18s ease}.auftritte-table .projects-table__row--interactive:hover .table-actions .quick-actions,.auftritte-table .projects-table__row--interactive:focus-within .table-actions .quick-actions{opacity:1}.crm-shell--mobile .projects-mobile-card{border-radius:var(--radius-md);padding:14px;gap:12px}.crm-shell--mobile .projects-mobile-card__name{font-size:17px;letter-spacing:-.01em}.crm-shell--mobile .projects-mobile-card .auftritte-progress{min-width:0}.crm-shell--mobile .projects-mobile-card__foot{font-size:12.5px}.projects-grid{gap:16px}.project-grid-card{border-color:var(--separator);border-radius:var(--radius-md);padding:18px 16px;gap:12px}.project-grid-card__top .quick-actions{opacity:.55;transition:opacity .18s ease}.project-grid-card--interactive:hover .quick-actions,.project-grid-card--interactive:focus-within .quick-actions{opacity:1}.project-grid-card__name{font-size:15px;font-weight:590;letter-spacing:-.01em}.auftritte-grid-progress{width:100%;height:5px;margin-top:2px}.auftritte-grid-foot{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.quick-actions__menu{background:#ffffffdb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.quick-actions__item{font-size:13.5px}.projects-panel .pagination{padding-top:4px}.projects-panel .pagination__arrow{border-color:transparent;background:transparent;color:var(--text-secondary)}.projects-panel .pagination__arrow:not(:disabled):hover{background:var(--surface-muted)}.archive-list{display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto}.archive-list__intro{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.archive-list__count{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary)}.archive-list__hint{font-size:13px;color:var(--text-muted)}.archive-list__empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:48px 20px;text-align:center;border:1px dashed var(--separator);border-radius:var(--radius-lg);color:var(--text-muted)}.archive-list__empty p{font-size:15px;font-weight:590;color:var(--text-secondary)}.archive-list__empty small{font-size:13px}.archive-list__groups{display:flex;flex-direction:column;gap:22px;padding-bottom:4px}.archive-group__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;padding:0 2px}.archive-group__head h3{font-size:12px;font-weight:590;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.archive-group__head span{font-size:12px;color:var(--text-muted)}.archive-group__rows{list-style:none;margin:0;padding:0;border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.archive-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto auto;align-items:center;gap:14px;padding:12px 14px;border-bottom:1px solid var(--separator);background:var(--surface)}.archive-row:last-child{border-bottom:0}.archive-row--interactive{cursor:pointer;transition:background-color .15s ease}.archive-row--interactive:hover{background:var(--surface-muted)}.archive-row--interactive:focus-visible{outline:none;box-shadow:var(--focus-ring)}.archive-row__identity{min-width:0}.archive-row__identity p{font-size:14.5px;font-weight:560;letter-spacing:-.01em;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-row__identity small{display:block;margin-top:2px;font-size:12.5px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-row__date{font-size:13px;color:var(--text-secondary);white-space:nowrap;font-variant-numeric:tabular-nums}.archive-row__chevron{color:var(--text-muted)}.archive-row__actions .quick-actions{opacity:.55;transition:opacity .18s ease}.archive-row--interactive:hover .quick-actions,.archive-row--interactive:focus-within .quick-actions{opacity:1}@media(max-width:767px){.archive-list__intro{flex-direction:column;gap:2px}.archive-row{gap:10px;padding:12px}.archive-row__team{display:none}}.projects-panel .projects-skeleton__table-header,.projects-panel .projects-skeleton__table-row{grid-template-columns:2.2fr 1fr 1.3fr 1fr 40px}.project-editor__panel{box-shadow:var(--shadow-soft);padding:24px;gap:18px}.project-editor__header h2{font-size:22px;font-weight:600;letter-spacing:-.02em}.project-editor .editor-section{border-color:var(--separator);border-radius:var(--radius-md);padding:16px;gap:12px}.project-editor .editor-section h3{font-size:13px;font-weight:590;letter-spacing:.01em;color:var(--text-secondary)}@media(max-width:1199px){.projects-main{padding:24px 24px 28px;gap:20px}.projects-panel{padding:20px}}@media(max-width:767px){.projects-main{padding:16px 16px 96px;gap:16px}.projects-panel{padding:14px;gap:16px}.projects-header h1{font-size:22px}}.projects-load-error{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid rgba(255,59,48,.35);border-radius:var(--radius-md);background:#ff3b3014;color:var(--text-primary)}.projects-load-error__text{display:flex;flex-direction:column;gap:2px;font-size:14px}.projects-load-error__text strong{color:var(--color-error)}.projects-load-error__text span{color:var(--text-secondary)}.team-toolbar{margin-bottom:20px}.team-table-wrap{border:1px solid var(--separator);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-soft)}.team-table{width:100%;border-collapse:collapse}.team-table thead th{text-align:left;padding:14px 20px;font-size:12px;font-weight:500;letter-spacing:.02em;color:var(--text-muted);background:var(--surface);border-bottom:1px solid var(--separator)}.team-table tbody td{padding:14px 20px;border-bottom:1px solid var(--separator);vertical-align:middle}.team-table tbody tr:last-child td{border-bottom:0}.team-table .projects-table__row--interactive{cursor:pointer;transition:background-color .18s ease}.team-table .projects-table__row--interactive:hover{background:var(--surface-muted)}.team-table .projects-table__row--interactive:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--accent-blue)}.team-table .projects-table__action-col{width:56px}.team-table .table-project-id{display:flex;align-items:center;gap:14px}.team-identity{display:grid;gap:2px;min-width:0}.team-table .table-project-id__name{font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.25}.team-identity__email{font-size:13px;color:var(--text-secondary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.team-table .team-member-avatar,.team-mobile-card .team-member-avatar{border:1px solid var(--separator);background:var(--surface)}.team-table .team-member-avatar{width:40px;height:40px}.team-mobile-card .team-member-avatar--lg{width:48px;height:48px}.team-role-cell{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.team-role-cell__name{font-size:15px;font-weight:500;color:var(--text-primary)}.team-phone{font-size:14px;color:var(--text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.team-badge-row{display:inline-flex;flex-wrap:wrap;gap:6px}.team-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--text-secondary);font-size:11px;font-weight:500;letter-spacing:.01em;white-space:nowrap}.team-table .table-actions{display:flex;justify-content:flex-end}.team-table .table-actions .quick-actions>.icon-button{opacity:0;transition:opacity .18s ease,background-color .18s ease}.team-table .projects-table__row--interactive:hover .table-actions .quick-actions>.icon-button,.team-table .projects-table__row--interactive:focus-within .table-actions .quick-actions>.icon-button,.team-table .table-actions .quick-actions>.icon-button[aria-expanded=true]{opacity:1}@media(hover:none){.team-table .table-actions .quick-actions>.icon-button{opacity:1}}.team-mobile-list{display:grid;gap:10px}.team-mobile-card{border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface);padding:14px;display:grid;gap:10px;box-shadow:var(--shadow-soft)}.team-mobile-card.projects-mobile-card--interactive:hover{background:var(--surface-muted);border-color:var(--separator)}.team-mobile-card__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.team-mobile-card__identity{display:grid;gap:2px;min-width:0}.team-mobile-card__name{font-size:17px;font-weight:600;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-mobile-card__role{font-size:13px;color:var(--text-secondary);line-height:1.2}.team-mobile-card .team-badge-row{margin-left:60px}.team-editor__panel .project-editor__header h2{font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary)}.team-editor__panel .editor-section{border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface-soft);padding:16px;gap:12px}.team-editor__panel .editor-section h3{font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--text-secondary);text-transform:none}.team-editor__panel .editor-section input,.team-editor__panel .editor-section select{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius-sm);transition:border-color .18s ease,box-shadow .18s ease}.team-editor__panel .editor-section input:focus,.team-editor__panel .editor-section select:focus{outline:none;border-color:var(--accent-blue);box-shadow:var(--focus-ring)}.team-editor__panel .team-wizard-steps{border-bottom:1px solid var(--separator)}.team-editor__panel .team-wizard-steps__num{background:var(--surface-muted);color:var(--text-muted)}.team-editor__panel .team-wizard-steps__step--active .team-wizard-steps__num{background:var(--accent-blue);color:#fff}.team-editor__panel .team-wizard-steps__connector{background:var(--separator)}.team-editor__panel .team-role-card{border:1px solid var(--separator);background:var(--surface);transition:border-color .18s ease,background-color .18s ease}.team-editor__panel .team-role-card:hover{border-color:var(--text-muted)}.team-editor__panel .team-role-card--active{border-color:var(--accent-blue);background:#0071e314;box-shadow:none}.team-editor__panel .team-collab-chip{border:1px solid var(--separator);background:var(--surface)}.team-editor__panel .team-collab-chip:hover{border-color:var(--text-muted);background:var(--surface-soft)}.team-editor__panel .team-collab-chip--active{border-color:transparent;background:#0071e31a;color:var(--text-primary)}.team-editor__panel .team-collab-chip--danger.team-collab-chip--active{border-color:transparent;background:#ff3b301a;color:var(--accent-rose)}.team-editor__panel .selector-item{border:1px solid var(--separator);background:var(--surface)}.team-editor__panel .selector-item--active{border-color:transparent;background:#0071e31a}.team-editor__panel .selector-item--danger{border-color:transparent;background:#ff3b301a}.team-editor__panel .team-avatar-upload__button{border:1px solid var(--separator);transition:border-color .18s ease}.team-editor__panel .team-avatar-upload__button:hover{border-color:var(--accent-blue)}@media(max-width:767px){.team-table-wrap{box-shadow:none}}.team-load-error{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:14px 20px;border:1px solid rgba(255,59,48,.35);border-radius:var(--radius-lg);background:#ff3b3014}.team-load-error__copy{min-width:0}.team-load-error__title{margin:0;font-size:14px;font-weight:600;color:#c62828}.team-load-error__detail{margin:2px 0 0;font-size:12px;color:var(--text-muted);overflow-wrap:anywhere}.team-load-error__retry{flex-shrink:0;padding:8px 14px;border:1px solid rgba(255,59,48,.4);border-radius:999px;background:var(--surface, #fff);font-size:13px;font-weight:500;color:#c62828;cursor:pointer;transition:background-color .18s ease}.team-load-error__retry:hover{background:#ff3b301f}@media(max-width:767px){.team-load-error{flex-direction:column;align-items:flex-start}}:root{--font-system: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "Segoe UI", sans-serif;--page-bg: #f5f5f7;--surface: #ffffff;--surface-soft: #fbfbfd;--surface-muted: #f5f5f7;--border: rgba(60, 60, 67, .12);--separator: rgba(60, 60, 67, .12);--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #8e8e93;--accent-blue: #0071e3;--accent-blue-strong: #0077ed;--accent-mint: #34c759;--accent-amber: #ff9f0a;--accent-rose: #ff3b30;--accent-violet: #5e5ce6;--color-success: #34c759;--color-warning: #ff9f0a;--color-error: #ff3b30;--color-info: #0a84ff;--shadow-soft: 0 1px 2px rgba(0, 0, 0, .04), 0 10px 30px rgba(0, 0, 0, .05);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-pill: 980px;--focus-ring: 0 0 0 4px rgba(0, 113, 227, .25);font-family:var(--font-system);line-height:1.47;font-weight:400;color:var(--text-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;overflow:hidden}*{box-sizing:border-box}body{margin:0;min-width:320px;font-family:var(--font-system);color:var(--text-primary);background:var(--page-bg);letter-spacing:-.01em}h1,h2,h3,p{margin:0}h1{font-size:28px;line-height:1.14;font-weight:600;letter-spacing:-.02em}h2{font-size:20px;line-height:1.25;font-weight:600;letter-spacing:-.015em}h3{font-size:16px;line-height:1.3;font-weight:600;letter-spacing:-.01em}button,select{font:inherit;color:inherit}button{border:0;background:none;padding:0;cursor:pointer}button:focus-visible,select:focus-visible,a:focus-visible{outline:none;box-shadow:var(--focus-ring)}.crm-shell{position:relative;min-height:100vh;height:100%;display:grid;grid-template-columns:var(--rail-width, 68px) minmax(0,1fr);gap:0;overflow:hidden;background:var(--page-bg)}.icon-rail{border-right:1px solid var(--separator);background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);display:flex;flex-direction:column;align-items:center;padding:20px 12px;gap:24px}.icon-rail__logo{display:flex;align-items:center;gap:10px;width:34px;height:34px;padding:0;border-radius:var(--radius-sm);border:1px solid var(--separator);background:var(--surface);cursor:pointer;overflow:hidden;transition:width .18s ease}.icon-rail__logo-badge{position:relative;display:grid;place-items:center;width:32px;height:32px;flex-shrink:0}.icon-rail__logo-badge img{width:100%;height:100%;object-fit:contain;padding:4px}.icon-rail__logo-overlay{position:absolute;inset:0;display:grid;place-items:center;background:#00000073;color:#fff;opacity:0;transition:opacity .15s ease}.icon-rail__logo:hover .icon-rail__logo-overlay{opacity:1}.icon-rail__logo-name{font-size:13.5px;font-weight:600;white-space:nowrap;color:var(--text-primary)}.icon-rail__logo-collapse{display:grid;place-items:center;margin-left:auto;margin-right:6px;color:var(--text-secondary);flex-shrink:0}.icon-rail--expanded .icon-rail__logo{width:100%}.icon-rail__buttons{display:flex;flex:1;width:100%;flex-direction:column;align-items:center;gap:10px}.icon-rail__button,.icon-rail__profile{width:42px;height:42px;border-radius:var(--radius-sm);color:var(--text-secondary);display:grid;place-items:center;transition:background-color .18s ease,color .18s ease}.icon-rail__button-icon{display:grid;place-items:center}.icon-rail__button:hover,.icon-rail__profile:hover{background:var(--surface-muted);color:var(--text-primary)}.icon-rail__button--active{color:var(--accent-blue);background:#0071e31a}.icon-rail__profile{overflow:hidden}.icon-rail__profile img{width:100%;height:100%;object-fit:cover}.icon-rail__button-wrap{position:relative}.icon-rail__label{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:12px;padding:6px 10px;white-space:nowrap;font-size:12px;font-weight:500;color:var(--text-primary);background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;pointer-events:none;z-index:100}.icon-rail__button-wrap:hover .icon-rail__label{opacity:1;visibility:visible;transition:opacity .15s ease .2s,visibility 0s linear .2s}.icon-rail__group{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.icon-rail__item{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.icon-rail__divider{display:block;width:28px;height:1px;margin:8px 0;background:var(--separator)}.icon-rail__button--sub .icon-rail__button-icon{transform:scale(.82);opacity:.85}.icon-rail--expanded,.icon-rail--expanded .icon-rail__group,.icon-rail--expanded .icon-rail__item{align-items:stretch}.icon-rail--expanded .icon-rail__divider{width:100%;margin:8px 0}.icon-rail--expanded .icon-rail__button{width:100%;height:42px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 12px}.icon-rail--expanded .icon-rail__button--sub{padding-left:30px}.icon-rail--expanded .icon-rail__label{position:static;transform:none;margin-left:0;padding:0;white-space:nowrap;font-size:13.5px;color:inherit;background:transparent;border:none;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto}.icon-rail--expanded .profile-menu{justify-content:flex-start;width:100%;padding:0 12px;box-sizing:border-box}.icon-rail--expanded .profile-menu__trigger{width:100%;height:42px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 4px;overflow:visible}.icon-rail--expanded .profile-menu__trigger-label{flex:1;min-width:0;font-size:13.5px;font-weight:500;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-menu{position:relative;display:flex;justify-content:center}.profile-menu__trigger{border:1px solid transparent;padding:0;cursor:pointer}.profile-menu__trigger:hover,.profile-menu__trigger--active{background:var(--surface-muted)}.profile-menu__trigger--active{border-color:var(--separator)}.profile-menu__avatar{width:34px;height:34px;border-radius:var(--radius-pill);display:grid;place-items:center;font-size:12.5px;font-weight:600;letter-spacing:.01em;color:#fff;background:linear-gradient(135deg,var(--accent-blue),var(--accent-violet, #5e5ce6))}.profile-menu__avatar--lg{width:40px;height:40px;font-size:14px;flex-shrink:0}.profile-menu__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.profile-menu__popout{display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:var(--radius-md);border:1px solid var(--separator);background:#ffffffdb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--shadow-soft);z-index:200}.profile-menu__header{display:flex;align-items:center;gap:10px;padding:8px 10px 10px}.profile-menu__identity{display:flex;flex-direction:column;min-width:0}.profile-menu__name{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.profile-menu__email{font-size:13.5px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-menu__divider{height:1px;margin:4px 0;background:var(--separator)}.profile-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:500;color:var(--text-primary);text-align:left;transition:background-color .15s ease,color .15s ease}.profile-menu__item:hover{background:var(--surface-muted)}.profile-menu__item:disabled{opacity:.55;cursor:default}.profile-menu__item-icon{color:var(--text-secondary);flex-shrink:0}.profile-menu__item--danger,.profile-menu__item--danger .profile-menu__item-icon{color:var(--accent-rose, #ff3b30)}.profile-menu__status{display:flex;align-items:center;gap:8px;padding:6px 10px 4px;font-size:12px;font-weight:500;color:var(--text-secondary)}.profile-menu__status-dot{width:7px;height:7px;border-radius:var(--radius-pill);background:var(--text-muted);flex-shrink:0}.profile-menu__status--ok .profile-menu__status-dot{background:var(--accent-mint, #34c759)}.profile-menu__status--warn .profile-menu__status-dot{background:var(--accent-amber, #ff9f0a)}.metrics-sidebar{border-right:1px solid var(--border);background:var(--surface);padding:18px 20px;display:flex;flex-direction:column;gap:18px}.company-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.company-card__logo{width:34px;height:34px;border-radius:11px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;overflow:hidden}.company-card__logo img{width:100%;height:100%;object-fit:contain;padding:4px}.company-card__title{font-size:14px;font-weight:600}.company-card__subtitle{margin-top:2px;color:var(--text-secondary);font-size:12px}.sidebar-block{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.sidebar-block h2{font-size:18px}.sidebar-block p{color:var(--text-secondary);font-size:13px}.metric-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.metric-row{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 12px 14px;display:grid;grid-template-columns:1fr auto;gap:12px}.metric-row__title{font-size:18px;font-weight:600}.metric-row__subtitle{font-size:12px;color:var(--text-secondary)}.metric-row__value{align-self:center;font-size:30px;font-weight:600}.metric-row__bar{grid-column:1 / -1;display:block;width:100%;height:3px;border-radius:999px;opacity:.95}.sidebar-block--chart{margin-top:auto}.sidebar-block__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.mini-chart{display:grid;gap:10px;margin-bottom:14px}.mini-chart__row{height:44px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;align-items:end}.mini-chart__bar{border-radius:999px}.mini-chart__bar--primary{background:#5b77f8f2}.mini-chart__bar--secondary{background:#67d8ade6}.sidebar-totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sidebar-totals>div{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px}.sidebar-totals__value{font-weight:600}.sidebar-totals__label{margin-top:4px;color:var(--text-secondary);font-size:12px}.projects-main{min-height:0;height:100%;padding:24px 28px 28px;display:flex;flex-direction:column;gap:20px;overflow:hidden}.projects-header{min-height:52px;border-radius:0;border:0;background:transparent;padding:0 4px;display:flex;align-items:center;justify-content:space-between;gap:16px}.projects-header h1{font-size:28px;line-height:1.14;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.projects-header__left,.projects-header__actions{display:flex;align-items:center;gap:12px}.projects-panel{min-height:0;border-radius:var(--radius-lg);border:1px solid var(--separator);background:var(--surface);box-shadow:var(--shadow-soft);padding:20px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.section-stub{min-height:360px}.section-stub__subtitle{color:var(--text-secondary);font-size:15px}.section-stub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.section-stub__card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:14px;display:grid;gap:8px}.section-stub__card p{color:var(--text-secondary);font-size:13px}.section-stub__card strong{font-size:18px}.section-stub__placeholder{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;display:grid;gap:10px}.section-stub__line{height:12px;border-radius:999px}.section-stub__line--lg{width:min(300px,100%)}.section-stub__line--md{width:min(220px,100%)}.section-stub__line--full{width:100%}.dashboard-main{min-height:0;gap:20px;font-family:var(--font-system)}.dashboard-grid{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1.07fr) minmax(0,1fr);gap:28px;overflow:hidden}.dashboard-card{min-height:0;border:1px solid var(--separator);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);padding:20px 28px;display:grid;gap:12px;align-content:start;overflow:hidden}.dashboard-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-card__header h2{font-size:18px;line-height:27px}.dashboard-secondary-link{min-height:40px;padding:0 14px;font-size:14px}.dashboard-time-filter{display:inline-flex;align-items:center;gap:6px}.dashboard-time-filter__button{min-width:52px;min-height:40px;border-radius:9px;border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:14px;font-weight:600}.dashboard-time-filter__button:hover{border-color:var(--border);background:var(--surface-soft)}.dashboard-time-filter__button--active{border-color:var(--border);background:#fff;color:var(--text-primary)}.dashboard-time-filter__button--icon{min-width:40px;width:40px;padding:0;border-color:var(--border);background:var(--surface-soft)}.dashboard-income-value{display:inline-flex;align-items:center;gap:6px;font-size:26px;line-height:38px;font-weight:600;letter-spacing:0}.dashboard-income-value svg{width:18px;height:18px;color:#84d8b4}.dashboard-income-label{margin-top:-2px;color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-line-chart{position:relative;border-bottom:1px solid var(--border);background:linear-gradient(to right,rgba(143,147,170,.08) 1px,transparent 1px) 0 0 / 16.66% 100%,linear-gradient(to top,rgba(143,147,170,.08) 1px,transparent 1px) 0 100% / 100% 33.33%}.dashboard-line-chart svg{display:block;width:100%;height:268px}.dashboard-line-chart__line{fill:none;stroke-width:3}.dashboard-line-chart__line--blue{stroke:#6f86ef}.dashboard-line-chart__line--mint{stroke:#88dfbe}.dashboard-line-chart__fill{opacity:.2}.dashboard-line-chart__fill--blue{fill:#dbe3ff}.dashboard-line-chart__fill--mint{fill:#d9f3e7}.dashboard-line-chart__point{stroke:#fff;stroke-width:3}.dashboard-line-chart__point--blue{fill:#6f86ef}.dashboard-line-chart__point--mint{fill:#8adfbf}.dashboard-chart-tooltip{position:absolute;min-width:130px;padding:10px 12px;border:1px solid var(--separator);border-radius:var(--radius-sm);background:#fffffff5;box-shadow:var(--shadow-soft)}.dashboard-chart-tooltip p{color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-chart-tooltip strong{margin-top:2px;display:block;font-size:14px;line-height:21px}.dashboard-chart-tooltip--sales{left:56%;top:24%}.dashboard-chart-tooltip--income{left:53%;top:57%}.dashboard-month-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-events-head{display:grid;grid-template-columns:minmax(0,1fr) auto;color:var(--text-secondary);font-size:12px;font-weight:600;line-height:18px;padding:0 4px}.dashboard-events-list{list-style:none;margin:0;padding:0;display:grid}.dashboard-events-list li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;border-bottom:1px solid var(--border)}.dashboard-events-list li:last-child{border-bottom:0}.dashboard-event-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center}.dashboard-event-icon svg{width:16px;height:16px}.dashboard-event-icon--blue{color:#5f7ef2;background:#eef2ff}.dashboard-event-icon--mint{color:#5fc9a3;background:#ecfbf3}.dashboard-event-icon--amber{color:#e3b14d;background:#fdf8ea}.dashboard-event-icon--rose{color:#e6758d;background:#fff0f4}.dashboard-events-list p{font-size:14px;line-height:21px;font-weight:600}.dashboard-events-list small{display:block;margin-top:4px;color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-events-list strong{color:var(--text-primary);font-size:14px;line-height:21px;font-weight:600}.dashboard-donut{width:254px;height:254px;border-radius:999px;margin:6px auto 2px;background:conic-gradient(#efc658 0 55%,#67d8ad 55% 77%,#5b77f8 77% 93%,#ef8398 93% 100%);display:grid;place-items:center}.dashboard-donut span{width:162px;height:162px;border-radius:inherit;border:1px solid var(--border);background:#fff;display:grid;place-items:center;font-size:32px;line-height:42px;font-weight:600}.dashboard-donut-legend{list-style:none;margin:6px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-donut-legend li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.dashboard-donut-legend p{color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-donut-legend strong{font-size:14px;line-height:21px}.dashboard-donut-legend__dot{width:12px;height:12px;border-radius:999px}.dashboard-donut-legend__dot--blue{background:#5b77f8}.dashboard-donut-legend__dot--amber{background:#efc658}.dashboard-donut-legend__dot--mint{background:#67d8ad}.dashboard-donut-legend__dot--rose{background:#ef8398}.dashboard-card-totals{margin:0 -28px -20px;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-card-totals>div{min-height:72px;border-right:1px solid var(--border);padding:18px 20px}.dashboard-card-totals>div:last-child{border-right:0}.dashboard-card-totals p{font-size:26px;font-weight:600;line-height:38px}.dashboard-card-totals span{display:block;margin-top:2px;color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-sidebar{gap:16px}.dashboard-sidebar__section{padding:14px}.dashboard-sidebar__section h2{font-size:18px;line-height:27px}.dashboard-sidebar__section p{margin-top:4px;font-size:14px;line-height:21px}.dashboard-category-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:10px}.dashboard-category-row{border:1px solid var(--border);border-radius:12px;background:#fff;min-height:72px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center}.dashboard-category-row__value{font-size:26px;line-height:38px;font-weight:600}.dashboard-category-row__label{margin-top:2px;color:var(--text-secondary);font-size:14px;line-height:21px}.dashboard-category-row__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.dashboard-category-row__icon svg{width:16px;height:16px}.dashboard-category-row__icon--blue{color:#6e85ef;background:#eef2ff}.dashboard-category-row__icon--rose{color:#e97890;background:#fff0f4}.dashboard-category-row__icon--violet{color:#998fcf;background:#f1f0ff}.dashboard-conversion-bars{height:183px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px;align-items:end;margin-bottom:14px}.dashboard-conversion-bars__column{height:100%;display:flex;gap:3px;justify-content:center;align-items:end}.dashboard-conversion-bars__bar{width:4px;border-radius:999px}.dashboard-conversion-bars__bar--primary{background:#6d84ef}.dashboard-conversion-bars__bar--secondary{background:#79dfba}.projects-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.projects-skeleton{display:grid;gap:14px}.projects-skeleton__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.projects-skeleton__button{width:160px;height:34px;border-radius:10px}.projects-skeleton__sort{width:150px;height:38px;border-radius:11px}.projects-skeleton__sort-icon{width:34px;height:34px;border-radius:10px}.projects-skeleton__table{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.projects-skeleton__table-header,.projects-skeleton__table-row{display:grid;grid-template-columns:2fr 1.1fr .9fr 1fr 1.2fr 40px;gap:14px;align-items:center;padding:12px 16px}.projects-skeleton__table-header{background:var(--surface-soft);border-bottom:1px solid var(--separator)}.projects-skeleton__table-row{border-bottom:1px solid var(--border)}.projects-skeleton__table-row:last-child{border-bottom:0}.projects-skeleton__line{height:12px;border-radius:999px}.projects-skeleton__line--lg{width:min(250px,100%)}.projects-skeleton__line--md{width:min(170px,100%)}.projects-skeleton__line--sm{width:min(100px,100%)}.projects-skeleton__line--full{width:100%}.projects-skeleton__line--dot{width:26px}.projects-skeleton__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.projects-skeleton__page-arrow{width:90px;height:34px;border-radius:10px}.projects-skeleton__page-dots{width:180px;height:32px;border-radius:10px}.projects-skeleton__mobile-list{display:grid;gap:10px}.projects-skeleton__mobile-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;display:grid;gap:10px}.projects-skeleton__mobile-top{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center}.projects-skeleton__mobile-logo{width:44px;height:44px;border-radius:10px}.projects-skeleton__mobile-text{display:grid;gap:8px}.projects-skeleton__mobile-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.projects-skeleton__avatars{width:78px;height:20px;border-radius:999px}.skeleton-block{display:inline-block;background:linear-gradient(100deg,#ececf0 20%,#f7f7f9,#ececf0 80%);background-size:250% 100%;animation:skeleton-shimmer 1.3s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sort-select{border:1px solid var(--separator);background:var(--surface);border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:8px;padding:0 12px;min-height:36px;color:var(--text-secondary)}.sort-select span{color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.sort-select select{border:0;background:transparent;color:var(--text-primary);font-weight:500;outline:none;cursor:pointer}.icon-button{width:36px;height:36px;border-radius:var(--radius-sm);display:grid;place-items:center;color:var(--text-secondary);border:1px solid transparent;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.icon-button:hover{color:var(--text-primary);background:var(--surface-muted)}.icon-button--surface{border-color:var(--separator);background:var(--surface)}.icon-button--surface:hover{background:var(--surface-muted)}.icon-button--ghost{border-color:transparent}.projects-table-wrap{border:1px solid var(--separator);border-radius:var(--radius-md);overflow:hidden}.projects-table{width:100%;border-collapse:collapse}.projects-table thead th{background:var(--surface-soft);color:var(--text-secondary);text-align:left;font-size:12px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;padding:13px 16px;border-bottom:1px solid var(--separator)}.projects-table td{padding:14px 16px;border-bottom:1px solid var(--separator);vertical-align:middle;font-size:13px;color:var(--text-secondary)}.projects-table tbody tr:last-child td{border-bottom:0}.projects-table__row--interactive{cursor:pointer;transition:background-color .18s ease}.projects-table__row--interactive:hover{background:var(--surface-muted)}.projects-table__row--interactive:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #0071e366}.projects-table__action-col{width:48px}.table-project-id{display:flex;align-items:center;gap:12px}.team-member-avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;border:1px solid var(--border);background:#fff}.team-member-avatar--lg{width:44px;height:44px}.team-member-avatar--license{border:3px solid #70dbb1}.team-member-avatar--moderation{border:3px solid #f08a9d}.team-member-avatar--both{border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from 90deg,#70dbb1 0 50%,#f08a9d 50% 100%) border-box}.table-project-id__name,.table-strong{font-size:16px;color:var(--text-primary);font-weight:600}.logo-chip{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:600;color:#fff}.logo-chip--lg{width:54px;height:54px;border-radius:16px;font-size:15px}.logo-chip--mint{background:linear-gradient(150deg,#7be5c0,#52b98f)}.logo-chip--rose{background:linear-gradient(150deg,#f09db0,#dc728f)}.logo-chip--blue{background:linear-gradient(150deg,#7ea6ff,#4f6ce7)}.logo-chip--yellow{background:linear-gradient(150deg,#f4d16f,#c8a242)}.logo-chip--violet{background:linear-gradient(150deg,#aea2db,#7f71b8)}.logo-chip--green{background:linear-gradient(150deg,#7dddb6,#44a37e)}.date-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-soft);font-size:12px;color:var(--text-secondary);white-space:nowrap}.member-stack{display:inline-flex;align-items:center}.member-stack__avatar{border-radius:999px;object-fit:cover;border:2px solid #fff;margin-left:-6px}.member-stack__avatar:first-child{margin-left:0}.member-stack__more{margin-left:6px;color:var(--text-secondary);font-size:12px;font-weight:600}.member-stack--small .member-stack__avatar{width:24px;height:24px}.member-stack--medium .member-stack__avatar{width:28px;height:28px}.projects-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.project-grid-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:14px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px}.project-grid-card--interactive{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.project-grid-card--interactive:hover{border-color:var(--border);box-shadow:var(--shadow-soft)}.project-grid-card--interactive:focus-visible{outline:none;box-shadow:var(--focus-ring)}.project-grid-card__top{width:100%;display:flex;justify-content:space-between;align-items:center}.toggle-dot{width:38px;height:22px;border-radius:var(--radius-pill);background:#3c3c432e;position:relative;transition:background-color .2s ease}.toggle-dot:after{content:"";position:absolute;width:18px;height:18px;border-radius:var(--radius-pill);background:#fff;top:2px;left:2px;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.toggle-dot--active{background:var(--accent-mint)}.toggle-dot--active:after{transform:translate(16px)}.project-grid-card__name{font-weight:600;font-size:16px;text-align:center}.project-grid-card__category{color:var(--text-secondary);font-size:13px}.progress-row{width:100%;height:6px;border-radius:var(--radius-pill);background:var(--surface-muted);overflow:hidden}.progress-row__line{display:block;height:100%;border-radius:inherit;background:var(--accent-blue)}.project-grid-card__tasks{color:var(--text-secondary);font-size:13px}.projects-mobile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.projects-mobile-card{border:1px solid var(--border);border-radius:14px;background:#fff;padding:10px;display:grid;gap:10px}.projects-mobile-card--interactive{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.projects-mobile-card--interactive:hover{border-color:var(--border);background:var(--surface-muted)}.projects-mobile-card--interactive:focus-visible{outline:none;box-shadow:var(--focus-ring)}.projects-mobile-card__head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.projects-mobile-card__name{font-size:20px;line-height:1.15;color:var(--text-primary);font-weight:600}.projects-mobile-card__identity p:last-child{color:var(--text-secondary);font-size:12px}.projects-mobile-card__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;color:var(--text-secondary)}.projects-mobile-card__meta strong{color:var(--text-primary)}.projects-mobile-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-secondary);font-size:11px}.pagination{display:flex;justify-content:space-between;align-items:center;gap:10px}.pagination__arrow{min-height:36px;border:1px solid var(--separator);border-radius:var(--radius-sm);background:var(--surface);display:inline-flex;align-items:center;gap:6px;padding:0 12px;color:var(--text-secondary);font-weight:500;transition:background-color .18s ease}.pagination__arrow:not(:disabled):hover{background:var(--surface-muted)}.pagination__arrow:disabled{opacity:.4;cursor:not-allowed}.pagination__pages{display:inline-flex;align-items:center;gap:6px}.pagination__page{width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid transparent;color:var(--text-secondary);font-weight:500;transition:background-color .18s ease,color .18s ease}.pagination__page:hover{background:var(--surface-muted)}.pagination__page--active{color:#fff;background:var(--accent-blue)}.pagination__page--active:hover{background:var(--accent-blue)}.mobile-bottom-nav{position:fixed;left:16px;right:16px;bottom:14px;z-index:15;border:1px solid var(--separator);border-radius:var(--radius-lg);background:#ffffffd1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px}.mobile-bottom-nav__button{height:44px;border-radius:var(--radius-sm);color:var(--text-secondary);display:grid;place-items:center;transition:background-color .18s ease,color .18s ease}.mobile-bottom-nav__button--active{color:var(--accent-blue);background:#0071e31a}.mobile-sort-sheet{position:fixed;inset:0;z-index:20;background:#00000052;display:flex;align-items:flex-end}.mobile-sort-sheet__panel{width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--surface);padding:10px 18px 20px}.mobile-sort-sheet__drag{width:46px;height:5px;border-radius:var(--radius-pill);background:var(--border);margin:0 auto 12px}.mobile-sort-sheet__title{font-size:14px;font-weight:600;margin-bottom:10px}.mobile-sort-sheet__options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.mobile-sort-sheet__option{width:100%;min-height:56px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:16px}.sheet-check{width:20px;height:20px;border-radius:6px;border:1px solid var(--separator);background:var(--surface)}.sheet-check--active{background:var(--accent-blue);border-color:transparent}.sheet-apply{margin-top:14px;width:100%;min-height:44px;border-radius:var(--radius-md);color:#fff;font-weight:500;background:var(--accent-blue)}.crm-shell--tablet{grid-template-columns:var(--rail-width, 68px) minmax(0,1fr)}.crm-shell--tablet .projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-shell--tablet .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crm-shell--tablet .dashboard-sidebar__section h2{font-size:18px}.crm-shell--tablet .dashboard-sidebar__section p{font-size:13px}.crm-shell--tablet .dashboard-category-row__value{font-size:22px}.crm-shell--tablet .dashboard-events-list strong{font-size:20px}.crm-shell--tablet .dashboard-income-value{font-size:24px}.crm-shell--mobile{display:block;height:100%;padding:10px 10px 100px;overflow:hidden}.crm-shell--mobile .projects-main{padding:0}.projects-header--mobile{min-height:64px}.projects-header--mobile h1{font-size:36px;line-height:1}.crm-shell--mobile .projects-panel{border-radius:16px;padding:12px}.crm-shell--mobile .projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-shell--mobile .dashboard-grid{grid-template-columns:minmax(0,1fr)}.crm-shell--mobile .dashboard-card{padding:14px}.crm-shell--mobile .dashboard-card__header h2{font-size:18px}.crm-shell--mobile .dashboard-time-filter{gap:4px}.crm-shell--mobile .dashboard-time-filter__button{min-width:44px;min-height:30px}.crm-shell--mobile .dashboard-income-value{font-size:24px}.crm-shell--mobile .dashboard-income-label{margin-top:-2px;font-size:14px}.crm-shell--mobile .dashboard-line-chart svg{height:180px}.crm-shell--mobile .dashboard-chart-tooltip{min-width:104px;padding:8px 10px}.crm-shell--mobile .dashboard-chart-tooltip p{font-size:12px}.crm-shell--mobile .dashboard-chart-tooltip strong{font-size:17px}.crm-shell--mobile .dashboard-events-list p{font-size:14px}.crm-shell--mobile .dashboard-events-list small{font-size:12px}.crm-shell--mobile .dashboard-events-list strong{font-size:15px}.crm-shell--mobile .dashboard-donut{width:182px;height:182px}.crm-shell--mobile .dashboard-donut span{width:120px;height:120px;font-size:34px}.crm-shell--mobile .dashboard-donut-legend{grid-template-columns:minmax(0,1fr);gap:8px}.crm-shell--mobile .dashboard-donut-legend p{font-size:13px}.crm-shell--mobile .dashboard-donut-legend strong{font-size:17px}.crm-shell--mobile .dashboard-card-totals{margin:0 -12px -12px}.crm-shell--mobile .dashboard-card-totals>div{min-height:64px;padding:10px}.crm-shell--mobile .dashboard-card-totals p{font-size:18px}.crm-shell--mobile .date-pill{min-height:28px;padding:0 8px;font-size:10px}.crm-shell--mobile .pagination{gap:6px}.crm-shell--mobile .pagination__arrow{min-width:76px;justify-content:center;font-size:12px}@media(max-width:767px){.projects-header h1{font-size:30px}.projects-header__left,.projects-header__actions{gap:8px}.projects-mobile-card__name{font-size:18px}.dashboard-month-row{font-size:12px}}.primary-button,.secondary-button{min-height:36px;border-radius:var(--radius-md);padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;border:1px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease}.primary-button{color:#fff;background-color:var(--accent-blue);background-image:none}.primary-button:not(:disabled):hover{background-color:var(--accent-blue-strong)}.primary-button:disabled{color:var(--text-muted);background:var(--surface-muted);cursor:not-allowed}.primary-button--with-icon{gap:7px}.primary-button--with-icon svg{width:16px;height:16px}.secondary-button{color:var(--text-primary);background:var(--surface-muted);border-color:transparent}.secondary-button:not(:disabled):hover{background:#3c3c431a}.secondary-button:disabled{opacity:.4;cursor:not-allowed}.secondary-button--danger{color:var(--accent-rose)}.plain-button{min-height:36px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:500;font-size:14px;color:var(--accent-blue);background:transparent;border:0;border-radius:var(--radius-sm);transition:color .18s ease,background-color .18s ease}.plain-button:not(:disabled):hover{color:var(--accent-blue-strong)}.plain-button:disabled{opacity:.4;cursor:not-allowed}.projects-toolbar__right{display:inline-flex;align-items:center;gap:10px}.table-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.quick-actions{position:relative}.quick-actions__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:168px;border-radius:var(--radius-md);border:1px solid var(--separator);background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--shadow-soft);padding:6px;z-index:6}.quick-actions__menu--portal{position:fixed;top:auto;right:auto;z-index:1000}.quick-actions__item{width:100%;min-height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 10px;font-size:14px;color:var(--text-primary);transition:background-color .15s ease}.quick-actions__item:hover{background:var(--surface-muted)}.quick-actions__item--danger{color:var(--accent-rose)}.project-editor{position:fixed;inset:0;z-index:25;background:#0000005c;display:flex;align-items:center;justify-content:center;padding:24px}.project-editor__panel{width:min(920px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:var(--radius-lg);border:1px solid var(--separator);background:var(--surface);box-shadow:0 8px 24px #0000001f,0 24px 60px #00000029;padding:20px;display:grid;gap:16px}.team-editor__panel{width:min(640px,100%)}.team-avatar-upload{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.team-avatar-upload__button{width:84px;height:84px;border-radius:var(--radius-pill);border:1px solid var(--separator);overflow:hidden;padding:0;background:var(--surface)}.team-avatar-upload__button:hover{border-color:var(--accent-blue)}.team-avatar-upload__image{width:100%;height:100%;object-fit:cover}.team-avatar-upload__input{display:none}.team-wizard-steps{display:flex;align-items:center;gap:0;padding:10px 0;border-bottom:1px solid var(--border);margin:0 0 4px}.team-wizard-steps__step{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:13px}.team-wizard-steps__step--active{color:var(--text-primary);font-weight:600}.team-wizard-steps__num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:600}.team-wizard-steps__step--active .team-wizard-steps__num{background:var(--accent-blue);color:#fff}.team-wizard-steps__connector{width:24px;height:2px;background:var(--border);margin:0 4px}.team-wizard-steps__label{white-space:nowrap}@media(max-width:480px){.team-wizard-steps__label{display:none}}.team-role-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.team-role-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:14px;border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface-soft);transition:border-color .2s,box-shadow .2s}.team-role-card:hover{border-color:var(--accent-blue)}.team-role-card--active{border-color:var(--accent-blue);background:#0071e314;box-shadow:0 0 0 1px var(--accent-blue)}.team-role-card__title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.team-role-card__desc{font-size:12px;color:var(--text-secondary);line-height:1.35}@media(max-width:480px){.team-role-cards{grid-template-columns:1fr}}.editor-section__row--two-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.team-wizard-b-team-note{margin:0;padding:12px;background:var(--surface-muted);border-radius:var(--radius-sm);color:var(--text-secondary)}.team-collab-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.team-collab-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:13px;color:var(--text-secondary);transition:border-color .2s,background .2s}.team-collab-chip img{width:20px;height:20px;border-radius:999px;object-fit:cover}.team-collab-chip:hover{border-color:var(--accent-blue);background:var(--surface-soft)}.team-collab-chip--active{border-color:var(--accent-blue);background:#0071e31f;color:var(--text-primary)}.team-collab-chip--danger.team-collab-chip--active{border-color:var(--accent-rose);background:#ff3b301f;color:var(--accent-rose)}.project-editor__header,.project-editor__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-editor__header h2{font-size:20px}.project-editor__footer{justify-content:flex-end}.project-editor__body{display:grid;gap:12px}.editor-section{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:12px;display:grid;gap:10px}.editor-section h3{font-size:16px}.editor-section label{display:grid;gap:6px;font-size:13px;color:var(--text-secondary)}.editor-section input,.editor-section select{min-height:36px;border:1px solid var(--border);border-radius:10px;padding:0 10px;color:var(--text-primary);background:#fff}.editor-toggle-row{display:flex!important;align-items:center;gap:8px;color:var(--text-primary)!important}.editor-toggle-row input{min-height:auto}.editor-date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.editor-date-input{position:relative}.editor-date-input svg{position:absolute;left:10px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:var(--text-secondary);pointer-events:none}.editor-date-input input{width:100%;padding-left:34px}.editor-section__row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:end}.editor-section__hint{color:var(--text-secondary);font-size:13px}.editor-detail{border:1px dashed var(--border);border-radius:var(--radius-sm);padding:8px}.editor-detail__title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px}.editor-error{color:var(--color-error);font-size:13px}.selector-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.selector-item{border:1px solid var(--separator);border-radius:var(--radius-sm);background:var(--surface);min-height:44px;padding:6px 8px;display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center}.selector-item--active{border-color:transparent;background:#0071e31a}.selector-item--danger{border-color:transparent;background:#ff3b301a}.selector-item img{width:24px;height:24px;border-radius:999px;object-fit:cover}.theater-piece-list{display:flex;flex-wrap:wrap;gap:8px}.theater-piece{min-height:32px;border-radius:var(--radius-pill);padding:0 14px;border:1px solid var(--separator);background:var(--surface);color:var(--text-secondary);font-weight:500}.theater-piece--active{color:#fff;border-color:transparent;background:var(--accent-blue)}.supabase-debug{position:fixed;right:16px;bottom:16px;z-index:40;display:grid;justify-items:end;gap:8px}.supabase-debug--mobile{bottom:84px}.supabase-debug__toggle{width:28px;height:28px;border-radius:var(--radius-pill);border:1px solid var(--separator);background:var(--surface-soft);color:var(--text-secondary);font-size:10px;font-weight:600;letter-spacing:.04em;box-shadow:var(--shadow-soft)}.supabase-debug__toggle--ok{color:#fff;border-color:transparent;background:var(--color-success)}.supabase-debug__toggle--warn{color:#fff;border-color:transparent;background:var(--color-warning)}.supabase-debug__panel{width:min(320px,calc(100vw - 32px));border-radius:var(--radius-md);border:1px solid var(--separator);background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:var(--shadow-soft);padding:12px;display:grid;gap:6px}.supabase-debug__panel h3{font-size:13px}.supabase-debug__panel p{font-size:12px;color:var(--text-secondary)}.supabase-debug__panel strong{color:var(--text-primary)}.supabase-debug__error{color:var(--color-error)}.project-detail-empty{min-height:300px;display:grid;place-content:center;gap:10px;text-align:center}.project-detail-empty p{color:var(--text-secondary)}.project-detail{gap:14px}.project-details-main{overflow:hidden}.project-detail--scrollable{flex:1;min-height:0;overflow-y:auto}.project-detail__hero{border:1px solid var(--separator);border-radius:var(--radius-md);background:var(--surface-soft);padding:14px 18px;display:grid;gap:10px}.project-detail__badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.detail-status{min-height:30px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;padding:0 12px;font-size:12px;font-weight:600}.detail-status--upcoming{background:#34c75924;color:#1d7a36}.detail-status--past{background:#ff9f0a29;color:#9a6200}.detail-status--archived{background:var(--surface-muted);color:var(--text-secondary)}.project-detail__address{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:14px;text-decoration:none;width:fit-content}.project-detail__address svg{width:16px;height:16px;flex-shrink:0}a.project-detail__address:hover span{text-decoration:underline;color:var(--accent-blue)}.project-detail__address--empty{color:var(--text-muted)}.project-detail__edit{display:inline-flex;align-items:center;gap:6px}.project-detail__edit svg{width:16px;height:16px}.project-detail__event{display:grid;gap:2px}.project-detail__event-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.project-detail__event-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.project-detail__event-date{font-size:20px;font-weight:600;line-height:1.2}.project-detail__event-relative{font-size:13px;color:var(--text-muted)}.project-detail__layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);gap:12px}.project-detail__main,.project-detail__side{display:grid;gap:12px;align-content:flex-start}.detail-card{border:1px solid var(--border);border-radius:14px;background:#fff;padding:14px;display:grid;gap:12px}.detail-card h3{font-size:15px}.detail-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.detail-card__link{border:none;background:none;padding:0;display:inline-flex;align-items:center;gap:2px;color:var(--accent-blue);font-size:12px;font-weight:600;cursor:pointer}.detail-card__link svg{width:14px;height:14px}.detail-card__link:hover{text-decoration:underline}.detail-empty-hint{color:var(--text-secondary);font-size:13px}.detail-chip-list{display:flex;flex-wrap:wrap;gap:8px}.detail-chip{min-height:30px;border-radius:var(--radius-pill);border:1px solid transparent;background:#0071e31a;color:var(--accent-blue);font-weight:500;font-size:12px;display:inline-flex;align-items:center;padding:0 10px}.detail-checklist-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.detail-checklist-list li{border:1px solid var(--border);border-radius:10px;padding:10px;display:grid;gap:8px}.detail-checklist-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.detail-checklist-row p{font-weight:600;font-size:13px}.detail-checklist-row span{color:var(--text-secondary);font-size:12px;white-space:nowrap}.detail-logistics{display:grid;gap:10px}.detail-logistics__stay{border:1px solid var(--separator);border-radius:var(--radius-sm);background:var(--surface-soft);padding:10px;display:grid;gap:2px}.detail-logistics__stay p{font-weight:600;font-size:13px}.detail-logistics__stay small{color:var(--text-secondary)}.detail-contact-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.detail-contact-list li{border:1px solid var(--border);border-radius:10px;padding:10px;display:grid;gap:2px}.detail-contact-list p{font-weight:600;font-size:13px}.detail-contact-list small{color:var(--text-muted)}.detail-contact-list a{color:var(--accent-blue);font-size:12px;text-decoration:none}.detail-contact-list a:hover{text-decoration:underline}.detail-logistics__notes{color:var(--text-secondary);font-size:13px}.detail-feedback-layout{display:grid;gap:14px}.detail-card__checklists{display:grid;gap:12px}.detail-card__header-actions{display:flex;align-items:center;gap:14px}.detail-card__link--danger{color:var(--color-error)}.detail-card__action{display:inline-flex;align-items:center;gap:6px;width:fit-content}.detail-card__action svg{width:16px;height:16px}.detail-member-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.detail-member-list li{border:1px solid var(--border);border-radius:10px;padding:8px;display:flex;align-items:center;gap:8px}.detail-member-list img{width:28px;height:28px;border-radius:999px;object-fit:cover}.detail-member-list span{font-size:13px;font-weight:600}.detail-member-list__more span{color:var(--text-secondary);font-weight:500}.detail-progress-ring{--detail-progress: 0%;width:128px;height:128px;border-radius:var(--radius-pill);margin:0 auto;background:conic-gradient(var(--accent-blue) var(--detail-progress),var(--surface-muted) var(--detail-progress));display:grid;place-items:center}.detail-progress-ring span{width:94px;height:94px;border-radius:inherit;background:var(--surface);border:1px solid var(--separator);display:grid;place-items:center;font-size:22px;font-weight:600;color:var(--text-primary)}.detail-progress-ring__label{text-align:center;font-size:12px;color:var(--text-secondary)}.project-detail__meta{color:var(--text-muted);font-size:12px;text-align:center;padding:2px 0 8px}.detail-progress-meters{display:grid;gap:10px}.detail-progress-meters p{font-size:12px;color:var(--text-secondary)}.detail-progress-meters strong{font-size:16px}.detail-meter{margin-top:6px;height:6px;border-radius:var(--radius-pill);background:var(--surface-muted);overflow:hidden}.detail-meter span{display:block;height:100%;border-radius:inherit;background:var(--accent-blue)}@media(max-width:900px){.project-editor{padding:12px;align-items:flex-end}.project-editor__panel{max-height:calc(100vh - 12px)}.project-editor__header,.project-editor__footer{flex-wrap:wrap}.editor-section__row,.selector-grid,.editor-date-grid,.project-detail__layout{grid-template-columns:minmax(0,1fr)}.project-detail__side,.section-stub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.projects-toolbar{flex-wrap:nowrap}.projects-toolbar__right{width:auto;justify-content:flex-end}.section-stub__grid,.project-detail__side,.detail-contact-list{grid-template-columns:minmax(0,1fr)}.dashboard-events-list li{min-height:70px}.dashboard-event-icon{width:36px;height:36px}.dashboard-card-totals{grid-template-columns:minmax(0,1fr)}.dashboard-card-totals>div{border-right:0;border-bottom:1px solid var(--border)}.dashboard-card-totals>div:last-child{border-bottom:0}}.toast-viewport{position:fixed;top:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}.toast{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-soft);pointer-events:auto;opacity:1;transform:translateY(0);transition:opacity .26s ease,transform .26s ease}@starting-style{.toast{opacity:0;transform:translateY(-12px)}}.toast--leaving{opacity:0;transform:translateY(-12px)}.toast__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.toast--success .toast__icon{color:var(--color-success, #34c759)}.toast--error .toast__icon{color:var(--color-error, #ff3b30)}.toast--warning .toast__icon{color:var(--color-warning, #ff9f0a)}.toast--info .toast__icon{color:var(--color-info, #0a84ff)}.toast__content{flex:1;min-width:0}.toast__message{margin:0;font-size:14px;font-weight:600;line-height:1.35;color:var(--text-primary)}.toast__description{margin:3px 0 0;font-size:13px;line-height:1.4;color:var(--text-secondary)}.toast__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin:-2px -2px 0 0;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.toast__close:hover{background:var(--surface-muted);color:var(--text-secondary)}.toast__close:focus-visible{outline:none;box-shadow:var(--focus-ring)}.confirm-backdrop{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000052;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:1;transition:opacity .2s ease}@starting-style{.confirm-backdrop{opacity:0}}.confirm-dialog{width:min(360px,100%);padding:22px 22px 18px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 1px 2px #0000000a,0 20px 60px #00000038;text-align:center;transform:scale(1);opacity:1;transition:transform .2s ease,opacity .2s ease}@starting-style{.confirm-dialog{transform:scale(.94);opacity:0}}.confirm-dialog__title{margin:0;font-size:17px;font-weight:600;line-height:1.3;color:var(--text-primary)}.confirm-dialog__message{margin:8px 0 0;font-size:14px;line-height:1.45;color:var(--text-secondary)}.confirm-dialog__actions{display:flex;gap:10px;margin-top:20px}.confirm-dialog__button{flex:1;padding:10px 16px;border:1px solid transparent;border-radius:var(--radius-pill, 980px);font-family:var(--font-system, inherit);font-size:15px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.confirm-dialog__button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.confirm-dialog__button--cancel{border-color:var(--separator, rgba(60, 60, 67, .12));background:var(--surface);color:var(--accent-blue)}.confirm-dialog__button--cancel:hover{background:var(--surface-muted)}.confirm-dialog__button--confirm{background:var(--accent-blue);color:#fff}.confirm-dialog__button--confirm:hover{background:var(--accent-blue-strong)}.confirm-dialog__button--destructive{background:var(--color-error, #ff3b30)}.confirm-dialog__button--destructive:hover{background:var(--color-error, #ff3b30);opacity:.9}@media(prefers-reduced-motion:reduce){.toast,.confirm-backdrop,.confirm-dialog{transition:none}}
