@charset "UTF-8";:root{--bg:#f5f7fa;--card:#ffffff;--accent:#276ef1;--muted:#6b7280;--danger:#e04646;--radius:12px;--fw-semibold:600}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Helvetica,Arial,sans-serif;background:var(--bg);color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;align-items:flex-start;justify-content:center;padding:32px}.card{width:100%;max-width:420px;background:var(--card);border-radius:var(--radius);box-shadow:0 6px 20px #141e3c14;padding:20px;overflow:hidden;position:relative}.banner{display:block;margin:0 0 22px;width:auto;height:auto;max-width:60%;border-radius:8px;object-fit:contain}h1{margin:0 0 6px;font-size:18px;font-weight:var(--fw-semibold)}p.lead{margin:0 0 14px;color:var(--muted);font-size:13px}.section{background:linear-gradient(180deg,rgba(0,0,0,.01),transparent);border-radius:10px;padding:12px;margin-bottom:12px}.section h2{margin:0 0 8px;font-size:13px;color:#374151}.actions{display:flex;flex-direction:column;grid-gap:10px;gap:10px}a.button,button.button{display:inline-flex;align-items:center;grid-gap:10px;gap:10px;text-decoration:none;padding:10px 12px;border-radius:8px;font-size:15px;font-weight:600;color:#fff;background:var(--accent);box-shadow:0 2px 8px #276ef11f;border:0;cursor:pointer;justify-content:center}a.button.secondary,button.secondary{background:#e3e4e6;color:#111827;box-shadow:none;font-weight:600}a.text-link{color:var(--accent);text-decoration:none;font-weight:600;font-size:14px}button[disabled]{opacity:.6;cursor:not-allowed}.danger{background:var(--danger);box-shadow:0 2px 8px #e046461f}.muted{color:var(--muted);font-size:13px}.green{color:green}.alert{margin-top:8px;padding:8px 10px;border-radius:6px}.alert.success{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.alert.error{background:#fff1f2;color:#7f1d1d;border:1px solid #fecaca}.plan-options{display:flex;grid-gap:12px;gap:12px;margin-top:8px}.plan{flex:1;border:1px solid #ccc;border-radius:6px;padding:10px;cursor:pointer;transition:background .12s,border-color .12s,box-shadow .12s;background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plan:hover{background:#f9f9f9;border-color:#999}.plan input[type=radio]{margin-right:8px;transform:translateY(1px)}.plan-header{display:flex;align-items:center}.plan-title{font-weight:600;font-size:14px}.plan .description{text-align:center;font-size:12px;color:#666;margin-top:6px}fieldset{border:1px solid #e5e7eb;padding:10px;border-radius:6px}legend{font-size:13px;padding:0 6px}.full-width{width:100%;justify-content:center}.actions-row{display:flex;grid-gap:8px;gap:8px;margin-top:10px;align-items:center}.actions-row .button{flex:1;padding:7px 10px;height:36px;font-size:14px;border-radius:6px}.footer-row{display:flex;justify-content:space-between;align-items:center;grid-gap:8px;gap:8px;margin-top:6px;font-size:13px;color:var(--muted)}.footer-row .copyright{color:var(--muted);font-size:13px}.error{color:#c00;font-size:12px}#login-error{margin-top:8px;display:none}.row{display:flex;grid-gap:8px;gap:8px;align-items:center}.row .spaced{margin-bottom:10px}.spacer{flex:1}.plan-badge{background:#eef2ff;color:#3730a3;padding:6px 8px;border-radius:999px;font-weight:600;font-size:13px}.headspace{margin-top:10px}.login-view{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-top:6px}.form-row{display:flex;flex-direction:column;grid-gap:6px;gap:6px}label.small{font-size:13px;color:var(--muted)}input[type=email],input[type=password],input[type=text]{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;outline:none;margin-bottom:6px}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{box-shadow:0 0 0 3px #276ef114;border-color:var(--accent)}.login-actions{display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px;margin-top:8px}.login-actions .left{display:flex;grid-gap:8px;gap:8px;align-items:center}.text-link.small{font-size:13px;font-weight:600;color:var(--accent);text-decoration:none}.signup-cta{margin-top:10px;text-align:center}.signup-cta .small-muted{color:var(--muted);font-size:13px;margin:0}.signup-cta .text-link{font-weight:700}.hidden{display:none!important}#message{display:none;margin-top:8px}.logout-link{position:absolute;right:12px;top:12px;font-size:13px;color:var(--accent);text-decoration:none;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e73;display:flex;align-items:center;justify-content:center;z-index:1200}.modal{width:100%;max-width:420px;background:var(--card);border-radius:12px;padding:16px;box-shadow:0 12px 40px #0a0f1e40;transform:translateY(0);transition:transform .15s ease-out,opacity .12s}.modal h3{margin:0 0 8px;font-size:16px}.modal .form-row{margin-bottom:8px}.modal-footer{display:flex;justify-content:space-between;grid-gap:8px;gap:8px;align-items:center;margin-top:8px}.modal .muted{font-size:13px}.modal .close-btn{background:transparent;border:0;color:var(--muted);cursor:pointer;font-size:13px;float:right}.fade{opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease;will-change:opacity,transform;pointer-events:none}.fade.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.modal-backdrop.fade{background:#00000073}.modal.fade{transition-duration:.22s;transition-timing-function:cubic-bezier(.2,.9,.2,1)}.dialog-buttons .right{margin-left:auto;display:flex;grid-gap:.5rem;gap:.5rem;align-items:center}.dialog-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.encryption-warning{margin-top:8px;padding:10px;background:#fff7ed;border:1px solid #ffedd5;border-radius:8px;color:#92400e;font-size:13px}.agreement{display:inline-flex;flex-direction:row;align-items:center;grid-gap:6px;gap:6px;white-space:nowrap}.agreement-text{white-space:nowrap}.paypal-container{margin-top:20px;margin-left:auto;margin-right:auto;width:240px;transition:opacity .18s,-webkit-filter .18s;transition:opacity .18s,filter .18s;transition:opacity .18s,filter .18s,-webkit-filter .18s;position:relative}.paypal-container.disabled{opacity:.52;-webkit-filter:grayscale(30%);filter:grayscale(30%);cursor:not-allowed;pointer-events:none;box-shadow:none}.paypal-container.enabled{opacity:1;-webkit-filter:none;filter:none;pointer-events:auto;box-shadow:0 6px 20px #141e3c14}#paypal-hint{margin-top:8px;font-size:13px;text-align:center;color:var(--muted);min-height:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#agreement-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:10000;justify-content:center;align-items:center}#agreement-modal .modal-content{background:#fff;max-width:80%;max-height:80%;overflow-y:auto;padding:20px;border-radius:4px;position:relative;box-shadow:0 2px 10px #0000004d}#agreement-modal .modal-close{position:absolute;top:8px;right:12px;font-size:24px;cursor:pointer}#agreement-modal .modal-body{margin-top:1em;line-height:1.5}#verify-modal,#verify-step-enter{display:none}#reset-note{display:none;margin-bottom:1.25em}.code-grid{display:flex;grid-gap:8px;gap:8px;margin-top:8px;justify-content:center}.code-digit{width:44px;height:56px;font-size:24px;text-align:center;letter-spacing:6px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;outline:none}.code-digit:focus{box-shadow:0 0 0 3px #276ef114;border-color:var(--accent)}.btn-confirm{padding:8px 12px;border-radius:8px;border:0;cursor:pointer;font-weight:600;background:var(--accent);color:#fff}.btn-resend{padding:8px 12px;border-radius:8px;border:0;cursor:pointer;font-weight:600;background:#e3e4e6;color:#111827}.btn-secondary{padding:8px 12px;border-radius:8px;border:0;cursor:pointer;font-weight:600;background:#f3f4f6;color:#111827}.verify-prompt-text{margin-bottom:18px}.verify-buttons{display:flex;grid-gap:8px;gap:8px;margin-top:0;align-items:center}.flex1{flex:1}#change-pw-strength-text{margin-top:6px}.pw-strength{margin-top:8px}.pw-strength .meter{background:#e5e7eb;height:8px;border-radius:6px;overflow:hidden}.pw-strength .meter-fill{height:100%;width:0%;background:linear-gradient(90deg,#f97316,#276ef1);transition:width .16s ease}.pw-strength.weak .meter-fill{background:linear-gradient(90deg,#f97316,#f43f5e)}.pw-strength.good .meter-fill{background:linear-gradient(90deg,#f59e0b,#276ef1)}.pw-strength.strong .meter-fill{background:linear-gradient(90deg,#16a34a,#276ef1)}.pw-suggestions{margin:6px 0 0 16px;padding-left:0}.pw-suggestion{list-style:disc}.small-muted{font-size:13px;color:#6b7280}.error{color:#b91c1c}#pp-approval-root .pp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}#pp-approval-root .pp-modal{width:880px;max-width:96vw;height:640px;max-height:94vh;background:#fff;border-radius:8px;box-shadow:0 8px 30px #02061740;display:flex;flex-direction:column;overflow:hidden}#pp-approval-root .pp-header{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;border-bottom:1px solid #eef2f7}#pp-approval-root .pp-title{margin:0;font-size:16px;font-weight:600;color:#111827}#pp-approval-root .pp-controls{display:flex;grid-gap:8px;gap:8px}#pp-approval-root .pp-iframe-wrap{position:relative;flex:1}#pp-approval-root .pp-iframe{width:100%;height:100%;border:0;background:#fff}#pp-approval-root .pp-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#6b7280;font-size:14px;background:linear-gradient(transparent,#ffffff80)}#pp-approval-root .pp-close-btn,#pp-approval-root .pp-open-btn{cursor:pointer}#pp-approval-root.hidden{display:none!important}@media (max-width:420px){body{padding:18px}.card{padding:14px}.plan{padding:6px}.plan-title,.actions-row .button{font-size:13px}.modal{margin:12px}}
