.teamfund-home{background:var(--surface-court-soft);color:var(--text-primary);justify-content:center;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.teamfund-app,.teamfund-home{min-height:100vh;min-height:100dvh;display:flex}.teamfund-app{width:min(100%,480px);flex-direction:column;background:var(--surface-court)}@media (min-width:520px){.teamfund-app{box-shadow:0 0 50px rgba(20,38,45,.16)}}.teamfund-appbar{display:flex;align-items:center;gap:14px;padding:calc(env(safe-area-inset-top, 0px) + 22px) 20px 22px;background:var(--gradient-court-hero);color:#fff;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 16px 38px rgba(7,27,24,.22)}.teamfund-app-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:hsla(0,0%,100%,.18);flex:0 0 auto}.teamfund-app-icon svg{width:32px;height:32px}.teamfund-appbar-text h1{margin:0;font-size:22px;line-height:1;font-weight:900;letter-spacing:0}.teamfund-appbar-text p{margin:4px 0 0;font-size:12.5px;font-weight:500;opacity:.92}.teamfund-content{flex:1 1;gap:24px;padding:22px 16px calc(env(safe-area-inset-bottom, 0px) + 32px)}.teamfund-block,.teamfund-content{display:flex;flex-direction:column}.teamfund-block{gap:12px}.teamfund-section-title{display:flex;align-items:center;gap:7px;margin:0;color:var(--text-secondary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.teamfund-section-title svg{width:15px;height:15px}.teamfund-action-row,.teamfund-group-card{width:100%;border:1px solid var(--border-color);background:#fff;box-shadow:var(--shadow-sm);border-radius:16px}.teamfund-group-card{display:flex;align-items:center;justify-content:space-between;padding:14px 15px}.teamfund-row-main{display:flex;align-items:center;gap:13px;min-width:0}.teamfund-tile{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.teamfund-tile svg{width:23px;height:23px}.teamfund-tile-orange{background:var(--pickle-lime-soft);color:var(--court-green)}.teamfund-tile-purple{background:var(--court-green-soft);color:var(--court-green)}.teamfund-tile-blue{background:var(--live-cyan-soft);color:var(--court-green)}.teamfund-item-text{min-width:0;text-align:left}.teamfund-item-text strong{display:block;color:var(--text-primary);font-size:15px;line-height:1.2;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teamfund-item-text span{display:block;margin-top:3px;color:var(--text-muted);font-size:12px;line-height:1.25;font-weight:500}.teamfund-role-pill{display:inline-flex!important;margin-top:6px!important;color:var(--court-midnight)!important;background:var(--pickle-lime-soft);border-radius:999px;padding:3px 10px;font-size:11px!important;font-weight:800!important}.teamfund-more{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;color:var(--text-muted);background:var(--surface-court-soft);flex:0 0 auto;text-decoration:none}.teamfund-more svg{width:18px;height:18px}.teamfund-actions{display:grid;grid-gap:12px;gap:12px}.teamfund-action-row{display:flex;align-items:center;justify-content:space-between;padding:15px;cursor:pointer;font:inherit;text-align:left;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.teamfund-action-row:focus-visible,.teamfund-action-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px);outline:none}.teamfund-action-row:active{transform:translateY(0)}.teamfund-chevron{width:20px;height:20px;color:var(--text-muted);flex:0 0 auto}.teamfund-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(10,18,25,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.teamfund-modal{width:min(100%,430px);max-height:92vh;overflow:auto;border-radius:20px;background:#fff;border:1px solid var(--border-color);box-shadow:var(--shadow-lg)}.teamfund-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border-color)}.teamfund-modal-header h2{margin:0;font-size:18px;color:var(--text-primary)}.teamfund-modal-header button{width:32px;height:32px;border:0;border-radius:999px;background:var(--surface-court-soft);color:var(--text-secondary);cursor:pointer;font-size:22px;line-height:1}.teamfund-form,.teamfund-success{padding:20px}.teamfund-form{display:grid;grid-gap:14px;gap:14px}.teamfund-form label{display:grid;grid-gap:7px;gap:7px;color:var(--text-primary);font-size:13px;font-weight:760}.teamfund-form input,.teamfund-form textarea{width:100%;border:1px solid var(--border-color);border-radius:12px;padding:12px 13px;color:var(--text-primary);background:var(--surface-court-soft);font:inherit;font-size:16px;outline:none}.teamfund-form input:focus,.teamfund-form textarea:focus{border-color:var(--court-green);box-shadow:var(--focus-ring)}.teamfund-error{margin:0;border:1px solid rgba(255,107,53,.28);border-radius:12px;padding:10px 12px;background:var(--rally-coral-soft);color:var(--rally-coral);font-size:13px;font-weight:650}.teamfund-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.teamfund-cancel,.teamfund-save-image,.teamfund-submit{min-height:44px;border:0;border-radius:12px;padding:0 16px;font:inherit;font-weight:800;cursor:pointer}.teamfund-cancel{background:var(--surface-court-soft);color:var(--text-secondary)}.teamfund-submit{display:inline-flex;align-items:center;justify-content:center;background:var(--gradient-court-action);color:var(--court-midnight);text-decoration:none}.teamfund-submit:disabled{cursor:wait;opacity:.7}.teamfund-save-image{background:var(--court-green-soft);color:var(--court-green);border:1px solid var(--border-color)}.teamfund-save-image:hover{background:var(--surface-court-soft)}.teamfund-success{text-align:center}.teamfund-success img{width:190px;height:190px;display:block;margin:12px auto;border:1px solid var(--border-color);border-radius:16px}.teamfund-success p{margin:0;color:var(--text-secondary);font-size:13px}.teamfund-code-label{text-transform:uppercase;letter-spacing:.08em;font-weight:800}.teamfund-code{display:block;margin-top:4px;color:var(--text-primary);font-size:28px;letter-spacing:.08em}@media (max-width:360px){.teamfund-appbar{padding-left:16px;padding-right:16px}.teamfund-appbar-text h1{font-size:20px}.teamfund-content{padding-left:12px;padding-right:12px}}