
/* /1car_mobile_app/static/src/scss/variables.css */
 .o_mma_root{--mma-primary: #CF2E2E; --mma-primary-hover: #B92323; --mma-primary-soft: #FDECEC; --mma-bg: #F7F8FA; --mma-card: #FFFFFF; --mma-border: #ECECEC; --mma-text: #222222; --mma-text-secondary: #6B7280; --mma-success: #2CB67D; --mma-warning: #FFB547; --mma-danger: #CF2E2E; --mma-warning-soft: #FFF4E5; --mma-success-soft: #E8F8F1; --mma-radius-card: 24px; --mma-radius-button: 18px; --mma-radius-input: 16px; --mma-radius-nav: 28px; --mma-shadow-card: 0 8px 30px rgba(0, 0, 0, 0.05); --mma-shadow-nav: 0 -4px 24px rgba(0, 0, 0, 0.06); --mma-shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.04); --mma-font: "SF Pro Display", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --mma-nav-height: 72px; --mma-nav-bg: #B00405; --mma-nav-text: rgba(255, 255, 255, 0.8); --mma-nav-text-active: #FFFFFF; --mma-nav-active-bg: rgba(255, 255, 255, 0.16); --mma-safe-top: env(safe-area-inset-top, 0px); --mma-safe-bottom: env(safe-area-inset-bottom, 0px);}

/* /1car_mobile_app/static/src/scss/theme.css */
 .o_mma_root{font-family: var(--mma-font); color: var(--mma-text); background: var(--mma-bg); -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent;}.o_mma_root *, .o_mma_root *::before, .o_mma_root *::after{box-sizing: border-box;}.o_mma_root h1, .o_mma_root h2, .o_mma_root h3, .o_mma_root h4, .o_mma_root p{margin: 0;}.o_mma_root a{color: inherit; text-decoration: none;}.o_mma_root button{font-family: inherit; border: none; cursor: pointer;}.o_mma_root button:not([class*="o_mma_btn"]):not([class*="o_mma_"]){background: none; padding: 0;}.o_mma_root input, .o_mma_root select, .o_mma_root textarea{font-family: inherit; font-size: 15px; color: var(--mma-text);}.o_mma_root .material-symbols-rounded{font-family: 'Material Symbols Rounded'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; user-select: none; line-height: 1; vertical-align: middle; text-transform: none; letter-spacing: normal; white-space: nowrap; direction: ltr;}html, body{margin: 0; padding: 0; height: 100%; background: #F7F8FA; overscroll-behavior: none;}body:has(.o_mma_root) .o_main_navbar, body:has(.o_mma_root) .o_control_panel, body:has(.o_mma_root) .o_breadcrumb, body:has(.o_mma_root) .o_chatter, body:has(.o_mma_root) #wrapwrap > header, body:has(.o_mma_root) #wrapwrap > footer{display: none !important;}.o_mma_root a[href], .o_mma_root label, .o_mma_root select, .o_mma_root summary, .o_mma_root [role="button"], .o_mma_root [role="switch"], .o_mma_root [role="tab"], .o_mma_root .o_mma_btn, .o_mma_root .o_mma_quick__item, .o_mma_root .o_mma_bottom_nav__item, .o_mma_root input[type="checkbox"], .o_mma_root input[type="radio"], .o_mma_root input[type="date"], .o_mma_root input[type="time"], .o_mma_root input[type="datetime-local"]{cursor: pointer;}.o_mma_root button[disabled], .o_mma_root .o_mma_btn[disabled], .o_mma_root [aria-disabled="true"]{cursor: not-allowed;}@media (hover: hover) and (pointer: fine){.o_mma_root [role="button"]:hover, .o_mma_root .o_mma_list_item[role="button"]:hover{background-color: rgba(17, 24, 39, 0.04);}.o_mma_root .o_mma_btn:hover:not([disabled]), .o_mma_root .o_mma_quick__item:hover{filter: brightness(0.96);}}.o_mma_root [role="button"]:active, .o_mma_root .o_mma_btn:not([disabled]):active, .o_mma_root .o_mma_quick__item:active, .o_mma_root .o_mma_bottom_nav__item:active{transform: scale(0.985);}

/* /1car_mobile_app/static/src/scss/layout.css */
.o_mma_root{min-height: 100%; min-height: 100dvh;}.o_mma_app{min-height: 100dvh; display: flex; flex-direction: column; background: var(--mma-bg); padding-top: var(--mma-safe-top); max-width: 480px; margin: 0 auto; position: relative;}.o_mma_page{flex: 1; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding: 16px 16px calc(var(--mma-nav-height) + var(--mma-safe-bottom) + 16px);}.o_mma_page--flush{padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: calc(var(--mma-nav-height) + var(--mma-safe-bottom) + 16px);}.o_mma_page__inner{padding: 0 16px;}.o_mma_bottom_nav{position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; width: 100%; max-width: 480px; height: calc(var(--mma-nav-height) + var(--mma-safe-bottom)); background: var(--mma-nav-bg); border-radius: var(--mma-radius-nav) var(--mma-radius-nav) 0 0; box-shadow: 0 40px 0 0 var(--mma-nav-bg); display: flex; align-items: center; justify-content: space-around; z-index: 100; padding: 0 8px var(--mma-safe-bottom);}.o_mma_bottom_nav__item{flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 6px 2px; border-radius: 14px; background: transparent; color: var(--mma-nav-text); font-size: 11px; font-weight: 500; min-width: 0;}.o_mma_bottom_nav__item > span:last-child{max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}.o_mma_bottom_nav__item .material-symbols-rounded{font-size: 24px;}.o_mma_bottom_nav__item.active{color: var(--mma-nav-text-active); background: var(--mma-nav-active-bg); font-weight: 700;}.o_mma_bottom_nav__item.active .material-symbols-rounded{font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;}.o_mma_header{display: flex; align-items: center; gap: 12px; margin-bottom: 8px;}.o_mma_header__dem{flex: 1; min-width: 0;}.o_mma_header--red{background: var(--mma-primary); color: #fff; padding: 10px 16px 20px; margin: 0; border-radius: 0 0 28px 28px; position: relative; z-index: 1;}.o_mma_header__back, .o_mma_header__action{width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.15); color: inherit; flex-shrink: 0;}.o_mma_header__back .material-symbols-rounded, .o_mma_header__action .material-symbols-rounded{font-size: 22px;}.o_mma_header--plain .o_mma_header__back{background: var(--mma-card); color: var(--mma-text); box-shadow: var(--mma-shadow-soft);}.o_mma_section{margin-bottom: 24px;}.o_mma_section__head{display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;}.o_mma_section__head h2{font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 8px;}.o_mma_section__head .o_mma_link{color: var(--mma-primary); font-size: 14px; font-weight: 600;}

/* /1car_mobile_app/static/src/scss/components.css */
.o_mma_card{background: var(--mma-card); border-radius: var(--mma-radius-card); box-shadow: var(--mma-shadow-card); padding: 16px;}.o_mma_btn{display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 20px; border-radius: var(--mma-radius-button); font-size: 15px; font-weight: 700; width: 100%; transition: background 0.15s ease, transform 0.1s ease;}.o_mma_btn:active{transform: scale(0.98);}.o_mma_btn--primary{background: var(--mma-primary); color: #fff;}.o_mma_btn--primary:hover{background: var(--mma-primary-hover);}.o_mma_btn--outline{background: #fff; color: var(--mma-primary); border: 1.5px solid var(--mma-primary);}.o_mma_btn--ghost{background: #fff; color: var(--mma-text); border: 1px solid var(--mma-border);}.o_mma_btn .material-symbols-rounded{font-size: 20px;}.o_mma_icon_box{width: 40px; height: 40px; border-radius: 12px; background: var(--mma-primary-soft); color: var(--mma-primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0;}.o_mma_icon_box .material-symbols-rounded{font-size: 22px;}.o_mma_icon_box--circle{border-radius: 50%;}.o_mma_icon_box--lg{width: 56px; height: 56px;}.o_mma_icon_box--lg .material-symbols-rounded{font-size: 28px;}.o_mma_avatar{width: 44px; height: 44px; border-radius: 50%; background: var(--mma-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; overflow: hidden;}.o_mma_avatar img{width: 100%; height: 100%; object-fit: cover;}.o_mma_avatar--lg{width: 64px; height: 64px; font-size: 22px;}.o_mma_badge{display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; background: var(--mma-primary-soft); color: var(--mma-primary);}.o_mma_badge--success{background: var(--mma-success-soft); color: var(--mma-success);}.o_mma_badge--warning{background: var(--mma-warning-soft); color: #8A5A00;}.o_mma_badge--info{background: #E8F1FE; color: #2C6FBB;}.o_mma_badge--muted{background: #F3F4F6; color: var(--mma-text-secondary);}.o_mma_badge--purple{background: #F3E8FF; color: #7C3AED;}.o_mma_badge--outline{background: transparent; border: 1px solid var(--mma-primary);}.o_mma_field{margin-bottom: 16px;}.o_mma_field__row{display: flex; align-items: flex-start; gap: 12px;}.o_mma_field__label{font-size: 13px; color: var(--mma-text-secondary); margin-bottom: 6px; display: block;}.o_mma_field__control{flex: 1; position: relative;}.o_mma_field__control input, .o_mma_field__control select, .o_mma_field__control textarea{width: 100%; border: 1px solid var(--mma-border); border-radius: var(--mma-radius-input); padding: 14px 16px; background: #fff; outline: none; appearance: none;}.o_mma_field__control input:focus, .o_mma_field__control select:focus, .o_mma_field__control textarea:focus{border-color: var(--mma-primary);}.o_mma_field__control textarea{min-height: 88px; resize: none;}.o_mma_field__control .o_mma_field__suffix{position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--mma-text-secondary); pointer-events: none;}.o_mma_field__control .o_mma_field__counter{text-align: right; font-size: 12px; color: var(--mma-text-secondary); margin-top: 4px;}.o_mma_list_item{display: flex; align-items: center; gap: 12px; padding: 12px 0;}.o_mma_list_item + .o_mma_list_item{border-top: 1px solid var(--mma-border);}.o_mma_list_item__body{flex: 1; min-width: 0;}.o_mma_list_item__title{font-size: 15px; font-weight: 600;}.o_mma_list_item__sub{font-size: 13px; color: var(--mma-text-secondary); margin-top: 2px;}.o_mma_list_item__meta{font-size: 13px; color: var(--mma-text-secondary);}.o_mma_list_item__chevron{color: #C4C4C4;}.o_mma_list_item__chevron .material-symbols-rounded{font-size: 20px;}.o_mma_toggle{width: 48px; height: 28px; border-radius: 999px; background: #E5E7EB; position: relative; transition: background 0.2s; flex-shrink: 0;}.o_mma_toggle.on{background: var(--mma-primary);}.o_mma_toggle::after{content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); transition: transform 0.2s;}.o_mma_toggle.on::after{transform: translateX(20px);}.o_mma_loyalty{background: linear-gradient(135deg, #CF2E2E 0%, #B92323 100%); border-radius: var(--mma-radius-card); padding: 20px; color: #fff; position: relative; overflow: hidden;}.o_mma_loyalty::before, .o_mma_loyalty::after{content: ''; position: absolute; border-radius: 50%; border: 40px solid rgba(255, 255, 255, 0.06); pointer-events: none;}.o_mma_loyalty::before{width: 200px; height: 200px; right: -60px; top: -40px;}.o_mma_loyalty::after{width: 140px; height: 140px; right: -20px; bottom: -50px;}.o_mma_loyalty__label{display: flex; align-items: center; gap: 6px; font-size: 13px; opacity: 0.95;}.o_mma_loyalty__label .material-symbols-rounded{font-size: 18px;}.o_mma_loyalty__points{font-size: 36px; font-weight: 800; margin: 8px 0 4px; letter-spacing: -0.5px;}.o_mma_loyalty__points span{font-size: 14px; font-weight: 500; margin-left: 6px; opacity: 0.9;}.o_mma_loyalty__bar{height: 6px; background: rgba(0, 0, 0, 0.25); border-radius: 999px; margin: 12px 0 8px; overflow: hidden;}.o_mma_loyalty__bar > i{display: block; height: 100%; background: linear-gradient(90deg, #FF8A8A, #FFD0D0); border-radius: 999px;}.o_mma_loyalty__hint{font-size: 12px; opacity: 0.9;}.o_mma_loyalty__chevron{position: absolute; right: 16px; top: 50%; transform: translateY(-50%); opacity: 0.8;}.o_mma_quick{display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;}.o_mma_quick--duo{grid-template-columns: repeat(2, 1fr);}.o_mma_quick__item{background: var(--mma-card); border-radius: var(--mma-radius-card); box-shadow: var(--mma-shadow-card); padding: 16px 8px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--mma-text);}.o_mma_quick__item .material-symbols-rounded{font-size: 28px; color: var(--mma-primary);}.o_mma_quick__item--danger{background: var(--mma-primary); color: #fff;}.o_mma_quick__item--danger .material-symbols-rounded{color: #fff;}.o_mma_progress{height: 8px; background: var(--mma-primary-soft); border-radius: 999px; overflow: hidden;}.o_mma_progress > i{display: block; height: 100%; background: var(--mma-primary); border-radius: 999px;}.o_mma_timeline{position: relative; padding-left: 4px;}.o_mma_timeline__item{display: flex; gap: 12px; position: relative; padding-bottom: 20px;}.o_mma_timeline__item:not(:last-child)::before{content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: #E5E7EB;}.o_mma_timeline__item.done:not(:last-child)::before{background: var(--mma-success);}.o_mma_timeline__item.active:not(:last-child)::before{background: var(--mma-primary);}.o_mma_timeline__dot{width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; background: #E5E7EB; color: var(--mma-text-secondary); z-index: 1;}.o_mma_timeline__dot .material-symbols-rounded{font-size: 18px;}.o_mma_timeline__item.done .o_mma_timeline__dot{background: var(--mma-success); color: #fff;}.o_mma_timeline__item.active .o_mma_timeline__dot{background: var(--mma-primary); color: #fff;}.o_mma_timeline__item.todo{opacity: 0.45;}.o_mma_timeline__body{flex: 1; min-width: 0;}.o_mma_timeline__title{font-size: 15px; font-weight: 700;}.o_mma_timeline__ref{font-size: 12px; color: var(--mma-text-secondary);}.o_mma_timeline__desc{font-size: 13px; color: var(--mma-text-secondary); margin-top: 2px;}.o_mma_substep{display: flex; align-items: center; gap: 8px; margin: 12px 0; font-size: 12px; color: var(--mma-text-secondary);}.o_mma_substep__node{display: flex; align-items: center; gap: 4px;}.o_mma_substep__node.done{color: var(--mma-success);}.o_mma_substep__node.active{color: var(--mma-primary); font-weight: 600;}.o_mma_substep__line{flex: 1; height: 2px; background: #E5E7EB;}.o_mma_substep__line.done{background: var(--mma-success);}.o_mma_alert{display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: 12px; background: var(--mma-warning-soft); color: #8A5A00; font-size: 13px; margin: 12px 0;}.o_mma_alert .material-symbols-rounded{color: var(--mma-warning); font-size: 20px;}.o_mma_empty{text-align: center; padding: 24px; color: var(--mma-text-secondary); font-size: 14px;}.o_mma_splash{position: fixed; inset: 0; z-index: 1000; background: var(--mma-primary); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; gap: 16px;}.o_mma_splash__logo{width: 88px; height: 88px; border-radius: 22px; background: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--mma-primary); font-size: 22px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); overflow: hidden;}.o_mma_splash__logo img{width: 100%; height: 100%; object-fit: cover; display: block;}.o_mma_splash__name{font-size: 22px; font-weight: 800;}.o_mma_splash__sub{font-size: 13px; opacity: 0.85;}.o_mma_login{min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: var(--mma-bg);}.o_mma_login__brand{text-align: center; margin-bottom: 24px;}.o_mma_login__brand h1{font-size: 28px; font-weight: 800; margin-top: 12px;}.o_mma_login__brand p{color: var(--mma-text-secondary); margin-top: 8px;}.o_mma_login__error{color: var(--mma-danger); font-size: 13px; margin-bottom: 12px; text-align: center;}.o_mma_alert--success{background: var(--mma-success-soft, #E7F7EF); color: #0F6B3F;}.o_mma_alert--success .material-symbols-rounded{color: var(--mma-success);}.o_mma_gift{padding: 14px 0; border-bottom: 1px solid var(--mma-border, #E5E7EB);}.o_mma_gift:last-child{border-bottom: none;}.o_mma_gift__head{display: flex; align-items: flex-start; gap: 12px;}.o_mma_gift__img{width: 56px; height: 56px; border-radius: 12px; object-fit: cover; flex: 0 0 auto;}.o_mma_gift__meta{display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; font-size: 12px; color: var(--mma-text-secondary);}.o_mma_gift__meta span{background: var(--mma-surface-2, #F3F4F6); border-radius: 999px; padding: 2px 8px;}.o_mma_gift__note{margin-top: 6px; font-size: 12px; color: var(--mma-text-secondary);}.o_mma_gift__locked{display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 13px; color: var(--mma-text-secondary);}.o_mma_gift__locked .material-symbols-rounded{font-size: 16px;}.o_mma_gift .o_mma_btn{margin-top: 10px;}.o_mma_sheet{position: fixed; inset: 0; z-index: 1200; background: rgba(17, 24, 39, 0.55); display: flex; align-items: flex-end; justify-content: center;}.o_mma_sheet__panel{background: #fff; width: 100%; max-width: 680px; max-height: 94vh; border-radius: 24px 24px 0 0; display: flex; flex-direction: column; overflow: hidden; animation: mma-sheet-up 0.22s ease-out;}@keyframes mma-sheet-up{from{transform: translateY(28px); opacity: 0.6;}to{transform: translateY(0); opacity: 1;}}.o_mma_sheet__head{display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--mma-border, #ECECEC);}.o_mma_sheet__title{font-size: 17px; font-weight: 800; color: var(--mma-text, #222);}.o_mma_sheet__close{width: 36px; height: 36px; border-radius: 50%; background: #F3F4F6; display: inline-flex; align-items: center; justify-content: center; color: var(--mma-text-secondary, #6B7280);}.o_mma_sheet__body{overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 16px 16px 8px; background: #F7F8FA;}.o_mma_sheet__foot{display: flex; gap: 10px; padding: 12px 16px calc(12px + var(--mma-safe-bottom, 0px)); border-top: 1px solid var(--mma-border, #ECECEC); background: #fff;}.o_mma_quote{background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 16px; color: #1E293B; font-size: 13.5px; line-height: 1.5;}.o_mma_quote__company{text-align: center; color: #475569; font-size: 12.5px; padding-bottom: 10px; border-bottom: 1px solid #E2E8F0;}.o_mma_quote__company-name{font-size: 15px; font-weight: 800; color: #0F172A; text-transform: uppercase;}.o_mma_quote__title{margin-top: 12px; text-align: center; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.3px; color: #0F172A;}.o_mma_quote__code{text-align: center; color: #64748B; font-size: 12.5px; margin-bottom: 12px;}.o_mma_quote__info, .o_mma_quote__totals{background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 8px; padding: 4px 12px;}.o_mma_quote__row{display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed #E8EDF3;}.o_mma_quote__row:last-child{border-bottom: none;}.o_mma_quote__row > span{color: #64748B; font-weight: 600; flex: 0 0 42%;}.o_mma_quote__row > strong{color: #0F172A; text-align: right; flex: 1; word-break: break-word;}.o_mma_quote__row--total{padding-top: 10px; border-top: 1px solid #E2E8F0;}.o_mma_quote__row--total > strong{color: var(--mma-primary, #CF2E2E); font-size: 16px; font-weight: 800;}.o_mma_quote__check{display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center; margin: 12px 0; font-size: 12.5px; color: #334155;}.o_mma_quote__box{width: 18px; height: 18px; border: 1.5px solid #94A3B8; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; margin-left: 8px;}.o_mma_quote__box:first-child{margin-left: 0;}.o_mma_quote__box.on{border-color: var(--mma-primary, #CF2E2E); color: var(--mma-primary, #CF2E2E);}.o_mma_quote__box .material-symbols-rounded{font-size: 15px;}.o_mma_quote__table{border: 1px solid #E2E8F0; border-radius: 8px; overflow: hidden; margin-bottom: 12px;}.o_mma_quote__thead{display: flex; justify-content: space-between; gap: 8px; padding: 9px 12px; background: #F1F5F9; font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: #475569;}.o_mma_quote__section{padding: 8px 12px; background: #F8FAFC; font-weight: 800; text-transform: uppercase; font-size: 12px; color: #334155;}.o_mma_quote__note-line{padding: 6px 12px; font-style: italic; color: #64748B; font-size: 12.5px;}.o_mma_quote__line{display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 10px 12px; border-top: 1px solid #EEF2F7;}.o_mma_quote__line-name{font-weight: 600; color: #0F172A; white-space: pre-wrap;}.o_mma_quote__line-sub{color: #64748B; font-size: 12px; margin-top: 2px;}.o_mma_quote__line-amount{font-weight: 700; color: #0F172A; white-space: nowrap;}.o_mma_quote__policy, .o_mma_quote__terms{margin-top: 12px; font-size: 12.5px; color: #334155;}.o_mma_quote__policy-title{font-weight: 800; text-transform: uppercase; font-size: 11.5px; color: #475569; margin-bottom: 6px;}.o_mma_quote__term{margin-bottom: 6px;}.o_mma_quote__policy-text{white-space: pre-wrap;}.o_mma_quote__group{border: 1px solid #E2E8F0; border-radius: 10px; padding: 10px; margin-bottom: 12px; background: #FCFDFE;}.o_mma_quote__group-head{display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 8px;}.o_mma_quote__group-meta{color: #64748B; font-size: 12px; margin-top: 2px;}.o_mma_quote__badge{font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap;}.o_mma_quote__badge.wait{background: var(--mma-warning-soft, #FFF4E5); color: #96601A;}.o_mma_quote__badge.done{background: var(--mma-success-soft, #E8F8F1); color: #0F6B3F;}.o_mma_quote__group-sum{display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 2px 10px; font-size: 13px; color: #334155;}.o_mma_quote__group-sum strong{color: #0F172A;}.o_mma_quote__sign{display: flex; gap: 12px; margin-top: 16px; padding-top: 12px; border-top: 1px solid #E2E8F0;}.o_mma_quote__sign > div{flex: 1; text-align: center;}.o_mma_quote__sign span{display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: #475569;}.o_mma_quote__sign strong{display: block; margin-top: 6px; font-size: 12.5px; color: #0F172A;}.o_mma_quote__sign .o_mma_quote__sign-phone{display: inline-flex; align-items: center; gap: 4px; margin-top: 3px; color: var(--mma-primary, #CF2E2E); font-size: 12.5px; font-weight: 700; text-transform: none;}.o_mma_quote__sign .o_mma_quote__sign-phone .material-symbols-rounded{font-size: 15px;}.o_mma_alert--danger{background: #FDECEC; color: #8F1D1D;}.o_mma_alert--danger .material-symbols-rounded{color: var(--mma-danger, #CF2E2E);}.o_mma_quote_actions{display: flex; flex-direction: column; gap: 10px; margin-top: 12px; padding: 12px; background: var(--mma-primary-soft, #FEF2F2); border: 1px solid rgba(207, 46, 46, 0.16); border-radius: 14px;}.o_mma_quote_actions > *{flex: 0 0 auto; width: 100%; min-width: 0;}.o_mma_quote_actions .o_mma_btn{height: 46px; padding: 0 14px; border-radius: 12px; font-size: 14px; letter-spacing: 0.1px;}.o_mma_quote_actions .o_mma_btn--outline{background: #FFFFFF; border-width: 1px; font-weight: 600;}.o_mma_quote_actions .o_mma_btn--primary{box-shadow: 0 6px 16px rgba(207, 46, 46, 0.28);}.o_mma_quote_actions .o_mma_btn .material-symbols-rounded{font-size: 19px;}.o_mma_quote_actions__hint{margin: -2px 2px 0; color: var(--mma-text-muted, #6B7280); font-size: 12px; line-height: 1.35;}.o_mma_pass_toggle{display: inline-flex; align-items: center; gap: 6px; margin: 2px 0 10px; padding: 6px 0; background: none; color: var(--mma-primary, #CF2E2E); font-size: 13px; font-weight: 600;}.o_mma_pass_toggle .material-symbols-rounded{font-size: 18px;}.o_mma_loading_bar{position: fixed; top: 0; left: 0; right: 0; height: 3px; background: rgba(207, 46, 46, 0.15); overflow: hidden; z-index: 3000;}.o_mma_loading_bar i{display: block; height: 100%; width: 40%; background: var(--mma-primary, #CF2E2E); animation: o_mma_loading_run 0.9s linear infinite;}@keyframes o_mma_loading_run{0%{transform: translateX(-100%);}100%{transform: translateX(350%);}}.o_mma_toasts{position: fixed; left: 12px; right: 12px; bottom: calc(78px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; z-index: 3000;}.o_mma_toast{pointer-events: auto; width: 100%; max-width: 420px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; color: #FFFFFF; font-size: 14px; font-weight: 500; line-height: 1.35; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2); animation: o_mma_toast_in 0.18s ease-out; cursor: pointer;}.o_mma_toast--thanh_cong{background: #16A34A;}.o_mma_toast--loi{background: #DC2626;}.o_mma_toast--tin{background: #111827;}.o_mma_toast .material-symbols-rounded{font-size: 20px;}.o_mma_toast__text{flex: 1;}.o_mma_toast__close{opacity: 0.75;}@keyframes o_mma_toast_in{from{opacity: 0; transform: translateY(10px);}to{opacity: 1; transform: none;}}

/* /1car_mobile_app/static/src/scss/pages.css */
.o_mma_home__top{display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px;}.o_mma_home__greet{font-size: 14px; color: var(--mma-text-secondary);}.o_mma_home__name{font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2px; margin-top: 2px;}.o_mma_home__actions{display: flex; align-items: center; gap: 8px;}.o_mma_home__bell{width: 44px; height: 44px; border-radius: 50%; background: var(--mma-card); box-shadow: var(--mma-shadow-soft); display: flex; align-items: center; justify-content: center; position: relative; color: var(--mma-text);}.o_mma_home__bell .material-symbols-rounded{font-size: 22px;}.o_mma_home__bell .o_mma_dot{position: absolute; top: 10px; right: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--mma-primary); border: 2px solid #fff;}.o_mma_repair_card .o_mma_repair_card__head{display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;}.o_mma_repair_card .o_mma_repair_card__vehicle{font-size: 18px; font-weight: 800;}.o_mma_repair_card .o_mma_repair_card__meta{font-size: 13px; color: var(--mma-text-secondary); margin-bottom: 8px;}.o_mma_repair_card .o_mma_repair_card__content{font-size: 14px; font-weight: 700; margin: 12px 0; text-transform: uppercase;}.o_mma_repair_card .o_mma_repair_card__advisor{display: flex; align-items: center; gap: 10px; margin: 12px 0 4px; padding: 10px 12px; border: 1px solid var(--mma-border, #E5E7EB); border-radius: 12px; background: #FFFFFF; font-size: 13px; color: var(--mma-text-secondary);}.o_mma_repair_card .o_mma_repair_card__advisor strong{color: var(--mma-text);}.o_mma_advisor__info{flex: 1; min-width: 0;}.o_mma_advisor__role{font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2px; white-space: nowrap; color: var(--mma-text-secondary, #6B7280);}.o_mma_advisor__name{margin-top: 1px; font-size: 14px; font-weight: 700; color: var(--mma-text, #111827); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.o_mma_advisor__call{display: inline-flex; align-items: center; gap: 4px; flex-shrink: 0; padding: 6px 10px; border-radius: 999px; background: var(--mma-primary-soft, #FEF2F2); color: var(--mma-primary, #CF2E2E); font-size: 12.5px; font-weight: 700;}.o_mma_advisor__call .material-symbols-rounded{font-size: 17px;}.o_mma_repair_card .o_mma_repair_card__footer{display: grid; grid-template-columns: 1fr 1fr; gap: 12px;}.o_mma_repair_card .o_mma_repair_card__footer .o_mma_btn{height: 44px; font-size: 13px;}.o_mma_vehicle__hero-wrap{margin-top: -28px; position: relative; z-index: 2; padding: 0 16px;}.o_mma_vehicle__hero{display: flex; gap: 12px; align-items: center;}.o_mma_vehicle__hero .o_mma_vehicle__hero-text{flex: 1;}.o_mma_vehicle__hero .o_mma_vehicle__hero-text h2{font-size: 22px; font-weight: 800;}.o_mma_vehicle__hero .o_mma_vehicle__hero-text p{font-size: 13px; color: var(--mma-text-secondary); margin-top: 6px; line-height: 1.4;}.o_mma_vehicle__hero .o_mma_vehicle__hero-img{width: 120px; height: 80px; border-radius: 16px; background: linear-gradient(135deg, #CF2E2E22, #CF2E2E08); display: flex; align-items: center; justify-content: center;}.o_mma_vehicle__hero .o_mma_vehicle__hero-img .material-symbols-rounded{font-size: 48px; color: var(--mma-primary);}.o_mma_vehicle__stats{display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; padding: 12px 0; border-top: 1px solid var(--mma-border); border-bottom: 1px solid var(--mma-border);}.o_mma_vehicle__stats > div{display: flex; flex-direction: column; gap: 4px;}.o_mma_vehicle__stats > div:first-child{border-right: 1px solid var(--mma-border); padding-right: 12px;}.o_mma_vehicle__stats > div:last-child{padding-left: 12px;}.o_mma_vehicle__stats > div .label{font-size: 12px; color: var(--mma-text-secondary); display: flex; align-items: center; gap: 4px;}.o_mma_vehicle__stats > div .label .material-symbols-rounded{font-size: 16px; color: var(--mma-primary);}.o_mma_vehicle__stats > div .value{font-size: 15px; font-weight: 700;}.o_mma_vehicle__remind{background: var(--mma-primary-soft); border-radius: 16px; padding: 12px; display: flex; align-items: center; gap: 12px;}.o_mma_vehicle__remind .body{flex: 1;}.o_mma_vehicle__remind .title{font-size: 14px; font-weight: 700;}.o_mma_vehicle__remind .desc{font-size: 13px; color: var(--mma-text-secondary); margin-top: 4px; line-height: 1.4;}.o_mma_vehicle__remind .desc em{color: var(--mma-primary); font-style: normal; font-weight: 700;}.o_mma_vehicle__remind .chevron{color: var(--mma-primary);}.o_mma_schedule__form-card{margin-top: -20px; position: relative; z-index: 2;}.o_mma_schedule__history-item .head{display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 6px;}.o_mma_schedule__history-item .id{font-weight: 800; font-size: 15px;}.o_mma_schedule__history-item .time{font-size: 13px; color: var(--mma-text-secondary); display: flex; align-items: center; gap: 4px; margin-bottom: 6px;}.o_mma_schedule__history-item .note{font-size: 13px; color: var(--mma-text-secondary); line-height: 1.4;}.o_mma_emergency__hotline{background: linear-gradient(160deg, #CF2E2E, #A81F1F); border-radius: var(--mma-radius-card); padding: 24px 16px; color: #fff; text-align: center; position: relative; overflow: hidden; margin-bottom: 16px;}.o_mma_emergency__hotline::before{content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 36px solid rgba(255, 255, 255, 0.08); left: 50%; top: 20%; transform: translate(-50%, -50%); pointer-events: none;}.o_mma_emergency__hotline .phone-icon{width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--mma-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; position: relative;}.o_mma_emergency__hotline .phone-icon .material-symbols-rounded{font-size: 32px;}.o_mma_emergency__hotline .label{font-size: 14px; opacity: 0.95;}.o_mma_emergency__hotline .number{font-size: 32px; font-weight: 800; margin: 8px 0 12px; letter-spacing: 0.5px;}.o_mma_emergency__hotline .ready{display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.2); padding: 6px 14px; border-radius: 999px; font-size: 12px;}.o_mma_emergency__gps{display: flex; align-items: center; gap: 12px;}.o_mma_emergency__gps .gps-btn{display: inline-flex; align-items: center; gap: 4px; border: 1.5px solid var(--mma-success); color: var(--mma-success); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 700; flex-shrink: 0;}.o_mma_emergency__type{display: flex; align-items: center; gap: 12px; padding: 16px; margin-bottom: 12px;}.o_mma_emergency__type .chevron{color: #C4C4C4;}.o_mma_emergency__tabs{display: flex; gap: 20px; border-bottom: 1px solid var(--mma-border); margin-bottom: 12px;}.o_mma_emergency__tabs button{padding: 12px 0; font-size: 14px; font-weight: 600; color: var(--mma-text-secondary); position: relative;}.o_mma_emergency__tabs button.active{color: var(--mma-primary);}.o_mma_emergency__tabs button.active::after{content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--mma-primary); border-radius: 3px 3px 0 0;}.o_mma_emergency__filters{display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; font-size: 13px; color: var(--mma-text-secondary);}.o_mma_emergency__filters .pill{display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--mma-border); border-radius: 10px; padding: 6px 10px; background: #fff; color: var(--mma-text); font-size: 12px; font-weight: 600;}.o_mma_emergency__card{display: grid; grid-template-columns: auto 1fr auto; gap: 12px; position: relative; margin-bottom: 12px;}.o_mma_emergency__card .plate{font-size: 16px; font-weight: 800;}.o_mma_emergency__card .model{font-size: 13px; color: var(--mma-text-secondary);}.o_mma_emergency__card .meta{font-size: 12px; color: var(--mma-text-secondary); display: flex; align-items: center; gap: 4px; margin-top: 6px;}.o_mma_emergency__card .meta .material-symbols-rounded{font-size: 14px; color: var(--mma-primary);}.o_mma_emergency__card .tech{text-align: right; font-size: 11px; color: var(--mma-text-secondary);}.o_mma_emergency__card .tech strong{display: block; color: var(--mma-text); font-size: 13px; margin-top: 2px;}.o_mma_emergency__card .call{position: absolute; right: 16px; bottom: 16px; width: 40px; height: 40px; border-radius: 50%; background: var(--mma-success); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(44, 182, 125, 0.35);}.o_mma_account__profile{display: flex; align-items: flex-start; gap: 12px; position: relative;}.o_mma_account__profile .info{flex: 1; min-width: 0;}.o_mma_account__profile .name{font-size: 18px; font-weight: 800;}.o_mma_account__profile .phone{font-size: 14px; color: var(--mma-text-secondary); margin-top: 2px;}.o_mma_account__profile .email{display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; background: #F3F4F6; border-radius: 999px; padding: 4px 10px; font-size: 12px; color: var(--mma-text-secondary); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.o_mma_account__profile .email .material-symbols-rounded{font-size: 14px;}.o_mma_account__profile .edit{position: absolute; top: 0; right: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--mma-primary-soft); color: var(--mma-primary); display: flex; align-items: center; justify-content: center;}.o_mma_account__logout{display: flex; align-items: center; gap: 12px; color: var(--mma-primary); font-weight: 700; font-size: 15px; width: 100%; text-align: left;}.o_mma_skeleton_page .o_mma_card{min-height: 120px;}.o_mma_search{display: flex; align-items: center; gap: 8px; margin: 4px 0 12px; padding: 0 12px; height: 44px; border: 1px solid var(--mma-border, #E5E7EB); border-radius: 12px; background: #FFFFFF;}.o_mma_search .material-symbols-rounded{font-size: 20px; color: var(--mma-text-secondary, #6B7280);}.o_mma_search input{flex: 1; min-width: 0; height: 100%; border: none; outline: none; background: none; font-size: 15px;}.o_mma_chips{display: flex; gap: 8px; margin-bottom: 14px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: none;}.o_mma_chips::-webkit-scrollbar{display: none;}.o_mma_chip{flex: 0 0 auto; padding: 7px 14px; border: 1px solid var(--mma-border, #E5E7EB); border-radius: 999px; background: #FFFFFF; color: var(--mma-text-secondary, #6B7280); font-size: 13px; font-weight: 600; white-space: nowrap;}.o_mma_chip.active{border-color: var(--mma-primary, #CF2E2E); background: var(--mma-primary-soft, #FEF2F2); color: var(--mma-primary, #CF2E2E);}.o_mma_products{display: flex; flex-direction: column; gap: 10px;}.o_mma_product{display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; background: #FFFFFF; box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);}.o_mma_product__img{width: 64px; height: 64px; flex-shrink: 0; border-radius: 12px; object-fit: cover; background: #F3F4F6;}.o_mma_product__img--empty{display: flex; align-items: center; justify-content: center; color: var(--mma-primary, #CF2E2E); background: var(--mma-primary-soft, #FEF2F2);}.o_mma_product__img--empty .material-symbols-rounded{font-size: 28px;}.o_mma_product__body{flex: 1; min-width: 0;}.o_mma_product__name{font-size: 14.5px; font-weight: 700; color: var(--mma-text, #111827); line-height: 1.3;}.o_mma_product__meta{display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 4px; font-size: 12px; color: var(--mma-text-secondary, #6B7280);}.o_mma_product__tag{padding: 2px 8px; border-radius: 999px; background: #F3F4F6; font-weight: 600;}.o_mma_product__price{margin-top: 6px; font-size: 15px; font-weight: 800; color: var(--mma-primary, #CF2E2E);}.o_mma_product__price span{font-size: 12px; font-weight: 600; color: var(--mma-text-secondary, #6B7280);}.o_mma_product__arrow{flex-shrink: 0; color: #9CA3AF;}.o_mma_product__hero{width: 100%; max-height: 220px; margin-bottom: 12px; border-radius: 14px; object-fit: cover; background: #F3F4F6;}.o_mma_product__desc{margin-top: 10px; font-size: 14px; line-height: 1.5; color: var(--mma-text, #111827); white-space: pre-line;}.o_mma_product__note{margin-top: 10px; font-size: 12.5px; line-height: 1.45; color: var(--mma-text-secondary, #6B7280);}.o_mma_page--web{display: flex; flex-direction: column; height: 100%;}.o_mma_web{position: relative; flex: 1; min-height: 60vh; margin: 0 -16px; background: var(--mma-card); overflow: hidden;}.o_mma_web__frame{position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0;}.o_mma_web__loading, .o_mma_web__error{position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; color: var(--mma-text-secondary); font-size: 14px; background: var(--mma-card);}.o_mma_web__error .material-symbols-rounded{font-size: 40px; color: var(--mma-primary);}.o_mma_web__error .o_mma_btn{width: auto; padding: 0 20px;}.o_mma_web__spinner{width: 30px; height: 30px; border: 3px solid rgba(207, 46, 46, 0.18); border-top-color: var(--mma-primary); border-radius: 50%; animation: o_mma_web_quay 0.8s linear infinite;}@keyframes o_mma_web_quay{to{transform: rotate(360deg);}}.o_mma_thongke{display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px;}.o_mma_thongke__o{display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 6px; background: var(--mma-card); border-radius: 14px; box-shadow: var(--mma-shadow-card);}.o_mma_thongke__o .material-symbols-rounded{font-size: 20px; color: var(--mma-primary);}.o_mma_thongke__so{font-size: 20px; font-weight: 800; line-height: 1.1; color: var(--mma-text-primary);}.o_mma_thongke__ten{font-size: 12px; color: var(--mma-text-secondary); text-align: center;}.o_mma_nhom__dau{display: flex; align-items: center; gap: 8px; padding: 2px 2px 10px; border-bottom: 1px solid var(--mma-border, #F1F1F1); margin-bottom: 4px;}.o_mma_nhom__dau .material-symbols-rounded{font-size: 18px; color: var(--mma-primary);}.o_mma_nhom__ten{flex: 1; font-size: 14px; font-weight: 700;}.o_mma_nhom__tien{flex: 0 0 auto; font-size: 13px; font-weight: 700; color: var(--mma-text-primary); white-space: nowrap;}.o_mma_vanban__dau{display: flex; flex-direction: column; gap: 4px;}.o_mma_vanban__tieude{font-size: 17px; font-weight: 700; color: var(--mma-text);}.o_mma_vanban__mota{font-size: 13px; color: var(--mma-text-muted);}.o_mma_vanban__ngay{font-size: 12px; color: var(--mma-text-muted); margin-top: 2px;}.o_mma_vanban{font-size: 14px; line-height: 1.65; color: var(--mma-text); word-break: break-word;}.o_mma_vanban h1, .o_mma_vanban h2, .o_mma_vanban h3, .o_mma_vanban h4{font-size: 15px; font-weight: 700; margin: 16px 0 6px; color: var(--mma-text);}.o_mma_vanban h1:first-child, .o_mma_vanban h2:first-child, .o_mma_vanban h3:first-child, .o_mma_vanban h4:first-child{margin-top: 0;}.o_mma_vanban p{margin: 0 0 10px;}.o_mma_vanban ul, .o_mma_vanban ol{margin: 0 0 10px; padding-left: 20px;}.o_mma_vanban li{margin-bottom: 4px;}.o_mma_vanban a{color: var(--mma-primary); text-decoration: underline;}.o_mma_vanban img, .o_mma_vanban table{max-width: 100%; height: auto;}.o_mma_phanhoi__dau{display: flex; align-items: center; gap: 12px;}.o_mma_phanhoi__tieude{font-size: 15px; font-weight: 700; color: var(--mma-text-primary);}.o_mma_phanhoi__mota{margin-top: 2px; font-size: 12px; line-height: 1.4; color: var(--mma-text-secondary);}.o_mma_phanhoi__xong{display: flex; align-items: center; gap: 10px; padding: 4px 2px 12px; font-size: 13px; color: var(--mma-text-secondary);}.o_mma_phanhoi__xong .material-symbols-rounded{font-size: 24px; color: var(--mma-success, #16A34A);}.o_mma_tick{display: flex; align-items: center; gap: 10px; padding: 11px 2px; border-bottom: 1px solid var(--mma-border, #F1F1F1); cursor: pointer;}.o_mma_tick:last-child{border-bottom: 0;}.o_mma_tick__o{font-size: 24px; color: var(--mma-text-muted, #9CA3AF); transition: color 0.15s ease;}.o_mma_tick__o--chon{color: var(--mma-primary);}.o_mma_tick__nhan{flex: 1; min-width: 0; font-size: 14px; font-weight: 500; color: var(--mma-text-primary);}.o_mma_textarea{display: block; width: 100%; padding: 10px 12px; border: 1px solid var(--mma-border, #E5E7EB); border-radius: 12px; background: #FFFFFF; font-size: 14px; line-height: 1.45; resize: vertical;}.o_mma_textarea:focus{outline: none; border-color: var(--mma-primary);}.o_mma_tieuchi__hoi{font-size: 14px; font-weight: 700; color: var(--mma-text-primary); margin-bottom: 10px;}.o_mma_tieuchi__sao_bb{margin-left: 4px; color: var(--mma-primary);}.o_mma_sao{display: flex; gap: 6px;}.o_mma_sao__nut{padding: 2px; border: 0; background: transparent; cursor: pointer;}.o_mma_sao__nut .material-symbols-rounded{font-size: 34px; color: #E5E7EB; transition: color 0.15s ease, transform 0.15s ease;}.o_mma_sao__nut .material-symbols-rounded.o_mma_sao__nut--chon{color: #F59E0B; font-variation-settings: 'FILL' 1;}.o_mma_sao__nut:active .material-symbols-rounded{transform: scale(0.9);}.o_mma_chon{display: flex; gap: 8px;}.o_mma_chon__nut{flex: 1; min-width: 0; height: 42px; padding: 0 10px; border: 1px solid var(--mma-border, #E5E7EB); border-radius: 12px; background: #FFFFFF; font-size: 14px; font-weight: 600; color: var(--mma-text-secondary); cursor: pointer; transition: all 0.15s ease;}.o_mma_chon__nut--chon{border-color: var(--mma-primary); background: var(--mma-primary-soft, #FEF2F2); color: var(--mma-primary);}.o_mma_moi_danhgia{display: flex; align-items: center; gap: 12px;}.o_mma_moi_danhgia__than{flex: 1; min-width: 0;}.o_mma_moi_danhgia__tieude{font-size: 14px; font-weight: 700; color: var(--mma-text-primary);}.o_mma_moi_danhgia__mota{margin-top: 2px; font-size: 12px; color: var(--mma-text-secondary);}.o_mma_moi_danhgia__nut{flex: 0 0 auto; width: auto; height: 38px; padding: 0 14px; border-radius: 12px; font-size: 13px;}.o_mma_nhom__danhgia{flex: 0 0 auto; display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px; border: 1px solid var(--mma-primary); border-radius: 10px; background: var(--mma-primary-soft, #FEF2F2); color: var(--mma-primary); font-size: 12px; font-weight: 700; white-space: nowrap; cursor: pointer;}.o_mma_nhom__danhgia .material-symbols-rounded{font-size: 16px;}.o_mma_nhom__dadanhgia{flex: 0 0 auto; display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: var(--mma-success, #16A34A); white-space: nowrap;}.o_mma_nhom__dadanhgia .material-symbols-rounded{font-size: 16px;}

/* /1car_mobile_app/static/src/scss/animations.css */
@keyframes o_mma_fade_in{from{opacity: 0; transform: translateY(8px);}to{opacity: 1; transform: translateY(0);}}@keyframes o_mma_pulse{0%, 100%{opacity: 1;}50%{opacity: 0.55;}}@keyframes o_mma_splash_out{to{opacity: 0; visibility: hidden;}}.o_mma_page{animation: o_mma_fade_in 0.28s ease;}.o_mma_splash.is-hiding{animation: o_mma_splash_out 0.4s ease forwards;}.o_mma_skeleton{background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%); background-size: 200% 100%; animation: o_mma_pulse 1.2s ease infinite; border-radius: 8px; height: 14px;}