@font-face{font-family:Inter;src:url(/assets/Inter-Regular-BOoJxjxf.ttf) format("truetype");font-weight:400}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-BEYgZTde.ttf) format("truetype");font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-ipl4pJhC.ttf) format("truetype");font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-SlGuY_v7.ttf) format("truetype");font-weight:700 800}:root{--bg: #ffffff;--surface: #ffffff;--surface-soft: #f8f4fa;--primary: #9b62c8;--primary-dark: #6b2c97;--primary-soft: #f1edf6;--primary-soft-2: #e8e1f2;--text: #1f2937;--muted: #8e8e93;--muted-2: #6b7280;--border: rgba(157, 102, 189, .14);--danger: #d84c4c;--success: #1f8d5f;--shadow: 0 2px 18px rgba(0, 0, 0, .075);--figma-primary: var(--primary);--figma-primary-soft: var(--primary-soft);--figma-brand-soft-bg: rgba(155, 98, 200, .05);--figma-text: var(--text);--figma-muted: var(--muted);--figma-muted-alt: var(--muted-2);--figma-panel: var(--surface-soft);--figma-card: #f6f6f6;--figma-border: var(--border);--figma-shadow: var(--shadow);--figma-wordmark: var(--primary);--radius: 16px;--font: "Inter", "Segoe UI", sans-serif;--layout-page-padding-h: 18px;--layout-card-radius: 16px;--layout-card-radius-sm: 12px;--header-height: 56px;--tab-height: 56px}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden;font-family:var(--font);background:#fff;color:var(--text)}body{min-width:320px}html[dir=rtl] body,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select,html[dir=rtl] button{direction:rtl}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{width:100%;height:100dvh;display:flex;justify-content:center;overflow:hidden;background:#f5f5f5}.mobile-frame{width:100%;max-width:430px;height:100vh;height:100dvh;background:var(--surface);border-radius:0;overflow:hidden;position:relative;display:flex;flex-direction:column}.tab-layout,.tab-content,.screen,.auth-screen{min-height:0;height:100%}.tab-layout{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.screen,.auth-screen{background:#fff;display:flex;flex-direction:column;overflow:hidden}.tab-content{flex:1;min-height:0;overflow:hidden}.screen-scroll,.auth-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 var(--layout-page-padding-h) 96px;overscroll-behavior:contain}.screen-scroll--flush{padding-left:0;padding-right:0}.page-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;min-height:var(--header-height);flex-shrink:0;padding:0 12px;background:var(--surface, #fff);border-bottom:1px solid rgba(0,0,0,.08);z-index:20}.page-header h1{margin:0;font-size:20px;line-height:24px;font-weight:600;text-align:center}.app-header{display:flex;align-items:center;min-height:56px;flex-shrink:0;padding:0 12px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);z-index:20}.app-header__slot{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-header__title-slot{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:0 8px}.app-header__title{width:100%;margin:0;color:var(--text);font-size:20px;line-height:24px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header__icon-button{width:44px;height:44px;border:0;border-radius:999px;background:transparent;color:var(--text);font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center}.app-header__icon-button img,.icon-button img,.tab-icon img{display:block}.app-header__icon-button img{width:20px;height:20px}.icon-button{border:0;background:transparent;color:var(--text);width:40px;height:40px;border-radius:999px;font-size:1.6rem;display:inline-flex;align-items:center;justify-content:center}.icon-button.ghost{visibility:hidden}.bottom-tabs{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;background:var(--primary);height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);z-index:50}.tab-link{color:#ffffffc7;display:grid;align-items:center;justify-content:center;height:100%}.tab-link.active{color:#fff}.tab-icon svg,.tab-icon img{width:34px;height:34px;display:block}.rn-inline-icon{width:20px;height:20px}.rn-mask-icon{display:inline-block;object-fit:contain;flex-shrink:0}.screen-state{min-height:50vh;display:grid;place-items:center}.card,.section-card{background:var(--surface);border-radius:var(--layout-card-radius)}.auth-card{margin:0;padding:0;background:var(--surface);box-shadow:none}.brand-mark img{display:block;object-fit:contain;width:100%;height:100%}.form-field{display:grid;gap:8px;margin-bottom:16px}.field-label{font-size:12px;line-height:16px;font-weight:500;color:var(--muted)}.field-input,.field-select,.field-textarea{width:100%;border-radius:18px;border:2px solid var(--border);background:var(--surface-soft);padding:12px 16px;color:var(--text);min-height:58px;font-size:17px;line-height:22px;font-weight:600}.field-textarea{min-height:96px;resize:vertical}.field-error{color:var(--danger);font-size:.78rem}.primary-btn,.secondary-btn,.danger-btn{width:100%;min-height:58px;border-radius:18px;border:0;padding:0 18px;font-size:18px;line-height:22px;font-weight:700}.primary-btn{background:var(--primary);color:#fff}.secondary-btn{background:#fff;color:var(--primary);border:1px solid var(--primary-soft-2)}.danger-btn{background:#fff1f1;color:var(--danger)}.button-row{display:grid;gap:12px}.inline-link{color:var(--primary-dark);font-weight:700}.auth-meta,.muted{color:var(--muted)}.split-row{display:flex;align-items:center;justify-content:space-between;gap:12px}html[dir=rtl] .app-header__icon-button img,html[dir=rtl] .icon-button img,html[dir=rtl] .rn-inline-icon{transform:scaleX(-1)}html[dir=rtl] .auth-round-field input,html[dir=rtl] .field-input,html[dir=rtl] .field-textarea,html[dir=rtl] .field-select,html[dir=rtl] .figma-search input{text-align:right}html[dir=rtl] .language-toggle{justify-content:flex-start}html[dir=rtl] .toast-item{text-align:right}.chip-row,.service-grid,.stack-md,.stack-lg{display:grid;gap:12px}.stack-lg{gap:18px}.chip-row{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;padding-bottom:4px}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px;white-space:nowrap}.chip.active{background:var(--primary);color:#fff}.service-card,.menu-row,.address-card,.selection-row,.summary-row{display:flex;align-items:center;gap:12px;padding:14px;border-radius:var(--layout-card-radius);border:1px solid #e4e4e4;background:#fff;box-shadow:var(--shadow)}.selection-row.active,.menu-row.active,.service-card.active{border-color:var(--primary);background:#faf6ff}.service-thumb,.avatar{width:52px;height:52px;border-radius:12px;background:var(--primary);display:grid;place-items:center;flex-shrink:0;overflow:hidden}.avatar{border-radius:50%;background:#f1f2f4}.service-copy,.row-grow{flex:1;min-width:0}.service-title,.menu-title,.summary-label{font-weight:700}.service-subtitle,.summary-value,.small{font-size:14px;line-height:20px;color:var(--muted)}.price{color:#111;font-weight:700}.hero-card{margin:0;padding:0 var(--layout-page-padding-h) 18px;background:#fff}.hero-card h2{margin:0 0 6px}.hero-card p{margin:0;color:var(--muted)}.section-title{margin:0 0 10px;font-size:1rem}.otp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.otp-grid input{text-align:center;font-size:1.3rem;font-weight:700}.toast-viewport{position:fixed;left:50%;bottom:18px;transform:translate(-50%);width:min(calc(100vw - 24px),420px);display:grid;gap:8px;z-index:30}.toast-item{width:100%;text-align:left;border:0;border-radius:16px;background:#111;color:#fff;padding:14px 16px}.toast-item.success{background:var(--success)}.toast-item.error{background:var(--danger)}.html-content{line-height:1.6}.empty-state{text-align:center;padding:28px 16px;color:var(--muted)}.auth-login-shell{width:100%;max-width:none;margin:0;padding:20px 12px 24px}.language-toggle{display:flex;justify-content:flex-end}.language-pill{display:inline-flex;align-items:center;background:var(--primary-soft-2);border-radius:999px;padding:4px}.language-pill button{min-width:48px;min-height:32px;border-radius:999px;border:0;padding:0 12px;background:transparent;color:#8e8a98;font-size:14px;line-height:18px;font-weight:700}.language-pill button.active{background:var(--primary);color:#fff}.login-logo-wrap{display:flex;justify-content:center;padding:52px 0}.login-logo-wrap img{width:132px;height:132px}.auth-stack-card{padding:0 16px}.step-image{display:block;width:90px;height:36px;margin:0 auto;object-fit:contain}.auth-title{text-align:center;margin:10px 0 0;font-size:32px;line-height:40px;font-weight:700;color:#1c1c1e}.auth-subtitle{text-align:center;margin:10px 0 0;font-size:14px;line-height:20px;color:#6f6a76}.auth-round-field{min-height:54px;border-radius:20px;border:2px solid var(--primary-soft-2);background:var(--primary-soft-2);padding:0 14px;display:flex;align-items:center;gap:12px}.auth-leading-icon{display:inline-flex;align-items:center;justify-content:center}.auth-trailing-button{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center}.auth-code-label{color:#6f6a76;font-size:15px;line-height:20px;font-weight:600}.auth-field-stack{display:grid;gap:6px}.auth-field-error{color:var(--danger);font-size:12px;line-height:16px}.account-inline-icon{display:inline-flex;align-items:center;gap:8px}.account-screen-header{height:94px;padding:0 18px;display:flex;align-items:center;justify-content:flex-start;background:#fff;flex-shrink:0}.account-screen-profile{flex:1;min-width:0;display:flex;align-items:center}.account-screen-avatar{width:52px;height:52px;border-radius:26px;overflow:hidden;background:#f1f2f4;margin-right:12px;flex-shrink:0}.account-screen-copy{flex:1;min-width:0}.account-screen-name{font-size:21px;line-height:26px;color:#000;font-weight:700;margin-bottom:4px}.account-screen-phone{font-size:19px;line-height:24px;color:#000;font-weight:400}.account-screen-logout{min-height:36px;margin-left:10px;align-self:center;flex-shrink:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0 2px;gap:6px}.account-screen-logout span{font-size:18px;line-height:22px;color:var(--primary);font-weight:400}.account-screen-divider{height:1px;background:#d8d8d8;flex-shrink:0}.account-screen-scroll{padding-top:20px;padding-bottom:16px}.account-screen-menu{display:flex;flex-direction:column;gap:10px}.account-screen-menu-row{height:84px;margin:0 18px;padding:0 20px;border:0;border-radius:24px;background:#fff;box-shadow:0 8px 18px #00000014;display:flex;align-items:center;text-align:left}.account-screen-menu-icon{width:38px;height:38px;margin-right:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-screen-menu-title{flex:1;min-width:0;font-size:19px;line-height:24px;color:#111;font-weight:500}.account-screen-menu-chevron{width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-round-field.dark{background:#fff;border-color:#353535}.auth-round-field input,.auth-round-field textarea,.auth-round-field select{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:15px;color:#1c1c1e;padding:12px 0}.auth-inline-note,.auth-footer-link{font-size:14px;line-height:18px}.auth-inline-note{color:#6b7280}.auth-footer-link{color:var(--primary);font-weight:700}.auth-ghost-btn{width:100%;min-height:58px;border-radius:18px;border:0;background:#101010;color:#fff;font-size:16px;line-height:20px;font-weight:600}.top-safe-row{min-height:44px;display:flex;align-items:center;padding:0 8px}.centered{text-align:center}.banner-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px}.banner-strip img{width:100%;border-radius:var(--layout-card-radius);display:block}.figma-screen{background:var(--bg);min-height:100%;position:relative}.figma-statusbar{height:20px}.figma-shell{padding:69px 18px 100px}.figma-shell-compact{padding-top:36px}.figma-shell-with-header{padding-top:16px}.figma-compact-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:25px}.figma-brand-compact{display:inline-flex;align-items:center;gap:8px;height:31px;padding:0 6px;border-radius:13px;background:var(--figma-brand-soft-bg)}.figma-brand-compact img.thumb{width:37px;height:30px;border-radius:9px;object-fit:cover}.figma-brand-compact .wordmark{color:var(--figma-wordmark);font-size:14px;line-height:1;font-family:var(--font);font-weight:700}.figma-lang-toggle{display:inline-flex;height:31px;width:120px;border-radius:13px;background:var(--figma-panel);padding:0;overflow:hidden}.figma-lang-toggle button{flex:1;border:0;background:transparent;color:var(--figma-muted-alt);font-size:11px}.figma-lang-toggle button.active{border-radius:13px;background:var(--figma-primary);color:#fff;font-weight:600}.figma-search{display:flex;align-items:center;gap:16px;height:48px;border-radius:12px;background:#fff;border:1px solid var(--primary);padding:0 16px}.figma-search input{border:0;outline:0;background:transparent;width:100%;color:var(--figma-text);font-size:15px;padding:0}.figma-chip-scroll,.figma-horizontal-scroll{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.rn-home-shell>.figma-chip-scroll{width:calc(100% + 18px);margin-right:-18px;padding-right:18px}.figma-chip-scroll::-webkit-scrollbar,.figma-horizontal-scroll::-webkit-scrollbar{display:none}.figma-category-chip{height:40px;min-width:111px;padding:0 20px;border:0;border-radius:20px;background:var(--figma-panel);color:var(--figma-muted);font-size:16px}.figma-category-chip.active{background:var(--figma-primary);color:#fff;font-weight:700}.figma-service-list{display:flex;flex-direction:column;gap:20px}.rn-home-shell{padding:16px 18px calc(100px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px}.rn-home-banner-row{display:flex;gap:12px;overflow-x:auto;width:calc(100% + 18px);margin-right:-18px;padding-right:18px}.rn-home-banner-card{position:relative;width:268px;height:122px;flex:0 0 auto;border-radius:22px;overflow:hidden}.rn-home-banner-card img{width:100%;height:100%;object-fit:cover;display:block}.rn-home-banner-copy{position:absolute;top:16px;left:16px;max-width:65%;color:#192342;font-size:15px;line-height:20px;font-weight:700;text-align:left}.rn-home-category-chip{min-height:38px;flex:0 0 auto;border:0;border-radius:18px;background:#f4f7fc;color:var(--figma-text);padding:8px 16px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.rn-home-category-chip.active{background:var(--primary);color:#fff}.rn-home-category-icon{width:12px;height:12px;object-fit:contain}.rn-home-service-list{display:flex;flex-direction:column;gap:16px}.rn-home-service-card{width:100%;border:1px solid #eceaf2;border-radius:24px;background:#fff;display:flex;align-items:center;gap:12px;padding:8px;text-align:left;box-shadow:0 4px 8px #2d1a3b1a}.rn-home-service-thumb{width:98px;height:98px;flex:0 0 auto;border-radius:24px;background:#f3f6fb;object-fit:cover}.rn-home-service-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.rn-home-service-title{color:var(--figma-text);font-size:16px;line-height:22px;font-weight:700}.rn-home-service-meta{color:var(--figma-muted-alt);font-size:12px;line-height:16px}.rn-home-service-price{color:var(--primary);font-size:14px;line-height:20px;font-weight:700}.rn-home-service-radio{width:24px;height:24px;flex:0 0 auto;border-radius:50%;border:2px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center}.rn-home-service-radio span{width:8px;height:8px;border-radius:50%;background:transparent}.rn-home-service-radio.active{border-color:var(--primary);background:var(--primary)}.rn-home-service-radio.active span{background:#fff}.branch-screen{position:relative;min-height:100%;padding:61px 18px 24px;background:#fefefe}.branch-screen__toggle{margin-left:auto;width:120px}.branch-screen__toggle button{min-width:56px;min-height:31px;font-size:11px}.branch-screen__hero{position:relative;height:182px;margin-top:22px}.branch-screen__hero-panel{position:absolute;top:18px;left:50%;width:264px;height:128px;transform:translate(-50%);border-radius:38px;background:color-mix(in srgb,var(--primary) 3%,white)}.branch-screen__hero-logo{position:absolute;top:18px;left:50%;width:120px;height:98px;transform:translate(-50%);overflow:hidden}.branch-screen__hero-logo img{width:100%;height:100%;object-fit:contain;display:block}.branch-screen__title{margin:0;text-align:center;color:#333;font-size:18px;line-height:24px;font-weight:700}.branch-screen__list{display:flex;flex-direction:column;gap:12px;margin-top:22px}.branch-screen__row{position:relative;width:100%;height:70px;border:1px solid transparent;border-radius:24px;background:#f6f6f6;text-align:left}.branch-screen__row.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 4%,white)}.branch-screen__row-icon{position:absolute;left:12px;top:9px;display:flex;align-items:center;justify-content:center;width:58px;height:52px;border-radius:18px;background:#fff}.branch-screen__row-icon img{width:24px;height:24px}.branch-screen__row-label{position:absolute;top:24px;left:84px;color:#333;font-size:15px;line-height:20px;font-weight:600}.branch-screen__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px}.branch-screen__back,.branch-screen__start{width:calc(50% - 8px);height:48px;border:0;border-radius:24px;font-size:18px;line-height:24px}.branch-screen__back{background:var(--primary);color:#fff;font-weight:600}.branch-screen__start{background:#d9d9d9;color:#a5a5a5;font-weight:400}.branch-screen__start:not(:disabled){background:var(--primary);color:#fff;font-weight:600}.figma-service-card{display:flex;align-items:center;gap:10px;min-height:86px;width:100%;padding:11px 22px 11px 12px;border:0;border-radius:30px;background:var(--figma-card);text-align:left}.figma-service-card .thumb-wrap{width:70px;height:64px;flex-shrink:0;overflow:hidden;border-radius:22px;background:#fff}.figma-service-card .thumb-wrap img{width:100%;height:100%;object-fit:cover}.figma-service-card .meta{flex:1;min-width:0}.figma-service-card .title{color:var(--figma-text);font-size:14px;font-weight:600}.figma-service-card .subrow{display:flex;align-items:center;gap:6px;margin-top:8px;color:var(--figma-muted-alt);font-size:14px}.figma-service-card .price{color:var(--figma-text);font-size:16px;font-weight:700;white-space:nowrap}.figma-section-title{margin:0;color:var(--figma-text);font-size:18px;font-weight:700}.figma-inline-action{border:0;background:transparent;color:var(--figma-primary);font-size:14px;font-weight:600}.figma-services-divider{height:1px;margin:16px 0 20px;background:var(--figma-border)}.figma-details-block{display:flex;flex-direction:column;gap:10px}.figma-details-copy{display:flex;flex-direction:column;gap:8px}.figma-detail-text{margin:0;color:#111;font-size:16px;font-weight:500}.figma-phone-row{display:flex;align-items:center;gap:8px}.figma-booking-block{display:flex;flex-direction:column;gap:22px}.figma-booking-block-compact{gap:16px}.figma-date-pill{width:63px;height:61px;flex-shrink:0;border:0;border-radius:13px;background:var(--figma-card);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.figma-date-pill.active{background:var(--figma-primary);color:#fff}.figma-tod-row,.figma-slot-row{display:flex;gap:10px;flex-wrap:wrap}.figma-booking-period{display:flex;flex-direction:column;gap:12px}.figma-period-title{margin:0;color:var(--figma-text);font-size:14px;font-weight:600}.figma-tod-chip{width:111px;height:36px;border-radius:20px;border:0;background:var(--figma-panel);color:var(--figma-muted);font-size:14px}.figma-tod-chip.active{background:var(--figma-primary);color:#fff;font-weight:700}.figma-tod-chip:disabled{opacity:.45}.figma-slot-chip{min-width:84px;height:32px;border-radius:18px;border:1px solid var(--figma-primary);background:var(--figma-primary-soft);color:var(--figma-primary);font-size:14px;padding:0 12px}.figma-slot-chip.active{background:var(--figma-primary);color:#fff;font-weight:600}.figma-stylist{display:flex;width:121px;height:121px;flex-shrink:0;border:0;border-radius:31px;background:#f8f8f8;flex-direction:column;align-items:center;justify-content:center;padding:9px 0;text-align:center}.figma-stylist.active{background:var(--figma-primary)}.figma-stylist__image-wrap{width:81px;height:82px;flex-shrink:0;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #cecece;background:#fff}.figma-stylist.active .figma-stylist__image-wrap{border-color:transparent;background:#fff}.figma-stylist__image-wrap img{width:100%;height:100%;object-fit:cover}.figma-stylist__name{margin-top:9px;font-size:14px;line-height:normal;font-weight:400;color:#000}.figma-stylist.active .figma-stylist__name{font-weight:700;color:#fff}.figma-bottom-cta{position:sticky;bottom:0;padding:22px 28px calc(22px + env(safe-area-inset-bottom));background:#fff;box-shadow:var(--figma-shadow);margin:32px -18px -100px}.figma-bottom-cta--inline{position:static;padding:22px 0 0;background:transparent;box-shadow:none;margin:0}.figma-bottom-cta button{width:100%;height:48px;border:0;border-radius:24px;background:var(--figma-primary);color:#fff;font-size:16px;font-weight:600}.figma-bottom-cta button:disabled{background:#e3e3e3;color:#a5a5a5}.figma-summary-card{margin-top:24px;border:1px solid #e5e5e5;border-radius:24px;background:#fff;overflow:hidden}.figma-summary-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px}.figma-summary-row-divider{border-bottom:1px solid #e8e8e8}.figma-summary-label,.figma-summary-value{color:#171717;font-size:16px;font-weight:500}.figma-summary-strong{font-weight:700}.figma-summary-remaining{color:#ff2028;font-size:16px;font-weight:700}.figma-coupon-row{height:44px;display:flex;align-items:stretch;margin:12px 14px;border:1px solid var(--figma-primary);border-radius:14px;overflow:hidden}.figma-coupon-icon-pane{width:42px;display:flex;align-items:center;justify-content:center;background:var(--figma-primary);color:#fff;font-size:18px;font-weight:800}.figma-coupon-input{flex:1;border:0;outline:0;padding:0 14px;background:#fff;color:#222;font-size:16px;font-weight:600}.figma-coupon-apply{width:74px;border:0;background:var(--figma-primary);color:#fff;font-size:16px;font-weight:700}.figma-coupon-apply:disabled{color:#ddd4e7}.figma-contact-section,.figma-payment-section{display:flex;flex-direction:column;gap:12px;margin-top:16px}.figma-contact-row{display:flex;gap:12px}.figma-contact-card{border:1px solid #e5e5e5;border-radius:24px;background:#fff;box-shadow:0 1px 6px #0000000a;text-align:left;padding:14px;min-height:88px;display:flex;flex-direction:column;justify-content:center;gap:4px}.figma-address-card{flex:1.35}.figma-phone-card{flex:1}.figma-contact-card-title{color:#6b6b73;font-size:12px;font-weight:600}.figma-contact-card-value{color:#101010;font-size:16px;font-weight:600}.figma-method-card{border:1px solid #e5e5e5;border-radius:24px;background:#fff;box-shadow:0 1px 6px #0000000a;display:flex;align-items:center;gap:12px;padding:14px}.figma-method-copy{flex:1;display:flex;flex-direction:column;gap:2px}.figma-method-title{color:#090909;font-size:16px;font-weight:700}.figma-method-description{color:#575d66;font-size:12px}.figma-method-check{color:var(--figma-primary);font-size:18px;font-weight:900}.figma-bottom-nav{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;height:80px;background:#fff;padding:13px 38px calc(20px + env(safe-area-inset-bottom));box-shadow:var(--figma-shadow);margin:24px -18px -100px}.figma-bottom-nav button{border:0;background:transparent;color:#c2c2c2}.figma-bottom-nav button.active{color:var(--figma-primary)}.figma-review-card,.figma-address-card,.figma-total-panel,.figma-field-row{background:var(--figma-panel);border-radius:22px}.figma-field-row{display:flex;align-items:center;gap:12px;height:50px;padding:0 18px}.figma-field-row input{border:0;outline:0;background:transparent;flex:1;color:var(--figma-text);font-size:14px}
