.chat-page{box-sizing:border-box;flex-direction:column;height:calc(100vh - 124px);min-height:420px;margin:0;padding:0;display:flex}.chat-page__toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.chat-page__toolbar-title{color:var(--brand-text);font-family:var(--font-body);letter-spacing:-.025em;font-weight:700;margin:0!important;font-size:26px!important}.chat-page__layout.ant-layout{border:1px solid var(--brand-border);height:100%;box-shadow:var(--shadow-sm);border-radius:16px;flex:1;display:flex;overflow:hidden;background:#fff!important;min-height:0!important}.chat-page__sider-tabs{padding:10px 12px 0}.chat-page__archive-banner{color:#ad6800;background:#fff7e6;border:1px solid #ffd591;border-radius:10px;margin:0 16px 8px;padding:10px 14px;font-size:13px}.chat-page__layout .ant-layout-sider{border-right:1px solid var(--brand-border);border-radius:16px 0 0 16px;overflow-y:auto;background:var(--brand-surface-soft)!important;height:100%!important;max-height:100%!important}.chat-channel.ant-list-item{border-radius:12px;width:calc(100% - 16px);margin:6px 8px;transition:background .16s,border-color .16s;border:1px solid #0000!important}.chat-channel.ant-list-item:hover{background:#fff;border-color:var(--brand-border)!important}.chat-channel--active.ant-list-item{background:#fff;box-shadow:0 5px 16px #2b0a3d12;border-color:#dccfe2!important}.chat-page__layout .ant-layout-content{flex-direction:column;height:100%;display:flex;min-height:0!important}.chat-page__channel-header{border-bottom:1px solid var(--brand-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.chat-page__messages{background:radial-gradient(circle at 100% 0,#7551840f,#0000 24rem),linear-gradient(#faf8fb 0%,#fff 100%);flex:1;min-height:0;padding:20px;overflow-y:auto}.chat-page__composer-wrap{border-top:1px solid var(--brand-border);background:#fff;flex-shrink:0;padding:14px 20px 18px}.chat-composer{background:var(--brand-surface-soft);border:1px solid var(--brand-border);border-radius:16px;align-items:flex-end;gap:8px;width:100%;padding:6px;display:flex}.chat-composer__input{resize:none;background:#fff;border:none;border-radius:12px;outline:none;flex:1;min-height:36px;max-height:120px;padding:8px 12px;font-family:inherit;font-size:14px;line-height:1.4}.chat-composer-btn{flex-shrink:0;border-radius:12px!important}.chat-composer-btn.ant-btn-primary{border-radius:14px!important}.chat-member-avatars{flex-wrap:wrap;align-content:flex-start;gap:6px;max-width:min(100%,420px);max-height:62px;display:flex;overflow:hidden}.chat-member-avatars__item{line-height:0;display:inline-flex}.chat-member-avatars__more{color:#666;background:#f0f0f0;border-radius:14px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 6px;font-size:11px;display:inline-flex}.chat-msg-bubble{border-radius:16px!important}.chat-msg-bubble--own{border-bottom-right-radius:6px!important}.chat-msg-bubble--other{border-bottom-left-radius:6px!important}.chat-msg-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.chat-msg-actions{align-items:center;gap:2px;display:flex}.chat-msg-edited{opacity:.85;font-style:italic}.chat-msg-reply-btn{opacity:.75;height:auto!important;padding:0 4px!important;font-size:12px!important}.chat-msg-row:hover .chat-msg-reply-btn{opacity:1}.chat-msg-reply-quote{text-align:left;cursor:pointer;background:#0000000a;border:none;border-left:3px solid #9254de;border-radius:0 8px 8px 0;width:100%;margin:4px 0 8px;padding:6px 10px;display:block}.chat-msg-bubble--own .chat-msg-reply-quote{background:#1677ff14;border-left-color:#1677ff}.chat-msg-reply-quote__author{color:#531dab;margin-bottom:2px;font-size:12px;font-weight:600;display:block}.chat-msg-bubble--own .chat-msg-reply-quote__author{color:#0958d9}.chat-msg-reply-quote__body{color:#595959;white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.chat-msg--flash,.chat-msg-highlight{animation:1.2s chat-msg-flash}@keyframes chat-msg-flash{0%{background-color:#ffe58fd9}to{background-color:#0000}}.chat-composer-wrap-inner{width:100%}.chat-composer-reply{background:#f9f0ff;border:1px solid #efdbff;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:8px;margin:0 0 8px;padding:8px 12px;display:flex}.chat-composer-reply__label{color:#531dab;font-size:12px;font-weight:600}.chat-composer-reply__text{color:#595959;margin-top:2px;font-size:13px}.chat-voice-player{align-items:center;gap:8px;min-width:200px;display:flex}.chat-voice-player audio{width:100%;max-width:280px;height:36px}.chat-members-grid .ant-list-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.chat-members-grid .ant-list-item{border-radius:12px;border:1px solid #f0f0f0!important;margin-bottom:0!important;padding:8px 10px!important}@media (width<=991px){.chat-page{height:calc(100vh - 108px);margin:0;padding:0}.chat-members-grid .ant-list-items{grid-template-columns:1fr}}.cal-view-stage{min-height:640px;position:relative}.cal-view-panel{animation:.22s ease-out calViewIn}@keyframes calViewIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cal-layout{grid-template-columns:1fr;gap:18px;min-height:640px;display:grid}.cal-layout--with-layers{grid-template-columns:1fr 260px}@media (width<=960px){.cal-layout,.cal-layout--with-layers{grid-template-columns:1fr}.cal-layers{order:-1;position:static}.cal-view-stage{min-height:420px}.cal-layout{min-height:0}}@media (width<=576px){.cal-layers{padding:12px}.cal-view-stage{min-height:360px}.cal-hour-grid{font-size:12px}}.cal-layers{border:1px solid var(--brand-border,#e8e0d8);background:var(--brand-white,#fff);border-radius:14px;align-self:start;padding:18px;position:sticky;top:12px;box-shadow:0 10px 28px #2b0a3d0d}.cal-layers__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.cal-layers__title{letter-spacing:-.01em;text-transform:none;color:var(--brand-text,#211927);margin:0;font-size:15px;font-weight:700}.cal-layers__group{margin-bottom:14px}.cal-layers__group-label{color:#888;margin-bottom:6px;font-size:12px}.cal-layers__list{flex-direction:column;gap:6px;max-height:280px;display:flex;overflow:auto}.cal-layers__swatch{vertical-align:middle;border-radius:2px;width:10px;height:10px;margin-right:6px;display:inline-block}.cal-main{min-width:0}.cal-toolbar{border:1px solid var(--brand-border);background:var(--brand-surface-soft);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.cal-month-cell{flex-direction:column;gap:2px;height:86px;max-height:86px;margin-top:2px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;overflow:hidden!important}.cal-month-cell__head{justify-content:space-between;align-items:center;gap:4px;min-height:18px;padding:0 1px;display:flex}.cal-month-cell__count{color:#2f6fed;white-space:nowrap;font-size:11px;font-weight:600;line-height:1.2}.cal-month-cell__add{color:#1677ff;cursor:pointer;background:#e6f4ff;border:1px solid #91caff;border-radius:4px;flex:0 0 18px;width:18px;height:18px;padding:0;font-size:14px;font-weight:700;line-height:16px}.cal-month-cell__add:hover{color:#fff;background:#1677ff;border-color:#1677ff}.cal-month-dot-row{cursor:pointer;text-align:left;color:#333;background:0 0;border:0;align-items:center;gap:4px;width:100%;min-height:18px;padding:0 2px;font-size:11px;line-height:1.2;display:flex}.cal-month-dot-row:hover{background:#0000000a;border-radius:4px}.cal-month-dot-row__dot{border-radius:50%;flex:0 0 7px;width:7px;height:7px}.cal-month-dot-row__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:11px;font-weight:500;overflow:hidden}.cal-month-dot-row__time{color:#595959;font-variant-numeric:tabular-nums;font-weight:600}.cal-month-bar{cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;border:1px solid;border-radius:10px;width:100%;min-height:20px;margin:0;padding:2px 8px;font-size:11px;line-height:1.25;transition:box-shadow .15s,transform .15s,filter .15s;display:block;overflow:hidden;box-shadow:0 1px 3px #0000000f}.cal-month-bar:hover{filter:brightness(.98);z-index:1;position:relative;box-shadow:0 2px 8px #0000001f}.cal-month-bar--start{border-radius:10px 0 0 10px;width:calc(100% + 4px);margin-right:-4px}.cal-month-bar--mid{border-left-width:0;border-right-width:0;border-radius:0;width:calc(100% + 8px);margin-left:-4px;margin-right:-4px}.cal-month-bar--end{border-radius:0 10px 10px 0;width:calc(100% + 4px);margin-left:-4px}.cal-month-bar--single{border-radius:10px}.cal-month-bar__text{text-overflow:ellipsis;white-space:nowrap;font-weight:500;display:block;overflow:hidden}.cal-month-bar--plan,.cal-month-bar--note{font-weight:600}.cal-month-bar--notes-heading{font-weight:700;background:#d6e4ff!important;border-color:#2f6fed!important}.cal-month-cell__more{color:#8c8c8c;text-align:left;cursor:pointer;background:0 0;border:0;padding:1px 2px;font-size:11px;font-weight:400;line-height:1.2}.cal-month-cell__more:hover{color:#1677ff;text-decoration:underline}.ant-picker-calendar{border-radius:8px;overflow:hidden}.ant-picker-calendar .ant-picker-cell .ant-picker-calendar-date{overflow:hidden!important}.ant-picker-calendar .ant-picker-cell-inner{min-height:122px;border-radius:0!important;overflow:hidden!important}.ant-picker-calendar-date-today .ant-picker-calendar-date-value{justify-content:center;align-items:center;font-weight:600;color:#fff!important;background:#1677ff!important;border-radius:50%!important;width:26px!important;height:26px!important;display:inline-flex!important}.cal-hour-grid__event{border-radius:8px!important}.cal-hour-grid{border:1px solid var(--brand-border,#e8e0d8);background:#fff;border-radius:8px;max-height:calc(100vh - 220px);display:flex;overflow:auto}.cal-hour-grid__gutter{z-index:2;background:#fff;flex:0 0 52px;position:sticky;left:0}.cal-hour-grid__head-spacer{border-bottom:1px solid var(--brand-border,#e8e0d8);height:52px}.cal-hour-grid__hours{position:relative}.cal-hour-grid__hour-label{color:#888;text-align:right;font-size:11px;position:absolute;left:0;right:4px;transform:translateY(-50%)}.cal-hour-grid__cols{flex:1;min-width:0;display:grid}.cal-hour-grid__cols--1{grid-template-columns:1fr}.cal-hour-grid__cols--7{grid-template-columns:repeat(7,minmax(110px,1fr))}.cal-hour-grid__col{border-left:1px solid var(--brand-border,#e8e0d8);min-width:0}.cal-hour-grid__col-head{border-bottom:1px solid var(--brand-border,#e8e0d8);background:#faf8f6;flex-direction:column;justify-content:center;align-items:center;height:52px;display:flex}.cal-hour-grid__dow{text-transform:uppercase;color:#888;font-size:11px}.cal-hour-grid__dom{color:var(--brand-plum,#2b1a2e);font-size:16px;font-weight:700}.cal-hour-grid__track{cursor:crosshair;position:relative}.cal-hour-grid__line{pointer-events:none;border-top:1px solid #f0ebe6;position:absolute;left:0;right:0}.cal-hour-grid__event{box-sizing:border-box;color:#1a1a1a;text-align:left;cursor:pointer;z-index:1;background:#eef4ff;border:1px solid;border-left-width:4px;border-radius:10px;align-items:center;min-height:0;padding:0 8px;transition:box-shadow .15s,transform .15s,filter .15s;display:flex;position:absolute;overflow:hidden;box-shadow:0 2px 6px #30084414}.cal-hour-grid__event--draggable{cursor:grab;touch-action:none}.cal-hour-grid__event--dragging{cursor:grabbing;z-index:5;opacity:.95;transform:scale(1.01);box-shadow:0 6px 16px #3008442e}.cal-hour-grid__event:hover{z-index:3;filter:brightness(.98);box-shadow:0 4px 12px #30084424}.cal-hour-grid__event-line{white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;width:100%;min-width:0;font-size:11px;font-weight:600;line-height:1.25;display:block;overflow:hidden}.cal-hour-grid--day .cal-hour-grid__cols--1{min-width:560px}.cal-hour-grid--day .cal-hour-grid__event-title{font-size:13px}.cal-hour-grid__allday{border-top:1px solid var(--brand-border,#e8e0d8);padding:4px}.cal-hour-grid__allday-item{text-align:left;color:#1a1a1a;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#f5f0ea;border:0;border-left:4px solid #1677ff;border-radius:0 8px 8px 0;width:100%;margin-bottom:4px;padding:5px 10px;font-size:11px;font-weight:600;transition:box-shadow .15s;display:block;overflow:hidden;box-shadow:0 1px 4px #3008440f}.cal-hour-grid__allday-item:hover{box-shadow:0 2px 8px #3008441f}.cal-schedule-day{margin-bottom:18px}.cal-schedule-day__title{color:var(--brand-plum,#2b1a2e);margin-bottom:8px;font-weight:700}.cal-attendee-row{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.day-timeline{--dt-gap-bg:#f7f4ef;--dt-gap-border:#d4c4a8;--dt-gap-text:#8a7349;--dt-work-bg:#e8f2ec;--dt-work-border:#3d7a5a;--dt-work-text:#1f4d35;--dt-rail-bg:#fafafa;--dt-hour:#8c8c8c}.day-timeline--loading{opacity:.55;pointer-events:none}.day-timeline__summary{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.day-timeline__track{grid-template-columns:64px minmax(0,1fr);align-items:stretch;column-gap:10px;min-height:120px;display:grid;position:relative}.day-timeline__track--empty .day-timeline__block--full{width:auto;left:8px;right:8px}.day-timeline__hours{z-index:2;pointer-events:none;background:#fff;height:100%;position:relative}.day-timeline__hour{text-align:right;font-variant-numeric:tabular-nums;color:var(--dt-hour);white-space:nowrap;background:#fff;padding-right:4px;font-size:12px;font-weight:600;line-height:1;position:absolute;left:0;right:0;transform:translateY(-50%)}.day-timeline__rail{z-index:1;background:var(--dt-rail-bg);border:1px solid #e8e8e8;border-radius:8px;min-width:0;height:100%;position:relative;overflow:hidden}.day-timeline__grid-line{pointer-events:none;border-top:1px dashed #e0e0e0;position:absolute;left:0;right:0}.day-timeline__block{box-sizing:border-box;text-align:left;z-index:1;border-radius:8px;flex-direction:column;justify-content:center;gap:1px;min-height:0;padding:4px 10px;display:flex;position:absolute;left:8px;right:8px;overflow:hidden}.day-timeline__block-line{white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;width:100%;min-width:0;font-size:12px;font-weight:600;line-height:1.15;display:block;overflow:hidden}.day-timeline__block--compact{flex-direction:row;align-items:center;gap:0;padding:0 8px}.day-timeline__block--compact .day-timeline__block-line{font-size:11px}.day-timeline__block--gap{background:repeating-linear-gradient(-45deg, var(--dt-gap-bg), var(--dt-gap-bg) 6px, #efe8dc 6px, #efe8dc 12px);border:1px dashed var(--dt-gap-border);color:var(--dt-gap-text);cursor:pointer;font:inherit}.day-timeline__block--gap:hover{filter:brightness(.98);border-color:#b8955a}.day-timeline__block--work{background:var(--dt-work-bg);border:1px solid var(--dt-work-border);color:var(--dt-work-text);z-index:2;cursor:pointer;font:inherit;text-align:left}.day-timeline__block--work:hover{filter:brightness(.97);border-color:#2f5f46;box-shadow:0 1px 4px #1f4d352e}.day-timeline__block-time{font-variant-numeric:tabular-nums;opacity:.9;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.2}.day-timeline__block-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.day-timeline__block-meta{opacity:.8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.day-timeline__untimed{background:#fafafa;border:1px solid #eee;border-radius:8px;margin-top:14px;padding:10px 12px;font-size:13px}.day-timeline__untimed-title{color:#595959;margin-bottom:6px;font-weight:600}.day-timeline__untimed ul{margin:0;padding-left:18px}@media (width<=576px){.day-timeline__track{grid-template-columns:52px minmax(0,1fr);column-gap:6px}.day-timeline__block{padding:3px 6px;left:4px;right:4px}}:root{--brand-plum:#2b0a3d;--brand-plum-mid:#3c1550;--brand-plum-submenu:#351047;--brand-plum-light:#755184;--brand-orange:#f0645a;--brand-orange-hover:#d95049;--brand-coral:#f6b2ac;--brand-text:#211927;--brand-text-muted:#776f7c;--brand-bg:#f5f4f7;--brand-border:#e7e2ea;--brand-white:#fff;--brand-surface-soft:#faf8fb;--brand-surface-plum:#f3eff5;--brand-success:#2f8f6b;--font-body:"Manrope", "Segoe UI", system-ui, sans-serif;--font-display:"Cormorant Garamond", "Times New Roman", serif;--shadow-sm:0 1px 2px #2b0a3d0a, 0 8px 24px #2b0a3d0d;--shadow-md:0 16px 44px #2b0a3d1a}*{box-sizing:border-box}body{font-family:var(--font-body);background:var(--brand-bg);color:var(--brand-text);-webkit-font-smoothing:antialiased;margin:0;font-size:16px}#root{min-height:100vh}.brand-logo{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.brand-logo--sidebar{background:var(--brand-white);border-bottom:1px solid var(--brand-border);min-height:64px;padding:10px 10px 8px}.brand-logo--collapsed{min-height:52px;padding:10px 6px}.brand-logo__mark-img{object-fit:contain;width:32px;height:32px;display:block}.brand-logo--login{margin-bottom:0;padding:0 0 4px}.brand-logo__product-img{object-fit:contain;margin:0 auto;display:block}.brand-logo__product-img--login{width:78%;max-width:260px;height:auto;max-height:56px}.brand-logo__product-img--sidebar{width:92%;max-width:192px;height:auto;max-height:41px}.brand-logo__img--sidebar{object-fit:contain;max-width:100%;max-height:40px}.brand-logo__img--login{object-fit:contain;max-width:300px;max-height:72px;margin:0 auto;display:block}.brand-logo__accent{background:var(--brand-orange);border-radius:1px;width:48px;height:2px;margin:14px auto 12px}.brand-logo__accent--sm{width:28px;height:2px;margin:10px auto 8px}.brand-logo__title{font-family:var(--font-display);color:var(--brand-plum);font-size:26px;font-weight:400;line-height:1.25}.brand-logo__title--sidebar{color:var(--brand-plum);font-size:14px}.brand-logo__subtitle{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-text-muted);margin-top:6px;font-size:12px}.brand-logo__subtitle--sidebar{font-size:10px}.brand-logo__mark{background:var(--brand-plum);width:36px;height:36px;color:var(--brand-white);border-radius:2px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.app-sider.ant-layout-sider{border-right:1px solid var(--brand-plum-mid);background:var(--brand-plum)!important}.app-sider .ant-layout-sider-trigger{border-top:1px solid #ffffff0f;background:var(--brand-plum-mid)!important;height:36px!important;line-height:36px!important}.app-sider .ant-menu-dark{background:0 0;font-size:13px}.app-sider .ant-menu-dark .ant-menu-item,.app-sider .ant-menu-dark .ant-menu-submenu-title{width:100%!important;height:36px!important;margin-block:0!important;padding-inline:14px!important;line-height:36px!important}.app-sider .ant-menu-dark .ant-menu-item .anticon,.app-sider .ant-menu-dark .ant-menu-submenu-title .anticon{font-size:14px}.app-sider .ant-menu-dark .ant-menu-item-selected{border-left:3px solid var(--brand-orange)}.app-sider .ant-menu-dark .ant-menu-sub{background:var(--brand-plum-submenu)!important}.app-sider .ant-menu-dark .ant-menu-sub .ant-menu-item{font-size:12px;background:0 0!important;height:32px!important;line-height:32px!important}.app-sider .ant-menu-dark .ant-menu-sub .ant-menu-item-selected{background:#d84b2029!important}.app-header{border-bottom:1px solid var(--brand-border);z-index:100;justify-content:space-between;align-items:center;gap:8px;position:sticky;top:0;background:var(--brand-white)!important;height:48px!important;box-shadow:none!important;padding:0 20px!important;line-height:48px!important;display:flex!important}.app-header__left{align-items:center;gap:8px;min-width:0;display:flex}.app-header__menu-btn{color:var(--brand-plum)!important;width:40px!important;height:40px!important;font-size:18px!important}.app-header__brand-mobile{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-plum);font-size:13px;font-weight:600}.app-header__user{color:var(--brand-plum);max-width:min(420px,70vw);font-size:13px;font-weight:500;overflow:hidden}.app-header__user-name--short{display:none}.app-header__role-tag{margin-left:8px}.app-content{max-width:100%;min-height:calc(100vh - 80px);margin:16px 18px;overflow-x:hidden}.app-nav-drawer .ant-drawer-header{background:var(--brand-plum);border-bottom:1px solid #ffffff14;padding:12px 16px}.app-nav-drawer .ant-drawer-close{color:#fff!important}.app-nav-drawer .ant-menu-dark{background:0 0;border-inline-end:none!important}.app-nav-drawer .ant-menu-dark .ant-menu-item,.app-nav-drawer .ant-menu-dark .ant-menu-submenu-title{font-size:14px;height:44px!important;line-height:44px!important}.app-nav-drawer .ant-menu-dark .ant-menu-item-selected{border-left:3px solid var(--brand-orange)}.app-nav-drawer .app-sider__nav--drawer{flex-direction:column;height:calc(100vh - 56px);max-height:calc(100vh - 56px);display:flex;overflow:hidden}.app-nav-drawer .app-sider__main-menu.ant-menu{flex:auto;min-height:0;overflow-y:auto}.app-nav-drawer .app-sider__footer{border-top:1px solid #ffffff14;flex:none;margin-top:auto}.app-nav-drawer .app-sider__chat-menu.ant-menu{border-top:none;flex:none;margin-top:0}.page-card{background:var(--brand-white);border:1px solid var(--brand-border);box-shadow:none;border-radius:2px;padding:16px 18px}.page-header{border-bottom:2px solid var(--brand-plum);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:10px;display:flex}.page-header__title{font-family:var(--font-body);letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--brand-plum)!important;margin:0!important;font-size:14px!important;font-weight:600!important}.page-header__subtitle{color:var(--brand-text-muted);margin-top:2px;font-size:12px;display:block}.stat-card.ant-card{border:1px solid var(--brand-border);box-shadow:none;border-top:2px solid var(--brand-plum);border-radius:2px}.stat-card .ant-statistic-title{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-text-muted);font-size:10px;margin-bottom:2px!important}.stat-card .ant-statistic-content{color:var(--brand-plum);font-weight:600;font-size:20px!important}.dashboard-section-title{letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--brand-plum)!important;margin:0 0 12px!important;font-size:12px!important;font-weight:600!important}.employee-month-card.ant-card{border:1px solid var(--brand-border);border-radius:12px;height:100%;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 8px #3008440f}.employee-month-card.ant-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #3008441f}.employee-month-card .ant-card-body{align-items:flex-start;gap:14px;display:flex;padding:16px!important}.employee-month-card__photo{flex:none}.employee-month-card__photo .ant-avatar{border:2px solid var(--brand-border)}.employee-month-card__body{flex:1;min-width:0}.employee-month-card__name{color:var(--brand-plum);font-size:14px;line-height:1.3;display:block}.employee-month-card__position{margin-bottom:8px;font-size:12px;display:block}.employee-month-card__stats .ant-statistic-title{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-text-muted);font-size:10px;margin-bottom:0!important}.employee-month-card__stats .ant-statistic-content{color:var(--brand-plum);font-weight:600;font-size:15px!important}.section-card.ant-card{border:1px solid var(--brand-border);border-radius:2px}.page-card .ant-table{font-size:13px}.page-card .ant-table-thead>tr>th{font-size:12px;padding:8px 10px!important}.page-card .ant-table-tbody>tr>td{padding:6px 10px!important}.section-card .ant-card-head-title{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-plum);padding:10px 0;font-size:12px;font-weight:600}.login-page{background:var(--brand-plum);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(at 15% 85%,#48086980 0%,#0000 55%),radial-gradient(at 85% 15%,#d84b201f 0%,#0000 45%);position:absolute;inset:0}.login-card{background:var(--brand-white);border:none;border-radius:2px;width:100%;max-width:500px;margin:24px;padding:44px 40px 36px;position:relative;box-shadow:0 20px 60px #00000059}.login-card .ant-form-item-label>label{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-text-muted);font-size:11px;font-weight:600}.login-card .ant-input,.login-card .ant-input-password{border-color:var(--brand-border);background:var(--brand-bg);border-radius:2px}.login-card .ant-input:focus,.login-card .ant-input-password:focus-within{border-color:var(--brand-plum);background:var(--brand-white);box-shadow:0 0 0 2px #30084414}.login-card .ant-btn-primary{letter-spacing:.1em;text-transform:uppercase;background:var(--brand-orange);border-color:var(--brand-orange);border-radius:2px;height:46px;margin-top:8px;font-weight:600}.login-card .ant-btn-primary:hover{background:var(--brand-orange-hover)!important;border-color:var(--brand-orange-hover)!important}.login-system-label{text-align:center;border-bottom:1px solid var(--brand-border);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-text-muted);margin-bottom:28px;padding-bottom:22px;font-size:11px;font-weight:500}.login-footer{text-align:center;border-top:1px solid var(--brand-border);margin-top:24px;padding-top:20px}.login-footer a{color:var(--brand-plum-mid);letter-spacing:.04em;font-size:13px;font-weight:500;text-decoration:none}.login-footer a:hover{color:var(--brand-orange)}.login-card-footer{border-top:1px solid var(--brand-border);text-align:center;background:linear-gradient(#0000 0%,#30084408 100%);margin-top:28px;padding:16px 14px 14px}.login-card-footer__label{letter-spacing:.14em;text-transform:uppercase;color:var(--brand-text-muted);margin-bottom:8px;font-size:10px;font-weight:600}.login-card-footer__link{letter-spacing:.02em;align-items:center;gap:8px;font-size:16px;font-weight:600;display:inline-flex;color:var(--brand-plum)!important}.login-card-footer__link:hover{color:var(--brand-orange)!important}.login-card-footer__hint{color:var(--brand-text-muted);margin-top:6px;font-size:12px}.login-agency-card{border-top:1px solid var(--brand-border);color:inherit;flex-direction:column;align-items:center;gap:10px;margin-top:28px;padding:18px 16px 16px;transition:background .15s;display:flex;text-decoration:none!important}.login-agency-card:hover{background:#30084408}.login-agency-card__logo{object-fit:contain;width:88%;max-width:280px;height:auto;max-height:72px;display:block}.login-agency-card__meta{flex-direction:column;align-items:center;gap:4px;display:flex}.login-agency-card__label{letter-spacing:.14em;text-transform:uppercase;color:var(--brand-text-muted);font-size:10px;font-weight:600}.login-agency-card__url{color:var(--brand-plum);letter-spacing:.02em;align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.login-agency-card:hover .login-agency-card__url{color:var(--brand-orange)}a,.ant-typography a,.ant-btn-link{text-decoration:none!important}.ant-typography a,.ant-table a:not(.ant-btn):not(.ant-pagination-item-link),.login-footer a,.app-text-link{color:var(--brand-plum-mid);cursor:pointer;font-weight:500}.ant-typography a:hover,.ant-table a:not(.ant-btn):not(.ant-pagination-item-link):hover,.login-footer a:hover,.app-text-link:hover{color:var(--brand-orange);text-decoration:none!important}.ant-btn-link{font-weight:500;color:var(--brand-plum-mid)!important}.ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover{color:var(--brand-orange)!important;background:#d84b200f!important}.ant-table-thead>tr>th{letter-spacing:.06em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:600!important}.clients-table .ant-table{font-size:13px}.clients-table .ant-table-thead>tr>th{padding:10px 12px!important;font-size:11px!important}.clients-table .ant-table-tbody>tr>td{vertical-align:middle;font-size:13px;overflow:hidden;padding:10px 12px!important}.clients-table .ant-table-cell{overflow:hidden!important}.clients-table .ant-table-tbody>tr>td a{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.clients-table .clients-table__title-cell,.clients-table .clients-table__title-cell a{font-size:11px!important}.ant-btn-primary{box-shadow:none!important;background:var(--brand-orange)!important;border-color:var(--brand-orange)!important}.ant-btn-primary:hover{background:var(--brand-orange-hover)!important;border-color:var(--brand-orange-hover)!important}.ant-modal .ant-modal-content{border-radius:12px;overflow:hidden}.ant-modal .ant-modal-header{border-radius:12px 12px 0 0}.ant-drawer .ant-drawer-content{border-radius:12px 0 0 12px}.ant-modal-header{border-bottom:2px solid var(--brand-plum)}.ant-modal-title{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-plum);font-size:14px;font-weight:600}.client-card-modal__body{background:var(--brand-white);padding-top:4px;position:relative}.client-card-group{background:var(--brand-white);border:1px solid var(--brand-border);border-radius:2px;margin-top:16px;padding:12px 16px}.client-card-group__title{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-plum);border-bottom:1px solid var(--brand-border);margin-bottom:12px;padding-bottom:8px;font-size:12px;font-weight:600}.client-card-group__head{margin-bottom:10px}.client-card-group__list-label{margin-bottom:6px;display:block}.client-card-group__list{margin:0;padding-left:18px}.client-card-creator-sticker{z-index:2;background:var(--brand-white);border:1px solid var(--brand-border);border-top:3px solid var(--brand-plum);transform-origin:100% 0;pointer-events:none;border-radius:2px;flex-direction:column;align-items:flex-end;gap:2px;padding:8px 12px;display:flex;position:absolute;top:0;right:0;transform:rotate(2deg);box-shadow:0 4px 12px #3008441f}.client-card-creator-sticker__label{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-text-muted);font-size:10px;font-weight:600}.client-card-creator-sticker__name{color:var(--brand-plum);white-space:nowrap;font-size:12px;font-weight:600}.client-card-modal__body .ant-tabs{padding-right:120px}@media (width<=640px){.client-card-modal__body .ant-tabs{padding-top:52px;padding-right:0}.client-card-creator-sticker{top:0;right:0;transform:none}}.employee-avatar.ant-avatar img,.ant-avatar.employee-avatar>img{object-fit:cover!important;object-position:center top!important}.employee-photo-full{object-fit:contain;object-position:center top;background:#f5f5f5;border-radius:8px;width:100%;max-height:70vh;display:block}.ant-tabs-tab{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.ant-picker-calendar{border:1px solid var(--brand-border);background:var(--brand-white);padding:16px}.ant-picker-calendar .ant-picker-panel{border-top:1px solid var(--brand-border)}.ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:var(--brand-orange);font-weight:700}.cal-cell{min-height:36px;margin-top:4px}.cal-cell__count{color:var(--brand-plum);font-size:13px;font-weight:600;line-height:1.2}.cal-cell__dots{flex-wrap:wrap;gap:3px;margin-top:4px;display:flex}.cal-cell__dot{border-radius:50%;width:7px;height:7px;display:inline-block}.ant-picker-calendar .ant-picker-calendar-date-content{height:78px!important;max-height:78px!important;overflow:hidden!important}.cal-day__nav{border-bottom:1px solid var(--brand-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.cal-day__empty{text-align:center;padding:48px 16px}.ant-picker-calendar .ant-picker-cell{cursor:pointer}.cal-complete-box{border:1px solid var(--brand-border,#e8e0d8);background:#52c41a0f;border-left:3px solid #52c41a;margin:12px 0 16px;padding:10px 12px}@media (width<=991px){.app-header{padding:0 12px!important}.app-content{min-height:calc(100vh - 72px);margin:12px}.page-card{padding:12px 14px}.page-header{flex-direction:column;align-items:stretch}.page-header__extra{width:100%}.page-header__extra .ant-space{flex-wrap:wrap;display:flex}.app-header__user-name--full{display:none}.app-header__user-name--short{display:inline}.table-toolbar{align-items:flex-start!important}.table-toolbar .ant-pagination{flex-wrap:wrap;justify-content:flex-end;width:100%;display:flex;margin-left:0!important}.ant-table-wrapper{max-width:100%}.ant-table{font-size:13px}.ant-modal{padding-bottom:0;max-width:calc(100vw - 24px)!important;margin:12px auto!important}.ant-modal .ant-modal-body{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 160px);overflow-y:auto}.ant-drawer-content-wrapper{max-width:100vw}.stat-card .ant-statistic-content{font-size:20px!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{font-size:11px;padding:8px 10px!important}.ant-form-item{margin-bottom:14px}.ant-picker,.ant-select,.ant-input-number{max-width:100%}}@media (width<=767px){.app-content{margin:8px}.page-card{border-left:none;border-right:none;border-radius:0;padding:10px 12px}.page-header__title{font-size:13px!important}.login-card{max-width:100%;margin:12px;padding:28px 20px 24px}.app-header__role-tag{display:none}.ant-row{row-gap:8px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 10px!important}.ant-btn{min-height:36px}.ant-btn-sm{min-height:30px}.cal-cell{min-height:44px}.ant-picker-calendar{padding:8px}.ant-picker-calendar .ant-picker-content th,.ant-picker-calendar .ant-picker-content td{font-size:12px}.ant-space-horizontal{row-gap:8px!important}.employee-month-card__stats .ant-statistic-content{font-size:16px!important}}@media (width<=480px){html{-webkit-text-size-adjust:100%}body{font-size:15px}.app-header{height:52px!important;line-height:52px!important}.app-content{min-height:calc(100vh - 68px)}.ant-pagination-options{display:none!important}.ant-statistic-title{font-size:11px!important}}@media (width<=991px){.ant-table-content,.ant-table-body{-webkit-overflow-scrolling:touch;overflow-x:auto!important}}.chat-msg-highlight{border-radius:12px;animation:3.5s ease-out chat-msg-flash}body,.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-picker,.ant-table,.ant-menu{font-family:var(--font-body)}body{background:radial-gradient(circle at 72% -10%, #75518414, transparent 28rem), var(--brand-bg)}.brand-logo--sidebar{text-align:left;background:0 0;border:0;flex-direction:row;flex-shrink:0;justify-content:flex-start;gap:12px;min-height:88px;padding:18px 20px}.brand-logo--collapsed{justify-content:center;min-height:88px;padding:18px 14px}.brand-logo__mark-shell{background:#fff;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 20px #00000026}.brand-logo__mark-img{width:27px;height:27px}.brand-logo__copy{flex-direction:column;gap:1px;min-width:0;display:flex}.brand-logo__name{color:#fff;font-family:var(--font-display);letter-spacing:.01em;font-size:26px;font-weight:600;line-height:1}.brand-logo__descriptor{color:#ffffff85;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:11px;line-height:1.4}.app-sider.ant-layout-sider{z-index:110;border:0;top:0;bottom:0;left:0;overflow:hidden;box-shadow:10px 0 34px #2b0a3d12;background:radial-gradient(circle at 0 0, #f0645a29, transparent 17rem), linear-gradient(180deg, #321044 0%, var(--brand-plum) 58%, #22062f 100%)!important;height:100vh!important;max-height:100vh!important;position:fixed!important}.app-shell.ant-layout-has-sider>.ant-layout{min-height:100vh;margin-left:272px;transition:margin-left .2s}.app-shell.ant-layout-has-sider>.app-sider.ant-layout-sider-collapsed+.ant-layout{margin-left:84px}.app-sider .ant-layout-sider-children{flex-direction:column;height:100%;max-height:100vh;display:flex;overflow:hidden}.app-sider__nav{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.app-sider__main-menu.ant-menu{flex:auto;min-height:0;overflow:hidden auto;padding-bottom:8px!important}.app-sider__footer{border-top:1px solid #ffffff14;flex:none;margin-top:auto}.app-sider__settings-menu.ant-menu{flex:none;padding-top:8px!important;padding-bottom:0!important}.app-sider__chat-menu.ant-menu{flex:none;padding-top:4px!important;padding-bottom:8px!important}.app-menu-chat{align-items:center;gap:8px;width:100%;display:inline-flex}.app-menu-chat__label{flex:1}.app-menu-chat__badge{background:var(--brand-coral);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.app-menu-chat__icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.app-menu-chat__badge--icon{min-width:16px;height:16px;padding:0 4px;font-size:10px;position:absolute;top:-6px;right:-10px}.app-sider.ant-layout-sider-collapsed .app-sider__chat-menu.ant-menu{padding-bottom:8px!important}.app-sider .ant-menu-dark{background:0 0;padding:6px 0 8px}.app-sider .ant-menu-dark .ant-menu-item,.app-sider .ant-menu-dark .ant-menu-submenu-title{color:#ffffffb3;border-radius:10px;font-size:14px;font-weight:500;width:calc(100% - 24px)!important;height:44px!important;margin:4px 12px!important;padding-inline:14px!important;line-height:44px!important}.app-sider .ant-menu-dark .ant-menu-item .anticon,.app-sider .ant-menu-dark .ant-menu-submenu-title .anticon{color:#ffffff94;font-size:17px}.app-sider .ant-menu-dark .ant-menu-item:hover,.app-sider .ant-menu-dark .ant-menu-submenu-title:hover{color:#fff;background:#ffffff12!important}.app-sider .ant-menu-dark .ant-menu-item-selected{color:#fff;border:0;box-shadow:inset 0 0 0 1px #ffffff0d;background:#ffffff21!important}.app-sider .ant-menu-dark .ant-menu-item-selected:before{content:"";background:var(--brand-orange);border-radius:0 4px 4px 0;width:3px;position:absolute;top:11px;bottom:11px;left:0}.app-sider .ant-menu-dark .ant-menu-item-selected .anticon{color:var(--brand-coral)}.app-sider .ant-menu-dark .ant-menu-sub{border-radius:10px;margin:0 12px 8px;padding:3px 0;background:#0b00112e!important}.app-sider .ant-menu-dark .ant-menu-sub .ant-menu-item{font-size:13px;width:calc(100% - 12px)!important;height:38px!important;margin:2px 6px!important;padding-inline-start:42px!important;line-height:38px!important}.app-sider .ant-layout-sider-trigger{border:0;background:#0a000f3d!important;height:42px!important;line-height:42px!important}.app-shell,.app-shell>.ant-layout,.app-content{background:0 0!important}.app-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e7e2eae0;background:#ffffffe0!important;height:68px!important;padding:0 28px!important;line-height:normal!important;box-shadow:0 1px #2b0a3d05!important}.app-header__context{flex-direction:column;gap:2px;display:flex}.app-header__eyebrow{color:var(--brand-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:600;line-height:1.2}.app-header__page-title{color:var(--brand-text);font-size:16px;font-weight:700;line-height:1.35}.app-header__user.ant-btn{border-radius:12px;align-items:center;gap:10px;max-width:min(360px,44vw);height:52px;padding:6px 10px 6px 7px;display:inline-flex}.app-header__user.ant-btn:hover{background:var(--brand-surface-plum)!important}.app-header__avatar.ant-avatar{background:linear-gradient(145deg, var(--brand-plum-light), var(--brand-plum));color:#fff;flex:none;font-size:12px;font-weight:700;box-shadow:0 4px 12px #2b0a3d33}.app-header__user-copy{flex-direction:column;align-items:flex-start;gap:1px;min-width:0;line-height:1.25;display:flex}.app-header__user-name{max-width:230px;color:var(--brand-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.app-header__role-label{color:var(--brand-text-muted);font-size:11px;font-weight:500}.app-content{width:100%;max-width:1720px;min-height:calc(100vh - 68px);margin:0 auto;padding:28px 32px 44px;overflow:visible}.page-card{box-shadow:var(--shadow-sm);background:#fffffff0;border:1px solid #e7e2eae6;border-radius:18px;padding:22px 24px 24px}.timesheet-plan-card>.ant-card-head,.timesheet-notes-card>.ant-card-head{background:#e6f4ff;font-weight:700}.timesheet-row--planned>td{background:#e6f4ff!important}.page-header{border:0;align-items:center;min-height:54px;margin-bottom:22px;padding:0}.page-header__title{font-family:var(--font-body);color:var(--brand-text)!important;letter-spacing:-.025em!important;text-transform:none!important;margin:0!important;font-size:26px!important;font-weight:700!important;line-height:1.2!important}.page-header__subtitle{color:var(--brand-text-muted);margin-top:6px;font-size:13px;font-weight:500}.page-header__extra,.dashboard-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ant-btn{border-radius:10px;min-height:40px;font-weight:650;box-shadow:none!important}.ant-btn-sm{border-radius:8px;min-height:32px}.ant-btn-primary{background:linear-gradient(135deg, #f27267, var(--brand-orange))!important;border-color:#0000!important;box-shadow:0 8px 18px #f0645a33!important}.ant-btn-primary:not(:disabled):hover{transform:translateY(-1px);background:linear-gradient(135deg, var(--brand-orange), var(--brand-orange-hover))!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker,.ant-input-number{border-color:var(--brand-border)!important;box-shadow:none!important;background:#fff!important;border-radius:10px!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-picker:hover,.ant-input-number:hover{border-color:#bdafc4!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused,.ant-input-number-focused{border-color:var(--brand-plum-light)!important;box-shadow:0 0 0 3px #7551841a!important}.ant-form-item-label>label{font-weight:650;color:#5e5563!important;font-size:13px!important}.ant-segmented{background:var(--brand-surface-plum);border-radius:12px;padding:4px}.ant-tabs .ant-tabs-tab{letter-spacing:0;text-transform:none;font-size:14px;font-weight:600}.ant-tabs .ant-tabs-tab-active{color:var(--brand-plum)}.section-card.ant-card,.stat-card.ant-card,.employee-month-card.ant-card{box-shadow:var(--shadow-sm);background:#fffffff5;border:1px solid #e7e2eaf2;border-radius:16px;overflow:hidden}.section-card .ant-card-head{border-bottom:1px solid var(--brand-border);min-height:60px;padding:0 20px}.section-card .ant-card-head-title{color:var(--brand-text);letter-spacing:-.01em;text-transform:none;padding:18px 0;font-size:16px;font-weight:700}.section-card .ant-card-body{padding:18px 20px 20px!important}.section-card__meta{color:var(--brand-text-muted);font-size:12px;font-weight:600}.ant-table-wrapper .ant-table{border:1px solid var(--brand-border);background:#fff;border-radius:12px;overflow:hidden}.ant-table-thead>tr>th{color:#625769!important;letter-spacing:.01em!important;text-transform:none!important;background:var(--brand-surface-plum)!important;border-bottom:1px solid var(--brand-border)!important;padding:12px 14px!important;font-size:12px!important;font-weight:700!important}.ant-table-tbody>tr>td{color:var(--brand-text);font-size:14px;border-bottom-color:#eeeaf0!important;padding:12px 14px!important}.ant-table-tbody>tr:last-child>td{border-bottom:0}.ant-table-tbody>tr:hover>td{background:#fbf8fc!important}.clients-table .ant-table-thead>tr>th,.clients-table .ant-table-tbody>tr>td{padding:12px 14px!important;font-size:13px!important}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{border-radius:9px}.ant-pagination .ant-pagination-item-active{border-color:var(--brand-plum);background:var(--brand-plum)}.ant-pagination .ant-pagination-item-active a{color:#fff}.dashboard-page{width:100%}.dashboard-metrics{margin-bottom:30px}.stat-card.ant-card{border-top:0;height:100%;min-height:138px;transition:transform .18s,box-shadow .18s;position:relative}.stat-card.ant-card:after{content:"";pointer-events:none;background:#2b0a3d09;border-radius:0 0 0 80px;width:80px;height:80px;position:absolute;top:0;right:0}.stat-card.ant-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card .ant-card-body{padding:18px 20px!important}.stat-card__topline{align-items:center;gap:10px;margin-bottom:16px;display:flex}.stat-card__icon{background:var(--brand-surface-plum);width:34px;height:34px;color:var(--brand-plum);border-radius:10px;place-items:center;font-size:17px;display:grid}.stat-card--coral .stat-card__icon{color:#d95049;background:#fff0ef}.stat-card--sand .stat-card__icon{color:#b87620;background:#fff5e5}.stat-card--violet .stat-card__icon{color:#6548a0;background:#f0ecfa}.stat-card__label{color:var(--brand-text-muted);font-size:13px;font-weight:650}.stat-card .ant-statistic-content{color:var(--brand-text);letter-spacing:-.04em;font-weight:700;line-height:1.05;font-size:30px!important}.stat-card .ant-statistic-content-suffix{color:var(--brand-text-muted);letter-spacing:0;margin-left:6px;font-size:14px;font-weight:650}.dashboard-section{margin-bottom:30px}.dashboard-section__head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.dashboard-section-title{color:var(--brand-text)!important;letter-spacing:-.02em!important;text-transform:none!important;margin:0 0 3px!important;font-size:19px!important;font-weight:700!important}.dashboard-section__head .ant-typography-secondary{font-size:13px}.dashboard-section__link{color:var(--brand-plum)!important}.employee-month-card.ant-card{height:100%;box-shadow:none}.employee-month-card.ant-card:hover{box-shadow:var(--shadow-sm);border-color:#d6cdda;transform:translateY(-2px)}.employee-month-card .ant-card-body{display:block;padding:16px!important}.employee-month-card__head{align-items:center;gap:12px;display:flex}.employee-month-card__identity{flex:1;min-width:0}.employee-month-card__name{color:var(--brand-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.35;overflow:hidden}.employee-month-card__position{text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.employee-month-card__arrow{color:#b6aabb;font-size:13px}.employee-month-card__stats{border-top:1px solid #eeeaf0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-top:16px;padding-top:14px;display:grid}.employee-month-card__stats>div{flex-direction:column;gap:2px;min-width:0;display:flex}.employee-month-card__stats span{color:var(--brand-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:650}.employee-month-card__stats strong{color:var(--brand-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.dashboard-week-card .ant-card-body{padding:0!important}.dashboard-week-card .ant-table-wrapper .ant-table{border:0;border-radius:0}.ant-modal .ant-modal-content{border:1px solid #e7e2eae6;border-radius:18px;padding:24px;box-shadow:0 24px 70px #22062f33}.ant-modal-header{border-bottom:1px solid var(--brand-border);margin-bottom:20px;padding:0 32px 16px 0}.ant-modal-title{color:var(--brand-text);letter-spacing:-.02em;text-transform:none;font-size:19px;font-weight:700}.client-card-group{background:var(--brand-surface-soft);border-radius:14px;padding:16px 18px}.client-card-group__title{color:var(--brand-text);letter-spacing:0;text-transform:none;font-size:14px;font-weight:700}.client-bank-accounts{margin-top:16px}.client-bank-accounts__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.client-bank-accounts__head .client-card-group__title{border-bottom:none;margin-bottom:0;padding-bottom:0}.client-bank-accounts__list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.client-bank-accounts .client-card-group{margin-top:0}.client-bank-card__actions{margin-top:12px}.client-card-creator-sticker{box-shadow:var(--shadow-sm);border-top:0;border-radius:12px;transform:none}.login-page{background:#fff;grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr);justify-content:stretch;align-items:stretch;display:grid}.login-page:before{display:none}.login-brand-panel{color:#fff;background:radial-gradient(circle at 15% 12%,#f0645a47,#0000 19rem),radial-gradient(circle at 88% 78%,#75518499,#0000 24rem),linear-gradient(145deg,#3b1050 0%,#260632 62%,#190320 100%);flex-direction:column;justify-content:space-between;min-height:100vh;padding:44px 52px;display:flex;position:relative;overflow:hidden}.login-brand-panel:after{content:"";border:1px solid #ffffff17;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-150px;right:-140px;box-shadow:0 0 0 48px #ffffff06,0 0 0 96px #ffffff05}.login-brand-panel__top{z-index:1;font-family:var(--font-display);align-items:center;gap:12px;font-size:27px;font-weight:600;display:flex;position:relative}.login-brand-panel__mark{background:#fff;border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 28px #0000002e}.login-brand-panel__mark img{width:27px;height:27px}.login-brand-panel__message{z-index:1;max-width:620px;position:relative}.login-brand-panel__eyebrow{color:var(--brand-coral);letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700;display:block}.login-brand-panel__message h1{color:#fff;max-width:590px;font-family:var(--font-display);letter-spacing:-.035em;margin:0 0 22px;font-size:clamp(46px,5.2vw,76px);font-weight:500;line-height:.98}.login-brand-panel__message p{color:#ffffff9e;max-width:520px;margin:0;font-size:16px;line-height:1.7}.login-brand-panel__footer{z-index:1;color:#ffffff73;font-size:12px;position:relative}.login-form-panel{background:radial-gradient(circle at 100% 0,#75518414,#0000 26rem),#fff;place-items:center;min-height:100vh;padding:48px;display:grid}.login-card{width:min(100%,440px);max-width:440px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.brand-logo--login{align-items:flex-start;margin-bottom:42px;padding:0}.brand-logo__product-img--login{width:220px;max-width:70%;max-height:none;margin:0}.login-card__heading{margin-bottom:30px}.login-card__heading h2{color:var(--brand-text);letter-spacing:-.035em;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.25}.login-card__heading p{color:var(--brand-text-muted);margin:0;font-size:14px;line-height:1.55}.login-card .ant-form-item-label>label{color:#5e5563;letter-spacing:0;text-transform:none;font-size:13px;font-weight:650}.login-card .ant-input,.login-card .ant-input-password{background:#fff;border-radius:12px;min-height:48px}.login-card .ant-btn-primary{letter-spacing:0;text-transform:none;border-radius:12px;height:50px;margin-top:8px;font-size:14px}.login-agency-card{border-top:1px solid var(--brand-border);color:var(--brand-text-muted);flex-direction:row;justify-content:flex-start;gap:8px;margin-top:34px;padding:18px 0 0;font-size:12px}.login-agency-card:hover{color:var(--brand-plum);background:0 0}.login-agency-card strong{color:var(--brand-plum);font-weight:700}@media (width<=1100px){.login-page{grid-template-columns:minmax(320px,.8fr) minmax(440px,1.2fr)}.login-brand-panel{padding:36px}.login-brand-panel__message h1{font-size:48px}}@media (width<=991px){.app-header{height:64px!important;padding:0 14px!important}.app-header__mobile-copy{flex-direction:column;line-height:1.2;display:flex}.app-header__brand-mobile{color:var(--brand-text-muted);letter-spacing:.08em;font-size:10px}.app-header__page-mobile{color:var(--brand-text);font-size:14px;font-weight:700}.app-content{min-height:calc(100vh - 64px);margin:0;padding:22px 18px 34px}.app-nav-drawer .ant-drawer-header,.app-nav-drawer .ant-drawer-body{background:var(--brand-plum)}.page-header{align-items:flex-start}.page-header__extra{width:auto}.page-card{padding:20px}.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{min-height:100vh}}@media (width<=767px){body{font-size:15px}.app-content{padding:18px 12px 28px}.page-card{border-left:1px solid var(--brand-border);border-right:1px solid var(--brand-border);border-radius:14px;padding:16px}.page-header{gap:16px;margin-bottom:20px}.page-header__title{font-size:22px!important}.page-header__extra,.dashboard-actions{width:100%}.dashboard-actions .ant-btn{flex:1}.dashboard-section__head{align-items:flex-start}.dashboard-section__link{padding-inline:8px}.stat-card.ant-card{min-height:122px}.section-card .ant-card-head{padding:0 16px}.section-card .ant-card-body{padding:14px 16px 16px!important}.login-form-panel{padding:28px 22px}.brand-logo--login{margin-bottom:34px}.login-card{width:100%;max-width:440px;margin:0;padding:0}.app-header__user.ant-btn{max-width:128px}.app-header__role-label{display:none}}@media (width<=480px){.app-header{height:60px!important;line-height:normal!important}.app-header__avatar.ant-avatar{width:32px;height:32px;line-height:32px}.app-content{min-height:calc(100vh - 60px)}.page-header__subtitle{font-size:12px}.dashboard-section__link{font-size:0}.dashboard-section__link .anticon{font-size:14px}.login-agency-card{flex-wrap:wrap}}.document-file-actions{white-space:nowrap;align-items:flex-start;gap:0;max-width:none;flex-flow:column!important;display:inline-flex!important}.document-file-actions .ant-space-item{line-height:1.2}.client-tab-row-actions{white-space:nowrap;max-width:none;flex-wrap:nowrap!important;display:inline-flex!important}.document-file-actions .ant-btn,.client-tab-row-actions .ant-btn{flex-shrink:0}
