.loc-sim{display:grid;grid-template-columns:1.2fr 1fr;background:var(--white);border:1px solid var(--gray-light);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);max-width:900px;margin:0 auto}.loc-sim-controls{padding:1.75rem;gap:1.25rem}.loc-sim-controls,.loc-sim-field{display:flex;flex-direction:column}.loc-sim-label{font-size:.85rem;font-weight:600;color:var(--gray);margin-bottom:.5rem}.loc-seg{display:inline-flex;background:var(--gray-light);border-radius:10px;padding:4px;gap:4px}.loc-seg button{flex:1 1;border:none;background:transparent;color:var(--gray);cursor:pointer;font:inherit;font-size:.9rem;font-weight:600;padding:.55rem .9rem;border-radius:7px;transition:var(--transition)}.loc-seg button[aria-pressed=true]{background:var(--white);color:var(--orange);box-shadow:var(--shadow-sm)}.loc-sim-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.loc-sim-option{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:.9rem;color:var(--gray);background:var(--gray-light);border-radius:10px;padding:.75rem .9rem;line-height:1.4}.loc-sim-option input{margin-top:.15rem;width:18px;height:18px;accent-color:var(--orange);flex:none;cursor:pointer}.loc-sim-option strong{color:var(--blue-dark)}.loc-sim-option em{color:var(--orange);font-style:normal;font-weight:600}.loc-sim-included{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.88rem;color:var(--gray)}.loc-sim-included svg{width:18px;height:18px;color:var(--teal);flex:none}.loc-sim-field input,.loc-sim-field select{width:100%;font:inherit;font-size:1rem;color:var(--blue-dark);background:var(--white);border:1px solid var(--gray-light);border-radius:10px;padding:.65rem .8rem}.loc-seg button:focus-visible,.loc-sim-field input:focus,.loc-sim-field select:focus{outline:2px solid var(--orange);outline-offset:1px}.loc-sim-out{background:var(--gradient-dark);color:var(--white);padding:1.75rem;display:flex;flex-direction:column;justify-content:center;gap:.35rem}.loc-sim-out-label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-light);font-weight:600}.loc-sim-out-total{font-size:2.6rem;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.loc-sim-out-total span{font-size:1rem;font-weight:600;color:var(--teal-light)}.loc-sim-out-ttc{font-size:.9rem;color:#cfe0e9}.loc-sim-out-detail{font-size:.88rem;color:#cfe0e9;margin-top:.6rem;border-top:1px solid rgba(255,255,255,.15);padding-top:.7rem}.loc-sim-out-detail strong{color:var(--white)}.loc-sim-out-perday{display:inline-block;margin-top:.35rem;color:var(--teal-light);font-weight:600}@media (max-width:640px){.loc-sim{grid-template-columns:1fr}.loc-sim-out-total{font-size:2.2rem}}