.ob-theme{--ob-bg:#f6f2ec;--ob-ink:#1e1812;--ob-muted:#6b6360;--ob-faint:#b0a89a;--ob-line:#eae6df;--ob-input-bg:#f6f2ec;--ob-input-border:#e0dcd4;--ob-coral:#e8836a;--ob-coral-hover:#d9704f;--ob-lemon:#fbe7b8;--ob-ok:#22a06b;--ob-err:#d94040;min-height:100vh;display:flex;flex-direction:column;background:var(--ob-bg);color:var(--ob-ink);font-family:var(--font-satoshi),"Satoshi",system-ui,sans-serif;-webkit-font-smoothing:antialiased}.ob-theme .ob-header{position:fixed;top:0;left:0;right:0;z-index:100;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:rgba(246,242,236,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(30,24,18,.07)}.ob-theme .ob-progress{display:flex;align-items:center;gap:10px}.ob-theme .ob-progress-label{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:11px;color:var(--ob-faint);letter-spacing:.04em}.ob-theme .ob-progress-bar{display:flex;gap:4px}.ob-theme .ob-seg{width:22px;height:4px;border-radius:2px;background:#e8e2d6}.ob-theme .ob-seg.done{background:var(--ob-coral)}.ob-theme .ob-job-bar{position:fixed;top:58px;left:0;right:0;z-index:90;background:#fff;border-bottom:1px solid var(--ob-line);padding:12px 48px;display:flex;align-items:center;justify-content:center}.ob-theme .ob-job-bar.attn{animation:obJobBarFlash 1.8s ease-out}.ob-theme .ob-job-bar-inner{display:flex;align-items:center;gap:14px;max-width:1120px}.ob-theme .ob-job-bar-logo{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid var(--ob-line);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ob-theme .ob-job-bar-logo img{width:24px;height:24px;object-fit:contain}.ob-theme .ob-job-bar-text{font-size:13px;color:var(--ob-muted)}.ob-theme .ob-job-bar-text b{color:var(--ob-ink);font-weight:600}.ob-theme .ob-main{flex:1;width:100%;max-width:560px;margin:0 auto;padding:150px 24px 80px}.ob-theme .ob-main.has-job-bar{padding-top:178px}.ob-theme .ob-heading-row{text-align:center;margin-bottom:30px}.ob-theme .ob-heading-row h2{font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.ob-theme .ob-heading-row p{font-size:14px;color:var(--ob-muted)}.ob-theme .ob-card{background:#fff;border:1px solid var(--ob-line);border-radius:18px;padding:30px 28px 26px}.ob-theme .ob-card-heading{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px;text-align:center}.ob-theme .ob-card-sub{font-size:14px;color:var(--ob-muted);text-align:center;margin-bottom:26px}.ob-theme .ob-field{margin-bottom:18px}.ob-theme .ob-label{display:flex;align-items:center;gap:6px;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:10px;font-weight:500;color:var(--ob-faint);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.ob-theme .ob-input,.ob-theme .ob-select{width:100%;font-family:var(--font-satoshi),"Satoshi",system-ui,sans-serif;font-size:15px;color:var(--ob-ink);background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:10px;padding:12px 14px;transition:border-color .15s,background .15s,box-shadow .15s}.ob-theme .ob-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6360' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:30px;cursor:pointer}.ob-theme .ob-input::placeholder{color:var(--ob-faint)}.ob-theme .ob-input:focus,.ob-theme .ob-select:focus{outline:none;background:#fff;border-color:var(--ob-coral);box-shadow:0 0 0 3px rgba(232,131,106,.12)}.ob-theme .ob-input.valid{border-color:var(--ob-ok)}.ob-theme .ob-input.invalid,.ob-theme .ob-select.invalid{border-color:var(--ob-err);background:rgba(217,64,64,.05)}.ob-theme .ob-field-error{color:#c4523a}.ob-theme .ob-field-error,.ob-theme .ob-field-hint{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:11px;margin-top:6px}.ob-theme .ob-field-hint{color:var(--ob-faint)}.ob-theme .ob-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.ob-theme .ob-toggle-group{display:flex;gap:8px}.ob-theme .ob-toggle{flex:1;font-size:13px;font-weight:700;letter-spacing:.03em;background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:10px;padding:12px 0;cursor:pointer}.ob-theme .ob-toggle.selected{background:var(--ob-ink);border-color:var(--ob-ink);color:#fff}.ob-theme .ob-group-invalid{outline:2px dashed var(--ob-err);outline-offset:4px;border-radius:12px}.ob-theme .ob-workmode-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ob-theme .ob-workmode-card{background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:12px;padding:16px 14px;cursor:pointer;text-align:center}.ob-theme .ob-workmode-card.selected{background:#fff;border-color:var(--ob-coral);box-shadow:0 0 0 1.5px rgba(232,131,106,.15)}.ob-theme .ob-workmode-card .wm-title{font-size:14px;font-weight:700;margin-bottom:4px}.ob-theme .ob-workmode-card .wm-sub{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:10px;color:#8a827a}.ob-theme .ob-ctc-range{display:flex;gap:8px;align-items:center}.ob-theme .ob-ctc-range .ob-input{text-align:center}.ob-theme .ob-ctc-sep{color:var(--ob-faint);font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:12px}.ob-theme .ob-phone-group{display:flex;gap:8px}.ob-theme .ob-phone-code{flex:0 0 82px;padding-left:10px;padding-right:26px;background-position:right 8px center}.ob-theme .ob-phone-group .ob-input{flex:1;min-width:0}.ob-theme .ob-btn-primary,.ob-theme .ob-btn-secondary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;font-size:15px;font-weight:600;border-radius:12px;padding:15px 20px;cursor:pointer;border:none}.ob-theme .ob-btn-primary{color:#fff;background:var(--ob-coral)}.ob-theme .ob-btn-primary:hover{background:var(--ob-coral-hover)}.ob-theme .ob-btn-primary:disabled{background:var(--ob-input-border);color:var(--ob-faint);cursor:not-allowed}.ob-theme .ob-btn-secondary{color:var(--ob-ink);background:#fff;border:1.5px solid var(--ob-input-border);padding:14px 20px}.ob-theme .ob-btn-secondary:hover{border-color:#c8c0b8;background:var(--ob-bg)}.ob-theme .ob-dropzone{border:1.5px dashed #d8d0c4;border-radius:16px;padding:44px 24px;text-align:center;cursor:pointer;margin-bottom:20px}.ob-theme .ob-dropzone.drag,.ob-theme .ob-dropzone:hover{border-color:var(--ob-coral);background:rgba(232,131,106,.04)}.ob-theme .ob-dropzone-icon{width:44px;height:44px;margin:0 auto 16px;background:var(--ob-lemon);border-radius:50%;display:flex;align-items:center;justify-content:center}.ob-theme .ob-dropzone p.title{font-size:15px;font-weight:600;margin-bottom:4px}.ob-theme .ob-dropzone p.hint{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:11px;color:var(--ob-faint)}.ob-theme .ob-dropzone p.filename{font-size:14px;font-weight:600;color:var(--ob-coral)}.ob-theme .ob-reading{text-align:center;padding:30px 0}.ob-theme .ob-spinner-sm{width:26px;height:26px;margin:0 auto 14px;border:3px solid var(--ob-line);border-top-color:var(--ob-coral);border-radius:50%;animation:obSpin .8s linear infinite}.ob-theme .ob-reading p{font-size:13px}.ob-theme .ob-reading p,.ob-theme .ob-resumed-note{font-family:var(--font-geist-mono),"Geist Mono",monospace;color:var(--ob-muted)}.ob-theme .ob-resumed-note{font-size:12px;background:#fff;border:1px solid var(--ob-line);border-radius:10px;padding:10px 14px;margin-bottom:18px;text-align:center}.ob-theme .ob-multiselect{position:relative}.ob-theme .ob-multiselect-trigger{width:100%;text-align:left;font-size:14px;color:var(--ob-ink);background:var(--ob-input-bg) url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6360' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;border:1.5px solid var(--ob-input-border);border-radius:10px;padding:12px 34px 12px 14px;cursor:pointer}.ob-theme .ob-multiselect-trigger.placeholder{color:var(--ob-faint)}.ob-theme .ob-multiselect-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;background:#fff;border:1px solid var(--ob-line);border-radius:12px;box-shadow:0 10px 30px rgba(30,24,18,.12);padding:8px;max-height:260px;overflow-y:auto}.ob-theme .ob-multiselect-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:14px}.ob-theme .ob-multiselect-row:hover{background:var(--ob-bg)}.ob-theme .ob-multiselect-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--ob-coral);flex-shrink:0}.ob-theme .ob-multiselect-other-input{margin:4px 10px 6px 33px;width:calc(100% - 43px);font-size:13px;background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:8px;padding:8px 10px}.ob-theme .ob-recap-list{display:flex;flex-direction:column;gap:12px}.ob-theme .ob-recap-item{background:#fff;border:1px solid var(--ob-line);border-radius:16px;overflow:hidden}.ob-theme .ob-recap-summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;cursor:pointer;text-align:left;padding:18px 20px}.ob-theme .ob-recap-summary:hover{background:#faf8f4}.ob-theme .ob-recap-label{display:block;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:10px;font-weight:500;color:var(--ob-faint);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.ob-theme .ob-recap-value{display:block;font-size:14px;color:var(--ob-ink);line-height:1.5}.ob-theme .ob-recap-edit{flex-shrink:0;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:12px;font-weight:500;color:var(--ob-coral)}.ob-theme .ob-recap-panel{border-top:1px solid var(--ob-line);padding:18px 20px 20px}.ob-theme .ob-role-tag{display:inline-block;font-size:10px;color:var(--ob-coral);text-transform:uppercase;letter-spacing:.08em;background:rgba(232,131,106,.1);padding:4px 8px;border-radius:6px;margin-bottom:14px}.ob-theme .ob-role-tag,.ob-theme .ob-role-toggle{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-weight:500}.ob-theme .ob-role-toggle{width:100%;text-align:left;font-size:12px;color:var(--ob-muted);background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:10px;padding:11px 14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.ob-theme .ob-role-toggle .arrow{transition:transform .15s ease}.ob-theme .ob-role-toggle .arrow.open{transform:rotate(180deg)}.ob-theme .ob-otp-overlay{position:fixed;inset:0;z-index:150;background:rgba(30,24,18,.4);display:flex;align-items:center;justify-content:center;padding:20px}.ob-theme .ob-otp-modal{position:relative;width:100%;max-width:340px;background:#fff;border-radius:18px;border:1px solid var(--ob-line);padding:26px 24px 22px;box-shadow:0 20px 50px rgba(30,24,18,.18)}.ob-theme .ob-otp-close{position:absolute;top:14px;right:14px;width:26px;height:26px;border-radius:50%;background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:var(--ob-faint)}.ob-theme .ob-otp-title{font-size:17px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.ob-theme .ob-otp-sub{font-size:13px;color:var(--ob-muted);line-height:1.5;margin-bottom:10px}.ob-theme .ob-email-display,.ob-theme .ob-otp-sub b{display:block;font-size:15px;font-weight:700;color:var(--ob-ink);letter-spacing:0;margin-bottom:16px;word-break:break-all}.ob-theme .ob-otp-input{width:100%;text-align:center;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:20px;letter-spacing:.4em;color:var(--ob-ink);background:var(--ob-input-bg);border:1.5px solid var(--ob-input-border);border-radius:10px;padding:12px 14px 12px 20px}.ob-theme .ob-otp-input:focus{outline:none;background:#fff;border-color:var(--ob-coral);box-shadow:0 0 0 3px rgba(232,131,106,.12)}.ob-theme .ob-otp-link{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:12px;color:var(--ob-coral);background:none;border:none;cursor:pointer;padding:0}.ob-theme .ob-otp-link:disabled{color:var(--ob-faint);cursor:not-allowed}.ob-theme .ob-otp-note{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:10.5px;color:var(--ob-faint);margin-top:14px;line-height:1.6}.ob-theme .ob-error-banner{font-size:13px;color:var(--ob-err);background:rgba(217,64,64,.08);border-radius:10px;padding:10px 12px;margin-bottom:16px}.ob-theme .ob-wx{display:flex;flex-direction:column;gap:12px}.ob-theme .ob-wx-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ob-theme .ob-wx-stat{background:var(--ob-input-bg);border:1px solid var(--ob-line);border-radius:12px;padding:10px 8px;text-align:center}.ob-theme .ob-wx-stat-value{display:block;font-size:13px;font-weight:700;color:var(--ob-ink);line-height:1.3;word-break:break-word}.ob-theme .ob-wx-stat-label{display:block;margin-top:4px;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:9px;font-weight:500;color:var(--ob-faint);text-transform:uppercase;letter-spacing:.06em}.ob-theme .ob-wx-recent,.ob-theme .ob-wx-role-card{border:1.5px solid var(--ob-line);border-radius:14px;padding:16px 14px 14px}.ob-theme .ob-wx-recent.invalid,.ob-theme .ob-wx-role-card.invalid{border-color:var(--ob-err)}.ob-theme .ob-wx-recent-head,.ob-theme .ob-wx-role-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.ob-theme .ob-wx-recent-head .ob-role-tag,.ob-theme .ob-wx-role-head .ob-role-tag{margin-bottom:0}.ob-theme .ob-wx-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:var(--ob-faint);cursor:pointer;border-radius:8px}.ob-theme .ob-wx-icon-btn:hover{background:rgba(217,64,64,.08);color:var(--ob-err)}.ob-theme .ob-wx-earlier{display:flex;flex-direction:column;gap:10px;margin-top:10px}.ob-theme .ob-wx-role-company{font-size:15px;font-weight:650;color:var(--ob-ink)}.ob-theme .ob-wx-role-meta{font-size:13px;color:var(--ob-muted);margin-top:2px}.ob-theme .ob-wx-editor .ob-field{margin-bottom:12px}.ob-theme .ob-wx-present{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ob-ink);cursor:pointer;padding-bottom:4px}.ob-theme .ob-wx-present input{accent-color:var(--ob-coral)}@media (max-width:520px){.ob-theme .ob-wx-stats{grid-template-columns:1fr}}.ob-theme .ob-intro{text-align:center}.ob-theme .ob-intro-logo{display:block;width:48px;height:48px;margin:0 auto 26px}.ob-theme .ob-intro h1{font-size:clamp(28px,4vw,38px);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:14px}.ob-theme .ob-intro h1 .peach{color:var(--ob-coral)}.ob-theme .ob-intro .ob-sub{font-size:16px;font-weight:500;margin-bottom:6px}.ob-theme .ob-intro .ob-desc{font-size:14px;color:var(--ob-muted);line-height:1.6;max-width:380px;margin:0 auto}.ob-theme .ob-btn-stack{display:flex;flex-direction:column;gap:12px;margin-top:34px;margin-bottom:20px}.ob-theme .ob-legal,.ob-theme .ob-terms{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:11px;color:var(--ob-faint)}.ob-theme .ob-legal{flex-shrink:0;padding:0 24px 28px;text-align:center;letter-spacing:.02em}.ob-theme .ob-legal a{color:var(--ob-muted);text-decoration:underline}.ob-theme .ob-back{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:11px;color:var(--ob-faint);text-decoration:none;letter-spacing:.05em;display:inline-flex;align-items:center;gap:6px;margin-bottom:22px;background:none;border:none;cursor:pointer}@keyframes obSpin{to{transform:rotate(1turn)}}@keyframes obJobBarFlash{0%{background:rgba(232,131,106,.16);border-bottom-color:rgba(232,131,106,.4)}55%{background:rgba(232,131,106,.08)}to{background:#fff;border-bottom-color:#eae6df}}@media (max-width:900px){.ob-theme .ob-job-bar{padding:12px 32px}}@media (max-width:480px){.ob-theme .ob-header{padding:0 20px}.ob-theme .ob-progress-label{display:none}.ob-theme .ob-job-bar{padding:10px 20px}.ob-theme .ob-main{padding:120px 20px 60px}.ob-theme .ob-main.has-job-bar{padding-top:168px}.ob-theme .ob-card{padding:24px 20px 20px}.ob-theme .ob-row2,.ob-theme .ob-workmode-grid{grid-template-columns:1fr}}