.hub-sidebar{width:260px;background:#fff;display:flex;flex-direction:column;border-right:1px solid var(--hub-border);flex-shrink:0;z-index:10;height:100vh;position:sticky;top:0}.hub-logo-area{padding:30px 24px;color:var(--hub-accent)!important;display:flex;align-items:center;gap:12px}.hub-logo-area i,.logo-text{color:var(--hub-accent)!important}.sidebar-brand-icon{font-size:2.2rem}.logo-text{font-weight:400!important;font-size:1.4rem}.logo-subtext{font-size:.65rem;opacity:.7}.sidebar-nav{flex:1;margin-top:10px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.hub-nav-item{padding:12px 20px;margin:2px 12px;border-radius:var(--hub-radius);color:var(--sidebar-text-color);cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s;font-size:var(--sidebar-font-size);font-weight:var(--sidebar-font-weight)!important}.hub-nav-item i{color:var(--hub-accent)}.hub-nav-item:hover{background:var(--hub-accent);color:#fff!important}.hub-nav-item:hover i,.hub-nav-item:hover span{color:#fff!important}.hub-nav-item.active{background:var(--hub-accent);color:#fff!important;box-shadow:0 4px 12px #3b5bd433}.hub-nav-item.active i,.hub-nav-item.active span{color:#fff!important}.sidebar-footer{padding:20px;border-top:1px solid #f1f2f6}.logout-btn{color:#e74c3c!important;margin:0!important}@media(max-width:1024px){.hub-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #0000001a;z-index:1000}.hub-sidebar.open{transform:translate(0)}.sidebar-mobile-close{display:flex!important;position:absolute;top:24px;right:24px;width:42px;height:42px;align-items:center;justify-content:center;background:#f1f5f9;border-radius:50%;cursor:pointer;color:#64748b;z-index:5;font-size:1.4rem}.logo-text{font-size:1.6rem!important}.logo-subtext{font-size:.85rem!important}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;animation:fadeIn .2s ease-out}}.sidebar-mobile-close,.sidebar-overlay{display:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{padding:24px;border-radius:var(--hub-radius);border:1px solid var(--hub-border);box-shadow:var(--hub-shadow);display:flex;flex-direction:column;gap:8px;transition:transform .2s}.stat-card.trial{background-color:var(--card-trial-bg);border-color:transparent}.stat-card.trial .stat-value{font-size:var(--card-trial-size);font-weight:var(--card-trial-weight);color:var(--card-trial-num-color)}.stat-card.trial .stat-label{font-size:var(--card-trial-title-size);font-weight:var(--card-trial-title-weight);color:var(--card-trial-title-color)}.stat-card.pro{background-color:var(--card-pro-bg);border-color:transparent}.stat-card.pro .stat-value{font-size:var(--card-pro-size);font-weight:var(--card-pro-weight);color:var(--card-pro-num-color)}.stat-card.pro .stat-label{font-size:var(--card-pro-title-size);font-weight:var(--card-pro-title-weight);color:var(--card-pro-title-color)}.stat-card.gift{background-color:var(--card-gift-bg);border-color:transparent}.stat-card.gift .stat-value{font-size:var(--card-gift-size);font-weight:var(--card-gift-weight);color:var(--card-gift-num-color)}.stat-card.gift .stat-label{font-size:var(--card-gift-title-size);font-weight:var(--card-gift-title-weight);color:var(--card-gift-title-color)}.stat-card.ciro .stat-value{font-size:var(--card-ciro-size);font-weight:var(--card-ciro-weight);color:var(--card-ciro-num-color)}.stat-card.ciro .stat-label{font-size:var(--card-ciro-title-size);font-weight:var(--card-ciro-title-weight);color:var(--card-ciro-title-color)}.stat-label{font-size:.7rem;color:#64748b;text-transform:none}.stat-value{font-size:1.8rem;color:var(--hub-text-main)}.hub-table{width:100%;border-collapse:collapse}.hub-table th{text-align:left;padding:12px;border-bottom:2px solid var(--hub-border);font-size:.7rem;color:#64748b;text-transform:uppercase}.hub-table td{padding:8px 12px;border-bottom:1px solid #f8fafc;font-size:.85rem}.status-online{color:#10b981}.status-warning{color:#f59e0b}.card-header-flex{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.card-subtitle{margin:4px 0 0;font-size:.85rem;color:#64748b}.settings-tabs{display:flex;gap:8px;background:#f1f5f9;padding:6px;border-radius:8px;width:fit-content}.settings-tab-btn{border:none;padding:10px 20px;font-size:var(--tab-title-size);font-weight:var(--tab-title-weight)!important;color:var(--tab-title-color);border-radius:6px;cursor:pointer;background:transparent;display:flex;align-items:center;gap:8px;transition:all .2s}.settings-tab-btn.active{background:var(--hub-accent);color:#fff!important}.settings-tab-btn.active i{color:#fff!important}.license-item-row{display:flex;gap:8px;align-items:center;background:#fcfcfc;padding:6px;border-radius:4px;border:1px solid #f8fafc;margin-bottom:8px}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer}.hub-input-group label{display:block;font-size:.9rem;margin-bottom:6px;color:var(--hub-text-secondary)}.hub-input-group input,.hub-input-group select{width:100%;padding:12px;border:1px solid var(--hub-border);border-radius:var(--hub-radius);background:#f8fafc;transition:all .2s}.tax-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.exemption-box{padding:15px;background:#fffbeb;border-radius:6px;border:1px solid #fef3c7}.license-list{display:flex;flex-direction:column;gap:10px}:root{--hub-bg: #EBEFFB;--hub-main-bg: #ffffff;--hub-accent: #3B5BD4;--hub-accent-dark: #2a43a3;--hub-accent-soft: #f0f4ff;--hub-text-main: #1e293b;--hub-text-secondary: #8e9bad;--hub-border: #edf2f7;--hub-radius: 6px;--hub-shadow: 0 1px 3px rgba(0, 0, 0, .05);--sidebar-font-size: 14px;--sidebar-font-weight: 400;--sidebar-text-color: #64748b;--general-font-size: 14px;--general-font-weight: 400;--general-text-color: #1e293b;--page-title-size: 1.4rem;--page-title-weight: 400;--page-title-color: #1e293b;--page-subtitle-size: .85rem;--page-subtitle-weight: 400;--page-subtitle-color: #8e9bad;--input-label-size: .85rem;--input-label-weight: 400;--input-label-color: #94a3b8;--tab-title-size: .85rem;--tab-title-weight: 400;--tab-title-color: #64748b;--list-header-size: 16px;--list-header-weight: 600;--list-header-color: #1e293b;--project-row-text-size: 14px;--project-row-icon-size: 18px}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:var(--general-font-size);font-weight:var(--general-font-weight);color:var(--general-text-color)}body,html{margin:0;padding:0;height:100%;background:var(--hub-bg);color:var(--hub-text-main);overflow:hidden}.hub-input-group{margin-bottom:20px}.hub-input-group label{display:block;margin-bottom:6px;font-size:var(--input-label-size);color:var(--input-label-color);font-weight:var(--input-label-weight)!important}.hub-input-group input:focus,.hub-input-group select:focus,.input-with-icon input:focus{border-color:var(--hub-accent)!important;background:#fff!important;outline:none!important;box-shadow:0 0 0 3px #3b5bd41a!important;transition:all .2s ease}.hub-container{display:flex;height:100vh}.hub-main{flex:1;padding:30px 40px;overflow-y:auto;background:#fff}.hub-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header-title{font-size:var(--page-title-size);margin:0;font-weight:var(--page-title-weight)!important;color:var(--page-title-color)}.card-title{margin:0;font-size:var(--list-header-size);font-weight:var(--list-header-weight)!important;color:var(--list-header-color);text-transform:none}.table-section-title{margin:30px 0 15px;font-size:var(--list-header-size);font-weight:var(--list-header-weight)!important;color:var(--list-header-color);text-transform:none}.sub-header{margin:25px 0 15px;font-size:var(--list-header-size);font-weight:var(--list-header-weight)!important;color:var(--list-header-color);text-transform:none}.project-row-text,.hub-table tr,.hub-table td{font-size:var(--project-row-text-size)!important}.project-row-icon,.project-row-icon i,.hub-table i{font-size:var(--project-row-icon-size)!important}.project-row-icon i.large-icon{font-size:calc(var(--project-row-icon-size) + 2px)!important}.content-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-section-title{margin:0;font-size:var(--list-header-size);color:var(--list-header-color);font-weight:var(--list-header-weight)!important;text-transform:none}.content-section-subtitle{margin:4px 0 0;font-size:var(--page-subtitle-size);color:var(--page-subtitle-color);font-weight:var(--page-subtitle-weight)!important}.user-profile{display:flex;align-items:center;gap:15px}.user-info{text-align:right}.user-name{font-size:.9rem;color:var(--hub-text-main)}.user-role{font-size:.7rem;color:var(--hub-text-secondary)}.user-avatar{width:36px;height:36px;background:var(--hub-accent);color:#fff;border-radius:var(--hub-radius);display:flex;align-items:center;justify-content:center;font-size:.8rem}.hub-card{background:#fff;padding:25px;border-radius:var(--hub-radius);border:1px solid var(--hub-border);box-shadow:var(--hub-shadow);margin-bottom:20px}.badge{padding:4px 10px;border-radius:var(--hub-radius);font-size:inherit;background:#f1f5f9;color:#475569}.badge-tech{background:#eff6ff;color:#1d4ed8}.badge-biz{background:#fef2f2;color:#b91c1c}.hub-btn{background:var(--hub-accent);color:#fff;border:none;padding:10px 20px;border-radius:var(--hub-radius);cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.9rem;transition:all .2s;justify-content:center}.hub-btn i{color:#fff}.hub-btn:hover{background:var(--hub-accent-dark);transform:translateY(-1px)}.ghost-btn{background:transparent;color:var(--hub-accent);border:1px dashed var(--hub-accent)}.all-time-toggle{padding:6px 12px;font-size:.85rem;border-radius:var(--hub-radius);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;border:1px solid transparent;font-weight:400}.all-time-toggle.active{background:var(--hub-accent)!important;color:#fff!important;border-color:var(--hub-accent)!important;box-shadow:0 4px 12px #3b5bd433!important}.all-time-toggle.inactive{background:#f8fafc!important;color:#64748b!important;border:1px solid #e2e8f0!important}.all-time-toggle:hover{background:var(--hub-accent-soft);color:var(--hub-accent);border-color:var(--hub-accent-soft);transform:translateY(-1px)}.login-page-container{position:relative;display:flex;height:100vh;width:100vw;align-items:center;justify-content:center;background:url(/loginBG.jpg) no-repeat center center;background-size:cover}.login-page-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--login-bg-overlay, linear-gradient(135deg, rgba(59, 91, 212, .85) 0%, rgba(21, 23, 36, .9) 100%));z-index:1}.login-box-wrapper{position:relative;z-index:2;width:100%;max-width:440px;padding:20px;text-align:center}.login-brand{margin-bottom:15px;color:#fff}.brand-header-inline{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:0}.brand-header-inline i{font-size:2.2rem;color:#fff}.login-brand h1{font-size:1.8rem;margin:0;letter-spacing:-1px;font-weight:400!important;color:#fff}.login-brand p{margin:-4px 0 0;opacity:.95;font-size:1.05rem;color:#fff!important}.login-card{background:#fff;padding:30px 40px;border-radius:var(--hub-radius);box-shadow:0 25px 50px -12px #0006;text-align:left}.input-with-icon{position:relative;display:flex;align-items:center;width:100%}.input-with-icon i:first-child{position:absolute;left:15px;color:var(--hub-text-secondary);font-size:1.1rem;z-index:5;transition:color .2s}.input-with-icon input{width:100%;padding:12px 45px!important;border:1.5px solid var(--hub-border);border-radius:var(--hub-radius)!important;background:#f8fafc!important;font-size:1rem;transition:all .2s;position:relative;z-index:2;height:38px}.pass-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;z-index:10;transition:color .2s}.pass-toggle:hover{color:var(--hub-accent)}.pass-toggle i{font-size:1.4rem}.login-error-msg{background:#fef2f2;color:#b91c1c;padding:12px;border-radius:var(--hub-radius);font-size:.85rem;margin-bottom:20px;display:flex;align-items:center;gap:8px;border:1px solid #fee2e2}.login-submit-btn{width:100%;padding:0!important;height:38px;font-size:1.1rem!important;border-radius:var(--hub-radius)!important;margin-top:10px;font-weight:500!important}.wizard-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;min-height:420px;width:760px;max-width:95vw;position:relative;z-index:10}.wizard-sidebar{width:240px;padding:30px 25px;display:flex;flex-direction:column;color:#fff!important;position:relative}.wizard-sidebar h2{font-size:1.5rem;font-weight:400;margin-bottom:30px;letter-spacing:-.5px;color:#fff!important}.wizard-steps{display:flex;flex-direction:column;gap:25px;flex:1;padding-left:5px}.wizard-step{display:flex;align-items:center;gap:12px;position:relative;z-index:2}.wizard-step-number{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a}.wizard-step-label{font-size:.9rem;font-weight:400;letter-spacing:.2px;color:#fff!important}.wizard-step-line{position:absolute;left:14px;top:28px;height:25px;width:0;border-left:2px dotted rgba(255,255,255,.5);z-index:1}.wizard-sidebar-footer{margin-top:auto;font-size:.75rem;opacity:.8;font-weight:300;color:#fff!important}.wizard-content{flex:1;padding:30px 40px;display:flex;flex-direction:column;background:#fff}.wizard-brand{display:flex;align-items:center;gap:8px;margin-bottom:20px}.wizard-brand img{height:28px;object-fit:contain}.wizard-brand i{font-size:1.8rem}.wizard-brand span{font-size:1.2rem;font-weight:400;color:#334155;letter-spacing:-.5px}.wizard-title{font-size:1.1rem;font-weight:400;margin-bottom:20px;color:#1e293b}.wizard-form{flex:1;display:flex;flex-direction:column}.wizard-form .hub-input-group label{font-size:.8rem;color:#64748b;margin-bottom:4px;display:block}.wizard-form .input-with-icon input{background:#f8fafc!important;border:1px solid #e2e8f0!important;height:36px!important;font-size:.9rem!important}.wizard-form .input-with-icon i:first-child{font-size:1rem;color:#94a3b8}.wizard-form .login-submit-btn{height:36px!important;font-size:1rem!important;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}.wizard-form .login-submit-btn i{font-size:1.2rem}.login-footer-text{margin-top:25px;font-size:.85rem;color:#ffffffb3}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-card{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:30px}.tab-label{font-weight:inherit}.hub-input-group .input-with-icon i{color:#94a3b8;position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:1.1rem;transition:color .2s;z-index:5}.hub-input-group .input-with-icon input:focus+i{color:var(--hub-accent)}.page-fade{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){:root{--general-font-size: 16px;--sidebar-font-size: 16px;--list-header-size: 18px;--project-row-text-size: 16px;--page-title-size: 1.6rem;--input-label-size: 1rem;--tab-title-size: 1rem}.hub-main{padding:15px 20px}.hub-header{margin-bottom:20px;gap:10px;flex-wrap:wrap}.header-left{order:2;width:100%}.header-right{order:3;width:100%;justify-content:flex-end}.header-mobile-toggle{display:flex!important;order:1;width:48px;height:48px;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;cursor:pointer;color:var(--hub-accent);font-size:1.8rem}.user-name{font-size:1.1rem!important}.user-role{font-size:.85rem!important}.user-avatar{width:42px;height:42px;font-size:1rem}.badge{padding:6px 12px;font-size:.95rem}.stat-label{font-size:.95rem!important}.stat-value{font-size:1.6rem!important}.stats-grid{grid-template-columns:1fr!important;gap:15px}.hub-card{padding:15px}.hub-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px;border-radius:var(--hub-radius);border:1px solid var(--hub-border)}.hub-table{min-width:600px}.content-section-header{flex-direction:column;align-items:flex-start;gap:15px}}.header-mobile-toggle{display:none}
