*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);color:#333;line-height:1.6;min-height:100vh}.container{max-width:900px;margin:20px auto;background-color:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.header{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;padding:24px}.header-content{max-width:850px;margin:0 auto}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.company-info{display:flex;align-items:center;gap:16px}.logo{width:56px;height:56px;background-color:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#1e40af;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.logo:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.company-details h1{font-size:22px;font-weight:700;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.company-details p{font-size:14px;opacity:.9;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.header-info{text-align:right;background-color:#ffffff1a;padding:12px 16px;border-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.header-info-item{margin-bottom:6px;font-size:12px}.header-info-item:last-child{margin-bottom:0}.header-info-label{font-weight:500;margin-right:6px}.header-bottom{text-align:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.header-title{font-size:24px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.header-subtitle{font-size:14px;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.1)}.content{padding:24px}.section{background-color:#fff;border-radius:12px;margin-bottom:20px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:12px 0 0 12px}.section:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.section:first-child{margin-top:0}.section:last-child{margin-bottom:0}.section-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:8px}.section-title:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;color:#475569;margin-bottom:6px;font-weight:500}.input-field{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#f8fafc;box-shadow:inset 0 1px 3px #0000000d}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background-color:#fff;transform:translateY(-1px)}.input-field:disabled{background-color:#f1f5f9;cursor:not-allowed;border-color:#cbd5e1}.form-row{display:flex;gap:10px}.form-row .form-group{flex:1}.result-row{display:flex;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.result-item{flex:1;min-width:140px;display:flex;align-items:center;gap:8px;padding:10px;background-color:#f8fafc;border-radius:8px;transition:all .3s ease;border:1px solid #e2e8f0}.result-item:hover{background-color:#e2e8f0;transform:translateY(-1px);border-color:#cbd5e1}.result-label{font-size:12px;color:#64748b;font-weight:500}.result-value{font-size:16px;font-weight:600;color:#1e293b}.result-value.highlight{color:#3b82f6}.result-unit{font-size:11px;color:#94a3b8}.sub-section{margin-bottom:18px}.sub-section-title{font-size:14px;font-weight:600;color:#475569;margin-bottom:14px;display:flex;align-items:center;gap:6px}.sub-section-title:before{content:"•";color:#3b82f6;font-weight:700;font-size:16px}.custom-fees{margin-top:18px;padding-top:18px;border-top:1px solid #e2e8f0}.custom-fee-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.btn-add{padding:6px 14px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #60a5fa4d}.btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 10px #60a5fa66;background:linear-gradient(135deg,#2563eb,#3b82f6)}.custom-fee-item{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;padding:14px;background-color:#f8fafc;border-radius:10px;transition:all .3s ease;border:1px solid #e2e8f0;align-items:flex-end;width:100%}.custom-fee-item .form-group{flex:1;min-width:120px;box-sizing:border-box}.custom-fee-item .btn-remove{align-self:flex-end;flex-shrink:0;margin-left:0;width:auto}.custom-fee-item:hover{background-color:#e2e8f0;transform:translateY(-1px);border-color:#cbd5e1}.custom-fee-item .input-field{flex:1}.btn-remove{padding:10px 14px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #ef44444d}.btn-remove:hover{transform:translateY(-2px);box-shadow:0 4px 10px #ef444466;background:linear-gradient(135deg,#b91c1c,#dc2626)}.total-section{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;box-shadow:0 8px 24px #60a5fa66;border:none;position:relative;overflow:hidden}.total-section:before{display:none}.total-section:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#60a5fa,#3b82f6,#60a5fa);border-radius:12px 12px 0 0}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0}.total-row.total-highlight{margin-top:20px;border-top:2px solid rgba(255,255,255,.3);background:transparent;padding:16px;border-radius:8px}.total-row.total-highlight .total-label{font-size:20px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.total-row.total-highlight .total-value{font-size:32px;font-weight:800;text-shadow:0 3px 6px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.total-label{font-size:16px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1);opacity:.95}.total-value{font-size:24px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1);opacity:.95}.total-breakdown{font-size:13px;color:#ffffffe6;line-height:1.5;margin-top:6px}.notes-section{background-color:#f8fafc;border-radius:12px;margin-bottom:20px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.notes-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:8px}.notes-title:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%}.notes-list{list-style:none}.notes-item{margin-bottom:14px;display:flex;gap:10px;padding:14px;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.notes-item:hover{box-shadow:0 4px 10px #00000014;transform:translateY(-1px);border-color:#cbd5e1}.notes-item:before{content:"•";color:#3b82f6;font-weight:700;font-size:16px;flex-shrink:0;margin-top:2px}.notes-item-content h4{font-size:14px;font-weight:600;color:#475569;margin-bottom:4px}.notes-item-content p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.actions{display:flex;gap:10px;margin-top:24px}.btn-primary{flex:1;padding:14px 20px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #60a5fa4d;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 14px #60a5fa66;background:linear-gradient(135deg,#2563eb,#3b82f6)}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary:disabled:before{display:none}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;justify-content:center;align-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal.show{display:flex;animation:fadeIn .3s ease}.modal-content{background-color:#fff;border-radius:16px;width:100%;max-width:650px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 40px #0003;animation:slideUp .4s ease;border:1px solid #e2e8f0}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.modal-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.btn-close{background:linear-gradient(135deg,#dc2626,#ef4444);border:none;font-size:20px;color:#fff;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 6px #ef44444d}.btn-close:hover{transform:rotate(90deg);box-shadow:0 4px 10px #ef444466;background:linear-gradient(135deg,#b91c1c,#dc2626)}.modal-body{padding:20px;overflow-y:auto;flex:1}.modal-body img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.modal-body img:hover{transform:scale(1.01);box-shadow:0 6px 16px #00000026}.modal-footer{display:flex;gap:10px;padding:16px 20px;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.btn-secondary{flex:1;padding:12px 20px;background-color:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #3b82f64d}.btn-secondary:disabled{border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.btn-secondary:disabled:hover{background-color:#fff;transform:none;box-shadow:none}.toast{position:fixed;top:24px;right:24px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;padding:14px 20px;border-radius:8px;font-size:14px;font-weight:600;z-index:2000;display:none;text-align:center;max-width:280px;box-shadow:0 6px 16px #60a5fa4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.toast.show{display:block;animation:slideInRight .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.container{max-width:95%;margin:12px auto;border-radius:12px}.header{padding:20px}.header-top{flex-direction:column;align-items:flex-start;gap:16px}.company-info{flex-direction:column;align-items:flex-start;gap:12px}.company-details h1{font-size:20px}.header-info{text-align:left;width:100%;padding:10px 14px}.header-title{font-size:22px}.content{padding:16px}.section{padding:16px;margin-bottom:16px}.form-row{flex-direction:column;gap:14px}.result-row{flex-direction:column;gap:10px}.result-item{width:100%;min-width:auto}.modal-footer{flex-direction:column;gap:10px}.custom-fee-item{flex-direction:column;gap:10px;align-items:stretch}.custom-fee-item .form-group{flex:1;min-width:100%;width:100%}.custom-fee-item .input-field{width:100%}.custom-fee-item .btn-remove{width:100%;margin-left:0}.btn-remove{width:100%;padding:10px 14px}.actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 20px}.toast{top:16px;right:16px;left:16px;max-width:none}}@media(max-width:480px){.header{padding:16px}.header h1{font-size:18px}.content{padding:14px}.section{padding:14px;margin-bottom:14px}.section-title{font-size:14px;margin-bottom:12px}.form-group{margin-bottom:12px}.input-field{padding:8px 12px;font-size:13px}.total-value{font-size:20px}}
