:root{--ob-bg:#fafaf9;--ob-card:#fff;--ob-text:#1a1a19;--ob-text-secondary:#6b6966;--ob-text-muted:#9b9895;--ob-border:#e8e6e3;--ob-border-light:#f0eeeb;--ob-accent:#2d6a4f;--ob-accent-light:#d8f3dc;--ob-accent-bg:#f0faf4;--ob-error:#dc2626;--ob-error-bg:#fef2f2;--ob-warning:#d97706;--ob-warning-bg:#fffbeb;--ob-btn-bg:#160f0c;--ob-btn-text:#fff;--ob-radius:12px;--ob-radius-lg:16px;--ob-radius-xl:20px;--ob-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;--ob-shadow-md:0 4px 12px #0000000f;--ob-font:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ob-transition:.2s ease}.ob-page *{box-sizing:border-box}.ob-page{font-family:var(--ob-font);background:var(--ob-bg);color:var(--ob-text);min-height:100vh;line-height:1.5}.ob-header{z-index:100;background:var(--ob-card);border-bottom:1px solid var(--ob-border);padding:.75rem 1rem;position:sticky;top:0}.ob-header-inner{align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.ob-back-link{color:var(--ob-text-secondary);transition:color var(--ob-transition);flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem 0;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.ob-back-link:hover{color:var(--ob-text)}.ob-back-link svg{width:18px;height:18px}.ob-stepper{flex:1;align-items:center;gap:0;display:flex;overflow:hidden}.ob-step{flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.ob-step-dot{border:2px solid var(--ob-border);background:var(--ob-card);width:28px;height:28px;color:var(--ob-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}.ob-step.active .ob-step-dot{border-color:var(--ob-accent);background:var(--ob-accent);color:#fff}.ob-step.done .ob-step-dot{border-color:var(--ob-accent);background:var(--ob-accent-light);color:var(--ob-accent)}.ob-step-label{color:var(--ob-text-muted);white-space:nowrap;font-size:.75rem;font-weight:500;display:none}.ob-step.active .ob-step-label{color:var(--ob-text);font-weight:600}.ob-step.done .ob-step-label{color:var(--ob-accent)}.ob-step-line{background:var(--ob-border);flex:1;min-width:12px;height:2px;margin:0 .25rem}.ob-step.done .ob-step-line,.ob-step.active .ob-step-line{background:var(--ob-accent)}.ob-header-actions{align-items:center;gap:.75rem;display:flex}.ob-reset-btn{border:1px solid var(--ob-border);color:var(--ob-text-dim);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s}.ob-reset-btn:hover{border-color:var(--ob-error);color:var(--ob-error);background:#ef44440d}.ob-save-btn{color:var(--ob-text-secondary);border:1.5px solid var(--ob-border);cursor:pointer;transition:all var(--ob-transition);white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:.4rem .9rem;font-family:inherit;font-size:.8125rem;font-weight:500}.ob-save-btn:hover{border-color:var(--ob-text-secondary);color:var(--ob-text)}.ob-progress-bar{background:var(--ob-border-light);height:3px;position:absolute;bottom:0;left:0;right:0}.ob-progress-fill{background:var(--ob-accent);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.ob-layout{justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1.5rem 1rem 4rem;display:flex}.ob-content{flex:1;min-width:0;max-width:600px;margin:0 auto}.ob-sidebar{flex-shrink:0;width:300px;display:none}.ob-sidebar-card{background:var(--ob-card);border-radius:var(--ob-radius-lg);box-shadow:var(--ob-shadow);border:1px solid var(--ob-border-light);padding:1.5rem;position:sticky;top:80px}.ob-sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:var(--ob-text-muted);margin-bottom:1rem;font-size:.8125rem;font-weight:600}.ob-sidebar-item{color:var(--ob-text-secondary);align-items:center;gap:.6rem;padding:.5rem 0;font-size:.875rem;display:flex}.ob-sidebar-item.done{color:var(--ob-accent)}.ob-sidebar-item.active{color:var(--ob-text);font-weight:500}.ob-sidebar-check{border:2px solid var(--ob-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;display:flex}.ob-sidebar-item.done .ob-sidebar-check{border-color:var(--ob-accent);background:var(--ob-accent-light);color:var(--ob-accent)}.ob-sidebar-item.active .ob-sidebar-check{border-color:var(--ob-accent);background:var(--ob-accent);color:#fff}.ob-screen{animation:.3s ease-out obFadeIn;display:none}.ob-screen.active{display:block}@keyframes obFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ob-card{background:var(--ob-card);border-radius:var(--ob-radius-xl);box-shadow:var(--ob-shadow);border:1px solid var(--ob-border-light);padding:2rem 1.5rem}.ob-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--ob-accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:inline-block}.ob-title{letter-spacing:-.02em;color:var(--ob-text);margin-bottom:.4rem;font-size:1.5rem;font-weight:500;line-height:1.2}.ob-subtitle{color:var(--ob-text-secondary);max-width:480px;margin-bottom:1.75rem;font-size:.9375rem;line-height:1.55}.ob-subtext{color:var(--ob-text-muted);letter-spacing:.01em;margin:0 0 .35rem;font-size:.8125rem;font-weight:500;display:block}.nri-setup-form{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.nre-gate{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.nre-option{background:var(--ob-bg);border-radius:var(--ob-radius);cursor:pointer;color:var(--ob-text);border:2px solid #0000;align-items:center;gap:.6rem;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.nre-option:hover{background:#f3f2f0}.nre-option.selected{border-color:var(--ob-accent);background:var(--ob-accent-bg)}.nre-option-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.nre-option.yes .nre-option-icon{background:var(--ob-accent-light);color:var(--ob-accent)}.nre-option.no .nre-option-icon{color:var(--ob-error);background:#fef2f2}.mode-cards{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.mode-card{background:var(--ob-bg);border-radius:var(--ob-radius-lg);cursor:pointer;text-align:left;border:2px solid #0000;align-items:flex-start;gap:1rem;width:100%;padding:1.25rem;font-family:inherit;transition:all .2s;display:flex}.mode-card:hover{background:#f3f2f0;transform:translateY(-1px)}.mode-card.selected{border-color:var(--ob-accent);background:var(--ob-accent-bg)}.mode-card-icon{border-radius:var(--ob-radius);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.mode-card.finish .mode-card-icon{background:var(--ob-accent-light);color:var(--ob-accent)}.mode-card.later .mode-card-icon{color:#7c3aed;background:#f3e8ff}.mode-card-content{flex:1}.mode-card-title{color:var(--ob-text);margin-bottom:.2rem;font-size:1rem;font-weight:600}.mode-card-desc{color:var(--ob-text-secondary);font-size:.8125rem;line-height:1.4}.ckyc-link{text-align:center;color:var(--ob-text-muted);margin-top:.25rem;font-size:.8125rem}.ckyc-link button{color:var(--ob-accent);cursor:pointer;font-family:inherit;font-weight:500;font-size:inherit;background:0 0;border:none;text-decoration:underline}.modal-backdrop{z-index:300;background:#0006;justify-content:center;align-items:center;padding:1rem;animation:.2s obFadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--ob-card);border-radius:var(--ob-radius-xl);width:100%;max-width:420px;padding:2rem;box-shadow:0 20px 60px #00000026}.modal-close{float:right;cursor:pointer;color:var(--ob-text-muted);background:0 0;border:none;padding:.25rem;font-size:1.25rem}.ob-form{flex-direction:column;gap:1.25rem;margin-bottom:1.75rem;display:flex}.ob-field{flex-direction:column;gap:.35rem;display:flex}.ob-label{color:var(--ob-text);align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;display:flex}.ob-label-optional{color:var(--ob-text-muted);font-size:.75rem;font-weight:400}.ob-input,.ob-select{background:var(--ob-bg);border:1.5px solid var(--ob-border);border-radius:var(--ob-radius);color:var(--ob-text);transition:border-color var(--ob-transition),box-shadow var(--ob-transition);width:100%;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem}.ob-input:focus,.ob-select:focus{border-color:var(--ob-accent);background:var(--ob-card);outline:none;box-shadow:0 0 0 3px #2d6a4f1a}.ob-input[aria-invalid=true],.ob-select[aria-invalid=true]{border-color:var(--ob-error);box-shadow:0 0 0 3px #dc262614}.ob-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239b9895' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.25rem}.ob-phone-wrap{border:1.5px solid var(--ob-border);border-radius:var(--ob-radius);transition:border-color var(--ob-transition),box-shadow var(--ob-transition);background:var(--ob-bg);align-items:stretch;display:flex;overflow:hidden}.ob-phone-wrap:focus-within{border-color:var(--ob-accent);box-shadow:0 0 0 3px #2d6a4f1a}.ob-phone-code{color:var(--ob-text);border:none;border-right:1px solid var(--ob-border);cursor:pointer;appearance:none;background-color:#f0efed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%23888' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border-radius:0;outline:none;padding:.75rem 1.5rem .75rem .75rem;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.2}.ob-phone-input{color:var(--ob-text);background:0 0;border:none;flex:1;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem}.ob-phone-input:focus{outline:none}.ob-phone-input:disabled{cursor:not-allowed;color:var(--ob-text-muted);background:#f5f5f4}.ob-inline{gap:.5rem;display:flex}.ob-inline>*{flex:1}.ob-error{color:var(--ob-error);align-items:center;gap:.3rem;margin-top:.15rem;font-size:.8125rem;display:flex}.ob-help{color:var(--ob-text-muted);font-size:.8125rem;line-height:1.4}.ob-accordion{border:1px solid var(--ob-border-light);border-radius:var(--ob-radius);margin-top:.5rem;overflow:hidden}.ob-accordion-trigger{background:var(--ob-bg);cursor:pointer;width:100%;color:var(--ob-text-secondary);transition:background var(--ob-transition);border:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.ob-accordion-trigger:hover{background:#f0efed}.ob-accordion-chevron{width:16px;height:16px;transition:transform .2s}.ob-accordion.open .ob-accordion-chevron{transform:rotate(180deg)}.ob-accordion-body{padding:0 1rem 1rem;display:none}.ob-accordion.open .ob-accordion-body{display:block}.ob-tooltip-wrap{align-items:center;display:inline-flex;position:relative}.ob-tooltip-icon{background:var(--ob-border);width:16px;height:16px;color:var(--ob-text-secondary);cursor:help;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:inline-flex}.ob-tooltip-box{background:var(--ob-text);color:#fff;z-index:10;pointer-events:none;opacity:0;border-radius:8px;width:max-content;max-width:260px;padding:.6rem .8rem;font-size:.75rem;line-height:1.4;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.ob-tooltip-box:after{content:"";border:5px solid #0000;border-top-color:var(--ob-text);position:absolute;top:100%;left:50%;transform:translate(-50%)}.ob-tooltip-wrap:hover .ob-tooltip-box,.ob-tooltip-wrap:focus-within .ob-tooltip-box{opacity:1}.kyc-category{margin-bottom:1.25rem}.kyc-category-header{color:var(--ob-text-secondary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.8125rem;font-weight:600;display:flex}.kyc-category-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.15rem .5rem;font-size:.6875rem;font-weight:600}.kyc-badge-required{color:var(--ob-error);background:#fef2f2}.kyc-badge-optional{color:var(--ob-text-muted);background:#f3f4f6}.kyc-item{background:var(--ob-bg);border-radius:var(--ob-radius);transition:all var(--ob-transition);border:1.5px solid #0000;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem 1rem;display:flex}.kyc-item.uploaded{border-color:var(--ob-accent);background:var(--ob-accent-bg)}.kyc-item.skipped{opacity:.6}.kyc-item.error{border-color:var(--ob-error);background:var(--ob-error-bg)}.kyc-item-info{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}.kyc-item-icon{background:var(--ob-card);width:36px;height:36px;color:var(--ob-accent);border:1px solid var(--ob-border-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.kyc-item-text h4{margin:0 0 .1rem;font-size:.875rem;font-weight:500}.kyc-item-text p{color:var(--ob-text-muted);margin:0;font-size:.75rem;line-height:1.3}.kyc-item-actions{flex-shrink:0;gap:.4rem;display:flex}.ob-upload-zone{border:2px dashed var(--ob-border);border-radius:var(--ob-radius);text-align:center;cursor:pointer;background:var(--ob-bg);margin-top:.5rem;padding:1.5rem;transition:all .2s}.ob-upload-zone:hover,.ob-upload-zone.drag-active{border-color:var(--ob-accent);background:var(--ob-accent-bg)}.ob-upload-zone-icon{color:var(--ob-text-muted);margin-bottom:.5rem;font-size:1.5rem}.ob-upload-zone-text{color:var(--ob-text-secondary);margin-bottom:.5rem;font-size:.875rem}.ob-upload-zone-hint{color:var(--ob-text-muted);font-size:.75rem}.ob-upload-btns{justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.ob-file-preview{background:var(--ob-accent-bg);border-radius:var(--ob-radius);border:1px solid var(--ob-accent);align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;display:flex}.ob-file-info{flex:1;min-width:0}.ob-file-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.ob-file-size{color:var(--ob-text-muted);font-size:.75rem}.ob-file-error{background:var(--ob-error-bg);color:var(--ob-error);border-radius:var(--ob-radius);border:1px solid #fecaca;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.8125rem;line-height:1.4;display:flex}.kyc-btn{cursor:pointer;transition:all var(--ob-transition);white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:.4rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500}.kyc-btn-upload{background:var(--ob-accent);color:#fff;border-color:var(--ob-accent)}.kyc-btn-upload:hover{opacity:.9}.kyc-btn-skip{color:var(--ob-text-muted);border-color:var(--ob-border);background:0 0}.kyc-btn-skip:hover{border-color:var(--ob-text-secondary);color:var(--ob-text)}.kyc-status-badge{white-space:nowrap;border-radius:999px;padding:.25rem .6rem;font-size:.6875rem;font-weight:600}.kyc-badge-done{background:var(--ob-accent-light);color:var(--ob-accent)}.kyc-badge-later{color:var(--ob-text-muted);background:#f3f4f6}.kyc-consequence{color:var(--ob-warning);background:var(--ob-warning-bg);border-radius:var(--ob-radius);align-items:flex-start;gap:.4rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;display:flex}.nominee-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.nominee-card{background:var(--ob-bg);border-radius:var(--ob-radius-lg);border:1px solid var(--ob-border-light);padding:1.25rem;position:relative}.nominee-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.nominee-card-title{color:var(--ob-text);font-size:.9375rem;font-weight:600}.nominee-remove{color:var(--ob-error);cursor:pointer;transition:background var(--ob-transition);background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-family:inherit;font-size:.8125rem;font-weight:500}.nominee-remove:hover{background:var(--ob-error-bg)}.nominee-fields{flex-direction:column;gap:.875rem;display:flex}.nominee-fields .ob-inline{flex-wrap:wrap}.share-meter{margin:1rem 0}.share-meter-bar{background:var(--ob-border-light);border-radius:4px;height:8px;margin-bottom:.35rem;overflow:hidden}.share-meter-fill{background:var(--ob-accent);border-radius:4px;height:100%;transition:width .3s,background .3s}.share-meter-fill.over{background:var(--ob-error)}.share-meter-fill.perfect{background:var(--ob-accent)}.share-meter-label{color:var(--ob-text-muted);justify-content:space-between;font-size:.75rem;display:flex}.share-meter-label.error{color:var(--ob-error)}.share-meter-label.valid{color:var(--ob-accent)}.add-nominee-btn{background:var(--ob-bg);border:2px dashed var(--ob-border);border-radius:var(--ob-radius-lg);cursor:pointer;width:100%;color:var(--ob-text-secondary);transition:all var(--ob-transition);justify-content:center;align-items:center;gap:.4rem;padding:.875rem;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.add-nominee-btn:hover{border-color:var(--ob-accent);color:var(--ob-accent);background:var(--ob-accent-bg)}.add-nominee-btn:disabled{opacity:.4;cursor:not-allowed}.skip-nominee{background:var(--ob-bg);border-radius:var(--ob-radius);border:1px solid var(--ob-border-light);margin-top:1rem;padding:1rem}.skip-nominee-check{cursor:pointer;color:var(--ob-text-secondary);align-items:flex-start;gap:.6rem;font-size:.875rem;display:flex}.skip-nominee-check input[type=checkbox]{accent-color:var(--ob-accent);flex-shrink:0;width:16px;height:16px;margin-top:.15rem}.review-section{border:1px solid var(--ob-border-light);border-radius:var(--ob-radius);margin-bottom:.75rem;overflow:hidden}.review-header{background:var(--ob-bg);cursor:pointer;color:var(--ob-text);width:100%;transition:background var(--ob-transition);border:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;display:flex}.review-header:hover{background:#f0efed}.review-chevron{transition:transform .2s}.review-section.open .review-chevron{transform:rotate(180deg)}.review-body{max-height:0;padding:0;transition:max-height .3s,padding .3s;overflow:hidden}.review-section.open .review-body{max-height:600px;padding:0 1rem 1rem}.review-row{border-bottom:1px solid var(--ob-border-light);justify-content:space-between;padding:.4rem 0;font-size:.875rem;display:flex}.review-row:last-child{border-bottom:none}.review-label{color:var(--ob-text-muted)}.review-value{color:var(--ob-text);text-align:right;font-weight:500}.review-status{border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.review-status.uploaded{background:var(--ob-accent-light);color:var(--ob-accent)}.review-status.pending{background:var(--ob-warning-bg);color:var(--ob-warning)}.review-status.skipped{color:var(--ob-text-muted);background:#f3f4f6}.status-card{text-align:center;padding:2.5rem 1.5rem}.status-icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:1.75rem;display:flex}.status-icon.submitted{background:var(--ob-accent-light);color:var(--ob-accent)}.status-icon.draft{color:var(--ob-text-muted);background:#f3f4f6}.status-tier-bar{align-items:center;gap:0;margin:2rem 0;padding:0 1rem;display:flex}.status-tier{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.status-tier-dot{border:2px solid var(--ob-border);background:var(--ob-card);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:.4rem;font-size:.625rem;font-weight:700;display:flex}.status-tier.done .status-tier-dot{border-color:var(--ob-accent);background:var(--ob-accent);color:#fff}.status-tier.current .status-tier-dot{border-color:var(--ob-accent);background:var(--ob-accent-light);color:var(--ob-accent);animation:2s ease-in-out infinite tierPulse}.status-tier-label{color:var(--ob-text-muted);text-align:center;font-size:.6875rem}.status-tier.done .status-tier-label{color:var(--ob-accent)}.status-tier.current .status-tier-label{color:var(--ob-text);font-weight:600}.status-tier-line{background:var(--ob-border);z-index:0;width:100%;height:2px;position:absolute;top:12px;left:50%}.status-tier.done .status-tier-line{background:var(--ob-accent)}.status-tier:last-child .status-tier-line{display:none}@keyframes tierPulse{0%,to{box-shadow:0 0 #2d6a4f4d}50%{box-shadow:0 0 0 6px #2d6a4f00}}.status-next{background:var(--ob-bg);border-radius:var(--ob-radius);text-align:left;margin:1.5rem 0;padding:1.25rem}.status-next h4{margin-bottom:.75rem;font-size:.9375rem;font-weight:600}.status-next ul{margin:0;padding:0;list-style:none}.status-next li{color:var(--ob-text-secondary);padding:.35rem 0 .35rem 1.25rem;font-size:.875rem;position:relative}.status-next li:before{content:"";background:var(--ob-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.7rem;left:0}.ob-actions{justify-content:space-between;gap:.75rem;margin-top:.5rem;display:flex}.ob-actions-review{justify-content:space-between;align-items:center}.ob-btn{cursor:pointer;transition:all var(--ob-transition);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.ob-btn-primary{background:var(--ob-btn-bg);color:var(--ob-btn-text)}.ob-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.ob-btn-primary:disabled{cursor:not-allowed;background:#d1d1d0}.ob-btn-secondary{color:var(--ob-text-secondary);border:1.5px solid var(--ob-border);background:0 0}.ob-btn-secondary:hover{border-color:var(--ob-text-secondary);color:var(--ob-text)}.ob-btn-accent{background:var(--ob-accent);color:#fff}.ob-btn-accent:hover{opacity:.9}.ob-btn-sm{padding:.5rem 1rem;font-size:.8125rem}.ob-btn-block{width:100%}.ob-divider{border:none;border-top:1px solid var(--ob-border-light);margin:1.25rem 0}.ob-center{text-align:center}.ob-sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:640px){.ob-card{padding:2.5rem}.ob-title{font-size:1.75rem}.ob-step-label{display:block}.ob-header{padding:.875rem 1.5rem}.ob-layout{padding:2rem 1.5rem 4rem}}@media (min-width:1024px){.ob-sidebar{display:block}.ob-content{margin:0}.ob-layout{gap:3rem}.ob-layout-centered{justify-content:center}.ob-layout-centered .ob-content{margin:0 auto}}@media (max-width:639px){.ob-header-inner{gap:.5rem}.ob-step-line{min-width:8px;margin:0 .15rem}.ob-step-dot{width:24px;height:24px;font-size:.6875rem}.ob-card{border-radius:var(--ob-radius-lg);padding:1.5rem 1.25rem}.ob-actions{flex-direction:column-reverse}.ob-btn{width:100%}.ob-inline{flex-direction:column}.nre-gate{grid-template-columns:1fr}.kyc-item{flex-direction:column;align-items:flex-start;gap:.5rem}.kyc-item-actions{width:100%}.kyc-btn{text-align:center;flex:1}.nominee-fields .ob-inline{flex-direction:column}}.auth-gate{max-width:440px;margin:0 auto}.auth-tabs{background:var(--ob-bg);border-radius:var(--ob-radius);gap:4px;margin-bottom:1.5rem;padding:4px;display:flex}.auth-tab{border-radius:calc(var(--ob-radius) - 2px);color:var(--ob-text-secondary);cursor:pointer;transition:all var(--ob-transition);background:0 0;border:none;flex:1;padding:.625rem;font-family:inherit;font-size:.875rem;font-weight:500}.auth-tab.active{background:var(--ob-card);color:var(--ob-text);font-weight:600;box-shadow:0 1px 3px #00000014}.auth-tab:hover:not(.active){color:var(--ob-text)}.auth-panel{min-height:120px}.auth-google-btn{background:var(--ob-card);border:1.5px solid var(--ob-border);border-radius:var(--ob-radius);width:100%;color:var(--ob-text);cursor:pointer;transition:all var(--ob-transition);justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:500;display:flex}.auth-google-btn:hover:not(:disabled){border-color:var(--ob-text-secondary);box-shadow:var(--ob-shadow-md);transform:translateY(-1px)}.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-google-btn svg{flex-shrink:0}.auth-otp-hint{color:var(--ob-text-secondary);margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.otp-input-group{justify-content:center;gap:.5rem;display:flex}.otp-digit{text-align:center;border:1.5px solid var(--ob-border);border-radius:var(--ob-radius);background:var(--ob-bg);width:48px;height:56px;color:var(--ob-text);transition:all var(--ob-transition);outline:none;font-family:inherit;font-size:1.25rem;font-weight:600}.otp-digit:focus{border-color:var(--ob-accent);background:var(--ob-card);box-shadow:0 0 0 3px #2d6a4f1a}.auth-resend-btn{text-align:center;width:100%;color:var(--ob-text-muted);cursor:pointer;transition:color var(--ob-transition);background:0 0;border:none;margin-top:1rem;padding:.5rem;font-family:inherit;font-size:.8125rem;display:block}.auth-resend-btn:hover{color:var(--ob-accent)}.auth-error{border-radius:var(--ob-radius);background:var(--ob-error-bg);color:var(--ob-error);margin-top:1rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;line-height:1.4}.auth-divider{color:var(--ob-text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--ob-border);flex:1;height:1px}.auth-switch-btn{background:var(--ob-bg);border:1px solid var(--ob-border-light);border-radius:var(--ob-radius);width:100%;color:var(--ob-text-secondary);cursor:pointer;transition:all var(--ob-transition);text-align:center;padding:.75rem;font-family:inherit;font-size:.875rem;font-weight:500}.auth-switch-btn:hover{border-color:var(--ob-border);color:var(--ob-text);background:#f3f2f0}.auth-spinner{border:3px solid var(--ob-border);border-top-color:var(--ob-accent);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.ob-btn-block{text-align:center;justify-content:center;width:100%}@media (max-width:480px){.otp-digit{width:42px;height:48px;font-size:1.125rem}.auth-gate{padding:1.5rem 1.25rem}}.kyc-doc-block{margin-bottom:.875rem}.kyc-doc-block:last-child{margin-bottom:0}.ob-file-list{flex-direction:column;gap:.375rem;margin:.375rem 0 0;display:flex}.ob-file-row{border:1px solid var(--ob-border);background:#f8f7f5;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.ob-file-main{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.ob-file-meta{align-items:center;gap:.45rem;min-width:0;display:flex}.ob-file-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--ob-text-secondary);background:#ece9e6;border-radius:6px;flex-shrink:0;padding:.15rem .4rem;font-size:.625rem;font-weight:700}.ob-file-remove-btn{color:#b42318;cursor:pointer;transition:all var(--ob-transition);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:.2rem .45rem;font-size:.75rem;font-weight:600}.ob-file-remove-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca}.ob-file-remove-btn:disabled{opacity:.5;cursor:not-allowed}.ob-file-add-btn{color:var(--ob-accent);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.125rem;font-size:.8rem;font-weight:600}.ob-file-add-btn:hover{text-decoration:underline}.ob-file-uploading{margin-left:.125rem;font-size:.8125rem}@media (max-width:639px){.ob-file-row{padding:.625rem}}.auth-otp-actions{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.auth-link-btn{color:var(--ob-accent);cursor:pointer;transition:all var(--ob-transition);background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:.875rem;font-weight:600}.auth-link-btn:hover:not(:disabled){background:var(--ob-accent-bg)}.auth-link-btn:disabled{opacity:.5;cursor:not-allowed}.auth-timer-text{color:var(--ob-text-muted);margin:0;font-size:.875rem}
