.app-header{border-bottom:1px solid hsl(var(--border));padding:0;position:sticky;top:0;z-index:100;background-color:hsl(var(--background))}.consultant-header{background-color:hsl(var(--background))}.consultant-header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.consultant-header-content .consultant-header-left{gap:0}.consultant-header-content .consultant-header-right{gap:.75rem}.consultant-header-left{display:flex;align-items:center;flex-shrink:0}.consultant-brand{display:flex;flex-direction:column;gap:.25rem}.consultant-brand-name{font-size:1.5rem;font-weight:600;color:hsl(var(--primary));margin:0;line-height:1.2}.consultant-brand-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.2}.consultant-header-center{display:flex;justify-content:center;min-width:0;flex:0 0 600px}.app-header-nav.glassmorphism-nav{display:flex;align-items:center;justify-content:center;gap:10px;padding:6px;border-radius:999px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 18px #0f172a14;flex-wrap:wrap;max-width:100%}.consultant-search-bar{width:100%;display:flex;align-items:center;background-color:hsl(var(--muted) / .5);border-radius:.75rem;border:1px solid hsl(var(--border));box-shadow:none;padding:.75rem 1rem;gap:.75rem;transition:all .2s ease}.consultant-search-bar:focus-within{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.search-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.consultant-search-input{flex:1;border:none;background:transparent;outline:none;font-size:.875rem;color:hsl(var(--foreground));width:100%}.consultant-search-input::placeholder{color:hsl(var(--muted-foreground))}.consultant-header-right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;gap:.75rem}.consultant-icon-container{position:relative}.consultant-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:transparent;border:none;cursor:pointer;color:#2c3e50;padding:0}.consultant-icon-button:hover{background-color:#f5f5f5;color:#00bacd}.consultant-icon-button:active{background-color:#e8f4f5;color:#00bacd}.consultant-icon-button svg{width:20px;height:20px;stroke:currentColor}.consultant-avatar-container{position:relative}.consultant-avatar-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:transparent;border:none;cursor:pointer;color:#2c3e50;padding:0}.consultant-avatar-button:hover{background-color:#f5f5f5;color:#00bacd}.consultant-avatar-button:active{background-color:#e8f4f5;color:#00bacd}.consultant-avatar-button svg{width:16px;height:16px;stroke:currentColor}.consultant-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tc-avatar{width:32px;height:32px;border-radius:50%;background-color:transparent;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#2c3e50;transition:all .2s ease}.consultant-avatar-button:hover .tc-avatar,.header-icon-button:hover .tc-avatar{background:linear-gradient(135deg,#4dd4e0,#06bacd);color:#fff}.tc-text{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:inherit}.app-header-top-bar{display:none}.app-header-content{display:flex;align-items:center;justify-content:space-between;max-width:100%;padding:0 1.5rem;margin:0 auto;height:72px;gap:1rem}.app-header-left{display:flex;align-items:center;justify-content:flex-start;gap:8rem;flex:0 0 auto;min-width:0}.app-header-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:0}.glassmorphism-nav{background:#fff;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:45px;border:1px solid rgba(255,255,255,.4);box-shadow:0 2px 8px #0000001a,0 1px 3px #00000014;padding:3px;gap:2px;display:flex;align-items:center;justify-content:center;width:fit-content;flex-shrink:0;height:50px}.app-logo-link{text-decoration:none;display:flex;align-items:center;position:relative}.app-logo{display:flex;align-items:center;gap:.75rem;position:relative}.header-nav-link{text-decoration:none;color:hsl(var(--foreground));font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;white-space:nowrap;position:relative;display:inline-block}.header-nav-link.active{color:#00bacd}.header-nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#00bacd;border-radius:3px 3px 0 0}.nav-tab{text-decoration:none;background:#ffffffb3;color:hsl(var(--foreground));font-size:1rem;padding:6px 12px;border-radius:6px;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;border:none;box-shadow:none;position:relative;overflow:hidden;font-weight:400}.nav-tab:hover,.nav-tab.active{font-weight:500}.nav-tab:active{background:#00bacd1a}.nav-tab img,.nav-tab svg{flex-shrink:0;width:14px;height:14px;opacity:1;position:relative;z-index:1}.nav-tab svg{stroke:#00bacd;color:#00bacd}.nav-tab span{position:relative;z-index:1}.nav-tab.active{background:#effafb;color:hsl(var(--foreground));box-shadow:none;position:relative;border:solid 2px #d1d5db;font-weight:500;border-radius:20px}.nav-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px 3px 0 0}.nav-tab.active img{filter:none}.nav-tab.active svg{stroke:#00bacd}.my-repository-button{text-decoration:none;background-color:#00bacd;color:#fff;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;border-radius:6px;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem;margin-left:1rem}.my-repository-button svg{flex-shrink:0}.my-repository-button:active{background-color:#01a7b9;color:#fff}.logo-icon{display:flex;align-items:center;justify-content:center;position:relative;padding:.5rem;border-radius:8px;background:transparent}.logo-icon img{height:45px;display:block;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,186,205,.1));position:relative;z-index:1}.app-header-right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;gap:.75rem}.header-icon-container{position:relative}.header-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:transparent;border:none;cursor:pointer;color:#2c3e50;padding:0}.header-icon-button:hover{background-color:#f5f5f5;color:#00bacd}.header-icon-button:active{background-color:#e8f4f5;color:#00bacd}.header-icon-button svg{width:20px;height:20px;stroke:currentColor}.icon-badge{position:absolute;top:-1px;right:3px;background-color:#e74c3c;color:#fff;font-size:.625rem;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}.header-icon-dropdown{position:absolute;top:calc(100% + .75rem);right:0;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:320px;max-width:400px;max-height:500px;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.notification-dropdown{min-width:360px}.cart-dropdown{min-width:340px}.dropdown-header{padding:1rem 1.25rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between;background-color:#f8f9fa}.dropdown-header h3{margin:0;font-size:1rem;font-weight:600;color:#2c3e50}.mark-all-read{background:none;border:none;color:#00bacd;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px}.mark-all-read:hover{background-color:#e1fdff}.mark-all-read:active{background-color:#d0e8eb}.dropdown-content{max-height:400px;overflow-y:auto;padding:.5rem 0}.dropdown-content::-webkit-scrollbar{width:6px}.dropdown-content::-webkit-scrollbar-track{background:#f1f1f1}.dropdown-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dropdown-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dropdown-footer{padding:1rem 1.25rem;border-top:1px solid #e9ecef;background-color:#f8f9fa}.notification-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1.25rem;cursor:pointer;position:relative}.notification-logo{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.notification-icon{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#00bacd1a,#2995c81a);display:flex;align-items:center;justify-content:center;color:#00bacd;flex-shrink:0}.notification-item:hover{background-color:#f8f9fa}.notification-item:active{background-color:#e9ecef}.notification-item.read{opacity:.7}.notification-dot{display:none}.notification-text{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.notification-title{margin:.25rem 0 0;font-size:.875rem;font-weight:600;color:#2c3e50;line-height:1.4}.notification-description{margin:.25rem 0 0;font-size:.75rem;color:#7f8c8d;font-weight:400;line-height:1.4}.notification-time{position:absolute;top:0;right:0;margin:0;font-size:.75rem;color:#7f8c8d;font-weight:400;white-space:nowrap}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0}.cart-item:hover{background-color:#f8f9fa}.cart-item:active{background-color:#e9ecef}.cart-item:last-child{border-bottom:none}.cart-item-info{flex:1;min-width:0}.cart-item-name{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:#2c3e50}.cart-item-price{margin:0;font-size:.875rem;font-weight:600;color:#00bacd}.cart-remove-button{width:24px;height:24px;border-radius:50%;border:none;background-color:#f0f0f0;color:#7f8c8d;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-remove-button:hover{background-color:#fcc;color:#e74c3c}.cart-remove-button:active{background-color:#e74c3c;color:#fff}.empty-cart{padding:2rem 1.25rem;text-align:center}.empty-cart p{margin:0;font-size:.875rem;color:#7f8c8d}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;color:#2c3e50}.cart-total-amount{font-size:1.125rem;font-weight:600;color:#00bacd}.checkout-button,.view-all-button{width:100%;padding:.75rem;background-color:#00bacd;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer}.checkout-button:hover,.view-all-button:hover{background-color:#01a7b9}.checkout-button:active,.view-all-button:active{background-color:#008a9a}.user-profile{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px}.user-profile:hover{background-color:#f5f5f5}.user-profile:active{background-color:#e8f4f5}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#7f8c8d;flex-shrink:0;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-large{width:40px;height:40px;border-radius:50%;background-color:#2c3e50;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:600;flex-shrink:0;overflow:hidden}.user-avatar-small{width:44px;height:44px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#7f8c8d;flex-shrink:0;overflow:hidden;margin-left:-.5rem;border:2px solid #ffffff}.user-avatar-small img{width:100%;height:100%;object-fit:cover}.user-name{font-size:1rem;color:#2c3e50;font-weight:400;white-space:nowrap}.dropdown-arrow{color:#2c3e50;flex-shrink:0}.user-profile-container{position:relative}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.consultant-user-dropdown{min-width:240px;padding:0}.consultant-user-info{padding:1rem 1.25rem;border-bottom:1px solid #e9ecef}.consultant-user-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem;line-height:1.4}.consultant-user-email{font-size:.8125rem;color:#7f8c8d;margin:0;line-height:1.4}.consultant-dropdown-item{width:100%;padding:.75rem 1.25rem;font-size:.875rem;color:#2c3e50;display:flex;align-items:center;gap:.75rem;cursor:pointer;background:none;border:none;text-align:left;transition:background-color .2s ease}.consultant-dropdown-item:hover{background-color:#f8f9fa}.consultant-dropdown-item:active{background-color:#e9ecef}.consultant-dropdown-item svg{flex-shrink:0;stroke:currentColor}.consultant-dropdown-item span{flex:1}.consultant-logout-button{color:#ef4444}.consultant-logout-button:hover{background-color:#fee;color:#dc2626}.exit-client-view-button{width:100%!important;background:none!important;border:none!important;text-align:left!important;color:#6b7280!important;cursor:pointer!important;padding:.75rem 1rem!important;font-size:.875rem!important;display:flex!important;align-items:center!important;gap:.5rem!important}.exit-client-view-button:hover{background-color:#f8f9fa!important;color:#4b5563!important}.exit-client-view-button:active{background-color:#e9ecef!important}.exit-client-view-button svg{color:#6b7280!important;stroke:#6b7280!important;flex-shrink:0!important}.exit-client-view-button:hover svg{color:#4b5563!important;stroke:#4b5563!important}.consultant-logout-button:active{background-color:#fcc;color:#b91c1c}.user-dropdown-item{padding:.75rem 1rem;font-size:.875rem;color:#2c3e50;display:flex;align-items:center;gap:.75rem;cursor:pointer}.user-dropdown-info{flex-direction:column;align-items:flex-start;cursor:default}.user-dropdown-info:hover,.user-dropdown-info:active{background-color:transparent}.user-dropdown-item:hover{background-color:#f8f9fa}.user-dropdown-item:active{background-color:#e9ecef}.user-dropdown-divider{height:1px;background-color:#e9ecef;margin:.25rem 0}.logout-button{width:100%;background:none;border:none;text-align:left;color:#e74c3c;cursor:pointer;transition:background-color .2s ease}.logout-button svg{flex-shrink:0;stroke:currentColor}.logout-button span{flex:1}.logout-button:hover{background-color:#fee;color:#c33}.logout-button:active{background-color:#fcc;color:#a00}.dropdown-arrow.open{transform:rotate(180deg)}@media(min-width:1440px){.app-header-content{max-width:1600px;margin:0 auto}}@media(max-width:1439px)and (min-width:1200px){.app-header-content{padding:0 3rem}.app-header-left{gap:5rem}}@media(max-width:1199px)and (min-width:1024px){.app-header{height:72px}.app-header-content{padding:0 2rem;gap:1.5rem;height:72px}.app-header-left{gap:3rem;flex:0 0 78%}.glassmorphism-nav{gap:3px;padding:3px}.nav-tab{padding:6px 12px;font-size:.8125rem;gap:5px}.nav-tab img{width:14px;height:14px}.logo-icon img{width:140px}}@media(max-width:1024px){.app-header{height:70px}.app-header-content{padding:0 1.5rem;gap:1.25rem;height:70px}.app-header-left{gap:1.5rem;flex:0 0 75%;min-width:0}.glassmorphism-nav{gap:3px;padding:3px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,186,205,.3) transparent}.glassmorphism-nav::-webkit-scrollbar{height:4px}.glassmorphism-nav::-webkit-scrollbar-track{background:transparent}.glassmorphism-nav::-webkit-scrollbar-thumb{background:#00bacd4d;border-radius:2px}.nav-tab{padding:6px 12px;font-size:.8125rem;gap:5px;flex-shrink:0}.nav-tab img{width:14px;height:14px}.logo-icon img{width:130px}}@media(max-width:1023px)and (min-width:900px){.app-header-left{gap:1.25rem;flex:0 0 72%}.nav-tab{padding:5px 10px;font-size:.75rem}}@media(max-width:899px)and (min-width:768px){.app-header{height:64px}.app-header-content{padding:0 1rem;height:64px;gap:.875rem}.app-header-left{gap:.875rem;flex:0 0 68%;min-width:0}.logo-icon img{width:110px}.glassmorphism-nav{gap:2px;padding:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.glassmorphism-nav::-webkit-scrollbar{display:none}.nav-tab{padding:5px 10px;font-size:.75rem;gap:4px;white-space:nowrap;flex-shrink:0}.nav-tab img{width:13px;height:13px}.header-icon-button{width:40px;height:40px}.header-icon-button svg{width:18px;height:18px}.icon-badge{top:4px;right:4px;font-size:.5625rem;min-width:16px;height:16px}.header-icon-dropdown{min-width:300px;max-width:320px}.notification-dropdown{min-width:320px}.cart-dropdown{min-width:300px}.user-name{font-size:.75rem}.user-avatar{width:26px;height:26px}.user-avatar-large{width:32px;height:32px;font-size:.8125rem}.user-dropdown{min-width:160px;right:0}}@media(max-width:768px){.app-header{height:64px}.app-header-content{padding:0 1rem;height:64px;gap:.75rem}.app-header-left{gap:.75rem;flex:0 0 65%;min-width:0}.logo-icon img{width:100px}.glassmorphism-nav{gap:2px;padding:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.glassmorphism-nav::-webkit-scrollbar{display:none}.nav-tab{padding:5px 8px;font-size:.6875rem;gap:3px;white-space:nowrap;flex-shrink:0}.nav-tab img{width:12px;height:12px}.header-icon-button{width:36px;height:36px}.header-icon-button svg{width:16px;height:16px}.icon-badge{top:3px;right:3px;font-size:.5rem;min-width:14px;height:14px}.header-icon-dropdown{min-width:280px;max-width:300px}.notification-dropdown{min-width:300px}.cart-dropdown{min-width:280px}.user-name{font-size:.6875rem}.user-avatar{width:24px;height:24px}.user-avatar-large{width:30px;height:30px;font-size:.75rem}.user-dropdown{min-width:150px;right:0}}@media(max-width:767px)and (min-width:640px){.app-header{height:60px}.app-header-content{padding:0 .875rem;height:60px;gap:.75rem}.app-header-left{gap:.625rem;flex:0 0 62%;min-width:0}.logo-icon img{width:95px}.glassmorphism-nav{gap:1px;padding:2px}.nav-tab{padding:4px 7px;font-size:.625rem;gap:3px}.nav-tab img{width:11px;height:11px}.nav-tab span{font-size:.625rem}.header-icon-button{width:32px;height:32px}.header-icon-button svg{width:16px;height:16px}.icon-badge{top:2px;right:2px;font-size:.5rem;min-width:14px;height:14px}.header-icon-dropdown{min-width:260px;max-width:280px;right:-.5rem}.notification-dropdown{min-width:280px}.cart-dropdown{min-width:260px}.user-name{display:none}.user-avatar{width:24px;height:24px}}@media(max-width:640px){.app-header{height:60px}.app-header-content{padding:0 .875rem;height:60px;gap:.625rem}.app-header-left{gap:.5rem;flex:0 0 60%;min-width:0}.logo-icon img{width:90px}.glassmorphism-nav{gap:1px;padding:1px}.nav-tab{padding:4px 6px;font-size:.5625rem;gap:2px}.nav-tab img{width:10px;height:10px}.nav-tab span{font-size:.5625rem}.header-icon-button{width:32px;height:32px}.header-icon-button svg{width:14px;height:14px}.icon-badge{top:2px;right:2px;font-size:.4375rem;min-width:12px;height:12px}.header-icon-dropdown{min-width:240px;max-width:260px;right:-.5rem}.notification-dropdown{min-width:260px}.cart-dropdown{min-width:240px}.user-name{display:none}.user-avatar{width:22px;height:22px}}@media(max-width:639px)and (min-width:480px){.app-header{height:58px}.app-header-content{padding:0 .75rem;height:58px;gap:.5rem}.app-header-left{gap:.5rem;flex:0 0 58%;min-width:0}.logo-icon img{width:85px}.glassmorphism-nav{gap:1px;padding:1px}.nav-tab{padding:3px 6px;font-size:.5rem;gap:2px}.nav-tab img{width:9px;height:9px}.nav-tab span,.user-name{display:none}.user-profile{padding:.25rem}.user-avatar{width:22px;height:22px}.user-avatar-large{width:26px;height:26px;font-size:.6875rem}.user-dropdown{min-width:130px;font-size:.8125rem}}@media(max-width:480px){.app-header{height:56px}.app-header-content{padding:0 .625rem;height:56px;gap:.5rem}.app-header-left{gap:.375rem;flex:0 0 55%;min-width:0}.logo-icon img{width:80px}.glassmorphism-nav{gap:1px;padding:1px}.nav-tab{padding:3px 5px;font-size:.5rem;gap:2px;min-width:32px}.nav-tab img{width:9px;height:9px}.nav-tab span{display:none}.header-icon-button{width:28px;height:28px}.header-icon-button svg{width:14px;height:14px}.icon-badge{top:1px;right:1px;font-size:.4375rem;min-width:12px;height:12px}.header-icon-dropdown{min-width:220px;max-width:240px;right:-.75rem}.notification-dropdown{min-width:240px}.cart-dropdown{min-width:220px}.user-name{display:none}.user-profile{padding:.25rem}.user-avatar{width:20px;height:20px}.user-avatar-large{width:24px;height:24px;font-size:.625rem}.user-dropdown{min-width:120px;font-size:.75rem;right:0}}@media(max-width:479px)and (min-width:360px){.app-header{height:54px}.app-header-content{padding:0 .5rem;height:54px;gap:.375rem}.app-header-left{gap:.25rem;flex:0 0 52%;min-width:0}.logo-icon img{width:75px}.glassmorphism-nav{gap:1px;padding:1px}.nav-tab{padding:3px 4px;font-size:.5rem;gap:1px;min-width:28px}.nav-tab img{width:8px;height:8px}.user-avatar{width:20px;height:20px}.user-avatar-large{width:22px;height:22px;font-size:.625rem}.user-dropdown{min-width:110px;font-size:.6875rem}}@media(max-width:360px){.app-header{height:52px}.app-header-content{padding:0 .5rem;height:52px;gap:.25rem}.app-header-left{gap:.25rem;flex:0 0 50%;min-width:0}.logo-icon img{width:70px}.glassmorphism-nav{gap:0;padding:1px}.nav-tab{padding:2px 4px;font-size:.4375rem;gap:1px;min-width:26px}.nav-tab img{width:8px;height:8px}.user-avatar{width:18px;height:18px}.user-avatar-large{width:20px;height:20px;font-size:.5625rem}.user-dropdown{min-width:100px;font-size:.625rem;padding:.5rem}}@media(max-width:320px){.app-header{height:50px}.app-header-content{padding:0 .375rem;height:50px;gap:.25rem}.app-header-left{gap:.25rem;flex:0 0 48%;min-width:0}.logo-icon img{width:65px}.nav-tab{padding:2px 3px;min-width:24px}.nav-tab img{width:7px;height:7px}.user-avatar{width:16px;height:16px}.user-avatar-large{width:18px;height:18px;font-size:.5rem}}.logo{height:40px!important;width:auto!important}.logo-icon{display:flex;align-items:center}.logo-icon img{height:40px;width:auto;max-height:none}.notification-item.notification-unread{background:#00bacd0a}.notification-item.notification-read{opacity:.9}.notification-item.notification-critical{border-left:4px solid #ef4444}.notification-item.notification-high{border-left:4px solid #f97316}.notification-item.notification-medium{border-left:4px solid #f59e0b}.notification-item.notification-low{border-left:4px solid #00BACD}.notification-item.notification-unread .notification-title{font-weight:600}.notification-item.notification-read .notification-title{font-weight:500}.notification-item.notification-critical .notification-time{color:#ef4444}.notification-item.notification-high .notification-time{color:#f97316}.notification-item.notification-medium .notification-time{color:#f59e0b}.notification-item.notification-low .notification-time{color:#00bacd}.app-header-nav.glassmorphism-nav{max-width:100%;margin:0 auto}.nav-pill{border:none;background:transparent;color:hsl(var(--foreground));padding:8px 14px;border-radius:999px;font-size:.95rem;cursor:pointer}.nav-pill.active{background:#effafb;border:2px solid #d1d5db}.notification-item{position:relative;display:flex;gap:12px;padding:14px;border-radius:12px;transition:all .2s ease}.notification-item-critical{background:#dc26260d;border:1px solid rgba(220,38,38,.18);border-left:4px solid #dc2626}.notification-critical-flag{position:absolute;top:10px;right:10px;width:18px;height:18px;border-radius:50%;background:#dc2626;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.notification-benchmark-icon{width:40px;height:40px;min-width:40px;border-radius:10px}.notification-benchmark-icon.critical{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 8px #dc26264d;color:#fff}.notification-title.critical{color:#b91c1c;font-weight:700}.notification-description.critical{color:#dc2626}.documents-sidebar{background-color:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column;height:calc(100vh - 64px);overflow-y:auto;box-sizing:border-box;position:relative;scrollbar-width:thin;scrollbar-color:#00BACD rgba(0,186,205,.1)}.documents-sidebar-wrapper{position:relative;display:inline-block;margin-top:0}.documents-sidebar-header{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:#fff;min-height:53px}.documents-sidebar-header .sidebar-header-icon{width:34px;height:34px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;color:#00bacd}.documents-sidebar-header .sidebar-header-icon img{width:18px;height:18px;object-fit:contain;filter:invert(54%) sepia(83%) saturate(749%) hue-rotate(143deg) brightness(94%) contrast(96%)}.documents-sidebar-header .sidebar-header-text h3{margin:0;font-size:1.05rem;font-weight:700;color:#111827}@media(max-width:1199px)and (min-width:1024px){.documents-sidebar{height:calc(100vh - 72px)}}@media(max-width:1024px){.documents-sidebar{height:calc(100vh - 70px)}}@media(max-width:899px)and (min-width:768px){.documents-sidebar{height:calc(100vh - 64px)}}@media(max-width:767px)and (min-width:640px){.documents-sidebar{height:calc(100vh - 60px)}}@media(max-width:639px)and (min-width:480px){.documents-sidebar{height:calc(100vh - 58px)}}@media(max-width:479px)and (min-width:360px){.documents-sidebar{height:calc(100vh - 54px)}}@media(max-width:360px){.documents-sidebar{height:calc(100vh - 52px)}}@media(max-width:320px){.documents-sidebar{height:calc(100vh - 50px)}}.documents-sidebar.expanded{width:260px}.documents-sidebar.collapsed{width:70px}.sidebar-toggle-button{position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #e9ecef;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#00bacd;box-shadow:0 2px 8px #0000001a;z-index:10}.sidebar-modules-list{flex:1;overflow-y:auto;min-height:0}.sidebar-modules-list::-webkit-scrollbar{width:6px}.sidebar-modules-list::-webkit-scrollbar-track{background:transparent}.sidebar-modules-list::-webkit-scrollbar-thumb{background:#00bacd33;border-radius:3px}.sidebar-modules-list::-webkit-scrollbar-thumb:hover{background:#00bacd4d}.sidebar-status-section{border-top:1px solid #e9ecef;padding:1rem 0;background-color:#fafbfc;flex-shrink:0}.status-section-title{font-size:.6875rem;font-weight:600;color:#2c3e50;margin:0 0 .375rem 1.25rem;text-transform:uppercase;letter-spacing:.05em}.sidebar-status-list{display:flex;flex-direction:column;gap:.0625rem}.status-item{display:flex;align-items:center;gap:.5rem;padding:.375rem 1.25rem;cursor:pointer;position:relative;border-left:2px solid transparent}.status-item:hover{background-color:#f8f9fa}.status-icon-wrapper{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.status-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.status-icon svg{width:12px;height:12px}.status-uploaded-icon{background-color:#37c77f;color:#fff}.status-pending-icon{background-color:#f4c542;color:#fff}.status-need-update-icon{background-color:#f87171;color:#fff}.status-content{flex:1;min-width:0}.status-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.0625rem}.status-title{font-size:.75rem;font-weight:600;color:#2c3e50;margin:0}.status-description{font-size:.6875rem;color:#7f8c8d;margin:0;line-height:1.2}.status-count{font-size:.6875rem;font-weight:600;padding:.125rem .375rem;border-radius:8px;min-width:24px;text-align:center}.status-uploaded-count{background-color:#37c77f;color:#fff}.status-pending-count{background-color:#f4c542;color:#fff}.status-need-update-count{background-color:#f87171;color:#fff}.status-item.selected{background:linear-gradient(90deg,#00bacd14,#f0f9fa);border-left-color:#00bacd}.status-item.status-uploaded.selected{border-left-color:#37c77f}.status-item.status-pending.selected{border-left-color:#f4c542}.status-item.status-need-update.selected{border-left-color:#f87171}.documents-sidebar .module-icon img{width:20px;height:20px}.documents-sidebar .module-icon.not-selected img{filter:grayscale(100%) brightness(.4);opacity:.6}.module-count{padding:.25rem .75rem;border-radius:12px;font-size:.8125rem;font-weight:600;background-color:#d1d5db;color:#fff;white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden}.module-count.selected{background:linear-gradient(135deg,#00bacd,#0099a8);color:#fff;box-shadow:0 2px 8px #00bacd66,0 0 0 2px #00bacd1a}.module-item:hover .module-count.selected{box-shadow:0 4px 12px #00bacd80,0 0 0 3px #00bacd26}.documents-sidebar::-webkit-scrollbar{width:6px}.documents-sidebar::-webkit-scrollbar-track{background:#00bacd0d;border-radius:10px;margin:2px 0}.documents-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bacd,#0099a8);border-radius:10px;border:1px solid transparent;background-clip:padding-box;box-shadow:0 1px 2px #00bacd33}.documents-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0099a8,#00bacd);box-shadow:0 2px 6px #00bacd66;border:1px solid rgba(0,186,205,.3)}.documents-sidebar::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#008a99,#00bacd);box-shadow:0 1px 3px #00bacd80}@media(min-width:1440px){.documents-sidebar.expanded{width:280px}}@media(max-width:1024px){.documents-sidebar.expanded{width:240px}.documents-sidebar.collapsed{width:60px}.sidebar-title{font-size:.9375rem}.module-item{padding:.875rem 1.25rem}.module-title{font-size:.875rem}.module-description{font-size:.75rem}}@media(max-width:768px){.documents-sidebar{position:fixed;left:0;top:64px;z-index:1000;height:calc(100vh - 64px);box-shadow:4px 0 20px #0000001a;transform:translate(-100%)}.documents-sidebar.expanded{width:240px;transform:translate(0)}.documents-sidebar.collapsed{width:60px;transform:translate(0)}.sidebar-header-section{padding:1rem}.sidebar-header{height:60px}.sidebar-title{font-size:.875rem}.back-button{width:32px;height:32px}.back-button svg{width:18px;height:18px}.module-item{padding:.75rem 1rem;gap:.875rem}.module-item.collapsed{padding:.875rem}.module-icon{width:36px;height:36px}.module-icon svg{width:18px;height:18px}.module-title{font-size:.8125rem}.module-description{font-size:.6875rem}.module-count{font-size:.75rem;padding:.2rem .625rem}}@media(max-width:640px){.documents-sidebar{top:56px;height:calc(100vh - 56px)}.documents-sidebar.expanded{width:220px}.documents-sidebar.collapsed{width:56px}.sidebar-header{height:56px}.module-item{padding:.625rem .875rem}.module-item.collapsed{padding:.75rem}}@media(max-width:480px){.documents-sidebar{top:52px;height:calc(100vh - 52px)}.documents-sidebar.expanded{width:200px}.documents-sidebar.collapsed{width:52px}.sidebar-header-section{padding:.875rem}.sidebar-header{height:52px}.sidebar-title{font-size:.8125rem}.back-button{width:28px;height:28px}.back-button svg{width:16px;height:16px}.module-item{padding:.625rem .75rem;gap:.75rem}.module-item.collapsed{padding:.625rem}.module-icon{width:32px;height:32px}.module-icon svg{width:16px;height:16px}.module-title{font-size:.75rem}.module-description{font-size:.625rem}.module-count{font-size:.6875rem;padding:.15rem .5rem}}@media(max-width:360px){.documents-sidebar.expanded{width:200px}.documents-sidebar.collapsed{width:48px}.sidebar-header-section{padding:.75rem}.sidebar-header{height:40px}.sidebar-title{font-size:.75rem}.back-button{width:26px;height:26px}.back-button svg{width:14px;height:14px}.module-item{padding:.5rem .625rem}.module-item.collapsed{padding:.5rem}.module-icon{width:28px;height:28px}.module-icon svg{width:14px;height:14px}.module-title{font-size:.6875rem}.module-description{display:none}.module-count{font-size:.625rem;padding:.125rem .4375rem}}.documents-sidebar.collapsed .module-item{border:none;border-radius:10px;margin:.5rem;padding:.75rem}.documents-sidebar.collapsed .module-item.selected{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2)}.documents-sidebar.collapsed .module-item.selected:before{display:none}.dashboard-sidebar{width:260px;min-width:260px;background-color:#fff;border-right:1px solid rgba(206,205,205,.3);padding:1.5rem 0;display:flex;flex-direction:column;height:calc(100vh - 84px);max-height:calc(100vh - 84px);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.dashboard-sidebar::-webkit-scrollbar{width:6px}.dashboard-sidebar::-webkit-scrollbar-track{background:transparent}.dashboard-sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dashboard-sidebar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dashboard-sidebar{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}.sidebar-section{padding:0 1rem;margin-bottom:2rem}.sidebar-section-header{font-size:.75rem;font-weight:600;color:#7f8c8d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 1rem}.sidebar-item{display:flex;align-items:center;gap:.5rem;padding:.875rem;margin:.5rem .75rem;color:#111827;font-size:.9375rem;font-weight:600;cursor:pointer;border-radius:12px;transition:all .2s ease;position:relative;background-color:#fff}.sidebar-item:hover:not(.active){background-color:#f8f9fa;transform:translateY(-1px)}.sidebar-item.active{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2);color:#111827}.sidebar-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:60%;width:4px;background-color:#00bacd;border-radius:0 6px 6px 0;z-index:1}.sidebar-icon-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#f3f4f6;flex-shrink:0}.sidebar-item.active .sidebar-icon-wrapper{background-color:#00bacd}.sidebar-item svg,.sidebar-icon-wrapper img{width:20px;height:20px;object-fit:contain}.sidebar-item:not(.active) .sidebar-icon-wrapper img{filter:grayscale(100%) brightness(0);opacity:.6}.sidebar-item.active .sidebar-icon-wrapper img{filter:brightness(0) invert(1)}.sidebar-item-content{display:flex;flex-direction:column;flex:1;gap:.25rem;min-width:0}.sidebar-item-title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;line-height:1.3}.sidebar-item-subtitle{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-badge{background-color:#00bacd;color:#fff;font-size:.75rem;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.sidebar-help{margin-top:auto;padding:0rem 1rem;border-top:1px solid rgba(206,205,205,.3)}@media(max-width:1199px)and (min-width:1024px){.dashboard-sidebar{height:calc(100vh - 72px);max-height:calc(100vh - 72px)}}@media(max-width:1024px){.dashboard-sidebar{height:calc(100vh - 70px);max-height:calc(100vh - 70px)}}@media(max-width:899px)and (min-width:768px){.dashboard-sidebar{height:calc(100vh - 64px);max-height:calc(100vh - 64px)}}@media(max-width:767px)and (min-width:640px){.dashboard-sidebar{height:calc(100vh - 60px);max-height:calc(100vh - 60px)}}@media(max-width:639px)and (min-width:480px){.dashboard-sidebar{height:calc(100vh - 58px);max-height:calc(100vh - 58px)}}@media(max-width:479px)and (min-width:360px){.dashboard-sidebar{height:calc(100vh - 54px);max-height:calc(100vh - 54px)}}@media(max-width:360px){.dashboard-sidebar{height:calc(100vh - 52px);max-height:calc(100vh - 52px)}}@media(max-width:320px){.dashboard-sidebar{height:calc(100vh - 50px);max-height:calc(100vh - 50px)}}.repository-sidebar{background-color:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column;height:calc(100vh - 64px);overflow:visible;box-sizing:border-box;position:fixed;left:0;z-index:100}.repository-sidebar-wrapper{margin-top:0;position:relative;display:inline-block;overflow:visible;height:calc(100vh - 64px)}.repository-sidebar-header{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:#fff;min-height:54px}.repository-sidebar-header .sidebar-header-icon{width:34px;height:34px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;color:#00bacd}.repository-sidebar-header .sidebar-header-icon img{width:18px;height:18px;object-fit:contain;filter:invert(54%) sepia(83%) saturate(749%) hue-rotate(143deg) brightness(94%) contrast(96%)}.repository-sidebar-header .sidebar-header-text h3{margin:0;font-size:1.05rem;font-weight:700;color:#111827}@media(max-width:1199px)and (min-width:1024px){.repository-sidebar{top:72px;height:calc(100vh - 72px)}}@media(max-width:1024px){.repository-sidebar{top:70px;height:calc(100vh - 70px)}}@media(max-width:899px)and (min-width:768px){.repository-sidebar{top:64px;height:calc(100vh - 64px)}}@media(max-width:767px)and (min-width:640px){.repository-sidebar{top:60px;height:calc(100vh - 60px)}}@media(max-width:639px)and (min-width:480px){.repository-sidebar{top:58px;height:calc(100vh - 58px)}}@media(max-width:479px)and (min-width:360px){.repository-sidebar{top:54px;height:calc(100vh - 54px)}}@media(max-width:360px){.repository-sidebar{top:52px;height:calc(100vh - 52px)}}@media(max-width:320px){.repository-sidebar{top:50px;height:calc(100vh - 50px)}}.repository-sidebar.expanded{width:260px}.repository-sidebar.collapsed{width:70px}.repository-sidebar .sidebar-toggle-button{position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #e9ecef;display:flex!important;align-items:center;justify-content:center;cursor:pointer;color:#00bacd;box-shadow:0 2px 8px #0000001a;z-index:102;transition:all .2s ease;pointer-events:all;visibility:visible!important;opacity:1!important}.sidebar-toggle-button:hover{background-color:#00bacd;color:#fff;box-shadow:0 4px 12px #00bacd4d}.sidebar-toggle-button.collapsed{right:-16px}.sidebar-toggle-button svg{width:16px;height:16px}.repository-sidebar-modules-list{flex:1;overflow-y:auto;min-height:0}.repository-sidebar-modules-list::-webkit-scrollbar{width:6px}.repository-sidebar-modules-list::-webkit-scrollbar-track{background:transparent}.repository-sidebar-modules-list::-webkit-scrollbar-thumb{background:#00bacd33;border-radius:3px}.repository-sidebar-modules-list::-webkit-scrollbar-thumb:hover{background:#00bacd4d}.module-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin:.5rem .75rem;cursor:pointer;position:relative;border:none;border-radius:12px;background-color:#fff;justify-content:flex-start;transition:all .2s ease}.module-item.collapsed{padding:1rem;justify-content:center;margin:.5rem}.module-item:hover:not(.selected){background-color:#f8f9fa;transform:translateY(-1px)}.module-item.selected{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2)}.module-item.selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:60%;width:4px;background-color:#00bacd;border-radius:0 6px 6px 0;z-index:1}.module-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.module-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;position:relative;background-color:#f3f4f6;flex-shrink:0}.module-icon svg{width:20px;height:20px;color:#6b7280}.module-icon img{width:20px;height:20px}.module-icon.not-selected{background-color:#f3f4f6}.module-icon.not-selected svg{color:#6b7280}.repository-sidebar .module-icon.not-selected img{filter:grayscale(100%) brightness(0);opacity:.6}.module-icon.selected{background-color:#00bacd}.module-item.selected .module-icon{background-color:#00bacd;color:#fff}.module-item.selected .module-icon svg{color:#fff}.module-item.selected .module-icon img{filter:brightness(0) invert(1)}.module-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.module-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.module-title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;flex:1;line-height:1.3}.module-description{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1440px){.repository-sidebar.expanded{width:280px}}@media(max-width:1024px){.repository-sidebar.expanded{width:240px}.repository-sidebar.collapsed{width:60px}.module-item{padding:.875rem 1rem;margin:.5rem .75rem}.module-title{font-size:.875rem}.module-description{font-size:.75rem}}@media(max-width:768px){.repository-sidebar{top:64px;z-index:1000;height:calc(100vh - 64px);box-shadow:4px 0 20px #0000001a;transform:translate(-100%)}.repository-sidebar.expanded{width:240px;transform:translate(0)}.repository-sidebar.collapsed{width:60px;transform:translate(0)}.module-item{padding:.75rem .875rem;margin:.5rem .625rem;gap:.875rem}.module-item.collapsed{padding:.875rem;margin:.5rem}.module-icon{width:36px;height:36px}.module-icon svg{width:18px;height:18px}.module-title{font-size:.8125rem}.module-description{font-size:.6875rem}}@media(max-width:640px){.repository-sidebar{height:calc(100vh - 56px)}.repository-sidebar.expanded{width:220px}.repository-sidebar.collapsed{width:56px}.module-item{padding:.625rem .875rem;margin:.5rem .625rem}.module-item.collapsed{padding:.75rem;margin:.5rem}}@media(max-width:480px){.repository-sidebar{height:calc(100vh - 52px)}.repository-sidebar.expanded{width:200px}.repository-sidebar.collapsed{width:52px}.module-item{padding:.625rem .75rem;margin:.5rem .625rem;gap:.75rem}.module-item.collapsed{padding:.625rem;margin:.5rem}.module-icon{width:32px;height:32px}.module-icon svg{width:16px;height:16px}.module-title{font-size:.75rem}.module-description{font-size:.625rem}}@media(max-width:360px){.repository-sidebar.expanded{width:200px}.repository-sidebar.collapsed{width:48px}.module-item{padding:.5rem .625rem;margin:.5rem .625rem}.module-item.collapsed{padding:.5rem;margin:.5rem}.module-icon{width:28px;height:28px}.module-icon svg{width:14px;height:14px}.module-title{font-size:.6875rem}.module-description{display:none}}.repository-sidebar.collapsed .module-item{border:none;border-radius:10px;margin:.5rem;padding:.75rem}.repository-sidebar.collapsed .module-item.selected{background-color:#00bacd0d;border:1px solid rgba(0,186,205,.2)}.repository-sidebar.collapsed .module-item.selected:before{display:none}.page-layout{display:flex;width:100%;height:calc(100vh - 84px);overflow:hidden;position:relative}.page-content{flex:1;overflow-y:auto;background-color:#f8fafc;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow-x:hidden}body.page-loading .breadcrumbs{display:none}.page-content-right-padding{position:absolute;top:0;right:0;width:15px;height:100%;min-height:100%;background-color:#fff;z-index:1;pointer-events:none}.page-content>*:not(.page-content-right-padding){position:relative;z-index:2;margin-top:0;margin-right:10px;margin-left:24px;padding-right:0;box-sizing:border-box;width:calc(100% - 34px)}.page-content>.breadcrumbs{margin-top:10px}.page-content>*:not(.page-content-right-padding):not(.breadcrumbs){margin-top:.5rem}.page-content.expanded{margin-left:0}.page-content-archived{position:relative;pointer-events:none}.page-content-archived button,.page-content-archived input,.page-content-archived select,.page-content-archived textarea,.page-content-archived a:not(.breadcrumb-link),.page-content-archived [role=button],.page-content-archived .add-contact-button,.page-content-archived .cac-edit-btn,.page-content-archived .cac-action-btn,.page-content-archived .edit-contact-button,.page-content-archived .dropzone,.page-content-archived .file-upload-area{opacity:.5;cursor:not-allowed!important;filter:grayscale(40%)}.page-content-archived .back-button,.page-content-archived .client-detail-footer .back-button{pointer-events:auto;opacity:1;cursor:pointer!important;filter:none}.page-content>.breadcrumbs{pointer-events:auto}.page-content-archived .benchmark-sidebar-wrapper,.page-content-archived .plan-sidebar-wrapper,.page-content-archived .operate-sidebar,.page-content-archived .mf-left-sidebar{pointer-events:auto}.page-content-archived .benchmark-sidebar-wrapper button,.page-content-archived .plan-sidebar-wrapper button,.page-content-archived .operate-sidebar button,.page-content-archived .mf-left-sidebar button,.page-content-archived .benchmark-sidebar-wrapper [role=button],.page-content-archived .plan-sidebar-wrapper [role=button],.page-content-archived .operate-sidebar [role=button],.page-content-archived .mf-left-sidebar [role=button],.page-content-archived .benchmark-sidebar-wrapper .module-item,.page-content-archived .plan-sidebar-wrapper .module-item,.page-content-archived .operate-sidebar .operate-step,.page-content-archived .mf-left-sidebar .mf-sidebar-section-header,.page-content-archived .mf-left-sidebar .mf-sidebar-item{opacity:1;cursor:pointer!important;filter:none}.page-content-archived [class*=filter],.page-content-archived [class*=Filter]{pointer-events:auto}.page-content-archived [class*=filter] button,.page-content-archived [class*=filter] select,.page-content-archived [class*=filter] input,.page-content-archived [class*=filter] a,.page-content-archived [class*=filter] [role=button],.page-content-archived [class*=Filter] button,.page-content-archived [class*=Filter] select,.page-content-archived [class*=Filter] input,.page-content-archived [class*=Filter] a,.page-content-archived [class*=Filter] [role=button]{opacity:1;cursor:pointer!important;filter:none;pointer-events:auto}.page-content-archived .assigned-services-header,.page-content-archived .file-list-table-header,.page-content-archived .structure-optimization-header,.page-content-archived .folder-row,.page-content-archived .version-chevron,.page-content-archived .tree-node,.page-content-archived .tree-node-content,.page-content-archived .tree-node-children{pointer-events:auto}.page-content-archived .assigned-services-header button,.page-content-archived .file-list-table-header button,.page-content-archived .structure-optimization-header button,.page-content-archived .folder-row button,.page-content-archived .tree-node-content button{pointer-events:none!important;opacity:.5;cursor:not-allowed!important;filter:grayscale(40%)}.page-layout.has-repository-sidebar .page-content{margin-left:260px;transition:margin-left .3s ease}.page-layout.has-repository-sidebar.sidebar-collapsed .page-content{margin-left:70px}@media(min-width:1440px){.page-layout.has-repository-sidebar .page-content{margin-left:280px}.page-layout.has-repository-sidebar.sidebar-collapsed .page-content{margin-left:70px}}@media(max-width:1024px){.page-layout.has-repository-sidebar .page-content{margin-left:240px}.page-layout.has-repository-sidebar.sidebar-collapsed .page-content{margin-left:60px}}@media(max-width:768px){.page-layout.has-repository-sidebar .page-content,.page-layout.has-repository-sidebar.sidebar-collapsed .page-content{margin-left:0!important}}@media(max-width:1199px)and (min-width:1024px){.page-layout{height:calc(100vh - 72px)}}@media(max-width:1024px){.page-layout{position:relative;height:calc(100vh - 70px)}.page-content{width:100%}.page-content.expanded{margin-left:0}}@media(max-width:1023px)and (min-width:900px){.page-layout{height:calc(100vh - 70px)}}@media(max-width:899px)and (min-width:768px){.page-layout{height:calc(100vh - 64px);position:relative}.page-content{width:100%;margin-left:0!important}.page-content.expanded{margin-left:0!important}.page-layout:before{content:"";position:fixed;inset:64px 0 0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:999;pointer-events:none}.page-layout.sidebar-open:before{opacity:1;visibility:visible;pointer-events:all}}@media(max-width:768px){.page-layout{height:calc(100vh - 64px);position:relative}.page-content{width:100%;margin-left:0!important}.page-content.expanded{margin-left:0!important}.page-layout:before{content:"";position:fixed;inset:64px 0 0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:999;pointer-events:none}.page-layout.sidebar-open:before{opacity:1;visibility:visible;pointer-events:all}}@media(max-width:767px)and (min-width:640px){.page-layout{height:calc(100vh - 60px)}.page-layout:before{top:60px}}@media(max-width:640px){.page-layout{height:calc(100vh - 60px)}.page-layout:before{top:60px}}@media(max-width:639px)and (min-width:480px){.page-layout{height:calc(100vh - 58px)}.page-layout:before{top:58px}}@media(max-width:480px){.page-layout{height:calc(100vh - 56px)}.page-layout:before{top:56px}}@media(max-width:479px)and (min-width:360px){.page-layout{height:calc(100vh - 54px)}.page-layout:before{top:54px}}@media(max-width:360px){.page-layout{height:calc(100vh - 52px)}.page-layout:before{top:52px}}@media(max-width:320px){.page-layout{height:calc(100vh - 50px)}.page-layout:before{top:50px}}.session-expired-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;background:#0006;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:sessionFadeIn .3s ease-out}@keyframes sessionFadeIn{0%{opacity:0;backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(8px)}}.session-expired-modal{background:#fff;width:100%;max-width:420px;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;align-items:center;animation:sessionScaleIn .35s cubic-bezier(.175,.885,.32,1.275)}@keyframes sessionScaleIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.session-icon-wrapper{background:#00bacd1a;width:70px;height:70px;border-radius:50%;border:2px solid rgba(0,186,205,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.session-expired-modal h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.session-subtitle{color:#64748b;font-size:.95rem;text-align:center;margin:0 0 1.5rem;line-height:1.5}.session-error{background:#fee2e2;color:#b91c1c;padding:.75rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;font-size:.85rem}.session-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.session-input-group{display:flex;flex-direction:column;gap:.4rem}.session-input-group label{font-size:.85rem;font-weight:500;color:#475569}.session-input-group input{padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;transition:all .2s;outline:none}.session-input-group input:focus{border-color:#00bacd;box-shadow:0 0 0 3px #00bacd26}.btn-session-continue{background:#00bacd;color:#fff;border:none;border-radius:6px;padding:.9rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;transition:all .2s}.btn-session-continue:hover:not(:disabled){background:#009eb0}.btn-session-continue:disabled{opacity:.7;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;height:100%;width:100%;overflow-x:hidden;background-color:hsl(var(--background))}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;font-size:.875rem}.app{min-height:100vh;height:100%;display:flex;flex-direction:column;background-color:hsl(var(--background));overflow-x:hidden}.app-main{flex:1;width:100%}*{scrollbar-width:thin;scrollbar-color:#00BACD rgba(0,186,205,.1)}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:#00bacd0d;border-radius:10px;margin:2px 0}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bacd,#0099a8);border-radius:10px;border:1px solid transparent;background-clip:padding-box;transition:all .3s ease;box-shadow:0 1px 2px #00bacd33}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0099a8,#00bacd);box-shadow:0 2px 6px #00bacd66;border:1px solid rgba(0,186,205,.3)}*::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#008a99,#00bacd);box-shadow:0 1px 3px #00bacd80}*::-webkit-scrollbar:horizontal{height:6px}*::-webkit-scrollbar-track:horizontal{margin:0 2px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: 210 40% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 186 95% 41%;--primary-foreground: 0 0% 100%;--secondary: 270 30% 92%;--secondary-foreground: 222 47% 11%;--muted: 210 20% 95%;--muted-foreground: 215 16% 47%;--accent: 160 40% 90%;--accent-foreground: 160 60% 25%;--destructive: 0 72% 65%;--destructive-foreground: 0 0% 100%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 186 95% 41%;--radius: .75rem;--chart-1: 186 95% 41%;--chart-2: 270 50% 70%;--chart-3: 160 50% 65%;--chart-4: 25 85% 80%;--chart-5: 200 60% 75%;--sidebar-background: 0 0% 100%;--sidebar-foreground: 222 47% 11%;--sidebar-primary: 186 95% 41%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 20% 95%;--sidebar-accent-foreground: 222 47% 11%;--sidebar-border: 214 32% 91%;--sidebar-ring: 186 95% 41%;--shadow-soft: 0 2px 8px rgba(6, 186, 205, .08);--shadow-card: 0 4px 16px rgba(6, 186, 205, .12)}body{margin:0;padding:0;min-width:320px;height:100%;background-color:hsl(var(--background));overflow-x:hidden}#root{width:100%;min-height:100vh;background-color:hsl(var(--background));overflow-x:hidden}h1,h2,h3,h4,h5,h6,.page-title,.section-title,.dashboard-welcome-title,.dashboard-content-title,.client-management-title,.financial-info-title,.file-list-table-title,.idr-summary-title,.benchmark-title,.hierarchy-title{color:#2c3e50}.page-subtitle,.section-subtitle,.dashboard-content-subtitle,.client-management-subtitle,.financial-info-subtitle,.file-list-table-subtitle,.benchmark-subtitle,.hierarchy-subtitle{color:#7f8c8d}.luckysheet-toolbar-combo-popup,.fortune-toolbar-combo-popup,[class*=toolbar-combo-popup],[class*=combo-popup]{background-color:#fff!important;color:#1e293b!important;z-index:10000!important}.luckysheet-toolbar-combo-popup *,.fortune-toolbar-combo-popup *,[class*=toolbar-combo-popup] *,[class*=combo-popup] *{color:#1e293b!important}.luckysheet-toolbar-combo-list,.luckysheet-toolbar-combo-ul,.luckysheet-toolbar-combo-list-item,[class*=toolbar-combo-list],[class*=toolbar-combo-ul]{color:#1e293b!important;background-color:#fff!important}.luckysheet-toolbar-combo-list li,.luckysheet-toolbar-combo-ul li,.luckysheet-toolbar-combo-list-item{color:#1e293b!important;background-color:#fff!important;padding:.5rem 1rem!important;visibility:visible!important;opacity:1!important}
