body{background:#f9fafb;color:#333;-webkit-font-smoothing:antialiased}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f9fafb;padding:24px}.top-logo{width:200px;height:auto;margin-bottom:24px}.warning-banner{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:12px 20px;border-radius:8px;margin-bottom:20px;margin-top:16px;font-size:.9rem;font-weight:600;text-align:center;width:100%;box-shadow:0 2px 5px #0000000d;box-sizing:border-box;line-height:1.6}.warning-banner .sub-text{font-weight:400;font-size:.85rem;color:#856404}.progress-bar{width:100%;max-width:360px;height:6px;background:#e9ecef;border-radius:3px;margin:0 auto 16px;overflow:hidden}.progress{background:#4872f2;height:100%;transition:width .4s}.question-card,.loading-card,.result-card{background:#fff;border-radius:16px;padding:32px 28px 24px;width:100%;max-width:640px;box-shadow:0 6px 20px #a1afc933;margin:20px 0;text-align:center;box-sizing:border-box}.question-title{font-size:1.3rem;font-weight:700;margin-bottom:8px;color:#111}.question-subtitle{color:#666;font-size:.95rem;margin-bottom:20px;font-weight:500}.options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.option-label{display:flex;align-items:center;justify-content:center;background:#f1f3f7;border-radius:10px;padding:14px;cursor:pointer;border:2px solid transparent;transition:all .2s;color:#333;font-weight:600;font-size:1rem}.option-label:hover{background:#e8ebf2}.option-label.selected{background:#e6ebfc;border-color:#4872f2;color:#243070;font-weight:700}.option-label input{display:none}.label-text{display:block;width:100%;text-align:center}.open-input{margin-bottom:20px}.text-input{width:90%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none}.btn-group{display:flex;gap:10px;justify-content:center}.next-btn,.prev-btn{flex:1;border:none;border-radius:8px;padding:12px 0;font-size:1rem;font-weight:600;cursor:pointer;transition:.2s}.next-btn{background:#4872f2;color:#fff;box-shadow:0 2px 8px #4872f244}.next-btn:disabled{background:#c6ccdd;cursor:not-allowed;box-shadow:none}.prev-btn{background:#eef1fa;color:#5a6b8c}.loading-wrapper{position:relative;width:90px;height:90px;margin:0 auto 20px}.spinner-ring{box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:4px solid #f3f3f3;border-top:4px solid #4872f2;animation:spin 1.2s linear infinite;position:absolute;top:0;left:0}.center-logo{width:70%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-sub{font-size:.9rem;color:#888;margin-top:8px}.tabs{display:flex;gap:5px;margin-bottom:20px;flex-wrap:wrap;justify-content:center}.tabs button{flex:1;background:#f1f3f7;border:none;border-radius:8px;padding:10px;font-size:.95rem;color:#555;cursor:pointer;white-space:nowrap;font-weight:600}.tabs button.active{background:#4872f2;color:#fff;font-weight:700}.estimate-card{background:#f9fbff;border:1px solid #dce4f2;border-radius:12px;padding:20px;text-align:left;margin-bottom:20px}.estimate-title{font-size:1.2rem;font-weight:800;margin-bottom:10px;color:#1a202c}.recommend{background:#eef4fc;padding:12px;border-radius:8px;font-size:.95rem;color:#2a4365;margin-bottom:16px;line-height:1.5;font-weight:600;border:1px solid #d1deed}.parts-table{width:100%;border-collapse:collapse;font-size:.95rem}.parts-table td{padding:8px 0;border-bottom:1px solid #e2e8f0;color:#2d3748}.parts-table td.cat{font-weight:700;color:#4872f2;width:110px;vertical-align:top;position:relative}.price{text-align:right;font-weight:800;font-size:1.3rem;color:#2b6cb0;margin-top:16px}.summary{background:#f7fafc;border:1px solid #edf2f7;border-radius:8px;padding:16px;margin-top:24px;text-align:left;font-size:.95rem;color:#2d3748}.summary h3{margin-bottom:10px;color:#1a202c}.summary li{margin-bottom:4px;line-height:1.4}.restart-btn{margin-top:24px;background:#fff;border:1px solid #cbd5e0;padding:10px 20px;border-radius:6px;cursor:pointer;color:#4a5568;font-weight:600}.restart-btn:hover{background:#f7fafc}.tooltip-icon{display:inline-block;width:18px;height:18px;line-height:18px;background:#ccc;color:#fff;border-radius:50%;text-align:center;font-size:.8rem;font-weight:700;margin-left:4px;cursor:help;position:relative}.tooltip-icon:hover{background:#4872f2}.tooltip-icon .tooltip-text{visibility:hidden;width:220px;background-color:#333;color:#fff;text-align:left;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-110px;opacity:0;transition:opacity .3s;font-weight:400;font-size:.85rem;line-height:1.4;box-shadow:0 4px 10px #0003}.tooltip-icon:hover .tooltip-text{visibility:visible;opacity:1}.tooltip-icon .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}@media(max-width:480px){.container{padding:16px}.question-card,.loading-card,.result-card{padding:24px 20px}.question-title{font-size:1.2rem}.option-label{padding:12px;font-size:.95rem}.warning-banner{font-size:.85rem;padding:10px 16px}.parts-table td.cat{width:90px;font-size:.9rem}.tooltip-icon .tooltip-text{width:180px;margin-left:-90px}}
