*{box-sizing:border-box;margin:0;padding:0}
body.co2025{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f7f7f7;color:#111;min-height:100vh}
.co2025-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.co2025-logo{font-weight:800;font-size:18px;letter-spacing:.12em;text-decoration:none;color:#111}
.co2025-steps{display:flex;gap:20px;font-size:13px;color:#888}
.co2025-step--active{color:#111;font-weight:600}
.co2025-step--done{color:#111}
.co2025-main{max-width:1200px;margin:0 auto;padding:24px 16px 80px}
.co2025-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}
@media(max-width:900px){.co2025-grid{grid-template-columns:1fr}}
.co2025-card{background:#fff;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:16px;overflow:hidden}
.co2025-card-h{padding:20px 24px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}
.co2025-card-h h2{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.co2025-card-b{padding:20px 24px}
.co2025-badge{font-size:12px;color:#666;background:#f0f0f0;padding:4px 10px;border-radius:2px}
.co2025-badge--sel{background:#111;color:#fff}
.co2025-btn-link{background:none;border:none;font-size:13px;text-decoration:underline;cursor:pointer;color:#111}
.co2025-methods{display:flex;flex-direction:column;gap:8px}
.co2025-method{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:border-color .15s}
.co2025-method:hover{border-color:#999}
.co2025-method--on{border-color:#111;border-width:2px;padding:13px 15px}
.co2025-method input{accent-color:#111;width:18px;height:18px}
.co2025-method-logo{width:40px;height:28px;object-fit:contain;flex-shrink:0}
.co2025-method-body{flex:1;min-width:0}
.co2025-method-name{font-weight:600;font-size:14px}
.co2025-method-desc{font-size:12px;color:#666;margin-top:2px}
.co2025-method-price{font-weight:700;font-size:14px;white-space:nowrap}
.co2025-pickup-panel{margin-top:16px;border-top:1px solid #eee;padding-top:16px}
.co2025-pickup-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.co2025-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}
.co2025-input:focus{outline:none;border-color:#111}
.co2025-pickup-list{max-height:220px;overflow-y:auto;border:1px solid #eee;border-radius:4px}
.co2025-pickup-item{padding:12px 14px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:13px}
.co2025-pickup-item:hover{background:#fafafa}
.co2025-pickup-item--on{background:#f5f5f5;font-weight:600}
.co2025-map{height:200px;background:#e8e8e8;border-radius:4px;margin-top:12px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#666}
.co2025-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.co2025-field{margin-bottom:12px}
.co2025-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#888;margin-bottom:4px}
.co2025-tabs{display:flex;gap:0;border-bottom:1px solid #eee;margin-bottom:16px}
.co2025-tab{padding:10px 16px;font-size:13px;font-weight:600;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:#888}
.co2025-tab--on{color:#111;border-bottom-color:#111}
.co2025-summary{position:sticky;top:24px}
.co2025-summary-items{max-height:280px;overflow-y:auto;margin-bottom:16px}
.co2025-summary-line{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0;font-size:13px}
.co2025-summary-line img{width:56px;height:72px;object-fit:cover;border-radius:2px;background:#eee}
.co2025-summary-totals{font-size:14px}
.co2025-summary-totals div{display:flex;justify-content:space-between;padding:6px 0}
.co2025-summary-totals .co2025-total{font-size:18px;font-weight:800;border-top:1px solid #111;margin-top:8px;padding-top:12px}
.co2025-pay-btn{width:100%;padding:16px;background:#111;color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:700;cursor:pointer;margin-top:16px}
.co2025-pay-btn:disabled{opacity:.5;cursor:not-allowed}
.co2025-pay-btn:not(:disabled):hover{background:#333}
.co2025-err{background:#fff0f0;border:1px solid #fcc;color:#c00;padding:12px;border-radius:4px;font-size:13px;margin-bottom:12px}
.co2025-loading{text-align:center;padding:48px;color:#888}
.co2025-hidden{display:none!important}
.co2025-more{margin-top:8px;font-size:13px;text-decoration:underline;cursor:pointer;background:none;border:none;color:#111}
.co2025-card-fields{display:grid;grid-template-columns:1fr 1fr 100px;gap:12px;margin-top:12px}
