.choice-card{display:block;min-height:76px;border:2px solid var(--line);border-radius:var(--radius);padding:16px 18px;background:var(--surface-strong)}.choice-card+.choice-card{margin-top:12px}.choice-green{border-color:var(--green-line);background:var(--green-soft)}.choice-blue{border-color:var(--blue-line);background:var(--blue-soft)}.choice-orange{border-color:var(--orange-line);background:var(--orange-soft)}.choice-purple{border-color:var(--purple-line);background:var(--purple-soft)}.choice-red{border-color:var(--red-line);background:var(--red-soft)}.choice-title{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ink);font-size:16px;font-weight:900;line-height:1.12}.choice-description{margin-top:4px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.25}.choice-trailing{flex:0 0 auto;color:#68736c;font-size:22px;font-weight:900}.primary-round{display:flex;width:172px;height:172px;align-items:center;justify-content:center;flex-direction:column;border:0;border-radius:50%;margin:24px auto 26px;background:var(--green);box-shadow:0 10px 0 #dfe3d9;color:#ffffff;cursor:pointer;text-align:center}.primary-round strong{font-size:31px;font-weight:900;line-height:1}.primary-round span{margin-top:9px;font-size:13px;font-weight:900;opacity:.9}.bottom-action{position:absolute;right:24px;bottom:22px;left:24px;display:grid;grid-gap:10px;gap:10px}.action-button{display:flex;min-height:var(--tap);align-items:center;justify-content:center;border:2px solid transparent;border-radius:var(--radius);padding:12px 16px;color:#ffffff;font-size:16px;font-weight:900;text-align:center}.action-primary{background:var(--green)}.action-secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.action-purple{background:var(--purple)}.action-red{border-color:var(--red-line);background:var(--red-soft);color:var(--red)}.action-link{display:flex;min-height:34px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--green);font-size:13px;font-weight:900}.tabs{position:absolute;right:21px;bottom:18px;left:21px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;background:var(--surface)}.screen-bottom .tabs,.tabs{border-top:1px solid var(--line);padding-top:12px}.screen-bottom .tabs{position:static;right:auto;bottom:auto;left:auto;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.tab{color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-align:center}.tab:before{display:block;width:7px;height:7px;border-radius:50%;margin:0 auto 5px;background:#9ea79e;content:""}.tab-active{color:var(--green)}.tab-active:before{background:var(--green)}.inline-notice{border:1px solid var(--line);border-radius:var(--radius);margin-top:14px;padding:14px 16px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.3}.notice-neutral{background:var(--gray)}.notice-green{border-color:var(--green-line);background:var(--green-soft)}.notice-orange{border-color:var(--orange-line);background:var(--orange-soft)}.notice-red{border-color:var(--red-line);background:var(--red-soft)}.safe-title{margin:26px 0 10px;color:var(--red);font-size:22px;font-weight:900;line-height:1.08}