:root{--color-white: #ffffff;--color-black: #202223;--color-accent: #005bd3;--color-accent-hover: #004bb4;--color-accent-light: #f0f7ff;--color-gray-100: #fafbfb;--color-gray-200: #f1f2f3;--color-gray-300: #e1e3e5;--color-gray-400: #c9cccf;--color-gray-500: #8c9196;--color-gray-600: #6d7175;--color-success: #28a745;--color-success-hover: #218838;--color-error: #dc3545;--color-error-hover: #c82333;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--shadow-xl: 0 10px 40px rgba(0, 0, 0, .15);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-black);background:var(--color-white);line-height:1.5;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-black)}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{line-height:1.6;color:var(--color-gray-600)}a{color:inherit;text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--color-accent)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.container-sm{max-width:800px}.container-lg{max-width:1400px}.card{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:all var(--transition-base)}.card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md)}.card-link{display:block;text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:10px 20px;font-size:14px;font-weight:500;font-family:var(--font-family);border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.btn-secondary{background:var(--color-white);color:var(--color-black);border-color:var(--color-gray-400)}.btn-secondary:hover:not(:disabled){background:var(--color-gray-100);border-color:var(--color-gray-500)}.btn-outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn-outline:hover:not(:disabled){background:var(--color-accent-light)}.btn-success{background:var(--color-success);color:var(--color-white);border-color:var(--color-success)}.btn-success:hover:not(:disabled){background:var(--color-success-hover)}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:14px 28px;font-size:16px}.form-group{margin-bottom:var(--spacing-md)}.form-label{display:block;font-size:14px;font-weight:500;color:var(--color-black);margin-bottom:var(--spacing-sm)}.form-input,.form-textarea,.form-select{width:100%;padding:10px 12px;font-size:14px;font-family:var(--font-family);color:var(--color-black);background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-md);transition:all var(--transition-base)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background:var(--color-gray-100);color:var(--color-gray-500);cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.header-logo{cursor:pointer;display:block}a .header-logo{transition:opacity var(--transition-base)}a:hover .header-logo{opacity:.8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-accent)}.text-secondary{color:var(--color-gray-600)}.text-success{color:var(--color-success)}.text-error{color:var(--color-error)}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.spinner{width:40px;height:40px;border:4px solid var(--color-gray-300);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.loading-overlay{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}.info-tooltip-wrapper{position:relative;display:inline-block;margin-left:8px}.info-tooltip-trigger{width:18px;height:18px;border-radius:50%;background:var(--color-gray-400);color:var(--color-white);border:none;font-size:12px;font-weight:700;cursor:help;display:inline-flex;align-items:center;justify-content:center;transition:background .2s}.info-tooltip-trigger:hover{background:var(--color-gray-600)}.info-tooltip-content{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:10px 14px;background:var(--color-black);color:var(--color-white);font-size:12px;line-height:1.5;border-radius:6px;white-space:normal;z-index:1000;max-width:400px;min-width:280px;width:max-content;box-shadow:0 2px 8px #0003}.info-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-black)}.table-header-with-tooltip{display:flex;align-items:center}.hide-mobile{display:none}@media(min-width:769px){.hide-mobile{display:block}.hide-desktop{display:none}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f6f6f7;color:#202223;line-height:1.6;padding-bottom:60px}.header{background:#fff;padding:20px 24px;border-bottom:1px solid #e1e3e5;display:flex;align-items:center;gap:16px}.header-logo{width:50px;height:50px;object-fit:contain}h1{font-size:24px;font-weight:600;color:#202223}.content{padding:32px 24px 120px;max-width:1400px;margin:0 auto}.intro{margin-bottom:24px;padding:16px 20px;background:#f0f7ff;border-left:3px solid #005bd3;border-radius:6px}.intro h2{font-size:18px;margin-bottom:6px;color:#005bd3}.intro p{color:#6d7175;font-size:13px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.product-section{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:20px;transition:box-shadow .2s}.product-section:hover{box-shadow:0 2px 8px #00000014}.product-header{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.product-image{width:100%;height:200px;background:linear-gradient(135deg,#f1f2f3,#e1e3e5);border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;grid-column:1 / -1;margin-bottom:12px}.product-image img{width:100%;height:100%;object-fit:cover}.product-info .brand{font-size:11px;color:#6d7175;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.product-info h3{font-size:18px;font-weight:600;margin-bottom:8px}.product-info .base-price{font-size:16px;font-weight:600;color:#6d7175;margin-bottom:8px}.product-left{display:flex;flex-direction:column;gap:4px}.product-right{display:flex;flex-direction:column;gap:8px}.quantity-selector{display:flex;align-items:center;gap:12px}.price-summary{display:none;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid #e1e3e5}.price-summary .price-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.price-summary .price-row .label{color:#6d7175}.price-summary .price-row .value{font-weight:600;color:#202223}.price-summary .price-total-row{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:#005bd3;padding-top:6px;border-top:1px solid #e1e3e5}.quantity-btn{width:36px;height:36px;border:1px solid #c9cccf;background:#fff;border-radius:6px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover{background:#f1f2f3;border-color:#8c9196}.quantity-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-display{font-size:20px;font-weight:600;min-width:40px;text-align:center}.options-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid #e1e3e5}.fabric-options,.delivery-options{margin-top:0;padding-top:0;border-top:none}.fabric-options h4,.delivery-options h4{font-size:12px;font-weight:600;margin-bottom:8px;color:#202223}.fabric-grid{display:flex;flex-direction:column;gap:4px}.fabric-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;transition:all .15s}.fabric-option:hover .fabric-name{color:#005bd3}.fabric-option.selected .fabric-name{color:#005bd3;font-weight:600}.fabric-option input[type=radio]{width:16px;height:16px;cursor:pointer;margin:0}.fabric-info{flex:1;display:flex;align-items:center;justify-content:space-between}.fabric-name{font-size:13px;color:#202223}.fabric-price{font-size:12px;color:#6d7175}.apply-to-all{margin-top:8px}.btn{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-secondary{background:#fff;color:#202223;border-color:#c9cccf}.btn-secondary:hover{background:#f1f2f3;border-color:#005bd3}.btn-primary{background:#005bd3;color:#fff;border-color:#005bd3}.btn-primary:hover{background:#004bb4}.btn-success{background:#28a745;color:#fff;border-color:#28a745;font-size:16px;padding:14px 24px}.btn-success:hover{background:#218838}.delivery-option{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;transition:all .15s}.delivery-option:hover .delivery-name{color:#005bd3}.delivery-option.selected .delivery-name{color:#005bd3;font-weight:600}.delivery-option input[type=radio]{width:16px;height:16px;cursor:pointer;margin:0}.delivery-info{flex:1;display:flex;align-items:center;justify-content:space-between}.delivery-name{font-size:13px;color:#202223}.delivery-price{font-size:12px;color:#6d7175}.summary-box{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e1e3e5;padding:16px 24px;margin:0;z-index:1000;box-shadow:0 -4px 12px #0000001a;display:flex;align-items:center;gap:24px}.summary-box h3{display:none}.summary-items{flex:1;display:flex;flex-wrap:wrap;gap:16px;align-items:center}.summary-row{font-size:13px;color:#6d7175}.summary-row.total{font-size:20px;font-weight:600;color:#005bd3;margin-left:auto}.actions{display:flex;gap:12px}.checkout-form{display:none;background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:32px;margin:32px 0}.checkout-form.active{display:block}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.summary-card{background:#fafbfb;border:1px solid #e1e3e5;border-radius:8px;padding:20px}.summary-card h3{font-size:16px;font-weight:600;margin-bottom:16px;color:#202223}.summary-item{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #e1e3e5}.summary-item:last-child{border-bottom:none}.summary-item .label{color:#6d7175;font-weight:500}.summary-item .value{color:#202223;text-align:right}.furniture-item{padding:12px;background:#fff;border:1px solid #e1e3e5;border-radius:6px;margin-bottom:10px}.furniture-item-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.furniture-item-name{font-weight:600;font-size:14px;color:#202223;flex:1}.furniture-item-price{font-weight:600;font-size:15px;color:#005bd3;white-space:nowrap}.final-price-box{background:#f0f7ff;border:2px solid #005bd3;border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:center;margin-top:20px}.final-price-label{font-size:18px;font-weight:600;color:#202223}.final-price-value{font-size:28px;font-weight:700;color:#005bd3}.form-section{margin-bottom:32px}.form-section h3{font-size:18px;font-weight:600;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px;color:#202223}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkbox-group{display:flex;align-items:center;gap:10px;margin:20px 0}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-group label{font-size:14px;cursor:pointer}.hidden{display:none}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px}.toast{background:#fff;border:1px solid #e1e3e5;border-left:4px solid #28a745;border-radius:6px;padding:16px 20px;box-shadow:0 4px 12px #00000026;min-width:300px;animation:slideInRight .3s ease-out;display:flex;align-items:center;gap:12px}.toast.success{border-left-color:#28a745}.toast.info{border-left-color:#005bd3}.toast.error{border-left-color:#dc3545}.toast-icon{font-size:20px}.toast-message{flex:1;font-size:14px;color:#202223}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:12px;padding:32px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:scaleIn .3s ease-out;position:relative}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal h2{font-size:22px;margin-bottom:20px;text-align:center;color:#202223}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6d7175;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.bank-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bank-option{display:flex;align-items:center;gap:12px;padding:16px;border:2px solid #e1e3e5;border-radius:8px;cursor:pointer;transition:all .2s}.bank-option:hover,.bank-option.selected{border-color:#005bd3;background:#f0f7ff}.bank-option input[type=radio]{width:18px;height:18px;cursor:pointer}.bank-logo{width:40px;height:40px;background:#f1f2f3;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:20px}.bank-name{flex:1;font-weight:500;font-size:15px}@media(max-width:1024px){.products-grid{grid-template-columns:1fr}.options-row{grid-template-columns:1fr;gap:16px}.product-header{grid-template-columns:1fr}}@media(max-width:768px){.form-row{grid-template-columns:1fr}.content{padding:20px 16px 140px}.summary-grid{grid-template-columns:1fr}.final-price-box{flex-direction:column;gap:12px;text-align:center}.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;width:100%}.modal{padding:24px;width:95%}.summary-box{padding:12px 16px;flex-direction:column;align-items:stretch;gap:12px}.summary-items{flex-direction:column;gap:8px}.summary-row.total{margin-left:0;text-align:center}.actions,.btn-success{width:100%}}*{margin:0;padding:0;box-sizing:border-box}.advisor-container{max-width:1400px;margin:0 auto;background:#fff;min-height:100vh}.advisor-header{background:#fff;padding:20px 24px;border-bottom:1px solid #e1e3e5;position:sticky;top:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.advisor-header-left{justify-self:start}.advisor-header-center{justify-self:center;text-align:center}.advisor-header-right{justify-self:end}.advisor-content{display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.search-section{padding:24px 24px 12px;background:#fff;border-bottom:1px solid #e1e3e5}.search-box{position:relative;display:flex;flex-direction:column;max-width:600px}.search-input{padding:10px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.filters-sidebar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #e1e3e5;z-index:98;box-shadow:0 -4px 12px #0000001a}.filters-toggle-btn{display:none;width:100%;padding:12px 16px;background:#fff;border:none;border-bottom:1px solid #e1e3e5;font-size:14px;font-weight:600;color:#202223;cursor:pointer;align-items:center;justify-content:space-between;transition:background .2s}.filters-toggle-btn:active{background:#f6f6f7}.toggle-icon{font-size:12px;color:#6d7175}.filters-content{padding:16px 24px}.filters-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.filters-left{display:flex;gap:12px;flex:1;align-items:flex-end}.filters-right{display:flex;gap:12px;align-items:center}.filter-group{display:flex;flex-direction:column;min-width:180px}.filter-label{font-size:12px;font-weight:500;color:#202223;margin-bottom:4px}.filter-select{padding:10px 12px;border:1px solid #c9cccf;border-radius:6px;background:#fff;font-size:14px;color:#202223;cursor:pointer;transition:border-color .2s;height:42px}.filter-select:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.filter-select:disabled{background:#f1f2f3;color:#6d7175;cursor:not-allowed}.filter-select.has-selection{border-color:#005bd3;background:#f0f7ff}.clear-filters{background:#fff;border:1px solid #c9cccf;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;color:#202223;cursor:pointer;transition:all .2s;white-space:nowrap;height:42px}.clear-filters:hover{background:#f6f6f7;border-color:#6d7175}@media(max-width:768px){.filters-toggle-btn{display:flex}.filters-sidebar:not(.expanded) .filters-content{display:none}.filters-content{padding:12px 16px}.filters-row{flex-direction:column;align-items:stretch}.filters-left{flex-direction:column;width:100%}.filter-group{width:100%;min-width:unset}.clear-filters{width:100%}}.products-content{padding:24px 24px 180px;overflow-y:auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-count{font-size:16px;color:#202223}.action-btn{background:#fff;border:1px solid #c9cccf;padding:8px 16px;border-radius:6px;font-size:13px;color:#202223;cursor:pointer;transition:all .2s;white-space:nowrap;font-weight:500}.action-btn:hover{background:#f1f2f3;border-color:#8c9196}.action-btn.primary{background:#005bd3;color:#fff;border-color:#005bd3}.action-btn.primary:hover{background:#004bb4}.products-grid{display:grid;gap:20px;padding:0}.product-card{background:#fff;border:2px solid #e1e3e5;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s;position:relative}.product-card:hover{border-color:#005bd3;box-shadow:0 2px 8px #005bd31a}.product-card.selected{border-color:#005bd3;background:#f0f7ff}.product-card-checkbox{position:absolute;top:12px;right:12px;z-index:2}.product-card-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.product-card-image{width:100%;height:180px;background:#f6f6f7;border-radius:6px;overflow:hidden;margin-bottom:12px}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-brand{font-size:11px;color:#6d7175;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.product-card-title{font-size:14px;font-weight:600;color:#202223;margin-bottom:6px;line-height:1.3}.product-card-meta{font-size:12px;color:#6d7175;margin-bottom:8px}.product-card-price{font-size:16px;font-weight:600;color:#005bd3}.product-card-main{background:#fff;border:2px solid #e1e3e5;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.product-card-main:hover{border-color:#005bd3;box-shadow:0 4px 12px #005bd326;transform:translateY(-4px)}.product-card-main .product-image{width:100%;height:200px;background:#f6f6f7;overflow:hidden}.product-card-main .product-image img{width:100%;height:100%;object-fit:cover}.product-card-main .product-info{padding:16px;flex:1;display:flex;flex-direction:column;gap:6px}.product-card-main .product-title{margin:0;font-size:16px;font-weight:600;color:#202223;line-height:1.3}.product-card-main .product-vendor{margin:0;font-size:12px;color:#6d7175;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.product-card-main .product-type{margin:0;font-size:13px;color:#6d7175}.product-card-main .product-variants{margin:0;font-size:12px;color:#8c9196;font-style:italic}.product-card-main .product-price{margin:8px 0 0;font-size:15px;font-weight:700;color:#005bd3}.btn-add-product{width:100%;padding:12px 16px;background:#005bd3;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:.5px}.btn-add-product:hover{background:#004db8;box-shadow:inset 0 -2px #00000026}.btn-add-product:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0003}.offer-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.offer-overlay.active{opacity:1;pointer-events:all}.offer-panel{position:fixed;top:0;right:0;width:600px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;transform:translate(100%);transition:transform .3s ease-out;z-index:1000;display:flex;flex-direction:column}.offer-panel.active{transform:translate(0)}.offer-panel-header{padding:20px 24px;border-bottom:1px solid #e1e3e5;display:flex;justify-content:space-between;align-items:center}.offer-panel-header h2{font-size:20px;font-weight:600;color:#202223;margin:0}.close-panel{background:none;border:none;font-size:28px;color:#6d7175;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.close-panel:hover{background:#f1f2f3}.offer-panel-content{flex:1;overflow-y:auto;padding:24px}.empty-state{text-align:center;padding:60px 20px;color:#6d7175}.empty-icon{font-size:48px;margin-bottom:16px}.selected-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.selected-item{background:#fafbfb;border:1px solid #e1e3e5;border-radius:8px;padding:16px;position:relative}.remove-btn{position:absolute;top:12px;right:12px;background:#fff;border:1px solid #c9cccf;width:28px;height:28px;border-radius:4px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6d7175;transition:all .2s}.remove-btn:hover{background:#dc3545;border-color:#dc3545;color:#fff}.item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-right:32px}.item-info h3{font-size:14px;font-weight:600;color:#202223;margin-bottom:4px}.item-info p{font-size:12px;color:#6d7175}.price-input-group{display:flex;align-items:center;gap:6px}.price-input{width:100px;padding:8px 10px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;text-align:right}.price-input:focus{outline:none;border-color:#005bd3}.fabrics-section{margin-top:16px;padding-top:16px;border-top:1px solid #e1e3e5}.fabrics-title{font-size:13px;font-weight:600;color:#202223;margin-bottom:12px}.fabrics-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.fabric-item{display:flex;align-items:center;gap:8px}.fabric-name{flex:1;padding:8px 10px;border:1px solid #c9cccf;border-radius:6px;font-size:13px}.fabric-name:focus{outline:none;border-color:#005bd3}.fabric-price{width:80px;padding:8px 10px;border:1px solid #c9cccf;border-radius:6px;font-size:13px;text-align:right}.fabric-price:focus{outline:none;border-color:#005bd3}.fabric-remove{background:#fff;border:1px solid #c9cccf;width:28px;height:28px;border-radius:4px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6d7175;transition:all .2s}.fabric-remove:hover{background:#dc3545;border-color:#dc3545;color:#fff}.fabric-actions{display:flex;gap:8px}.fabric-btn{flex:1;font-size:12px;padding:8px 12px}.product-card-image img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#f6f6f7,#e1e3e5)}.product-card-image img[src=""],.product-card-image img:not([src]){content:"📦";font-size:48px;display:flex;align-items:center;justify-content:center}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6f6f7,#e1e3e5);font-size:48px;color:#6d7175}.product-select-modal{max-width:900px;width:90vw;max-height:85vh;display:flex;flex-direction:column}.product-select-modal .modal-header{padding:24px;border-bottom:1px solid #e5e7eb}.product-select-modal .modal-header h2{margin:0;font-size:20px;font-weight:600}.modal-tabs{display:flex;border-bottom:2px solid #e5e7eb;padding:0 24px;gap:8px}.tab-button{padding:12px 20px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#6d7175;transition:all .2s;position:relative;bottom:-2px}.tab-button:hover{color:#2c5282;background:#f7fafc}.tab-button.active{color:#2c5282;border-bottom-color:#2c5282}.product-select-modal .modal-body{flex:1;overflow-y:auto;padding:24px}.variants-grid-container{display:flex;flex-direction:column;gap:16px}.grid-subtitle{font-size:14px;color:#6d7175;margin:0}.variants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.variant-tile{position:relative;display:flex;flex-direction:column;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s;background:#fff}.variant-tile:hover{border-color:#2c5282;box-shadow:0 4px 12px #2c528226;transform:translateY(-2px)}.variant-tile.selected{border-color:#2c5282;border-width:3px;background:#ebf4ff}.variant-tile input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.variant-tile-image{width:100%;height:140px;background:#f7fafc;overflow:hidden}.variant-tile-image img{width:100%;height:100%;object-fit:cover}.variant-tile-info{padding:12px;flex:1}.variant-tile-info h4{margin:0 0 6px;font-size:14px;font-weight:600;color:#1a202c;line-height:1.3}.variant-tile-price{margin:0;font-size:15px;font-weight:700;color:#2c5282}.variant-tile-checkbox{position:absolute;top:12px;right:12px;width:24px;height:24px;border:2px solid #ddd;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;pointer-events:none}.variant-tile:hover .variant-tile-checkbox{border-color:#2c5282}.variant-tile.selected .variant-tile-checkbox{background:#007bff;border-color:#007bff}.variant-tile.selected .variant-tile-checkbox:after{content:"✓";color:#fff;font-size:18px;font-weight:700}.checkbox-visual{width:12px;height:12px;background:#fff;border-radius:2px;opacity:0;transition:opacity .2s}.variant-tile.selected .checkbox-visual{opacity:1}.variant-tile.custom .variant-tile-checkbox{left:12px;right:auto}.btn-delete-tile{position:absolute;top:8px;left:8px;width:28px;height:28px;background:#fffffff2;border:1px solid #fc8181;border-radius:6px;color:#c53030;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2;box-shadow:0 2px 4px #0000001a}.btn-delete-tile:hover{background:#c53030;color:#fff;transform:scale(1.1)}.custom-form{background:#f7fafc;border:2px solid #e5e7eb;border-radius:8px;padding:20px;margin-top:16px}.custom-form h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1a202c}.custom-form .form-group{margin-bottom:16px}.custom-form .form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#4a5568}.custom-form .form-group input{width:100%;padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:14px}.custom-form .form-group input:focus{outline:none;border-color:#2c5282;box-shadow:0 0 0 3px #2c52821a}.input-with-prefix{display:flex;align-items:center;border:1px solid #cbd5e0;border-radius:6px;overflow:hidden;background:#fff}.input-with-prefix:focus-within{border-color:#2c5282;box-shadow:0 0 0 3px #2c52821a}.input-with-prefix .prefix{padding:10px 12px;background:#edf2f7;color:#4a5568;font-size:14px;font-weight:500;white-space:nowrap;border-right:1px solid #cbd5e0}.input-with-prefix input{flex:1;padding:10px 12px;border:none;font-size:14px}.input-with-prefix input:focus{outline:none}.form-actions{display:flex;gap:12px;margin-top:20px}.form-actions .btn{flex:1}.product-select-modal .modal-footer{display:flex;justify-content:space-between;padding:20px 24px;border-top:1px solid #e5e7eb;gap:12px}.product-select-modal .modal-footer .btn{flex:1}.empty-state{text-align:center;padding:40px 20px;color:#6d7175}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.loading-state p{margin-top:16px;color:#6d7175}.product-group{margin-bottom:24px;padding:12px;border:2px solid #e5e7eb;border-radius:8px;background:#f9fafb}.product-group .selected-product-card{margin-bottom:12px}.product-group .selected-product-card:last-of-type{margin-bottom:8px}.group-price-summary{text-align:right;padding:8px 12px;font-size:14px;font-weight:600;color:#374151;border-top:1px solid #e5e7eb;margin-top:8px}.feature-category{margin-bottom:16px;border:1px solid #e5e7eb;border-radius:6px}.feature-category-header{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:14px;transition:background .15s}.feature-category-header:hover{background:#f3f4f6}.expand-icon{font-size:12px;color:#6b7280;width:16px;text-align:center}.category-name{flex:1;color:#374151}.feature-count{color:#6b7280;font-size:13px;font-weight:500}.feature-list{padding:12px;background:#fff}.feature-item{display:flex;gap:8px;margin-bottom:8px;align-items:center}.feature-name-input{flex:1;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.feature-price-controls{display:flex;gap:4px;align-items:center}.price-type-select{padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;min-width:70px}.price-value-input{width:80px;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.btn-remove-feature{width:32px;height:32px;border:none;background:#ef4444;color:#fff;border-radius:4px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.btn-remove-feature:hover{background:#dc2626}.btn-add-feature{width:100%;padding:8px;margin-top:8px;border:1px dashed #9ca3af;background:transparent;color:#6b7280;border-radius:4px;font-size:13px;cursor:pointer;transition:all .15s}.btn-add-feature:hover{border-color:#6b7280;color:#374151;background:#f9fafb}.selected-item.highlight-incomplete{animation:highlight-pulse .5s ease-in-out 3;border:2px solid #ff6b6b}.fabric-autocomplete{position:relative;width:100%}.fabric-autocomplete .feature-name-input{width:100%}.autocomplete-loading{position:absolute;top:calc(100% + 2px);left:0;right:0;padding:8px 12px;background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:12px;color:var(--color-gray-600);z-index:9999;box-shadow:0 2px 8px #0000001a}.autocomplete-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--color-white);border:2px solid var(--color-primary);border-radius:var(--radius-md);max-height:240px;overflow-y:auto;z-index:9999;box-shadow:0 4px 16px #00000026}.autocomplete-item{width:100%;padding:12px;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .2s;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--color-gray-200);overflow:visible}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:var(--color-gray-100)}.autocomplete-item-name{font-size:14px;font-weight:500;color:var(--color-black);flex:1}.autocomplete-item-price{font-size:13px;color:var(--color-success);font-weight:600;white-space:nowrap}.autocomplete-empty{position:absolute;top:calc(100% + 2px);left:0;right:0;padding:12px;background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:13px;color:var(--color-gray-600);text-align:center;z-index:9999;box-shadow:0 2px 8px #0000001a}@keyframes highlight-pulse{0%,to{background:#fafbfb}50%{background:#fff3cd}}@media(max-width:640px){.product-select-modal{max-width:100%;width:100%;max-height:100vh;height:100vh;border-radius:0}.variants-grid{grid-template-columns:repeat(2,1fr);gap:12px}.variant-tile-image{height:100px}.variant-tile-info h4{font-size:13px}.variant-tile-price{font-size:14px}}@media(min-width:641px)and (max-width:768px){.variants-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:769px){.variants-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.offer-panel{width:100%;max-width:100%}.filters-row{flex-direction:column;align-items:stretch}.filters-left{flex-direction:column}.filter-group{min-width:100%}}@media(max-width:640px){.products-grid{grid-template-columns:1fr}}@media(min-width:641px)and (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px)and (max-width:1400px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1401px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.advisor-header{padding:12px 16px;gap:8px}.advisor-header img{height:32px!important}.advisor-header h1.page-title{font-size:16px!important}.advisor-header .btn{font-size:12px;padding:8px 12px;white-space:nowrap}.search-section{padding:12px 16px 8px}.search-box{max-width:100%}.search-row{flex-direction:column;gap:8px}.search-input{width:100%;font-size:14px}.refresh-products-btn{width:100%;justify-content:center}.products-content{padding:12px 12px 120px!important}.products-grid{grid-template-columns:1fr;gap:12px}.product-card{padding:12px}.product-card-image{height:140px}.product-card-title{font-size:14px}.product-card-price{font-size:13px}.btn-add-product{font-size:13px;padding:8px 12px}.filter-select option{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-select{font-size:13px;max-width:100%;overflow:hidden;text-overflow:ellipsis}}@media(max-width:400px){.advisor-header{padding:8px 12px}.advisor-header img{height:28px!important}.advisor-header h1.page-title{font-size:14px!important}.advisor-header .btn{font-size:11px;padding:6px 10px}}.owner-dashboard{padding:40px;max-width:1200px;margin:0 auto}.owner-header{margin-bottom:32px;display:flex;align-items:center;gap:16px}.owner-header .header-logo{width:60px;height:60px;object-fit:contain}.owner-header h1{margin:0;flex:1}.owner-header-description{color:var(--color-gray-600);font-size:14px;margin-top:8px}.add-employee-form{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-xl);padding:24px;margin-bottom:24px}.add-employee-form h2{margin-bottom:20px;font-size:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.employee-list{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-xl);padding:24px}.employee-list h2{margin-bottom:20px;font-size:18px}.employee-list-empty{background:var(--color-gray-100);border:2px solid var(--color-gray-300);border-radius:var(--radius-xl);padding:40px;text-align:center}.employee-list-empty p{color:var(--color-gray-600);font-size:14px}.employee-items{display:flex;flex-direction:column;gap:12px}.employee-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:var(--color-gray-100);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg)}.employee-info{flex:1}.employee-name{font-size:14px;font-weight:600;color:var(--color-black);margin-bottom:4px}.employee-email{font-size:13px;color:var(--color-gray-600)}.employee-status{font-size:12px;color:var(--color-gray-600);margin-top:4px}.employee-status.registered{color:var(--color-success)}.employee-status.pending{color:#ffc107}.employee-actions{display:flex;align-items:center;gap:16px}.employee-toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.employee-toggle-label.disabled{cursor:wait}.employee-toggle-text{font-size:13px;font-weight:500}.employee-toggle-switch{position:relative;width:44px;height:24px;border-radius:12px;transition:background .2s;cursor:pointer}.employee-toggle-switch.active{background:var(--color-success)}.employee-toggle-switch.inactive{background:var(--color-gray-400)}.employee-toggle-switch.disabled{cursor:wait}.employee-toggle-circle{position:absolute;top:2px;width:20px;height:20px;background:var(--color-white);border-radius:50%;transition:left .2s}.employee-toggle-circle.active{left:22px}.employee-toggle-circle.inactive{left:2px}.owner-loading{text-align:center;padding:40px;color:var(--color-gray-600);font-size:14px}.owner-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid var(--color-gray-300)}.tab-button{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:14px;font-weight:600;color:var(--color-gray-600);cursor:pointer;transition:all .2s}.tab-button:hover{color:var(--color-black)}.tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.fabrics-table input,.fabrics-table select{width:100%;padding:8px 12px;border:2px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:14px;background:var(--color-white);transition:border-color .2s,box-shadow .2s}.fabrics-table input:focus,.fabrics-table select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.fabrics-table input[type=number]{text-align:right}.fabrics-table input::placeholder{color:var(--color-gray-400);font-style:italic}.fabrics-table input:disabled,.fabrics-table select:disabled{background:var(--color-gray-100);cursor:not-allowed;opacity:.6}.fabric-row.editing td{padding:8px 12px;vertical-align:middle}.fabrics-table thead th:nth-child(1),.fabrics-table tbody td:nth-child(1){min-width:180px}.fabrics-table thead th:nth-child(2),.fabrics-table tbody td:nth-child(2){min-width:100px}.fabrics-table thead th:nth-child(3),.fabrics-table tbody td:nth-child(3){min-width:100px}.fabrics-table thead th:nth-child(4),.fabrics-table tbody td:nth-child(4){min-width:200px}.fabrics-table thead th:nth-child(5),.fabrics-table tbody td:nth-child(5){min-width:180px}.fabrics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.fabrics-header h2{font-size:18px;margin:0}.fabrics-table{width:100%;border-collapse:collapse}.fabrics-table thead th{text-align:left;padding:12px;background:var(--color-gray-100);border-bottom:2px solid var(--color-gray-300);font-size:13px;font-weight:600;color:var(--color-gray-600)}.fabrics-table tbody td{padding:12px;border-bottom:1px solid var(--color-gray-200);font-size:14px}.fabric-row.editing{background:var(--color-gray-50)}.fabric-name{font-weight:600}.fabric-types{color:var(--color-gray-600);font-size:13px}.actions-cell{display:flex;gap:8px;justify-content:flex-end}.btn-small{padding:6px 12px;font-size:13px}.btn-success{background:var(--color-success);color:var(--color-white)}.btn-success:hover{background:#16a34a}.btn-danger{background:#dc2626;color:var(--color-white)}.btn-danger:hover{background:#b91c1c}@media(max-width:1024px){.owner-dashboard{padding:30px 20px}.fabrics-table,.employee-item{font-size:13px}.info-tooltip-content{max-width:280px;min-width:220px}}@media(max-width:768px){.owner-dashboard{padding:20px 16px}.owner-header{flex-direction:column;align-items:flex-start;gap:12px}.owner-header .header-logo{width:50px;height:50px}.owner-header h1{font-size:22px}.owner-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-button{font-size:13px;padding:10px 16px;white-space:nowrap}.form-row{grid-template-columns:1fr}.employee-item{flex-direction:column;align-items:flex-start;gap:12px}.employee-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.employee-list{overflow-x:auto;-webkit-overflow-scrolling:touch}.fabrics-table{min-width:600px}.fabrics-header{flex-direction:column;align-items:stretch;gap:12px}.fabrics-header h2{margin-bottom:0}.fabrics-header .btn{width:100%}.fabrics-table input,.fabrics-table select{padding:6px 10px;font-size:13px}.actions-cell{flex-direction:column;align-items:stretch;gap:6px}.actions-cell .btn{width:100%}.info-tooltip-content{left:auto;right:0;transform:none;max-width:240px;min-width:200px}.info-tooltip-content:after{left:auto;right:10px;transform:none}}@media(max-width:480px){.owner-dashboard{padding:16px 12px}.owner-header h1{font-size:20px}.owner-header-description{font-size:13px}.tab-button{font-size:12px;padding:8px 12px}.add-employee-form,.employee-list{padding:16px}.fabrics-table{font-size:12px}.fabrics-table thead th,.fabrics-table tbody td{padding:8px}.fabrics-table input,.fabrics-table select{padding:5px 8px;font-size:12px}.btn-small{font-size:12px;padding:5px 10px}.info-tooltip-trigger{width:16px;height:16px;font-size:11px}.info-tooltip-content{font-size:11px;padding:8px 10px;max-width:200px}}@media(max-width:768px){.owner-dashboard{padding:20px}.form-row{grid-template-columns:1fr}.employee-item{flex-direction:column;align-items:flex-start;gap:12px}.employee-actions{width:100%;justify-content:space-between}}.registration-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-white)}.registration-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:12px 0}.registration-header .header-logo{font-size:22px;font-weight:700;color:var(--color-black);margin:0}.registration-main{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.registration-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:12px 0}.registration-footer p{text-align:center;font-size:14px;color:var(--color-gray-600);margin:0}.registration-loading,.registration-error{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 40px;text-align:center;max-width:500px;width:100%;box-shadow:var(--shadow-xl);border:2px solid var(--color-gray-300)}.registration-loading .spinner{width:50px;height:50px;margin:0 auto 24px;border:4px solid var(--color-gray-200);border-top:4px solid var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}.registration-loading p{font-size:16px;color:var(--color-gray-600);margin:0}.registration-error .error-icon{font-size:64px;margin-bottom:20px}.registration-error h1{font-size:24px;font-weight:600;color:var(--color-black);margin-bottom:12px}.registration-error p{font-size:15px;color:var(--color-gray-600);line-height:1.6;margin-bottom:12px}.registration-error .error-help{font-size:13px;color:var(--color-gray-500);font-style:italic}.registration-form-container{width:100%;max-width:550px}.registration-form{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 40px;box-shadow:var(--shadow-xl);border:2px solid var(--color-gray-300)}.registration-form h1{font-size:28px;font-weight:700;color:var(--color-black);margin-bottom:8px;text-align:center}.registration-subtitle{font-size:15px;color:var(--color-gray-600);text-align:center;margin-bottom:32px;line-height:1.5}.registration-form .form-group{margin-bottom:20px}.registration-form .form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-black)}.registration-form .form-group input{width:100%;padding:12px 14px;border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:15px;font-family:inherit;transition:all var(--transition-base)}.registration-form .form-group input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.registration-form .form-group input:disabled{background:var(--color-gray-100);cursor:not-allowed;color:var(--color-gray-500)}.registration-form .form-group input::placeholder{color:var(--color-gray-400)}.registration-form .error-message{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:12px 14px;font-size:14px;color:#c33;margin-bottom:16px;display:flex;align-items:center;gap:8px}.registration-form .error-message:before{content:"⚠️";font-size:16px}.registration-form .btn{width:100%;margin-top:20px;padding:14px 24px;border-radius:var(--radius-lg);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition-base);border:none}.registration-form .btn:disabled{background:var(--color-gray-400);cursor:not-allowed;opacity:.6}.registration-form .btn-success{background:var(--color-accent);color:var(--color-white)}.registration-form .btn-success:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.registration-form .btn-success:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.registration-header{padding:8px 0}.registration-header .header-logo{font-size:18px}.registration-main{padding:12px}.registration-form{padding:32px 24px}.registration-form h1{font-size:24px}.registration-subtitle{font-size:14px}.registration-footer{padding:8px 0}.registration-footer p{font-size:12px}}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-white)}.dashboard-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:var(--spacing-md) 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.header-logo{font-size:22px;font-weight:700;color:var(--color-black);margin:0}.header-user{display:flex;align-items:center;gap:var(--spacing-sm)}.user-name{font-size:14px;font-weight:500;color:var(--color-gray-600)}@media(max-width:480px){.dashboard-header{padding:var(--spacing-sm) 0}.header-logo{font-size:18px}.user-name{font-size:12px}}.dashboard-main{flex:1;padding:var(--spacing-2xl) 0}.dashboard-welcome{text-align:center;margin-bottom:var(--spacing-2xl)}.dashboard-welcome h2{font-size:28px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-sm)}.dashboard-welcome p{font-size:16px;color:var(--color-gray-600);margin:0}@media(max-width:480px){.dashboard-main{padding:var(--spacing-xl) 0}.dashboard-welcome{margin-bottom:var(--spacing-xl)}.dashboard-welcome h2{font-size:24px}.dashboard-welcome p{font-size:14px}}.dashboard-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr;max-width:900px;margin:0 auto}@media(min-width:769px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-card-link{text-decoration:none;color:inherit;display:block}.dashboard-card{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);padding:var(--spacing-2xl);text-align:center;transition:all var(--transition-base);cursor:pointer;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px}.dashboard-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.dashboard-card:active{transform:translateY(-2px)}.card-icon{width:80px;height:80px;background:var(--color-gray-100);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-lg);transition:all var(--transition-base)}.dashboard-card:hover .card-icon{background:var(--color-accent-light);color:var(--color-accent)}.card-icon svg{color:var(--color-black);transition:color var(--transition-base)}.dashboard-card:hover .card-icon svg{color:var(--color-accent)}.card-title{font-size:22px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-sm);transition:color var(--transition-base)}.dashboard-card:hover .card-title{color:var(--color-accent)}.card-description{font-size:15px;color:var(--color-gray-600);line-height:1.5;margin:0}@media(max-width:480px){.dashboard-card{padding:var(--spacing-xl);min-height:240px}.card-icon{width:64px;height:64px}.card-icon svg{width:40px;height:40px}.card-title{font-size:20px}.card-description{font-size:14px}}.dashboard-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:var(--spacing-md) 0;margin-top:auto}.dashboard-footer p{text-align:center;font-size:14px;color:var(--color-gray-600);margin:0}@media(max-width:480px){.dashboard-footer{padding:var(--spacing-sm) 0}.dashboard-footer p{font-size:12px}}.login-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-white)}.login-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:12px 0}.login-header .header-logo{font-size:22px;font-weight:700;color:var(--color-black);margin:0}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.login-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:12px 0}.login-footer p{text-align:center;font-size:14px;color:var(--color-gray-600);margin:0}.login-form-container{width:100%;max-width:450px}.login-form{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 40px;box-shadow:var(--shadow-xl);border:2px solid var(--color-gray-300)}.login-form h1{font-size:28px;font-weight:700;color:var(--color-black);margin-bottom:32px;text-align:center}.login-form .form-group{margin-bottom:20px}.login-form .form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-black)}.login-form .form-group input{width:100%;padding:12px 14px;border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:15px;font-family:inherit;transition:all var(--transition-base)}.login-form .form-group input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.login-form .error-message{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:12px 14px;font-size:14px;color:#c33;margin-bottom:16px;display:flex;align-items:center;gap:8px}.login-form .error-message:before{content:"⚠️";font-size:16px}.login-form .btn{width:100%;margin-top:20px;padding:14px 24px;border-radius:var(--radius-lg);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition-base);border:none}.login-form .btn:disabled{background:var(--color-gray-400);cursor:not-allowed;opacity:.6}.login-form .btn-primary{background:var(--color-accent);color:var(--color-white)}.login-form .btn-primary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.login-form .btn-primary:active:not(:disabled){transform:translateY(0)}.login-footer{margin-top:20px;text-align:center}.login-footer a{color:var(--color-accent);font-size:14px;text-decoration:none;transition:color var(--transition-base)}.login-footer a:hover{color:var(--color-accent-hover);text-decoration:underline}.login-form-footer{margin-top:20px;text-align:center}.login-form-footer a{color:var(--color-accent);font-size:14px;text-decoration:none;transition:color var(--transition-base)}.login-form-footer a:hover{color:var(--color-accent-hover);text-decoration:underline}@media(max-width:768px){.login-page{padding:12px}.login-form{padding:32px 24px}.login-form h1{font-size:24px}}.password-reset-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-white)}.password-reset-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:12px 0}.password-reset-header .header-logo{font-size:22px;font-weight:700;color:var(--color-black);margin:0}.password-reset-main{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.password-reset-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:12px 0}.password-reset-footer p{text-align:center;font-size:14px;color:var(--color-gray-600);margin:0}.password-reset-loading,.password-reset-error,.password-reset-success{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 40px;text-align:center;max-width:500px;width:100%;box-shadow:var(--shadow-xl);border:2px solid var(--color-gray-300)}.password-reset-loading .spinner{width:50px;height:50px;margin:0 auto 24px;border:4px solid var(--color-gray-200);border-top:4px solid var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.password-reset-loading p{font-size:16px;color:var(--color-gray-600);margin:0}.password-reset-error .error-icon{font-size:64px;margin-bottom:20px}.password-reset-error h1{font-size:24px;font-weight:600;color:var(--color-black);margin-bottom:12px}.password-reset-error p{font-size:15px;color:var(--color-gray-600);line-height:1.6;margin-bottom:12px}.password-reset-error .error-help{font-size:13px;color:var(--color-gray-500);font-style:italic;margin-bottom:20px}.password-reset-error .btn{margin-top:12px}.password-reset-success .success-icon{font-size:64px;margin-bottom:20px}.password-reset-success h1{font-size:24px;font-weight:600;color:var(--color-success);margin-bottom:12px}.password-reset-success p{font-size:15px;color:var(--color-gray-600);line-height:1.6;margin-bottom:12px}.password-reset-success .success-email{font-weight:600;color:var(--color-black);margin:8px 0}.password-reset-success .success-help{font-size:13px;color:var(--color-gray-500);font-style:italic;margin-bottom:20px}.password-reset-form-container{width:100%;max-width:500px}.password-reset-form{background:var(--color-white);border-radius:var(--radius-xl);padding:48px 40px;box-shadow:var(--shadow-xl);border:2px solid var(--color-gray-300)}.password-reset-form h1{font-size:28px;font-weight:700;color:var(--color-black);margin-bottom:8px;text-align:center}.password-reset-subtitle{font-size:15px;color:var(--color-gray-600);text-align:center;margin-bottom:32px;line-height:1.5}.password-reset-form .form-group{margin-bottom:20px}.password-reset-form .form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-black)}.password-reset-form .form-group input{width:100%;padding:12px 14px;border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:15px;font-family:inherit;transition:all var(--transition-base)}.password-reset-form .form-group input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.password-reset-form .form-group input:disabled{background:var(--color-gray-100);cursor:not-allowed;color:var(--color-gray-500)}.password-reset-form .error-message{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:12px 14px;font-size:14px;color:#c33;margin-bottom:16px;display:flex;align-items:center;gap:8px}.password-reset-form .error-message:before{content:"⚠️";font-size:16px}.password-reset-form .btn{width:100%;margin-top:20px;padding:14px 24px;border-radius:var(--radius-lg);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition-base);border:none}.password-reset-form .btn:disabled{background:var(--color-gray-400);cursor:not-allowed;opacity:.6}.password-reset-form .btn-primary{background:var(--color-accent);color:var(--color-white)}.password-reset-form .btn-primary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.password-reset-form .btn-primary:active:not(:disabled){transform:translateY(0)}.password-reset-form .btn-success{background:var(--color-accent);color:var(--color-white)}.password-reset-form .btn-success:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.password-reset-form .btn-success:active:not(:disabled){transform:translateY(0)}.password-reset-form-footer{margin-top:20px;text-align:center}.password-reset-form-footer a{color:var(--color-accent);font-size:14px;text-decoration:none;transition:color var(--transition-base)}.password-reset-form-footer a:hover{color:var(--color-accent-hover);text-decoration:underline}@media(max-width:768px){.password-reset-header{padding:8px 0}.password-reset-header .header-logo{font-size:18px}.password-reset-main{padding:12px}.password-reset-form{padding:32px 24px}.password-reset-form h1{font-size:24px}.password-reset-subtitle{font-size:14px}.password-reset-footer{padding:8px 0}.password-reset-footer p{font-size:12px}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:9999;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.create-offer-modal{max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e1e3e5}.modal-header h2{font-size:20px;font-weight:600;color:#202223;margin:0}.modal-close{background:none;border:none;font-size:28px;color:#6d7175;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#f1f2f3}.modal-body{padding:24px}.modal-body .form-group{margin-bottom:20px}.modal-body .form-group:last-of-type{margin-bottom:0}.modal-body label{display:block;font-size:14px;font-weight:600;color:#202223;margin-bottom:8px}.modal-body .required{color:#dc3545}.modal-body input,.modal-body textarea{width:100%;padding:10px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.modal-body input:focus,.modal-body textarea:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.modal-body input.error,.modal-body textarea.error{border-color:#dc3545}.modal-body input:disabled,.modal-body textarea:disabled{background:#f1f2f3;cursor:not-allowed;opacity:.6}.modal-body .error-message{display:block;font-size:12px;color:#dc3545;margin-top:4px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;margin-top:20px;border-top:1px solid #e1e3e5}.modal-footer .btn{padding:10px 20px;font-size:14px}.offer-summary-success{text-align:center;padding:20px 0;border-bottom:1px solid #e1e3e5;margin-bottom:24px}.success-icon{font-size:48px;margin-bottom:12px}.offer-summary-success h3{font-size:20px;font-weight:600;color:#28a745;margin:0}.offer-summary-details{display:flex;flex-direction:column;gap:24px}.summary-section h4{font-size:16px;font-weight:600;color:#202223;margin-bottom:12px}.summary-section p{font-size:14px;color:#6d7175;margin:8px 0}.summary-section p strong{color:#202223}.summary-product{padding:12px;background:#f6f6f7;border-radius:8px;margin-bottom:8px}.summary-product-card{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:16px;margin-bottom:12px}.summary-product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid #e1e3e5;margin-bottom:12px}.summary-product-title{flex:1;font-size:15px;font-weight:600;color:#202223;line-height:1.4}.summary-product-price{font-size:15px;font-weight:600;color:#005bd3;white-space:nowrap}.summary-product-features{display:flex;flex-direction:column;gap:8px}.summary-feature-group{font-size:13px}.summary-feature-label{font-weight:600;color:#202223;margin-bottom:4px}.summary-feature-options{padding-left:12px;display:flex;flex-direction:column;gap:2px}.summary-feature-option{color:#6d7175;line-height:1.5}.summary-feature-price{color:#005bd3;font-weight:500}.product-main{display:flex;justify-content:space-between;align-items:center;font-size:14px}.product-title{font-weight:600;color:#202223}.product-price{color:#6d7175}.product-features{margin-top:8px;padding-left:12px}.feature-item{display:flex;justify-content:space-between;font-size:13px;color:#6d7175;margin-top:4px}.summary-total{display:flex;justify-content:space-between;padding:16px 0;border-top:2px solid #202223;font-size:18px;color:#202223}.summary-status{text-align:center;margin-top:8px}.status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase}.status-draft{background:#fff4e6;color:#ff9800}.btn-outline{background:#fff;color:#005bd3;border:1px solid #005bd3}.btn-outline:hover{background:#f6f6f7}.modal-overlay{position:fixed;inset:0;background:#00000080;display:none;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay.active{display:block}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;z-index:9999;display:none;overflow:hidden}.modal-content.active{display:flex;flex-direction:column}.product-select-modal{z-index:9999!important}.product-select-modal+.modal-overlay{z-index:9998!important}.image-preview{position:relative;width:200px;height:200px;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover}.btn-remove-image{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#000000b3;color:#fff;border:none;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-remove-image:hover{background:#000000e6}.file-upload-area{margin-top:8px}.form-help{font-size:13px;color:#666;margin:4px 0 8px}.btn-delete-custom{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#f00c;color:#fff;border:none;font-size:20px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-delete-custom:hover{background:red}.variant-tile.custom{position:relative}.attachments-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.attachment-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}.attachment-icon{font-size:24px}.attachment-info{flex:1;display:flex;flex-direction:column;gap:4px}.attachment-name{font-size:14px;font-weight:500;color:#333}.attachment-size{font-size:12px;color:#666}.btn-remove-attachment{width:32px;height:32px;border-radius:50%;background:#ff00001a;color:#d32f2f;border:none;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-remove-attachment:hover{background:#f003}.attachments-summary ul{margin:8px 0 0 20px;padding:0}.attachments-summary li{font-size:14px;color:#666;margin:4px 0}.optional{font-weight:400;color:#666;font-size:13px}.existing-attachments{margin-bottom:16px;padding:12px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.existing-label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px}@media(max-width:640px){.create-offer-modal{max-width:100%;width:100%;max-height:100vh;border-radius:0}.modal-header{padding:16px}.modal-header h2{font-size:18px}.modal-body{padding:16px}.summary-product-card{padding:12px}.summary-product-header{flex-direction:column;align-items:flex-start;gap:8px}.summary-product-title{font-size:14px}.summary-product-price{font-size:14px;align-self:flex-end}.summary-feature-group,.summary-feature-label,.summary-feature-option{font-size:12px}.modal-footer{flex-direction:column-reverse;padding:12px 16px;gap:8px}.modal-footer .btn{width:100%;padding:12px 16px;font-size:14px}.summary-section{margin-bottom:16px}.summary-section h4{font-size:14px}.summary-section p{font-size:13px}.offer-summary-success{padding:16px 0}.success-icon{font-size:36px}.offer-summary-success h3{font-size:18px}.summary-total{font-size:14px;flex-wrap:wrap}.attachments-preview{grid-template-columns:1fr}.attachment-preview-item{max-width:100%}}@media(max-width:400px){.modal-body{padding:12px}.summary-product-card{padding:10px}.summary-product-title,.summary-product-price{font-size:13px}}.features-section{margin-top:16px;padding-top:16px;border-top:1px solid #e1e3e5}.features-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.features-title{font-size:13px;font-weight:600;color:#202223}.feature-category{margin-bottom:20px;padding:12px;background:#fff;border:1px solid #e1e3e5;border-radius:6px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f2f3}.category-title{font-size:12px;font-weight:600;color:#005bd3;text-transform:uppercase;letter-spacing:.5px;margin:0}.features-list{display:flex;flex-direction:column;gap:8px}.feature-item{display:flex;align-items:center;gap:8px}.feature-name{flex:1;padding:8px 10px;border:1px solid #c9cccf;border-radius:6px;font-size:13px}.feature-name:focus{outline:none;border-color:#005bd3}.price-type-select{width:70px;padding:8px 6px;border:1px solid #c9cccf;border-radius:6px;font-size:12px;background:#fff;cursor:pointer}.price-type-select:focus{outline:none;border-color:#005bd3}.feature-price{width:80px;padding:8px 10px;border:1px solid #c9cccf;border-radius:6px;font-size:13px;text-align:right}.feature-price:focus{outline:none;border-color:#005bd3}.price-display{min-width:80px;font-size:12px;font-weight:600;color:#005bd3;text-align:right}.feature-remove{background:#fff;border:1px solid #c9cccf;width:28px;height:28px;border-radius:4px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6d7175;transition:all .2s;flex-shrink:0}.feature-remove:hover{background:#dc3545;border-color:#dc3545;color:#fff}.add-category-section{margin-top:16px}.category-input-group{display:flex;gap:8px;align-items:center}.category-name-input{flex:1;padding:8px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:13px}.category-name-input:focus{outline:none;border-color:#005bd3}.btn-sm{font-size:11px;padding:6px 10px}.offer-summary{background:#fafbfb;border:1px solid #e1e3e5;border-radius:8px;padding:16px;margin-bottom:16px}.offer-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#202223}.offer-summary .summary-row.total{font-size:18px;font-weight:600;color:#005bd3;padding-top:12px;border-top:2px solid #e1e3e5;margin-top:8px}.search-row{display:flex;gap:12px;align-items:center;width:100%}.search-row .search-input{flex:1}.refresh-products-btn{white-space:nowrap;display:flex;align-items:center;gap:6px;font-size:14px;padding:10px 16px}.refresh-products-btn:disabled{opacity:.6;cursor:not-allowed}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner-large{width:48px;height:48px;border:4px solid #e1e3e5;border-top-color:#005bd3;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.empty-products-banner{background:#f6f6f7;border:2px dashed #c9cccf;border-radius:12px;padding:48px 32px;text-align:center;max-width:600px;margin:0 auto}.empty-products-banner .banner-icon{font-size:64px;margin-bottom:16px}.empty-products-banner h3{font-size:20px;font-weight:600;color:#202223;margin-bottom:8px}.empty-products-banner p{font-size:15px;color:#6d7175;margin-bottom:24px;line-height:1.5}.empty-products-banner .btn{min-width:200px}.sync-overlay{position:fixed;inset:0;background:#000000b3;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.sync-content{background:#fff;border-radius:12px;padding:48px 64px;text-align:center;box-shadow:0 8px 32px #0000004d}.sync-content h3{font-size:20px;font-weight:600;color:#202223;margin-top:24px;margin-bottom:8px}.sync-content p{font-size:15px;color:#6d7175;line-height:1.5}.history-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-gray-50)}.history-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:var(--spacing-lg) 0}.history-header .header-content{display:flex;align-items:center;gap:var(--spacing-xl)}.history-header .header-logo{height:48px;cursor:pointer;transition:opacity var(--transition-base)}.history-header .header-logo:hover{opacity:.8}.history-header h1{font-size:28px;font-weight:600;color:var(--color-black);margin:0}@media(max-width:768px){.history-header h1{font-size:22px}.history-header .header-logo{height:40px}}.history-main{flex:1;padding:var(--spacing-2xl) 0}.history-count{font-size:16px;color:var(--color-gray-600);margin-bottom:var(--spacing-xl);font-weight:500}.loading-state{text-align:center;padding:var(--spacing-3xl) 0}.loading-state p{margin-top:var(--spacing-lg);color:var(--color-gray-600);font-size:16px}.empty-state{text-align:center;padding:var(--spacing-3xl) var(--spacing-lg);max-width:500px;margin:0 auto}.empty-icon{font-size:64px;margin-bottom:var(--spacing-lg)}.empty-state h2{font-size:24px;color:var(--color-black);margin-bottom:var(--spacing-md)}.empty-state p{font-size:16px;color:var(--color-gray-600);margin-bottom:var(--spacing-xl)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}@media(max-width:768px){.offers-grid{grid-template-columns:1fr}}.offer-card{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);position:relative}.offer-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md)}.offer-card-header{padding:var(--spacing-md) var(--spacing-lg);background:var(--color-gray-100);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-gray-300)}.offer-card-delete{background:var(--color-white);border:1px solid var(--color-gray-400);width:28px;height:28px;border-radius:var(--radius-sm);font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-gray-600);transition:all var(--transition-base);line-height:1;padding:0}.offer-card-delete:hover{background:#dc3545;border-color:#dc3545;color:var(--color-white)}.offer-card-body{padding:var(--spacing-lg);cursor:pointer}.offer-card-client h3{font-size:18px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-xs)}.offer-card-client p{font-size:14px;color:var(--color-gray-600);margin-bottom:var(--spacing-lg)}.offer-card-info{margin-bottom:var(--spacing-lg)}.offer-card-info-row{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm) 0;border-bottom:1px solid var(--color-gray-200);font-size:14px}.offer-card-info-row:last-child{border-bottom:none}.offer-card-info-row .label{color:var(--color-gray-600);font-weight:500}.offer-card-info-row .value{color:var(--color-black);font-weight:500}.offer-card-total{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;border-top:2px solid var(--color-gray-300);margin-top:var(--spacing-md)}.offer-card-total .label{font-size:16px;font-weight:600;color:var(--color-black)}.offer-card-total .value{font-size:18px;font-weight:700;color:var(--color-accent)}.offer-card-details-btn{width:100%}.status-badge{display:inline-block;padding:4px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-draft{background:var(--color-gray-200);color:var(--color-gray-700);border:1px solid var(--color-gray-400)}.status-sent{background:var(--color-white);color:var(--color-accent);border:1px solid var(--color-accent)}.status-accepted{background:var(--color-gray-100);color:var(--color-black);border:1px solid var(--color-gray-500)}.status-paid{background:var(--color-black);color:var(--color-white);border:1px solid var(--color-black)}.status-cancelled{background:var(--color-white);color:var(--color-gray-600);border:1px solid var(--color-gray-400)}.status-archived{background:var(--color-gray-300);color:var(--color-gray-700);border:1px solid var(--color-gray-500)}.load-more-trigger{text-align:center;padding:var(--spacing-xl) 0;color:var(--color-gray-600)}.all-loaded{text-align:center;padding:var(--spacing-xl) 0;color:var(--color-gray-600);font-size:14px}.modal-overlay{position:fixed;inset:0;background:#0009;z-index:9998;animation:fadeIn .2s ease-out}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:9999;max-width:700px;width:90%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.modal-small{max-width:480px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid var(--color-gray-300);flex-shrink:0}.modal-header h2{font-size:20px;font-weight:600;color:var(--color-black);margin:0}.modal-close{background:none;border:none;font-size:28px;color:var(--color-gray-600);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition-base)}.modal-close:hover{background:var(--color-gray-100)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:24px 24px 40px;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:var(--spacing-md);padding:16px 24px;border-top:1px solid var(--color-gray-300);flex-shrink:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.details-section{margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--color-gray-200)}.details-section h3{font-size:18px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-md)}.details-grid{display:flex;flex-direction:column;gap:var(--spacing-sm)}.details-row{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--spacing-sm) 0;font-size:14px}.details-row .label{color:var(--color-gray-600);font-weight:500;min-width:140px}.details-row .value{color:var(--color-black);font-weight:500;text-align:right;word-break:break-word}.notes-content{background:var(--color-gray-100);padding:var(--spacing-md);border-radius:var(--radius-md);border:1px solid var(--color-gray-300);font-size:14px;color:var(--color-gray-700);white-space:pre-wrap}.products-list{display:flex;flex-direction:column;gap:var(--spacing-lg)}.product-item{background:var(--color-gray-50);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);padding:var(--spacing-md)}.product-item-header h4{font-size:16px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-xs)}.variant-title{font-size:13px;color:var(--color-gray-600);margin-bottom:var(--spacing-md)}.product-item-details{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-md)}.product-item-details .details-row{padding:var(--spacing-xs) 0}.total-row{border-top:1px solid var(--color-gray-300);padding-top:var(--spacing-sm)!important;margin-top:var(--spacing-xs);font-weight:600}.total-row .value{color:var(--color-accent);font-size:15px}.product-features{background:var(--color-white);border-radius:var(--radius-sm);padding:var(--spacing-md);border:1px solid var(--color-gray-200);margin-top:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-lg)}.feature-category{display:flex;flex-direction:column;gap:var(--spacing-sm)}.feature-category-title{font-size:14px;font-weight:700;color:var(--color-black);margin:0;text-transform:uppercase;letter-spacing:.5px}.features-title{font-size:13px;font-weight:600;color:var(--color-gray-700);margin-bottom:var(--spacing-md)}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.features-list li{font-size:13px;color:var(--color-gray-700);padding:var(--spacing-sm) var(--spacing-md);background:var(--color-gray-50);border-radius:var(--radius-sm);border:1px solid var(--color-gray-200);display:flex;justify-content:space-between;align-items:center}.features-list li{font-size:13px;color:var(--color-gray-700);padding:var(--spacing-sm) var(--spacing-md);background:var(--color-gray-50);border-radius:var(--radius-sm);border:1px solid var(--color-gray-200);display:flex;justify-content:space-between;align-items:center;position:relative}.features-list li.feature-selected{background:var(--color-white);border-color:var(--color-accent);border-width:2px}.feature-checkmark{color:var(--color-accent);font-weight:700;font-size:16px;margin-right:var(--spacing-sm)}.feature-name{font-weight:500;flex:1}.feature-price{color:var(--color-accent);font-weight:600;margin-left:var(--spacing-md);white-space:nowrap}.total-section{background:var(--color-gray-50);padding:var(--spacing-xl);border-radius:var(--radius-md);border:2px solid var(--color-gray-300);margin-bottom:var( --spacing-2xl )!important;border-bottom:2px solid var(--color-gray-300)!important}.total-section .total-row{border:none;padding:0;margin:0;font-size:18px;display:flex;justify-content:space-between;align-items:center}.total-section .total-row .label{font-size:18px;font-weight:700;color:var(--color-black)}.total-section .total-row .value{font-size:22px;font-weight:700;color:var(--color-accent)}.warning-text{color:#dc3545;font-weight:500;font-size:14px;margin-top:var(--spacing-md)}.btn-danger{background:#dc3545;color:var(--color-white);border-color:#dc3545}.btn-danger:hover:not(:disabled){background:#c82333;border-color:#c82333}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.attachments-list{display:flex;flex-direction:column;gap:var(--spacing-sm)}.attachment-item{display:flex;align-items:center}.attachment-link{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:var(--color-gray-100);border:1px solid var(--color-gray-300);border-radius:var(--radius-sm);text-decoration:none;color:var(--color-black);transition:all var(--transition-base);flex:1}.attachment-link:hover{background:var(--color-gray-200);border-color:var(--color-accent)}.attachment-icon{font-size:20px;flex-shrink:0}.attachment-name{flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-size{color:var(--color-gray-600);font-size:12px;flex-shrink:0}@media(max-width:768px){.modal-container{max-width:95%}}@media(max-width:480px){.history-main{padding:var(--spacing-lg) 0}.offer-card-body{padding:var(--spacing-md)}.modal-container{width:95%;max-height:95vh}.modal-header,.modal-body{padding:16px}.modal-footer{padding:12px 16px}.details-row{flex-direction:column;gap:var(--spacing-xs)}.details-row .label{min-width:auto}.details-row .value{text-align:left}}.client-offer-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-gray-50)}.client-offer-header{background:var(--color-white);border-bottom:2px solid var(--color-gray-300);padding:var(--spacing-lg)}.header-flex{display:flex;align-items:center;gap:var(--spacing-xl)}.client-logo{height:40px;flex-shrink:0}.client-offer-header h1{flex:1;text-align:center;font-size:20px;font-weight:600;color:var(--color-black);margin:0}.client-offer-main{flex:1;padding:var(--spacing-xl) 0}.client-welcome{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.client-welcome h2{font-size:22px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-md)}.client-welcome>p{font-size:15px;color:var(--color-gray-600);line-height:1.6;margin-bottom:var(--spacing-md)}.client-notes{background:var(--color-gray-100);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);padding:var(--spacing-md);margin-top:var(--spacing-lg)}.notes-label{font-size:13px;font-weight:600;color:var(--color-gray-700);margin-bottom:var(--spacing-sm)}.notes-content{font-size:14px;color:var(--color-gray-700);line-height:1.5;margin:0;white-space:pre-wrap}.client-products{margin-bottom:var(--spacing-2xl)}.section-title{font-size:20px;font-weight:600;color:var(--color-black);margin-bottom:var(--spacing-lg)}.client-products-grid{display:flex;flex-direction:column;gap:var(--spacing-lg)}.client-product{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);overflow:hidden}.client-product-image{width:100%;height:220px;overflow:hidden;background:#f5f5f5}.client-product-image img{width:100%;height:100%;object-fit:cover}.client-product-header{background:var(--color-gray-100);border-bottom:1px solid var(--color-gray-300);padding:var(--spacing-md) var(--spacing-lg);display:flex;justify-content:space-between;align-items:flex-start;gap:var(--spacing-md)}.client-product-header-left{flex:1}.client-product-remove{background:var(--color-white);border:1px solid var(--color-gray-400);width:32px;height:32px;border-radius:var(--radius-sm);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-gray-600);transition:all var(--transition-base);line-height:1;padding:0;flex-shrink:0}.client-product-remove:hover{background:#dc3545;border-color:#dc3545;color:var(--color-white)}.client-product-title{font-size:18px;font-weight:600;color:var(--color-black);margin:0 0 var(--spacing-xs) 0}.client-product-variant{font-size:14px;color:var(--color-gray-600);margin:0}.client-product-body{padding:var(--spacing-lg)}.client-product-base-price{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm) 0;margin-bottom:var(--spacing-lg);border-bottom:1px solid var(--color-gray-200);font-size:14px}.client-product-base-price .label{color:var(--color-gray-600);font-weight:500}.client-product-base-price .value{color:var(--color-black);font-weight:600}.client-features{display:flex;flex-direction:column;gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.client-feature-group{display:flex;flex-direction:column;gap:var(--spacing-sm)}.client-feature-label{font-size:14px;font-weight:600;color:var(--color-black)}.client-feature-select{width:100%;padding:12px;border:2px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:14px;font-family:inherit;background:var(--color-white);color:var(--color-black);cursor:pointer;transition:all var(--transition-base)}.client-feature-select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #005bd31a}.client-feature-select:disabled{background:var(--color-gray-100);cursor:not-allowed;opacity:.6}.client-product-price-summary{background:var(--color-gray-50);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);padding:var(--spacing-md)}.price-row{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm) 0;font-size:14px}.price-row .label{color:var(--color-gray-600);font-weight:500}.price-row .value{color:var(--color-black);font-weight:600}.price-row.total{border-top:2px solid var(--color-gray-300);margin-top:var(--spacing-sm);padding-top:var(--spacing-md);font-size:16px}.price-row.total .label{font-weight:700;color:var(--color-black)}.price-row.total .value{font-weight:700;font-size:18px;color:var(--color-accent)}.quantity-row{border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200);padding:var(--spacing-md) 0;margin:var(--spacing-sm) 0}.quantity-controls{display:flex;align-items:center;gap:var(--spacing-md)}.quantity-btn{background:var(--color-white);border:2px solid var(--color-accent);color:var(--color-accent);width:32px;height:32px;border-radius:var(--radius-sm);font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-base);line-height:1;padding:0}.quantity-btn:hover:not(:disabled){background:var(--color-accent);color:var(--color-white)}.quantity-btn:disabled{opacity:.3;cursor:not-allowed;border-color:var(--color-gray-400);color:var(--color-gray-400)}.quantity-value{font-size:16px;font-weight:600;color:var(--color-black);min-width:30px;text-align:center}.client-summary{background:var(--color-white);border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);padding:var(--spacing-xl)}.summary-card{margin-bottom:var(--spacing-xl)}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;font-size:16px}.summary-row .label{color:var(--color-gray-600);font-weight:500}.summary-row .value{color:var(--color-black);font-weight:600}.summary-row.total{border-top:3px solid var(--color-gray-300);padding-top:var(--spacing-lg);margin-top:var(--spacing-md);font-size:20px;flex-wrap:wrap}.summary-row.total .label{font-weight:700;color:var(--color-black);font-size:16px}.summary-row.total .value{font-weight:700;font-size:20px;color:var(--color-accent);word-break:break-word}.btn-accept{width:100%;font-size:16px;padding:16px;font-weight:600}.selection-warning{text-align:center;color:var(--color-gray-600);font-size:14px;margin-top:var(--spacing-md)}.client-offer-loading,.client-offer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:var(--spacing-2xl);text-align:center}.client-offer-loading p{margin-top:var(--spacing-lg);color:var(--color-gray-600);font-size:16px}.client-offer-error h2{font-size:24px;color:var(--color-black);margin-bottom:var(--spacing-md)}.client-offer-error p{color:var(--color-gray-600);font-size:16px}.client-offer-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:var(--spacing-lg);margin-top:auto}.client-offer-footer p{text-align:center;font-size:14px;color:var(--color-gray-600);margin:0}.client-attachments{margin-top:16px;padding:16px;background:#f5f5f5;border-radius:8px}.attachments-label{font-weight:600;font-size:14px;color:#333;margin-bottom:12px}.attachments-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.attachment-thumbnail{display:flex;flex-direction:column;border:2px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;text-decoration:none;transition:all .2s}.attachment-thumbnail:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.thumbnail-img{width:100%;height:120px;object-fit:cover;background:#f0f0f0}.pdf-thumbnail{width:100%;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f0f0;gap:8px}.pdf-icon{font-size:48px}.pdf-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase}.thumbnail-name{padding:8px;font-size:11px;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fafafa;border-top:1px solid #eee}.summary-attachments{margin-top:12px}.attachments-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:8px}.attachment-preview-item{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#f9f9f9}.attachment-thumbnail{width:100%;height:120px;object-fit:cover;background:#f0f0f0}.attachment-pdf-icon{width:100%;height:120px;display:flex;align-items:center;justify-content:center;font-size:48px;background:#f0f0f0}.attachment-preview-info{padding:8px;display:flex;flex-direction:column;gap:4px}.attachment-preview-name{font-size:12px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-preview-size{font-size:11px;color:#666}.client-feature-select:disabled{background:var(--color-gray-100);cursor:not-allowed;opacity:.6;color:var(--color-gray-500)}.quantity-btn:disabled{background:var(--color-gray-100);border-color:var(--color-gray-300);color:var(--color-gray-400);cursor:not-allowed;opacity:.5}.client-product-card.locked{position:relative;opacity:.95}.client-product-card.locked:before{content:"🔒 Oferta zaakceptowana - brak możliwości edycji";position:absolute;top:16px;right:16px;background:#ffc107e6;color:#333;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;z-index:10;pointer-events:none}.client-product-card button[disabled]{background:var(--color-gray-200);border-color:var(--color-gray-300);color:var(--color-gray-500);cursor:not-allowed;opacity:.5}.client-feature-select:disabled:hover,.quantity-btn:disabled:hover,button[disabled]:hover{transform:none;box-shadow:none}.quantity-btn:disabled{background:#e5e7eb!important;border-color:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;opacity:.6!important}.client-product-remove:disabled{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;opacity:.6!important}.client-feature-select:disabled{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed!important;opacity:.7!important;border-color:#d1d5db!important}.quantity-btn:disabled:hover,.client-product-remove:disabled:hover{transform:none!important;box-shadow:none!important}.client-offer-footer{background:var(--color-white);border-top:2px solid var(--color-gray-300);padding:var(--spacing-xl) var(--spacing-lg);margin-top:auto}.footer-content{display:flex;flex-direction:column;gap:16px;align-items:center}.footer-company{text-align:center}.company-name{font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.company-details,.company-contact{font-size:13px;color:#666;margin:4px 0}.footer-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;font-size:13px}.footer-links a{color:#06c;text-decoration:none;font-weight:500}.footer-links a:hover{text-decoration:underline}.footer-links .separator{color:#999}.footer-copyright{font-size:12px;color:#999;margin:8px 0 0;text-align:center}@media(max-width:640px){.footer-links{flex-direction:column;gap:8px}.footer-links .separator{display:none}}@media(min-width:768px){.client-logo{height:56px}.client-offer-header h1,.client-welcome h2{font-size:28px}.client-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:var(--spacing-xl)}.section-title{font-size:24px}.client-product-title{font-size:20px}}@media(min-width:640px){.summary-row.total,.summary-row.total .label{font-size:20px}.summary-row.total .value{font-size:24px}}@media(min-width:1024px){.client-offer-main{padding:var(--spacing-3xl) 0}.client-summary{max-width:600px;margin:0 auto}}@media(max-width:480px){.client-offer-header{padding:var(--spacing-md)}.client-logo{height:32px}.client-offer-header h1{font-size:16px}.client-welcome{padding:var(--spacing-md)}.client-welcome h2{font-size:18px}.client-product-body{padding:var(--spacing-md)}.client-summary{padding:var(--spacing-lg)}.btn-accept{font-size:14px;padding:14px}}.client-summary-modal{max-width:700px;max-height:90vh;overflow-y:auto}.client-summary-modal .modal-body{padding:20px}.client-summary-modal .summary-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e1e3e5}.client-summary-modal .summary-section:last-of-type{border-bottom:none}.client-summary-modal .summary-section h3{font-size:16px;font-weight:600;color:#202223;margin-bottom:12px}.client-summary-modal .summary-grid{display:grid;grid-template-columns:1fr;gap:16px}.client-summary-modal .summary-card{background:#fafbfb;border:1px solid #e1e3e5;border-radius:6px;padding:16px}.client-summary-modal .summary-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;font-size:14px;border-bottom:1px solid #e1e3e5}.client-summary-modal .summary-item:last-child{border-bottom:none}.client-summary-modal .summary-item .label{color:#6d7175;font-weight:500;flex-shrink:0;margin-right:12px}.client-summary-modal .summary-item .value{color:#202223;text-align:right;word-break:break-word}.client-summary-modal .products-summary{display:flex;flex-direction:column;gap:16px}.client-summary-modal .product-summary-item{background:#fafbfb;border:1px solid #e1e3e5;border-radius:6px;padding:16px}.client-summary-modal .product-summary-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.client-summary-modal .product-summary-title{font-size:15px;font-weight:600;color:#202223;flex:1}.client-summary-modal .product-summary-quantity{font-size:14px;font-weight:600;color:#3b82f6;white-space:nowrap}.client-summary-modal .product-summary-features{margin:12px 0;display:flex;flex-direction:column;gap:8px}.client-summary-modal .summary-feature-group{font-size:13px}.client-summary-modal .summary-feature-label{font-weight:600;color:#202223;margin-bottom:4px}.client-summary-modal .summary-feature-options{padding-left:12px;display:flex;flex-direction:column;gap:2px}.client-summary-modal .summary-feature-option{color:#6d7175;line-height:1.5}.client-summary-modal .summary-feature-price{color:#3b82f6;font-weight:500}.client-summary-modal .notes-card{background:#fffbf0;border-color:#ffc107}.client-summary-modal .notes-card p{font-size:14px;color:#6d7175;margin:0;white-space:pre-wrap}.client-summary-modal .summary-total-box{background:#f0f7ff;border:2px solid #3b82f6;border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:center}.client-summary-modal .summary-total-label{font-size:18px;font-weight:600;color:#202223}.client-summary-modal .summary-total-value{font-size:28px;font-weight:700;color:#3b82f6}.client-summary-modal .modal-footer{display:flex;justify-content:space-between;gap:12px;padding:20px;border-top:2px solid #e1e3e5;background:#fff;position:sticky;bottom:0}.client-summary-modal .modal-footer .btn{flex:1;padding:14px 24px;font-size:15px;font-weight:600}@media(max-width:640px){.client-summary-modal{max-width:100%;max-height:100vh;border-radius:0}.client-summary-modal .modal-body{padding:16px}.client-summary-modal .product-summary-header{flex-direction:column;align-items:flex-start}.client-summary-modal .product-summary-quantity{align-self:flex-end}.client-summary-modal .summary-total-box{flex-direction:column;gap:8px;text-align:center}.client-summary-modal .modal-footer{flex-direction:column-reverse}.client-summary-modal .modal-footer .btn{width:100%}}.client-checkout-modal{max-width:600px;max-height:90vh;overflow-y:auto}.client-checkout-modal .modal-body{padding:20px}.client-checkout-modal .form-section{margin-bottom:32px}.client-checkout-modal .form-section h3{font-size:16px;font-weight:600;color:#202223;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e1e3e5}.client-checkout-modal .form-row{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.client-checkout-modal .form-row{grid-template-columns:1fr 1fr}}.client-checkout-modal .form-group{margin-bottom:16px}.client-checkout-modal .form-group label{display:block;font-size:14px;font-weight:500;color:#6d7175;margin-bottom:6px}.client-checkout-modal .form-group .required{color:#d72c0d}.client-checkout-modal .form-group input,.client-checkout-modal .form-group textarea{width:100%;padding:10px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.client-checkout-modal .form-group input:focus,.client-checkout-modal .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.client-checkout-modal .form-group input.error,.client-checkout-modal .form-group textarea.error{border-color:#d72c0d}.client-checkout-modal .error-message{display:block;font-size:12px;color:#d72c0d;margin-top:4px}.client-checkout-modal .checkbox-group{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:12px;background:#f6f6f7;border-radius:6px}.client-checkout-modal .checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.client-checkout-modal .checkbox-group label{font-size:14px;font-weight:500;color:#202223;cursor:pointer;margin:0}.client-checkout-modal .invoice-fields,.client-checkout-modal .shipping-fields{margin-top:16px;padding:16px;background:#fafafa;border-radius:6px;border:1px solid #e1e3e5}.client-checkout-modal .modal-footer{display:flex;justify-content:space-between;gap:12px;padding:20px;border-top:2px solid #e1e3e5;background:#fff;position:sticky;bottom:0}.client-checkout-modal .modal-footer .btn{flex:1;padding:12px 24px;font-size:14px;font-weight:600}.client-checkout-modal .form-group select{width:100%;padding:10px 36px 10px 12px;border:1px solid #c9cccf;border-radius:6px;font-size:14px;font-family:inherit;background-color:#fff;cursor:pointer;transition:border-color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236d7175' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.client-checkout-modal .form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.client-checkout-modal .form-group select.error{border-color:#d72c0d}.client-checkout-modal .form-group select option{padding:8px}.rodo-checkbox{align-items:flex-start!important;background:#fff3cd;border:1px solid #ffc107}.rodo-checkbox input[type=checkbox]{margin-top:3px;flex-shrink:0}.rodo-checkbox label{line-height:1.6;font-size:13px}.rodo-checkbox label a{color:#06c;text-decoration:underline;font-weight:600}.rodo-checkbox label a:hover{color:#049}.rodo-checkbox[readonly]{background:#f0f0f0;border-color:#ccc;opacity:.8}@media(max-width:640px){.client-checkout-modal{max-width:100%;max-height:100vh;border-radius:0}.client-checkout-modal .modal-body{padding:16px}.client-checkout-modal .modal-footer{flex-direction:column-reverse}.client-checkout-modal .modal-footer .btn{width:100%}}.payment-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);padding:20px}.payment-container{max-width:600px;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:60px 40px;text-align:center}.payment-icon{display:flex;justify-content:center;margin-bottom:30px;animation:fadeInScale .5s ease-out}.payment-icon.success svg circle{animation:successPulse 1.5s ease-in-out infinite}.payment-icon.error svg circle{animation:errorShake .5s ease-in-out}.payment-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.payment-message{font-size:18px;color:#666;margin:0 0 40px;line-height:1.6}.payment-info-box{background:#f8f9fa;border-radius:12px;padding:30px;margin-bottom:30px;text-align:left}.payment-info-box.error{background:#fef2f2;border-left:4px solid #ef4444}.payment-info-box h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.payment-info-box ul{margin:0;padding-left:20px}.payment-info-box li{font-size:15px;color:#333;line-height:1.8;margin-bottom:12px}.payment-info-box li:last-child{margin-bottom:0}.payment-contact{padding-top:30px;border-top:1px solid #e5e7eb}.payment-contact p{font-size:14px;color:#666;margin:0}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes successPulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@media(max-width:768px){.payment-container{padding:40px 24px}.payment-title{font-size:24px}.payment-message{font-size:16px}.payment-info-box{padding:20px}}
