.sm-ms{width:100%;font-family:"Roboto",sans-serif}.sm-ms *{box-sizing:border-box}.sm-ms .sm-ms__panel{background-color:var(--sm-ms-panel-bg, #2f5fbf);background-image:var(--sm-ms-pattern);background-size:contain;background-position:center;border-radius:16px;padding:40px;color:#fff}.sm-ms .sm-ms__eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:600;opacity:.65;margin-bottom:14px}.sm-ms .sm-ms__heading{font-size:30px;line-height:1.25;font-weight:400;margin:0 0 28px;color:#fff}.sm-ms .sm-ms__heading .sm-ms__heading-strong{font-weight:700}.sm-ms .sm-ms__heading .sm-ms__heading-light{opacity:.7}.sm-ms .sm-ms__rows{display:flex;flex-direction:column;gap:12px}.sm-ms .sm-ms-row{display:flex;align-items:stretch;gap:12px;margin:0}.sm-ms .sm-ms-row__field{flex:1 1 0;min-width:0;margin:0;padding:0}.sm-ms .sm-ms-row__select,.sm-ms .sm-ms-row__input{width:100%;height:44px;min-height:44px;border:0;border-radius:8px;background-color:#fff;color:#1c1f2a;margin:0;padding:0 14px;font-size:14px;line-height:44px;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sm-ms .sm-ms-row__select.is-invalid,.sm-ms .sm-ms-row__input.is-invalid{box-shadow:0 0 0 2px var(--sm-ms-accent, #ef7d2e)}.sm-ms .sm-ms-row__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238a8ea9' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:30px}.sm-ms .sm-ms-row__input{text-align:left}.sm-ms .sm-ms-row__remove{flex:0 0 auto;width:28px;height:44px;min-height:0;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 2L14 14M14 2L2 14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;background-size:14px;color:#fff;font-size:0;line-height:1;cursor:pointer;opacity:.85;transition:opacity .2s ease-in-out}.sm-ms .sm-ms-row__remove:hover,.sm-ms .sm-ms-row__remove:focus{background-color:rgba(0,0,0,0);box-shadow:none;opacity:1}.sm-ms .sm-ms__actions{display:flex;gap:12px;margin-top:20px}.sm-ms .sm-ms__add,.sm-ms .sm-ms__submit{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;border-radius:30px;font-size:14px;font-weight:500;font-family:inherit;line-height:1;cursor:pointer;border:0}.sm-ms .sm-ms__add{background:rgba(0,0,0,0);border:1px solid rgba(255,255,255,.45);color:#fff}.sm-ms .sm-ms__add span{margin-right:4px}.sm-ms .sm-ms__submit{background:var(--sm-ms-accent, #ef7d2e);color:#fff}.sm-ms .sm-ms__submit:hover{filter:brightness(1.05)}.sm-ms .sm-ms__error{margin:14px 0 0;color:#ffd7d3;font-size:13px}.sm-ms .sm-ms__results{margin-top:28px}.sm-ms .sm-ms__sections{display:flex;flex-direction:column;gap:16px}.sm-ms .sm-ms-section{background:var(--sm-ms-card-bg, #10163a);border-radius:16px;padding:20px 24px}.sm-ms .sm-ms-section__title{font-size:14px;font-weight:500;color:#e8e8eb;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #313653}.sm-ms .sm-ms-section__cards{display:flex;gap:0}.sm-ms .sm-ms-card{flex:1 1 0;padding:0 24px}.sm-ms .sm-ms-card:first-child{padding-left:0}.sm-ms .sm-ms-card:not(:first-child){border-left:1px solid #2a2f4d}.sm-ms .sm-ms-card__country{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fff;margin-bottom:14px}.sm-ms .sm-ms-card__flag{width:22px;height:22px;border-radius:50%;flex:0 0 auto}.sm-ms .sm-ms-card__price{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sm-ms .sm-ms-card__amount{font-size:22px;font-weight:700;color:#fff;white-space:nowrap}.sm-ms .sm-ms-card__multiplier{font-size:16px;color:#8a8ea9}.sm-ms .sm-ms-card__per{margin-top:4px;font-size:12px;color:#8a8ea9}.sm-ms .sm-ms__disclaimer{color:rgba(255,255,255,.55);font-size:12px;line-height:1.5;margin:18px 0 24px}.sm-ms .sm-ms__cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--sm-ms-cta-bg, #ffffff);border-radius:16px;padding:22px 28px}.sm-ms .sm-ms__cta-heading{font-size:18px;font-weight:700;color:#1c1f2a;margin-bottom:6px}.sm-ms .sm-ms__cta-sub{font-size:14px;color:#5c6072}.sm-ms .sm-ms__cta-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:var(--sm-ms-accent, #ef7d2e);color:#fff;text-decoration:none;padding:12px 26px;border-radius:30px;font-size:14px;font-weight:500;line-height:1;white-space:nowrap}.sm-ms .sm-ms__cta-btn:hover{filter:brightness(1.05);color:#fff}@media(max-width: 900px){.sm-ms .sm-ms__panel{padding:28px 20px}.sm-ms .sm-ms__heading{font-size:24px}.sm-ms .sm-ms-row{flex-wrap:wrap}.sm-ms .sm-ms-row__field{flex:1 1 calc(50% - 6px)}.sm-ms .sm-ms-section__cards{flex-direction:column;gap:16px}.sm-ms .sm-ms-card{padding:0}.sm-ms .sm-ms-card:not(:first-child){border-left:0;border-top:1px solid #2a2f4d;padding-top:16px}.sm-ms .sm-ms__cta{flex-direction:column;align-items:flex-start}}@media(max-width: 540px){.sm-ms .sm-ms-row__field{flex:1 1 100%}}/*# sourceMappingURL=shm-market-scan-v2.css.map */
