:root{--bg-primary: #f5f5f5;--bg-surface: #ffffff;--bg-section: #f0f0f0;--text-primary: #333;--text-secondary: #666;--text-muted: #888;--border-color: #ddd;--input-bg: #ffffff;--btn-bg: #ded6d6;--btn-color: #666;--shadow: rgba(0,0,0,.15)}html[data-theme=dark]{--bg-primary: #1a1a1a;--bg-surface: #2b2b2b;--bg-section: #333333;--text-primary: #ececec;--text-secondary: #cccccc;--text-muted: #b0b0b0;--border-color: #3a3a3a;--input-bg: #222222;--btn-bg: #3a3a3a;--btn-color: #ccc;--shadow: rgba(0,0,0,.4)}body{margin:0;font-family:Helvetica Neue;background-color:var(--bg-primary, #fbfafa);color:var(--text-primary, #333);transition:background-color .2s,color .2s}input[type=checkbox]{accent-color:#fa4747}.app{display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;align-items:center;background-color:#fa4747;padding:10px 20px}.logo{height:35px;width:auto;margin:0}.search-icon,.cart-icon{font-size:24px;color:#fff;cursor:pointer}.cart-icon-link{display:flex;align-items:center}.cart-icon-link--active .cart-icon{color:#333}.home-page,.custom-page,.favourite-page,.profile-page,.login-page,.signup-page,.user-admin-page,.user-profile-page,.analytics-page,.order-history-page,.support-page{position:relative;padding:15px 15px 50px;background-color:var(--bg-primary, #f5f5f5)}h2{font-size:24px;margin-bottom:15px;color:var(--text-primary, #333);font-weight:600}h3{font-size:18px;margin-bottom:10px;color:var(--text-primary, #333);font-weight:600}h4{font-size:16px;margin-bottom:10px;color:var(--text-primary, #333);font-weight:600}.card-container{display:flex;flex-wrap:wrap;gap:10px;padding:10px}.card-container .profile-card-wrapper{flex:0 0 calc((100% - 20px) / 3);max-width:calc((100% - 20px) / 3)}.profile-card-wrapper{box-sizing:border-box;width:180px;max-width:100%}.profile-card{width:100%;height:auto;aspect-ratio:180 / 240;display:flex;flex-direction:column;padding:8px 0 4px;box-sizing:border-box;position:relative;background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000026;transition:transform .2s;cursor:pointer}.profile-card-content{display:flex;flex-direction:column;width:100%;height:100%}.profile-card-image-container{position:relative;width:80%;align-self:center;aspect-ratio:4 / 3;overflow:hidden;flex-shrink:0;background-color:#f0f0f0}.profile-card-image-container .card-image{width:100%;height:100%;object-fit:fill;object-position:center;border-radius:5px}.profile-card-image-container .card-image-placeholder{width:100%;height:100%;background-color:#f0f0f0;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#666;font-size:clamp(10px,2vw,14px)}.profile-card-image-container .card-actions{position:absolute;bottom:-6px;left:-12px;right:-15px;display:flex;justify-content:space-between;align-items:center;z-index:10;background:transparent}.profile-card-image-container .card-actions-left,.profile-card-image-container .card-actions-right{display:flex;justify-content:space-between;align-items:center;gap:5px}.profile-card-image-container .card-actions-left{padding-left:5px}.profile-card-image-container .card-actions-right{padding-right:5px}.profile-card-image-container .card-actions .action-btn{color:#fff;font-size:16px;background:none;border:none;cursor:pointer;text-shadow:0 0 3px rgba(0,0,0,.5)}.profile-card-text-content{display:flex;flex-direction:column;margin:2px 5px 0}.profile-card-text-content h3{text-align:center;margin:4px 2px 1px;color:#333;font-size:clamp(8px,1.8vw,12px);line-height:1.2em}.profile-card-text-content .description{color:#666;margin:4px 5px 0 10px;text-align:justify;text-align-last:left;padding:0;line-height:1.2em;font-size:clamp(7px,1.3vw,10px);max-height:6em;overflow:hidden;display:block}.profile-card-text-content .quantity-cost-wrapper{color:#666;margin:4px 5px 0 10px;text-align:justify;text-align-last:left;padding:0;line-height:1.2em;font-size:clamp(7px,1.3vw,10px);max-height:calc(1.2em * 3);overflow:hidden;display:block}.profile-card-text-content .quantity-cost-label{font-weight:400}.profile-card-text-content .quantity-cost-item{display:inline}.bottom-menu{display:flex;justify-content:space-around;font-size:20px;background:#fa4747;padding:2px 0;position:fixed;bottom:0;width:100%;z-index:1000;height:50px;box-sizing:border-box}.menu-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;margin-top:5px;color:#fff;transition:color .2s}.menu-item--active{color:#333}.menu-item span{font-size:9px;margin-top:2px}.error{color:#fa4747;margin-bottom:8px;font-size:14px}.field-error{color:#fa4747;font-size:12px;margin-top:4px;margin-bottom:0}form{display:flex;flex-direction:column;gap:8px;margin:0 auto}input,textarea,select{padding:6px;border:1px solid var(--border-color, #ddd);border-radius:5px;font-size:14px;width:100%;box-sizing:border-box;white-space:normal;background-color:var(--input-bg, #fff);color:var(--text-primary, #333)}.flat-input{border:none;background:none;padding:8px 0;font-size:14px;width:100%;box-sizing:border-box;white-space:normal}select[multiple]{height:100px}button{padding:8px;background:var(--btn-bg, #ded6d6);color:var(--btn-color, #666);border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s}button:disabled{background:#ccc;cursor:not-allowed}small{font-size:12px;color:#777}.action-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:4px;margin:5px 14px;color:#666;transition:color .2s}.action-btn:disabled{color:#999;background:none;cursor:not-allowed}.profile-card .card-actions .action-btn.delete-btn{color:#666;background:none;border-radius:5px;padding:4px 8px}.profile-card .card-actions .action-btn.delete-btn:disabled{color:#999;background:none}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-header+hr{margin-top:5px;margin-bottom:15px}.analytics-content,.support-content,.order-history-content{padding:10px 0}.form-section{margin-bottom:20px}.form-section h3{margin-bottom:15px}.interests-section .section-divider{margin-top:15px;margin-bottom:15px}.thin-line{border:0;border-top:1px solid #ddd;margin:10px 0}.form-section .section-header{margin-bottom:0}.form-section .section-header+hr{margin-top:5px;margin-bottom:15px}.event-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:5px;align-items:center}.event-options label{margin-right:150px;padding:1px;display:flex;align-items:center;gap:8px;font-size:12px;color:#555;white-space:nowrap}.event-options input[type=checkbox]{display:inline-block;width:12px;height:12px;margin:10px;vertical-align:middle;cursor:pointer}.login-link-card,.signup-link-card{display:flex;justify-content:center;margin-top:20px}.login-link,.signup-link{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:10px 20px;box-shadow:0 2px 6px #00000026;text-decoration:none;color:#333;font-size:14px;font-weight:500;width:200px;transition:background-color .2s;white-space:nowrap}.login-arrow,.signup-arrow{margin-left:10px}.add-profile-section{text-align:center;margin:20px 0}.create-design-header{display:flex;align-items:center;justify-content:center;margin-bottom:10px;position:relative}.unified-profile-card{position:fixed;top:0;bottom:0;left:0;right:0;background:#fff;z-index:1000;padding:20px 10px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.unified-profile-card::-webkit-scrollbar{width:8px}.unified-profile-card::-webkit-scrollbar-track{background:transparent}.unified-profile-card::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.unified-profile-card{-ms-overflow-style:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent}@keyframes clcu-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.clcu-saving-bar-wrap{position:absolute;top:0;left:0;right:0;height:4px;background:#f0f0f0;border-radius:8px 8px 0 0;overflow:hidden;z-index:1002}.clcu-saving-bar-fill{width:30%;height:100%;background:linear-gradient(90deg,#fa4747,#ff5c5c);border-radius:3px;animation:clcu-slide 1.2s ease-in-out infinite}.save-close-btn{position:absolute;top:35px;background:none;border:none;cursor:pointer;font-size:1.2rem;color:#666;padding:5px;transition:color .2s;z-index:1001;pointer-events:auto}.save-btn{left:25px}.close-btn{right:25px}.profile-details{margin:20px auto 70px;padding:20px;border:1px solid #ccc;border-radius:8px;max-width:340px;background:#fff;box-shadow:0 4px 12px #0000001a;width:100%;box-sizing:border-box}.form-group{margin-bottom:10px}.form-group.image-section{margin-bottom:20px}.form-group label{display:block;margin-bottom:3px;font-weight:500;color:#333}.form-group input,.form-group select{width:100%;padding:6px;border:1px solid #ccc;border-radius:3px;font-size:12px;background:#fff}.unified-profile-user-details .form-group-row,.unified-profile-super-details .form-group-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.unified-profile-super-details .form-group-row-theme{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.unified-profile-super-details .form-group-row-theme .form-group-item{display:flex;align-items:center;gap:5px;width:100%}.unified-profile-super-details .form-group-row-theme .form-group-item label{display:none}.unified-profile-user-details .form-group-item,.unified-profile-super-details .form-group-item{flex:1;min-width:0}.unified-profile-user-details .form-group-item label,.unified-profile-super-details .form-group-item label{font-size:12px;margin-bottom:1px}.unified-profile-user-details .field-value,.unified-profile-super-details .field-value{display:flex;align-items:center}.unified-profile-user-details .field-value select{border:none;background:none;padding:4px 10px 4px 0;font-size:12px;border-radius:3px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 8px center;background-size:14px;font-family:Helvetica Neue}.unified-profile-super-details .field-value input{border:none;background:#fff;padding:0 10px 0 0;font-size:12px;border-radius:3px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 8px center;background-size:14px;font-family:Helvetica Neue}.unified-profile-super-details input[list]::-webkit-calendar-picker-indicator{display:none}.unified-profile-super-details input[list]{position:relative}.unified-profile-user-details .field-value span,.unified-profile-super-details .field-value span{font-size:12px;background:none;border-radius:3px;width:100%;display:inline-block}.unified-profile-user-details .checkbox-group{display:flex;flex-direction:column;gap:5px}.unified-profile-user-details .checkbox-item{display:flex;align-items:center;gap:5px}.unified-profile-user-details .checkbox-item label{margin-bottom:0}.unified-profile-user-details .checkbox-item .field-value{display:flex;align-items:center}.unified-profile-user-details .checkbox-item input[type=checkbox]{width:10px;height:10px}.carousel-nav{display:flex;justify-content:center;gap:5px;margin-bottom:5px}.nav-arrow{background:none!important;border:none;cursor:pointer;font-size:10px;color:#666}.nav-arrow:disabled{color:none;cursor:not-allowed}.unified-profile-user-nav-arrow{font-size:15px}.unified-profile-user-nav-arrow:not(:disabled){color:#fa4747}.image-carousel-container{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.carousel-arrow{background:none;border:none;cursor:pointer;color:#666}.unified-profile-user-carousel-arrow{font-size:14px;flex-shrink:0}.unified-profile-user-carousel-arrow:not(:disabled){color:#fa4747}.unified-profile-user-carousel-arrow:disabled{background:none!important;box-shadow:none!important}.image-carousel{flex:0 0 auto;display:flex;justify-content:center}@media(max-width:480px){.image-wrapper,.profile-image,.image-placeholder{width:200px;height:160px}.unified-profile-user-carousel-arrow{min-width:28px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border-radius:50%;font-size:13px;flex-shrink:0}.unified-profile-user-carousel-arrow:not(:disabled){background:#ffffffd9;box-shadow:0 1px 4px #00000026}}.profile-image-section{cursor:pointer;margin-top:1px;position:relative;display:flex;justify-content:center}.image-wrapper{position:relative;width:250px;height:200px}.profile-image{width:250px;height:200px;object-fit:fill;border-radius:5px}.image-placeholder{width:250px;height:200px;display:flex;align-items:center;justify-content:center;background:#fff;color:#666;font-size:12px;text-align:center;padding:5px;box-shadow:0 2px 6px #00000026;border-radius:5px;line-height:1.4;font-style:italic}.error-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #fa4747;border-radius:8px;padding:20px;box-shadow:0 4px 12px #00000026;z-index:2000;text-align:center;max-width:90%;width:300px}.error-popup p{color:#fa4747;margin-bottom:15px;font-size:14px;line-height:1.5}.error-popup button{padding:8px 16px;background:#fa4747;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s}.visibility-toggle{display:flex;justify-content:center;margin-bottom:0}.toggle-switch{display:flex;align-items:center;position:relative;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:relative;width:30px;height:17px;background-color:#ccc;border-radius:17px;transition:background-color .3s;margin:0}.slider:before{content:"";position:absolute;width:14px;height:14px;left:1px;bottom:1px;background-color:#fff;border-radius:50%;transition:transform .3s}.toggle-switch input:checked+.slider{background-color:#fa4747}.toggle-switch input:checked+.slider:before{transform:translate(14px)}html[data-theme=dark] .top-bar,html[data-theme=dark] .bottom-menu{background-color:#b52e2e}html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4{color:var(--text-primary)}html[data-theme=dark] small{color:var(--text-muted)}html[data-theme=dark] p{color:var(--text-primary)}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{background-color:var(--input-bg);color:var(--text-primary);border-color:var(--border-color)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:var(--text-muted)}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] select:focus{border-color:#b52e2e;outline:none}html[data-theme=dark] label{color:var(--text-secondary)}html[data-theme=dark] button{background:var(--btn-bg);color:var(--btn-color)}html[data-theme=dark] button:disabled{background:#333;color:#555}html[data-theme=dark] hr,html[data-theme=dark] .thin-line{border-color:var(--border-color)}html[data-theme=dark] .custom-page,html[data-theme=dark] .home-page,html[data-theme=dark] .favourite-page,html[data-theme=dark] .profile-page,html[data-theme=dark] .login-page,html[data-theme=dark] .analytics-page,html[data-theme=dark] .order-history-page,html[data-theme=dark] .support-page,html[data-theme=dark] .enquiry-page{background-color:var(--bg-primary)}html[data-theme=dark] .profile-card{background:var(--bg-surface);box-shadow:0 2px 6px var(--shadow)}html[data-theme=dark] .profile-card-text-content h3{color:var(--text-primary)}html[data-theme=dark] .profile-card-text-content .description,html[data-theme=dark] .profile-card-text-content .quantity-cost-wrapper{color:var(--text-secondary)}html[data-theme=dark] .profile-card-image-container,html[data-theme=dark] .profile-card-image-container .card-image-placeholder{background-color:#252525;color:var(--text-secondary)}html[data-theme=dark] .nav-card{background:var(--bg-surface);box-shadow:0 2px 6px var(--shadow)}html[data-theme=dark] .nav-item,html[data-theme=dark] .nav-link{color:var(--text-primary)}html[data-theme=dark] .nav-icon.user-icon,html[data-theme=dark] .nav-icon.job-wizard-icon,html[data-theme=dark] .nav-icon.analytics-icon,html[data-theme=dark] .nav-icon.support-icon{background:#555}html[data-theme=dark] .up-page-container{background-color:var(--bg-primary)}html[data-theme=dark] .up-page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)}html[data-theme=dark] .up-page-close-btn{color:var(--text-secondary)}html[data-theme=dark] .up-user-email{color:var(--text-primary)}html[data-theme=dark] .up-section-header{background-color:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .up-avatar{background-color:#444;color:var(--text-secondary);border-color:#555}html[data-theme=dark] .up-error{color:#ff8080}html[data-theme=dark] .flat-input{color:var(--text-primary);background:none}html[data-theme=dark] .up-form-section{background-color:var(--bg-surface)!important}html[data-theme=dark] .up-section-title{color:var(--text-primary)!important}html[data-theme=dark] .up-form-label{color:var(--text-secondary)!important}html[data-theme=dark] .up-input-field,html[data-theme=dark] .up-input-field[type=text],html[data-theme=dark] .up-input-field[type=email],html[data-theme=dark] .up-input-field[type=tel],html[data-theme=dark] .up-input-field[type=date]{color:var(--text-primary)!important;background:transparent!important}html[data-theme=dark] .up-input-field:disabled{color:var(--text-muted)!important}html[data-theme=dark] .up-select-field{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .up-action-btn{color:var(--text-secondary)!important}html[data-theme=dark] .up-action-btn:disabled{color:var(--text-muted)!important}html[data-theme=dark] .up-page-container .checkbox-item label{color:var(--text-secondary)!important}html[data-theme=dark] .section-header{background-color:var(--bg-section)}html[data-theme=dark] .image-placeholder{background:var(--bg-surface);color:var(--text-secondary);box-shadow:0 2px 6px var(--shadow)}html[data-theme=dark] .unified-profile-card{background:var(--bg-primary)}html[data-theme=dark] .profile-details{background:var(--bg-surface);border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow)}html[data-theme=dark] .form-group label{color:var(--text-secondary)}html[data-theme=dark] .form-group input,html[data-theme=dark] .form-group select{background:var(--input-bg);color:var(--text-primary);border-color:var(--border-color)}html[data-theme=dark] .unified-profile-super-details .field-value input{background:var(--input-bg);color:var(--text-primary)}html[data-theme=dark] .unified-profile-user-details .field-value select{color:var(--text-primary);background-image:url('data:image/svg+xml;utf8,<svg fill="%23cccccc" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')}html[data-theme=dark] .unified-profile-user-details .field-value select option,html[data-theme=dark] .unified-profile-super-details .field-value select option{background:var(--bg-surface);color:var(--text-primary)}html[data-theme=dark] .unified-profile-user-details .field-value span,html[data-theme=dark] .unified-profile-super-details .field-value span{color:var(--text-primary)}html[data-theme=dark] .save-close-btn{background:#3c3c3ce6!important;color:var(--text-primary)}html[data-theme=dark] .profile-card-large-container{background:var(--bg-surface)!important;box-shadow:0 4px 16px var(--shadow)!important}html[data-theme=dark] .profile-card-header{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .profile-card-title{color:var(--text-primary)!important}html[data-theme=dark] .profile-card-close-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .logo-chat-container button svg{color:var(--text-secondary)!important}html[data-theme=dark] .profile-card-large-container p[style*="color: rgb(102, 102, 102)"],html[data-theme=dark] .profile-card-large-container p[style*="color: #666"]{color:var(--text-secondary)!important}html[data-theme=dark] .profile-card-large-container p[style*="color: rgb(51, 51, 51)"],html[data-theme=dark] .profile-card-large-container p[style*="color: #333"]{color:var(--text-primary)!important}html[data-theme=dark] .profile-card-large-container div[style*="borderTop: 1px solid rgb(240, 240, 240)"]{border-top-color:var(--border-color)!important}html[data-theme=dark] .profile-card-large-container div[style*="backgroundColor: rgb(240, 240, 240)"]{background-color:#252525!important}html[data-theme=dark] .enquiry-profile-card{background-color:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .enquiry-profile-card.expanded{background-color:var(--bg-section)!important}html[data-theme=dark] .enquiry-review-comments{background-color:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .enquiry-option-dropdown{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .enquiry-delete-btn{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .popup-content,html[data-theme=dark] .reject-popup-content,html[data-theme=dark] .feedback-popup-content{background:var(--bg-surface)!important;box-shadow:0 2px 10px var(--shadow)!important}html[data-theme=dark] .reject-popup-header{background:var(--bg-section)!important;color:var(--text-primary)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .reject-popup-body{background:var(--bg-surface)!important;color:var(--text-primary)!important}html[data-theme=dark] .reject-popup-footer{background:var(--bg-section)!important;border-top-color:var(--border-color)!important}html[data-theme=dark] .elc-spec-toggle{border-color:var(--border-color)!important;color:var(--text-muted)!important}html[data-theme=dark] .elc-text-input,html[data-theme=dark] .elc-select-input,html[data-theme=dark] .elc-qty-input,html[data-theme=dark] .elc-cost-input,html[data-theme=dark] .elc-dt-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .elc-text-input::placeholder,html[data-theme=dark] .elc-dt-input::placeholder{color:var(--text-muted)!important}html[data-theme=dark] .elc-radio-label{color:var(--text-secondary)!important}html[data-theme=dark] .elc-address-display,html[data-theme=dark] .elc-addr-option-text{color:var(--text-primary)!important}html[data-theme=dark] .elc-addr-option{color:var(--text-secondary)!important}html[data-theme=dark] .elc-new-addr-inputs input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .elc-dt-label,html[data-theme=dark] .elc-tier-label{color:var(--text-muted)!important}html[data-theme=dark] .elc-bottom-section{border-top-color:var(--border-color)!important}html[data-theme=dark] .elc-feedback{border-color:var(--border-color)!important}html[data-theme=dark] .elc-feedback-label{background:var(--bg-section)!important;color:var(--text-muted)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .elc-feedback-input{background:var(--input-bg)!important;color:var(--text-primary)!important}html[data-theme=dark] .elc-changelog{background:var(--bg-section)!important;color:var(--text-secondary)!important;border-top-color:var(--border-color)!important}html[data-theme=dark] .elc-changelog-header{color:var(--text-muted)!important}html[data-theme=dark] .elc-changelog-new{color:var(--text-primary)!important}html[data-theme=dark] .elc-option-dropdown{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .elc-add-address-btn{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .elc-qty-cost-col .form-group-item label{color:var(--text-secondary)!important}html[data-theme=dark] .elc-qty-cost-col .field-value span{color:var(--text-primary)!important}html[data-theme=dark] .elc-qty-cost-col .elc-cost-euro{color:var(--text-muted)!important}html[data-theme=dark] .elc-card .form-group-item label{color:var(--text-secondary)!important}html[data-theme=dark] .elc-card .field-value span,html[data-theme=dark] .elc-card .form-group-item span{color:var(--text-primary)!important}html[data-theme=dark] .dotted-line{border-top-color:var(--border-color)!important}html[data-theme=dark] .elc-theme-header{color:var(--text-primary)!important}html[data-theme=dark] .elc-error-toast{background:var(--bg-surface)!important;border-color:var(--border-color)!important;box-shadow:0 4px 12px var(--shadow)!important}html[data-theme=dark] .elc-error-toast-close{color:var(--text-secondary)!important}html[data-theme=dark] .elc-popup-content{background:var(--bg-surface)!important;color:var(--text-primary)!important;box-shadow:0 2px 12px var(--shadow)!important}html[data-theme=dark] .elc-popup-close{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .elc-suggestion-dropdown{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .elc-suggestion-item{background:var(--bg-surface)!important;color:var(--text-primary)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .elc-suggestion-item span[style*="color: rgb(85"],html[data-theme=dark] .elc-suggestion-item span[style*="color: #555"]{color:var(--text-secondary)!important}html[data-theme=dark] .elc-suggestion-item span[style*="color: rgb(170"],html[data-theme=dark] .elc-suggestion-item span[style*="color: #aaa"],html[data-theme=dark] .elc-suggestion-item span[style*="color: #999"]{color:var(--text-muted)!important}html[data-theme=dark] .elc-inline-edit-btn,html[data-theme=dark] .elc-address-text{color:var(--text-secondary)!important}html[data-theme=dark] .elc-error-toast{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}html[data-theme=dark] .elc-error-toast button{color:var(--text-secondary)!important}html[data-theme=dark] .elc-error-toast p,html[data-theme=dark] .elc-spec-toggle-label{color:var(--text-primary)!important}html[data-theme=dark] .elc-spec-body label{color:var(--text-secondary)!important}html[data-theme=dark] .elc-dt-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}html[data-theme=dark] .enquiry-page .enquiry-page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .enquiry-page .enq-search-wrapper{background:var(--input-bg)!important;box-shadow:none!important}html[data-theme=dark] .enquiry-page .enq-search-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .enquiry-page .enq-search-clear-btn{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .enquiry-page .enq-table{background:var(--bg-surface)!important}html[data-theme=dark] .enquiry-page .enq-th{background:var(--bg-section)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .enquiry-page .enq-td{color:var(--text-secondary)!important;border-color:var(--border-color)!important;background:var(--bg-surface)!important}html[data-theme=dark] .enquiry-page .enq-row-active .enq-td{background:#2d1a1a!important}html[data-theme=dark] .enquiry-page .enq-expanded-td{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .enquiry-page .enq-del-btn{color:#555!important;background:none!important}html[data-theme=dark] .enquiry-page .enq-process-flow{background:var(--bg-surface)!important}html[data-theme=dark] .enquiry-page .enq-pf-toggle{background:var(--bg-surface)!important;box-shadow:0 1px 5px var(--shadow)!important}html[data-theme=dark] .enquiry-page .enq-pf-toggle-arrow,html[data-theme=dark] .enquiry-page .enq-pf-label{color:var(--text-secondary)!important}html[data-theme=dark] .enquiry-page .enq-pf-step-action .enq-pf-label{color:#b52e2e!important}html[data-theme=dark] .enquiry-page .enq-pf-sub{color:var(--text-muted)!important}html[data-theme=dark] .enquiry-page .enq-pf-dot{background:#3a3a3a!important;color:var(--text-muted)!important}html[data-theme=dark] .enquiry-page .enq-pf-exceptions{border-top-color:var(--border-color)!important}html[data-theme=dark] .enquiry-page .enq-pf-ex-item{border-left-color:var(--border-color)!important}html[data-theme=dark] .enquiry-page .enq-pf-wrapper--open{border-right-color:var(--border-color)!important}html[data-theme=dark] .page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .page-close-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .oh-search-wrapper{background:var(--input-bg)!important;box-shadow:none!important}html[data-theme=dark] .oh-search-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .oh-search-clear-btn{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .order-table{background-color:var(--bg-surface)!important}html[data-theme=dark] .page-body .order-table th{background-color:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .page-body .order-table td{background-color:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .page-body .order-table tbody tr:nth-child(2n) td{background-color:#262626!important}html[data-theme=dark] .no-match-message{background:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .toggle-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .login-container{background:var(--bg-surface)!important;box-shadow:0 2px 10px var(--shadow)!important}html[data-theme=dark] .login-close-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .login-title{color:var(--text-primary)!important}html[data-theme=dark] .login-label{color:var(--text-secondary)!important}html[data-theme=dark] .login-input-field{border-bottom-color:var(--border-color)!important;color:var(--text-primary)!important;background:none!important}html[data-theme=dark] .loading-overlay{background:#1e1e1ed9!important}html[data-theme=dark] .loading-overlay p{color:var(--text-primary)!important}html[data-theme=dark] .spinner{border-color:#ffffff1a!important;border-left-color:#b52e2e!important}html[data-theme=dark] .signup-container{background:var(--bg-surface)!important;box-shadow:0 2px 10px var(--shadow)!important}html[data-theme=dark] .signup-container h2{color:var(--text-primary)!important}html[data-theme=dark] .signup-container h3,html[data-theme=dark] .signup-container label{color:var(--text-secondary)!important}html[data-theme=dark] .up-input-field,html[data-theme=dark] .up-select-field{border-bottom-color:var(--border-color)!important;color:var(--text-primary)!important;background:none!important}html[data-theme=dark] .date-separator{color:var(--text-muted)!important}html[data-theme=dark] .event-options label{color:var(--text-secondary)!important}html[data-theme=dark] .login-link,html[data-theme=dark] .signup-link{background:var(--bg-surface)!important;color:var(--text-primary)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .dfm-modal{background:var(--bg-surface)!important;box-shadow:0 4px 14px var(--shadow)!important}html[data-theme=dark] .dfm-title{color:var(--text-primary)!important}html[data-theme=dark] .dfm-label{color:var(--text-secondary)!important}html[data-theme=dark] .dfm-input,html[data-theme=dark] .dfm-select{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .dfm-hint{color:var(--text-muted)!important}html[data-theme=dark] .dfm-close{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .dfm-delete-warning{background:#2d1a1a!important;color:#ff8080!important;border-left-color:#c62828!important}html[data-theme=dark] .dfm-delete-hint{color:var(--text-secondary)!important}html[data-theme=dark] .delete-modal{border-color:#3a2020!important}html[data-theme=dark] .error-popup{background:var(--bg-surface)!important;border-color:#c62828!important;box-shadow:0 4px 12px var(--shadow)!important}html[data-theme=dark] .error-popup p{color:#ff8080!important}html[data-theme=dark] .action-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .profile-card-image-container .card-actions .action-btn{color:#fff!important}.logo-chat-container .lcc-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.logo-chat-container .lcc-btn svg{color:#666;font-size:22px;transition:color .2s}.logo-chat-container .lcc-btn--active svg{color:#fa4747}html[data-theme=dark] .logo-chat-container .lcc-btn svg{color:#fff!important}html[data-theme=dark] .logo-chat-container .lcc-btn--active svg{color:#b52e2e!important}html[data-theme=dark] .profile-header{background:var(--bg-primary)!important}html[data-theme=dark] .avatar{background:#7a2525!important}html[data-theme=dark] .pgp-panel{background:#2b2b2bf7!important}html[data-theme=dark] .pgp-toggle{background:var(--bg-surface)!important;box-shadow:0 1px 5px var(--shadow)!important}html[data-theme=dark] .pgp-toggle-arrow{color:var(--text-secondary)!important}html[data-theme=dark] .pgp-label{color:var(--text-primary)}html[data-theme=dark] .pgp-sub{color:var(--text-muted)}html[data-theme=dark] .pgp-arrow{color:#555}html[data-theme=dark] .pgp-or{background:none!important;color:var(--text-muted)!important}html[data-theme=dark] .pgp-info-btn{background:#b52e2e!important;color:#fff!important}html[data-theme=dark] .pgp-info-modal{background:var(--bg-surface)!important;box-shadow:0 4px 20px var(--shadow)!important}html[data-theme=dark] .pgp-info-close{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .pgp-info-note{color:var(--text-secondary)!important}html[data-theme=dark] .st-container{background-color:var(--bg-primary)}html[data-theme=dark] .st-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .st-close-btn{color:var(--text-muted)!important;background:none!important}html[data-theme=dark] .st-page-title{color:var(--text-primary)!important}html[data-theme=dark] .st-section-header{background-color:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .theme-btn{background:var(--bg-primary)!important;color:var(--text-muted)!important;border-color:var(--border-color)!important}html[data-theme=dark] .theme-btn svg{color:var(--text-muted)!important}html[data-theme=dark] .theme-btn--active{border-color:#b52e2e!important;background:#3a1a1a!important;color:#b52e2e!important}html[data-theme=dark] .theme-btn--active svg{color:#b52e2e!important}html[data-theme=dark] .st-select{background-color:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bbb' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important}html[data-theme=dark] .st-saved-msg{color:#6c6!important}html[data-theme=dark] .customer-modal-content{background:var(--bg-surface)!important;box-shadow:0 4px 16px var(--shadow)!important}html[data-theme=dark] .customer-modal-close-btn{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .customer-detail-label{color:var(--text-primary)!important}html[data-theme=dark] .customer-detail-value{color:var(--text-secondary)!important}html[data-theme=dark] .customer-detail-row{border-bottom-color:var(--border-color)!important}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#444}html[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}html[data-theme=dark] .order-page{background-color:var(--bg-primary)!important}html[data-theme=dark] .order-page .order-page-content{background:var(--bg-surface)!important}html[data-theme=dark] .order-page .order-refresh-btn,html[data-theme=dark] .order-page .order-search-clear-btn,html[data-theme=dark] .order-page .order-toggle-btn,html[data-theme=dark] .order-expand-icon{color:var(--text-secondary)!important}html[data-theme=dark] .order-page .order-section{background:var(--bg-surface)!important}html[data-theme=dark] .order-page .order-section-header{color:var(--text-primary)!important;border-bottom-color:#b52e2e!important}html[data-theme=dark] .order-page .order-month-title{color:var(--text-primary)!important}html[data-theme=dark] .order-page .order-month-header{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .order-page .order-filter-section{background:var(--bg-section)!important;box-shadow:none!important}html[data-theme=dark] .order-page .order-filter-input{background:transparent!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .order-page .order-toggle-label,html[data-theme=dark] .order-page .order-toggle-container{color:var(--text-primary)!important}html[data-theme=dark] .order-page .order-data-source-toggle.off{color:var(--text-muted)!important}html[data-theme=dark] .order-page .order-order-table{background:var(--bg-surface)!important}html[data-theme=dark] .order-page .order-order-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .order-page .order-order-table td{background:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .order-page .order-customer-modal-content{background:var(--bg-surface)!important}html[data-theme=dark] .order-page .order-customer-modal-close-btn{color:var(--text-secondary)!important}html[data-theme=dark] .order-page .order-customer-detail-label{color:var(--text-primary)!important}html[data-theme=dark] .order-page .order-customer-detail-value{color:var(--text-secondary)!important}html[data-theme=dark] .order-page .order-customer-detail-row{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .order-modal-section{border-color:var(--border-color)!important}html[data-theme=dark] .order-modal-section-header{background:var(--bg-section)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .order-modal-section-header h3{color:var(--text-primary)!important}html[data-theme=dark] .nav-arrow,html[data-theme=dark] .carousel-arrow{color:var(--text-secondary)!important}html[data-theme=dark] .promo-cancel-btn,html[data-theme=dark] .item-size{color:var(--text-muted)!important}html[data-theme=dark] .multi-delete-empty{color:var(--text-secondary)!important;background:var(--bg-surface)!important}html[data-theme=dark] .multi-delete-loading{color:var(--text-secondary)!important}html[data-theme=dark] .multi-delete-select-all{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .multi-delete-select-all label{color:var(--text-primary)!important}html[data-theme=dark] .multi-delete-items-list{border-color:var(--border-color)!important;background:var(--bg-surface)!important}html[data-theme=dark] .multi-delete-item{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .multi-delete-item label,html[data-theme=dark] .enquiry-page .enquiry-refresh-btn,html[data-theme=dark] .enquiry-page .enquiry-search-clear-btn,html[data-theme=dark] .enquiry-page .enquiry-toggle-btn{color:var(--text-secondary)!important}html[data-theme=dark] .enquiry-page .enquiry-month-title{color:var(--text-primary)!important}html[data-theme=dark] .enquiry-page .enquiry-month-header{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .enquiry-expand-icon{color:var(--text-secondary)!important}html[data-theme=dark] .enquiry-page .enquiry-filter-section{background:var(--bg-section)!important;box-shadow:none!important}html[data-theme=dark] .enquiry-page .enquiry-filter-input{background:transparent!important;color:var(--text-primary)!important}html[data-theme=dark] .enquiry-page .enquiry-order-table{background:var(--bg-surface)!important}html[data-theme=dark] .analytics-header .back-btn,html[data-theme=dark] .start-card p{color:var(--text-secondary)!important}html[data-theme=dark] .field-context,html[data-theme=dark] .drag-handle,html[data-theme=dark] .remove-btn{color:var(--text-muted)!important}html[data-theme=dark] .chart-instruction,html[data-theme=dark] .loading-chart,html[data-theme=dark] .no-data,html[data-theme=dark] .step-indicator,html[data-theme=dark] .housekeeping-table td,html[data-theme=dark] .housekeeping-search-icon,html[data-theme=dark] .housekeeping-search-clear-btn,html[data-theme=dark] .housekeeping-sort-icon,html[data-theme=dark] .housekeeping-icon-large,html[data-theme=dark] .media-preview-grid .media-info-item span,html[data-theme=dark] .organize-view-toggle,html[data-theme=dark] .organize-view-option,html[data-theme=dark] .organize-admin-address,html[data-theme=dark] .organize-distance-loading,html[data-theme=dark] .organize-distance-stats,html[data-theme=dark] .organize-distance-status{color:var(--text-secondary)!important}html[data-theme=dark] .organize-customer-modal-header-title{color:var(--text-primary)!important}html[data-theme=dark] .organize-customer-modal-close-btn,html[data-theme=dark] .organize-optimize-modal-content .organize-optimization-close-btn,html[data-theme=dark] .organize-route-td-time,html[data-theme=dark] .organize-optimization-instructions,html[data-theme=dark] .organize-optimization-loading,html[data-theme=dark] .organize-dummy-tag,html[data-theme=dark] .organize-optimization-close-btn,html[data-theme=dark] .organize-summary-label,html[data-theme=dark] .close-top-controls,html[data-theme=dark] .left-panel-toggle,html[data-theme=dark] .right-panel-toggle,html[data-theme=dark] .function-btn.vertical,html[data-theme=dark] .save-progress-text,html[data-theme=dark] .dimension-control.compact span,html[data-theme=dark] .aspect-ratio-btn,html[data-theme=dark] .back-to-colors-btn,html[data-theme=dark] .close-colors-btn,html[data-theme=dark] .tool-btn,html[data-theme=dark] .size-value,html[data-theme=dark] .selection-mode-btn,html[data-theme=dark] .no-bucket-images{color:var(--text-secondary)!important}html[data-theme=dark] .select-all-btn .unchecked{color:var(--text-muted)!important}html[data-theme=dark] .selection-count{color:var(--text-secondary)!important}html[data-theme=dark] .preview-error{color:var(--text-muted)!important}html[data-theme=dark] .bucket-image-size{color:var(--text-secondary)!important}html[data-theme=dark] .meta-page{background-color:var(--bg-primary)!important}html[data-theme=dark] .meta-close-btn,html[data-theme=dark] .meta-page h4{color:var(--text-secondary)!important}html[data-theme=dark] .meta-page .filter-section{background:var(--bg-section)!important;box-shadow:none!important}html[data-theme=dark] .meta-page .filter-input{background:transparent!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .meta-page .search-clear-btn{color:var(--text-secondary)!important}html[data-theme=dark] .meta-page .meta-table{background:var(--bg-surface)!important}html[data-theme=dark] .meta-page .meta-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .meta-page .meta-table td{background:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .meta-page .meta-table input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .meta-page .toggle-btn,html[data-theme=dark] .meta-page .action-btn,html[data-theme=dark] .meta-page .add-btn,html[data-theme=dark] .meta-page .no-match-message{color:var(--text-secondary)!important}html[data-theme=dark] .profile-page{background-color:var(--bg-primary)!important}html[data-theme=dark] .profile-page .page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .profile-page h3{color:var(--text-secondary)!important}html[data-theme=dark] .profile-page .filter-section{background:var(--bg-section)!important;box-shadow:none!important}html[data-theme=dark] .profile-page .filter-input{background:transparent!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .profile-page .search-clear-btn,html[data-theme=dark] .profile-page .table-header h3{color:var(--text-secondary)!important}html[data-theme=dark] .profile-page .page-body .user-table{background:var(--bg-surface)!important}html[data-theme=dark] .profile-page .page-body .user-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .profile-page .page-body .user-table td{background:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .profile-page .page-body .user-table input,html[data-theme=dark] .profile-page .page-body .user-table select{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .profile-page .action-btn{color:var(--text-secondary)!important}html[data-theme=dark] .profile-page .action-btn:disabled{color:var(--text-muted)!important}html[data-theme=dark] .profile-page .no-match-message,html[data-theme=dark] .profile-page .refresh-btn{color:var(--text-secondary)!important}html[data-theme=dark] .chat-page-container{background-color:var(--bg-primary)!important}html[data-theme=dark] .chat-page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .chat-header{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .calendar-filter-btn{color:var(--text-secondary)!important}html[data-theme=dark] .chat-title{color:var(--text-primary)!important}html[data-theme=dark] .chat-close-btn{color:var(--text-secondary)!important}html[data-theme=dark] .search-input-wrapper{background:var(--bg-section)!important}html[data-theme=dark] .search-icon{color:var(--text-muted)!important}html[data-theme=dark] .search-input{color:var(--text-primary)!important;background:transparent!important}html[data-theme=dark] .search-input::placeholder{color:var(--text-muted)!important}html[data-theme=dark] .search-clear-btn{color:var(--text-secondary)!important}html[data-theme=dark] .time-filter-options{background:var(--bg-surface)!important;border-color:var(--border-color)!important;box-shadow:0 2px 8px var(--shadow)!important}html[data-theme=dark] .time-filter-options button{color:var(--text-secondary)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .filter-info{color:var(--text-secondary)!important}html[data-theme=dark] .date-divider:before,html[data-theme=dark] .date-divider:after{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .date-label{color:var(--text-secondary)!important;background:var(--bg-section)!important}html[data-theme=dark] .chat-messages-container{background:var(--bg-primary)!important}html[data-theme=dark] .user-message .message-bubble,html[data-theme=dark] .admin-message .message-bubble{color:#1a1a1a!important}html[data-theme=dark] .support-message .message-bubble{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .user-message .message-bubble{background:#c44040!important}html[data-theme=dark] .message-meta{color:var(--text-muted)!important}html[data-theme=dark] .user-header-name{color:var(--text-primary)!important}html[data-theme=dark] .last-seen-header{color:var(--text-secondary)!important}html[data-theme=dark] .chat-user-header{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .chat-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .attachment-btn{background:var(--bg-section)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .emoji-btn-inside{color:var(--text-secondary)!important}html[data-theme=dark] .analytics-page .field-item,html[data-theme=dark] .analytics-page .chart-option-btn{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .analytics-page .list-table{background:var(--bg-surface)!important}html[data-theme=dark] .analytics-page .list-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .analytics-page .list-table td{color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .analytics-page .modal-footer{background:var(--bg-section)!important;border-top-color:var(--border-color)!important}html[data-theme=dark] .analytics-page .nav-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .analytics-page .available-fields,html[data-theme=dark] .analytics-page .chart-container{background:var(--bg-section)!important}html[data-theme=dark] .housekeeping-table{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-table tr{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-table td{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-table tr:nth-child(2n) td{background:#262626!important}html[data-theme=dark] .housekeeping-table td:first-child{background:#262626!important}html[data-theme=dark] .housekeeping-filter-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-table-container,html[data-theme=dark] .housekeeping-connect-container{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-dropdown-menu{background:var(--bg-surface)!important;border-color:var(--border-color)!important;box-shadow:0 4px 12px var(--shadow)!important}html[data-theme=dark] .housekeeping-dropdown-item{color:var(--text-secondary)!important;background:none!important}html[data-theme=dark] .housekeeping-control-section{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-select,html[data-theme=dark] .housekeeping-file-format-select{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .layout-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .table-document-preview{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .media-preview-item{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .media-preview-grid .media-info-item strong{background:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .housekeeping-placeholder-message{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-muted)!important}html[data-theme=dark] .housekeeping-header-text{color:var(--text-primary)!important}html[data-theme=dark] .folder-navigation{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .housekeeping-filter-section{background:var(--bg-surface)!important;box-shadow:0 2px 4px var(--shadow)!important}html[data-theme=dark] .housekeeping-connected-message{background:#15572433!important;border-color:#15572466!important;color:#81c98a!important}html[data-theme=dark] .housekeeping-error-message{background:#dc354526!important;border-color:#dc35454d!important;color:#f5a1a8!important}html[data-theme=dark] .table-media-preview{border-color:var(--border-color)!important}html[data-theme=dark] .media-preview-grid .media-info-item span{color:var(--text-secondary)!important}html[data-theme=dark] .housekeeping-tables-scroll-container::-webkit-scrollbar-track{background:var(--bg-primary)!important}html[data-theme=dark] .housekeeping-tables-scroll-container::-webkit-scrollbar-thumb{background:var(--bg-section)!important}html[data-theme=dark] .video-player{background:#111!important}html[data-theme=dark] .image-studio{background:var(--bg-primary)!important}html[data-theme=dark] .top-control-section{background:var(--bg-surface)!important;border-bottom-color:var(--border-color)!important;box-shadow:0 2px 10px var(--shadow)!important}html[data-theme=dark] .left-panel-toggle,html[data-theme=dark] .right-panel-toggle{background:#2b2b2be6!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .left-control-panel{background:var(--bg-surface)!important;border-right-color:var(--border-color)!important}html[data-theme=dark] .right-function-panel{background:var(--bg-surface)!important;border-left-color:var(--border-color)!important}html[data-theme=dark] .control-btn.vertical,html[data-theme=dark] .function-btn.vertical{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .connect-dropdown-vertical{background:var(--bg-surface)!important;border-color:var(--border-color)!important;box-shadow:0 4px 12px var(--shadow)!important}html[data-theme=dark] .connect-dropdown-item{color:var(--text-secondary)!important}html[data-theme=dark] .save-progress-container{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .dimension-control.compact{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .dimension-control.compact input{background:var(--input-bg)!important}html[data-theme=dark] .aspect-ratio-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .color-palette-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .back-to-colors-btn,html[data-theme=dark] .select-base-color-btn,html[data-theme=dark] .close-colors-btn,html[data-theme=dark] .tool-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .selection-controls-row,html[data-theme=dark] .delete-controls-row{background:var(--bg-section)!important}html[data-theme=dark] .selection-mode-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .save-input,html[data-theme=dark] .save-select,html[data-theme=dark] .save-select.wide{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .image-studio-bucket-modal{background:var(--bg-surface)!important;box-shadow:0 4px 20px var(--shadow)!important}html[data-theme=dark] .bucket-modal-content{background:var(--bg-section)!important}html[data-theme=dark] .no-bucket-images{background:var(--bg-surface)!important;color:var(--text-secondary)!important}html[data-theme=dark] .bucket-selection-info{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .bucket-image-item{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .bucket-image-preview{background:var(--bg-section)!important}html[data-theme=dark] .image-control-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .organize-page{background-color:var(--bg-primary)!important}html[data-theme=dark] .organize-page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .organize-view-dropdown{background:var(--bg-surface)!important;border-color:var(--border-color)!important;box-shadow:0 2px 8px var(--shadow)!important}html[data-theme=dark] .organize-view-option{color:var(--text-secondary)!important}html[data-theme=dark] .organize-view-option.active{background:var(--bg-section)!important}html[data-theme=dark] .organize-navigation{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-nav-btn{background:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .organize-table{background-color:var(--bg-surface)!important}html[data-theme=dark] .organize-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-table td{background:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-no-image{background:var(--bg-section)!important}html[data-theme=dark] .organize-empty{background:var(--bg-section)!important;color:var(--text-muted)!important}html[data-theme=dark] .organize-distance-footer{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-customer-modal-content{background:var(--bg-surface)!important;box-shadow:0 4px 16px var(--shadow)!important}html[data-theme=dark] .organize-price-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-optimize-modal-content{background:var(--bg-surface)!important;box-shadow:0 4px 16px var(--shadow)!important}html[data-theme=dark] .organize-optimization-modal-header{background:var(--bg-section)!important;border-bottom-color:var(--border-color)!important;color:var(--text-primary)!important}html[data-theme=dark] .organize-route-th-order,html[data-theme=dark] .organize-route-th-time{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-route-connector{background:var(--bg-section)!important}html[data-theme=dark] .organize-optimization-instructions{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .organize-optimize-modal-content .organize-customer-modal-header{background:var(--bg-section)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .organize-optimization-summary{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .organize-reset-btn{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-view-toggle{border-color:var(--border-color)!important}html[data-theme=dark] .organize-period-label{color:var(--text-primary)!important}html[data-theme=dark] .organize-distance-loading{background:var(--bg-section)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-api-active{background:#1557244d!important;color:#81c98a!important;border-color:#15572466!important}html[data-theme=dark] .organize-api-inactive{background:#721c244d!important;color:#f5a1a8!important;border-color:#721c2466!important}html[data-theme=dark] .organize-error{background:#dc354526!important;color:#f5a1a8!important;border-color:#dc35454d!important}html[data-theme=dark] .organize-customer-detail-row{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .organize-customer-detail-label{color:var(--text-secondary)!important}html[data-theme=dark] .organize-customer-detail-value{color:var(--text-primary)!important}html[data-theme=dark] .organize-header-label{color:var(--text-secondary)!important}html[data-theme=dark] .organize-header-value,html[data-theme=dark] .organize-summary-value,html[data-theme=dark] .organize-optimization-title{color:var(--text-primary)!important}html[data-theme=dark] .organize-route-th-from,html[data-theme=dark] .organize-route-th-to,html[data-theme=dark] .organize-route-th-distance{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-route-td-from,html[data-theme=dark] .organize-route-td-to,html[data-theme=dark] .organize-route-td-distance{color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .organize-route-admin{background-color:var(--bg-section)!important}html[data-theme=dark] .organize-route-row{background:var(--bg-surface)!important}html[data-theme=dark] .organize-route-table-header-row{background:var(--bg-section)!important}html[data-theme=dark] .organize-route-connector-line{background:linear-gradient(to right,transparent 20px,var(--border-color) 20px,var(--border-color) calc(100% - 20px),transparent calc(100% - 20px))!important}html[data-theme=dark] .organize-dummy-tag{background:var(--bg-section)!important}html[data-theme=dark] .organize-dummy-address-modal{background:var(--bg-surface)!important;box-shadow:0 5px 20px #00000080!important}html[data-theme=dark] .organize-route-table-container{border-color:var(--border-color)!important}html[data-theme=dark] .organize-route-arrow-btn{color:var(--text-primary)!important}html[data-theme=dark] .organize-route-arrow-btn:disabled{color:#444!important}html[data-theme=dark] .organize-route-table{background:var(--bg-surface)!important}html[data-theme=dark] .organize-route-th-order,html[data-theme=dark] .organize-route-th-from,html[data-theme=dark] .organize-route-th-to,html[data-theme=dark] .organize-route-th-distance,html[data-theme=dark] .organize-route-th-time{background:var(--bg-section)!important;color:var(--text-primary)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .organize-route-td-from,html[data-theme=dark] .organize-route-td-to,html[data-theme=dark] .organize-route-td-distance,html[data-theme=dark] .organize-route-td-time,html[data-theme=dark] .organize-route-td-order{border-bottom-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .organize-route-row.organize-route-dummy,html[data-theme=dark] .organize-route-connector{background:var(--bg-section)!important}html[data-theme=dark] .organize-route-table-container::-webkit-scrollbar-track{background:var(--bg-primary)!important}html[data-theme=dark] .organize-route-table-container::-webkit-scrollbar-thumb{background:var(--bg-section)!important}html[data-theme=dark] .organize-add-dummy-btn{color:var(--text-primary)!important}html[data-theme=dark] .organize-tables-container{scrollbar-color:var(--bg-section) var(--bg-primary)}html[data-theme=dark] .order-page .order-no-image-placeholder{background:var(--bg-section)!important}html[data-theme=dark] .order-page .order-no-match-message{background:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .order-no-image{background:var(--bg-section)!important}html[data-theme=dark] .job-wizard-page{background-color:var(--bg-primary)!important}html[data-theme=dark] .job-wizard-page .page-content{background:var(--bg-surface)!important;box-shadow:0 2px 6px var(--shadow)!important}html[data-theme=dark] .job-wizard-page .page-body .job-wizard-table{background-color:var(--bg-surface)!important}html[data-theme=dark] .job-wizard-page .page-body .job-wizard-table th{background-color:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .job-wizard-page .page-body .job-wizard-table td{background-color:var(--bg-surface)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .job-wizard-page .page-close-btn,html[data-theme=dark] .job-wizard-page .page-refresh-btn,html[data-theme=dark] .job-wizard-page .action-btn{color:var(--text-secondary)!important}html[data-theme=dark] .job-wizard-page .action-btn:disabled{color:var(--text-muted)!important}html[data-theme=dark] .job-wizard-page .edit-btn,html[data-theme=dark] .job-wizard-page .delete-btn,html[data-theme=dark] .job-wizard-page .play-btn{color:var(--text-secondary)!important}html[data-theme=dark] .job-wizard-page .edit-btn:disabled,html[data-theme=dark] .job-wizard-page .delete-btn:disabled,html[data-theme=dark] .job-wizard-page .play-btn:disabled{color:var(--text-muted)!important}html[data-theme=dark] .job-wizard-page .job-wizard-table input,html[data-theme=dark] .job-wizard-page .job-wizard-table select{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .job-wizard-page .modal{background:#000000a6!important}html[data-theme=dark] .job-wizard-page .modal-content{background:var(--bg-surface)!important;color:var(--text-primary)!important}html[data-theme=dark] .job-wizard-page .error-message{color:#f5a1a8!important}html[data-theme=dark] .job-wizard-page .no-match-message{color:var(--text-secondary)!important}html[data-theme=dark] .job-wizard-page .resize-handle:hover{background:var(--bg-section)!important}html[data-theme=dark] .job-wizard-page .jw-cleanup-editor{background-color:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .job-wizard-page .jw-cleanup-type-row{border-bottom-color:var(--border-color)!important}html[data-theme=dark]{--hk-icon-disabled: #666}html[data-theme=dark] .hk-folder-item[data-selected=true]{background-color:#1a2a3a!important}html[data-theme=dark] .hk-selected-count-badge,html[data-theme=dark] .hk-records-badge{background-color:var(--bg-section)!important;color:var(--text-secondary)!important}html[data-theme=dark] .hk-file-name-span{background-color:var(--input-bg)!important;border-color:var(--border-color)!important}html[data-theme=dark] .hk-reconnect-banner{background-color:#85640440!important;border-color:#85640466!important;color:var(--text-primary)!important}html[data-theme=dark] .hk-reconnect-btn{background-color:#2e7d32!important}html[data-theme=dark] .hk-no-preview-text{color:var(--text-muted)!important}html[data-theme=dark] .hk-media-loading{background-color:var(--bg-section)!important;color:var(--text-muted)!important}html[data-theme=dark] .emoji-picker-container{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .section-header{color:var(--text-secondary)!important;background:var(--bg-surface)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .chat-item{border-bottom-color:var(--border-color)!important}html[data-theme=dark] .chat-item.active{background:#1a2a3a!important}html[data-theme=dark] .user-name{color:var(--text-primary)!important}html[data-theme=dark] .user-email{color:var(--text-secondary)!important}html[data-theme=dark] .avatar-placeholder{background:#444!important;color:var(--text-secondary)!important}html[data-theme=dark] .last-message{color:var(--text-secondary)!important}html[data-theme=dark] .chat-time,html[data-theme=dark] .last-seen{color:var(--text-muted)!important}html[data-theme=dark] .empty-chat,html[data-theme=dark] .empty-state{color:var(--text-secondary)!important}html[data-theme=dark] .empty-state small{color:var(--text-muted)!important}html[data-theme=dark] .loading-simple{color:var(--text-secondary)!important}html[data-theme=dark] .loading-spinner{border-color:var(--border-color)!important;border-top-color:#b52e2e!important}html[data-theme=dark] .file-message{background:var(--bg-section)!important}html[data-theme=dark] .file-size{color:var(--text-muted)!important}html[data-theme=dark] .file-link{color:var(--text-primary)!important}html[data-theme=dark] .message-options-menu{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .menu-option,html[data-theme=dark] .confirm-btn,html[data-theme=dark] .cancel-btn,html[data-theme=dark] .save-edit-btn,html[data-theme=dark] .cancel-edit-btn{color:var(--text-secondary)!important}html[data-theme=dark] .edit-message-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}.toggle-icon{position:absolute;top:50%;transform:translateY(-50%);font-size:9px;color:#fff}.toggle-icon.visible{left:5px;display:none}.toggle-icon.invisible{right:5px}.toggle-switch input:checked+.slider .visible{display:block}.toggle-switch input:checked+.slider .invisible{display:none}.toggle-switch input:not(:checked)+.slider .visible{display:none}.toggle-switch input:not(:checked)+.slider .invisible{display:block}.dotted-line{border:0;border-top:1px dashed #ccc;margin:10px 0}.global-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:99999;background:#fff;box-shadow:0 2px 12px #00000026;border-radius:6px;padding:10px 42px 10px 16px;font-size:13px;color:#333;white-space:nowrap;max-width:90vw;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;min-width:200px}.global-toast-message{flex:1}.global-toast-close{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#fa4747;font-size:14px;padding:2px;display:flex;align-items:center}html[data-theme=dark] .global-toast{background:var(--bg-surface)!important;color:var(--text-primary)!important;box-shadow:0 2px 12px var(--shadow)!important}html[data-theme=dark] .global-toast-close{color:#fa4747!important}@media(max-width:768px){.profile-card-text-content h3{white-space:normal;overflow:hidden;text-overflow:ellipsis;max-height:calc(1.2em * 3);font-size:clamp(8px,2.5vw,12px)}.profile-card-text-content .description,.profile-card-text-content .quantity-cost-wrapper{max-height:calc(1.2em * 3);font-size:clamp(7px,2vw,10px)}.profile-card-text-content .quantity-cost-wrapper{display:flex;flex-wrap:wrap;gap:5px}.profile-card-text-content .quantity-cost-item{white-space:nowrap}.card-container .profile-card-wrapper{flex:0 0 calc((100% - 10px)/2);max-width:calc((100% - 10px)/2)}.top-bar{padding:10px}.search-icon,.cart-icon{font-size:20px}.bottom-menu{padding:5px 0;height:45px}.menu-item{margin-top:2px}.menu-item span{font-size:8px}button{min-width:48px;min-height:48px;padding:6px;font-size:12px}.profile-card .card-actions .action-btn{font-size:14px;padding:2px}input,textarea,select{font-size:12px;padding:5px}.unified-profile-card{padding:10px}.profile-details{max-width:100%;margin-bottom:60px;padding:10px}.event-options{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.event-options label{margin-right:0}}@media(min-width:601px){.profile-card-text-content .quantity-cost-wrapper{display:block}.profile-card-text-content .quantity-cost-item{white-space:normal}}@media(max-width:600px){.event-options{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.event-options label{margin-right:0}}.autocomplete-dropdown{background:#fff}.autocomplete-item{background:#fff;color:#333}.install-modal-card,.ongoing-modal-card{background:#fff}html[data-theme=dark] .autocomplete-dropdown{background:var(--bg-surface)!important;border-color:var(--border-color)!important}html[data-theme=dark] .autocomplete-item{background:var(--bg-surface)!important;color:var(--text-secondary)!important;border-bottom-color:var(--border-color)!important}html[data-theme=dark] .install-modal-card{background:var(--bg-surface)!important;color:var(--text-primary)!important}html[data-theme=dark] .install-modal-card span[style*="color: #1a1a1a"],html[data-theme=dark] .install-modal-card span[style*="color: rgb(26, 26, 26)"]{color:var(--text-primary)!important}html[data-theme=dark] .install-modal-card div[style*="color: #333"],html[data-theme=dark] .install-modal-card div[style*="color: rgb(51, 51, 51)"],html[data-theme=dark] .install-modal-card span[style*="color: #333"],html[data-theme=dark] .install-modal-card span[style*="color: rgb(51, 51, 51)"]{color:var(--text-secondary)!important}html[data-theme=dark] .ongoing-modal-card{background:var(--bg-surface)!important}html[data-theme=dark] .media-preview-large{background:var(--bg-section)!important}html[data-theme=dark] .housekeeping-header-edit-input{background:var(--input-bg)!important;color:var(--text-primary)!important;border-color:#2196f3!important}html[data-theme=dark] .ongoing-modal-card div[style*="color: #444"],html[data-theme=dark] .ongoing-modal-card p,html[data-theme=dark] .order-page .order-phone-action-icon{color:var(--text-secondary)!important}html[data-theme=dark] .order-page .order-map-action-icon{color:#f87171!important}html[data-theme=dark] .order-page .order-copy-action-icon{color:var(--text-muted)!important}html[data-theme=dark] .organize-phone-action-icon{color:var(--text-secondary)!important}html[data-theme=dark] .organize-map-action-icon,html[data-theme=dark] .organize-delete-action-icon{color:#f87171!important}html[data-theme=dark] .organize-edit-action-icon{color:var(--text-secondary)!important}html[data-theme=dark] .order-older-orders-table th{background:var(--bg-section)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}html[data-theme=dark] .order-older-orders-table td{border-color:var(--border-color)!important;color:var(--text-secondary)!important}html[data-theme=dark] .order-older-order-row{background:var(--bg-surface)!important}html[data-theme=dark] .order-no-older-orders{color:var(--text-muted)!important}html[data-theme=dark] .order-page .order-error-message,html[data-theme=dark] .order-page .order-error{background:#dc354526!important;border-color:#dc35454d!important;color:#f5a1a8!important}html[data-theme=dark] .order-page .order-loading-message{color:var(--text-muted)!important}html[data-theme=dark] .elc-reject-popup,html[data-theme=dark] .elc-feedback-popup{background:var(--bg-surface)!important;box-shadow:0 4px 16px #0006!important}html[data-theme=dark] .elc-reject-header,html[data-theme=dark] .elc-reject-footer,html[data-theme=dark] .elc-feedback-popup-header{background:var(--bg-section)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}html[data-theme=dark] .elc-reject-body,html[data-theme=dark] .elc-reject-body p{color:var(--text-secondary)!important}html[data-theme=dark] .elc-star{color:var(--border-color)!important}html[data-theme=dark] .elc-star.filled{color:#b52e2e!important}html[data-theme=dark] .elc-feedback-comment{color:var(--text-primary)!important;background:var(--input-bg)!important;border-color:var(--border-color)!important}html[data-theme=dark] .elc-accept-check-label{color:var(--text-primary)!important}html[data-theme=dark] .elc-feedback-label-text{color:var(--text-secondary)!important}html[data-theme=dark] .elc-popup-overlay{background:#000000a6!important}html[data-theme=dark] .organize-no-corrected-address{color:var(--text-muted)!important}html[data-theme=dark] .organize-corrected-address-text{color:var(--text-secondary)!important}html[data-theme=dark] .install-banner-btn{background:#333!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}.pgp-host{position:relative;width:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;isolation:isolate}.pgp-sidebar{position:absolute;top:0;left:0;right:0;z-index:100;width:auto;overflow:visible;display:flex;flex-direction:column;align-items:flex-start}.pgp-content{width:100%;padding-top:48px}.pgp-host--column{display:flex;flex-direction:column;position:relative}.pgp-host--column .pgp-sidebar{width:auto!important;overflow:visible;transition:none;position:relative}.pgp-host--column .pgp-panel{position:absolute;top:40px;left:4px;margin-top:0;z-index:200;isolation:isolate}.pgp-host--column .pgp-content{width:100%;margin-top:8px}.pgp-toggle{width:40px;min-width:40px;height:40px;min-height:40px;flex-shrink:0;margin:0 4px;border-radius:50%;background:#fff;border:none;box-shadow:0 1px 5px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,box-shadow .15s}.pgp-toggle-q{font-size:18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fa4747;line-height:1;flex-shrink:0;pointer-events:none;overflow:hidden}.pgp-toggle-arrow{font-size:12px;color:#555;line-height:1}.pgp-panel{background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;box-shadow:0 2px 12px #00000021;margin-top:8px;margin-left:4px;width:200px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s;-webkit-text-size-adjust:100%;text-size-adjust:100%;isolation:isolate}.pgp-host--open .pgp-panel{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility 0s linear 0s}.pgp-panel-inner{padding:12px 10px;display:flex;flex-direction:column;gap:0}.pgp-step{display:grid;grid-template-columns:24px 1fr auto;column-gap:7px;row-gap:1px;align-items:center;width:100%}.pgp-dot{grid-column:1;grid-row:1 / 3;width:24px;height:24px;border-radius:50%;background:#fa4747;color:#fff;font-size:10px;font-weight:700;display:flex;align-self:center;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.pgp-dot svg{width:11px;height:11px}.pgp-text{grid-column:2;display:flex;flex-direction:column;gap:1px}.pgp-label{grid-column:2;grid-row:1;font-size:11px;font-weight:600;color:#444;line-height:1.3;overflow-wrap:break-word;word-break:break-word;min-width:0}.pgp-sub{font-size:10px;color:#999;line-height:1.2;overflow-wrap:break-word;word-break:break-word;min-width:0}.pgp-arrow{font-size:13px;color:#ccc;padding:0;margin:1px 0 1px 10px;line-height:1}.pgp-or{font-size:8px;font-weight:700;color:#fff;background:#bbb;border-radius:8px;padding:1px 5px;margin:2px 0;align-self:center;line-height:1.4;letter-spacing:.03em}.pgp-info-btn{grid-column:3;grid-row:1 / 3;width:14px;height:14px;border-radius:50%;background:#fa4747;border:none;color:#fff;font-size:9px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;align-self:center;line-height:1;box-shadow:0 1px 4px #00000026}.pgp-info-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.pgp-info-modal{background:#fff;border-radius:12px;max-width:300px;width:100%;padding:18px 16px 16px;box-shadow:0 4px 20px #0003;position:relative;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-wrap:break-word;word-break:break-word}.pgp-info-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:15px;cursor:pointer;color:#888;line-height:1}.pgp-info-img{width:100%;border-radius:8px;margin-bottom:10px;display:block}.pgp-info-text{font-size:13px;color:#fa4747;line-height:1.5;margin:0;font-weight:600}.pgp-info-notes{margin-top:8px;display:flex;flex-direction:column;gap:4px}.pgp-info-note{font-size:11px;color:#555;line-height:1.4;display:flex;gap:4px;align-items:flex-start;overflow-wrap:break-word;word-break:break-word;min-width:0}.pgp-info-note-num{color:#fa4747;font-weight:700;flex-shrink:0}
