/* Robocard merchant onboarding — a guided loyalty studio, not an admin form. */
:root{
  --ob-night:#100b24;--ob-night-2:#1a1238;--ob-ink:#211b32;--ob-muted:#716b80;
  --ob-paper:#fffdf9;--ob-canvas:#f6f3ef;--ob-line:#e6e0da;--ob-line-strong:#d3c9c2;
  --ob-violet:#6d4aff;--ob-violet-deep:#4f31d5;--ob-violet-soft:#eee9ff;
  --ob-coral:#ff7a59;--ob-gold:#f2c14e;--ob-mint:#70e1b2;--ob-rose:#d7475f;
  --ob-display:'Bricolage Grotesque',sans-serif;--ob-body:'Hanken Grotesk',sans-serif;
  --ob-ease:cubic-bezier(.22,1,.36,1);--ob-shadow:0 24px 70px rgba(39,26,75,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ob-page{margin:0;min-width:320px;color:var(--ob-ink);background:var(--ob-canvas);font-family:var(--ob-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
body.ob-page button,body.ob-page input,body.ob-page select,body.ob-page textarea{font:inherit}
body.ob-page button{touch-action:manipulation}
.ob-sprite{position:absolute;width:0;height:0;overflow:hidden}
.ob-page svg{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ob-honeypot{position:fixed!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
[hidden]{display:none!important}
.ob-page :focus-visible{outline:3px solid rgba(109,74,255,.28);outline-offset:3px}

/* Header */
.ob-header{position:fixed;z-index:100;inset:0 0 auto;height:72px;display:grid;grid-template-columns:280px 1fr 390px;align-items:center;padding:0 26px;border-bottom:1px solid rgba(35,27,55,.09);background:rgba(255,253,249,.9);backdrop-filter:blur(22px);box-shadow:0 2px 18px rgba(33,24,54,.035)}
.ob-brand{display:inline-flex;align-items:center;gap:11px;width:max-content;color:var(--ob-ink);text-decoration:none;font:750 19px/1 var(--ob-display);letter-spacing:-.035em}
.ob-brand>span:last-child{display:grid;gap:3px}.ob-brand small{color:#8b8497;font:700 8px/1 var(--ob-body);letter-spacing:.13em;text-transform:uppercase}
.ob-brand-mark{position:relative;width:37px;height:37px;display:grid!important;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--ob-coral),var(--ob-violet));box-shadow:0 10px 24px rgba(109,74,255,.26);font:800 18px var(--ob-display);overflow:hidden}
.ob-brand-mark span{position:absolute;width:28px;height:28px;right:-14px;top:-13px;border:1px solid rgba(255,255,255,.45);border-radius:50%}
.ob-header-center{justify-self:center;display:inline-flex;align-items:center;gap:8px;color:#756e82;font-size:12px;font-weight:750}
.ob-save-dot{width:7px;height:7px;border-radius:50%;background:var(--ob-mint);box-shadow:0 0 0 5px rgba(112,225,178,.14)}
.ob-header-center.saving .ob-save-dot{background:var(--ob-gold);animation:obPulse 1s infinite}.ob-header-center.error .ob-save-dot{background:var(--ob-rose)}
.ob-header-actions{justify-self:end;display:flex;align-items:center;gap:14px;color:#7d7689;font-size:12px;font-weight:650}.ob-header-actions a{min-height:40px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid var(--ob-line);border-radius:12px;color:var(--ob-ink);background:#fff;text-decoration:none;font-weight:800;transition:.2s}.ob-header-actions a:hover{border-color:#bdb1d3;transform:translateY(-1px)}

/* Initial load */
.ob-loading{min-height:100svh;display:grid;place-content:center;justify-items:center;padding:120px 24px 50px;text-align:center;background:radial-gradient(circle at 50% 36%,rgba(109,74,255,.1),transparent 28%)}
.ob-loading-orbit,.ob-provisioning-orbit{position:relative;width:112px;height:112px;display:grid;place-items:center;margin-bottom:27px}
.ob-loading-orbit>span,.ob-provisioning-orbit>span{position:relative;z-index:2;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--ob-coral),var(--ob-violet));box-shadow:0 18px 38px rgba(109,74,255,.3);font:800 24px var(--ob-display)}
.ob-loading-orbit i,.ob-provisioning-orbit i{position:absolute;inset:4px;border:1px solid rgba(109,74,255,.22);border-radius:50%;animation:obOrbit 2.8s linear infinite}.ob-loading-orbit i:nth-of-type(2),.ob-provisioning-orbit i:nth-of-type(2){inset:16px;animation-direction:reverse;animation-duration:2s;border-style:dashed}
.ob-loading-orbit i::after,.ob-provisioning-orbit i::after{content:'';position:absolute;left:50%;top:-4px;width:8px;height:8px;border-radius:50%;background:var(--ob-coral);box-shadow:0 0 0 5px rgba(255,122,89,.12)}
.ob-loading strong{font:750 28px/1 var(--ob-display);letter-spacing:-.045em}.ob-loading p{margin:10px 0;color:var(--ob-muted)}

/* Three-part studio shell */
.ob-app{min-height:100svh;padding-top:72px;display:grid;grid-template-columns:280px minmax(610px,1fr) 390px;align-items:start}
.ob-rail,.ob-preview{position:sticky;top:72px;height:calc(100svh - 72px);overflow:auto;scrollbar-width:none}.ob-rail::-webkit-scrollbar,.ob-preview::-webkit-scrollbar{display:none}
.ob-rail{z-index:4;padding:34px 26px 28px;border-right:1px solid rgba(34,25,52,.1);background:#f0ece7}
.ob-progress-orb{position:absolute;width:52px;height:52px}.ob-progress-orb svg{width:52px;height:52px;transform:rotate(-90deg)}.ob-progress-orb circle{fill:none;stroke:#d7cfca;stroke-width:3}.ob-progress-orb circle:last-child{stroke:var(--ob-violet);stroke-dasharray:119.38;stroke-dashoffset:111;transition:stroke-dashoffset .55s var(--ob-ease)}.ob-progress-orb strong{position:absolute;inset:0;display:grid;place-items:center;font-size:10px;font-weight:850}
.ob-progress-copy{min-height:58px;padding:4px 0 0 66px;display:grid;align-content:start}.ob-progress-copy small{color:#8b8390;font-size:9px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.ob-progress-copy strong{margin-top:4px;font:720 17px/1.1 var(--ob-display);letter-spacing:-.025em}.ob-progress-copy span{margin-top:4px;color:#8a8390;font-size:10px;font-weight:750}
.ob-step-nav{margin-top:26px}.ob-step-nav ol{display:grid;gap:2px;margin:0;padding:0;list-style:none}.ob-step-nav button{position:relative;width:100%;min-height:40px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;padding:5px 8px;border:0;border-radius:11px;color:#837b88;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s,color .2s}.ob-step-nav button:hover:not(:disabled){background:rgba(255,255,255,.65);color:var(--ob-ink)}.ob-step-nav button:disabled{cursor:default}.ob-step-nav button>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid #d1c8c3;border-radius:8px;background:rgba(255,255,255,.6);font-size:9px;font-weight:850}.ob-step-nav button>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750}.ob-step-nav li.current button{color:var(--ob-violet-deep);background:#fff;box-shadow:0 8px 22px rgba(51,37,84,.07)}.ob-step-nav li.current button>span{border-color:var(--ob-violet);color:#fff;background:var(--ob-violet);box-shadow:0 7px 14px rgba(109,74,255,.2)}.ob-step-nav li.complete button{color:#3f765f}.ob-step-nav li.complete button>span{border-color:#a8dec8;color:#247256;background:#e5f7ef}.ob-step-nav li.complete button>span svg{width:13px;height:13px;stroke-width:2.4}
.ob-rail-promise{margin-top:22px;padding:14px;display:flex;gap:10px;border:1px solid rgba(109,74,255,.12);border-radius:16px;background:rgba(109,74,255,.065)}.ob-rail-promise>svg{width:18px;height:18px;flex:none;color:var(--ob-violet)}.ob-rail-promise div{display:grid;gap:3px}.ob-rail-promise strong{font-size:11px}.ob-rail-promise span{color:#716a7c;font-size:9.5px;line-height:1.45}.ob-rail-exit{display:block;margin-top:17px;color:#7f7785;font-size:10px;font-weight:750;text-align:center;text-decoration:none}.ob-rail-exit:hover{color:var(--ob-violet)}
.ob-main{position:relative;min-width:0;min-height:calc(100svh - 72px);padding:62px clamp(34px,4vw,72px) 134px;overflow:hidden;background:var(--ob-paper)}
.ob-main form,.ob-actions{position:relative;z-index:2;max-width:840px;margin:0 auto}
.ob-ambient{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}.ob-ambient.one{width:460px;height:460px;right:-280px;top:-210px;background:radial-gradient(circle,rgba(109,74,255,.1),transparent 68%)}.ob-ambient.two{width:330px;height:330px;left:-230px;bottom:60px;background:radial-gradient(circle,rgba(255,122,89,.07),transparent 68%)}
.ob-preview{z-index:3;padding:31px 28px 32px;color:#fff;border-left:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 70% 12%,rgba(109,74,255,.32),transparent 30%),linear-gradient(165deg,#18102f,var(--ob-night) 56%,#0b0819)}
.ob-preview-head{display:flex;align-items:center;justify-content:space-between}.ob-preview-head>div{display:grid}.ob-preview-head small{color:rgba(255,255,255,.46);font-size:8px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.ob-preview-head strong{margin-top:3px;font:700 18px var(--ob-display);letter-spacing:-.03em}.ob-preview-head>span{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:rgba(255,255,255,.64);background:rgba(255,255,255,.055);font-size:8px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.ob-preview-head>span i{width:6px;height:6px;border-radius:50%;background:var(--ob-gold);box-shadow:0 0 0 4px rgba(242,193,78,.1)}
.ob-phone-wrap{position:relative;margin:24px auto 21px;width:275px}.ob-phone-glow{position:absolute;inset:20% -25%;background:radial-gradient(ellipse,rgba(109,74,255,.28),transparent 68%);filter:blur(20px)}.ob-phone{position:relative;padding:9px;border:1px solid rgba(255,255,255,.15);border-radius:36px;background:#090713;box-shadow:0 36px 74px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.04)}.ob-phone::before{content:'';position:absolute;z-index:3;left:50%;top:12px;width:72px;height:18px;transform:translateX(-50%);border-radius:20px;background:#090713}.ob-phone-screen{min-height:435px;padding:22px 13px 16px;border-radius:28px;overflow:hidden;color:#2b2632;background:linear-gradient(180deg,#f8f4ee,#fff 46%,#f4f0eb)}.ob-phone-bar{position:absolute;z-index:4;left:23px;right:23px;top:14px;display:flex;justify-content:space-between;color:#fff;font-size:7px;font-weight:850}.ob-merchant-mini{display:flex;align-items:center;gap:9px;margin:12px 3px 13px}.ob-merchant-mini>span{width:33px;height:33px;display:grid;place-items:center;flex:none;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--ob-coral),var(--ob-violet));font:800 14px var(--ob-display);overflow:hidden}.ob-merchant-mini>span img{width:100%;height:100%;object-fit:cover}.ob-merchant-mini>div{display:grid;min-width:0}.ob-merchant-mini strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.ob-merchant-mini small{color:#928a98;font-size:7px;font-weight:700}.ob-live-card{min-height:204px}.ob-live-card .stampcard-preview{min-height:204px;padding:17px;border-radius:21px;box-shadow:0 20px 40px rgba(29,17,59,.25)}.ob-live-card .stampcard-preview .nm{font-size:17px}.ob-live-card .stampcard-preview .gly{width:37px;height:37px;border-radius:11px;font-size:16px}.ob-live-card .stampcard-preview .stamps{gap:6px;margin-top:10px}.ob-live-card .stampcard-preview .st{font-size:10px}.ob-live-card .stampcard-preview .reward-callout{margin-top:10px;padding:8px}.ob-live-card .stampcard-preview .reward-callout b{font-size:8px}.ob-live-card .stampcard-preview .reward-callout em{font-size:7px}.ob-live-card .point-preview-card .point-counter{margin-top:14px}.ob-live-card .point-preview-card .point-counter b{font-size:38px}.ob-live-card .point-preview-card .point-worth,.ob-live-card .point-preview-card .point-progress-meta{font-size:8px}.ob-phone-activity{margin:14px 2px 0}.ob-phone-activity>small{color:#9b949e;font-size:6px;font-weight:900;letter-spacing:.14em}.ob-phone-activity>div{display:flex;align-items:center;gap:8px;margin-top:6px;padding:9px;border:1px solid #e7e1dc;border-radius:13px;background:#fff}.ob-phone-activity>div>span{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:8px;color:#28775c;background:#e2f5ed}.ob-phone-activity svg{width:12px;height:12px;stroke-width:2.5}.ob-phone-activity p{display:grid;margin:0}.ob-phone-activity b{font-size:7.5px}.ob-phone-activity em{color:#958c98;font-size:6.5px;font-style:normal;font-weight:650}
.ob-program-summary{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ob-program-summary>span{min-width:0;padding:10px;display:grid;grid-template-columns:23px 1fr;column-gap:7px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.045)}.ob-program-summary svg{grid-row:1/3;width:13px;height:13px;margin:3px 0 0;color:#b8adff}.ob-program-summary b{font-size:8px}.ob-program-summary em{overflow:hidden;color:rgba(255,255,255,.48);font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.ob-preview-note{display:flex;align-items:flex-start;gap:8px;margin:15px 0 0;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.42);font-size:8px;font-weight:650;line-height:1.45}.ob-preview-note svg{width:13px;height:13px;flex:none;color:var(--ob-mint)}

/* Steps and typography */
.ob-step{animation:obStepIn .48s var(--ob-ease) both}.ob-step-head{max-width:680px;margin-bottom:34px}.ob-step-head.wide{max-width:800px}.ob-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--ob-violet-deep);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.ob-eyebrow svg{width:16px;height:16px}.ob-step-head h1{max-width:780px;margin:0;font:720 clamp(38px,4.1vw,60px)/.98 var(--ob-display);letter-spacing:-.058em}.ob-step-head h1 em{color:var(--ob-violet);font-style:normal}.ob-step-head p{max-width:690px;margin:18px 0 0;color:var(--ob-muted);font-size:15px;line-height:1.65}.ob-entry-note{width:max-content;margin-top:16px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #bde5d4;border-radius:10px;color:#2a7459;background:#e9f8f1;font-size:10px;font-weight:850}.ob-entry-note svg{width:13px;height:13px;stroke-width:2.4}
.ob-global-error{margin:0 0 22px;padding:14px 16px;border:1px solid #f1bbc4;border-radius:14px;color:#91273a;background:#fff0f2;font-weight:700}

/* Forms */
.ob-form-surface{display:grid;grid-template-columns:1fr 1fr;gap:21px;padding:28px;border:1px solid var(--ob-line);border-radius:27px;background:#fff;box-shadow:var(--ob-shadow)}.ob-form-surface.dense{gap:17px;padding:23px}.ob-field{position:relative;min-width:0}.ob-field.full,.ob-details.full{grid-column:1/-1}.ob-field>label,.ob-field-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#36303e;font-size:12px;font-weight:800}.ob-field>label span,.ob-field-label span{color:#9a929d;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.ob-field input:not([type=color]):not([type=checkbox]):not([type=range]),.ob-field select,.ob-field textarea,.ob-points-name-row input,.ob-equation input,.ob-live-calculator input{width:100%;min-height:52px;padding:0 14px;border:1px solid var(--ob-line-strong);border-radius:13px;color:var(--ob-ink);background:#fff;transition:border-color .2s,box-shadow .2s,background-color .2s}.ob-field textarea{min-height:88px;padding-top:13px;resize:vertical}.ob-field select{appearance:none;padding-right:42px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23716b80' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center}.ob-field input:hover,.ob-field select:hover,.ob-field textarea:hover{border-color:#b5aabb}.ob-field input:focus,.ob-field select:focus,.ob-field textarea:focus,.ob-points-name-row input:focus,.ob-equation input:focus,.ob-live-calculator input:focus{outline:0;border-color:var(--ob-violet);box-shadow:0 0 0 4px rgba(109,74,255,.1)}.ob-field.invalid input,.ob-field.invalid select,.ob-field.invalid textarea,.ob-field.invalid .ob-password-control,.ob-field.invalid .ob-suffix-control{border-color:var(--ob-rose)!important;box-shadow:0 0 0 3px rgba(215,71,95,.08)}.ob-field-error{display:none;margin:7px 0 0;color:#b82f46;font-size:10.5px;font-weight:750}.ob-field.invalid>.ob-field-error,.ob-field.invalid .ob-field-error{display:block}.ob-field-help{margin:7px 0 0;color:#8b8492;font-size:10px;line-height:1.45}.ob-suffix-control{display:flex;align-items:center;border:1px solid var(--ob-line-strong);border-radius:13px;background:#fff;overflow:hidden}.ob-suffix-control input{border:0!important;border-radius:0!important;box-shadow:none!important}.ob-suffix-control b{padding:0 13px;color:#7b7481;font-size:10px;white-space:nowrap}.ob-reassurance{margin-top:19px;padding:14px 16px;display:flex;align-items:flex-start;gap:11px;border:1px solid #d9d0fa;border-radius:16px;background:#f5f2ff}.ob-reassurance>svg{width:18px;height:18px;flex:none;color:var(--ob-violet)}.ob-reassurance>div{display:grid;gap:2px}.ob-reassurance strong{font-size:11px}.ob-reassurance span{color:#716989;font-size:10px}

/* Country */
.ob-country-panel{padding:18px;border:1px solid var(--ob-line);border-radius:28px;background:#fff;box-shadow:var(--ob-shadow)}.ob-search{height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--ob-line);border-radius:14px;background:#faf8f5}.ob-search svg{width:17px;height:17px;color:#8a8290}.ob-search input{flex:1;min-width:0;border:0;outline:0;background:transparent}.ob-country-grid{max-height:400px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px;overflow:auto;padding:2px;scrollbar-color:#cfc5d3 transparent}.ob-country-option{min-height:78px;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;padding:12px;border:1px solid var(--ob-line);border-radius:16px;color:var(--ob-ink);background:#fff;text-align:left;cursor:pointer;transition:.22s var(--ob-ease)}.ob-country-option:hover{border-color:#bfb4d1;transform:translateY(-2px);box-shadow:0 10px 22px rgba(45,34,74,.08)}.ob-country-option[aria-checked=true]{border-color:var(--ob-violet);background:var(--ob-violet-soft);box-shadow:0 0 0 2px rgba(109,74,255,.1)}.ob-country-code{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#2b2249,var(--ob-violet));font:800 11px var(--ob-display);letter-spacing:.04em}.ob-country-option>span:nth-child(2){display:grid;min-width:0}.ob-country-option strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ob-country-option small{color:#8e8793;font-size:8.5px;font-weight:700}.ob-country-option>svg{width:17px;height:17px;color:var(--ob-violet);opacity:0;transform:scale(.5);transition:.2s}.ob-country-option[aria-checked=true]>svg{opacity:1;transform:none}.ob-country-empty{grid-column:1/-1;padding:35px;color:var(--ob-muted);text-align:center}

/* Loyalty decision */
.ob-model-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.ob-model-card{position:relative;min-width:0;min-height:410px;padding:26px;display:flex;flex-direction:column;border:1px solid var(--ob-line);border-radius:30px;color:var(--ob-ink);background:#fff;text-align:left;cursor:pointer;overflow:hidden;box-shadow:0 16px 44px rgba(38,27,66,.07);transition:.3s var(--ob-ease)}.ob-model-card::before{content:'';position:absolute;width:250px;height:250px;right:-140px;top:-150px;border:1px solid currentColor;border-radius:50%;opacity:.09;box-shadow:0 0 0 40px currentColor}.ob-model-card:hover{transform:translateY(-7px);box-shadow:0 28px 64px rgba(38,27,66,.13)}.ob-model-card[aria-checked=true]{border-color:var(--ob-violet);box-shadow:0 0 0 3px rgba(109,74,255,.1),0 28px 70px rgba(55,35,111,.16)}.ob-model-card.points[aria-checked=true]{border-color:#1c8a6b;box-shadow:0 0 0 3px rgba(28,138,107,.09),0 28px 70px rgba(22,93,76,.13)}.ob-model-top{position:relative;display:flex;align-items:center;justify-content:space-between}.ob-model-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-model-card.points .ob-model-icon{color:#197758;background:#e3f7ef}.ob-model-icon svg{width:26px;height:26px}.ob-chip{padding:6px 9px;border-radius:9px;color:#6d6380;background:#f1edf3;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.ob-model-title{position:relative;margin-top:26px;font:750 30px/1 var(--ob-display);letter-spacing:-.045em}.ob-model-copy{position:relative;min-height:72px;margin-top:12px;color:var(--ob-muted);font-size:13px;line-height:1.6}.ob-stamp-story,.ob-point-story{position:relative;min-height:65px;display:flex;align-items:center;gap:8px;margin-top:18px;padding:14px;border-radius:17px;background:#f7f4fa}.ob-stamp-story i{width:18px;height:18px;border:2px solid #bfb5ca;border-radius:50%}.ob-stamp-story i.full{border-color:var(--ob-violet);background:var(--ob-violet);box-shadow:inset 0 0 0 4px #fff}.ob-stamp-story b{margin-left:auto;color:var(--ob-violet-deep);font-size:9px}.ob-point-story b,.ob-point-story strong{padding:7px;border-radius:9px;background:#fff;font-size:9px}.ob-point-story strong{color:#187257}.ob-point-story i{flex:1;height:1px;background:#cfc6d5}.ob-model-best{position:relative;margin-top:auto;padding-top:20px;display:grid;gap:4px;color:#3f3847;font-size:11px;font-weight:750}.ob-model-best small{color:#948c98;font-size:8px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.ob-select-mark{position:absolute;right:19px;bottom:18px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ob-violet);opacity:0;transform:scale(.5);transition:.25s var(--ob-ease)}.ob-model-card.points .ob-select-mark{background:#1c8a6b}.ob-model-card[aria-checked=true] .ob-select-mark{opacity:1;transform:none}.ob-select-mark svg{width:14px;height:14px;stroke-width:2.5}.ob-concept-difference{margin-top:16px;padding:15px 17px;display:flex;align-items:center;gap:20px;border-radius:15px;color:#6e6678;background:#f4f1ed;font-size:10px}.ob-concept-difference>strong{color:var(--ob-ink)}.ob-concept-difference span{padding-left:20px;border-left:1px solid #d8d1cb}.ob-concept-difference b{color:var(--ob-violet-deep)}

/* Brand */
.ob-brand-layout,.ob-owner-layout,.ob-tier-layout,.ob-card-designer,.ob-branch-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.ob-upload-stack{display:grid;gap:11px}.ob-upload-card{min-height:138px;padding:18px;display:grid;grid-template-columns:66px 1fr auto;align-items:center;gap:14px;border:1.5px dashed #cfc5d3;border-radius:23px;background:#fff;cursor:pointer;transition:.25s}.ob-upload-card.compact{min-height:105px}.ob-upload-card:hover,.ob-upload-card.dragging{border-color:var(--ob-violet);background:#faf8ff;transform:translateY(-2px)}.ob-upload-card input{position:absolute;opacity:0;pointer-events:none}.ob-upload-preview{width:66px;height:66px;display:grid;place-items:center;border-radius:18px;color:#8d8398;background:#f1edf4;overflow:hidden}.ob-upload-preview.square{width:58px;height:58px;border-radius:17px}.ob-upload-preview svg{width:24px;height:24px}.ob-upload-preview img{width:100%;height:100%;object-fit:contain}.ob-upload-card>span:nth-of-type(2){display:grid;gap:4px}.ob-upload-card strong{font-size:12px}.ob-upload-card small{color:#8f8795;font-size:9px}.ob-upload-card>b{color:var(--ob-violet);font-size:9px}.ob-upload-note{display:flex;gap:8px;margin:2px 5px;color:#8a8291;font-size:9px;line-height:1.45}.ob-upload-note svg{width:14px;height:14px;flex:none;color:var(--ob-violet)}.ob-palette-card{padding:24px;border:1px solid var(--ob-line);border-radius:25px;background:#fff;box-shadow:var(--ob-shadow)}.ob-palette-title{display:grid;padding-bottom:16px;border-bottom:1px solid var(--ob-line)}.ob-palette-title span{font:700 18px var(--ob-display);letter-spacing:-.03em}.ob-palette-title small{margin-top:3px;color:#908895;font-size:9px}.ob-color-row{margin-top:15px;display:grid;grid-template-columns:1fr 160px;align-items:center}.ob-color-row>label{margin:0}.ob-color-control{height:44px;display:grid;grid-template-columns:42px 1fr;border:1px solid var(--ob-line-strong);border-radius:12px;overflow:hidden;background:#fff}.ob-color-control input[type=color]{width:42px;height:44px;padding:5px;border:0;background:#fff;cursor:pointer}.ob-color-control input[type=text]{min-height:42px!important;padding:0 9px!important;border:0!important;border-left:1px solid var(--ob-line)!important;border-radius:0!important;box-shadow:none!important;font:800 10px var(--ob-body);text-transform:uppercase}.ob-palette-swatches{display:flex;gap:8px;margin-top:21px;padding-top:16px;border-top:1px solid var(--ob-line)}.ob-palette-swatches button{min-width:50px;height:37px;display:flex;align-items:center;justify-content:center;gap:0;padding:5px;border:1px solid var(--ob-line);border-radius:11px;background:#fff;cursor:pointer;transition:.2s}.ob-palette-swatches button:hover{border-color:var(--ob-violet);transform:translateY(-2px)}.ob-palette-swatches i{width:11px;height:24px;background:var(--c)}.ob-palette-swatches i:first-child{border-radius:6px 0 0 6px}.ob-palette-swatches i:last-child{border-radius:0 6px 6px 0}

/* Owner */
.ob-owner-layout{grid-template-columns:1.2fr .8fr}.ob-password-control{display:flex;align-items:center;border:1px solid var(--ob-line-strong);border-radius:13px;background:#fff;overflow:hidden}.ob-password-control input{border:0!important;box-shadow:none!important}.ob-password-control button{width:48px;height:48px;display:grid;place-items:center;flex:none;border:0;color:#817987;background:transparent;cursor:pointer}.ob-password-control svg{width:18px;height:18px}.ob-password-meter{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:8px}.ob-password-meter i{height:3px;border-radius:3px;background:#ddd6df}.ob-password-meter span{grid-column:1/-1;color:#8d8591;font-size:9px}.ob-password-meter[data-strength="1"] i:nth-child(1){background:var(--ob-rose)}.ob-password-meter[data-strength="2"] i:nth-child(-n+2){background:var(--ob-gold)}.ob-password-meter[data-strength="3"] i:nth-child(-n+3){background:#47b48b}.ob-password-meter[data-strength="4"] i{background:#238362}.ob-security-card{position:relative;padding:28px;border-radius:27px;color:#fff;background:radial-gradient(circle at 85% 8%,rgba(109,74,255,.55),transparent 38%),linear-gradient(155deg,#201643,var(--ob-night));box-shadow:0 28px 68px rgba(21,12,52,.28);overflow:hidden}.ob-security-card::after{content:'';position:absolute;width:180px;height:180px;right:-100px;bottom:-110px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.025)}.ob-security-orbit{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:19px;color:#c3baff;background:rgba(255,255,255,.07)}.ob-security-orbit svg{width:27px;height:27px}.ob-security-card>strong{position:relative;display:block;margin-top:22px;font:700 23px/1.1 var(--ob-display);letter-spacing:-.04em}.ob-security-card>p{position:relative;color:rgba(255,255,255,.6);font-size:11px;line-height:1.6}.ob-security-card ul{position:relative;display:grid;gap:10px;margin:20px 0 0;padding:17px 0 0;border-top:1px solid rgba(255,255,255,.1);list-style:none}.ob-security-card li{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.76);font-size:9px;font-weight:750}.ob-security-card li svg{width:13px;height:13px;color:var(--ob-mint)}

/* Branch and map */
.ob-branch-layout{grid-template-columns:1.08fr .92fr}.ob-details{border-top:1px solid var(--ob-line);padding-top:15px}.ob-details summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font-size:11px;font-weight:800}.ob-details summary span{color:#918a95;font-size:9px}.ob-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.ob-details-grid .ob-field:last-child{grid-column:1/-1}.ob-map-card{overflow:hidden;border:1px solid var(--ob-line);border-radius:25px;background:#fff;box-shadow:var(--ob-shadow)}.ob-map-toolbar{min-height:78px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ob-map-toolbar>div{display:grid}.ob-map-toolbar strong{font-size:11px}.ob-map-toolbar strong span{color:#928b96;font-size:8px;text-transform:uppercase}.ob-map-toolbar small{color:#8b8490;font-size:8px}.ob-map-toolbar button{min-height:40px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--ob-line);border-radius:11px;color:var(--ob-violet-deep);background:#f7f4ff;font-size:8px;font-weight:850;cursor:pointer}.ob-map-toolbar button svg{width:13px;height:13px}.ob-map{height:335px;background:#e9e4dd}.ob-map-coordinates{height:43px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#827a87;font-size:8px;font-weight:750}.ob-map-coordinates button{border:0;color:#b4334a;background:transparent;font-size:8px;font-weight:850;cursor:pointer}.brn-picker-marker .marker{width:32px;height:32px;display:grid;place-items:center;transform:rotate(45deg);border:3px solid #fff;border-radius:50% 50% 50% 0;color:#fff;background:var(--ob-violet);box-shadow:0 8px 18px rgba(39,25,83,.35)}.brn-picker-marker .marker span{transform:rotate(-45deg);font-weight:900}.leaflet-control-zoom a{color:var(--ob-ink)!important}.leaflet-container{font-family:var(--ob-body)}

/* Tier studio */
.ob-tier-layout{grid-template-columns:1.08fr .92fr}.ob-color-control.tier{width:180px}.ob-gem-studio{padding:22px;border:1px solid var(--ob-line);border-radius:26px;background:linear-gradient(180deg,#fff,#faf7f3);box-shadow:var(--ob-shadow)}.ob-gem-stage{min-height:146px;display:grid;place-items:center;border-radius:21px;background:radial-gradient(circle at 50% 40%,#3a2b64,#171029 65%,#0d091b)}.ob-gem-copy{display:grid;justify-items:center;margin:12px 0}.ob-gem-copy strong{font:700 18px var(--ob-display)}.ob-gem-copy span{color:#8b8390;font-size:8px}.ob-gem-picker{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;max-height:151px;overflow:hidden;transition:max-height .4s var(--ob-ease)}.ob-gem-picker.expanded{max-height:430px;overflow:auto}.ob-gem-opt{min-width:0;min-height:64px;padding:5px 2px;display:grid;place-items:center;border:1px solid var(--ob-line);border-radius:12px;background:#fff;cursor:pointer;transition:.2s}.ob-gem-opt:hover{border-color:#b8a9d6;transform:translateY(-2px)}.ob-gem-opt[aria-checked=true]{border-color:var(--ob-violet);background:var(--ob-violet-soft);box-shadow:0 0 0 2px rgba(109,74,255,.08)}.ob-gem-opt small{display:block;max-width:50px;overflow:hidden;color:#837b88;font-size:6px;font-weight:800;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.ob-text-button{min-height:38px;margin:10px auto 0;display:block;border:0;color:var(--ob-violet);background:transparent;font-size:9px;font-weight:850;cursor:pointer}.rc-gem{position:relative;display:inline-flex;flex:none;filter:drop-shadow(0 3px 5px rgba(24,17,12,.28))}.rc-gem svg{display:block;width:100%;height:100%;overflow:visible}.rc-gem.active{filter:drop-shadow(0 0 5px var(--gem-glow)) drop-shadow(0 0 16px var(--gem-glow-soft)) drop-shadow(0 4px 8px rgba(24,17,12,.3))}.rc-gem.active .rc-gem-aura{transform-box:fill-box;transform-origin:center;animation:rcGemAura 2.4s ease-in-out infinite}.rc-gem.active .rc-gem-rim{animation:rcGemRim 2.4s ease-in-out infinite}.rc-gem.active .rc-gem-sparkle{opacity:0;animation:rcGemTwinkle 2.1s ease-in-out infinite}.rc-gem.active .rc-gem-sparkle.s2{animation-delay:.7s}.rc-gem.active .rc-gem-sparkle.s3{animation-delay:1.3s}@keyframes rcGemAura{0%,100%{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}@keyframes rcGemRim{0%,100%{stroke-opacity:.55}50%{stroke-opacity:1}}@keyframes rcGemTwinkle{0%,100%{opacity:0;transform:scale(.4);transform-box:fill-box;transform-origin:center}45%,60%{opacity:.95;transform:scale(1);transform-box:fill-box;transform-origin:center}}

/* Gift and stamp design */
.ob-reward-builder{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;align-items:stretch}.ob-gift-visual{position:relative;min-height:330px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:28px;color:#fff;background:radial-gradient(circle at 50% 35%,rgba(242,193,78,.26),transparent 26%),linear-gradient(155deg,#2b1d55,var(--ob-night));overflow:hidden;box-shadow:0 28px 68px rgba(24,13,58,.28)}.ob-gift-visual>span{position:relative;z-index:2;width:78px;height:78px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:25px;color:#ffe19a;background:rgba(242,193,78,.14);box-shadow:0 0 0 16px rgba(242,193,78,.04)}.ob-gift-visual svg{width:34px;height:34px}.ob-gift-visual>i{position:absolute;width:230px;height:230px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025)}.ob-gift-visual>strong{position:relative;z-index:2;max-width:220px;margin-top:28px;font:700 25px/1.05 var(--ob-display);letter-spacing:-.045em;text-align:center}.ob-gift-visual>small{position:relative;z-index:2;margin-top:8px;color:rgba(255,255,255,.54);font-size:9px}.ob-card-designer{grid-template-columns:1.08fr .92fr}.ob-target-field{padding:20px;border:1px solid #dfd7f5;border-radius:20px;background:#f8f6ff}.ob-target-field>span{display:grid;justify-items:center}.ob-target-field small{color:#756d84;font-size:9px;font-weight:850;text-transform:uppercase}.ob-target-field strong{margin-top:9px;display:flex;align-items:center;gap:7px}.ob-target-field strong button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #d5cbe3;border-radius:13px;color:var(--ob-violet);background:#fff;cursor:pointer}.ob-target-field strong svg{width:15px;height:15px}.ob-target-field strong input{width:70px!important;min-height:52px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font:750 43px/1 var(--ob-display);text-align:center;-moz-appearance:textfield}.ob-target-field strong input::-webkit-inner-spin-button{display:none}.ob-target-field>span>b{margin-top:4px;font-size:11px}.ob-target-field>input[type=range]{width:100%;margin:18px 0 0;accent-color:var(--ob-violet)}.ob-target-field>p:last-child{margin:8px 0 0;color:#8b8492;font-size:9px;text-align:center}.ob-connection-strip{grid-column:1/-1;display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr;align-items:center;gap:3px;padding-top:15px;border-top:1px solid var(--ob-line)}.ob-connection-strip span{min-width:0;display:flex;align-items:center;gap:6px;color:#6f6878;font-size:8px}.ob-connection-strip svg{width:13px;height:13px;color:var(--ob-violet)}.ob-connection-strip b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ob-connection-strip>i{height:1px;background:#d7cfe0}.ob-design-preview{padding:19px;border:1px solid var(--ob-line);border-radius:26px;background:#f4f0eb;box-shadow:var(--ob-shadow)}.ob-design-preview>span{display:block;margin-bottom:11px;color:#807886;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.ob-design-preview>small{display:block;margin:12px 4px 0;color:#88808d;font-size:8px;line-height:1.45}.ob-design-preview .stampcard-preview{min-height:275px}

/* Shared real loyalty preview */
.stampcard-preview{position:relative;padding:22px;border-radius:24px;color:#fff;overflow:hidden;background:linear-gradient(150deg,#4b2e22,#7a4a30 70%,#9a5e37);box-shadow:0 20px 45px rgba(38,22,62,.18)}.stampcard-preview.points{background:linear-gradient(155deg,#2e2030,#4a2f45 60%,#6e3f57)}.stampcard-preview .sheen{position:absolute;inset:0;background:radial-gradient(120% 80% at 100% 0%,rgba(255,255,255,.16),transparent 55%);pointer-events:none}.stampcard-preview .head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stampcard-preview .title-stack{position:relative;flex:1;min-width:0}.stampcard-preview .brand{max-width:70%;font-size:10px;font-weight:900;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;opacity:.82}.stampcard-preview .gly{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.18);box-shadow:0 8px 18px rgba(0,0,0,.16);font:900 21px var(--ob-display);overflow:hidden}.stampcard-preview .gly img{width:100%;height:100%;object-fit:cover}.stampcard-preview .nm{margin-top:18px;font:800 25px/1.04 var(--ob-display);letter-spacing:-.02em}.stampcard-preview .title-stack .nm{max-width:100%;margin-top:7px}.stampcard-preview .perk{margin-top:5px;font-size:12.5px;font-weight:700;line-height:1.38;opacity:.78}.stampcard-preview .stamps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:12px}.stampcard-preview .st{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:800}.stampcard-preview .st.empty{border:2px dashed rgba(255,255,255,.34)}.stampcard-preview .st.full{color:#7a4a30;background:rgba(255,255,255,.95);box-shadow:0 3px 8px rgba(0,0,0,.18)}.stampcard-preview .st.reward{border:2px solid rgba(255,211,124,.9);color:#ffd37c;background:rgba(224,164,59,.25)}.stampcard-preview .reward-callout{position:relative;margin-top:14px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.15);backdrop-filter:blur(6px)}.stampcard-preview .reward-callout>span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:10px;background:rgba(255,255,255,.18)}.stampcard-preview .reward-callout svg{width:16px;height:16px}.stampcard-preview .reward-callout b{display:block;font-size:11.5px;line-height:1.2}.stampcard-preview .reward-callout em{display:block;margin-top:2px;font-size:10.5px;font-style:normal;font-weight:800;opacity:.7}.point-preview-card .point-counter{position:relative;margin-top:24px;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.point-preview-card .point-counter b{font:900 58px/.95 var(--ob-display);letter-spacing:-.04em}.point-preview-card .point-counter span{font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.62}.point-preview-card .point-worth{margin-top:8px;font-size:12.5px;font-weight:800;opacity:.78}.point-preview-card .point-progress-meta{position:relative;margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:900}.point-preview-card .point-progress{position:relative;height:8px;margin-top:8px;border-radius:999px;background:rgba(255,255,255,.28);overflow:hidden}.point-preview-card .point-progress i{display:block;height:100%;border-radius:inherit;background:rgba(255,255,255,.94)}

/* Points economics */
.ob-points-name-row{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:17px;padding:19px;border:1px solid var(--ob-line);border-radius:21px;background:#fff}.ob-points-name-row label{display:flex;justify-content:space-between;margin-bottom:7px;font-size:11px;font-weight:800}.ob-points-name-row label span{color:#918995;font-size:8px;text-transform:uppercase}.ob-economics-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.ob-economics-card{position:relative;padding:24px;border:1px solid var(--ob-line);border-radius:27px;background:#fff;box-shadow:var(--ob-shadow);overflow:hidden}.ob-economics-card::before{content:'';position:absolute;width:210px;height:210px;right:-130px;top:-130px;border-radius:50%;background:rgba(109,74,255,.06);box-shadow:0 0 0 34px rgba(109,74,255,.025)}.ob-economics-card.redeem::before{background:rgba(28,138,107,.07);box-shadow:0 0 0 34px rgba(28,138,107,.025)}.ob-economics-icon{position:relative;width:45px;height:45px;display:grid;place-items:center;border-radius:15px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-economics-card.redeem .ob-economics-icon{color:#1a7b5c;background:#e3f7ef}.ob-economics-icon svg{width:21px;height:21px}.ob-economics-card>small{position:relative;display:block;margin-top:17px;color:var(--ob-violet);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ob-economics-card.redeem>small{color:#1a7b5c}.ob-economics-card h2{position:relative;margin:5px 0 0;font:720 23px/1 var(--ob-display);letter-spacing:-.04em}.ob-economics-card>p{position:relative;min-height:52px;margin:9px 0;color:var(--ob-muted);font-size:10px;line-height:1.55}.ob-equation{position:relative;margin-top:17px;padding:15px;display:grid;grid-template-columns:1fr 20px 1fr;align-items:end;gap:5px;border-radius:17px;background:#f7f4fa}.ob-equation>span>label{display:block;margin-bottom:6px;color:#7e7587;font-size:8px;font-weight:800}.ob-equation .ob-suffix-control{height:45px}.ob-equation input{min-width:0;min-height:43px!important;padding:0 6px!important;text-align:center}.ob-equation .ob-suffix-control b{padding:0 7px;font-size:7px}.ob-equation>i{align-self:center;margin-top:18px;color:#8e8499;font-style:normal;font-weight:900;text-align:center}.ob-live-calculator{position:relative;margin-top:12px;padding:13px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;border:1px solid var(--ob-line);border-radius:16px}.ob-live-calculator>label{grid-column:1/-1;color:#7e7684;font-size:8px;font-weight:800}.ob-live-calculator>span{height:38px;display:flex;align-items:center;border:1px solid var(--ob-line);border-radius:10px;overflow:hidden}.ob-live-calculator input{width:65px;min-height:36px!important;padding:0 6px!important;border:0!important;box-shadow:none!important;text-align:center}.ob-live-calculator>span>b{padding-right:7px;color:#817987;font-size:7px}.ob-live-calculator>i{display:none}.ob-live-calculator>strong{grid-column:1/-1;padding-top:8px;border-top:1px solid var(--ob-line);color:var(--ob-violet-deep);font:700 15px var(--ob-display)}.ob-economics-card.redeem .ob-live-calculator>strong{color:#187257}.ob-economics-error{display:block!important;margin-top:10px}

/* Optional reward */
.ob-reward-choice{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ob-reward-choice button{position:relative;min-height:130px;padding:20px;display:grid;grid-template-columns:45px 1fr 25px;grid-template-rows:auto auto;align-items:center;column-gap:13px;border:1px solid var(--ob-line);border-radius:22px;color:var(--ob-ink);background:#fff;text-align:left;cursor:pointer;transition:.24s}.ob-reward-choice button:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(42,30,74,.09)}.ob-reward-choice button.selected{border-color:var(--ob-violet);background:#f7f4ff;box-shadow:0 0 0 2px rgba(109,74,255,.08)}.ob-reward-choice button>span{grid-row:1/3;width:45px;height:45px;display:grid;place-items:center;border-radius:15px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-reward-choice button>span svg{width:21px;height:21px}.ob-reward-choice strong{font-size:12px}.ob-reward-choice small{color:#8a8290;font-size:9px}.ob-reward-choice button>i{grid-column:3;grid-row:1/3;width:24px;height:24px;display:grid;place-items:center;border:1px solid #d8d0dc;border-radius:50%;color:#fff;background:#fff}.ob-reward-choice button.selected>i{border-color:var(--ob-violet);background:var(--ob-violet)}.ob-reward-choice button>i svg{width:12px;height:12px;stroke-width:2.5}.ob-reward-fields{margin-top:14px;animation:obStepIn .35s var(--ob-ease)}.ob-option-explainer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}.ob-option-explainer article{padding:15px;display:grid;grid-template-columns:1fr auto;gap:3px;border-radius:16px;background:#f2efeb}.ob-option-explainer strong{font-size:10px}.ob-option-explainer span{color:#817986;font-size:9px}.ob-option-explainer b{grid-column:2;grid-row:1/3;align-self:center;padding:5px 7px;border-radius:7px;color:#28775b;background:#e0f4eb;font-size:7px;text-transform:uppercase}

/* Discovery */
.ob-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.ob-feature-grid article{min-height:174px;padding:19px;display:flex;flex-direction:column;border:1px solid var(--ob-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(44,32,74,.055);transition:.24s}.ob-feature-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(44,32,74,.1)}.ob-feature-grid article.hero{grid-column:span 2;color:#fff;border-color:transparent;background:radial-gradient(circle at 84% 18%,rgba(109,74,255,.6),transparent 35%),linear-gradient(145deg,#201544,var(--ob-night))}.ob-feature-grid article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-feature-grid article.hero>span{color:#d5ceff;background:rgba(255,255,255,.1)}.ob-feature-grid svg{width:19px;height:19px}.ob-feature-grid article>div{margin-top:16px}.ob-feature-grid strong{font:700 16px var(--ob-display);letter-spacing:-.025em}.ob-feature-grid p{margin:6px 0 0;color:var(--ob-muted);font-size:9px;line-height:1.5}.ob-feature-grid article.hero p{max-width:380px;color:rgba(255,255,255,.57)}.ob-feature-grid article>b{width:max-content;margin-top:auto;padding:5px 7px;border-radius:7px;color:#756b83;background:#f0ecf2;font-size:7px;letter-spacing:.07em;text-transform:uppercase}.ob-feature-grid article.hero>b{color:#b9f2da;background:rgba(112,225,178,.13)}.ob-feature-grid article.included>b{color:#28775b;background:#def4ea}.ob-feature-grid article.addon>b{color:#7a5f15;background:#fff0bf}

/* Plans */
.ob-duration-switch{width:max-content;max-width:100%;display:flex;gap:4px;margin:0 auto 22px;padding:5px;border:1px solid var(--ob-line);border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(42,30,73,.07)}.ob-duration-switch button{min-height:42px;padding:0 15px;border:0;border-radius:10px;color:#746d7d;background:transparent;font-size:10px;font-weight:850;cursor:pointer}.ob-duration-switch button[aria-pressed=true]{color:#fff;background:var(--ob-night);box-shadow:0 8px 17px rgba(21,13,48,.18)}.ob-duration-switch button:disabled{opacity:.35;cursor:not-allowed}.ob-plan-feedback{margin-bottom:13px;padding:12px 14px;border:1px solid #f1ce85;border-radius:13px;color:#765818;background:#fff7df;font-size:10px;font-weight:750}.ob-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ob-plan-card{position:relative;min-width:0;min-height:420px;padding:22px;display:flex;flex-direction:column;border:1px solid var(--ob-line);border-radius:25px;color:var(--ob-ink);background:#fff;text-align:left;cursor:pointer;box-shadow:0 14px 38px rgba(43,30,74,.06);transition:.28s var(--ob-ease);overflow:hidden}.ob-plan-card:hover:not(:disabled){transform:translateY(-6px);box-shadow:0 25px 56px rgba(43,30,74,.12)}.ob-plan-card.highlighted{color:#fff;border-color:rgba(255,255,255,.08);background:radial-gradient(circle at 85% 5%,rgba(109,74,255,.55),transparent 34%),linear-gradient(160deg,#23164d,var(--ob-night));box-shadow:0 25px 65px rgba(25,13,63,.28)}.ob-plan-card[aria-checked=true]{border-color:var(--ob-violet);box-shadow:0 0 0 3px rgba(109,74,255,.12),0 25px 56px rgba(55,34,110,.14)}.ob-plan-card.highlighted[aria-checked=true]{border-color:#ae9fff;box-shadow:0 0 0 3px rgba(174,159,255,.16),0 30px 70px rgba(25,13,63,.34)}.ob-plan-card:disabled{opacity:.5;cursor:not-allowed}.ob-plan-badge{position:absolute;right:15px;top:15px;padding:6px 8px;border-radius:8px;color:#513a06;background:var(--ob-gold);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ob-plan-kicker{color:var(--ob-violet);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ob-plan-card.highlighted .ob-plan-kicker{color:#c0b6ff}.ob-plan-card h2{margin:11px 0 0;font:740 29px/1 var(--ob-display);letter-spacing:-.05em}.ob-plan-card>p{min-height:48px;margin:9px 0 0;color:var(--ob-muted);font-size:9.5px;line-height:1.55}.ob-plan-card.highlighted>p{color:rgba(255,255,255,.55)}.ob-plan-price{margin-top:17px;padding-top:16px;border-top:1px solid var(--ob-line)}.ob-plan-card.highlighted .ob-plan-price{border-color:rgba(255,255,255,.1)}.ob-plan-price strong{font:750 31px/1 var(--ob-display);letter-spacing:-.05em}.ob-plan-price small{margin-left:5px;color:#8a8292;font-size:8px}.ob-plan-card.highlighted .ob-plan-price small{color:rgba(255,255,255,.5)}.ob-plan-specs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:17px}.ob-plan-specs span{padding:9px;border-radius:10px;background:#f5f2ef}.ob-plan-card.highlighted .ob-plan-specs span{background:rgba(255,255,255,.065)}.ob-plan-specs small,.ob-plan-specs b{display:block}.ob-plan-specs small{color:#8c8491;font-size:6px;font-weight:850;text-transform:uppercase}.ob-plan-card.highlighted .ob-plan-specs small{color:rgba(255,255,255,.42)}.ob-plan-specs b{margin-top:2px;font-size:9px}.ob-plan-features{display:grid;gap:7px;margin:16px 0 0;padding:0;list-style:none}.ob-plan-features li{display:flex;gap:6px;color:#686170;font-size:8px;font-weight:700}.ob-plan-card.highlighted .ob-plan-features li{color:rgba(255,255,255,.67)}.ob-plan-features svg{width:12px;height:12px;flex:none;color:#24805e;stroke-width:2.3}.ob-plan-card.highlighted .ob-plan-features svg{color:var(--ob-mint)}.ob-plan-select{margin-top:auto;padding-top:17px;display:flex;align-items:center;justify-content:space-between;color:var(--ob-violet);font-size:9px;font-weight:900}.ob-plan-card.highlighted .ob-plan-select{color:#c2b7ff}.ob-plan-select span:last-child{width:24px;height:24px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%}.ob-plan-card[aria-checked=true] .ob-plan-select span:last-child{color:#fff;background:var(--ob-violet)}.ob-plan-card.highlighted[aria-checked=true] .ob-plan-select span:last-child{color:var(--ob-night);background:#fff}.ob-plan-select svg{width:11px;height:11px;opacity:0;stroke-width:2.5}.ob-plan-card[aria-checked=true] .ob-plan-select svg{opacity:1}.ob-catalog-state{grid-column:1/-1;min-height:220px;display:grid;place-content:center;justify-items:center;padding:35px;border:1px dashed var(--ob-line-strong);border-radius:24px;color:var(--ob-muted);background:#faf8f5;text-align:center}.ob-catalog-state span{width:42px;height:42px;border:3px solid #ded5e1;border-top-color:var(--ob-violet);border-radius:50%;animation:obSpin .75s linear infinite}.ob-catalog-state strong{margin-top:14px;color:var(--ob-ink)}.ob-catalog-state p{margin:4px 0;font-size:10px}

/* Add-ons */
.ob-addon-section+.ob-addon-section{margin-top:28px;padding-top:25px;border-top:1px solid var(--ob-line)}.ob-addon-heading{display:flex;align-items:center;gap:11px;margin-bottom:12px}.ob-addon-heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-addon-heading svg{width:18px;height:18px}.ob-addon-heading>div{display:grid}.ob-addon-heading strong{font:700 17px var(--ob-display)}.ob-addon-heading small{color:#8a8290;font-size:9px}.ob-addon-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ob-addon-card{position:relative;min-height:155px;padding:17px;display:grid;grid-template-columns:43px 1fr auto;grid-template-rows:auto 1fr auto;gap:0 11px;border:1px solid var(--ob-line);border-radius:21px;background:#fff;cursor:pointer;transition:.24s}.ob-addon-card:hover{transform:translateY(-3px);box-shadow:0 17px 40px rgba(42,30,73,.09)}.ob-addon-card.selected{border-color:var(--addon-color,var(--ob-violet));box-shadow:0 0 0 2px color-mix(in srgb,var(--addon-color,var(--ob-violet)) 15%,transparent)}.ob-addon-icon{grid-row:1/3;width:43px;height:43px;display:grid;place-items:center;border-radius:14px;color:var(--addon-color,var(--ob-violet));background:color-mix(in srgb,var(--addon-color,var(--ob-violet)) 12%,#fff)}.ob-addon-icon svg{width:21px;height:21px}.ob-addon-title{font-size:11px}.ob-addon-card>p{grid-column:2/4;margin:5px 0;color:#837b88;font-size:8.5px;line-height:1.45}.ob-addon-card>strong{grid-column:1/3;align-self:end;margin-top:13px;font:720 17px var(--ob-display)}.ob-addon-card>strong small{color:#8b8390;font:700 7px var(--ob-body)}.ob-addon-toggle{grid-column:3;align-self:end;width:36px;height:22px;padding:2px;border:0;border-radius:13px;background:#d9d2dc;cursor:pointer;transition:.2s}.ob-addon-toggle i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:.24s var(--ob-ease)}.ob-addon-card.selected .ob-addon-toggle{background:var(--addon-color,var(--ob-violet))}.ob-addon-card.selected .ob-addon-toggle i{transform:translateX(14px)}.ob-addon-quantity{grid-column:1/4;margin-top:11px;display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--ob-line);font-size:8px;font-weight:800}.ob-addon-quantity span{display:flex;align-items:center;gap:7px}.ob-addon-quantity button{width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--ob-line);border-radius:9px;background:#fff;cursor:pointer}.ob-addon-quantity svg{width:12px;height:12px}.ob-addon-quantity b{min-width:22px;text-align:center}.ob-empty-state{min-height:210px;display:grid;place-content:center;justify-items:center;margin-top:18px;border:1px dashed #bcdacb;border-radius:24px;background:#f1faf6;text-align:center}.ob-empty-state>svg{width:32px;height:32px;padding:7px;border-radius:50%;color:#28765a;background:#d9f1e7}.ob-empty-state strong{margin-top:12px}.ob-empty-state span{margin-top:3px;color:#72827a;font-size:9px}

/* Review and payment */
.ob-review-layout{display:grid;grid-template-columns:1fr 310px;gap:16px;align-items:start}.ob-review-sections{display:grid;gap:10px}.ob-review-card{padding:18px;border:1px solid var(--ob-line);border-radius:20px;background:#fff}.ob-review-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;border-bottom:1px solid var(--ob-line)}.ob-review-card header>span{display:flex;align-items:center;gap:8px}.ob-review-card header svg{width:16px;height:16px;color:var(--ob-violet)}.ob-review-card header strong{font-size:11px}.ob-review-card header button{min-height:32px;border:0;color:var(--ob-violet);background:transparent;font-size:8px;font-weight:850;cursor:pointer}.ob-review-lines{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-top:12px}.ob-review-lines span{display:grid}.ob-review-lines small{color:#928a96;font-size:7px;font-weight:800;text-transform:uppercase}.ob-review-lines b{margin-top:2px;font-size:10px}.ob-receipt{position:sticky;top:90px;padding:22px;border-radius:24px;color:#fff;background:radial-gradient(circle at 90% 0,rgba(109,74,255,.55),transparent 32%),linear-gradient(155deg,#211644,var(--ob-night));box-shadow:0 26px 60px rgba(24,13,58,.28)}.ob-receipt h2{margin:0;font:700 21px var(--ob-display)}.ob-receipt>p{margin:5px 0 17px;color:rgba(255,255,255,.5);font-size:8px}.ob-receipt-lines{display:grid;gap:10px;padding:15px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.ob-receipt-lines span,.ob-receipt-total{display:flex;justify-content:space-between;gap:10px;font-size:9px}.ob-receipt-lines span{color:rgba(255,255,255,.65)}.ob-receipt-lines b{color:#fff}.ob-receipt-total{align-items:end;margin-top:17px}.ob-receipt-total span{display:grid}.ob-receipt-total small{color:rgba(255,255,255,.48);font-size:7px;text-transform:uppercase}.ob-receipt-total strong{font:720 27px var(--ob-display)}.ob-receipt>small{display:block;margin-top:13px;color:rgba(255,255,255,.42);font-size:7.5px;line-height:1.45}.ob-payment-card{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid var(--ob-line);border-radius:28px;background:#fff;overflow:hidden;box-shadow:var(--ob-shadow)}.ob-payment-visual{position:relative;min-height:330px;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 50% 38%,rgba(112,225,178,.23),transparent 27%),linear-gradient(155deg,#1b3e46,var(--ob-night));overflow:hidden}.ob-payment-visual>span{position:relative;z-index:2;width:78px;height:78px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:26px;color:var(--ob-mint);background:rgba(112,225,178,.11);box-shadow:0 0 0 16px rgba(112,225,178,.035)}.ob-payment-visual svg{width:34px;height:34px}.ob-payment-visual>i{position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.02)}.ob-payment-visual>b{position:relative;z-index:2;margin-top:27px;font:700 21px var(--ob-display)}.ob-payment-visual>small{position:relative;z-index:2;color:rgba(255,255,255,.48);font-size:8px}.ob-payment-copy{padding:31px}.ob-payment-label{color:var(--ob-violet);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ob-payment-copy h2{margin:7px 0 0;font:720 26px/1 var(--ob-display);letter-spacing:-.04em}.ob-payment-copy>p{color:var(--ob-muted);font-size:11px;line-height:1.6}.ob-payment-copy ul{display:grid;gap:9px;margin:20px 0 0;padding:17px 0 0;border-top:1px solid var(--ob-line);list-style:none}.ob-payment-copy li{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:750}.ob-payment-copy li svg{width:13px;height:13px;color:#24805e;stroke-width:2.4}.ob-confirm-check{position:relative;margin-top:15px;padding:17px;display:grid;grid-template-columns:21px 1fr 25px;align-items:center;gap:12px;border:1px solid var(--ob-line);border-radius:18px;background:#fff;cursor:pointer}.ob-confirm-check>input{width:20px;height:20px;accent-color:var(--ob-violet)}.ob-confirm-check>span{display:grid}.ob-confirm-check b{font-size:11px}.ob-confirm-check small{color:#8b8390;font-size:8.5px}.ob-confirm-check>i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#d7d0da}.ob-confirm-check:has(input:checked){border-color:var(--ob-violet);background:#f8f6ff}.ob-confirm-check:has(input:checked)>i{background:var(--ob-violet)}.ob-confirm-check>i svg{width:12px;height:12px;stroke-width:2.5}.ob-confirm-check>.ob-field-error{grid-column:2/4}

/* Sticky actions */
.ob-actions{position:fixed;z-index:30;left:calc(280px + (100vw - 280px - 390px)/2);bottom:22px;width:min(840px,calc(100vw - 280px - 390px - 68px));transform:translateX(-50%);min-height:68px;padding:10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;border:1px solid rgba(59,45,82,.12);border-radius:21px;background:rgba(255,253,249,.88);backdrop-filter:blur(20px);box-shadow:0 20px 52px rgba(34,24,59,.17)}.ob-back,.ob-next{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;font-size:11px;font-weight:850;cursor:pointer;transition:.22s var(--ob-ease)}.ob-back{padding:0 17px;border:1px solid var(--ob-line);color:#6e6677;background:#fff}.ob-back:hover:not(:disabled){border-color:#bbb0c2;transform:translateX(-2px)}.ob-back svg,.ob-next svg{width:16px;height:16px}.ob-back:disabled{opacity:.35;cursor:not-allowed}.ob-action-context{display:grid;justify-items:center}.ob-action-context strong{font-size:10px}.ob-action-context span{color:#918995;font-size:8px}.ob-next{position:relative;min-width:148px;padding:0 20px;border:0;color:#fff;background:linear-gradient(135deg,var(--ob-violet),#8b60ff);box-shadow:0 12px 27px rgba(109,74,255,.28);overflow:hidden}.ob-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 33px rgba(109,74,255,.36)}.ob-next:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.ob-next.loading span,.ob-next.loading svg{opacity:0}.ob-next.loading i{position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:obSpin .7s linear infinite}

/* Dialogs, provisioning and success */
.ob-dialog{width:min(590px,calc(100vw - 32px));padding:34px;border:1px solid rgba(61,46,84,.12);border-radius:30px;color:var(--ob-ink);background:var(--ob-paper);box-shadow:0 45px 120px rgba(20,11,48,.36)}.ob-dialog::backdrop{background:rgba(13,8,30,.68);backdrop-filter:blur(10px)}.ob-dialog[open]{animation:obDialogIn .4s var(--ob-ease)}.ob-dialog-art{position:relative;width:78px;height:78px;display:grid;place-items:center;margin-bottom:22px}.ob-dialog-art>span{position:relative;z-index:2;width:52px;height:52px;display:grid;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,var(--ob-coral),var(--ob-violet));font:800 22px var(--ob-display)}.ob-dialog-art i{position:absolute;inset:0;border:1px solid #d9cff5;border-radius:50%}.ob-dialog-art i:nth-of-type(2){inset:9px;border-style:dashed}.ob-dialog-kicker{color:var(--ob-violet);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ob-dialog h2{margin:8px 0 0;font:730 34px/.98 var(--ob-display);letter-spacing:-.05em}.ob-dialog h2 em{color:var(--ob-violet);font-style:normal}.ob-dialog>p,.ob-provisioning-view>p,.ob-success-view>p{color:var(--ob-muted);font-size:11px;line-height:1.6}.ob-dialog-summary{display:flex;gap:7px;margin-top:17px;flex-wrap:wrap}.ob-dialog-summary span{padding:7px 9px;border-radius:9px;color:#6f657d;background:#f0ecf3;font-size:8px;font-weight:800}.ob-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px}.ob-dialog-actions button{min-height:47px;padding:0 17px;border-radius:13px;font-size:10px;font-weight:850;cursor:pointer}.ob-dialog-secondary{border:1px solid var(--ob-line);color:#6d6574;background:#fff}.ob-dialog-primary{display:inline-flex;align-items:center;gap:9px;border:0;color:#fff;background:var(--ob-violet);box-shadow:0 12px 26px rgba(109,74,255,.25)}.ob-dialog-primary svg{width:15px;height:15px}.ob-provisioning{width:min(650px,calc(100vw - 28px));padding:36px}.ob-provisioning-view{text-align:center}.ob-provisioning-orbit{margin:0 auto 17px}.ob-provisioning-orbit i:nth-of-type(3){inset:-8px;animation-duration:4.2s;border-color:rgba(255,122,89,.2)}.ob-provisioning-view ol{max-width:465px;display:grid;gap:6px;margin:22px auto 0;padding:0;list-style:none;text-align:left}.ob-provisioning-view li{min-height:44px;padding:8px 11px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border:1px solid var(--ob-line);border-radius:13px;color:#8a8290;background:#fff;font-size:10px;font-weight:750;transition:.3s}.ob-provisioning-view li>span{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;color:#938a99;background:#f0ecf2}.ob-provisioning-view li svg{width:13px;height:13px}.ob-provisioning-view li>i{width:16px;height:16px;border:2px solid transparent;border-radius:50%}.ob-provisioning-view li.active{border-color:#d2c6f7;color:var(--ob-violet-deep);background:#f8f6ff}.ob-provisioning-view li.active>span{color:#fff;background:var(--ob-violet)}.ob-provisioning-view li.active>i{border-color:#d8d0ee;border-top-color:var(--ob-violet);animation:obSpin .7s linear infinite}.ob-provisioning-view li.complete{color:#317459}.ob-provisioning-view li.complete>span{color:#247256;background:#ddf3e9}.ob-provisioning-view li.failed{border-color:#efbdc5;color:#a83045;background:#fff2f4}.ob-provisioning-view li.failed>span{color:#b82f46;background:#ffe1e6}.ob-provisioning-error{margin-top:18px;padding:17px;border:1px solid #efbdc5;border-radius:16px;color:#8e2739;background:#fff2f4;text-align:left}.ob-provisioning-error strong{font-size:11px}.ob-provisioning-error p{margin:4px 0;color:#9a5260;font-size:9px}.ob-provisioning-error button{min-height:42px;margin-top:10px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:11px;color:#fff;background:#b83249;font-size:9px;font-weight:850;cursor:pointer}.ob-provisioning-error svg{width:14px;height:14px}.ob-success-view{text-align:center}.ob-success-burst{position:relative;width:118px;height:118px;display:grid;place-items:center;margin:0 auto 18px}.ob-success-burst>span{position:relative;z-index:2;width:64px;height:64px;display:grid;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,#42b98d,#1c805f);box-shadow:0 18px 38px rgba(34,139,99,.28)}.ob-success-burst svg{width:29px;height:29px;stroke-width:2.4}.ob-success-burst i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--ob-gold);box-shadow:0 0 0 6px rgba(242,193,78,.12);animation:obFloat 2s ease-in-out infinite}.ob-success-burst i:nth-child(1){left:7px;top:25px}.ob-success-burst i:nth-child(2){right:6px;top:14px;animation-delay:.5s;background:var(--ob-coral)}.ob-success-burst i:nth-child(3){right:20px;bottom:4px;animation-delay:1s;background:var(--ob-violet)}.ob-success-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.ob-success-grid span{min-height:45px;padding:9px 11px;display:flex;align-items:center;gap:8px;border:1px solid #cce9dc;border-radius:12px;color:#32735b;background:#f0faf6;font-size:8.5px;font-weight:800;text-align:left}.ob-success-grid svg{width:13px;height:13px;flex:none;stroke-width:2.4}.ob-login-card{margin-top:15px;padding:13px;display:flex;align-items:center;gap:11px;border:1px solid var(--ob-line);border-radius:15px;background:#fff;text-align:left}.ob-login-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--ob-violet);background:var(--ob-violet-soft)}.ob-login-card svg{width:18px;height:18px}.ob-login-card>div{display:grid}.ob-login-card small{color:#918996;font-size:7px;text-transform:uppercase}.ob-login-card strong{font-size:10px}.ob-login-card em{color:#867e8a;font-size:8px;font-style:normal}.ob-success-cta{min-height:52px;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--ob-violet),#8b60ff);box-shadow:0 15px 30px rgba(109,74,255,.27);font-size:11px;font-weight:900;text-decoration:none}.ob-success-cta svg{width:16px;height:16px}.ob-success-note{display:block;margin-top:11px;color:#8c8491;font-size:8px}

/* Accessibility and resilient interaction refinements */
body.ob-page{overflow-x:hidden;-webkit-tap-highlight-color:rgba(109,74,255,.12)}
.ob-step h1{scroll-margin-top:110px;text-wrap:balance}
.ob-step-head p,.ob-model-copy,.ob-payment-copy>p{text-wrap:pretty}
.ob-page input,.ob-page textarea,.ob-review-lines b,.ob-addon-card>p{overflow-wrap:anywhere}
.ob-search:focus-within,.ob-password-control:focus-within,.ob-suffix-control:focus-within,.ob-color-control:focus-within{border-color:var(--ob-violet);box-shadow:0 0 0 4px rgba(109,74,255,.1)}
.ob-field input:focus:not(:focus-visible),.ob-field select:focus:not(:focus-visible),.ob-field textarea:focus:not(:focus-visible),.ob-points-name-row input:focus:not(:focus-visible),.ob-equation input:focus:not(:focus-visible),.ob-live-calculator input:focus:not(:focus-visible){outline:0}
.ob-dialog{overscroll-behavior:contain;max-height:calc(100svh - 32px);overflow:auto}
.ob-step-nav button,.ob-duration-switch button,.ob-review-card header button,.ob-provisioning-error button{min-height:44px}
.ob-addon-quantity button{width:44px;height:44px}
.ob-addon-toggle{width:46px;height:44px;padding:11px 3px;background:linear-gradient(transparent 11px,#d9d2dc 11px,#d9d2dc 33px,transparent 33px)}
.ob-addon-card.selected .ob-addon-toggle{background:linear-gradient(transparent 11px,var(--addon-color,var(--ob-violet)) 11px,var(--addon-color,var(--ob-violet)) 33px,transparent 33px)}
.ob-addon-toggle i{width:18px;height:18px}
.ob-field-error,.ob-field-help{font-size:11px}.ob-step-head p{font-size:14px}.ob-model-copy{font-size:13px}.ob-model-best{font-size:11px}
.ob-feature-grid p,.ob-addon-card>p,.ob-plan-card>p{font-size:11px}.ob-plan-features li{font-size:10px}.ob-addon-heading small,.ob-palette-title small,.ob-upload-card small{font-size:10px}
.ob-review-lines small{font-size:9px}.ob-review-lines b{font-size:11px}.ob-receipt-lines span,.ob-receipt-total{font-size:10px}
.ob-receipt strong,.ob-plan-price strong,.ob-receipt-lines b{font-variant-numeric:tabular-nums}

/* Responsive */
@media(max-width:1450px){.ob-header{grid-template-columns:250px 1fr 330px}.ob-app{grid-template-columns:250px minmax(570px,1fr) 330px}.ob-rail{padding-left:20px;padding-right:20px}.ob-preview{padding-left:20px;padding-right:20px}.ob-phone-wrap{width:248px}.ob-phone-screen{min-height:408px}.ob-actions{left:calc(250px + (100vw - 250px - 330px)/2);width:min(800px,calc(100vw - 250px - 330px - 54px))}.ob-main{padding-left:38px;padding-right:38px}.ob-plan-card{padding:18px}}
@media(max-width:1180px){.ob-header{grid-template-columns:230px 1fr auto}.ob-app{grid-template-columns:230px minmax(0,1fr)}.ob-preview{display:none}.ob-actions{left:calc(230px + (100vw - 230px)/2);width:min(840px,calc(100vw - 230px - 54px))}.ob-main{padding-left:clamp(28px,6vw,70px);padding-right:clamp(28px,6vw,70px)}.ob-plan-grid{grid-template-columns:1fr}.ob-plan-card{min-height:0}.ob-plan-card>p{min-height:0}.ob-plan-specs{grid-template-columns:repeat(4,1fr)}.ob-plan-features{grid-template-columns:1fr 1fr}.ob-review-layout{grid-template-columns:1fr 280px}}
@media(max-width:900px){.ob-header{height:64px;grid-template-columns:1fr auto;padding:0 18px}.ob-header-center{justify-self:end}.ob-header-actions{display:none}.ob-app{display:block;padding-top:64px}.ob-rail{position:sticky;top:64px;z-index:40;width:100%;height:auto;padding:12px 18px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;border:0;border-bottom:1px solid var(--ob-line);background:rgba(244,240,235,.94);backdrop-filter:blur(18px)}.ob-progress-orb{width:42px;height:42px}.ob-progress-orb svg{width:42px;height:42px}.ob-progress-copy{min-height:42px;padding:2px 0 0 10px}.ob-progress-copy strong{font-size:14px}.ob-progress-copy span{font-size:8px}.ob-step-nav{grid-column:3;margin:0}.ob-step-nav ol{display:flex;gap:4px}.ob-step-nav li{display:none}.ob-step-nav li.current{display:block}.ob-step-nav li.current button{min-height:38px;padding:4px 8px;grid-template-columns:25px}.ob-step-nav li.current button>b{display:none}.ob-rail-promise,.ob-rail-exit{display:none}.ob-main{min-height:auto;padding:44px 28px 125px}.ob-actions{left:18px;right:18px;bottom:14px;width:auto;transform:none}.ob-review-layout{grid-template-columns:1fr}.ob-receipt{position:static}.ob-feature-grid{grid-template-columns:1fr 1fr}.ob-feature-grid article.hero{grid-column:span 2}}
@media(max-width:700px){.ob-main{padding:35px 18px 118px}.ob-step-head{margin-bottom:25px}.ob-step-head h1{font-size:39px}.ob-step-head p{font-size:13px}.ob-country-grid{grid-template-columns:1fr 1fr;max-height:none}.ob-model-grid,.ob-brand-layout,.ob-owner-layout,.ob-branch-layout,.ob-tier-layout,.ob-reward-builder,.ob-card-designer,.ob-economics-grid,.ob-payment-card{grid-template-columns:1fr}.ob-model-card{min-height:360px}.ob-form-surface,.ob-points-name-row{grid-template-columns:1fr;padding:20px}.ob-form-surface .ob-field.full,.ob-details.full{grid-column:auto}.ob-upload-card{grid-template-columns:58px 1fr}.ob-upload-card>b{grid-column:2}.ob-upload-preview{width:58px;height:58px}.ob-color-row{grid-template-columns:1fr 150px}.ob-map{height:280px}.ob-gem-picker{grid-template-columns:repeat(5,1fr)}.ob-gift-visual{min-height:260px}.ob-design-preview{order:-1}.ob-economics-card>p{min-height:0}.ob-reward-choice,.ob-option-explainer,.ob-addon-grid{grid-template-columns:1fr}.ob-feature-grid{grid-template-columns:1fr}.ob-feature-grid article.hero{grid-column:auto}.ob-plan-specs{grid-template-columns:1fr 1fr}.ob-plan-features{grid-template-columns:1fr}.ob-review-lines{grid-template-columns:1fr}.ob-payment-visual{min-height:250px}.ob-action-context{display:none}.ob-actions{grid-template-columns:auto 1fr;gap:8px}.ob-next{justify-self:stretch}.ob-back{padding:0 14px}.ob-dialog{padding:26px}.ob-dialog h2{font-size:30px}}
@media(max-width:480px){.ob-header-center{font-size:9px}.ob-brand small{display:none}.ob-main{padding-left:14px;padding-right:14px}.ob-step-head h1{font-size:34px}.ob-country-grid{grid-template-columns:1fr}.ob-country-option{min-height:66px}.ob-concept-difference{align-items:flex-start;flex-direction:column;gap:8px}.ob-concept-difference span{padding:0;border:0}.ob-form-surface{padding:16px;border-radius:22px}.ob-model-card{padding:21px;border-radius:24px}.ob-brand-layout,.ob-owner-layout,.ob-branch-layout,.ob-tier-layout,.ob-reward-builder,.ob-card-designer{gap:12px}.ob-upload-card{grid-template-columns:50px 1fr;padding:14px}.ob-upload-preview{width:50px;height:50px}.ob-color-row{grid-template-columns:1fr}.ob-color-control{width:100%}.ob-details-grid{grid-template-columns:1fr}.ob-details-grid .ob-field:last-child{grid-column:auto}.ob-gem-picker{grid-template-columns:repeat(4,1fr)}.ob-reward-choice button{grid-template-columns:40px 1fr 22px;padding:15px}.ob-equation{grid-template-columns:1fr;align-items:stretch}.ob-equation>i{margin:0}.ob-duration-switch{width:100%;display:grid;grid-template-columns:1fr 1fr}.ob-plan-card{border-radius:22px}.ob-confirm-check{grid-template-columns:20px 1fr}.ob-confirm-check>i{display:none}.ob-success-grid{grid-template-columns:1fr}.ob-dialog-actions{flex-direction:column-reverse}.ob-dialog-actions button{width:100%;justify-content:center}}

@supports(padding:max(0px)){
  .ob-header{height:calc(72px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);padding-left:max(26px,env(safe-area-inset-left));padding-right:max(26px,env(safe-area-inset-right))}
  .ob-app{padding-top:calc(72px + env(safe-area-inset-top))}
  .ob-rail,.ob-preview{top:calc(72px + env(safe-area-inset-top));height:calc(100svh - 72px - env(safe-area-inset-top))}
  .ob-actions{bottom:max(22px,env(safe-area-inset-bottom))}
  @media(max-width:900px){.ob-header{height:calc(64px + env(safe-area-inset-top));padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.ob-app{padding-top:calc(64px + env(safe-area-inset-top))}.ob-rail{top:calc(64px + env(safe-area-inset-top));height:auto}.ob-actions{left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom))}}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ob-page *,.ob-page *::before,.ob-page *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.rc-gem.active .rc-gem-aura,.rc-gem.active .rc-gem-rim,.rc-gem.active .rc-gem-sparkle{animation:none;opacity:.85}}
@keyframes obStepIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes obDialogIn{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}@keyframes obOrbit{to{transform:rotate(360deg)}}@keyframes obSpin{to{transform:rotate(360deg)}}@keyframes obPulse{50%{opacity:.38;transform:scale(.8)}}@keyframes obFloat{50%{transform:translateY(-5px)}}
