.si-tools { display: flex; gap: 8px; align-items: center; }
.si-tool-button { border: 1px solid #d8ded9; border-radius: 999px; background: #fff; color: #24483a; padding: 9px 12px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.si-install { background: #174f3a; color: #fff; border-color: #174f3a; }
.si-savings-modal { position: fixed; inset: 0; z-index: 9500; display: grid; place-items: center; padding: 18px; background: rgba(11,34,27,.72); font-family: Geist, system-ui, sans-serif; }
.si-savings-card { width: min(100%, 440px); background: #fff; border-radius: 24px; padding: 24px; color: #173a2e; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.si-savings-card h2 { margin: 0 0 7px; font-size: 27px; }
.si-savings-card > p { margin: 0 0 18px; color: #607169; }
.si-savings-total { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.si-savings-total div { padding: 15px; border-radius: 16px; background: #f2f7f3; }
.si-savings-total small { display: block; color: #63746c; }
.si-savings-total strong { display: block; margin-top: 4px; font-size: 25px; }
.si-savings-history { margin: 17px 0; max-height: 190px; overflow: auto; }
.si-savings-history div { display: flex; justify-content: space-between; padding: 9px 2px; border-bottom: 1px solid #edf0ed; font-size: 13px; }
.si-savings-close { width: 100%; min-height: 46px; border: 0; border-radius: 13px; background: #174f3a; color: #fff; font: inherit; font-weight: 800; }
.si-record-saving { margin-top: 10px; border: 0; border-radius: 12px; padding: 10px 14px; background: #f2a51a; color: #173a2e; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.si-offline-note { position: fixed; left: 50%; top: 12px; z-index: 12000; transform: translateX(-50%); padding: 8px 13px; border-radius: 999px; background: #6f4920; color: #fff; font-size: 12px; box-shadow: 0 5px 18px rgba(0,0,0,.2); }
@media (max-width: 680px) { .si-tools { width: 100%; justify-content: flex-end; } .si-install { display: none; } .si-savings-total strong { font-size: 21px; } }

