:root{--shell-header-height:64px;--shell-sidebar-width:260px;--shell-sidebar-collapsed-width:80px;--sidebar-bg:#16101d;--primary:#6b21a8;--primary-10:rgba(107,33,168,0.15);--primary-20:rgba(107,33,168,0.25);--primary-hover:#7e22ce;--card-bg:#2a2233;--text:#e4e4e7;--text-secondary:#9ca3af;--green:#00a63e;--red:#e7000b;--tr:0.25s cubic-bezier(0.4,0,0.2,1);--surface:#1f1828;--surface-hover:#352a3f;--border:#3a2f47}.cfs-shell{--sidebar-bg:#16101d;--primary:#6b21a8;--primary-10:rgba(107,33,168,0.15);--primary-20:rgba(107,33,168,0.25);--primary-hover:#7e22ce;--card-bg:#2a2233;--text:#e4e4e7;--text-secondary:#9ca3af;--green:#00a63e;--red:#e7000b;--surface:#1f1828;--surface-hover:#352a3f;--border:#3a2f47;min-height:100vh;max-height:100vh;overflow:hidden;background:var(--surface);color:var(--text)}.cfs-shell,.sidebar{display:flex;height:100vh}.sidebar{width:260px;min-width:260px;background:var(--sidebar-bg);flex-direction:column;justify-content:space-between;padding-top:20px;overflow-y:auto;overflow-x:hidden;z-index:10;transition:width .3s,min-width .3s,left .28s ease}.sidebar-top{padding:0 22px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.logo-img{display:block;width:115px;height:24px;max-width:100%}.collapse-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:10px;color:rgba(255,255,255,.5)}.collapse-btn:hover{color:#fff}.collapse-btn svg{transition:transform .3s}.nav-list{list-style:none;display:flex;flex-direction:column;gap:4px;padding:0;margin:0}.nav-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:10px;color:#fff;cursor:pointer;text-decoration:none;font-size:16px;letter-spacing:-.32px;transition:background var(--tr);background:transparent;border:none;width:100%;text-align:left;font-family:inherit}.nav-item:hover{background:rgba(255,255,255,.06)}.nav-item.active{background:var(--primary)}.nav-item-left{gap:12px}.nav-icon,.nav-item-left{display:flex;align-items:center}.nav-icon{justify-content:center;flex-shrink:0}.nav-icon,.nav-icon svg{width:20px;height:20px}.nav-chevron{width:7px;height:7px;border-right:1.5px solid rgba(255,255,255,.4);border-bottom:1.5px solid rgba(255,255,255,.4);transform:rotate(-45deg);flex-shrink:0;transition:transform var(--tr)}.nav-group.open>.nav-item .nav-chevron{transform:rotate(45deg)}.nav-submenu{max-height:0;overflow:hidden;transition:max-height .3s;padding-left:20px}.nav-group.open>.nav-submenu{max-height:300px}.nav-submenu .nav-item{font-size:14px;padding:10px 16px;color:rgba(255,255,255,.7);background:transparent;border:none}.nav-submenu .nav-item:hover{color:#fff}.nav-submenu .nav-item.active{background:var(--primary);color:#fff}.sidebar.collapsed{width:80px;min-width:80px;overflow-x:hidden}.sidebar.collapsed .sidebar-top{padding:0 10px}.sidebar.collapsed .sidebar-header{justify-content:center;margin-bottom:30px}.sidebar.collapsed .logo{display:none!important}.sidebar.collapsed .collapse-btn svg{transform:rotate(180deg)}.sidebar.collapsed .nav-list{align-items:center}.sidebar.collapsed .nav-item{justify-content:center;padding:12px;width:56px;border-radius:10px;margin:0 auto;overflow:hidden;background:transparent}.sidebar.collapsed .nav-item-left{font-size:0;gap:0;justify-content:center}.sidebar.collapsed .nav-item-left .nav-icon{font-size:medium}.sidebar.collapsed .nav-chevron{display:none!important}.sidebar.collapsed .nav-submenu{display:none!important;max-height:0!important;overflow:hidden!important}.sidebar.collapsed .logout-btn{display:none!important}.sidebar.collapsed .sidebar-footer{padding:14px 10px;justify-content:center}.sidebar.collapsed .user-info>div{display:none!important}.sidebar.collapsed .user-info{gap:0;justify-content:center}.sidebar.collapsed .nav-icon{width:22px;height:22px;flex-shrink:0}.sidebar.collapsed .nav-icon svg{width:22px;height:22px}.sidebar-footer{border-top:1px solid rgba(255,255,255,.12);padding:16px 20px;justify-content:space-between}.sidebar-footer,.user-info{display:flex;align-items:center}.user-info{gap:12px;min-width:0}.user-avatar{width:44px;height:44px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.user-name{color:#fff;font-size:14px}.user-role{color:rgba(255,255,255,.47);font-size:12px;margin-top:2px}.logout-btn{background:none;border:none;cursor:pointer;color:rgba(255,255,255,.5);padding:4px}.logout-btn:hover{color:#fff}.logout-btn svg{width:28px;height:28px}.main{flex:1 1;flex-direction:column;overflow:hidden;background:var(--surface);position:relative;height:100vh}.header,.main{display:flex;min-width:0}.header{align-items:center;justify-content:space-between;padding:20px 20px 0;height:64px;flex-shrink:0;gap:12px}.search-bar{width:534px;height:44px;border:1px solid var(--border);border-radius:5px;display:flex;align-items:center;padding:0 12px;gap:9px;background:var(--card-bg)}.search-bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(107,33,168,.2)}.header-left{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-search-wrap{position:relative;flex:1 1 auto;min-width:0}.header-hamburger{display:none;width:44px;height:44px;border-radius:11px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text)}.header-hamburger:hover{background:var(--surface-hover)}.header-hamburger svg{width:22px;height:22px}.sidebar-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9;opacity:0;pointer-events:none;transition:opacity .25s}.sidebar-backdrop.show{opacity:1;pointer-events:auto}.syn-nav-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:9px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;letter-spacing:.3px}.syn-nav-badge.zero,.syn-nav-badge:empty{display:none}.sidebar.collapsed .syn-nav-badge{display:none!important}.user-avatar--demo{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OCIgaGVpZ2h0PSI4OCIgdmlld0JveD0iMCAwIDg4IDg4Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImciIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMEQ5NDg4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDg5MUIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9Ijg4IiBoZWlnaHQ9Ijg4IiByeD0iNDQiIGZpbGw9InVybCgjZykiLz48Y2lyY2xlIGN4PSI0NCIgY3k9IjM0IiByPSIxNiIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjI1KSIvPjxlbGxpcHNlIGN4PSI0NCIgY3k9Ijc2IiByeD0iMjYiIHJ5PSIyMiIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjI1KSIvPjwvc3ZnPgo=") 50%/cover no-repeat;color:transparent}.search-bar svg{width:21px;height:21px;flex-shrink:0;color:var(--text-secondary)}.search-bar input{flex:1 1;border:none;outline:none;font-family:inherit;font-size:14px;color:var(--text);background:transparent}.search-bar input::placeholder{color:var(--text-secondary)}.header-right{gap:6px;flex-shrink:0}.header-icon-btn,.header-right{display:flex;align-items:center;position:relative}.header-icon-btn{width:44px;height:44px;border-radius:11px;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text-secondary)}.header-icon-btn:hover{background:var(--surface-hover)}.header-icon-btn svg{width:20px;height:20px}.notif-badge{position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;background:var(--primary);font-family:DM Sans,sans-serif;font-weight:700;font-size:10px;color:#fff;display:flex;align-items:center;justify-content:center}.search-suggest{position:absolute;top:100%;left:0;right:0;background:var(--card-bg);border:1px solid var(--border);border-radius:0 0 8px 8px;max-height:320px;overflow-y:auto;z-index:50;display:none;box-shadow:0 12px 32px rgba(0,0,0,.4)}.search-suggest.open{display:block}.search-suggest-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;cursor:pointer;color:var(--text)}.search-suggest-item:hover{background:var(--surface-hover)}.search-suggest-item .ss-cat{font-size:10px;color:var(--primary);background:var(--primary-10);padding:2px 8px;border-radius:4px;margin-left:auto}.search-suggest-item .ss-match{color:var(--primary);font-weight:600}.notif-dropdown{position:absolute;top:54px;right:0;width:min(380px,calc(100vw - 24px));background:var(--card-bg);border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.45);z-index:200;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:all .25s;border:1px solid var(--border)}.notif-dropdown.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.notif-header{padding:14px 16px 4px;display:flex;align-items:center;justify-content:space-between}.notif-title{font-size:15px;font-weight:700;letter-spacing:.1px}.header-notif-wrap{position:relative}.notif-dropdown .notif-tabs{display:flex;gap:6px;padding:10px 14px 12px;margin:0;border:none;border-bottom:1px solid var(--border);border-radius:0;overflow:visible;background:transparent}.notif-dropdown .notif-tab{flex:1 1;padding:7px 0;border:none;border-radius:8px;background:transparent;color:var(--text-secondary);font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;transition:background .15s,color .15s}.notif-dropdown .notif-tab:hover:not(.active){background:var(--surface-hover);color:var(--text)}.notif-dropdown .notif-tab.active{background:var(--primary);color:#fff}.notif-viewall{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;font-size:12px;font-weight:600;color:#a78bfa;cursor:pointer;background:transparent;border:none;border-top:1px solid var(--border);width:100%;font-family:inherit;transition:background .12s,color .12s}.notif-viewall:hover{background:var(--surface-hover);color:#c4b5fd}.notif-viewall svg{width:11px;height:11px}.notif-list{max-height:min(70vh,560px);overflow-y:auto;padding:4px 0 6px}.notif-list-empty{padding:28px 16px;text-align:center;font-size:12.5px;color:var(--text-secondary)}.notif-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 16px;cursor:pointer;transition:background .12s;position:relative;border:none;background:transparent;text-align:left;font-family:inherit}.notif-item:hover{background:var(--surface-hover)}.notif-item:has(.notif-unread-dot){background:rgba(124,58,237,.045)}.notif-item:has(.notif-unread-dot):hover{background:rgba(124,58,237,.085)}.notif-item-icon{width:26px;height:26px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);color:var(--text-secondary)}.notif-item-icon svg{width:13px;height:13px}.notif-item-content{flex:1 1;min-width:0;overflow:hidden}.notif-item-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.notif-item-name{font-size:12.5px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.notif-item-time{font-size:10px;flex-shrink:0;font-weight:500}.notif-item-desc,.notif-item-time{color:var(--text-secondary);white-space:nowrap}.notif-item-desc{font-size:11.5px;margin-top:1px;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.notif-item-desc em,.notif-item-desc strong{color:var(--text);font-weight:600}.notif-item-desc em{font-style:normal}.notif-unread-dot{display:none}body.light-mode .notif-item-icon{background:rgba(0,0,0,.05);color:var(--text-secondary)}.content{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 20px 20px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth;scroll-padding-bottom:20px}.content>:only-child{flex:1 1 auto;min-height:0}@media (max-width:1100px){.header-hamburger{display:inline-flex;flex-shrink:0}.header-left{flex:0 0 auto;min-width:auto}.sidebar-backdrop{z-index:99}.sidebar{position:fixed;left:-280px;top:0;height:100vh;width:260px;min-width:260px;z-index:100;transition:left .28s ease;overflow-x:hidden;box-shadow:none}.sidebar.mobile-open{left:0;width:260px!important;min-width:260px!important;overflow-x:hidden;box-shadow:0 0 24px rgba(0,0,0,.4)}.sidebar.mobile-open .sidebar-top{padding:0 22px}.sidebar.mobile-open .sidebar-header{justify-content:space-between;margin-bottom:50px}.sidebar.mobile-open .logo{display:flex!important}.sidebar.mobile-open .collapse-btn svg{transform:none}.sidebar.mobile-open .nav-list{align-items:stretch}.sidebar.mobile-open .nav-item{justify-content:space-between;padding:14px 16px;width:auto!important;border-radius:10px;margin:0;overflow:visible}.sidebar.mobile-open .nav-item-left{font-size:16px!important;gap:12px;justify-content:flex-start}.sidebar.mobile-open .nav-chevron{display:block!important}.sidebar.mobile-open .nav-submenu{display:block!important;max-height:0;overflow:hidden}.sidebar.mobile-open .nav-group.open>.nav-submenu{max-height:300px}.sidebar.mobile-open .logout-btn{display:block!important}.sidebar.mobile-open .sidebar-footer{padding:16px 20px;justify-content:space-between}.sidebar.mobile-open .user-info>div{display:block!important}.sidebar.mobile-open .user-info{gap:12px;justify-content:flex-start}.sidebar.mobile-open .syn-nav-badge{display:inline-flex!important}}@keyframes hpFadeIn{0%{opacity:0}to{opacity:1}}.bhp-back{width:34px;height:34px;border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,border-color .15s}.bhp-back:hover{background:var(--surface-hover);border-color:rgba(124,58,237,.4)}.bhp-back svg{width:14px;height:14px}.bhp-close{width:34px;height:34px;border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s}.bhp-close:hover{background:rgba(239,68,68,.12);color:#fca5a5;border-color:rgba(239,68,68,.35)}.bhp-close svg{width:14px;height:14px}.np-overlay{position:fixed;inset:0;background:rgba(8,5,14,.92);z-index:336;display:none;flex-direction:column;animation:hpFadeIn .25s ease-out}.np-overlay.open,.np-page{display:flex}.np-page{flex:1 1;flex-direction:column;overflow:hidden;background:var(--sidebar-bg)}.np-head{justify-content:space-between;gap:16px;padding:18px 32px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(124,58,237,.05),transparent);flex-shrink:0}.np-head,.np-head-left{display:flex;align-items:center}.np-head-left{gap:14px;min-width:0}.np-head-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.np-head-icon svg{width:18px;height:18px}.np-title{font-size:18px;font-weight:700;color:var(--text);margin:0;line-height:1.2;letter-spacing:.1px}.np-sub{font-size:12px;color:var(--text-secondary);margin-top:3px}.np-sub span{color:var(--text);font-weight:600}.np-head-right{display:flex;align-items:center;gap:10px}.np-action-btn{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;background:var(--card-bg);border:1px solid var(--border);color:var(--text);border-radius:8px;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.np-action-btn:hover{background:var(--surface-hover);border-color:rgba(124,58,237,.4);color:#a78bfa}.np-action-btn svg{width:12px;height:12px}.np-filters{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 32px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.012);flex-shrink:0;flex-wrap:wrap}.np-tabs{display:flex;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:3px}.np-tab{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 14px;background:transparent;border:none;color:var(--text-secondary);font-family:inherit;font-size:12.5px;font-weight:600;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.np-tab:hover{color:var(--text)}.np-tab.active{background:rgba(124,58,237,.2);color:#c4b5fd}.np-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:16px;padding:0 5px;background:rgba(124,58,237,.25);color:#c4b5fd;border-radius:9999px;font-size:10px;font-weight:700}.np-tab.active .np-tab-count{background:rgba(255,255,255,.15);color:#fff}.np-search-wrap{position:relative;display:flex;align-items:center}.np-search-icon{position:absolute;left:12px;width:13px;height:13px;color:var(--text-secondary);pointer-events:none}.np-search{height:34px;padding:0 12px 0 32px;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:12.5px;color:var(--text);outline:none;width:280px;transition:border-color .15s}.np-search:focus{border-color:rgba(124,58,237,.55)}.np-body{flex:1 1;overflow:auto;padding:36px 32px 60px}.np-canvas{max-width:720px;margin:0 auto}.np-groups{display:flex;flex-direction:column;gap:36px}.np-group-head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;position:-webkit-sticky;position:sticky;top:-36px;padding:14px 4px 10px;background:var(--sidebar-bg);z-index:1}.np-group-date{font-weight:700;text-transform:uppercase;letter-spacing:.5px}.np-group-date,.np-group-full{font-size:11px;color:var(--text-secondary)}.np-group-full{opacity:.6}.np-group-count{margin-left:auto;font-size:10.5px;color:var(--text-secondary);font-weight:600;padding:2px 9px;background:var(--surface);border:1px solid var(--border);border-radius:9999px}.np-list{display:flex;flex-direction:column;gap:14px}.np-item{display:flex;align-items:flex-start;gap:16px;width:100%;padding:20px 22px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .18s,border-color .18s,transform .15s;position:relative;overflow:hidden;text-align:left;font-family:inherit}.np-item:hover{background:var(--surface-hover);border-color:rgba(124,58,237,.3);transform:translateY(-1px)}.np-item.unread:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;background:var(--primary);border-radius:0 3px 3px 0}.np-item.unread{background:rgba(124,58,237,.025)}.np-item-icon{width:38px;height:38px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.np-item-icon svg{width:18px;height:18px}.np-item-content{flex:1 1;min-width:0;padding-top:1px}.np-item-top{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:6px}.np-item-title{font-size:14px;font-weight:700;color:var(--text);line-height:1.35;letter-spacing:.1px}.np-item-time{font-size:11px;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-weight:500}.np-item-desc{font-size:13px;color:var(--text-secondary);line-height:1.55;margin-bottom:6px}.np-item-desc strong{color:var(--text);font-weight:600}.np-item-desc em{color:#a78bfa;font-style:normal;font-weight:500}.np-item-foot{display:flex;align-items:center;gap:10px;margin-top:4px}.np-item-foot-time{font-size:11px;color:var(--text-secondary);opacity:.75}.np-item-foot-status{font-size:10.5px;color:#a78bfa;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.np-item.unread .np-item-foot-status:before{content:"New · "}.np-empty{text-align:center;padding:80px 20px;font-size:13.5px;display:flex;flex-direction:column;gap:12px}.np-empty,.np-empty-icon{color:var(--text-secondary);align-items:center}.np-empty-icon{width:64px;height:64px;border-radius:16px;background:var(--surface);display:inline-flex;justify-content:center;opacity:.6}.np-empty-icon svg{width:28px;height:28px}body.light-mode .np-overlay{background:rgba(248,248,251,.97)}body.light-mode .np-group-head,body.light-mode .np-page{background:#f8f8fb}body.light-mode .bhp-back,body.light-mode .bhp-close,body.light-mode .np-action-btn,body.light-mode .np-item,body.light-mode .np-search{background:#ffffff}body.light-mode .np-item.unread{background:rgba(124,58,237,.04)}body.light-mode .np-tab.active{background:rgba(124,58,237,.13);color:#6d28d9}.header-chat-wrap{position:relative}.chat-popout{position:absolute;top:54px;right:0;width:min(360px,calc(100vw - 24px));max-height:min(520px,calc(100vh - 100px));background:var(--card-bg,#0b0f19);border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.45);border:1px solid var(--border,#2d3748);z-index:200;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:all .25s;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif}.chat-popout.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.chat-popout-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 4px;flex-shrink:0}.chat-popout-title{font-size:15px;font-weight:700;letter-spacing:.1px;color:var(--text,#fff)}.chat-ov-sidebar-actions{display:flex;align-items:center;gap:4px}.chat-ov-compose{background:rgba(107,33,168,.12);border:none;color:#c4b5fd;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.chat-ov-compose:hover{background:rgba(107,33,168,.22)}.chat-ov-close{background:none;border:none;color:var(--text-secondary,rgba(255,255,255,.5));font-size:18px;cursor:pointer;padding:4px 6px;line-height:1}.chat-ov-tabs{display:flex;gap:4px;padding:10px 14px 12px;flex-wrap:nowrap;width:100%;min-width:0;flex-shrink:0;border-bottom:1px solid var(--border,#2d3748)}.chtb{flex:1 1;min-width:0;padding:7px 4px;border-radius:8px;background:transparent;color:var(--text-secondary,#6b21a8);border:none;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap;text-align:center}.chtb.active{background:#6b21a8;color:#fff}.chtb:hover:not(.active){background:var(--surface-hover,rgba(107,33,168,.1));color:var(--text,#6b21a8)}.chat-popout-list{flex:1 1;min-height:0;overflow-y:auto;padding:4px 8px 12px}.cci{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:10px;cursor:pointer;transition:background .12s;width:100%;border:none;background:transparent;text-align:left;font-family:inherit}.cci:hover{background:var(--surface-hover,rgba(255,255,255,.05))}.cci-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.cci-body{flex:1 1;min-width:0}.cci-top{display:flex;justify-content:space-between;gap:8px}.cci-name{color:var(--text,#fff);font-size:13px;font-weight:600}.cci-time{color:var(--text-secondary,rgba(255,255,255,.3));font-size:10px;white-space:nowrap}.cci-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:2px;gap:8px}.cci-preview{color:var(--text-secondary,rgba(255,255,255,.4));font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cci-unread{min-width:18px;height:18px;border-radius:9px;background:#6b21a8;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;flex-shrink:0}.chat-ov-list-empty{color:var(--text-secondary,rgba(255,255,255,.45));font-size:13px;padding:16px 8px;text-align:center}.chat-modal-backdrop{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:24px}.chat-modal{width:min(440px,100%);max-height:min(560px,calc(100vh - 48px));background:var(--card-bg,#111827);border:1px solid var(--border,#2d3748);border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif}.chat-thread-modal{width:min(520px,100%);max-height:min(640px,calc(100vh - 48px))}.chat-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border,#2d3748);flex-shrink:0}.chat-modal-title{margin:0;font-size:16px;font-weight:700;color:var(--text,#fff)}.chat-modal-close{background:none;border:none;color:var(--text-secondary,rgba(255,255,255,.5));font-size:18px;cursor:pointer;padding:4px 6px;line-height:1}.chat-ov-team-search{width:calc(100% - 40px);height:36px;border:1px solid var(--border,#2d3748);border-radius:8px;padding:0 12px;background:var(--surface,#1a1f2e);color:var(--text,#e4e4e7);font-size:12px;font-family:inherit;outline:none;margin:12px 20px 8px}.chat-modal-error{margin:0 20px 8px;padding:8px 12px;border-radius:8px;background:rgba(220,38,38,.12);color:#fca5a5;font-size:12px}.chat-new-member-list{flex:1 1;min-height:0;overflow-y:auto;padding:4px 12px 16px}.chat-ov-team-item{padding:10px 8px}.chat-ov-conv-user{display:flex;align-items:center;gap:12px}.chat-ov-conv-name{color:var(--text,#e4e4e7);font-size:15px;font-weight:600}.chat-ov-conv-status{color:#00a63e;font-size:12px}.chat-ov-messages{flex:1 1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:6px;min-height:200px}.chat-ov-day-sep{text-align:center;padding:10px 0}.chat-ov-day-sep span{background:var(--surface,#1a1f2e);padding:4px 14px;border-radius:12px;border:1px solid var(--border,#2d3748);font-size:11px;color:var(--text-secondary,#9ca3af)}.chat-ov-msg{max-width:75%;display:flex;flex-direction:column}.chat-ov-msg.incoming{align-self:flex-start}.chat-ov-msg.outgoing{align-self:flex-end}.chat-ov-msg-who{font-size:11px;color:var(--text-secondary,#9ca3af);margin-bottom:3px}.chat-ov-bubble{padding:10px 14px;font-size:13px;line-height:1.5;color:var(--text,#e4e4e7)}.chat-ov-msg.incoming .chat-ov-bubble{background:var(--surface,#1a1f2e);border:1px solid var(--border,#2d3748);border-radius:12px 12px 12px 4px}.chat-ov-msg.outgoing .chat-ov-bubble{background:#6b21a8;border:none;border-radius:12px 12px 4px 12px}.chat-ov-msg-time{font-size:9px;opacity:.5;margin-top:3px}.chat-ov-input-row{display:flex;align-items:center;gap:8px;padding:14px 20px;border-top:1px solid var(--border,#2d3748);flex-shrink:0}.chat-ov-input{flex:1 1;height:38px;border:1px solid var(--border,#2d3748);border-radius:10px;padding:0 14px;outline:none;background:var(--surface,#1a1f2e);color:var(--text,#e4e4e7);font-size:13px;font-family:inherit}.chat-ov-send{width:34px;height:34px;border-radius:10px;background:#6b21a8;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-ov-send:disabled{opacity:.5;cursor:not-allowed}.cfs-shell,html{overflow-x:clip}.cfs-shell{max-width:100vw}.main .content{min-height:0;overflow-x:clip}.ap-overlay,.apv-overlay,.auth-page,.ben-form-view,.ben-list-view,.cfs-dashboard,.content>*,.cv-overlay,.em-list-view,.loc-page,.np-page,.pm-page,.portal-page,.sec-form-view,.sec-list-view,.tasks-overlay,.tbd-overlay,.up-page{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cfs-dashboard .table-wrap,.detail-table-wrap,.em-table-wrap,.loc-table-wrap,.portal-page .table-wrap{overflow-x:auto;overflow-y:visible;max-width:100%;-webkit-overflow-scrolling:touch}.cfs-dashboard .data-table,.detail-table-wrap .apv-app-table,.detail-table-wrap .apv-perm-table,.detail-table-wrap .bn-tbl,.detail-table-wrap .cand-tbl,.detail-table-wrap .cv-tbl,.detail-table-wrap .data-table,.detail-table-wrap .fc-tbl,.detail-table-wrap .fl-tbl,.detail-table-wrap .hp-tbl,.detail-table-wrap .jobs-tbl,.detail-table-wrap .res-tbl,.detail-table-wrap .users-tbl,.portal-page .data-table,.portal-page table[class$=-tbl]{width:100%;min-width:720px}.cfs-dashboard .pagination-row,.pagination,.pagination-row{flex-wrap:wrap;gap:10px}.pagination .pagination-left,.pagination .pagination-right,.pagination-left,.pagination-right{flex-wrap:wrap;row-gap:8px}.ap-form-header,.ap-header,.ben-header,.bill-header,.cand-header,.cp-header,.em-header,.fc-header,.hp-header,.jobs-header,.loc-header,.plans-header,.pm-header,.res-header,.sec-header,.tasks-header,.tbd-header,.tr-head,.users-header{flex-wrap:wrap;gap:12px}.page-title{font-size:clamp(22px,4.5vw,40px);line-height:1.15;word-break:break-word}.ap-form-title,.ben-form-title,.sec-form-title{font-size:clamp(20px,4vw,28px);line-height:1.2;word-break:break-word}.apv-title{font-size:clamp(18px,3.5vw,24px);line-height:1.2;word-break:break-word}.ap-tabs,.apv-tabs,.ben-tabs,.cand-tabs,.cfs-dashboard .tabs,.cp-tabs,.em-tabs,.em-tabs-row,.fc-tabs,.fl-tabs,.jobs-tabs,.loc-tabs,.sec-tabs,.users-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.ap-tab,.apv-tab,.ben-tab,.cand-tab,.cfs-dashboard .tab,.cp-tab,.em-tab,.fc-tab,.fl-tab,.jobs-tab,.loc-tab,.sec-tab,.users-tab{flex-shrink:0}.apv-stat-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.apv-stat-cards-single .apv-stat-card{max-width:100%}.apv-profile-row{flex-wrap:wrap}.ap-success-modal,.cv-modal-overlay .cv-modal,.delete-modal,.delete-modal-overlay .delete-modal,.loc-modal,.res-preview-modal,.res-share-modal{max-width:min(480px,92vw);margin:0 auto;box-sizing:border-box}.bhp-page,.dfs-page,.gs-page,.td-overlay .td-panel,.tdsub-overlay .tdsub-panel{max-width:min(960px,96vw);box-sizing:border-box}.notif-panel-overlay .notif-panel,.np-page{max-width:100%}.cfs-dashboard .stat-grid,.cfs-dashboard .stat-grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.cfs-dashboard .stat-grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.cfs-dashboard .chart-row,.cfs-dashboard .detail-grid-2,.cfs-dashboard .detail-grid-3{grid-template-columns:1fr}.tasks-header-top{justify-content:space-between;gap:12px;flex:1 1 240px}.tasks-board-search-wrap,.tasks-header-top{display:flex;align-items:center;min-width:0}.tasks-board-search-wrap{gap:8px;flex:1 1 200px;color:var(--text-secondary)}.tasks-board-search-input{flex:1 1;min-width:0;width:100%;max-width:280px;height:36px}.tasks-header-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width:720px){.ap-add-btn,.ben-add-btn,.cand-add-btn,.cp-add-btn,.em-add-btn,.fc-add-btn,.hp-add-btn,.jobs-add-btn,.kebab-btn,.loc-add-btn,.nav-item,.portal-add-btn,.sec-add-btn,.tasks-btn,.tbd-btn{min-height:44px}}@media (max-width:1100px){.header{gap:12px}.search-bar{flex:1 1;width:auto;min-width:0;max-width:534px}.tasks-board-search-input{max-width:none}.tasks-board-grid{grid-template-columns:1fr}.tbd-col{flex:0 0 min(300px,88vw);min-width:min(300px,88vw)}.ap-form-photo-fields,.ap-form-row.three,.ap-form-row.two,.ben-form-row.three,.ben-form-row.two,.cv-form-row.two,.em-form-row.three,.em-form-row.two,.loc-modal-row.two,.pm-form-row.two,.sec-form-row.three,.sec-form-row.two{grid-template-columns:1fr}.apv-act-layout{flex-direction:column}}@media (max-width:720px){:root{--shell-header-height:56px}.content{padding:12px 12px calc(20px + env(safe-area-inset-bottom, 0px));gap:12px;scroll-padding-bottom:calc(20px + env(safe-area-inset-bottom, 0px))}.ap-overlay,.apv-overlay,.cfs-dashboard,.cv-overlay,.portal-page,.tasks-overlay,.tbd-overlay,.up-page{padding:0 0 20px}.portal-form-overlay.open{padding:16px 12px}.header{padding:8px 12px;height:56px;min-height:56px;flex-wrap:nowrap;align-items:center;gap:8px}.header-search-wrap{flex:1 1 auto;min-width:0}.search-bar{width:100%;max-width:none;flex:none;height:40px;min-width:0}.search-bar input{font-size:13px}.header-right{flex-shrink:0;gap:4px}.header-left{flex:0 0 auto;min-width:0}.header-hamburger,.header-icon-btn{width:40px;height:40px}.ap-header,.ben-header,.cand-header,.cp-header,.em-header,.fc-header,.hp-header,.jobs-header,.loc-header,.pm-header,.res-header,.sec-header,.users-header{flex-direction:column;align-items:stretch}.ap-header .ap-add-btn,.ben-header .ben-add-btn,.cand-header .cand-add-btn,.cp-header .cp-add-btn,.em-header .em-add-btn,.fc-header-right,.hp-header-right,.jobs-header .jobs-add-btn,.loc-header .loc-add-btn,.res-header-right,.sec-header .sec-add-btn{width:100%}.ap-header .ap-add-btn,.ben-header .ben-add-btn,.cand-header .cand-add-btn,.cp-header .cp-add-btn,.em-header .em-add-btn,.fc-add-btn,.jobs-header .jobs-add-btn,.loc-header .loc-add-btn,.sec-header .sec-add-btn{justify-content:center}.fc-header-right,.hp-header-right,.res-header-right{display:flex;flex-wrap:wrap;gap:8px}.hp-type-select{flex:1 1 auto;min-width:0}.cand-tabs,.fc-tabs,.fl-tabs,.jobs-tabs,.users-tabs{flex-wrap:nowrap}.cand-tab,.fc-tab,.fl-tab,.jobs-tab,.users-tab{flex:0 0 auto;min-width:max-content}.sec-header-btns{display:flex;flex-direction:column;gap:8px}.ben-tabs,.sec-tabs{flex-wrap:nowrap}.ben-tab,.loc-tab,.sec-tab{flex:0 0 auto;min-width:max-content}.cfs-dashboard .tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.cfs-dashboard .tab{flex:0 0 auto;min-width:max-content;padding:10px 16px;font-size:14px}.cfs-dashboard{padding:0;gap:12px}.pagination-row{flex-direction:column;align-items:stretch}.pagination-left,.pagination-right{width:100%;justify-content:flex-start}.pagination-left .del-btn,.pagination-row .del-btn,.pg-delete{width:100%;text-align:center}.apv-profile-photo{width:100%;max-width:140px;height:auto;aspect-ratio:7/8;margin:0 auto}.apv-head{display:flex;flex-wrap:nowrap;align-items:center;padding:8px 10px;gap:6px;min-height:0}.apv-back{width:28px;height:28px;min-width:28px;padding:0;align-items:center;justify-content:center;flex-shrink:0}.apv-back svg{width:16px;height:16px}.apv-title{flex:1 1 auto;min-width:0;font-size:14px;font-weight:600;line-height:1.15;white-space:nowrap;overflow:visible;text-overflow:clip;word-break:normal}.apv-tabs{padding:10px 12px;gap:4px;flex-wrap:nowrap;border-bottom:1px solid var(--border)}.apv-tab{padding:8px 10px;font-size:11px}.apv-body{padding:12px}.apv-profile-row{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:16px}.apv-profile-right{width:100%;min-width:0}.apv-section-heading{font-size:16px;margin:16px 0 10px}.cv-form{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.cv-field,.cv-input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.apv-phone-wrap{flex-direction:column;width:100%}.apv-phone-flag{width:100%;border-radius:6px 6px 0 0;border-right:1px solid var(--border);box-sizing:border-box}.apv-phone-wrap .cv-input{width:100%;border-radius:0 0 6px 6px}.apv-app-wrap,.apv-cert-wrap,.apv-resume-wrap,.apv-rev-wrap{flex-direction:column;gap:16px}.apv-app-left,.apv-cert-left,.apv-resume-left,.apv-rev-left{width:100%;min-width:0}.apv-res-header{padding:20px 16px}.apv-res-name{font-size:20px}.apv-res-body{grid-template-columns:1fr}.apv-app-doc,.apv-res-main,.apv-res-sidebar{padding:16px}.apv-app-doc-header{flex-direction:column;align-items:flex-start;gap:10px}.apv-app-section{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.apv-app-table{min-width:300px}.apv-rev-header{flex-direction:column;align-items:flex-start;gap:8px}.apv-rev-left{width:100%}.apv-rating-big{font-size:40px}.apv-perm-toolbar{flex-wrap:wrap;justify-content:flex-start}.apv-perm-accordion{display:block}.apv-perm-table-desktop{display:none}.apv-cred-id-body{flex-direction:column}.apv-cert-image{min-height:200px}.apv-cert-inner{padding:24px 16px}.em-header{flex-direction:column;align-items:stretch;gap:12px}.em-dropdown-btn{width:100%;min-width:0}.em-tabs-row{flex-wrap:wrap;gap:8px}.em-add-btn{width:100%;justify-content:center}.tasks-overlay,.tbd-overlay{padding:12px 14px 24px}.tasks-header{flex-wrap:wrap;margin-bottom:16px}.tasks-header,.tasks-header-top{display:flex;align-items:stretch;gap:10px;min-width:0}.tasks-header-top{flex:1 1 100%;flex-direction:column;width:100%}.tasks-page-head{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.tasks-header .tasks-back--boards{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;padding:0}.tasks-header .tasks-back--boards svg{width:16px;height:16px}.tasks-title{font-size:16px;font-weight:700;white-space:nowrap;line-height:1.2;margin:0}.tasks-view-toggle{flex-shrink:0;align-self:flex-end}.tasks-header-top .tasks-view-toggle{display:none}.tasks-view-btn{width:32px;height:32px;padding:0}.tasks-header-actions{display:flex;flex:1 1 100%;flex-direction:column;align-items:stretch;gap:0;min-width:0;width:100%}.tasks-board-search-wrap{display:none}.tasks-header-toolbar{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;width:100%}.tasks-header-toolbar .tasks-btn{width:100%;justify-content:center;padding:10px 12px;font-size:13px;gap:6px;min-height:40px;white-space:nowrap}.tasks-header-toolbar .tasks-btn svg{width:14px;height:14px;flex-shrink:0}.tasks-header-toolbar .tasks-btn-label{display:inline}.tasks-btn-create,.tasks-btn-history{width:100%}.tasks-board-card:hover{transform:none}.tasks-board-name-row{flex-wrap:wrap;align-items:flex-start}.tasks-board-id{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-list-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.tasks-list-table{min-width:720px}.tasks-bulk-bar{flex-direction:column;align-items:stretch;width:calc(100vw - 20px);left:10px;right:10px;transform:none;padding:12px 14px;gap:10px}.tasks-bulk-bar-actions{flex-wrap:wrap;justify-content:stretch}.tasks-bulk-bar-actions .tasks-btn{flex:1 1 auto;justify-content:center;min-height:40px}.bhp-head{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:8px 12px;min-height:0}.bhp-head-left{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;min-width:0}.bhp-head-icon{display:none}.bhp-back{width:32px;height:32px;min-width:32px;flex-shrink:0;padding:0}.bhp-back svg{width:14px;height:14px}.bhp-head-text{flex:1 1;min-width:0}.bhp-title{font-size:16px;font-weight:700;white-space:nowrap;line-height:1.2;margin:0}.bhp-sub{display:none}.bhp-head-right{display:flex;flex-direction:row;align-items:center;width:100%;min-width:0;gap:6px;flex-wrap:nowrap}.bhp-mode-toggle{flex:1 1 auto;min-width:0;display:flex}.bhp-mode-btn{flex:1 1;justify-content:center;min-width:0;padding:0 6px;font-size:11px;gap:4px;white-space:nowrap}.bhp-export-wrap,.bhp-mode-btn svg{flex-shrink:0}.bhp-btn{padding:0 10px;font-size:11px;gap:4px;white-space:nowrap}.bhp-btn .bhp-chev{display:none}.bhp-close{display:inline-flex}.bhp-filters{gap:6px;padding:6px 12px 8px}.bhp-filter-group{gap:6px}.bhp-filter,.bhp-toggle{height:34px;font-size:13px}.bhp-toggle{min-height:34px;gap:8px}.bhp-search-wrap{display:flex;width:100%}.bhp-search{height:34px;font-size:13px}.bhp-body{padding:12px}.bhp-board-view{flex-direction:column;gap:10px;align-items:stretch;padding-bottom:12px}.bhp-col{flex:none;width:100%;max-width:100%;max-height:none}.bhp-col-body{max-height:240px}.tbd-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.tbd-title{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tbd-header-right{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}.tbd-filters{width:100%;margin:0}.tbd-kanban{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.np-page{padding:0 4px}.loc-modal,.notif-panel{width:100%;max-width:100%}.loc-modal{min-height:100dvh;border-radius:0}.loc-modal-row.two{grid-template-columns:1fr}.pm-action-row,.pm-table-header{grid-template-columns:1fr 64px 64px 64px;font-size:11px}}@media (max-width:480px){.header{padding:6px 10px;gap:6px}.header-right{gap:2px}.header-hamburger,.header-icon-btn{width:36px;height:36px}.header-hamburger svg,.header-icon-btn svg{width:18px;height:18px}.search-bar{height:36px;padding:0 8px;gap:6px}.search-bar svg{width:16px;height:16px}.search-bar input{font-size:12px}.content{padding:10px 10px calc(80px + env(safe-area-inset-bottom, 0px));scroll-padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}.cfs-dashboard .data-table,.detail-table-wrap .apv-app-table,.detail-table-wrap .apv-perm-table,.detail-table-wrap .bn-tbl,.detail-table-wrap .cand-tbl,.detail-table-wrap .cv-tbl,.detail-table-wrap .data-table,.detail-table-wrap .fc-tbl,.detail-table-wrap .fl-tbl,.detail-table-wrap .hp-tbl,.detail-table-wrap .jobs-tbl,.detail-table-wrap .res-tbl,.detail-table-wrap .users-tbl,.portal-page table[class$=-tbl]{min-width:600px}.apv-head{padding:6px 8px;gap:4px}.apv-back{width:24px;height:24px;min-width:24px}.apv-back svg{width:14px;height:14px}.apv-title{font-size:13px}.apv-tab{padding:7px 8px;font-size:10px}.ap-password-pair{grid-template-columns:1fr}.tasks-overlay,.tbd-overlay{padding:10px 12px 20px}.bhp-mode-btn .bhp-mode-label{display:none}.bhp-mode-btn{padding:0}.tbd-col{flex:0 0 min(280px,92vw);min-width:min(280px,92vw)}.auth-header{padding:16px 20px}.auth-card{margin:0 12px;padding:24px 20px}.deleted-history-page,.search-history-page,.settings-page,.support-ticket-page,.synthetic-users-page{padding:0}.st-header{flex-direction:column;align-items:flex-start;gap:12px}.st-detail{flex-direction:column;height:auto;margin:-16px}.st-detail-left,.st-detail-right{width:100%}.st-detail-right{min-height:420px}.st-kanban-col{flex:0 0 min(300px,88vw);min-width:min(300px,88vw)}}.content>.ap-overlay,.content>.apv-overlay,.content>.cfs-dashboard,.content>.cv-overlay,.content>.deleted-history-page,.content>.em-list-view,.content>.loc-page,.content>.portal-page,.content>.search-history-page,.content>.settings-page,.content>.support-ticket-page,.content>.synthetic-users-page,.content>.tasks-overlay,.content>.up-page{padding-left:0;padding-right:0;padding-top:0;min-height:0!important}.ap-overlay,.apv-overlay,.cfs-dashboard,.deleted-history-page,.portal-page,.search-history-page,.settings-page.set-overlay,.support-ticket-page,.synthetic-users-page,.tasks-overlay,.up-page{min-height:0!important}.deleted-history-page,.settings-page.set-overlay,.support-ticket-page{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;box-sizing:border-box}.portal-form-overlay.open,.portal-view-overlay.open{min-height:0!important;flex:1 1 auto}.portal-page:has(.portal-form-overlay.open),.portal-page:has(.portal-view-overlay.open){display:flex;flex-direction:column;flex:1 1 auto;min-height:0}