@import "https://fonts.googleapis.com/css2?family=Pretendard:wght@400;500;600;700&display=swap";body{background-color:#f0f4f8;margin:0;padding:0;font-family:Pretendard,sans-serif}*{box-sizing:border-box}.calculator-container{box-sizing:border-box;justify-content:center;align-items:flex-start;width:100%;min-height:100%;padding:40px 20px;font-family:Pretendard,sans-serif;display:flex}.calculator-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffffe6;border:1px solid #ffffff80;border-radius:20px;width:100%;max-width:480px;padding:30px;transition:transform .3s;box-shadow:0 20px 40px #00000014}.title{color:#1a202c;text-align:center;margin-bottom:8px;font-size:1.5rem;font-weight:700}.subtitle{color:#718096;text-align:center;margin-bottom:24px;font-size:.9rem}.form-group{margin-bottom:20px}.form-row{gap:15px;display:flex}.form-row .form-group{flex:1}label{color:#4a5568;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}input[type=number]{box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e0;border-radius:10px;width:100%;padding:12px 16px;font-family:Pretendard,sans-serif;font-size:1rem;transition:all .2s}input[type=number]:focus{background:#fff;border-color:#3182ce;outline:none;box-shadow:0 0 0 3px #3182ce26}.radio-group{gap:10px;display:flex}.radio-btn{text-align:center;cursor:pointer;color:#4a5568;border:2px solid #e2e8f0;border-radius:10px;flex:1;padding:12px;font-size:.9rem;font-weight:500;transition:all .2s}.radio-btn input{display:none}.radio-btn.active{color:#2b6cb0;background-color:#ebf8ff;border-color:#3182ce;font-weight:600}.result-box{border-radius:12px;margin-top:24px;padding:20px;animation:.4s ease-out forwards slideUp}.result-box.error{background-color:#fff5f5;border:1px solid #feb2b2}.result-box.success{background-color:#f0fff4;border:1px solid #9ae6b4}.error-text{color:#c53030;margin:0;font-size:.9rem;font-weight:600;line-height:1.4}.contact-info{color:#c53030;border-top:1px dashed #feb2b2;margin-top:12px;padding-top:12px;font-size:.85rem;font-weight:500;line-height:1.6}.receipt-row{color:#4a5568;justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.receipt-total{color:#2d3748;border-top:2px dashed #cbd5e0;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;font-size:1.1rem;font-weight:700;display:flex}.receipt-total .highlight{color:#3182ce;font-size:1.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.chip-group.scrollable-x{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.chip-group.scrollable-x::-webkit-scrollbar{height:4px}.chip-group.scrollable-x::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.chip-group.scrollable-x::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.chip{cursor:pointer;color:#4a5568;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;padding:10px 14px;font-family:Pretendard,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.chip:hover{background:#ebf8ff;border-color:#90cdf4}.chip.active{color:#2b6cb0;background:#ebf8ff;border-color:#3182ce}.chip.disabled{opacity:.5;cursor:not-allowed;color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.chip.disabled:hover{background:#f1f5f9;border-color:#e2e8f0}.chip-sub{color:#a0aec0;margin-top:2px;font-size:.72rem;font-weight:400}.chip.active .chip-sub{color:#63b3ed}.badge-extra{color:#d69e2e;margin-left:2px;font-size:.75rem}@media (width<=480px){.calculator-card{padding:20px}.form-row{flex-direction:column;gap:0}}.hyunsu-meta{color:#2b6cb0;background:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;align-items:center;gap:8px;margin-bottom:4px;padding:10px 14px;font-size:.9rem;display:flex}.meta-sep{color:#a0aec0;font-weight:700}.hyunsu-notice{color:#d69e2e;background:#fffbeb;border-radius:6px;padding:6px 10px;font-weight:600}.hyunsu-note{color:#a0aec0;text-align:right;margin-top:10px;margin-bottom:0;font-size:.78rem}.calculator-notice{color:#4a5568;white-space:normal;word-break:keep-all;letter-spacing:-.02em;background:#f1f5f9;border-left:4px solid #3182ce;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:.78rem;line-height:1.5;display:block}.notice-keyword-cart{color:#3182ce;font-weight:700}.notice-keyword-sms{color:#e53e3e;font-weight:700}.section-divider{color:#718096;text-transform:uppercase;letter-spacing:.08em;border-top:1px dashed #e2e8f0;margin:16px 0 12px;padding-top:14px;font-size:.78rem;font-weight:700}.select-wrapper{position:relative}.select-wrapper:after{content:"▼";color:#718096;pointer-events:none;font-size:1rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.styled-select{color:#4a5568;appearance:none;cursor:pointer;box-sizing:border-box;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 40px 12px 16px;font-family:Pretendard,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.styled-select:hover{background:#ebf8ff;border-color:#90cdf4}.styled-select:focus{color:#2b6cb0;background:#fff;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce26}.styled-select option{color:#2d3748;background:#fff;font-weight:500}.input-helper-box{background:#f8fafc;border-left:3px solid #cbd5e0;border-radius:8px;margin-top:8px;padding:10px 14px}.input-helper-box p{color:#718096;letter-spacing:-.01em;margin:2px 0;font-size:.75rem;line-height:1.4}.input-helper-text{color:#718096;margin-top:6px;margin-bottom:0;font-size:.75rem}.label-sub{color:#a0aec0;margin-left:4px;font-size:.75rem;font-weight:400}.sms-form-container{box-sizing:border-box;border-top:1px dashed #cbd5e0;width:100%;margin-top:24px;padding-top:24px;animation:.4s slideUp}.sms-form-header{text-align:center;margin-bottom:20px}.sms-form-header h3{color:#2d3748;margin:0 0 8px;font-size:1.1rem;font-weight:600}.sms-form-header p{color:#718096;word-break:keep-all;margin:0;font-size:.85rem}@media (width>=641px){.sms-form-header p{white-space:nowrap}}.sms-form{flex-direction:column;gap:16px;display:flex}.input-row{gap:16px;display:flex}.input-group{text-align:left;flex-direction:column;flex:1;gap:8px;display:flex}.input-group label{color:#2d3748;font-size:.85rem;font-weight:500}.input-group input,.input-group select{box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e0;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.input-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;padding-right:40px}.input-group input:focus,.input-group select:focus{border-color:#3182ce;outline:none;box-shadow:0 0 0 3px #2563eb1a}.agreement-box{text-align:left;background-color:#f8fafc;border:1px solid #cbd5e0;border-radius:8px;padding:12px 16px}.checkbox-label{cursor:pointer;align-items:flex-start;gap:10px;margin:0;display:flex}.checkbox-label input[type=checkbox]{accent-color:#3182ce;cursor:pointer;width:16px;height:16px;margin-top:4px}.checkbox-text{color:#2d3748;font-size:.85rem;line-height:1.4}.checkbox-text small{color:#718096;margin-top:4px;font-size:.75rem;display:block}.sms-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.sms-btn.submit{color:#fff;background-color:#3182ce;animation:.3s ease-out fadeIn;box-shadow:0 4px 6px -1px #2563eb33}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sms-btn.submit:hover:not(:disabled){background-color:#2b6cb0;transform:translateY(-1px)}.sms-btn.submit:disabled{cursor:not-allowed;box-shadow:none;background-color:#94a3b8}.sms-btn.outline{color:#3182ce;background-color:#0000;border:1px solid #3182ce;width:100%;margin-top:16px}.sms-btn.outline:hover{background-color:#2563eb0d}.sms-error-text{color:#ef4444;text-align:center;margin:0;font-size:.85rem;animation:.3s fadeIn}.sms-success-box{text-align:center;background-color:#ecfdf5;border:1px solid #10b981;border-radius:12px;margin-top:24px;padding:24px;animation:.4s slideUp}.sms-success-box h4{color:#059669;margin:0 0 8px;font-size:1.2rem}.sms-success-box p{color:#047857;margin:0;font-size:.95rem}@media (width<=480px){.input-row{flex-direction:column}}.floating-cart-container{z-index:1000;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:380px;font-family:Pretendard,sans-serif;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 10px 25px #00000026}.floating-cart-container.open{transition:none}.floating-cart-container.closed{border-radius:30px;width:auto}.cart-header{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#3182ce;flex-direction:column;padding:12px 20px 16px;display:flex}.cart-handle-wrapper{justify-content:center;width:100%;padding-bottom:8px;display:flex}.cart-handle{background-color:#fff6;border-radius:2px;width:40px;height:4px}.cart-header-content{justify-content:space-between;align-items:center;width:100%;display:flex}.floating-cart-container.closed .cart-header{padding:12px 24px}.cart-title{align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.cart-badge{color:#fff;background-color:#eb0000;border-radius:12px;padding:2px 8px;font-size:.8rem;font-weight:800}.cart-toggle-btn{opacity:.9;font-size:.85rem;font-weight:500}.cart-body{flex-direction:column;max-height:70vh;padding:0;display:flex;overflow-y:auto}.cart-items{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:12px;padding:16px;display:flex}.cart-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.item-info{flex-direction:column;gap:4px;display:flex}.item-type{color:#3182ce;font-size:.75rem;font-weight:700}.item-name{color:#2d3748;font-size:.9rem;font-weight:500}.item-price-row{align-items:center;gap:12px;display:flex}.item-price{color:#2d3748;font-size:.95rem;font-weight:700}.item-remove-btn{color:#a0aec0;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1rem}.item-remove-btn:hover{color:#e53e3e}.cart-total-box{background-color:#ebf8ff;padding:16px}.cart-total-row{color:#2b6cb0;justify-content:space-between;align-items:center;font-weight:700;display:flex}.cart-total-price{color:#2b6cb0;font-size:1.3rem}.cart-sms-section{background-color:#fff;padding:16px}.cart-overlay{display:none}@media (width<=640px){.cart-overlay{z-index:999;background:#00000073;animation:.2s fadeIn;display:block;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.floating-cart-container.closed{border-radius:30px;width:auto;bottom:16px;right:16px;box-shadow:0 4px 20px #3182ce66}.floating-cart-container.open{z-index:1000;border-radius:20px 20px 0 0;width:100%;transition:none;bottom:0;left:0;right:0}.cart-body{flex:1;max-height:none;overflow-y:auto}}.admin-container{background:#f7fafc;border-radius:14px;width:96%;max-width:1650px;margin:1.5rem auto;padding:1.5rem;font-family:Inter,system-ui,sans-serif;box-shadow:0 10px 15px -3px #0000001a}.admin-header{z-index:100;background:#f7fafc;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:.75rem;display:flex}.header-left h1{color:#2d3748;margin:0;font-size:1.5rem;font-weight:800}.header-actions{align-items:center;gap:1rem;display:flex}.search-box{color:#718096;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;width:300px;padding:.5rem 1rem;transition:all .2s;display:flex}.search-box:focus-within{border-color:#3182ce;width:350px;box-shadow:0 0 0 3px #4299e11a}.search-box input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.header-actions button{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.btn-refresh{color:#4a5568;background:#edf2f7}.btn-refresh:hover{background:#e2e8f0}.btn-save{color:#fff;background:#3182ce}.btn-save:hover:not(:disabled){background:#2b6cb0;transform:translateY(-1px)}.btn-save:disabled{cursor:not-allowed;background:#cbd5e0}.btn-seed{color:#991b1b;background:#fee2e2}.btn-seed:hover{background:#fecaca}.saved-msg{color:#38a169;font-size:.9rem;font-weight:600;animation:.3s fadeIn}.pending-msg{color:#d69e2e;background:#fffaf0;border:1px solid #fbd38d;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:flex}.info-banner{color:#2b6cb0;background:#ebf8ff;border-left:4px solid #3182ce;border-radius:6px;margin-bottom:2rem;padding:12px 20px;font-size:.9rem}.no-results{text-align:center;color:#a0aec0;padding:4rem 2rem}.no-results p{margin-top:1rem;font-size:1.1rem}.category-section{margin-bottom:3.5rem}.category-title{color:#4a5568;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:flex}.category-title:after{content:"";background:#e2e8f0;flex:1;height:2px}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}table{border-collapse:collapse;width:100%}th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1rem;font-size:.85rem;font-weight:600}td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem}.row-changed{background-color:#fffaf0}.row-changed td{border-bottom:1px solid #fbd38d}td input,td textarea{background:#fcfcfc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.9rem;transition:all .2s}td input:focus,td textarea:focus{background:#fff;border-color:#3182ce;outline:none;box-shadow:0 0 0 3px #4299e126}.input-error{background:#fff5f5!important;border-color:#f56565!important}.description-input{resize:vertical;min-height:38px;line-height:1.4;font-size:.8rem!important}.item-key{color:#94a3b8;background:#f1f5f9;border-radius:4px;padding:.25rem .5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem}.admin-login-container{justify-content:center;align-items:center;height:80vh;display:flex}.admin-login-card{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:440px;padding:3.5rem;box-shadow:0 25px 50px -12px #00000026}.admin-login-card h2{color:#1a202c;margin-bottom:.75rem;font-weight:800}.admin-login-card p{color:#718096;margin-bottom:2.5rem;font-size:1rem}.admin-login-card input{text-align:center;letter-spacing:.25rem;border:2px solid #e2e8f0;border-radius:12px;width:100%;margin-bottom:1.25rem;padding:1.25rem;font-size:1.25rem}.admin-login-card button{color:#fff;cursor:pointer;background:#3182ce;border:none;border-radius:12px;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:background .2s}.admin-login-card button:hover{background:#2b6cb0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.admin-tabs{background:#edf2f7;border-radius:12px;gap:.5rem;padding:4px;display:flex}.tab-btn{color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.tab-btn:hover{color:#2b6cb0;background:#fff9}.tab-btn.active{color:#2b6cb0;background:#fff;box-shadow:0 2px 4px #0000000f}.tab-badge{color:#fff;background:#3182ce;border-radius:9999px;margin-left:4px;padding:2px 7px;font-size:.75rem;font-weight:800}.quotes-management-container{flex-direction:column;gap:1.5rem;display:flex}.stats-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.icon-users{color:#3182ce;background:#ebf8ff}.icon-money{color:#38a169;background:#f0fff4}.icon-orders{color:#805ad5;background:#faf5ff}.stat-content{flex-direction:column;display:flex}.stat-label{color:#718096;font-size:.825rem;font-weight:600}.stat-value{color:#1a202c;margin-top:2px;font-size:1.5rem;font-weight:800}.stat-value small{color:#718096;font-size:.9rem;font-weight:600}.quote-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.quote-search{width:320px}.filter-chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chips .chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .2s}.filter-chips .chip:hover{background:#e2e8f0}.filter-chips .chip.active{color:#fff;background:#3182ce;border-color:#3182ce}.quotes-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto}.quotes-table{border-collapse:collapse;white-space:nowrap;width:100%}.quotes-table th{color:#475569;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.75rem;font-size:.85rem;font-weight:700}.quotes-table td{color:#334155;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:.75rem;font-size:.85rem}.quotes-table tr:hover td{background:#f8fafc}.cell-icon{vertical-align:middle;color:#94a3b8;margin-right:4px;display:inline-block}.quote-date{color:#64748b;white-space:nowrap;font-family:monospace;font-size:.8rem}.customer-name{color:#1e293b;white-space:nowrap;font-weight:700}.customer-phone{color:#475569;white-space:nowrap;font-weight:600}.quote-badge{color:#334155;white-space:nowrap;background:#e2e8f0;border-radius:6px;padding:.25rem .6rem;font-size:.775rem;font-weight:700;display:inline-block}.badge-족자봉{color:#1e40af;background:#dbeafe}.badge-현수막{color:#166534;background:#dcfce7}.badge-실사출력{color:#6b21a8;background:#f3e8ff}.badge-포멕스\ 판넬{color:#9a3412;background:#ffedd5}.quote-spec-summary{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:450px;font-size:.85rem;overflow:hidden}.quote-price{color:#2563eb;white-space:nowrap;font-size:.95rem;font-weight:800}.quote-actions{gap:.5rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.btn-view{color:#2563eb;background:#eff6ff}.btn-view:hover{background:#dbeafe}.btn-delete{color:#dc2626;background:#fef2f2}.btn-delete:hover{background:#fee2e2}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0f172a99;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:90%;max-width:600px;animation:.25s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:#1e293b;margin:0;font-size:1.15rem;font-weight:700}.close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;display:flex}.close-btn:hover{color:#0f172a;background:#e2e8f0}.modal-body{padding:1.5rem}.modal-info-grid{background:#f8fafc;border-radius:12px;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:grid}.info-item{flex-direction:column;display:flex}.info-item label{color:#64748b;margin-bottom:2px;font-size:.75rem;font-weight:600}.info-item span{color:#1e293b;font-size:.95rem;font-weight:700}.modal-section-title{color:#475569;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.modal-details-box{color:#38bdf8;background:#0f172a;border-radius:10px;max-height:200px;margin-bottom:1.25rem;padding:1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;overflow-y:auto}.modal-details-box pre{white-space:pre-wrap;word-break:break-all;margin:0}.modal-total-box{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:700;display:flex}.total-highlight{color:#15803d;font-size:1.35rem;font-weight:800}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;padding:1.25rem 1.5rem;display:flex}.btn-secondary{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:.6rem 1.25rem;font-weight:600}.btn-secondary:hover{background:#cbd5e1}.btn-danger{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-weight:600;display:flex}.btn-danger:hover{background:#fee2e2}.inflow-tag{color:#0369a1;background:#e0f2fe;border-radius:6px;width:fit-content;padding:.2rem .6rem;font-size:.85rem;font-weight:700;display:inline-block}.modal-details-container{margin-bottom:1.25rem}.spec-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.spec-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;padding:.75rem 1rem;display:flex}.spec-key{color:#64748b;margin-bottom:2px;font-size:.75rem;font-weight:600}.spec-val{color:#0f172a;font-size:.95rem;font-weight:700}.cart-quote-details{flex-direction:column;gap:1rem;display:flex}.cart-items-list{flex-direction:column;gap:.75rem;max-height:250px;padding-right:4px;display:flex;overflow-y:auto}.cart-spec-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem}.cart-spec-header{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.item-num{color:#64748b;font-size:.8rem;font-weight:800}.item-title{color:#1e293b;flex:1}.item-price{color:#2563eb;font-weight:800}.cart-spec-body{border-top:1px dashed #e2e8f0;margin-top:.4rem;padding-top:.4rem}.cart-option-text{color:#475569;font-size:.8rem}.cart-summary-box{color:#475569;background:#f1f5f9;border-radius:10px;flex-direction:column;gap:.4rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.cart-summary-row{justify-content:space-between;display:flex}.quote-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.85rem;padding:1.1rem 1.25rem;display:flex}.toolbar-top-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.date-filter-row{border-top:1px dashed #e2e8f0;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.85rem;display:flex}.date-filter-title{color:#475569;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.date-presets{flex-wrap:wrap;gap:.35rem;display:flex}.date-chip{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.date-chip:hover{color:#1a202c;background:#edf2f7}.date-chip.active{color:#fff;background:#2b6cb0;border-color:#2b6cb0}.date-picker-inputs{align-items:center;gap:.5rem;margin-left:auto;display:flex}.date-picker-inputs input[type=date]{color:#334155;background:#fafafa;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.35rem .6rem;font-size:.825rem}.date-picker-inputs input[type=date]:focus{background:#fff;border-color:#3182ce}.date-sep{color:#94a3b8;font-weight:700}.btn-reset-date{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;font-weight:600}.btn-reset-date:hover{color:#991b1b;background:#fca5a5}.app-container{min-height:100vh;display:flex}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:250px;display:flex}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:24px}.sidebar-header h2{color:#2b6cb0;margin:0;font-size:1.5rem}.sidebar-header p{color:#718096;margin:4px 0 0;font-size:.85rem}.sidebar-nav{flex-direction:column;gap:8px;padding:16px;display:flex}.nav-item{text-align:left;color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:12px 16px;font-family:Pretendard,sans-serif;font-size:.95rem;transition:all .2s}.nav-item:hover{color:#2d3748;background-color:#f7fafc}.nav-item.active{color:#3182ce;background-color:#ebf8ff;font-weight:600}.main-content{background-color:#f0f4f8;flex:1;justify-content:center;align-items:flex-start;display:flex;overflow-y:auto}.placeholder-container{text-align:center;background:#fff;border-radius:12px;margin-top:50px;padding:40px;box-shadow:0 4px 6px #0000000d}.placeholder-container h3{color:#2d3748;margin-bottom:12px}.placeholder-container p{color:#718096}@media (width<=768px){.app-container{flex-direction:column}.sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%}.sidebar-nav{flex-direction:row;padding:12px;overflow-x:auto}.nav-item{white-space:nowrap}}.cart-add-btn{color:#fff;cursor:pointer;background-color:#3182ce;border:none;border-radius:12px;width:100%;margin-top:20px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 6px -1px #3182ce33}.cart-add-btn:hover{background-color:#2b6cb0;transform:translateY(-2px)}.logo-header{text-align:center;padding:24px 16px}.logo-container{justify-content:center;align-items:center;gap:12px;margin-bottom:8px;display:flex}.brand-logo-combined{object-fit:contain;max-width:85%;max-height:42px}
