:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#020617;--lime-300:#bef264;--lime-400:#a3e635;--lime-600:#65a30d;--lime-950:#1a2e05;--bg:var(--slate-950);--ink:var(--slate-100);--surface:var(--slate-800);--surface-2:var(--slate-700);--border:var(--slate-700);--text:var(--slate-100);--muted:var(--slate-400);--primary:var(--lime-400);--primary-hover:var(--lime-600);--primary-ink:var(--lime-950);--accent:var(--lime-400);--danger:#ef4444;--success:#22c55e;--radius:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}body{background:radial-gradient(1200px 600px at 20% -10%, #c2e6190f, transparent), var(--bg);color:var(--ink);margin:0;position:relative}header{color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:10;background:#020617d9;justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex;position:sticky;top:0}.brand{color:var(--primary);letter-spacing:-.01em;font-size:1.15rem;font-weight:700;text-decoration:none}header span{color:var(--muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.account-menu{position:relative}.account-menu-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin:0;padding:0;font-size:.8rem;line-height:1;display:flex}.account-menu-dropdown{background:linear-gradient(160deg, var(--surface-2), var(--surface));border:1px solid var(--border);border-radius:var(--radius);z-index:20;flex-direction:column;gap:.3rem;min-width:180px;padding:.6rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 30px #02061780}.account-menu-name{border-bottom:1px solid var(--border);color:var(--text);margin-bottom:.2rem;padding:.2rem .5rem .5rem;font-size:.9rem;font-weight:600}.account-menu-dropdown a{color:var(--text);border-radius:6px;padding:.4rem .5rem;font-size:.9rem;text-decoration:none}.account-menu-dropdown a:hover{background:var(--surface-2)}.account-menu-dropdown button{margin:0}main{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}main>div{flex-direction:column;gap:1.5rem;display:flex}h2,h3{letter-spacing:-.01em}h3{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2.25rem;margin-bottom:.75rem;font-size:1.05rem}.card{background:linear-gradient(160deg, var(--surface-2), var(--surface));color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.3rem;box-shadow:0 4px 14px #00000026}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}form{max-width:360px}form.league-form{max-width:none}form label{color:var(--muted);margin-bottom:.85rem;font-size:.85rem;display:block}form input:not([type=checkbox]),form select,form textarea{background:var(--slate-900);border:1px solid var(--slate-500);width:100%;color:var(--text);box-sizing:border-box;border-radius:6px;margin-top:.3rem;padding:.5rem .65rem;font-size:.95rem;display:block;box-shadow:inset 0 1px 3px #0006}form input:not([type=checkbox]):focus,form select:focus,form textarea:focus{border-color:var(--primary);outline:none}form textarea{resize:vertical;font-family:inherit}form label:has(input[type=checkbox]){align-items:center;gap:.55rem;display:flex}form input[type=checkbox]{appearance:none;background:var(--slate-900);border:1px solid var(--slate-500);cursor:pointer;border-radius:5px;flex-shrink:0;width:1.15rem;height:1.15rem;margin:0;padding:0;transition:background .15s,border-color .15s;position:relative;box-shadow:inset 0 1px 3px #0006}form input[type=checkbox]:hover{border-color:var(--primary)}form input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary);box-shadow:none}form input[type=checkbox]:checked:after{content:"";border:solid var(--primary-ink);border-width:0 2px 2px 0;width:.28rem;height:.55rem;position:absolute;top:.16rem;left:.36rem;transform:rotate(45deg)}form input[type=checkbox]:focus-visible{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--primary);outline:none}.sport-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;margin-bottom:.85rem;display:grid}.sport-checkbox{margin-bottom:0}button{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:var(--primary-ink);cursor:pointer;border:none;border-radius:6px;margin:.2rem .4rem .2rem 0;padding:.5rem 1rem;font-size:.9rem;font-weight:700;transition:filter .15s,transform 50ms,box-shadow .15s;box-shadow:0 2px 8px #c2e61933}button:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 14px #c2e6194d}button:active:not(:disabled){transform:translateY(1px)}button:disabled{background:var(--slate-700);color:var(--slate-400);box-shadow:none;cursor:not-allowed}.place-bet-button:disabled{border:1px solid var(--primary);color:var(--primary);opacity:.85;background:0 0}button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}button.secondary:hover:not(:disabled){background:var(--surface)}button.danger{background:var(--danger);color:var(--slate-50);box-shadow:0 2px 8px #ef44444d}button.danger:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 14px #ef444466}.error{color:var(--danger)}.toast-overlay{z-index:200;pointer-events:none;justify-content:center;padding:0 1rem;display:flex;position:fixed;bottom:1.5rem;left:0;right:0}.toast{pointer-events:auto;background:linear-gradient(160deg, var(--surface-2), var(--surface));border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;padding:1rem 1.25rem;animation:.15s ease-out toast-in;box-shadow:0 10px 30px #02061780}.toast p{color:var(--text);margin:0 0 .75rem}.toast-actions{justify-content:flex-end;gap:.4rem;display:flex}.toast-actions button{margin:0}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.success{color:var(--success)}.table-scroll{max-width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.92rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .6rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.game-list,.features{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.league-list{flex-direction:column;gap:1rem;display:flex}.sport-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;display:grid}.sport-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;margin:0;padding:1.25rem .5rem;font-family:inherit;transition:transform .15s,border-color .15s;display:flex}.sport-card:hover{border-color:var(--primary);transform:translateY(-2px)}.sport-icon{font-size:2rem}.sport-col-header{text-align:center;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.sport-card-wide{grid-column:span 2}.modal-overlay{z-index:100;background:#020617bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{width:100%;max-width:380px;position:relative}.modal-close{color:var(--muted);box-shadow:none;cursor:pointer;background:0 0;border:none;padding:.2rem .5rem;font-size:1.4rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{color:var(--text);background:0 0}.sport-card h3{color:var(--text);text-transform:none;letter-spacing:normal;margin:0;font-size:.9rem}.league-list .card,.game-list .card{flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.my-bets-panel{margin-bottom:1.5rem}.game-list .card{background:linear-gradient(160deg, var(--slate-700), var(--slate-800))}.league-list .card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.empty-state{color:var(--muted);font-style:italic}.link-button{color:var(--primary);font-style:italic;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.subscription-list{flex-direction:column;gap:.6rem;display:flex}.subscription-row{background:var(--slate-900);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .75rem;display:flex}.collapsible-header{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;margin:0;padding:0;display:flex}.collapsible-caret{color:var(--muted);font-size:.8rem}.league-header-panel{background:linear-gradient(160deg, #1e293b99, #020617b3), var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:1.5rem;padding:1.5rem;position:relative;box-shadow:0 4px 14px #0000004d}.league-header-panel--hockey{background:linear-gradient(160deg, #1e293b99, #020617b3), url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3Crect%20x='20'%20y='20'%20width='760'%20height='360'%20rx='90'%20ry='90'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='4'/%3E%3Cline%20x1='270'%20y1='20'%20x2='270'%20y2='380'%20stroke='rgba(255,255,255,0.18)'%20stroke-width='6'/%3E%3Cline%20x1='530'%20y1='20'%20x2='530'%20y2='380'%20stroke='rgba(255,255,255,0.18)'%20stroke-width='6'/%3E%3Cline%20x1='400'%20y1='20'%20x2='400'%20y2='380'%20stroke='rgba(248,113,113,0.28)'%20stroke-width='5'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='70'%20fill='none'%20stroke='rgba(248,113,113,0.24)'%20stroke-width='3'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='4'%20fill='rgba(248,113,113,0.3)'/%3E%3Ccircle%20cx='130'%20cy='100'%20r='48'%20fill='none'%20stroke='rgba(248,113,113,0.2)'%20stroke-width='3'/%3E%3Ccircle%20cx='130'%20cy='100'%20r='4'%20fill='rgba(248,113,113,0.26)'/%3E%3Ccircle%20cx='130'%20cy='300'%20r='48'%20fill='none'%20stroke='rgba(248,113,113,0.2)'%20stroke-width='3'/%3E%3Ccircle%20cx='130'%20cy='300'%20r='4'%20fill='rgba(248,113,113,0.26)'/%3E%3Ccircle%20cx='670'%20cy='100'%20r='48'%20fill='none'%20stroke='rgba(248,113,113,0.2)'%20stroke-width='3'/%3E%3Ccircle%20cx='670'%20cy='100'%20r='4'%20fill='rgba(248,113,113,0.26)'/%3E%3Ccircle%20cx='670'%20cy='300'%20r='48'%20fill='none'%20stroke='rgba(248,113,113,0.2)'%20stroke-width='3'/%3E%3Ccircle%20cx='670'%20cy='300'%20r='4'%20fill='rgba(248,113,113,0.26)'/%3E%3C/svg%3E"), var(--surface);background-position:50%;background-repeat:no-repeat;background-size:cover,100% 100%}.league-header-panel--basketball{background:linear-gradient(160deg, #1e293b99, #020617b3), url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3Crect%20x='20'%20y='20'%20width='760'%20height='360'%20rx='8'%20ry='8'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='4'/%3E%3Cline%20x1='400'%20y1='20'%20x2='400'%20y2='380'%20stroke='rgba(255,255,255,0.18)'%20stroke-width='4'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='60'%20fill='none'%20stroke='rgba(248,113,113,0.26)'%20stroke-width='3'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='4'%20fill='rgba(248,113,113,0.3)'/%3E%3Crect%20x='20'%20y='140'%20width='140'%20height='120'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='3'/%3E%3Ccircle%20cx='160'%20cy='200'%20r='50'%20fill='none'%20stroke='rgba(255,255,255,0.14)'%20stroke-width='3'/%3E%3Crect%20x='640'%20y='140'%20width='140'%20height='120'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='3'/%3E%3Ccircle%20cx='640'%20cy='200'%20r='50'%20fill='none'%20stroke='rgba(255,255,255,0.14)'%20stroke-width='3'/%3E%3C/svg%3E"), var(--surface);background-position:50%;background-repeat:no-repeat;background-size:cover,100% 100%}.league-header-panel--football{background:linear-gradient(160deg, #1e293b99, #020617b3), url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3Crect%20x='20'%20y='20'%20width='760'%20height='360'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='4'/%3E%3Crect%20x='20'%20y='20'%20width='60'%20height='360'%20fill='none'%20stroke='rgba(255,255,255,0.14)'%20stroke-width='2'/%3E%3Crect%20x='720'%20y='20'%20width='60'%20height='360'%20fill='none'%20stroke='rgba(255,255,255,0.14)'%20stroke-width='2'/%3E%3Cline%20x1='150'%20y1='20'%20x2='150'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='220'%20y1='20'%20x2='220'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='290'%20y1='20'%20x2='290'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='360'%20y1='20'%20x2='360'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='400'%20y1='20'%20x2='400'%20y2='380'%20stroke='rgba(248,113,113,0.26)'%20stroke-width='4'/%3E%3Cline%20x1='440'%20y1='20'%20x2='440'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='510'%20y1='20'%20x2='510'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='580'%20y1='20'%20x2='580'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='650'%20y1='20'%20x2='650'%20y2='380'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='4'%20fill='rgba(248,113,113,0.3)'/%3E%3C/svg%3E"), var(--surface);background-position:50%;background-repeat:no-repeat;background-size:cover,100% 100%}.league-header-panel--allsports{background:linear-gradient(160deg, #1e293b99, #020617b3), url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3Crect%20x='40'%20y='120'%20width='200'%20height='160'%20rx='40'%20ry='40'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='3'/%3E%3Cline%20x1='140'%20y1='120'%20x2='140'%20y2='280'%20stroke='rgba(248,113,113,0.26)'%20stroke-width='3'/%3E%3Ccircle%20cx='140'%20cy='200'%20r='30'%20fill='none'%20stroke='rgba(248,113,113,0.22)'%20stroke-width='2'/%3E%3Ccircle%20cx='140'%20cy='200'%20r='3'%20fill='rgba(248,113,113,0.28)'/%3E%3Crect%20x='300'%20y='120'%20width='200'%20height='160'%20rx='6'%20ry='6'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='3'/%3E%3Cline%20x1='400'%20y1='120'%20x2='400'%20y2='280'%20stroke='rgba(255,255,255,0.18)'%20stroke-width='3'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='28'%20fill='none'%20stroke='rgba(248,113,113,0.24)'%20stroke-width='2'/%3E%3Ccircle%20cx='400'%20cy='200'%20r='3'%20fill='rgba(248,113,113,0.28)'/%3E%3Crect%20x='560'%20y='120'%20width='200'%20height='160'%20fill='none'%20stroke='rgba(255,255,255,0.16)'%20stroke-width='3'/%3E%3Cline%20x1='610'%20y1='120'%20x2='610'%20y2='280'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3Cline%20x1='660'%20y1='120'%20x2='660'%20y2='280'%20stroke='rgba(248,113,113,0.26)'%20stroke-width='3'/%3E%3Cline%20x1='710'%20y1='120'%20x2='710'%20y2='280'%20stroke='rgba(255,255,255,0.12)'%20stroke-width='2'/%3E%3C/svg%3E"), var(--surface);background-position:50%;background-repeat:no-repeat;background-size:cover,100% 100%}.league-header-panel h2,.league-header-panel>h3:first-child{margin-top:0}.league-list .league-header-panel{flex-direction:column;margin-bottom:0;display:flex}.league-header-panel--clickable{cursor:pointer;transition:transform .15s,border-color .15s,box-shadow .15s}.league-header-panel--clickable:hover,.league-header-panel--clickable:focus-visible{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.league-header-panel--clickable button{z-index:1;position:relative}.league-body-panel{background:var(--slate-900);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.league-body-panel h3:first-child{margin-top:0}.your-bet{border-radius:var(--radius);background:#c2e6191a;border:1px solid #c2e6194d;align-items:center;gap:.65rem;padding:.5rem .75rem;display:flex}.your-bet-logo{box-sizing:border-box;background:#fff;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:3px;box-shadow:0 0 0 1px #0f172a1f}.team-logo-fallback{background:var(--slate-600);color:var(--slate-50);letter-spacing:-.02em;justify-content:center;align-items:center;font-weight:700;display:flex}.team-pick .team-logo-fallback{border-radius:50%}.team-tag .team-logo-fallback,.your-bet-logo.team-logo-fallback{border-radius:50%;font-size:.55em}.your-bet-info{flex-direction:column;gap:.1rem;line-height:1.2;display:flex}.your-bet-team{font-size:.9rem;font-weight:700}.your-bet-detail{color:var(--muted);font-size:.78rem}.bet-preview{text-align:center;color:var(--muted);margin:.4rem 0 0;font-size:.8rem}.date-picker{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.date-picker input[type=date]{background:var(--slate-900);border:1px solid var(--slate-500);color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:6px;padding:.35rem .6rem;font-size:.85rem}.date-picker input[type=date]:focus{border-color:var(--primary);outline:none}.game-time{color:var(--muted);text-align:center;margin:0 0 .75rem;font-size:.8rem}.sport-badge{background:var(--slate-700);color:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-right:.5rem;padding:.1rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.matchup{justify-content:center;align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.at{color:var(--muted);font-size:.85rem;font-weight:600}.team-pick{background:var(--slate-700);border:1px solid var(--slate-500);border-radius:var(--radius);min-width:84px;color:var(--slate-100);flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .9rem;font-weight:500;transition:background .15s,border-color .15s,transform 50ms;display:flex;box-shadow:0 1px 3px #0006,inset 0 1px #ffffff0a}.team-pick:hover:not(:disabled){background:var(--slate-900);border-color:var(--primary)}.team-pick.selected{background:var(--slate-900);border-color:var(--primary);box-shadow:0 0 0 2px #a3e63580}.place-bet-button{box-sizing:border-box;width:100%;max-width:200px;margin:.6rem auto 0;display:block}.team-pick img,.team-pick .team-logo-fallback{width:36px;height:36px}.team-role{color:var(--slate-300);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}.team-odds{color:var(--slate-100);font-size:.88rem;font-weight:700}.team-tag{white-space:nowrap;align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.team-tag img,.team-tag .team-logo-fallback{width:18px;height:18px}.team-tag-pair{white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.wager-input{text-align:center;background:var(--slate-900);border:1px solid var(--slate-500);width:100%;max-width:200px;color:var(--text);box-sizing:border-box;border-radius:6px;margin:0 auto;padding:.45rem .5rem;font-size:.85rem;display:block;box-shadow:inset 0 1px 3px #0006}.wager-input:focus{border-color:var(--primary);outline:none}.wager-input::placeholder{color:var(--muted)}.hero{text-align:center;background:linear-gradient(160deg, var(--slate-800), var(--slate-900)), var(--surface);max-width:760px;color:var(--text);border:1px solid var(--border);border-radius:var(--radius);gap:.5rem;margin:2rem auto;padding:2rem 1.5rem;box-shadow:0 4px 14px #0000004d}.hero h1{background:linear-gradient(135deg, var(--text), var(--primary));color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.6rem;animation:6s ease-in-out infinite hero-shine}@keyframes hero-shine{0%,to{background-position:0%}50%{background-position:100%}}.hero>p{color:var(--muted);margin:0;line-height:1.6}.hero-actions{justify-content:center;gap:.75rem;display:flex}.hero-actions button{padding:.6rem 1.5rem;font-size:.95rem}.join-inline{box-sizing:border-box;border-radius:8px;justify-content:center;width:100%;max-width:380px;margin:0 auto;display:flex;box-shadow:0 2px 10px #00000059}.join-inline input{box-sizing:border-box;background:var(--slate-900);border:1px solid var(--slate-500);min-width:0;color:var(--text);letter-spacing:.02em;border-right:none;border-radius:8px 0 0 8px;flex:1;padding:.65rem 1rem;font-size:.95rem;font-weight:600;box-shadow:inset 0 1px 3px #0006}.join-inline input:focus{border-color:var(--primary);z-index:1;outline:none;position:relative}.join-inline input::placeholder{color:var(--muted);letter-spacing:normal;font-weight:400}.join-inline button{border-radius:0 8px 8px 0;flex-shrink:0;margin:0;padding:.65rem 1.5rem;font-size:.95rem}.features{text-align:left;margin-top:2.5rem}.features .card{transition:transform .15s,border-color .15s}.features .card:hover{border-color:var(--primary);transform:translateY(-2px)}.features .card h3{color:var(--text);text-transform:none;letter-spacing:normal;margin-top:0;font-size:1rem}.features .card p{color:var(--muted);margin:0;font-size:.9rem}.disclaimer-card{text-align:center;background:0 0;padding:.9rem 1.5rem}.disclaimer-card p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.5}
