@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}.top-nav{align-items:center;background:linear-gradient(135deg,#4361ee,#3a0ca3);box-shadow:0 2px 10px #0000001a;display:flex;height:70px;justify-content:space-between;padding:0 20px;z-index:1000}.top-nav,.user-profile-container{position:relative}.user-profile{align-items:center;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:8px 12px;transition:all .3s ease}.user-profile:hover{background:#ffffff1a}.user-profile.active{background:#ffffff26}.user-icon{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.user-profile:hover .user-icon{border-color:#ffffff80;transform:scale(1.05)}.logo{height:130px}.home-button{align-items:center;background:#fff3;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;margin-right:15px;padding:10px;transition:all .3s}.home-button:hover{background:#ffffff4d;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.home-icon{color:#fff;font-size:1.5rem}.dropdown-menu{animation:dropdownAppear .3s ease forwards;background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 10px 40px #00000026,0 2px 20px #4361ee1a;opacity:0;overflow:hidden;padding:12px 0;position:fixed;width:280px;z-index:1001}@keyframes dropdownAppear{to{opacity:1}}.dropdown-menu:before{background:#fff;border-left:1px solid #00000014;border-top:1px solid #00000014;content:"";height:16px;position:absolute;right:20px;top:-8px;transform:rotate(45deg);width:16px}.dropdown-menu ul{list-style:none;margin:0;padding:0}.dropdown-menu li{border-radius:12px;margin:4px 12px;overflow:hidden;padding:0;transition:background-color .2s ease}.dropdown-menu li:last-child{border-top:1px solid #0000000f;margin-top:8px;padding-top:4px}.dropdown-menu li a,.dropdown-menu li button{align-items:center;background:none;border:none;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:12px;padding:14px 16px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-menu li a:hover,.dropdown-menu li button:hover{background:linear-gradient(135deg,#f0f4ff,#e8ecff);color:#4361ee;transform:translateX(4px)}.dropdown-menu li a svg,.dropdown-menu li button svg{color:#6b7280;font-size:20px;transition:color .2s ease}.dropdown-menu li a:hover svg,.dropdown-menu li button:hover svg{color:inherit}.dropdown-menu li button{color:#ef4444;font-weight:600}.dropdown-menu li button:hover{background:linear-gradient(135deg,#fef2f2,#fee);color:#dc2626}.dropdown-menu li button svg{color:#ef4444}.dropdown-menu li button:hover svg{color:#dc2626}.settings-container{align-items:center;animation:fadeIn .3s ease;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.settings-modal{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:500px;overflow-y:auto;width:90%}.settings-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px}.settings-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.close-button{background:none;border-radius:8px;padding:8px;transition:all .2s}.close-button:hover{background:#f3f4f6}.settings-content{padding:32px}.settings-section{margin-bottom:32px}.settings-section:last-child{margin-bottom:0}.settings-section h3{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 16px}.setting-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:12px 0}.setting-item:last-child{border-bottom:none}.setting-info{flex:1 1}.setting-title{color:#1f2937;display:block;font-weight:500;margin-bottom:4px}.setting-description{color:#6b7280;display:block;font-size:.875rem}.toggle-switch{display:inline-block;height:28px;position:relative;width:52px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background:#d1d5db;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background:#fff;border-radius:50%;bottom:4px;content:"";height:20px;left:4px;position:absolute;transition:.3s;width:20px}input:checked+.toggle-slider{background:#4361ee}input:checked+.toggle-slider:before{transform:translateX(24px)}.select-wrapper{position:relative;width:160px}.select-wrapper select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;outline:none;padding:8px 12px;transition:border-color .2s;width:100%}.select-wrapper select:hover{border-color:#9ca3af}.select-wrapper select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.select-wrapper:after{color:#6b7280;content:"▼";font-size:.75rem;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.theme-options{display:flex;gap:12px;margin-top:8px}.theme-option{border:2px solid #0000;border-radius:8px;cursor:pointer;height:32px;transition:all .2s;width:32px}.theme-option:hover{transform:scale(1.1)}.theme-option.active{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee33}.theme-blue{background:linear-gradient(135deg,#4361ee,#3a0ca3)}.theme-green{background:linear-gradient(135deg,#10b981,#047857)}.theme-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.theme-dark{background:linear-gradient(135deg,#4b5563,#1f2937)}.button-row{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:24px;padding-top:24px}.primary-button{background:#4361ee;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .2s}.primary-button:hover{background:#3a56d4;transform:translateY(-2px)}.secondary-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .2s}.secondary-button:hover{background:#e5e7eb}.dev-banner{background:#fff3cd;border:1px solid #ffeaa7;border-radius:10px;color:#856404;font-size:.875rem;margin-bottom:24px;padding:16px}.dev-banner strong{display:block;font-size:.95rem;margin-bottom:4px}.about-me-container{align-items:center;animation:fadeIn .3s ease;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:2000}.about-me-modal{animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275);background:#fff;border-radius:24px;box-shadow:0 25px 75px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:90%}.about-me-header{align-items:center;display:flex;justify-content:space-between;padding:32px 40px 0}.about-me-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4361ee,#3a0ca3);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2rem;font-weight:700;margin:0}.close-button{align-items:center;background:#f3f4f6;border:none;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.close-button:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.about-me-content{display:flex;flex:1 1;overflow:hidden}.about-me-sidebar{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:40px;width:300px}.profile-avatar{align-items:center;background:linear-gradient(135deg,#4361ee,#3a0ca3);border:6px solid #fff;border-radius:50%;box-shadow:0 10px 30px #4361ee33;display:flex;height:160px;justify-content:center;margin-bottom:24px;overflow:hidden;position:relative;width:160px}.profile-avatar:after{animation:shine 3s linear infinite;background:linear-gradient(45deg,#0000,#ffffff4d,#0000);bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}@keyframes shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.profile-avatar .avatar-initial{color:#fff;font-size:4rem;font-weight:700}.profile-info{text-align:center}.profile-name{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:8px}.profile-role{background:#4361ee1a;border-radius:20px;color:#4361ee;display:inline-block;font-size:1rem;font-weight:600;margin-bottom:16px;padding:6px 16px}.profile-stats{display:flex;gap:24px;margin-top:32px}.stat-value{color:#1f2937;display:block;font-size:1.5rem}.stat-label{color:#6b7280;display:block;font-size:.875rem;margin-top:4px}.about-me-main{flex:1 1;overflow-y:auto;padding:40px}.about-section{margin-bottom:32px}.about-section:last-child{margin-bottom:0}.about-section h3{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:10px;margin-bottom:16px}.about-section h3 svg{color:#4361ee}.about-text{color:#4b5563;font-size:1rem;line-height:1.7}.skills-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.skill-item{background:#f8fafc;border-left:4px solid #4361ee;border-radius:12px;padding:16px;transition:all .3s ease}.skill-item:hover{background:#f0f4ff;box-shadow:0 4px 12px #4361ee1a;transform:translateY(-2px)}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.skill-name{color:#1f2937;font-weight:600}.skill-level{color:#4361ee;font-size:.875rem;font-weight:500}.skill-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.skill-progress{background:linear-gradient(90deg,#4361ee,#3a0ca3);border-radius:3px;height:100%}.contact-list{display:flex;flex-direction:column;gap:16px}.contact-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:16px;transition:all .3s ease}.contact-item:hover{background:#f0f4ff;transform:translateX(4px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#4361ee,#3a0ca3);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.contact-info h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 4px}.contact-info p{color:#6b7280;font-size:.875rem;margin:0}.action-buttons{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:40px;padding-top:32px}.primary-action-button{align-items:center;background:linear-gradient(135deg,#4361ee,#3a0ca3);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:8px;justify-content:center;padding:16px;transition:all .3s ease}.primary-action-button:hover{box-shadow:0 8px 20px #4361ee4d;transform:translateY(-2px)}.secondary-action-button{align-items:center;background:#fff;border:2px solid #4361ee;border-radius:12px;color:#4361ee;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:8px;justify-content:center;padding:16px;transition:all .3s ease}.secondary-action-button:hover{background:#f0f4ff;transform:translateY(-2px)}@media (max-width:768px){.about-me-content{flex-direction:column}.about-me-sidebar{padding:32px 20px;width:100%}.about-me-main{padding:32px 20px}.skills-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}}.clock{align-items:center;display:flex;flex-direction:column;font-family:Inter,monospace;gap:2px;justify-content:center}.time{color:#4361ee;font-size:1.1rem;font-weight:600}.date{color:#8d99ae;font-size:.8rem;text-transform:capitalize}@media (max-width:768px){.time{font-size:1rem}.date{font-size:.75rem}}@media (max-width:480px){.time{font-size:.9rem}.date{font-size:.7rem}}:root{--bg:#f8f9fa;--primary-gradient:linear-gradient(135deg,#4361ee,#7209b7)}.buttons-container{background:#f8f9fa;background:var(--bg);min-height:calc(100vh - 70px);padding:30px;position:relative}.section-header{margin-bottom:40px;text-align:center}.section-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4361ee,#7209b7);background:var(--primary-gradient);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.section-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.buttons-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto 40px;max-width:1300px}.menu-button{align-items:center;border:none;border-radius:16px;box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:500;justify-content:center;min-height:180px;overflow:hidden;padding:30px 20px;position:relative;text-decoration:none;transition:all .3s ease}.menu-button:before{background:#ffffff4d;content:"";height:4px;left:0;position:absolute;right:0;top:0}.menu-button:hover{box-shadow:0 15px 30px #0003;transform:translateY(-8px)}.menu-button.in-development{opacity:.95;position:relative}.menu-button.in-development:hover{transform:translateY(-8px) scale(1.02)}.button-icon{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));font-size:3rem!important;margin-bottom:15px}.button-text{font-size:1.2rem;font-weight:600;text-align:center;text-shadow:0 2px 4px #0003}.development-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;position:absolute;right:15px;top:15px}.development-info{align-items:center;background:linear-gradient(135deg,#ffd7001a,#ffa5001a);border:2px dashed orange;border-radius:12px;display:flex;gap:15px;justify-content:center;margin:0 auto;max-width:600px;padding:20px}.development-info p{color:#d35400;font-weight:500;margin:0;text-align:center}.construction-icon{color:#f39c12!important;font-size:2rem!important}.order-button{background:linear-gradient(135deg,#4361ee,#3a0ca3)}.resource-button{background:linear-gradient(135deg,#7209b7,#560bad)}.report-button{background:linear-gradient(135deg,#f72585,#b5179e)}.statistics-button{background:linear-gradient(135deg,#4cc9f0,#4895ef)}.mail-button{background:linear-gradient(135deg,#f8961e,#f3722c)}.journal-button{background:linear-gradient(135deg,#90be6d,#43aa8b)}.notification-button{background:linear-gradient(135deg,#577590,#4d908e)}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-container{animation:slideUp .4s ease;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px 24px 0 0;color:#fff;justify-content:space-between;padding:25px 30px}.modal-header,.modal-title{align-items:center;display:flex}.modal-title{font-size:1.8rem;gap:12px;margin:0}.modal-title-icon{font-size:2rem!important}.modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-content{padding:30px}.modal-icon-container{display:flex;justify-content:center;margin-bottom:25px}.modal-icon-circle{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#ffeaa7,#fab1a0);border-radius:50%;display:flex;height:100px;justify-content:center;width:100px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.modal-main-icon{color:#d63031;font-size:3.5rem!important}.modal-subtitle{color:#2d3436;font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.modal-description{color:#636e72;font-size:1.1rem;line-height:1.6;margin-bottom:30px;padding:0 10px;text-align:center}.modal-features{background:#f8f9fa;border-left:4px solid #74b9ff;border-radius:16px;margin-bottom:25px;padding:25px}.modal-features h4{align-items:center;color:#2d3436;display:flex;font-size:1.2rem;gap:8px;margin-bottom:15px}.features-list{list-style:none;margin:0;padding:0}.features-list li{align-items:center;border-bottom:1px solid #eee;color:#636e72;display:flex;font-size:.95rem;gap:10px;padding:10px 0}.features-list li:last-child{border-bottom:none}.features-list li:before{color:#00b894;content:"✓";font-size:1.2rem;font-weight:700}.modal-progress{background:#f8f9fa;border-radius:16px;margin-bottom:25px;padding:25px;text-align:center}.progress-bar-container{margin-bottom:15px}.progress-bar{background:#e0e0e0;border-radius:6px;height:12px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#74b9ff,#0984e3);border-radius:6px;height:100%;transition:width 1s ease}.progress-text{color:#636e72}.estimated-time,.progress-text{font-size:.9rem;font-weight:600}.estimated-time{color:#d63031;margin:0}.modal-footer{background:#f8f9fa;border-radius:0 0 24px 24px;display:flex;gap:15px;justify-content:center;padding:20px 30px}.modal-button{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 28px;transition:all .3s ease}.modal-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex:1 1}.modal-button.primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.modal-button.secondary{background:#fff;border:2px solid #667eea;color:#667eea;flex:1 1}.modal-button.secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.buttons-container{padding:20px}.section-header h1{font-size:2rem}.buttons-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.menu-button{min-height:160px;padding:25px 15px}.button-icon{font-size:2.5rem!important}.modal-container{margin:20px;width:95%}.modal-header{padding:20px}.modal-title{font-size:1.5rem}.modal-content{padding:20px}.modal-footer{flex-direction:column;gap:10px}.modal-button{width:100%}}@media (max-width:480px){.buttons-grid{grid-template-columns:1fr}.section-header h1{font-size:1.8rem}.development-badge{font-size:.7rem;padding:3px 8px}}:root{--primary:#4361ee;--primary-light:#e0e8ff;--secondary:#7209b7;--accent:#f72585;--text:#2b2d42;--text-light:#8d99ae;--bg:#fff;--card-bg:#fff;--border:#e0e0e0;--shadow:0 4px 12px #00000014;--shadow-lg:0 10px 25px #0000001f}body{background-color:#fff;background-color:var(--bg);color:#2b2d42;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}.home-screen{flex-direction:column;min-height:100vh}.home-screen,.main-container{background-color:#fff;background-color:var(--bg);display:flex;position:relative}.main-container{flex:1 1;flex-direction:column}.clock-container{background:#fff;background:var(--card-bg);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);min-width:130px;padding:12px 18px;position:absolute;right:20px;top:20px;z-index:100}.clock-container .clock{color:#2b2d42;color:var(--text);display:flex;flex-direction:column;font-size:.9rem;font-weight:600;gap:3px;text-align:center}.clock-container .time{color:#4361ee;color:var(--primary);font-size:1.2rem;font-weight:700}.clock-container .date{color:#8d99ae;color:var(--text-light);font-size:.85rem}.buttons-container{background-color:#fff;background-color:var(--bg);display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 60px);overflow-y:auto;padding:40px 30px 30px}.buttons-container .section-header{margin-bottom:40px;padding:0 20px;text-align:center}.buttons-container .section-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4361ee,#7209b7);-webkit-background-clip:text;color:#2b2d42;color:var(--text);font-size:2.4rem;font-weight:700;margin-bottom:12px}.buttons-container .section-header p{color:#8d99ae;color:var(--text-light);font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto;max-width:600px}.buttons-container .buttons-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 40px;max-width:1100px;padding:0 10px}.buttons-container .menu-button{border-radius:16px;box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);min-height:160px;overflow:hidden;padding:25px 15px;position:relative;transition:all .3s ease}.buttons-container .menu-button:hover{box-shadow:0 10px 25px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.buttons-container .button-icon{font-size:2.8rem!important;margin-bottom:15px;transition:transform .3s ease}.buttons-container .menu-button:hover .button-icon{transform:scale(1.1)}.buttons-container .button-text{font-size:1.2rem;font-weight:600}.buttons-container .development-info{background:linear-gradient(135deg,#fff8e1,#ffecb3);border:1px solid #ffd54f;border-radius:12px;margin:0 auto;max-width:600px;padding:20px}.buttons-container .construction-icon{color:#ff9800!important}.navbar{background:linear-gradient(135deg,#4361ee,#7209b7);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);color:#fff;height:60px;padding:0 20px}.modal-overlay{z-index:2000}.buttons-container::-webkit-scrollbar{width:6px}.buttons-container::-webkit-scrollbar-track{background:#0000}.buttons-container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.buttons-container::-webkit-scrollbar-thumb:hover{background:#0003}@media (max-width:1024px){.buttons-container .buttons-grid{max-width:900px}}@media (max-width:768px){.home-screen{min-height:100vh}.main-container{padding-top:0}.clock-container{align-self:flex-end;margin:15px 20px 20px 0;min-width:110px;padding:10px 14px;position:relative;right:auto;top:auto}.clock-container .clock{font-size:.85rem}.clock-container .time{font-size:1.1rem}.clock-container .date{font-size:.8rem}.buttons-container{padding:30px 20px 25px}.buttons-container .section-header{margin-bottom:30px}.buttons-container .section-header h1{font-size:2rem;margin-bottom:8px}.buttons-container .section-header p{font-size:1rem;max-width:90%}.buttons-container .buttons-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:30px;padding:0 5px}.buttons-container .menu-button{min-height:140px;padding:20px 10px}.buttons-container .button-icon{font-size:2.2rem!important;margin-bottom:12px}.buttons-container .button-text{font-size:1rem}.buttons-container .development-badge{font-size:.65rem;padding:3px 6px;right:10px;top:10px}.buttons-container .development-info{font-size:.9rem;max-width:90%;padding:15px}}@media (max-width:480px){.buttons-container{padding:25px 15px 20px}.buttons-container .section-header{padding:0 10px}.buttons-container .section-header h1{font-size:1.8rem}.buttons-container .buttons-grid{grid-template-columns:1fr;max-width:320px}.buttons-container .menu-button{min-height:130px}.clock-container{margin:0;min-width:100px;padding:8px 12px;position:fixed;right:15px;top:70px}.clock-container .clock{font-size:.8rem}.clock-container .time{font-size:1rem}.clock-container .date{font-size:.75rem}}@media (max-width:320px){.buttons-container{padding:20px 10px}.buttons-container .section-header h1{font-size:1.6rem}.buttons-container .buttons-grid{gap:12px}.buttons-container .menu-button{min-height:120px;padding:18px 8px}.buttons-container .button-icon{font-size:2rem!important;margin-bottom:10px}.buttons-container .button-text{font-size:.95rem}}.home-screen{animation:fadeIn .5s ease-out}.menu-button:active{transform:translateY(-2px)}.loading-container{align-items:center;background:#fff;background:var(--bg);display:flex;justify-content:center;min-height:100vh}.ds-container{background:#f8fafc;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;max-height:100vh;min-height:100vh;position:relative}.ds-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;display:flex;flex-shrink:0;justify-content:space-between;padding:24px 40px}.ds-header-info{flex:1 1}.ds-title{color:#111827;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0 0 6px}.ds-subtitle{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.ds-header-controls{align-items:center;display:flex;flex-shrink:0;gap:24px}.ds-search{flex-shrink:1;min-width:320px;position:relative}.ds-search-input{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280' width='18' height='18'%3E%3Cpath d='M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") no-repeat 16px;background-size:18px 18px;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 1px 2px #0000000d;color:#374151;font-size:14px;height:44px;padding:10px 16px 10px 44px;transition:all .3s ease;width:100%}.ds-search-input:focus{background-color:#f8fafc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 2px #0000000d;outline:none}.ds-search-input::placeholder{color:#9ca3af;font-weight:400}.ds-data-controls{gap:16px}.ds-data-controls,.ds-data-toggle{align-items:center;display:flex;flex-shrink:0}.ds-data-toggle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000d;padding:4px}.ds-toggle-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 12px;text-transform:uppercase}.ds-toggle-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;min-width:100px;padding:8px 20px;transition:all .3s ease}.ds-toggle-btn:hover{background:#e5e7eb;color:#374151;transform:translateY(-1px)}.ds-toggle-btn--active{background:#3b82f6;box-shadow:0 2px 4px #3b82f64d,0 1px 2px #0000001a;color:#fff}.ds-toggle-btn--active:hover{background:#2563eb;transform:translateY(-1px)}.ds-toggle-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.ds-toggle-btn:disabled:hover{background:#0000;color:#6b7280}.ds-refresh-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 1px 2px #0000000d;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;transition:all .3s ease;width:44px}.ds-refresh-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#374151;transform:rotate(90deg)}.ds-refresh-btn:active:not(:disabled){transform:rotate(180deg)}.ds-refresh-btn:disabled{cursor:not-allowed;opacity:.5}.ds-refresh-spinner{animation:ds-spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:20px;width:20px}@keyframes ds-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ds-content{-webkit-overflow-scrolling:touch;background:#f8fafc;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:24px;position:relative;scroll-behavior:smooth;z-index:1}.ds-content::-webkit-scrollbar{height:12px!important;width:12px!important}.ds-content::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:6px!important;margin:4px!important}.ds-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8)!important;border:3px solid #f1f5f9!important;border-radius:6px!important;min-height:40px!important;min-width:40px!important}.ds-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)!important}.ds-content::-webkit-scrollbar-button{display:none!important}.ds-content::-webkit-scrollbar-track:horizontal{background:#f1f5f9!important}.ds-content::-webkit-scrollbar-thumb:horizontal{background:linear-gradient(90deg,#cbd5e1,#94a3b8)!important}.ds-content::-webkit-scrollbar-thumb:horizontal:hover{background:linear-gradient(90deg,#94a3b8,#64748b)!important}.ds-content{scrollbar-color:#cbd5e1 #f1f5f9!important;scrollbar-width:thin!important}.ds-loading{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;color:#6b7280;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:400px;padding:80px 20px}.ds-loading-spinner{animation:ds-spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:48px;margin-bottom:20px;width:48px}.ds-loading-text{color:#4b5563;font-size:16px;font-weight:500;margin:0}.ds-empty{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:400px;padding:80px 20px;text-align:center}.ds-empty-icon{color:#9ca3af;font-size:64px;margin-bottom:24px;opacity:.7}.ds-empty-title{color:#374151;font-size:22px;font-weight:600;margin:0 0 12px}.ds-empty-text{color:#6b7280;font-size:15px;line-height:1.6;margin:0 0 24px;max-width:400px}.ds-empty-reset{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f64d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .3s ease}.ds-empty-reset:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-2px)}.ds-empty-reset:active{transform:translateY(0)}.ds-notification{align-items:center;animation:ds-slideInRight .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;font-size:14px;font-weight:500;gap:12px;max-width:400px;padding:14px 24px;position:fixed;right:24px;top:24px;z-index:1001}.ds-notification--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ds-notification--error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.ds-notification:before{background-repeat:no-repeat;background-size:contain;content:"";height:20px;width:20px}.ds-notification--success:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff" width="20" height="20"><path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>')}.ds-notification--error:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff" width="20" height="20"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>')}@keyframes ds-slideInRight{0%{opacity:0;transform:translateX(100%) translateY(-20px)}to{opacity:1;transform:translateX(0) translateY(0)}}@keyframes ds-fadeOut{0%{opacity:1;transform:translateX(0) translateY(0)}to{opacity:0;transform:translateX(100%) translateY(-20px)}}.ds-notification.ds-notification--hiding{animation:ds-fadeOut .3s ease-out forwards}.ds-modal-overlay{align-items:center;animation:ds-fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes ds-fadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1}}.ds-modal{animation:ds-scaleIn .3s cubic-bezier(.68,-.55,.265,1.55);background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:80vh;max-width:500px;overflow:hidden;width:90%}@keyframes ds-scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ds-modal-content{display:flex;flex-direction:column;height:100%}.ds-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.ds-modal-title{color:#111827;font-size:22px;font-weight:700;letter-spacing:-.5px;margin:0}.ds-modal-close{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;color:#6b7280;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;padding:0;transition:all .3s ease;width:32px}.ds-modal-close:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:rotate(90deg)}.ds-modal-body{background:#fff;flex:1 1;overflow-y:auto;padding:24px}.ds-info-grid{display:flex;flex-direction:column;gap:16px}.ds-info-row{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;gap:16px;padding-bottom:16px}.ds-info-row:last-child{border-bottom:none;padding-bottom:0}.ds-info-row--full{align-items:stretch;flex-direction:column;gap:8px}.ds-info-label{color:#374151;font-size:14px;font-weight:600;letter-spacing:.5px;min-width:100px;opacity:.8;text-transform:uppercase}.ds-info-value{align-items:center;color:#6b7280;display:flex;flex:1 1;font-size:14px;gap:8px;line-height:1.6;word-break:break-word}.ds-info-value--block{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:12px 16px}.ds-status-indicator{border-radius:50%;box-shadow:0 0 0 2px #fffc;display:inline-block;height:10px;width:10px}.ds-type-indicator{align-items:center;border-radius:8px;display:inline-flex;font-size:16px;height:32px;justify-content:center;margin-right:12px;width:32px}.ds-type-order{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.ds-type-operation{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.ds-type-resource{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}@media (min-width:1920px){.ds-container{height:100vh;max-height:100vh}.ds-header{padding:32px 60px}.ds-title{font-size:36px;margin-bottom:8px}.ds-subtitle{font-size:16px}.ds-content{height:calc(100vh - 140px)!important;padding:32px 60px}.ds-search{min-width:360px}.ds-search-input{background-position:18px;background-size:20px 20px;font-size:15px;height:48px;padding:12px 18px 12px 52px}.ds-toggle-btn{font-size:14px;min-width:110px;padding:10px 24px}.ds-refresh-btn{font-size:22px;height:48px;width:48px}.ds-refresh-spinner{height:22px;width:22px}.ds-empty,.ds-loading{border-radius:16px;padding:100px 40px}.ds-empty-icon{font-size:72px;margin-bottom:32px}.ds-empty-title{font-size:26px;margin-bottom:16px}.ds-empty-text{font-size:17px;margin-bottom:32px;max-width:500px}.ds-empty-reset{border-radius:10px;font-size:15px;padding:12px 28px}}@media (min-width:2560px){.ds-header{padding:40px 80px}.ds-title{font-size:42px;margin-bottom:10px}.ds-subtitle{font-size:18px}.ds-content{height:calc(100vh - 160px)!important;padding:40px 80px}.ds-search{min-width:400px}.ds-search-input{background-position:20px;background-size:22px 22px;font-size:16px;height:52px;padding:14px 20px 14px 56px}.ds-data-toggle{border-radius:12px;padding:6px}.ds-toggle-label{font-size:13px}.ds-toggle-btn{border-radius:10px;font-size:15px;min-width:120px;padding:12px 28px}.ds-refresh-btn{border-radius:12px;font-size:24px;height:52px;width:52px}.ds-refresh-spinner{height:24px;width:24px}.ds-notification{border-radius:12px;font-size:16px;max-width:450px;padding:16px 28px;right:32px;top:32px}.ds-notification:before{height:24px;width:24px}.ds-modal{border-radius:20px;max-width:600px}.ds-modal-header{padding:32px}.ds-modal-title{font-size:28px}.ds-type-indicator{border-radius:10px;font-size:20px;height:40px;margin-right:16px;width:40px}.ds-modal-body{padding:32px}.ds-info-grid{gap:20px}.ds-info-row{gap:20px;padding-bottom:20px}.ds-info-label{font-size:16px;min-width:120px}.ds-info-value{font-size:16px}.ds-modal-close{border-radius:10px;font-size:24px;height:40px;width:40px}}@media (min-width:1440px){.ds-header{padding:28px 48px}.ds-title{font-size:32px}.ds-subtitle{font-size:15px}.ds-search{min-width:360px}.ds-search-input{font-size:15px;height:48px}.ds-toggle-btn{font-size:14px;min-width:110px;padding:10px 24px}.ds-refresh-btn{height:48px;width:48px}.ds-content{height:calc(100vh - 130px)!important;padding:32px 48px}}@media (max-width:1439px) and (min-width:1200px){.ds-header{padding:22px 36px}.ds-title{font-size:26px}.ds-search{min-width:300px}.ds-search-input{height:42px}.ds-toggle-btn{min-width:95px;padding:7px 18px}.ds-content{height:calc(100vh - 115px)!important;padding:20px 36px}}@media (max-width:1199px) and (min-width:900px){.ds-container{height:auto;max-height:none}.ds-header{padding:20px 28px}.ds-header-controls{align-items:flex-end;flex-direction:column;gap:16px}.ds-title{font-size:24px}.ds-subtitle{font-size:13px}.ds-search{min-width:260px}.ds-search-input{background-position:14px;font-size:13px;height:40px;padding:8px 14px 8px 40px}.ds-data-controls{justify-content:flex-end;width:100%}.ds-data-toggle{width:auto}.ds-toggle-btn{font-size:12px;min-width:85px;padding:6px 16px}.ds-refresh-btn{font-size:18px;height:40px;width:40px}.ds-content{height:auto!important;min-height:500px;padding:16px}.ds-empty,.ds-loading{height:350px;padding:60px 20px}.ds-empty-icon{font-size:56px}.ds-empty-title{font-size:20px}.ds-empty-text{font-size:14px}.ds-empty-reset{font-size:13px;padding:8px 20px}.ds-notification{font-size:13px;max-width:350px;padding:12px 20px}}@media (max-width:899px) and (min-width:600px){.ds-container{height:auto;max-height:none}.ds-header{align-items:stretch;flex-direction:column;gap:20px;padding:16px 20px}.ds-header-info{text-align:center}.ds-title{font-size:22px}.ds-subtitle{font-size:12px}.ds-header-controls{flex-direction:column;gap:12px;width:100%}.ds-search{min-width:100%;order:2}.ds-data-controls{justify-content:space-between;order:1;width:100%}.ds-data-toggle{flex-direction:column;gap:8px;padding:12px;width:100%}.ds-toggle-label{margin:0;text-align:center;width:100%}.ds-toggle-btn{justify-content:center;min-width:auto;padding:8px 16px;width:100%}.ds-refresh-btn{height:44px;order:3;width:100%}.ds-content{height:auto!important;min-height:500px;padding:12px}.ds-empty,.ds-loading{border-radius:8px;height:300px;padding:40px 16px}.ds-loading-spinner{height:40px;width:40px}.ds-loading-text{font-size:14px}.ds-empty-icon{font-size:48px}.ds-empty-title{font-size:18px}.ds-empty-text{font-size:13px;max-width:300px}.ds-empty-reset{font-size:12px;padding:8px 16px}.ds-notification{font-size:12px;left:16px;max-width:none;padding:10px 16px;right:16px;top:16px}.ds-modal{max-width:450px;width:95%}.ds-modal-header{padding:20px}.ds-modal-title{font-size:20px}.ds-modal-body{padding:20px}.ds-info-row{flex-direction:column;gap:8px}.ds-info-label{font-size:13px;min-width:auto;width:100%}.ds-info-value{font-size:13px}}@media (max-width:599px){.ds-container{height:auto;max-height:none}.ds-header{gap:16px;padding:12px 16px}.ds-title{font-size:20px;text-align:center}.ds-subtitle{font-size:11px;text-align:center}.ds-header-controls{gap:10px}.ds-search-input{background-position:12px;border-radius:8px;font-size:12px;height:38px;padding:8px 12px 8px 40px}.ds-data-toggle{border-radius:8px;padding:8px}.ds-toggle-label{font-size:10px;margin:0 8px}.ds-toggle-btn{font-size:11px;gap:4px;padding:6px 12px}.ds-refresh-btn{border-radius:8px;font-size:18px;height:38px}.ds-content{height:auto!important;min-height:400px;padding:8px}.ds-empty,.ds-loading{border-radius:6px;height:250px;padding:30px 12px}.ds-loading-spinner{height:32px;margin-bottom:16px;width:32px}.ds-loading-text{font-size:12px}.ds-empty-icon{font-size:48px;margin-bottom:16px}.ds-empty-title{font-size:18px;margin-bottom:8px}.ds-empty-text{font-size:13px;margin-bottom:16px;max-width:300px}.ds-empty-reset{font-size:12px;padding:8px 16px}.ds-notification{border-radius:8px;font-size:11px;left:12px;padding:8px 12px;right:12px;top:12px}.ds-modal{border-radius:12px;max-width:90%}.ds-modal-header{padding:16px}.ds-modal-title{font-size:18px}.ds-type-indicator{font-size:14px;height:28px;margin-right:8px;width:28px}.ds-modal-body{padding:16px}.ds-info-grid{gap:12px}.ds-info-row{gap:6px;padding-bottom:12px}.ds-info-label,.ds-info-value{font-size:12px}.ds-modal-close{font-size:18px;height:28px;width:28px}}@media (max-width:360px){.ds-header{padding:10px 12px}.ds-title{font-size:18px}.ds-subtitle{font-size:10px}.ds-search-input{font-size:11px;height:36px}.ds-toggle-label{font-size:9px;margin:0 4px}.ds-toggle-btn{font-size:10px;min-width:70px;padding:5px 8px}.ds-refresh-btn{font-size:16px;height:36px;width:36px}.ds-empty-icon{font-size:36px}.ds-empty-title{font-size:16px}.ds-empty-text{font-size:12px}.ds-modal-title{font-size:16px}.ds-type-indicator{font-size:12px;height:24px;width:24px}}@media (prefers-color-scheme:dark){.ds-container{background:#111827}.ds-header{background:#1f2937;border-bottom-color:#374151}.ds-title{color:#f9fafb}.ds-subtitle{color:#9ca3af}.ds-search-input{background-color:#374151;border-color:#4b5563;color:#f9fafb}.ds-search-input:focus{background-color:#4b5563;border-color:#3b82f6}.ds-data-toggle{background:#374151;border-color:#4b5563}.ds-toggle-btn,.ds-toggle-label{color:#d1d5db}.ds-toggle-btn:hover{background:#4b5563;color:#f9fafb}.ds-refresh-btn{background:#374151;border-color:#4b5563;color:#d1d5db}.ds-content{background:#111827}.ds-content::-webkit-scrollbar-track{background:#1f2937!important}.ds-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#374151,#4b5563)!important;border:3px solid #1f2937!important}.ds-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4b5563,#6b7280)!important}.ds-content::-webkit-scrollbar-thumb:horizontal{background:linear-gradient(90deg,#374151,#4b5563)!important}.ds-content::-webkit-scrollbar-thumb:horizontal:hover{background:linear-gradient(90deg,#4b5563,#6b7280)!important}.ds-content{scrollbar-color:#374151 #1f2937!important}}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:599px){::-webkit-scrollbar{height:4px;width:4px}.ds-content::-webkit-scrollbar{height:6px!important;width:6px!important}}.ds-modal-close:focus-visible,.ds-refresh-btn:focus-visible,.ds-search-input:focus-visible,.ds-toggle-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@keyframes ds-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ds-content>*{animation:ds-slideUp .5s ease-out}@media print{.ds-header-controls,.ds-notification{display:none!important}.ds-gantt-container{border:1px solid #000!important;box-shadow:none!important;height:auto!important}}.ds-container{display:flex!important;flex-direction:column!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important;width:100%!important}.ds-header{box-sizing:border-box!important;flex-shrink:0!important;min-height:80px!important;padding:12px 16px!important}.ds-header,.ds-header-controls{display:flex!important;flex-wrap:wrap!important}.ds-header-controls{gap:10px!important;min-width:200px!important}.ds-search{flex:1 1!important;min-width:200px!important}.ds-search-input{box-sizing:border-box!important;min-height:36px!important;width:100%!important}.ds-data-controls{display:flex!important;flex-wrap:wrap!important;gap:10px!important;min-width:200px!important}.ds-content{box-sizing:border-box!important;display:flex!important;flex:1 1!important;flex-direction:column!important;height:calc(100vh - 120px)!important;min-height:400px!important;overflow-x:auto!important;overflow-y:auto!important;padding:12px!important;position:relative!important;z-index:1!important}.ds-content>*{flex-shrink:0!important;min-width:100%!important;width:100%!important}@media (max-width:768px){.ds-header{flex-direction:column!important;gap:12px!important}.ds-header-controls{width:100%!important}.ds-search{min-width:100%!important}.ds-data-controls{justify-content:space-between!important;width:100%!important}.ds-content{height:calc(100vh - 140px)!important;padding:8px!important}}@media (max-width:480px){.ds-header{padding:8px 12px!important}.ds-title{font-size:20px!important}.ds-search-input{min-height:40px!important}.ds-toggle-btn{min-height:36px!important;min-width:80px!important}}.ds-view-toggle{background:#f3f4f6;border-radius:12px;display:flex;gap:8px;margin-bottom:12px;padding:6px;width:fit-content}.ds-view-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-width:160px;padding:12px 24px;transition:all .3s ease}.ds-view-btn:hover{background:#e5e7eb;color:#374151}.ds-view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#3b82f6}.ds-help-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:10px;box-shadow:0 2px 4px #8b5cf64d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .3s ease;white-space:nowrap}.ds-help-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 8px #8b5cf64d;transform:translateY(-2px)}.ds-help-btn:active{transform:translateY(0)}.ds-help-icon{align-items:center;background:#fff;border-radius:50%;color:#8b5cf6;display:flex;font-size:14px;font-weight:700;height:20px;justify-content:center;width:20px}.ds-help-text{margin-left:4px}.gt-container{background:#fff;border-radius:8px;flex-direction:column;min-width:1200px;overflow:hidden}.gt-body,.gt-container{display:flex;height:100%;position:relative;width:100%}.gt-body{background:#fafbfc;flex:1 1;min-height:400px;overflow:auto}.gt-left-panel{background:#fff;border-right:2px solid #e5e7eb;box-shadow:2px 0 4px #0000000d;flex-shrink:0;height:100%;left:0!important;max-width:600px;min-width:500px;overflow-y:hidden;position:sticky!important;width:500px}.gt-left-content{background:#fff;overflow-x:hidden;pointer-events:none;position:relative;width:100%}.gt-left-rows-container{pointer-events:auto;width:100%}.gt-calendar-placeholder{align-items:center;background:#fff;border-bottom:2px solid #e5e7eb;box-sizing:border-box;display:flex;padding:12px 16px;pointer-events:auto;position:relative;z-index:80}.gt-calendar-controls{align-items:center;display:flex;gap:16px;width:100%}.gt-data-source-controls{align-items:center;display:flex;gap:4px;width:100%}.gt-data-source-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.gt-data-source-btn:hover{background:#f3f4f6;color:#374151}.gt-data-source-btn.gt-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.gt-timeline-content{background:#fafbfc;flex-shrink:0;flex:1 1;height:100%;min-width:0;overflow:hidden;position:relative}.gt-timeline-scroll-container{height:100%;overflow-y:hidden;position:relative;width:100%}.gt-calendar{background:#fff;border-bottom:2px solid #e5e7eb;height:80px;left:0!important;right:0!important;width:100%;z-index:90}.gt-tasks-scroll-container{height:calc(100% - 80px);overflow-x:visible;overflow-y:auto;position:relative;width:100%}.gt-month-headers{background:#f1f5f9;border-bottom:1px solid #e5e7eb;display:flex;height:40px;position:sticky;top:0;z-index:91}.gt-month-header{align-items:center;background:#f1f5f9;border-right:1px solid #e5e7eb;box-sizing:border-box;color:#374151;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:100%;justify-content:center;overflow:hidden;padding:12px 16px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.gt-day-headers{background:#fff;display:flex;height:40px;position:sticky;top:40px;z-index:91}.gt-day-header{align-items:center;background:#fff;border-right:1px solid #f3f4f6;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:4px;height:100%;justify-content:center;min-width:40px;padding:8px 2px;position:relative;text-align:center;width:40px}.gt-day-header:hover{background:#f8fafc}.gt-day-header.gt-weekend{background:#fef2f2}.gt-day-header.gt-weekend:hover{background:#fee2e2}.gt-day-header.gt-today{background:#dbeafe;position:relative}.gt-day-header.gt-today:before{background:#3b82f6;border-radius:50%;content:"";height:4px;left:50%;position:absolute;top:2px;transform:translateX(-50%);width:4px}.gt-day-header.gt-today.gt-weekend{background:#fecaca}.gt-day-header.gt-today.gt-weekend:before{background:#ef4444}.gt-day-of-week{color:#6b7280;font-size:11px;font-weight:500;text-transform:lowercase}.gt-day-header.gt-weekend .gt-day-of-week{color:#ef4444}.gt-day-header.gt-today .gt-day-of-week{color:#1d4ed8;font-weight:600}.gt-date-number{align-items:center;border-radius:50%;color:#374151;display:flex;font-size:14px;font-weight:600;height:24px;justify-content:center;transition:all .2s ease;width:24px}.gt-day-header.gt-weekend .gt-date-number{color:#ef4444}.gt-day-header.gt-today .gt-date-number{background:#3b82f6;color:#fff}.gt-day-header.gt-today.gt-weekend .gt-date-number{background:#ef4444;color:#fff}.gt-tasks-container{background-color:#fff;height:100%;position:relative;width:100%}.gt-date-grid{bottom:0;z-index:1}.gt-date-grid,.gt-row-grid{left:0;pointer-events:none;position:absolute;right:0;top:0}.gt-row-grid{background:repeating-linear-gradient(180deg,#fff,#fff 59px,#f3f4f6 0,#f3f4f6 60px);height:100%;z-index:0}.gt-grid-row{border-bottom:1px solid #f3f4f6;height:60px;left:0;right:0;z-index:0}.gt-grid-cell,.gt-grid-row{pointer-events:none;position:absolute}.gt-grid-cell{border-right:1px solid #e5e7eb;box-sizing:border-box;height:100%}.gt-task{align-items:center;border:1px solid #ffffff4d;border-radius:6px;box-shadow:0 2px 4px #0000001a,inset 0 1px 0 #fff3;box-sizing:border-box;cursor:pointer;display:flex;overflow:hidden;pointer-events:auto;position:absolute;transition:all .3s ease;z-index:2}.gt-task:hover{box-shadow:0 4px 12px #00000026,inset 0 1px 0 #ffffff4d;transform:translateY(-1px);z-index:3}.gt-task-order{height:36px;margin-top:12px}.gt-task-operation{height:30px;margin-top:15px}.gt-task-resource{height:24px;margin-top:18px}.gt-task-content{align-items:center;display:flex;height:100%;overflow:hidden;padding:0 12px;width:100%}.gt-task-text{color:#fff;font-size:11px;font-weight:600;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px #0003;white-space:nowrap;width:100%}.gt-today-line{background:#ef4444;box-shadow:0 0 4px #ef444480;pointer-events:none;position:absolute;width:2px;z-index:4}.gt-row{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;display:flex;flex-shrink:0;height:60px;min-width:0;pointer-events:auto;position:relative;transition:background-color .2s ease;width:100%}.gt-row:hover{background-color:#f8fafc}.gt-row-content{align-items:center;box-sizing:border-box;display:flex;gap:12px;min-width:0;padding:0 16px;width:100%}.gt-expand{width:32px}.gt-expand,.gt-expand-btn{align-items:center;display:flex;flex-shrink:0;justify-content:center}.gt-expand-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;height:24px;transition:all .2s ease;width:24px}.gt-expand-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.gt-expand-btn--expanded{background:#3b82f6;border-color:#3b82f6;color:#fff}.gt-item-info{gap:16px;justify-content:space-between;width:100%}.gt-item-info,.gt-item-main{align-items:center;display:flex;flex:1 1;min-width:0}.gt-item-main{gap:12px}.gt-item-icon{align-items:center;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.gt-icon-order{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.gt-icon-operation{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.gt-icon-resource{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.gt-item-text{flex:1 1;min-width:0;overflow:hidden}.gt-item-title{color:#111827;display:block;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.gt-item-title[title]{cursor:help}.gt-item-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.gt-item-dates,.gt-item-id,.gt-resource-count,.gt-resource-type{color:#6b7280;display:block;font-family:SF Mono,Monaco,Consolas,Courier New,monospace;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gt-status-badge{border-radius:20px;box-shadow:0 1px 3px #0000001a;color:#fff;flex-shrink:0;font-size:11px;font-weight:600;max-width:150px;min-width:100px;overflow:hidden;padding:6px 12px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.gt-status-1{background:linear-gradient(135deg,#10b981,#059669)}.gt-status-2{background:linear-gradient(135deg,#6b7280,#4b5563)}.gt-status-3{background:linear-gradient(135deg,#f59e0b,#d97706)}.gt-status-4{background:linear-gradient(135deg,#ef4444,#dc2626)}.gt-status-5{background:linear-gradient(135deg,#eab308,#ca8a04)}.gt-status-6{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.gt-status-7{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.gt-status-10{background:linear-gradient(135deg,#10b981,#059669)}.gt-empty{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:400px;padding:80px 20px;text-align:center;width:100%}.gt-empty-icon{font-size:64px;margin-bottom:20px;opacity:.7}.gt-empty-title{color:#4a5568;font-size:20px;font-weight:600;margin:0 0 8px}.gt-empty-text{color:#718096;font-size:14px;margin:0}.gt-body::-webkit-scrollbar{height:12px;width:12px}.gt-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.gt-body::-webkit-scrollbar-thumb{background:#cbd5e1;border:3px solid #f1f5f9;border-radius:6px}.gt-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.gt-body::-webkit-scrollbar:horizontal{height:12px}.gt-body::-webkit-scrollbar-track:horizontal{background:#f1f5f9}.gt-body::-webkit-scrollbar-thumb:horizontal{background:#cbd5e1;border-radius:6px}.gt-body::-webkit-scrollbar-thumb:horizontal:hover{background:#94a3b8}.gt-left-panel::-webkit-scrollbar,.gt-timeline-content::-webkit-scrollbar,.gt-timeline-scroll-container::-webkit-scrollbar{display:none}.gt-left-panel,.gt-timeline-content,.gt-timeline-scroll-container{-ms-overflow-style:none;scrollbar-width:none}.gt-timeline-row{height:60px;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.gt-tasks-wrapper{height:100%;position:relative;width:100%;z-index:2}@media (max-width:1400px){.gt-left-panel{min-width:450px;width:450px}.gt-container{min-width:1000px}}@media (max-width:1200px){.gt-left-panel{min-width:400px;width:400px}.gt-status-badge{font-size:10px;max-width:120px;min-width:80px;padding:6px 8px}.gt-container{min-width:900px}}@media (max-width:992px){.gt-left-panel{min-width:350px;width:350px}.gt-row-content{gap:8px;padding:0 12px}.gt-item-icon{font-size:14px;height:32px;width:32px}.gt-item-title{font-size:13px}.gt-container{min-width:800px}}.gt-item-text:hover .gt-item-title{word-wrap:break-word;background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026;max-width:400px;padding:4px 8px}.gt-item-text:hover .gt-item-title,.gt-status-badge:hover{overflow:visible;position:relative;white-space:normal;z-index:1000}.gt-status-badge:hover{max-width:none}.gt-scroll-sync-container{height:100%;overflow-x:auto;overflow-y:auto;position:relative}.gt-content-wrapper{position:relative;width:100%}.gt-left-panel{z-index:50}.gt-calendar{background:#fff!important;top:0!important;z-index:90!important}.gt-month-headers{top:0!important}.gt-day-headers,.gt-month-headers{position:sticky!important;z-index:91!important}.gt-day-headers{top:40px!important}.gt-tasks-scroll-container{height:calc(100% - 80px)!important;overflow-y:auto!important}.gt-calendar{position:sticky!important}@media (max-width:768px){.gt-body{flex-direction:column}.gt-left-panel{max-width:100%!important;min-width:100%!important;width:100%!important}.gt-timeline-content{overflow-x:auto!important;width:100%!important}.gt-container{min-height:800px!important;min-width:100%!important}}.ntb-table-container{background:#f8fafc;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;position:relative}.ntb-filter-panel-overlay{align-items:center;animation:ntb-filterFadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes ntb-filterFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1}}.ntb-filter-panel{animation:ntb-filterSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;max-height:80vh;max-width:500px;overflow:hidden;width:90%}@keyframes ntb-filterSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ntb-filter-panel-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.ntb-filter-panel-title{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:600;gap:12px;margin:0}.ntb-filter-icon{font-size:24px!important}.ntb-filter-panel-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.ntb-filter-panel-close:hover{background:#fff3}.ntb-filter-options{max-height:50vh;overflow-y:auto;padding:24px}.ntb-filter-section{margin-bottom:24px}.ntb-filter-section:last-child{margin-bottom:0}.ntb-filter-section-title{border-bottom:1px solid #e5e7eb;color:#374151;font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.ntb-filter-checkboxes{display:flex;flex-direction:column;gap:8px}.ntb-filter-checkbox-group{display:flex;flex-direction:column;gap:12px}.ntb-filter-checkbox-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px;transition:all .2s ease}.ntb-filter-checkbox-item:hover{background:#f3f4f6;border-color:#d1d5db}.ntb-filter-checkbox-label{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:12px}.ntb-filter-checkbox-input{display:none}.ntb-filter-checkbox-custom{align-items:center;border:2px solid #d1d5db;border-radius:4px;color:#fff;display:flex;height:20px;justify-content:center;transition:all .2s ease;width:20px}.ntb-filter-checkbox-custom.checked{background:#3b82f6;border-color:#3b82f6}.ntb-filter-checkbox-text{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px}.ntb-filter-type-icon{font-size:16px}.ntb-filter-count{background:#fff;border-radius:12px;color:#6b7280;font-size:13px;font-weight:600;padding:4px 8px}.ntb-filter-hierarchy-info{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-top:16px;padding:12px 16px}.ntb-filter-info-text{color:#92400e;font-size:13px;line-height:1.5;margin:0}.ntb-filter-info-text ul{margin:8px 0 0;padding-left:20px}.ntb-filter-info-text li{margin-bottom:4px}.ntb-filter-info-text li:last-child{margin-bottom:0}.ntb-filter-panel-actions{background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;gap:12px;padding:20px 24px}.ntb-filter-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.ntb-filter-action-btn.ntb-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.ntb-filter-action-btn.ntb-secondary:hover{background:#f3f4f6;border-color:#9ca3af}.ntb-filter-action-btn.ntb-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;color:#fff}.ntb-filter-action-btn.ntb-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.ntb-table-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:20px 32px}.ntb-table-header-top{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:20px}.ntb-table-title-section{flex:1 1}.ntb-table-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 4px}.ntb-table-subtitle{color:#6b7280;font-size:14px;margin:0}.ntb-table-header-controls{align-items:center;display:flex;flex-shrink:0;gap:16px}.ntb-table-filter-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;position:relative;transition:all .2s ease}.ntb-table-filter-btn:hover{background:#f3f4f6;border-color:#9ca3af}.ntb-filter-indicator{background:#ef4444;border:2px solid #fff;border-radius:50%;height:8px;position:absolute;right:-4px;top:-4px;width:8px}.ntb-table-search{min-width:300px;position:relative}.ntb-table-search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;padding:10px 16px 10px 40px;transition:all .3s ease;width:100%}.ntb-table-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ntb-table-search-icon{left:12px}.ntb-table-search-clear,.ntb-table-search-icon{color:#9ca3af;position:absolute;top:50%;transform:translateY(-50%)}.ntb-table-search-clear{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;right:12px}.ntb-table-search-clear:hover{background:#fee2e2;color:#ef4444}.ntb-table-header-stats{display:flex;gap:32px;margin-bottom:16px}.ntb-stat-item{align-items:center;display:flex;flex-direction:column;position:relative}.ntb-stat-value{font-size:24px;font-weight:700;margin-bottom:4px}.ntb-stat-item:first-child .ntb-stat-value{color:#667eea}.ntb-stat-item:nth-child(2) .ntb-stat-value{color:#f093fb}.ntb-stat-item:nth-child(3) .ntb-stat-value{color:#4facfe}.ntb-stat-item:nth-child(4) .ntb-stat-value{color:#10b981}.ntb-stat-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ntb-stat-filter-info{background:#fee2e2;border-radius:10px;color:#ef4444;font-size:10px;font-weight:600;padding:2px 6px;position:absolute;right:-6px;top:-6px}.ntb-active-filters{border-top:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:8px;padding-top:16px}.ntb-active-filter-tag{align-items:center;background:#e0f2fe;border-radius:20px;color:#0369a1;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.ntb-active-filter-remove{align-items:center;background:#0000;border:none;border-radius:50%;color:#0369a1;cursor:pointer;display:flex;height:16px;justify-content:center;padding:2px;width:16px}.ntb-active-filter-remove:hover{background:#bae6fd}.ntb-table-wrapper{background:#f8fafc;flex:1 1;overflow:auto;padding:0 32px}.ntb-data-table{background:#fff;border-collapse:initial;border-radius:12px;border-spacing:0;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;overflow:hidden;width:100%}.ntb-table-header-cell{align-items:center;display:flex;gap:8px}.ntb-type-icon{align-items:center;border-radius:8px;display:flex;font-size:18px;height:32px;justify-content:center;width:32px}.ntb-name-info{display:flex;flex-direction:column;gap:4px;position:relative}.ntb-name-connector{background:#e5e7eb;height:1px;left:-12px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.ntb-table-row.ntb-level-1 .ntb-name-connector{background:#f093fb}.ntb-table-row.ntb-level-2 .ntb-name-connector{background:#4facfe}.ntb-table-empty-action{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:16px;padding:8px 16px;transition:all .2s ease}.ntb-table-empty-action:hover{background:#2563eb;transform:translateY(-1px)}.ntb-table-footer{align-items:center;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -1px 3px #0000001a;display:flex;justify-content:space-between;padding:20px 32px}@media (max-width:1024px){.ntb-table-header-top{align-items:stretch;flex-direction:column;gap:16px}.ntb-table-header-controls{width:100%}.ntb-table-search{flex:1 1;min-width:0}}@media (max-width:768px){.ntb-table-footer,.ntb-table-header,.ntb-table-wrapper{padding:16px}.ntb-table-header-stats{flex-wrap:wrap;gap:16px}.ntb-stat-item{min-width:80px}.ntb-filter-panel{max-height:90vh;width:95%}}@media (max-width:480px){.ntb-table-title{font-size:20px}.ntb-table-filter-btn{font-size:13px;padding:8px 12px}.ntb-table-search-input{font-size:13px;padding:8px 12px 8px 36px}}.ntb-data-table thead{background:#f9fafb}.ntb-data-table th{border-bottom:2px solid #e5e7eb;color:#374151;cursor:pointer;font-weight:600;padding:16px;text-align:left;-webkit-user-select:none;user-select:none}.ntb-data-table th:hover{background:#f3f4f6}.ntb-data-table td{border-bottom:1px solid #f3f4f6;padding:12px 16px;vertical-align:middle}.ntb-data-table tr:hover{background:#f9fafb}.ntb-table-row.ntb-selected{background:#eff6ff}.ntb-table-checkbox{accent-color:#3b82f6;cursor:pointer;height:18px;width:18px}.ntb-checkbox-col{width:50px}.ntb-sort-icon{color:#6b7280;font-size:12px}.ntb-type-info{align-items:center;display:flex;gap:8px}.ntb-name-main,.ntb-type-text{font-weight:500}.ntb-name-main{color:#111827}.ntb-name-sub{color:#6b7280;font-size:12px}.ntb-status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.3px;padding:4px 12px;text-transform:uppercase}.ntb-description-text{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ntb-table-empty{padding:60px 20px!important;text-align:center}.ntb-table-empty-content{align-items:center;display:flex;flex-direction:column;gap:16px}.ntb-table-empty-icon{font-size:48px;opacity:.5}.ntb-table-empty-text h3{color:#374151;margin:0 0 8px}.ntb-table-empty-text p{color:#6b7280;line-height:1.5;margin:0;max-width:400px}.ntb-footer-info{display:flex;flex-direction:column;gap:4px}.ntb-footer-text{color:#6b7280;font-size:14px}.ntb-footer-selected{color:#3b82f6;font-size:13px;font-weight:500}.ntb-footer-actions{display:flex;gap:12px}.ntb-footer-action-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s ease}.ntb-footer-action-btn:disabled{cursor:not-allowed;opacity:.5}.ntb-footer-action-btn:not(:disabled):hover{background:#f3f4f6;border-color:#9ca3af}.ntb-footer-action-btn.ntb-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;color:#fff}.ntb-footer-action-btn.ntb-primary:not(:disabled):hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.im-modal-overlay{align-items:center;animation:im-fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes im-fadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1}}.im-modal{animation:im-scaleIn .3s cubic-bezier(.68,-.55,.265,1.55);background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:85vh;max-width:800px;overflow:hidden;width:100%}@keyframes im-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.im-modal-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px}.im-modal-header-content{align-items:center;display:flex;gap:16px}.im-modal-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 6px #3b82f64d;color:#fff;display:flex;font-size:32px;height:48px;justify-content:center;width:48px}.im-modal-title{color:#111827;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.im-modal-close{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000d;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.im-modal-close:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:rotate(90deg)}.im-modal-body{background:#fff;flex:1 1;overflow-y:auto;padding:32px}.im-instruction-content{display:flex;flex-direction:column;gap:32px}.im-section{display:flex;flex-direction:column;gap:16px}.im-section-title{align-items:center;border-bottom:2px solid #f3f4f6;color:#111827;display:flex;font-size:18px;font-weight:700;gap:12px;margin:0;padding-bottom:12px}.im-section-icon{font-size:20px}.im-section-content{padding-left:8px}.im-feature-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:12px}.im-feature-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.im-feature-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.im-feature-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.im-feature-info h4{color:#111827;font-size:16px;font-weight:600;margin:0 0 8px}.im-feature-info p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.im-steps{display:flex;flex-direction:column;gap:20px}.im-step{align-items:flex-start;display:flex;gap:16px}.im-step-number{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 2px 4px #10b9814d;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.im-step-content h4{color:#111827;font-size:16px;font-weight:600;margin:0 0 8px}.im-step-content ul{margin:0;padding-left:20px}.im-step-content li{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:6px}.im-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;margin:0 4px;padding:4px 10px}.im-badge-order{background:#667eea1a;border:1px solid #667eea33;color:#667eea}.im-badge-operation{background:#f093fb1a;border:1px solid #f093fb33;color:#f093fb}.im-badge-resource{background:#4facfe1a;border:1px solid #4facfe33;color:#4facfe}.im-status-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:12px}.im-status-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:10px;padding:10px 14px}.im-status-dot{background-color:var(--status-color);border-radius:50%;box-shadow:0 0 0 2px rgba(var(--status-color),.2);height:10px;width:10px}.im-status-item span:last-child{color:#374151;font-size:14px;font-weight:500}.im-tips{flex-direction:column}.im-tip,.im-tips{display:flex;gap:16px}.im-tip{align-items:flex-start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.im-tip-icon{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.im-tip-content h4{color:#111827;font-size:15px;font-weight:600;margin:0 0 6px}.im-tip-content p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.im-shortcuts{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:12px}.im-shortcut{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:12px 16px}.im-shortcut kbd{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#374151;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12px;font-weight:600;min-width:28px;padding:4px 8px;text-align:center}.im-shortcut span{color:#374151;font-size:14px;font-weight:500}.im-support{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:20px}.im-support p{color:#0369a1;font-size:15px;font-weight:500;margin:0 0 20px}.im-contact-info{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.im-contact-item{align-items:center;color:#0c4a6e;display:flex;font-size:14px;gap:12px}.im-contact-icon{box-shadow:0 1px 2px #0000000d;font-size:16px;height:32px;justify-content:center;width:32px}.im-contact-icon,.im-version{align-items:center;background:#fff;border-radius:8px;display:flex}.im-version{border:1px solid #bae6fd;gap:8px;padding:10px 16px}.im-version-label{color:#0c4a6e;font-size:13px;font-weight:600}.im-version-value{color:#0369a1;font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;font-weight:600}.im-modal-footer{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 32px}.im-modal-close-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f64d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .3s ease}.im-modal-close-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-2px)}.im-footer-hint{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:8px}.im-hint-icon{font-size:16px}.im-modal-body::-webkit-scrollbar{width:8px}.im-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.im-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.im-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.im-modal{max-height:90vh}.im-modal-header{padding:20px}.im-modal-title{font-size:20px}.im-modal-body{padding:20px}.im-feature-grid,.im-shortcuts,.im-status-grid{grid-template-columns:1fr}.im-modal-footer{align-items:stretch;flex-direction:column;gap:16px}.im-modal-close-btn{width:100%}.im-footer-hint{justify-content:center}}@media (max-width:480px){.im-modal{border-radius:12px}.im-modal-header{padding:16px}.im-modal-icon{font-size:24px;height:40px;width:40px}.im-modal-title{font-size:18px}.im-modal-body{padding:16px}.im-section-title{font-size:16px}.im-step{flex-direction:column;gap:8px}.im-step-number{align-self:flex-start}.im-tip{flex-direction:column;gap:12px}}@media (prefers-color-scheme:dark){.im-modal{background:#1f2937;border-color:#374151}.im-modal-header{background:linear-gradient(135deg,#111827,#1f2937);border-bottom-color:#374151}.im-modal-title{color:#f9fafb}.im-modal-close{background:#374151;border-color:#4b5563;color:#d1d5db}.im-modal-close:hover{background:#ef4444;border-color:#ef4444}.im-modal-body{background:#1f2937}.im-section-title{border-bottom-color:#374151;color:#f9fafb}.im-feature-card{background:#374151;border-color:#4b5563}.im-feature-info h4{color:#f9fafb}.im-feature-info p{color:#d1d5db}.im-step-content h4{color:#f9fafb}.im-step-content li{color:#d1d5db}.im-status-item{background:#374151;border-color:#4b5563}.im-status-item span:last-child{color:#f9fafb}.im-tip{background:#374151;border-color:#4b5563}.im-tip-content h4{color:#f9fafb}.im-tip-content p{color:#d1d5db}.im-shortcut{background:#374151;border-color:#4b5563}.im-shortcut kbd{background:#111827;border-color:#4b5563;color:#f9fafb}.im-shortcut span{color:#f9fafb}.im-support{background:linear-gradient(135deg,#0c4a6e,#075985);border-color:#0ea5e9}.im-support p{color:#e0f2fe}.im-contact-item{color:#bae6fd}.im-contact-icon{background:#1e3a8a;color:#60a5fa}.im-version{background:#0c4a6e;border-color:#0284c7}.im-version-label{color:#bae6fd}.im-version-value{color:#7dd3fc}.im-modal-footer{background:#111827;border-top-color:#374151}.im-footer-hint{color:#d1d5db}.im-modal-body::-webkit-scrollbar-track{background:#374151}.im-modal-body::-webkit-scrollbar-thumb{background:#4b5563}.im-modal-body::-webkit-scrollbar-thumb:hover{background:#6b7280}}.resources-screen{background:#f8f9fa;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100%}.resources-content{background:#f1f3f5;box-sizing:border-box;flex:1 1;height:calc(100vh - 70px);margin-top:70px;overflow:hidden;padding:20px}@media (max-width:768px){.resources-content{height:calc(100vh - 60px);margin-top:60px;padding:10px}}.rg-container{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:90%;overflow:hidden;position:relative;width:100%}.rg-controls{align-items:center;background:#f8f9fa;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:12px 16px}.rg-main-area{flex:1 1;min-height:0;width:100%}.rg-left-panel-wrapper,.rg-main-area{display:flex;overflow:hidden;position:relative}.rg-left-panel-wrapper{background:#fff;border-right:2px solid #e5e7eb;flex-direction:column;flex-shrink:0;height:100%;min-width:350px;width:350px}.rg-left-panel-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:34px;position:sticky;top:0;z-index:20}.rg-resources-container{flex:1 1;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}.rg-right-panel-wrapper{display:flex;flex:1 1;flex-direction:column;height:100%;min-width:0;overflow:auto;position:relative;width:100%}.rg-time-scale-outer{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;left:0;position:sticky;top:0;z-index:25}.rg-time-scale-container{background:#fff;height:90px;min-height:90px;position:relative}.rg-month-headers{height:40px;left:0;pointer-events:none;position:absolute;top:0;z-index:30}.rg-month-header{align-items:center;background:#f1f5f9;border-right:1px solid #e5e7eb;box-sizing:border-box;color:#374151;display:flex;font-size:14px;font-weight:600;height:100%;justify-content:center;padding:12px 16px;pointer-events:auto;position:absolute;text-align:center;top:0}.rg-day-headers{height:50px;left:0;pointer-events:none;position:absolute;top:40px;z-index:29}.rg-day-headers .rg-time-cell{align-items:center;background:#fff;border-right:1px solid #f3f4f6;box-sizing:border-box;color:#4b5563;flex-direction:column;font-size:12px;font-weight:500;gap:4px;justify-content:center;min-width:40px;padding:8px 2px;pointer-events:auto;width:40px}.rg-day-headers .rg-time-cell,.rg-time-header{display:flex;height:100%;position:absolute;top:0}.rg-time-header{left:0;z-index:29}.rg-time-header .rg-time-cell{align-items:center;background:#fff;border-right:1px solid #f3f4f6;box-sizing:border-box;color:#4b5563;display:flex;flex-direction:column;flex-shrink:0;font-size:12px;font-weight:500;gap:4px;height:100%;justify-content:center;min-width:40px;padding:8px 2px;position:relative;width:40px}.rg-time-cell:hover{background:#f8fafc}.rg-time-cell.rg-today{background:#dbeafe!important;position:relative}.rg-time-cell.rg-today:before{background:#3b82f6;border-radius:50%;content:"";height:4px;left:50%;position:absolute;top:2px;transform:translateX(-50%);width:4px}.rg-time-cell.rg-weekend{background:#fef2f2!important}.rg-time-cell.rg-today.rg-weekend{background:#fecaca!important}.rg-time-cell.rg-today.rg-weekend:before{background:#ef4444}.rg-time-cell.rg-weekend:hover{background:#fee2e2!important}.rg-time-label-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:4px;width:100%}.rg-day-of-week{color:#6b7280;font-size:11px;font-weight:500;text-transform:lowercase}.rg-time-cell.rg-weekend .rg-day-of-week{color:#ef4444}.rg-time-cell.rg-today .rg-day-of-week{color:#1d4ed8;font-weight:600}.rg-day-month{align-items:center;border-radius:50%;color:#374151;display:flex;font-size:14px;font-weight:600;height:24px;justify-content:center;transition:all .2s ease;width:24px}.rg-time-cell.rg-weekend .rg-day-month{color:#ef4444}.rg-time-cell.rg-today .rg-day-month{background:#3b82f6;color:#fff}.rg-time-cell.rg-today.rg-weekend .rg-day-month{background:#ef4444;color:#fff}.rg-diagram-container{background:#fafbfc;flex:1 1;min-height:0;overflow:visible;position:relative}.rg-chart-container{background:#fff;position:relative}.rg-horizontal-grid{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.rg-grid-line{background-color:#f3f4f6;position:absolute}.rg-horizontal-grid .rg-grid-line{height:1px;width:100%}.rg-vertical-grid{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.rg-vertical-grid .rg-grid-line{background-color:#f3f4f6;bottom:0;position:absolute;top:0;width:1px}.rg-time-scale-vertical-grid{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:28}.rg-time-scale-vertical-grid .rg-grid-line{background-color:#f3f4f6;bottom:0;position:absolute;top:0;width:1px}.rg-time-scale-horizontal-grid{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:28}.rg-time-scale-horizontal-grid .rg-grid-line{background-color:#f3f4f6;height:1px;width:100%}.rg-operation{align-items:center;border:1px solid #ffffff4d;border-radius:4px;box-shadow:0 1px 3px #0000001a,inset 0 1px 0 #fff3;box-sizing:border-box;cursor:pointer;display:flex;height:40px!important;min-height:20px;overflow:hidden;position:absolute;transform:translateZ(0);transition:all .3s ease;z-index:2}.rg-current-time-line{background:#ef4444;bottom:0;box-shadow:0 0 4px #ef444480;pointer-events:none;position:absolute;top:0;width:2px;z-index:5}.rg-controls-left{align-items:center;display:flex;gap:16px}.rg-controls-right{align-items:center;display:flex;gap:24px}.rg-pagination-info{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:12px;padding:6px 12px}.rg-page-info,.rg-total-resources,.rg-types-info{white-space:nowrap}.rg-pagination-controls{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;padding:4px}.rg-page-btn{align-items:center;background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;transition:all .2s;width:36px}.rg-page-btn:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.rg-page-btn:disabled{cursor:not-allowed;opacity:.4}.rg-first-btn,.rg-last-btn{font-size:18px}.rg-page-size-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:500;height:36px;outline:none;padding:0 12px}.rg-page-size-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rg-page-range{color:#4b5563;flex-shrink:0;font-size:14px;font-weight:500;min-width:140px;padding:0 8px;text-align:center}.rg-total-count{color:#9ca3af;margin-left:4px}.rg-zoom-controls{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;gap:8px;padding:4px}.rg-zoom-btn,.rg-zoom-controls{align-items:center;display:flex}.rg-zoom-btn{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:18px;font-weight:700;height:36px;justify-content:center;transition:all .2s;width:36px}.rg-zoom-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.rg-reset-btn{font-size:16px;margin-left:4px}.rg-zoom-level{align-items:center;color:#4b5563;display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:2px;min-width:100px;text-align:center}.rg-mode-indicator{color:#6b7280;font-size:10px;font-weight:500;opacity:.8}.rg-resource-row{border-bottom:1px solid #f3f4f6;box-sizing:border-box;cursor:pointer;height:60px!important;min-height:60px;position:relative;transition:background-color .2s}.rg-resource-row:hover{background-color:#f8fafc;z-index:5}.rg-resource-row.rg-highlighted{background-color:#e0f2fe;border-left:3px solid #0ea5e9}.rg-resource-cell{align-items:center;box-sizing:border-box;display:flex;gap:12px;height:60px!important;padding:12px 16px;position:relative}.rg-resource-icon{align-items:center;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.rg-resource-icon-personnel{background:linear-gradient(135deg,#4facfe,#00f2fe)}.rg-resource-icon-equipment{background:linear-gradient(135deg,#667eea,#764ba2)}.rg-resource-icon-tool{background:linear-gradient(135deg,#f093fb,#f5576c)}.rg-resource-info{flex:1 1;min-width:0}.rg-resource-title{color:#111827;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rg-resource-meta{color:#6b7280;font-size:12px}.rg-resource-stats{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;margin-left:auto}.rg-operation-count{background:#f3f4f6;border-radius:10px;color:#6b7280;font-size:11px;font-weight:500;padding:2px 6px;white-space:nowrap}.rg-panel-title{color:#111827;font-size:16px;font-weight:600;margin:0}.rg-resource-count{background:#e5e7eb;border-radius:12px;color:#6b7280;font-size:12px;font-weight:500;padding:2px 8px}.rg-operation:hover{box-shadow:0 4px 12px #00000026,inset 0 1px 0 #ffffff4d;transform:translateY(-1px) translateZ(0);z-index:4}.rg-operation-content{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0 8px;width:100%}.rg-operation-title{color:#fff;font-size:10px;font-weight:600;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px #0003;white-space:nowrap}.rg-status-bar{align-items:center;background:#f8f9fa;border-top:1px solid #e5e7eb;color:#6b7280;display:flex;flex-shrink:0;flex-wrap:wrap;font-size:12px;justify-content:space-between;padding:10px 16px}.rg-status-left,.rg-status-right{display:flex;flex-wrap:wrap;gap:20px}.rg-status-item{align-items:center;display:flex;flex-shrink:0;gap:6px}.rg-status-label{color:#4b5563;font-weight:600}.rg-filters{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:12px;min-height:72px;padding:12px 16px}.rg-active-filters{display:flex;flex:1 1;flex-wrap:wrap;gap:8px}.rg-filter-tab{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;max-width:300px;min-width:0;overflow:hidden;padding:6px 12px;position:relative;transition:all .2s ease}.rg-filter-tab:hover{background:#f8fafc;box-shadow:0 4px 8px #0000001f;transform:translateY(-1px)}.rg-filter-tab-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.rg-filter-tab-active:hover{background:#2563eb}.rg-filter-icon{align-items:center;display:flex;flex-shrink:0;font-size:14px;height:20px;justify-content:center;width:20px}.rg-filter-tab-active .rg-filter-icon{color:#fff}.rg-filter-text{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.rg-filter-close{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:18px;justify-content:center;margin-left:4px;opacity:.7;transition:all .2s;width:18px}.rg-filter-close:hover{background:#ef4444;color:#fff;opacity:1}.rg-filter-tab-active .rg-filter-close{background:#fff3;color:#fff}.rg-filter-tab-active .rg-filter-close:hover{background:#ef4444e6}.rg-filter-add-buttons{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px}.rg-filter-add-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.rg-filter-add-btn:hover{background:#fff3;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.rg-filter-add-btn .rg-add-icon{align-items:center;display:flex;font-size:16px;justify-content:center}.rg-filter-dropdown-container{display:inline-block;position:relative}.rg-filter-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0003;display:none;left:0;margin-top:8px;min-width:200px;overflow:hidden;position:absolute;top:100%;z-index:1000}.rg-filter-dropdown-open{display:block}.rg-filter-dropdown-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600;padding:12px 16px}.rg-filter-dropdown-content{max-height:300px;overflow-y:auto;padding:8px 0}.rg-filter-dropdown-item{align-items:center;cursor:pointer;display:flex;gap:8px;padding:8px 16px;transition:background .2s}.rg-filter-dropdown-item:hover{background:#f3f4f6}.rg-filter-dropdown-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:4px;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.rg-filter-dropdown-item-active .rg-filter-dropdown-checkbox{background:#3b82f6;border-color:#3b82f6}.rg-filter-dropdown-item-active .rg-filter-dropdown-checkbox:after{color:#fff;content:"✓";font-size:12px}.rg-filter-dropdown-label{color:#374151;flex:1 1;font-size:14px}.rg-filter-dropdown-count{background:#f3f4f6;border-radius:10px;color:#6b7280;font-size:11px;padding:2px 6px}.rg-clear-all-filters{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.rg-clear-all-filters:hover{background:#ef444433;transform:translateY(-1px)}.rg-clear-all-filters .rg-clear-icon{align-items:center;display:flex;font-size:14px;justify-content:center}.rg-no-filters{align-items:center;background:#ffffff0d;border-radius:8px;color:#fffc;display:flex;flex:1 1;font-size:13px;gap:8px;padding:8px 16px}.rg-no-filters-icon{font-size:16px;opacity:.7}.rg-search-input{flex:1 1;min-width:200px}.rg-filter-select,.rg-search-input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px}.rg-filter-select{background:#fff;min-width:150px}.rg-mode-info{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;display:flex;font-size:13px;gap:6px;padding:6px 12px}.rg-mode-text{color:#3b82f6;font-weight:600}.rg-right-panel-wrapper::-webkit-scrollbar{height:12px;width:12px}.rg-right-panel-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.rg-right-panel-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:6px}.rg-right-panel-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rg-right-panel-wrapper::-webkit-scrollbar-corner{background:#f1f5f9}.rg-resources-container::-webkit-scrollbar{width:8px}.rg-resources-container::-webkit-scrollbar-track{background:#f1f5f9}.rg-resources-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.rg-resources-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:1200px){.rg-left-panel-wrapper{min-width:300px;width:300px}.rg-filters{gap:8px}.rg-filter-tab{max-width:250px}}@media (max-width:768px){.rg-left-panel-wrapper{min-width:250px;width:250px}.rg-filters{padding:8px 12px}.rg-filter-tab{max-width:200px}.rg-clear-all-filters,.rg-filter-add-btn,.rg-filter-tab{font-size:12px;padding:4px 8px}}@keyframes rg-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rg-operation{animation:rg-fadeIn .3s ease-out}.rg-empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;padding:40px 20px}.rg-empty-icon{font-size:48px;opacity:.5}.rg-empty-text{font-size:16px;font-weight:500}.rg-hour-label{color:#4b5563;font-size:11px;font-weight:500;text-align:center}.rg-hour-label.rg-new-day{position:relative}.rg-day-indicator{background:#f1f5f9;border-radius:2px;bottom:-18px;color:#6b7280;font-size:9px;left:50%;padding:1px 4px;position:absolute;transform:translateX(-50%);white-space:nowrap}.rg-month-label{color:#374151;font-size:12px;font-weight:600;text-transform:capitalize}.rg-scroll-indicator{background:#000000b3;border-radius:4px;bottom:10px;color:#fff;font-size:11px;padding:4px 8px;pointer-events:none;position:absolute;right:10px;z-index:10}@keyframes rg-filterSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.rg-filter-tab{animation:rg-filterSlideIn .2s ease-out}.rg-dropdown-backdrop{background:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.operation-modal-overlay{align-items:center;animation:overlayFadeIn .25s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes overlayFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:1}}.operation-modal{animation:modalSlideIn .35s cubic-bezier(.16,1,.3,1);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;max-height:85vh;max-width:800px;overflow:hidden;position:relative;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.operation-modal-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;overflow:hidden;padding:24px 32px;position:relative}.operation-modal-header:before{background:radial-gradient(circle at 30% 50%,#ffffff1a 0,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.operation-modal-header h2{align-items:center;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0;position:relative;z-index:1}.operation-modal-header h2:before{content:"📋";font-size:28px}.operation-modal-subtitle{font-size:14px;font-weight:400;margin-top:8px;opacity:.9;position:relative;z-index:1}.operation-modal-close-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:40px;z-index:2}.operation-modal-close-btn:hover{background:#fff3;transform:rotate(90deg)}.operation-modal-content{max-height:calc(85vh - 120px);overflow-y:auto;padding:32px}.operation-info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.operation-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:20px;transition:all .3s ease}.operation-info-card:hover{border-color:#3b82f6;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.operation-info-title{align-items:center;color:#6b7280;display:flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.operation-info-value{color:#111827;font-size:16px;font-weight:600;word-break:break-word}.operation-info-value.operation-status{border-radius:20px;display:inline-block;font-size:13px;font-weight:600;padding:6px 12px;text-transform:capitalize}.status-1{background:#d1fae5;color:#065f46}.status-2{background:#f3f4f6;color:#374151}.status-3{background:#fef3c7;color:#92400e}.status-4{background:#fee2e2;color:#991b1b}.status-5{background:#fef9c3;color:#854d0e}.status-6{background:#dbeafe;color:#1e40af}.status-7{background:#f3e8ff;color:#5b21b6}.operation-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:24px;padding:24px}.timeline-title{align-items:center;color:#111827;display:flex;font-size:18px;font-weight:600;gap:10px;margin-bottom:20px}.timeline-title:before{content:"⏰"}.timeline-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:16px;padding:12px 0}.timeline-item:last-child{border-bottom:none}.timeline-icon{align-items:center;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:36px;justify-content:center;width:36px}.timeline-content{flex:1 1}.timeline-label{color:#6b7280;font-size:12px;font-weight:500;margin-bottom:4px}.timeline-value{color:#111827;font-size:15px;font-weight:600}.operation-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:32px;padding-top:24px}.operation-action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.operation-action-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.operation-action-btn.primary:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.operation-action-btn.secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.operation-action-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.operation-modal-content::-webkit-scrollbar{width:8px}.operation-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.operation-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#94a3b8,#64748b);border-radius:4px}.operation-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#64748b,#475569)}.operation-info-card{animation:cardFadeIn .4s ease-out forwards;opacity:0;transform:translateY(10px)}.operation-info-card:first-child{animation-delay:.1s}.operation-info-card:nth-child(2){animation-delay:.15s}.operation-info-card:nth-child(3){animation-delay:.2s}.operation-info-card:nth-child(4){animation-delay:.25s}.operation-info-card:nth-child(5){animation-delay:.3s}.operation-info-card:nth-child(6){animation-delay:.35s}@media (max-width:768px){.operation-modal{border-radius:16px;max-height:90vh;width:95%}.operation-modal-header{padding:20px}.operation-modal-header h2{font-size:20px}.operation-modal-content{padding:20px}.operation-info-grid{gap:16px;grid-template-columns:1fr}.operation-actions{flex-direction:column}.operation-action-btn{justify-content:center;width:100%}}.resource-modal-overlay{align-items:center;animation:overlayFadeIn .25s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.resource-modal{animation:modalSlideIn .35s cubic-bezier(.16,1,.3,1);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;max-height:85vh;max-width:900px;overflow:hidden;position:relative;width:90%}.resource-modal-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;overflow:hidden;padding:24px 32px;position:relative}.resource-modal-header:before{background:radial-gradient(circle at 70% 30%,#ffffff1a 0,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.resource-modal-header h2{align-items:center;display:flex;font-size:24px;font-weight:700;gap:12px;margin:0;position:relative;z-index:1}.resource-modal-subtitle{font-size:14px;font-weight:400;margin-top:8px;opacity:.9;position:relative;z-index:1}.resource-modal-close-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:40px;z-index:2}.resource-modal-close-btn:hover{background:#fff3;transform:rotate(90deg)}.resource-modal-content{max-height:calc(85vh - 120px);overflow-y:auto;padding:32px}.resource-header-info{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:20px;margin-bottom:32px;padding-bottom:24px}.resource-icon-large{align-items:center;border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;flex-shrink:0;font-size:36px;height:80px;justify-content:center;width:80px}.resource-icon-large.resource-personnel{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.resource-icon-large.resource-equipment{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.resource-icon-large.resource-tool{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.resource-title-section{flex:1 1}.resource-title{color:#111827;font-size:28px;font-weight:700;margin:0 0 8px}.resource-subtitle{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:16px;gap:12px}.resource-type-badge{background:#e0f2fe;color:#0369a1}.resource-status-badge,.resource-type-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:6px 16px}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#f3f4f6;color:#374151}.status-busy{background:#fef3c7;color:#92400e}.resource-details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.resource-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:24px;transition:all .3s ease}.resource-detail-card:hover{border-color:#10b981;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.resource-detail-title{align-items:center;color:#6b7280;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.05em;margin-bottom:12px;text-transform:uppercase}.resource-detail-content{color:#111827;font-size:16px;line-height:1.6}.resource-detail-value{color:#111827;font-size:18px;font-weight:600;margin:8px 0}.resource-detail-label{color:#6b7280;font-size:13px;margin-bottom:4px}.resource-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:20px}.resource-stat-item{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;padding:16px;text-align:center;transition:all .3s ease}.resource-stat-item:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transform:translateY(-3px)}.resource-stat-value{color:#111827;display:block;font-size:24px;font-weight:700}.resource-stat-label{color:#64748b;font-size:12px;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}.resource-operations-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:32px;padding:24px}.section-title{align-items:center;color:#111827;display:flex;font-size:18px;font-weight:600;gap:10px;margin-bottom:20px}.section-title:before{content:"📊"}.resource-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:32px;padding-top:24px}.resource-action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.resource-action-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.resource-action-btn.primary:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.resource-action-btn.secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.resource-action-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.resource-action-btn.danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.resource-action-btn.danger:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.resource-modal-content::-webkit-scrollbar{width:8px}.resource-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.resource-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#94a3b8,#64748b);border-radius:4px}.resource-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#64748b,#475569)}.resource-detail-card{animation:cardFadeIn .4s ease-out forwards;opacity:0;transform:translateY(10px)}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.resource-detail-card:first-child{animation-delay:.1s}.resource-detail-card:nth-child(2){animation-delay:.15s}.resource-detail-card:nth-child(3){animation-delay:.2s}.resource-detail-card:nth-child(4){animation-delay:.25s}@media (max-width:768px){.resource-modal{border-radius:16px;max-height:90vh;width:95%}.resource-modal-header{padding:20px}.resource-modal-header h2{font-size:20px}.resource-modal-content{padding:20px}.resource-header-info{flex-direction:column;text-align:center}.resource-details-grid{gap:16px;grid-template-columns:1fr}.resource-actions{flex-direction:column}.resource-action-btn{justify-content:center;width:100%}.resource-stats{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box;margin:0;padding:0}.lg-login-page{align-items:center;background:linear-gradient(135deg,#1a2980,#26d0ce);display:flex;font-family:Segoe UI,Roboto,Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.lg-login-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 15px 50px #0000004d;max-height:90vh;max-width:420px;overflow:hidden;padding:30px;position:relative;transform:translateY(0);transition:all .3s ease;width:100%;z-index:1}.lg-login-container:hover{box-shadow:0 20px 60px #00000059;transform:translateY(-4px)}.lg-login-header{border-bottom:2px solid #1a29801a;margin-bottom:28px;padding-bottom:20px;text-align:center}.lg-logo{align-items:center;display:flex;gap:14px;justify-content:center;margin-bottom:12px}.lg-logo-icon{animation:lg-float 4s ease-in-out infinite;filter:drop-shadow(0 3px 6px rgba(26,41,128,.3));font-size:36px}@keyframes lg-float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-8px) rotate(5deg)}66%{transform:translateY(-5px) rotate(-5deg)}}.lg-system-info{text-align:left}.lg-system-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a2980,#26d0ce);-webkit-background-clip:text;background-clip:text;color:#1a2980;font-size:30px;font-weight:800;letter-spacing:.5px;margin:0;text-shadow:0 2px 8px #1a29801a}.lg-system-fullname{color:#5d6d97;font-size:12px;font-weight:500;letter-spacing:.3px;margin-top:3px}.lg-subtitle{color:#64748b;font-size:14px;font-weight:500;line-height:1.4;margin:8px auto 0;max-width:350px}.lg-login-form{display:flex;flex-direction:column;gap:22px;margin-bottom:20px}.lg-input-group{position:relative}.lg-input-label{color:#334155;display:block;font-size:14px;font-weight:600;letter-spacing:.2px;margin-bottom:8px}.lg-input-wrapper{align-items:center;display:flex;position:relative;transition:all .3s ease}.lg-input-icon{color:#64748b;font-size:18px;left:16px;position:absolute;transition:color .3s ease;z-index:1}.lg-input-field{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:15px;font-weight:500;letter-spacing:.2px;padding:16px 16px 16px 48px;transition:all .3s ease;width:100%}.lg-input-field::placeholder{color:#94a3b8;font-weight:400}.lg-input-field:focus{background:#fff;border-color:#1a2980;box-shadow:0 0 0 3px #1a298026;outline:none}.lg-input-field:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.7}.lg-password-toggle{align-items:center;background:none;border:none;border-radius:5px;color:#64748b;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:5px;position:absolute;right:16px;transition:all .3s ease}.lg-password-toggle:hover{background:#1a29800d;color:#1a2980}.lg-test-credentials{display:flex;justify-content:center;margin-top:10px}.lg-test-button{align-items:center;background:#1a298014;border:1px solid #1a298026;border-radius:10px;color:#1a2980;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px;transition:all .3s ease}.lg-test-button:hover{background:#1a29801f;transform:translateY(-2px)}.lg-test-icon{font-size:14px}.lg-form-options{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:10px}.lg-checkbox-label{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:13px;gap:8px;-webkit-user-select:none;user-select:none}.lg-checkbox{-webkit-appearance:none;appearance:none;border:2px solid #cbd5e1;border-radius:5px;cursor:pointer;flex-shrink:0;height:18px;position:relative;transition:all .3s ease;width:18px}.lg-checkbox:checked{background-color:#1a2980;border-color:#1a2980}.lg-checkbox:checked:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.lg-checkbox-text,.lg-credentials-hint{font-weight:500;white-space:nowrap}.lg-credentials-hint{background:#1a29800d;border:1px solid #1a29801a;border-radius:8px;color:#64748b;font-size:12px;padding:8px 12px;text-align:center}.lg-login-button{align-items:center;background:linear-gradient(135deg,#1a2980,#26d0ce);border:none;border-radius:12px;box-shadow:0 6px 20px #1a298040;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;letter-spacing:.5px;margin-top:8px;padding:18px;transition:all .3s ease;width:100%}.lg-login-button:hover:not(:disabled){box-shadow:0 8px 25px #1a298059;transform:translateY(-2px)}.lg-login-button:active:not(:disabled){transform:translateY(0)}.lg-login-button:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.lg-login-button.lg-loading{background:linear-gradient(135deg,#2a3a9c,#36e0de)}.lg-button-icon{filter:drop-shadow(0 2px 3px rgba(0,0,0,.2));font-size:18px}.lg-button-text{font-size:15px}.lg-spinner{animation:lg-spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes lg-spin{to{transform:rotate(1turn)}}.lg-error-message{align-items:center;animation:lg-slideIn .3s ease;background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #f87171;border-radius:10px;color:#dc2626;display:flex;font-size:14px;gap:12px;margin-top:10px;padding:14px}.lg-error-icon{flex-shrink:0;font-size:18px}.lg-error-text{font-weight:600;letter-spacing:.2px}@keyframes lg-slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lg-error-message.lg-shake{animation:lg-shake .5s ease}@keyframes lg-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.lg-login-footer{border-top:1px solid #1a29801a;display:flex;justify-content:center;margin-top:20px;padding-top:18px}.lg-system-version{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;font-weight:500;gap:10px;justify-content:center}.lg-version-text{color:#1a2980;font-weight:600;letter-spacing:.2px}.lg-separator{color:#cbd5e1}.lg-auth-type{color:#94a3b8}.lg-decoration-circle{animation:lg-circle-float 8s ease-in-out infinite;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-radius:50%;pointer-events:none;position:absolute}@keyframes lg-circle-float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(30px) rotate(240deg)}}.lg-circle-1{animation-delay:0s;height:250px;right:-100px;top:-100px;width:250px}.lg-circle-2{animation-delay:2s;bottom:-80px;height:180px;left:-80px;width:180px}.lg-login-container.lg-success-animation{animation:lg-successPulse .5s ease}@keyframes lg-successPulse{0%{transform:scale(1) translateY(0)}50%{transform:scale(1.02) translateY(-5px)}to{transform:scale(1) translateY(0)}}@media (max-width:480px){.lg-login-container{margin:0 12px;max-width:100%;padding:25px 20px}.lg-system-name{font-size:26px}.lg-form-options{align-items:stretch;flex-direction:column;gap:12px}.lg-credentials-hint{font-size:11px;text-align:center}.lg-input-field{font-size:14px;padding:14px 14px 14px 44px}.lg-login-button{font-size:15px;padding:16px}}@media (max-height:700px){.lg-login-container{max-height:95vh;overflow-y:auto;padding:25px}.lg-login-header{margin-bottom:20px;padding-bottom:15px}.lg-login-form{gap:18px}.lg-system-name{font-size:28px}}@media (prefers-color-scheme:dark){.lg-login-page{background:linear-gradient(135deg,#0f172a,#1e293b)}.lg-login-container{background:#1e293bf2;border-color:#ffffff1a}.lg-system-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#22d3ee);-webkit-background-clip:text}.lg-subtitle,.lg-system-fullname{color:#cbd5e1}.lg-input-label{color:#e2e8f0}.lg-input-field{background:#1e293b;border-color:#334155;color:#f1f5f9}.lg-input-field::placeholder{color:#64748b}.lg-input-field:focus{background:#0f172a;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}.lg-test-button{background:#60a5fa14;border-color:#60a5fa26;color:#93c5fd}.lg-test-button:hover{background:#60a5fa1f}.lg-checkbox-label{color:#cbd5e1}.lg-checkbox{background:#1e293b;border-color:#475569}.lg-credentials-hint{background:#60a5fa0d;border-color:#60a5fa1a;color:#cbd5e1}.lg-system-version{color:#94a3b8}.lg-decoration-circle{background:linear-gradient(135deg,#60a5fa0f,#22d3ee05)}}.otch-reports-employee-screen{background:linear-gradient(135deg,#f5f7fa,#e0e8ff);min-height:100vh;padding:20px}.otch-page-header{margin-bottom:30px;padding:20px 0;text-align:center}.otch-page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4361ee,#7209b7);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.otch-page-subtitle{color:#8d99ae;font-size:1.1rem;margin:0 auto;max-width:600px}.otch-reports-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));margin:0 auto;max-width:1400px}.otch-report-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 10px 25px #0000000d;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.otch-report-card:before{background:linear-gradient(90deg,#4361ee,#7209b7);content:"";height:4px;left:0;position:absolute;right:0;top:0}.otch-report-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.otch-report-card h2{align-items:center;color:#2b2d42;display:flex;font-size:1.4rem;font-weight:700;gap:10px;margin-bottom:25px;padding-bottom:15px;position:relative}.otch-report-card h2:after{background:linear-gradient(90deg,#4361ee,#7209b7);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.otch-form-group{margin-bottom:20px;width:100%}.otch-form-label{color:#4a5568;display:block;font-size:.95rem;font-weight:600;letter-spacing:.3px;margin-bottom:8px}.otch-form-input,.otch-form-select{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#2d3748;font-size:.95rem;padding:12px 16px;transition:all .3s ease;width:100%}.otch-form-input:focus,.otch-form-select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a;outline:none;transform:translateY(-1px)}.otch-button-container{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:25px;padding-top:20px}.otch-button{align-items:center;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;height:45px;justify-content:center;letter-spacing:.3px;min-width:140px;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.otch-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.otch-button:hover:before{left:100%}.otch-generate-btn{background:linear-gradient(135deg,#4361ee,#3a0ca3);box-shadow:0 4px 15px #4361ee4d}.otch-generate-btn:hover{background:linear-gradient(135deg,#3a0ca3,#4361ee);box-shadow:0 8px 25px #4361ee66;transform:translateY(-2px)}.otch-word-download-btn{background:linear-gradient(135deg,#4cc9f0,#4895ef);box-shadow:0 4px 15px #4cc9f04d}.otch-word-download-btn:hover{background:linear-gradient(135deg,#4895ef,#4cc9f0);box-shadow:0 8px 25px #4cc9f066;transform:translateY(-2px)}.otch-xml-download-btn{background:linear-gradient(135deg,#90be6d,#43aa8b);box-shadow:0 4px 15px #90be6d4d}.otch-xml-download-btn:hover{background:linear-gradient(135deg,#43aa8b,#90be6d);box-shadow:0 8px 25px #90be6d66;transform:translateY(-2px)}.otch-button:disabled{background:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.otch-button.loading{background:linear-gradient(135deg,#3a0ca3,#4361ee);cursor:not-allowed}.otch-spinner{animation:otch-spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes otch-spin{to{transform:rotate(1turn)}}.otch-result-container{background:linear-gradient(135deg,#f8fafc,#edf2f7);border-left:4px solid #4361ee;border-radius:12px;margin:20px 0;padding:20px}.otch-result-text{color:#2d3748;font-size:1rem;line-height:1.6;margin:0}.otch-highlight{background:#4361ee1a;border-radius:6px;color:#4361ee;font-weight:700;margin:0 2px;padding:2px 8px}.otch-modal-overlay{align-items:center;animation:otch-fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes otch-fadeIn{0%{opacity:0}to{opacity:1}}.otch-modal{animation:otch-slideUp .4s ease;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;max-width:500px;overflow:hidden;padding:40px;position:relative;text-align:center;width:90%}.otch-modal:before{background:linear-gradient(90deg,#4361ee,#7209b7);content:"";height:6px;left:0;position:absolute;right:0;top:0}@keyframes otch-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.otch-modal-title{color:#2b2d42;font-size:1.8rem;font-weight:700;margin-bottom:20px}.otch-modal-message{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.otch-modal-button{background:linear-gradient(135deg,#4361ee,#3a0ca3);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:14px 32px;transition:all .3s ease}.otch-modal-button:hover{background:linear-gradient(135deg,#3a0ca3,#4361ee);box-shadow:0 8px 25px #4361ee66;transform:translateY(-2px)}.otch-error-message{align-items:center;animation:otch-shake .5s ease;background:linear-gradient(135deg,#fed7d7,#fc8181);border:2px solid #f56565;border-radius:12px;color:#e53e3e;display:flex;font-weight:600;gap:12px;margin:20px 0;padding:16px}@keyframes otch-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.otch-error-icon{color:#e53e3e;font-size:20px}.otch-button-icon{font-size:18px!important}@media (max-width:1024px){.otch-reports-container{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media (max-width:768px){.otch-reports-employee-screen{padding:15px}.otch-page-title{font-size:2rem}.otch-page-subtitle{font-size:1rem}.otch-reports-container{gap:20px;grid-template-columns:1fr}.otch-button-container{flex-direction:column}.otch-button{min-width:auto;width:100%}.otch-modal{padding:30px 20px}.otch-modal-title{font-size:1.5rem}}@media (max-width:480px){.otch-page-title{font-size:1.8rem}.otch-report-card{padding:20px}.otch-modal{width:95%}}@keyframes otch-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.otch-reports-container>*{animation:otch-fadeInUp .5s ease-out}.otch-reports-container>:first-child{animation-delay:.1s}.otch-reports-container>:nth-child(2){animation-delay:.2s}.otch-reports-container>:nth-child(3){animation-delay:.3s}.otch-reports-container>:nth-child(4){animation-delay:.4s}.otch-reports-container>:nth-child(5){animation-delay:.5s}.otch-reports-container>:nth-child(6){animation-delay:.6s}.otch-reports-container>:nth-child(7){animation-delay:.7s}.otch-reports-container>:nth-child(8){animation-delay:.8s}.otch-reports-container>:nth-child(9){animation-delay:.9s}.otch-reports-container>:nth-child(10){animation-delay:1s}.journal-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#2c3e50,#4a6491);box-shadow:0 4px 20px #0000001a}.content-wrapper{margin:0 auto;max-width:1600px;padding:30px 5%}.page-header{margin-bottom:30px;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2c3e50,#4a6491);-webkit-background-clip:text;color:#2c3e50;display:inline-block;font-size:2.5rem;font-weight:700;margin:0;position:relative}.page-title:after{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.page-subtitle{color:#718096;font-size:1.1rem;margin-top:15px}.filter-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin-bottom:30px;padding:25px;transition:transform .3s ease}.filter-card:hover{transform:translateY(-5px)}.control-panel{display:flex;flex-direction:column;gap:20px}.data-source-selector{margin-bottom:10px}.source-buttons{background:#f3f4f6;border-radius:12px;display:flex;gap:10px;padding:4px}.source-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;position:relative;transition:all .2s}.source-btn.active{box-shadow:0 2px 8px #0000001a}.source-icon{font-size:16px}.active-badge{background:#10b981;border-radius:10px;color:#fff;font-size:10px;padding:2px 6px;position:absolute;right:-6px;top:-6px}.search-container{margin-bottom:20px;position:relative}.search-icon{color:#7f8c8d;font-size:1.2rem;left:20px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f8fafc;border:2px solid #e0e6ed;border-radius:15px;box-sizing:border-box;font-size:1rem;padding:18px 20px 18px 55px;transition:all .3s ease;width:100%}.search-input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.search-input::placeholder{color:#a0aec0}.clear-search{background:none;border:none;color:#999;cursor:pointer;font-size:16px;padding:5px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.clear-search:hover{color:#666}.stats-preview{display:flex;flex-wrap:wrap;gap:15px}.stat-preview{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 5px #0000000d;display:flex;gap:8px;padding:8px 16px}.stat-label{color:#666;font-size:13px}.stat-value{color:#2c3e50;font-size:16px}.data-source-indicator{align-items:center;background:#f8fafc;border:1px solid #e0e6ed;border-radius:10px;display:flex;gap:12px;margin-top:15px;padding:12px 20px}.indicator-dot{border-radius:50%;height:10px;width:10px}.indicator-dot.demo{background:#ff7675;box-shadow:0 0 0 3px #ff767533}.indicator-dot.api{background:#74b9ff;box-shadow:0 0 0 3px #74b9ff33}.refresh-btn{align-items:center;background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;gap:6px;margin-left:auto;padding:6px 12px;transition:background .3s}.refresh-btn:hover{background:#2980b9}.error-message{background:linear-gradient(135deg,#fed7d7,#feb2b2);border-radius:10px;color:#c53030;font-weight:600;margin-top:20px;padding:15px;text-align:center}.stats-container{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.stat-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 5px 15px #667eea4d;color:#fff;flex:1 1;min-width:200px;padding:20px;text-align:center}.stat-value{font-size:2.2rem;font-weight:700;margin-bottom:5px}.stat-label{font-size:.9rem;letter-spacing:1px;opacity:.9;text-transform:uppercase}.table-wrapper{animation:fadeIn .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;overflow:hidden}.table-header{align-items:center;background:#fff;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:20px 25px}.table-header h3{color:#2c3e50;font-size:18px;margin:0}.table-actions{align-items:center;display:flex;gap:15px}.records-info{color:#666;font-size:14px}.view-options{background:#f1f3f4;border-radius:8px;display:flex;gap:5px;padding:4px}.view-option{background:none;border:none;border-radius:6px;color:#666;cursor:pointer;font-size:13px;padding:6px 12px}.view-option.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#3498db}.history-table{border-collapse:initial;border-spacing:0;width:100%}.history-table thead{background:linear-gradient(90deg,#2c3e50,#4a6491);color:#fff}.history-table th{cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:.5px;padding:22px 20px;position:relative;text-align:left;text-transform:uppercase;transition:background .3s ease}.history-table th:hover{background:#ffffff1a}.history-table th:after{content:"↕";font-size:.8rem;opacity:.5;position:absolute;right:10px}.history-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .3s ease}.history-table tbody tr:hover{background:linear-gradient(90deg,#f8fafc,#eef2f7);box-shadow:0 5px 15px #0000000d;transform:scale(1.002)}.history-table tbody tr.selected{background:linear-gradient(90deg,#e3f2fd,#bbdefb)!important}.history-table td{border-bottom:1px solid #f1f5f9;color:#4a5568;font-size:.95rem;padding:20px}.agent-cell{display:flex;flex-direction:column;gap:4px}.agent-id{color:#2c3e50;font-weight:600}.agent-type{background:#e8f4fc;border-radius:10px;color:#2980b9;display:inline-block;font-size:11px;padding:2px 6px;width:fit-content}.parameter-cell{display:flex;flex-direction:column;gap:4px}.parameter-name{color:#2c3e50;font-weight:500}.parameter-id{color:#718096;font-size:12px}.status-cell{display:flex;flex-direction:column;gap:6px}.parent-id{color:#a0aec0;font-size:11px}.date-cell{display:flex;flex-direction:column;gap:4px}.date-value{color:#2c3e50}.date-duration{background:#f8fafc;border-radius:10px;color:#718096;display:inline-block;font-size:11px;padding:2px 6px;width:fit-content}.transfer-cell{display:flex;flex-direction:column;gap:6px}.transfer-date{color:#718096;font-size:12px}.expand-btn{align-items:center;background:linear-gradient(135deg,#3498db,#2ecc71);border:none;border-radius:50%;box-shadow:0 4px 10px #3498db4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:36px;justify-content:center;transition:all .3s ease;width:36px}.expand-btn:hover{box-shadow:0 6px 15px #3498db66;transform:rotate(90deg) scale(1.1)}.expanded-content{animation:slideDown .4s ease-out;background:linear-gradient(135deg,#f8fafc,#eef2f7);border-left:4px solid #3498db}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:25px}.detail-section{background:#fff;border-radius:12px;box-shadow:0 3px 10px #0000000d;padding:20px;transition:transform .3s ease}.detail-section:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.detail-section h4{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.1rem;margin:0 0 15px;padding-bottom:8px}.detail-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-label{color:#718096;display:block;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.detail-value{color:#2d3748;font-size:1.1rem;font-weight:500;word-break:break-word}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.status-success{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff}.status-warning{background:linear-gradient(135deg,#f39c12,#d35400);color:#fff}.status-error{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.status-info{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.pagination{align-items:center;background:#fff;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;padding:25px}.pagination-button{background:#f8fafc;border:2px solid #e0e6ed;border-radius:10px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:600;min-width:120px;padding:10px 20px;text-align:center;transition:all .3s ease}.pagination-button:hover:not(:disabled){box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.pagination-button.active,.pagination-button:hover:not(:disabled){background:#3498db;border-color:#3498db;color:#fff}.pagination-button:disabled{background:#f1f5f9;color:#a0aec0;cursor:not-allowed;opacity:.5}.page-numbers{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:8px;justify-content:center}.page-numbers .pagination-button{min-width:40px;padding:8px 12px}.loading-container{padding:60px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;margin:0 auto 20px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{color:#e74c3c;padding:60px;text-align:center}.empty-state{padding:60px 20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.empty-state h3{color:#4a5568;margin-bottom:10px}.empty-state p{color:#718096;margin:0 auto;max-width:500px}.footer-info{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;color:#718096;font-size:.9rem;margin-top:30px;padding:20px;text-align:center}.footer-info strong{color:#4a5568}@media (max-width:1200px){.history-table{display:block;overflow-x:auto}.details-grid{grid-template-columns:repeat(2,1fr)}.pagination{flex-direction:column;gap:10px}.pagination-button{max-width:300px;width:100%}}@media (max-width:768px){.content-wrapper{padding:20px}.page-title{font-size:2rem}.stat-item{min-width:150px}.details-grid{grid-template-columns:1fr}.history-table td,.history-table th{font-size:.9rem;padding:15px 10px}.table-header{gap:15px;text-align:center}.source-buttons,.table-header{flex-direction:column}.stats-preview{justify-content:center}.pagination{padding:15px}.page-numbers{margin:10px 0;order:2}.pagination-button{order:1}.pagination-button:last-child{order:3}}@media (max-width:480px){.stats-container{flex-direction:column}.filter-card{padding:20px}.search-input{padding:15px 15px 15px 45px}.data-source-indicator{flex-direction:column;gap:10px;text-align:center}.refresh-btn{margin-left:0;width:100%}}:root{--stat-primary:#3b82f6;--stat-secondary:#8b5cf6;--stat-success:#10b981;--stat-warning:#f59e0b;--stat-danger:#ef4444;--stat-demo:#ff7675;--stat-api:#74b9ff;--stat-background:#f9fafb;--stat-card-bg:#fff;--stat-text-primary:#111827;--stat-text-secondary:#6b7280;--stat-border:#e5e7eb;--stat-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--stat-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.stat-screen{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.stat-content{background:#f9fafb;background:var(--stat-background);margin:80px auto 0;max-width:1400px;min-height:calc(100vh - 80px);padding:24px}.stat-header{align-items:flex-start;background:#fff;background:var(--stat-card-bg);border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);display:flex;justify-content:space-between;margin-bottom:32px;padding:24px}.stat-header-left h1{color:#111827;color:var(--stat-text-primary);font-size:28px;font-weight:700;margin:0 0 8px}.stat-header-left p{color:#6b7280;color:var(--stat-text-secondary);font-size:16px;margin:0}.stat-header-controls{align-items:center;display:flex;gap:16px}.stat-data-source-selector{background:#f3f4f6;border-radius:12px;display:flex;gap:8px;padding:4px}.stat-data-source-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;position:relative;transition:all .2s}.stat-data-source-btn.active{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow)}.stat-data-source-icon{font-size:16px}.stat-active-badge{background:#10b981;background:var(--stat-success);border-radius:10px;color:#fff;font-size:10px;padding:2px 6px;position:absolute;right:-8px;top:-8px}.stat-time-range-selector{background:#f3f4f6;border-radius:12px;display:flex;gap:8px;padding:4px}.stat-time-btn{background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--stat-text-secondary);cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.stat-time-btn.active{background:#fff;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);color:#3b82f6;color:var(--stat-primary)}.stat-refresh-btn{align-items:center;background:#3b82f6;background:var(--stat-primary);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.stat-refresh-btn:hover{background:#2563eb;transform:translateY(-1px)}.stat-data-source-indicator{align-items:center;background:#fff;background:var(--stat-card-bg);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);display:flex;gap:12px;margin-bottom:24px;padding:12px 20px}.stat-indicator-dot{border-radius:50%;height:12px;width:12px}.stat-indicator-dot.demo{background:#ff7675;background:var(--stat-demo);box-shadow:0 0 0 4px #ff767533}.stat-indicator-dot.api{background:#74b9ff;background:var(--stat-api);box-shadow:0 0 0 4px #74b9ff33}.stat-data-source-indicator strong{font-weight:600}.stat-kpi-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.stat-kpi-card{background:#fff;background:var(--stat-card-bg);border-left:4px solid;border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);padding:24px;transition:transform .2s,box-shadow .2s}.stat-kpi-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--stat-shadow-lg);transform:translateY(-4px)}.stat-kpi-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.stat-kpi-icon{background:#3b82f61a;border-radius:12px;height:48px;justify-content:center;width:48px}.stat-kpi-icon,.stat-kpi-trend{align-items:center;display:flex}.stat-kpi-trend{color:#10b981;color:var(--stat-success);font-size:14px;font-weight:500;gap:4px}.stat-kpi-value{color:#111827;color:var(--stat-text-primary);font-size:36px;font-weight:700;line-height:1;margin:0 0 8px}.stat-kpi-label{color:#6b7280;color:var(--stat-text-secondary);font-size:14px;margin:0}.stat-charts-section{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:32px}@media (max-width:1024px){.stat-charts-section{grid-template-columns:1fr}}.stat-chart-card{background:#fff;background:var(--stat-card-bg);border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);padding:24px}.stat-chart-card.full-width{grid-column:1/-1}.stat-chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.stat-chart-header h3{align-items:center;color:#111827;color:var(--stat-text-primary);display:flex;font-size:18px;font-weight:600;gap:8px;margin:0}.stat-chart-subtitle{color:#6b7280;color:var(--stat-text-secondary);font-size:14px}.stat-chart-container{height:300px}.stat-additional-charts .stat-chart-container{height:350px}.stat-detailed-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.stat-stats-card{background:#fff;background:var(--stat-card-bg);border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--stat-shadow);padding:24px}.stat-stats-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--stat-border);display:flex;gap:8px;margin-bottom:20px;padding-bottom:12px}.stat-stats-header h3{align-items:center;color:#111827;color:var(--stat-text-primary);display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.stat-stats-content{display:flex;flex-direction:column;gap:16px}.stat-stats-row{align-items:center;display:flex;justify-content:space-between}.stat-stats-value{color:#111827;color:var(--stat-text-primary);font-size:18px;font-weight:600}.stat-additional-charts{margin-bottom:32px}.stat-loading{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.stat-loading-spinner{animation:stat-spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;border-top:4px solid var(--stat-primary);height:50px;margin-bottom:20px;width:50px}.stat-loading p{color:#6b7280;color:var(--stat-text-secondary);font-size:16px}@keyframes stat-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.stat-error-message{align-items:center;background:#fee2e2;border-radius:12px;color:#dc2626;display:flex;gap:12px;margin-top:24px;padding:16px}@media (max-width:768px){.stat-content{margin-top:70px;padding:16px}.stat-header{flex-direction:column;gap:16px;padding:20px}.stat-header-controls{flex-direction:column;width:100%}.stat-data-source-selector{justify-content:stretch;width:100%}.stat-data-source-btn{flex:1 1;justify-content:center;text-align:center}.stat-time-range-selector{justify-content:stretch;width:100%}.stat-time-btn{flex:1 1;text-align:center}.stat-detailed-stats,.stat-kpi-grid{grid-template-columns:1fr}.stat-charts-section{gap:16px}.stat-chart-card{padding:16px}}.notfound-container{align-items:center;animation:fadeIn .5s ease-in-out;background:linear-gradient(135deg,#f8f9fa,#e0e0e0);display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;justify-content:center;text-align:center}.notfound-container h1{color:#007bff;font-size:96px;margin:0}.notfound-container p{color:#333;font-size:24px;margin-bottom:30px}.notfound-container button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.notfound-container button:hover{background-color:#0056b3}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.6092cea3.css.map*/