.error-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:flex-start;padding-top:2rem;z-index:10000;pointer-events:none;opacity:0;transition:opacity .3s ease}.error-popup-overlay.visible{opacity:1}.error-popup{background:#fff;border:2px solid #e74c3c;border-radius:0;box-shadow:0 4px 12px #e74c3c4d;padding:1rem 1.5rem;min-width:300px;max-width:500px;transform:translateY(-20px);opacity:0;transition:all .3s ease;pointer-events:auto}.error-popup.visible{transform:translateY(0);opacity:1}.error-popup-content{display:flex;align-items:center;gap:1rem}.error-popup-icon-wrapper{width:32px;height:32px;border-radius:50%;background:#e74c3c1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.error-popup-icon{color:#e74c3c}.error-popup-message{color:#c0392b;font-family:Gilroy,sans-serif;font-size:.95rem;line-height:1.5;flex:1;font-weight:bolder}@media (max-width: 768px){.error-popup-overlay{padding-top:1rem;padding-left:1rem;padding-right:1rem}.error-popup{min-width:auto;width:100%;max-width:100%;padding:.875rem 1.25rem}.error-popup-message{font-size:.9rem}}.success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:flex-start;padding-top:2rem;z-index:10000;pointer-events:none;opacity:0;transition:opacity .3s ease}.success-popup-overlay.visible{opacity:1}.success-popup{background:#fff;border:2px solid #27ae60;border-radius:0;box-shadow:0 4px 12px #27ae604d;padding:1rem 1.5rem;min-width:300px;max-width:500px;transform:translateY(-20px);opacity:0;transition:all .3s ease;pointer-events:auto}.success-popup.visible{transform:translateY(0);opacity:1}.success-popup-content{display:flex;align-items:center;gap:1rem}.success-popup-icon-wrapper{width:32px;height:32px;border-radius:50%;background:#27ae601a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.success-popup-icon{color:#27ae60}.success-popup-message{color:#229954;font-family:Gilroy,sans-serif;font-size:.95rem;line-height:1.5;flex:1;font-weight:bolder}@media (max-width: 768px){.success-popup-overlay{padding-top:1rem;padding-left:1rem;padding-right:1rem}.success-popup{min-width:auto;width:100%;max-width:100%;padding:.875rem 1.25rem}.success-popup-message{font-size:.9rem}}.login-container{display:flex;min-height:100vh;width:100%;position:relative}.login-language-selector{position:absolute;top:1.5rem;right:1.5rem;display:flex;gap:.5rem;align-items:center;z-index:10}.login-language-selector .lang-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#ffffffe6;border:2px solid rgba(255,255,255,.5);border-radius:0;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-language-selector .flag-icon{width:1.5rem;height:auto;display:block}.login-language-selector .lang-btn:hover{background:#fff;border-color:#fff}.login-language-selector .lang-btn.active{background:#2c3e50;color:#fff;border-color:#2c3e50}.login-language-selector .lang-btn.active:hover{background:#34495e;border-color:#34495e}.login-left{flex:0 0 55%;background:#228fce;display:flex;align-items:flex-end;padding:3rem 4rem;position:relative}.login-left-content{width:100%;max-width:500px}.login-left-content h1{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.login-left-content p{color:#ffffffe6;font-size:1.25rem;line-height:1.6;font-weight:400;max-width:550px}.login-right{flex:0 0 45%;background:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}.login-form-wrapper{width:100%;max-width:420px}.login-form-wrapper h2{color:#2c3e50;margin-bottom:2.5rem;font-size:2rem;font-weight:700;letter-spacing:-.5px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.9rem;letter-spacing:.3px}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.password-input-wrapper input::placeholder{color:#95a5a6;font-size:.95rem;text-transform:lowercase;opacity:.7}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#7f8c8d;transition:color .3s ease}.password-toggle:hover{color:#2c3e50}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.password-input-wrapper input:hover{border-color:#bdc3c7}.password-input-wrapper input:focus{outline:none;border-color:#2c3e50}.password-input-wrapper input.error{border-color:#e74c3c}.password-input-wrapper input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.form-group input::placeholder{color:#95a5a6;font-size:.95rem;text-transform:lowercase;opacity:.7}.form-group input:hover{border-color:#bdc3c7}.form-group input:focus{outline:none;border-color:#2c3e50}.form-group input.error{border-color:#e74c3c}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:0;margin-bottom:1.5rem;text-align:center;word-wrap:break-word;line-height:1.5;border-left:4px solid #e74c3c;font-size:.9rem}.error-message.connection-error{background-color:#fff3cd;color:#856404;border-left-color:#ffc107}.login-button{width:100%;padding:1rem;background:#2c3e50;color:#fff;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:0;box-shadow:0 4px 12px #2c3e5033}.login-button:hover:not(:disabled){background:transparent;color:#2c3e50;border:2px solid #2c3e50}.login-button:active:not(:disabled){background:transparent;color:#2c3e50;border:2px solid #2c3e50}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.login-container{flex-direction:column}.login-language-selector{top:1rem;right:1rem;gap:.375rem}.login-language-selector .lang-btn{padding:.4rem}.login-language-selector .flag-icon{width:1.25rem}.login-left{flex:0 0 auto;padding:2rem 1.5rem;min-height:auto}.login-left-content h1{font-size:2.5rem;margin-bottom:1rem}.login-left-content p{font-size:1rem;line-height:1.5}.login-right{flex:1;padding:2rem 1.5rem}.login-form-wrapper{max-width:100%}.login-form-wrapper h2{font-size:1.75rem;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.85rem}.form-group input,.password-input-wrapper input{padding:.75rem .875rem;font-size:.95rem}.password-input-wrapper input{padding-right:2.75rem}.password-toggle{right:.625rem;padding:.2rem}.password-toggle svg{width:18px;height:18px}.login-button{padding:.875rem;font-size:.95rem}}@media (max-width: 480px){.login-language-selector{top:.75rem;right:.75rem;gap:.25rem}.login-language-selector .lang-btn{padding:.35rem}.login-language-selector .flag-icon{width:1.1rem}.login-left{padding:1.5rem 1rem}.login-left-content h1{font-size:2rem;margin-bottom:.75rem}.login-left-content p{font-size:.9rem}.login-right{padding:1.5rem 1rem}.login-form-wrapper h2{font-size:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.8rem;margin-bottom:.375rem}.form-group input,.password-input-wrapper input{padding:.625rem .75rem;font-size:.9rem}.password-input-wrapper input{padding-right:2.5rem}.password-toggle{right:.5rem}.password-toggle svg{width:16px;height:16px}.login-button{padding:.75rem;font-size:.9rem}}.layout{display:flex;height:100vh;background-color:#f5f5f5;position:relative}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;display:none}.sidebar{width:250px;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 5px #0000001a;border-radius:0;transition:width .3s ease;position:relative;overflow:hidden}.sidebar.collapsed{width:70px}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0}.sidebar-header-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sidebar.collapsed .sidebar-header-content{justify-content:center}.sidebar-header h2{font-size:1.5rem;margin:0;white-space:nowrap;overflow:hidden;transition:opacity .3s ease}.sidebar.collapsed .sidebar-header h2{opacity:0;width:0;overflow:hidden}.sidebar-toggle{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s ease;border-radius:0;min-width:32px;flex-shrink:0}.sidebar-toggle:hover{background-color:#ffffff1a}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#fff;text-decoration:none;transition:all .3s ease;border-radius:0;white-space:nowrap}.sidebar.collapsed .nav-item{padding:1rem;justify-content:center}.nav-icon{font-size:1.25rem;flex-shrink:0;min-width:20px}.nav-text{transition:opacity .3s ease;overflow:hidden}.sidebar.collapsed .nav-text{opacity:0;width:0;overflow:hidden}.nav-item:hover{background-color:#ffffff1a}.nav-item.active{background-color:#fff3}.project-sidebar-nav .nav-group{margin-bottom:1rem}.project-sidebar-nav .nav-heading{padding:.75rem 1.5rem;color:#ffffffb3;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;pointer-events:none;-webkit-user-select:none;user-select:none}.sidebar.collapsed .nav-heading{display:none}.nav-heading-text{transition:opacity .3s ease}.project-sidebar-nav .nav-submenu{padding-left:0}.project-sidebar-nav .nav-submenu-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem .75rem 3rem;color:#fff;text-decoration:none;transition:all .3s ease;border-radius:0;white-space:nowrap}.sidebar.collapsed .nav-submenu{display:none}.project-sidebar-nav .nav-submenu-item:hover{background-color:#ffffff1a}.project-sidebar-nav .nav-submenu-item.active{background-color:#fff3;border-left:3px solid rgba(255,255,255,.5);padding-left:calc(3rem - 3px)}.project-sidebar-nav .nav-group .nav-item{justify-content:center;padding:1rem}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0}.sidebar.collapsed .sidebar-footer{padding:1rem .5rem}.user-info{margin-bottom:.5rem;color:#fffc;font-size:.9rem}.logout-button{width:100%;padding:.75rem;background-color:#e74c3c;color:#fff;border:none;border-radius:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem;font-weight:600}.sidebar.collapsed .logout-button{padding:.75rem .5rem;justify-content:center;width:100%;min-width:0}.logout-icon{font-size:1.25rem;flex-shrink:0}.logout-text{transition:opacity .3s ease;overflow:hidden}.sidebar.collapsed .logout-text{opacity:0;width:0;overflow:hidden}.logout-button:hover{background-color:#c0392b}.project-section{position:relative;width:100%}.project-selector-button{width:100%;display:flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);border-radius:0;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;min-height:auto}.sidebar.collapsed .project-selector-button{width:auto;padding:.375rem;border:none;justify-content:center}.project-selector-button:hover{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.project-logo{width:40px;height:40px;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.3);flex-shrink:0;display:block;overflow:hidden;position:relative}.project-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.project-logo-placeholder{width:40px;height:40px;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:50%;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;font-family:Gilroy,sans-serif;border:2px solid rgba(255,255,255,.3);flex-shrink:0}.project-name{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-bottom:none;max-height:300px;overflow-y:auto;z-index:1000;margin-bottom:.1rem;box-shadow:0 -4px 8px #0000001a}.project-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;color:#2c3e50;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;text-align:left}.project-dropdown-item:last-child{border-bottom:none}.project-dropdown-item:hover{background:#f8f9fa;color:#2c3e50}.project-dropdown-item.active{background:#2c3e501a;color:#2c3e50;font-weight:600}.project-dropdown-logo{width:32px;height:32px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:50%;border:1px solid #e0e0e0;flex-shrink:0;display:block;overflow:hidden;position:relative}.project-dropdown-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.project-dropdown-logo-placeholder{width:32px;height:32px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:50%;background:#2c3e50;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;font-family:Gilroy,sans-serif;border:1px solid #e0e0e0;flex-shrink:0}.project-dropdown-item span:last-child{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .3s ease}.top-bar{background-color:#fff;padding:1rem;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000001a}.top-bar-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.project-bar-input{width:100%;max-width:400px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fafafa;color:#2c3e50}.project-title-section{display:flex;align-items:center;flex:1;padding-left:1rem}.project-title-text{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0;font-family:Gilroy,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.language-selector{display:flex;gap:.5rem;align-items:center;margin-left:auto}.profile-section{display:flex;align-items:center;padding:0 1rem;border-left:2px solid #e0e0e0;position:relative}.profile-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-username{font-size:.875rem;color:#2c3e50;font-weight:500;white-space:nowrap;font-family:Gilroy,sans-serif}.profile-avatar-button{background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.profile-avatar-button:hover .profile-avatar{transform:scale(1.1);box-shadow:0 4px 8px #0003}.profile-avatar{width:40px;height:40px;border-radius:50%;background:#2c3e50;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;font-family:Gilroy,sans-serif;transition:all .3s ease;border:2px solid #e0e0e0;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:2px solid #e0e0e0;border-radius:0;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.profile-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;border-bottom:1px solid #e0e0e0;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;font-size:.95rem;text-align:left}.profile-dropdown-item:last-child{border-bottom:none}.profile-dropdown-item:hover{background:#f5f5f5;color:#2c3e50}.profile-dropdown-item:last-child:hover{color:#e74c3c;background:#e74c3c1a}.dropdown-icon{font-size:1rem;flex-shrink:0;width:16px;display:flex;align-items:center;justify-content:center}.lang-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:2px solid #e0e0e0;border-radius:0;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.flag-icon{width:1.5rem;height:auto;display:block}.lang-btn:hover{border-color:#2c3e50;background:#f5f5f5}.lang-btn.active{background:#2c3e50;color:#fff;border-color:#2c3e50}.lang-btn.active:hover{background:#34495e;border-color:#34495e}.project-bar-input:hover{border-color:#bdc3c7;background:#fff}.project-bar-input:focus{outline:none;border-color:#2c3e50;background:#fff}.content-area{flex:1;padding:2rem;overflow-y:auto}.content-area:has(.project-dashboard){padding:0}@media (max-width: 768px){.sidebar{width:200px;transition:width .3s ease}.sidebar.collapsed{width:70px}.main-content{flex:1;min-width:0}.top-bar{padding:.75rem 1rem}.top-bar-content{flex-wrap:wrap;gap:.5rem}.project-title-section{width:100%;order:-1;padding-left:1rem}.project-title-text{font-size:1.2rem}.project-bar-input{max-width:100%}.language-selector{flex-wrap:wrap;gap:.5rem}.profile-section{padding:0 .5rem}.profile-info{gap:.25rem}.profile-username{font-size:.75rem}.profile-avatar{width:36px;height:36px;font-size:1rem}.profile-dropdown{min-width:180px;right:0}.content-area{padding:1rem}}@media (max-width: 480px){.sidebar{width:180px}.sidebar.collapsed{width:60px}.content-area{padding:.75rem}.profile-section{padding:0 .25rem;border-left:1px solid #e0e0e0}.profile-avatar{width:32px;height:32px;font-size:.9rem}.profile-dropdown{min-width:160px;right:0}.profile-dropdown-item{padding:.75rem .875rem;font-size:.9rem}.nav-item{padding:.875rem 1rem}.sidebar-header{padding:1rem}.sidebar-header h2{font-size:1.25rem}}.spinner-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:100px;padding:2rem}.spinner{border:3px solid rgba(44,62,80,.1);border-top:3px solid #2c3e50;border-radius:50%;animation:spin .8s linear infinite}.spinner-small{width:24px;height:24px;border-width:2px}.spinner-medium{width:32px;height:32px;border-width:3px}.spinner-large{width:40px;height:40px;border-width:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .home-page{max-width:100%}.home-page h1{margin-bottom:2rem;color:#333}.projects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,150px));gap:1rem}.projects-list>p{padding:2rem;text-align:center;color:#666;font-family:Gilroy,sans-serif;grid-column:1 / -1}.project-card{background:#fff;padding:.75rem;border-radius:0;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s;display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid #e0e0e0;width:150px;height:150px;aspect-ratio:1 / 1}.project-card:hover{box-shadow:0 4px 8px #00000026;border-color:#2c3e50}.project-logo{width:100%;flex:1;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;min-height:0;max-height:100px}.project-logo img{max-width:100%;max-height:100%;object-fit:contain;border-radius:0}.project-title{font-size:.85rem;font-weight:600;color:#2c3e50;margin:0;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:5px;margin-bottom:1rem}@media (max-width: 768px){.home-page h1{font-size:1.5rem}.projects-list{grid-template-columns:repeat(auto-fill,minmax(120px,120px));gap:.75rem}.project-card{width:120px;height:120px;padding:.5rem}.project-title{font-size:.75rem}}.custom-select{position:relative;width:100%}.custom-select-trigger{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px 12px;color:#2c3e50;font-family:Gilroy,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.custom-select-trigger span{flex:1}.custom-select-arrow{display:none}.custom-select-trigger:hover{border-color:#bdc3c7}.custom-select.open .custom-select-trigger{border-color:#2c3e50}.custom-select.disabled .custom-select-trigger{background:#f5f5f5;cursor:not-allowed;opacity:.7}.custom-select.error .custom-select-trigger{border-color:#e74c3c}.custom-select-options{position:fixed;background:#fff;border:2px solid #95a5a6;z-index:10000;max-height:200px;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.custom-select-options.dropdown-bottom{border-top:none}.custom-select-options.dropdown-top{border-bottom:none}.custom-select-option{padding:1rem;font-size:1.1rem;background:#95a5a6;color:#fff;font-family:Gilroy,sans-serif;cursor:pointer;transition:background .2s ease;border:2px solid #95a5a6;border-top:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.custom-select-option:first-child{border-top:2px solid #95a5a6}.custom-select-option:hover,.custom-select-option.selected{background:#7f8c8d;border-color:#7f8c8d}.custom-select-option.create-option{background:#2c3e50;border-color:#2c3e50;font-weight:600}.custom-select-option.create-option:hover{background:#34495e;border-color:#34495e}.projects-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .projects-page{max-width:100%}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.projects-header h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.add-project-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2c3e50;color:#fff;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.add-project-button:hover{background:transparent;color:#2c3e50;border:2px solid #2c3e50}.add-project-button:disabled{opacity:.6;cursor:not-allowed}.projects-list-container{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:2px solid #e0e0e0}.projects-list-container>p{padding:2rem;text-align:center;color:#666;font-family:Gilroy,sans-serif}.projects-table{width:100%;border-collapse:collapse}.projects-table thead{background-color:#f8f9fa}.projects-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6;font-family:Gilroy,sans-serif}.projects-table td{padding:1rem;border-bottom:1px solid #dee2e6;color:#666;font-family:Gilroy,sans-serif}.projects-table td:last-child{text-align:center;width:100px;vertical-align:middle}.projects-table tbody tr:hover{background-color:#f8f9fa}.project-type-badge{display:inline-block;padding:.4rem .875rem;border-radius:12px;font-size:.8125rem;font-weight:bolder;font-family:Gilroy,sans-serif;text-transform:uppercase;letter-spacing:.2px;transition:all .2s ease;background:#3498db1f;color:#2980b9;border:1px solid rgba(52,152,219,.25)}.project-type-badge:hover{background:#3498db2e;border-color:#3498db59}.edit-button{background:transparent;border:none;color:#2c3e50;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;border-radius:0;vertical-align:middle;line-height:1}.edit-button:disabled{opacity:.5;cursor:not-allowed}.popup-content .form-group input,.popup-content .form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.popup-content .form-group textarea{resize:vertical;min-height:100px}.popup-content .form-group input:hover,.popup-content .form-group textarea:hover{border-color:#bdc3c7}.popup-content .form-group input:focus,.popup-content .form-group textarea:focus{outline:none;border-color:#2c3e50;background:#fff}.popup-content .form-group input.error,.popup-content .form-group textarea.error{border-color:#e74c3c}.popup-content .form-group input:disabled,.popup-content .form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}@media (max-width: 768px){.projects-header{flex-direction:column;align-items:flex-start;gap:1rem}.projects-header h1{font-size:1.5rem}.add-project-button{width:100%;justify-content:center}.projects-list-container{overflow-x:auto}.projects-table{min-width:600px;font-size:.9rem}.projects-table th,.projects-table td{padding:.75rem .5rem}.popup-content{width:95%;max-height:90vh;overflow-y:auto}.popup-content form{padding:1rem}}.edit-project-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .edit-project-page{max-width:100%}.edit-project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.edit-project-header h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.edit-project-form-container{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:2px solid #e0e0e0;padding:2rem}.edit-project-form{max-width:100%}.edit-project-form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.edit-project-form-left,.edit-project-form-right{display:flex;flex-direction:column}.logo-upload-container{display:flex;flex-direction:column;gap:.5rem}.logo-preview-label{cursor:pointer;display:block}.logo-preview{width:200px;height:200px;border:2px solid #e0e0e0;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;transition:all .3s ease}.logo-preview-label:hover .logo-preview{border-color:#2c3e50;background:#f5f5f5}.logo-preview img{width:100%;height:100%;object-fit:contain}.logo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#bdc3c7}.edit-project-form .form-group{margin-bottom:1.5rem}.edit-project-form .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.9rem}.edit-project-form .form-group input,.edit-project-form .form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.edit-project-form .form-group textarea{resize:vertical;min-height:100px}.edit-project-form .form-group input:hover,.edit-project-form .form-group textarea:hover{border-color:#bdc3c7}.edit-project-form .form-group input:focus,.edit-project-form .form-group textarea:focus{outline:none;border-color:#2c3e50;background:#fff}.edit-project-form .form-group input.error,.edit-project-form .form-group textarea.error{border-color:#e74c3c}.edit-project-form .form-group input:disabled,.edit-project-form .form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.error-text{color:#e74c3c;font-size:.875rem;margin-top:.5rem;display:block;font-weight:500}@media (max-width: 768px){.edit-project-header h1{font-size:1.5rem}.edit-project-form-container{padding:1rem}.edit-project-form-row{grid-template-columns:1fr;gap:1.5rem}.logo-preview{width:100%;max-width:200px}.form-actions{flex-direction:column-reverse;gap:.75rem}.cancel-button,.save-button{width:100%}}.users-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .users-page{max-width:100%}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.users-page h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.add-user-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2c3e50;color:#fff;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.add-user-button:hover{background:transparent;color:#2c3e50;border:2px solid #2c3e50}.add-user-button:disabled{opacity:.6;cursor:not-allowed}.users-list{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:2px solid #e0e0e0}.users-list>p{padding:2rem;text-align:center;color:#666;font-family:Gilroy,sans-serif}.users-table{width:100%;border-collapse:collapse}.users-table thead{background-color:#f8f9fa}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.users-table td{padding:1rem;border-bottom:1px solid #dee2e6;color:#666}.users-table td:last-child{text-align:center;width:100px;vertical-align:middle}.user-type-badge{display:inline-block;padding:.4rem .875rem;border-radius:12px;font-size:.8125rem;font-weight:bolder;font-family:Gilroy,sans-serif;text-transform:uppercase;letter-spacing:.2px;transition:all .2s ease}.user-type-badge.admin{background:#3498db1f;color:#2980b9;border:1px solid rgba(52,152,219,.25)}.user-type-badge.admin:hover{background:#3498db2e;border-color:#3498db59}.user-type-badge.user{background:#2ecc711f;color:#27ae60;border:1px solid rgba(46,204,113,.25)}.user-type-badge.user:hover{background:#2ecc712e;border-color:#2ecc7159}.user-type-badge.owner{background:#f1c40f1f;color:#f39c12;border:1px solid rgba(241,196,15,.25)}.user-type-badge.owner:hover{background:#f1c40f2e;border-color:#f1c40f59}.no-access-text{color:#95a5a6;font-size:.9rem;font-style:italic;text-align:center}.edit-button,.delete-button{background:transparent;border:none;color:#2c3e50;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;border-radius:0;vertical-align:middle;line-height:1}.edit-button:disabled,.delete-button:disabled{opacity:.5;cursor:not-allowed}.users-table tbody tr:hover{background-color:#f8f9fa}@media (max-width: 768px){.users-header{flex-direction:column;align-items:flex-start;gap:1rem}.users-page h1{font-size:1.5rem}.add-user-button{width:100%;justify-content:center}.users-list{overflow-x:auto}.users-table{min-width:600px;font-size:.9rem}.users-table th,.users-table td{padding:.75rem .5rem}.delete-confirm-banner-content{flex-direction:column;align-items:flex-start;gap:1rem}.delete-confirm-banner-actions{width:100%;justify-content:flex-end}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;width:90%;max-width:500px;border-radius:0;box-shadow:0 4px 12px #0003;border:2px solid #e0e0e0}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e0e0e0}.popup-header h2{margin:0;color:#2c3e50;font-size:1.5rem;font-weight:700}.popup-close{background:transparent;border:none;color:#2c3e50;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s ease;border-radius:0}.popup-close:hover{background:#f5f5f5;color:#e74c3c}.popup-content form{padding:1.5rem}.popup-content .form-group{margin-bottom:1.5rem}.popup-content .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.9rem}.popup-content .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.popup-content .password-input-wrapper{position:relative;width:100%}.popup-content .password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50}.popup-content .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#7f8c8d;transition:color .3s ease}.popup-content .password-toggle:hover{color:#2c3e50}.popup-content .password-toggle:disabled{cursor:not-allowed;opacity:.5}.popup-content .form-group input:hover{border-color:#bdc3c7}.popup-content .form-group input:focus{outline:none;border-color:#2c3e50;background:#fff}.popup-content .form-group input.error{border-color:#e74c3c;background:#fff}.popup-content .form-group input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.popup-content .error-text{color:#e74c3c;font-size:.875rem;margin-top:.5rem;display:block;font-weight:500}.popup-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-button,.create-button{padding:.75rem 1.5rem;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.create-button{background:#2c3e50;color:#fff;border:2px solid transparent}.create-button:hover:not(:disabled){background:transparent;color:#2c3e50;border:2px solid #2c3e50}.cancel-button:disabled,.create-button:disabled{opacity:.6;cursor:not-allowed}.delete-confirm{max-width:400px}.delete-confirm-content{padding:1.5rem;text-align:center}.delete-confirm-content p{margin:.5rem 0;color:#2c3e50}.delete-user-name{font-size:1.2rem;margin:1rem 0!important}.delete-confirm-button{padding:.75rem 1.5rem;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;background:#e74c3c;color:#fff;border:2px solid transparent}.delete-confirm-button:hover:not(:disabled){background:transparent;color:#e74c3c;border:2px solid #e74c3c}.delete-confirm-button:disabled{opacity:.6;cursor:not-allowed}.custom-multi-select{position:relative;width:100%}.custom-multi-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:48px}.custom-multi-select-trigger:hover{border-color:#bdc3c7}.custom-multi-select-trigger:focus{outline:none;border-color:#2c3e50}.custom-multi-select-trigger .placeholder{color:#95a5a6}.custom-multi-select-trigger span{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-multi-select-arrow{flex-shrink:0;margin-left:.5rem;display:block}.custom-multi-select.disabled .custom-multi-select-trigger{background:#f5f5f5;cursor:not-allowed;opacity:.7}.custom-multi-select.error .custom-multi-select-trigger{border-color:#e74c3c}.custom-multi-select-options{position:fixed;background:#95a5a6;border:2px solid #95a5a6;z-index:10000;max-height:300px;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.custom-multi-select-options.dropdown-bottom{border-top:none}.custom-multi-select-options.dropdown-top{border-bottom:none}.custom-multi-select-option{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #7f8c8d;-webkit-user-select:none;user-select:none}.custom-multi-select-option:last-child{border-bottom:none}.custom-multi-select-option:hover,.custom-multi-select-option.selected{background:#7f8c8d}.custom-multi-select-checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #fff;border-radius:2px;margin-right:.75rem;flex-shrink:0;background:transparent}.custom-multi-select-option.selected .custom-multi-select-checkbox{background:#2c3e50;border-color:#2c3e50}.custom-multi-select-option.selected .custom-multi-select-checkbox svg{color:#fff}.custom-multi-select-option.disabled-option{opacity:.6;cursor:not-allowed;background:#7f8c8d!important}.custom-multi-select-option.disabled-option:hover{background:#7f8c8d!important}.custom-multi-select-option span:last-child{flex:1}.custom-multi-select-option.empty-option{justify-content:center;font-style:italic;color:#ecf0f1;cursor:pointer}.custom-multi-select-option.empty-option:hover{background:#7f8c8d;color:#fff}.custom-multi-select-option.create-option{background:#2c3e50;border-color:#2c3e50;font-weight:600;border-bottom:1px solid #2c3e50}.custom-multi-select-option.create-option:hover{background:#34495e;border-color:#34495e}.profile-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .profile-page{max-width:100%}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile-header h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.profile-form-container{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:2px solid #e0e0e0;padding:2rem}.profile-form{max-width:100%}.profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.profile-form-left,.profile-form-right{display:flex;flex-direction:column}.image-upload-container{display:flex;flex-direction:column;gap:.5rem}.image-preview-label{cursor:pointer;display:block}.image-preview{width:200px;height:200px;border:2px solid #e0e0e0;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;transition:all .3s ease}.image-preview-label:hover .image-preview{border-color:#2c3e50;background:#f5f5f5}.image-preview img{width:100%;height:100%;object-fit:cover}.image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#bdc3c7}.image-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#2c3e50;font-weight:500}.profile-form .form-group{margin-bottom:1.5rem}.profile-form .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.9rem}.profile-form .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.profile-form .password-input-wrapper{position:relative;width:100%}.profile-form .password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50}.profile-form .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#7f8c8d;transition:color .3s ease}.profile-form .password-toggle:hover{color:#2c3e50}.profile-form .password-toggle:disabled{cursor:not-allowed;opacity:.5}.profile-form .form-group input:hover{border-color:#bdc3c7}.profile-form .form-group input:focus{outline:none;border-color:#2c3e50;background:#fff}.profile-form .form-group input.error{border-color:#e74c3c;background:#fff}.profile-form .form-group input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.input-with-suffix{display:flex;align-items:stretch;width:100%}.input-with-suffix input{flex:1;border-radius:0;border-right:none}.input-with-suffix input:focus{border-right:none}.input-with-suffix .input-suffix{display:flex;align-items:center;padding:.875rem 1rem;background:#f5f5f5;color:#7f8c8d;border:2px solid #e0e0e0;border-left:none;border-radius:0;font-size:1rem;font-weight:500;white-space:nowrap;-webkit-user-select:none;user-select:none}.input-with-suffix input.error{border-right:none}.input-with-suffix input.error+.input-suffix{border-color:#e74c3c;border-left:none}.input-with-suffix input:disabled+.input-suffix{background:#f5f5f5;opacity:.7}.profile-form .form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif;resize:vertical;min-height:120px;line-height:1.5}.profile-form .form-group textarea:hover{border-color:#bdc3c7}.profile-form .form-group textarea:focus{outline:none;border-color:#2c3e50;background:#fff}.profile-form .form-group textarea.error{border-color:#e74c3c;background:#fff}.profile-form .form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.profile-form .error-text{color:#e74c3c;font-size:.875rem;margin-top:.5rem;display:block;font-weight:500}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:0;margin-bottom:1.5rem;border-left:4px solid #e74c3c}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-button,.save-button{padding:.75rem 1.5rem;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.cancel-button{background:transparent;color:#2c3e50;border:2px solid #e0e0e0}.cancel-button:hover:not(:disabled){background:#f5f5f5;border-color:#2c3e50}.save-button{background:#2c3e50;color:#fff;border:2px solid transparent}.save-button:hover:not(:disabled){background:transparent;color:#2c3e50;border:2px solid #2c3e50}.cancel-button:disabled,.save-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.profile-header h1{font-size:1.5rem}.profile-form-container{padding:1.5rem}.profile-form-row{grid-template-columns:1fr;gap:1.5rem}.form-actions{flex-direction:column-reverse}.cancel-button,.save-button{width:100%}}.project-dashboard{width:100%;min-height:100vh;background:#f5f5f5;padding:0;box-sizing:border-box}.dashboard-title{font-size:2rem;font-weight:600;margin:0 0 .5rem;color:#2c3e50;letter-spacing:-.5px}.dashboard-subtitle{font-size:1rem;margin:0;color:#7f8c8d;font-weight:400}.dashboard-content{width:100%;margin:0}.calendar-sidebar{width:320px;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.calendar-mini{display:flex;flex-direction:column}.calendar-mini-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.calendar-nav-btn{background:#f5f5f5;border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#2c3e50}.calendar-nav-btn:hover{background:#e0e0e0;color:#2c3e50}.calendar-month-year{font-weight:600;font-size:1rem;color:#2c3e50;flex:1;text-align:center}.calendar-mini-grid{display:flex;flex-direction:column;gap:.5rem}.calendar-mini-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-mini-weekday{text-align:center;font-size:.75rem;font-weight:600;color:#7f8c8d;padding:.5rem 0}.calendar-mini-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-mini-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;padding:.25rem}.calendar-mini-day:hover{background:#f0f0f0;transform:scale(1.05)}.calendar-mini-day.other-month{opacity:.3}.calendar-mini-day.selected{background:#2c3e50;color:#fff}.calendar-mini-day.selected .calendar-mini-day-number{color:#fff;font-weight:700}.calendar-mini-day.today{border:2px solid #2c3e50}.calendar-mini-day.current-week{background:#2c3e501a}.calendar-mini-day-number{font-size:.875rem;font-weight:500;color:#2c3e50}.calendar-mini-rental-indicator{width:4px;height:4px;border-radius:50%;margin-top:2px}.calendar-main{width:100%;background:#fff;border-radius:0;padding:0;box-shadow:none;min-height:600px}.calendar-main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.month-nav-btn{background:#f5f5f5;border:none;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#2c3e50}.month-nav-btn:hover{background:#e0e0e0;color:#2c3e50}.month-info{flex:1;text-align:center}.month-title{font-size:1.75rem;font-weight:700;margin:0;color:#2c3e50}.month-today-btn{padding:.75rem 1.5rem;background:#2c3e50;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-left:1rem}.month-today-btn:hover{background:#34495e}.calendar-month{display:flex;flex-direction:column;padding:0 2rem 2rem}.calendar-month-header{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-top:1rem;margin-bottom:0}.calendar-month-day-header{text-align:center;padding:.75rem;background:#2c3e50;border-radius:0;color:#fff;font-weight:600;font-size:.875rem;border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);border-right:none;border-bottom:1px solid rgba(255,255,255,.2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-month-day-header:nth-child(7){border-right:1px solid rgba(255,255,255,.2)}.calendar-month-body{display:flex;flex-direction:column;gap:0}.calendar-month-week{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.calendar-month-day-cell{background:#f8f9fa;border-radius:0;padding:0;min-height:180px;border:1px solid #e0e0e0;border-top:none;border-left:none;transition:all .2s ease;display:flex;flex-direction:column}.layout.sidebar-collapsed .calendar-month-day-cell{min-height:220px}.calendar-month-week:first-child .calendar-month-day-cell{border-top:1px solid #e0e0e0}.calendar-month-day-cell:nth-child(7n+1){border-left:1px solid #e0e0e0}.calendar-month-day-cell:nth-child(7n){border-right:1px solid #e0e0e0}.calendar-month-week:last-child .calendar-month-day-cell{border-bottom:1px solid #e0e0e0}.calendar-month-day-cell.last-day-other-month{border-right:none}.calendar-month-day-cell.first-day-current-month{border-left:1px solid #e0e0e0}.calendar-month-day-cell.last-day-other-month:nth-child(7n){border-right:none}.calendar-month-day-cell.last-day-other-month-vertical{border-bottom:none}.calendar-month-day-cell.first-day-current-month-vertical{border-top:1px solid #e0e0e0}.calendar-month-day-cell:hover{border-top:1px solid #2c3e50!important;border-left:1px solid #2c3e50!important;border-right:1px solid #2c3e50!important;border-bottom:1px solid #2c3e50!important;box-shadow:none;z-index:1;position:relative}.calendar-month-day-cell.other-month{opacity:.4;background:#f0f0f0}.calendar-month-day-cell.today{border-top:1px solid #2c3e50;border-left:1px solid #2c3e50;border-right:1px solid #2c3e50;border-bottom:1px solid #2c3e50;background:#fff}.calendar-month-day-number{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;padding:.75rem .75rem .5rem}.calendar-month-day-cell.other-month .calendar-month-day-number{color:#7f8c8d}.calendar-month-day-rentals{flex:1;display:flex;flex-direction:column;gap:1px;overflow:hidden;padding:0 .15rem}.calendar-month-rental-line{height:14px;min-height:14px;max-height:14px;border:1px solid #d5d5d5;cursor:pointer;transition:all .2s ease;position:relative;border-radius:2px;margin:0;flex-shrink:0;display:flex;align-items:center}.calendar-month-rental-line.rental-start{border-top-left-radius:2px;border-bottom-left-radius:2px;border-right:none;padding:0 .15rem}.calendar-month-rental-line.rental-end{border-top-right-radius:2px;border-bottom-right-radius:2px;border-left:none;height:14px;min-height:14px;max-height:14px}.calendar-month-rental-line.rental-middle{border-left:none;border-right:none;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;height:14px;min-height:14px;max-height:14px}.calendar-month-rental-line:hover{height:16px;min-height:16px;max-height:16px;z-index:10;box-shadow:0 2px 6px #00000026}.calendar-month-rental-text{font-size:.65rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.calendar-month-day-summary{margin-top:auto;padding:.3rem .75rem .5rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.25rem}.day-summary-item{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;padding:.2rem 0}.day-summary-label{font-weight:500;color:#7f8c8d}.day-summary-item.paid .day-summary-label{color:#4caf50}.day-summary-item.unpaid .day-summary-label{color:#f44336}.day-summary-amount{font-weight:600;color:#2c3e50}.day-summary-item.paid .day-summary-amount{color:#4caf50}.day-summary-item.unpaid .day-summary-amount{color:#f44336}.calendar-month-summary{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1.5rem 2rem;margin-top:1rem;background:#f8f9fa;border-top:2px solid #e0e0e0}.month-summary-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;background:#fff;box-shadow:0 2px 4px #0000001a}.month-summary-label{font-weight:500;color:#7f8c8d}.month-summary-item.paid .month-summary-label{color:#4caf50}.month-summary-item.unpaid .month-summary-label{color:#f44336}.month-summary-amount{font-weight:700;font-size:1.1rem;color:#2c3e50}.month-summary-item.paid .month-summary-amount{color:#4caf50}.month-summary-item.unpaid .month-summary-amount{color:#f44336}.create-rental-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.create-rental-popup{background:#fff;border-radius:8px;padding:2rem;min-width:300px;max-width:400px;box-shadow:0 4px 20px #0000004d}.create-rental-popup h3{margin:0 0 1.5rem;font-size:1.2rem;color:#2c3e50;text-align:center}.popup-actions{display:flex;gap:1rem;width:100%}.popup-button{flex:1;width:100%}.rental-bar{height:60px;background:#4caf50;border-radius:8px;margin-bottom:.5rem;display:flex;align-items:center;padding:.5rem .75rem;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:all .2s ease;z-index:1;overflow:hidden;position:relative}.rental-bar:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000040;z-index:10}.rental-bar-content{display:flex;flex-direction:column;width:100%;overflow:hidden}.rental-bar-customer{font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}.rental-bar-car{font-size:.65rem;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-loading,.dashboard-error{text-align:center;padding:2rem;color:#fff;font-size:1.125rem}.dashboard-error{background:#f4433633;border-radius:12px;margin-top:1rem}@media (max-width: 1200px){.dashboard-content{flex-direction:column}.calendar-sidebar{width:100%;position:relative;top:0}.calendar-mini-days{grid-template-columns:repeat(7,1fr)}}@media (max-width: 768px){.project-dashboard{padding:1rem}.dashboard-title{font-size:2rem}.dashboard-subtitle{font-size:1rem}.calendar-main{padding:1rem}.calendar-week-header,.calendar-week-body{gap:.5rem}.calendar-week-day-header{padding:.5rem}.day-name{font-size:.75rem}.day-number{font-size:1.25rem}.calendar-week-day-cell{min-height:300px;padding:.5rem}.calendar-week-grid{min-height:300px}.rental-bar{height:50px;padding:.4rem .6rem}.rental-bar-customer{font-size:.7rem}.rental-bar-car{font-size:.6rem}}.management-dashboard{padding:2rem;background:#f5f7fa;min-height:100vh}.dashboard-loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:#666}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:600;color:#1a202c;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-card.revenue{border-left:4px solid #10b981}.stat-card.monthly-revenue{border-left:4px solid #3b82f6}.stat-card.active-rentals{border-left:4px solid #f59e0b}.stat-card.customers{border-left:4px solid #8b5cf6}.stat-card.cars{border-left:4px solid #06b6d4}.stat-card.unpaid{border-left:4px solid #ef4444}.stat-card.expenses{border-left:4px solid #f97316}.stat-card.profit{border-left:4px solid #14b8a6}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.stat-card.revenue .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.monthly-revenue .stat-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card.active-rentals .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.customers .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card.cars .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.stat-card.unpaid .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card.expenses .stat-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.stat-card.profit .stat-icon{background:linear-gradient(135deg,#14b8a6,#0d9488)}.stat-content{flex:1;min-width:0}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:#1a202c;line-height:1.2}.stat-change{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;margin-top:.25rem}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.dashboard-charts{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.chart-card.full-width{grid-column:1 / -1}.recharts-container{padding:.5rem 0;width:100%}.recharts-container .recharts-legend-wrapper{padding-top:10px!important}.recharts-container .recharts-legend-item{margin-left:20px!important;margin-right:20px!important}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.chart-card.full-width{padding-bottom:1rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chart-card h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0}.view-toggle{display:flex;gap:.5rem;align-items:center}.view-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;color:#6b7280}.view-toggle-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.view-toggle-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.view-toggle-btn .toggle-icon{font-size:1rem}.revenue-chart{display:flex;align-items:flex-end;gap:1rem;height:200px;padding:1rem 0}.chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.chart-bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;position:relative}.chart-bar{width:100%;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px 4px 0 0;position:relative;min-height:4px;transition:opacity .2s;display:flex;align-items:flex-start;justify-content:center;padding-top:.25rem}.chart-bar:hover{opacity:.8}.chart-value{font-size:.75rem;color:#fff;font-weight:600}.chart-label{margin-top:.5rem;font-size:.75rem;color:#6b7280;text-align:center}.pie-chart-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0}.pie-chart-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.pie-circle{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #0000001a}.pie-inner-circle{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0000001a}.pie-percentage{font-size:2rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.pie-total{font-size:1.5rem;font-weight:700;color:#1a202c}.pie-empty-text{font-size:1.5rem;font-weight:600;color:#9ca3af}.pie-legend{display:flex;flex-direction:column;gap:.75rem;width:100%}.pie-legend-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.pie-legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.pie-legend-name{flex:1;color:#374151;font-weight:500}.pie-legend-value{color:#6b7280;font-weight:600}.dashboard-tables{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.table-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.table-card h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 1rem}.dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.dashboard-table thead{background:#f9fafb}.dashboard-table th{padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.dashboard-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#6b7280}.dashboard-table tbody tr:hover{background:#f9fafb}.dashboard-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.aktiv{background:#d1fae5;color:#065f46}.status-badge.bitmiş{background:#dbeafe;color:#1e40af}.status-badge.ləğv{background:#fee2e2;color:#991b1b}.status-badge.boş{background:#f3f4f6;color:#374151}.status-badge.icarədə{background:#fef3c7;color:#92400e}.monthly-stats-table-container{overflow-x:auto;width:100%}.monthly-stats-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:600px}.monthly-stats-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.monthly-stats-table th{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.monthly-stats-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.monthly-stats-table tbody tr:hover{background:#f9fafb}.monthly-stats-table tbody tr:nth-child(2n){background:#fafafa}.monthly-stats-table tbody tr:nth-child(2n):hover{background:#f3f4f6}.monthly-stats-table td{padding:1rem;color:#374151}.month-name{font-weight:600;color:#1a202c}.revenue-cell{color:#10b981;font-weight:600}.expenses-cell{color:#ef4444;font-weight:600}.profit-cell{font-weight:700}.profit-cell.positive{color:#10b981}.profit-cell.negative{color:#ef4444}.unpaid-cell{color:#f59e0b;font-weight:600}.monthly-stats-table tfoot{background:#f9fafb;border-top:2px solid #e5e7eb}.monthly-stats-table tfoot .total-row td{padding:1rem;font-size:1rem;color:#1a202c}.monthly-stats-table tfoot .total-row td.positive{color:#10b981}.monthly-stats-table tfoot .total-row td.negative{color:#ef4444}@media (max-width: 768px){.management-dashboard{padding:1rem}.stats-grid,.dashboard-charts,.dashboard-tables{grid-template-columns:1fr}.revenue-chart{height:150px}.stat-card{padding:1rem}.stat-value{font-size:1.25rem}.chart-header{flex-direction:column;align-items:flex-start;gap:1rem}.view-toggle{width:100%;justify-content:flex-start}.view-toggle-btn{flex:1;justify-content:center}.monthly-stats-table{font-size:.875rem}.monthly-stats-table th,.monthly-stats-table td{padding:.75rem .5rem}}.cars-page{max-width:1200px;width:100%}.layout.sidebar-collapsed .cars-page{max-width:100%}.cars-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cars-page h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.add-car-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2c3e50;color:#fff;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.add-car-button:hover{background:transparent;color:#2c3e50;border:2px solid #2c3e50}.add-car-button:disabled{opacity:.6;cursor:not-allowed}.cars-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-group label{font-weight:600;color:#2c3e50;font-size:.9rem;font-family:Gilroy,sans-serif}.filter-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif}.filter-group input:hover{border-color:#bdc3c7}.filter-group input:focus{outline:none;border-color:#2c3e50;background:#fff}.cars-list{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:2px solid #e0e0e0}.cars-list>p{padding:2rem;text-align:center;color:#666;font-family:Gilroy,sans-serif}.cars-table{width:100%;border-collapse:collapse}.cars-table thead{background-color:#f8f9fa}.cars-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6;font-family:Gilroy,sans-serif}.cars-table td{padding:1rem;border-bottom:1px solid #dee2e6;color:#666;font-family:Gilroy,sans-serif}.cars-table td:last-child{text-align:center;width:100px;vertical-align:middle}.cars-table tbody tr:hover{background-color:#f8f9fa}.car-status-badge{display:inline-block;padding:.4rem .875rem;border-radius:12px;font-size:.8125rem;font-weight:bolder;font-family:Gilroy,sans-serif;text-transform:uppercase;letter-spacing:.2px;transition:all .2s ease}.car-status-badge.bos{background:#2ecc711f;color:#27ae60;border:1px solid rgba(46,204,113,.25)}.car-status-badge.bos:hover{background:#2ecc712e;border-color:#2ecc7159}.car-status-badge.icarede{background:#3498db1f;color:#2980b9;border:1px solid rgba(52,152,219,.25)}.car-status-badge.icarede:hover{background:#3498db2e;border-color:#3498db59}.car-status-badge.temir{background:#f1c40f1f;color:#f39c12;border:1px solid rgba(241,196,15,.25)}.car-status-badge.temir:hover{background:#f1c40f2e;border-color:#f1c40f59}.car-status-badge.blok{background:#e74c3c1f;color:#c0392b;border:1px solid rgba(231,76,60,.25)}.car-status-badge.blok:hover{background:#e74c3c2e;border-color:#e74c3c59}.car-status-badge.aktiv{background:#2ecc711f;color:#27ae60;border:1px solid rgba(46,204,113,.25)}.car-status-badge.aktiv:hover{background:#2ecc712e;border-color:#2ecc7159}.car-status-badge.bitmis{background:#95a5a61f;color:#7f8c8d;border:1px solid rgba(149,165,166,.25)}.car-status-badge.bitmis:hover{background:#95a5a62e;border-color:#95a5a659}.car-status-badge.legv-edilmis{background:#e74c3c1f;color:#c0392b;border:1px solid rgba(231,76,60,.25)}.car-status-badge.legv-edilmis:hover{background:#e74c3c2e;border-color:#e74c3c59}.car-status-badge.qezada{background:#e74c3c1f;color:#c0392b;border:1px solid rgba(231,76,60,.25)}.car-status-badge.qezada:hover{background:#e74c3c2e;border-color:#e74c3c59}.car-status-badge.temizlenir{background:#3498db1f;color:#2980b9;border:1px solid rgba(52,152,219,.25)}.car-status-badge.temizlenir:hover{background:#3498db2e;border-color:#3498db59}.car-status-badge.yoxlamada{background:#f1c40f1f;color:#f39c12;border:1px solid rgba(241,196,15,.25)}.car-status-badge.yoxlamada:hover{background:#f1c40f2e;border-color:#f1c40f59}.tools-buttons{display:flex;align-items:center;justify-content:center;gap:.5rem}.edit-button,.delete-button,.duplicate-button{background:transparent;border:none;color:#2c3e50;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease;border-radius:0;vertical-align:middle;line-height:1}.edit-button:hover{color:#228fce;background:#228fce1a}.duplicate-button:hover{color:#3498db;background:#3498db1a}.delete-button:hover{color:#e74c3c;background:#e74c3c1a}.edit-button:disabled,.delete-button:disabled,.duplicate-button:disabled{opacity:.5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:0;margin-bottom:1rem;border-left:4px solid #e74c3c}.delete-confirm-banner{background:#fff;border:2px solid #e0e0e0;border-left:4px solid #e74c3c;padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a}.delete-confirm-banner-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.delete-confirm-banner-content p{margin:0;color:#2c3e50;font-family:Gilroy,sans-serif;font-size:1rem;flex:1}.delete-confirm-banner-content strong{color:#e74c3c;font-weight:600}.delete-confirm-banner-actions{display:flex;gap:.75rem}.delete-confirm-cancel-button,.delete-confirm-ok-button{padding:.625rem 1.25rem;border:2px solid transparent;border-radius:0;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.delete-confirm-cancel-button{background:transparent;color:#2c3e50;border:2px solid #e0e0e0}.delete-confirm-cancel-button:hover:not(:disabled){background:#f5f5f5;border-color:#2c3e50}.delete-confirm-ok-button{background:#e74c3c;color:#fff;border:2px solid transparent}.delete-confirm-ok-button:hover:not(:disabled){background:transparent;color:#e74c3c;border:2px solid #e74c3c}.delete-confirm-cancel-button:disabled,.delete-confirm-ok-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.cars-header{flex-direction:column;align-items:flex-start;gap:1rem}.cars-page h1{font-size:1.5rem}.add-car-button{width:100%;justify-content:center}.cars-filters{flex-direction:column}.filter-group{width:100%}.cars-list{overflow-x:auto}.cars-table{min-width:600px;font-size:.9rem}.cars-table th,.cars-table td{padding:.75rem .5rem}.delete-confirm-banner-content{flex-direction:column;align-items:flex-start;gap:1rem}.delete-confirm-banner-actions{width:100%;justify-content:flex-end}}.custom-date-picker-wrapper{position:relative;width:100%}.custom-date-picker-wrapper.disabled{opacity:.7}.custom-date-picker-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif;font-size:1rem;transition:all .3s ease;min-height:48px;box-sizing:border-box;cursor:pointer}.custom-date-picker-wrapper:hover:not(.disabled) .custom-date-picker-trigger{border-color:#bdc3c7}.custom-date-picker-wrapper.open .custom-date-picker-trigger,.custom-date-picker-wrapper:focus-within .custom-date-picker-trigger{border-color:#2c3e50;outline:none}.custom-date-picker-wrapper.disabled .custom-date-picker-trigger{background:#f5f5f5;cursor:not-allowed}.custom-date-picker-text{flex:1;text-align:left;color:#2c3e50}.custom-date-picker-placeholder{color:#95a5a6;opacity:.7}.custom-date-picker-icon{color:#7f8c8d;font-size:1rem;transition:color .3s ease;flex-shrink:0;margin-left:.5rem}.custom-date-picker-wrapper:hover:not(.disabled) .custom-date-picker-icon{color:#2c3e50}.custom-date-picker-wrapper.error .custom-date-picker-trigger{border-color:#e74c3c}.custom-date-picker-wrapper.open .custom-date-picker-icon{color:#2c3e50}.custom-date-picker-dropdown{position:fixed;background:#fff;border:2px solid #2c3e50;border-radius:0;box-shadow:0 4px 12px #00000026;z-index:10000;min-width:320px;width:max-content}.custom-date-picker-calendar{padding:1rem}.custom-date-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.custom-date-picker-month-year{font-weight:600;font-size:1.1rem;color:#2c3e50;text-transform:capitalize}.custom-date-picker-nav-button{background:transparent;border:2px solid #e0e0e0;border-radius:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#2c3e50;padding:0}.custom-date-picker-nav-button:hover:not(:disabled){background:#2c3e50;color:#fff;border-color:#2c3e50}.custom-date-picker-nav-button:disabled{opacity:.5;cursor:not-allowed}.custom-date-picker-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.custom-date-picker-day-name{text-align:center;font-weight:600;font-size:.875rem;color:#7f8c8d;padding:.5rem 0}.custom-date-picker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:1rem}.custom-date-picker-day{background:#fff;border:2px solid #e0e0e0;border-radius:0;width:100%;min-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#2c3e50;font-size:.9rem;font-family:Gilroy,sans-serif;padding:.5rem 0}.custom-date-picker-day.empty{border:none;background:transparent;cursor:default}.custom-date-picker-day:hover:not(:disabled):not(.empty){background:#f5f5f5;border-color:#2c3e50}.custom-date-picker-day.today{background:#e8f4f8;border-color:#3498db;font-weight:600}.custom-date-picker-day.selected{background:#2c3e50;color:#fff;border-color:#2c3e50;font-weight:600}.custom-date-picker-day.selected.today{background:#2c3e50;color:#fff;border-color:#2c3e50}.custom-date-picker-day:disabled{opacity:.5;cursor:not-allowed}.custom-date-picker-actions{display:flex;justify-content:space-between;gap:.5rem;padding-top:.75rem;border-top:2px solid #e0e0e0}.custom-date-picker-action-button{flex:1;padding:.5rem 1rem;background:transparent;border:2px solid #e0e0e0;border-radius:0;color:#2c3e50;font-family:Gilroy,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.custom-date-picker-action-button:hover:not(:disabled){background:#2c3e50;color:#fff;border-color:#2c3e50}.custom-date-picker-action-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.custom-date-picker-dropdown{min-width:280px;max-width:calc(100vw - 20px)}}.custom-toggle-wrapper{display:flex;flex-direction:column;gap:.5rem}.custom-toggle-label{font-family:Gilroy,sans-serif;font-size:1rem;color:#2c3e50;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-toggle{position:relative;width:48px;height:24px;background:#ccc;border-radius:12px;cursor:pointer;transition:background-color .3s ease;flex-shrink:0}.custom-toggle:hover:not(.disabled){background:#bbb}.custom-toggle.on{background:#2c3e50}.custom-toggle.on:hover:not(.disabled){background:#1a252f}.custom-toggle.disabled{opacity:.6;cursor:not-allowed}.custom-toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.custom-toggle.on .custom-toggle-slider{transform:translate(24px)}.custom-toggle.error{border:2px solid #e74c3c}.tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tab-button{padding:.875rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;position:relative;bottom:-2px}.tab-button:hover{color:#2c3e50;background:#2c3e500d}.tab-button.active{color:#2c3e50;border-bottom-color:#2c3e50;background:transparent}.gallery-tab{margin-bottom:2rem}.gallery-upload-button{display:inline-block;padding:.875rem 1.5rem;background:#2c3e50;color:#fff!important;border:2px solid transparent;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif;text-align:center}.gallery-upload-button:hover{background:transparent;color:#2c3e50!important;border:2px solid #2c3e50}.gallery-upload-button:disabled{opacity:.6;cursor:not-allowed}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,150px));gap:1rem;margin-top:1.5rem}.gallery-item{position:relative;width:150px;height:150px;border:2px solid #e0e0e0;border-radius:0;overflow:hidden;background:#fafafa}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-remove-button{position:absolute;top:.5rem;right:.5rem;background:#e74c3ce6;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.875rem}.gallery-remove-button:hover:not(:disabled){background:#e74c3c;transform:scale(1.1)}.gallery-remove-button:disabled{opacity:.5;cursor:not-allowed}.gallery-view-button{position:absolute;top:.5rem;left:.5rem;background:#3498dbe6;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:.875rem}.gallery-view-button:hover:not(:disabled){background:#3498db;transform:scale(1.1)}.gallery-view-button:disabled{opacity:.5;cursor:not-allowed}.gallery-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.gallery-popup-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-popup-close{position:absolute;top:-2.5rem;right:0;background:#fff3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.25rem;z-index:10}.gallery-popup-close:hover{background:#ffffff4d;transform:scale(1.1)}.gallery-popup-prev,.gallery-popup-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;color:#fff;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.5rem;z-index:10}.gallery-popup-prev{left:-3rem}.gallery-popup-next{right:-3rem}.gallery-popup-prev:hover,.gallery-popup-next:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.gallery-popup-image-container{max-width:100%;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-popup-image-container img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:0}.gallery-popup-counter{position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:1rem;font-weight:600;font-family:Gilroy,sans-serif;background:#00000080;padding:.5rem 1rem;border-radius:20px}@media (max-width: 768px){.gallery-popup-prev{left:.5rem}.gallery-popup-next{right:.5rem}.gallery-popup-close{top:.5rem;right:.5rem}.gallery-popup-counter{bottom:.5rem}}.custom-time-picker-wrapper{position:relative;width:100%}.custom-time-picker-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50;font-family:Gilroy,sans-serif;cursor:pointer}.custom-time-picker-trigger:hover{border-color:#bdc3c7}.custom-time-picker-trigger:focus-within{outline:none;border-color:#2c3e50}.custom-time-picker-wrapper.disabled .custom-time-picker-trigger{background:#f5f5f5;cursor:not-allowed;opacity:.7}.custom-time-picker-wrapper.error .custom-time-picker-trigger{border-color:#e74c3c}.custom-time-picker-text{flex:1;text-align:left;color:#2c3e50}.custom-time-picker-placeholder{color:#bdc3c7}.custom-time-picker-icon{color:#7f8c8d;font-size:1rem;margin-left:.5rem}.custom-time-picker-dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:0;box-shadow:0 4px 12px #00000026;overflow:hidden;min-width:280px}.custom-time-picker-dropdown-content{padding:1rem}.custom-time-picker-selectors{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.custom-time-picker-selector{flex:1;display:flex;flex-direction:column;gap:.5rem}.custom-time-picker-selector label{font-size:.875rem;font-weight:600;color:#2c3e50;text-align:center}.custom-time-picker-number-input{width:100%}.custom-time-picker-number-input input{width:100%;padding:.5rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;text-align:center;font-family:Gilroy,sans-serif;transition:all .3s ease}.custom-time-picker-number-input input:focus{outline:none;border-color:#2c3e50}.custom-time-picker-scroll-list{max-height:200px;overflow-y:auto;border:2px solid #e0e0e0;border-radius:0}.custom-time-picker-scroll-list::-webkit-scrollbar{width:6px}.custom-time-picker-scroll-list::-webkit-scrollbar-track{background:#f5f5f5}.custom-time-picker-scroll-list::-webkit-scrollbar-thumb{background:#bdc3c7;border-radius:3px}.custom-time-picker-scroll-list::-webkit-scrollbar-thumb:hover{background:#7f8c8d}.custom-time-picker-item{display:block;width:100%;padding:.5rem;border:none;background:#fff;color:#2c3e50;font-size:.875rem;text-align:center;cursor:pointer;transition:all .2s ease;font-family:Gilroy,sans-serif}.custom-time-picker-item:hover:not(:disabled){background:#f5f5f5}.custom-time-picker-item.selected{background:#2c3e50;color:#fff}.custom-time-picker-item:disabled{opacity:.5;cursor:not-allowed}.custom-time-picker-separator{font-size:1.5rem;font-weight:600;color:#2c3e50;padding-top:2rem}.custom-time-picker-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.5rem;border-top:2px solid #e0e0e0}.custom-time-picker-action-button{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:0;background:#fff;color:#2c3e50;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Gilroy,sans-serif}.custom-time-picker-action-button:hover:not(:disabled){background:#f5f5f5;border-color:#2c3e50}.custom-time-picker-action-button:disabled{opacity:.5;cursor:not-allowed}.rental-form-row{display:grid;grid-template-columns:1fr 400px;gap:2rem}.rental-summary-container{position:sticky;top:2rem;align-self:start}.rental-summary{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:0;padding:1.5rem;position:sticky;top:2rem}.rental-summary h3{margin:0 0 1.5rem;color:#2c3e50;font-size:1.25rem;font-weight:600;border-bottom:2px solid #e0e0e0;padding-bottom:.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.summary-item-input-wrapper{display:flex;align-items:center;gap:.5rem}.summary-item:last-child{border-bottom:none;margin-bottom:0}.summary-item label{font-weight:600;color:#2c3e50;font-size:.95rem}.summary-item span{font-weight:500;color:#34495e;font-size:1rem}.summary-item.payment-item{border-bottom:none}.summary-item.remaining{margin-top:.75rem;padding-top:.75rem;padding-bottom:.75rem;border-top:2px solid #2c3e50}.summary-item.remaining label{font-size:1.1rem;font-weight:700}.summary-item.remaining span{font-size:1.25rem;font-weight:700}.summary-item.remaining span.positive{color:#27ae60}.summary-item.remaining span.negative{color:#e74c3c}.summary-item.remaining span.zero{color:#7f8c8d}.summary-item span.auto-calculated{color:#3498db;font-style:italic}.summary-note{margin:.5rem 0 1rem;padding:.75rem;background:#e8f4f8;border-left:3px solid #3498db;border-radius:0}.summary-note small{color:#2980b9;font-size:.85rem;line-height:1.4;display:block}.summary-input{width:120px;padding:.5rem;border:2px solid #e0e0e0;border-radius:0;font-size:1rem;text-align:right;font-weight:500;color:#2c3e50;transition:border-color .3s ease;-moz-appearance:textfield}.summary-input::-webkit-outer-spin-button,.summary-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.summary-input:focus{outline:none;border-color:#2c3e50}.summary-currency{font-weight:500;color:#34495e;font-size:1rem}.payment-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0}.payment-section h4{margin:0 0 1rem;color:#2c3e50;font-size:1.1rem;font-weight:600}.payment-form-row{display:flex;gap:1rem;align-items:flex-end}.payment-form-row .form-group{display:flex;flex-direction:column;flex:1}.payment-form-row .form-group label{margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.95rem}.payment-form-row .form-group input{height:45px;box-sizing:border-box}.payment-form-row .custom-select .custom-select-trigger{height:45px;padding:.5rem 3rem .5rem 1rem;box-sizing:border-box;display:flex;align-items:center}.payment-button-row{display:flex;justify-content:flex-start;margin-top:-.5rem}.payment-history{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.payment-history h5{margin:0 0 .75rem;color:#2c3e50;font-size:1rem;font-weight:600}.payment-history table{width:100%;border-collapse:collapse}.payment-history th{text-align:left;padding:.5rem;font-weight:600;color:#2c3e50;font-size:.85rem;border-bottom:1px solid #e0e0e0}.payment-history td{padding:.5rem;color:#34495e;font-size:.9rem;border-bottom:1px solid #f0f0f0}.payment-history tr:last-child td{border-bottom:none}@media (max-width: 1024px){.rental-form-row{grid-template-columns:1fr}.rental-summary-container,.rental-summary{position:static}.payment-form-row{flex-direction:column}}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.woff2) format("woff2"),url(/fonts/Gilroy-Regular.woff) format("woff"),url(/fonts/Gilroy-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.woff2) format("woff2"),url(/fonts/Gilroy-Bold.woff) format("woff"),url(/fonts/Gilroy-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{width:100%;height:100vh}
