body{margin:0;min-height:100vh;font-family:Segoe UI,Arial,sans-serif;background:#fff;color:#8d7d86}body.modal-open{overflow:hidden}button,input{font:inherit}.single-page-app{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.screen{width:100%}.screen-active{display:flex;align-items:center;justify-content:center}.menu-screen{min-height:calc(100vh - 48px);transition:filter .24s ease,transform .24s ease,opacity .24s ease}body.modal-open .menu-screen{pointer-events:none;-webkit-user-select:none;user-select:none}.menu-card{width:min(100%,760px);display:flex;flex-direction:column;align-items:center;gap:92px}.logo-box{width:min(100%,590px);padding:48px 24px;border-radius:44px;background:#dedede;text-align:center;font-size:clamp(40px,5vw,64px);font-weight:700;letter-spacing:1px;box-sizing:border-box;color:#8c8c8c}.start-pill-button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:16px 36px;border:none;border-radius:999px;background:#ff80bb;color:#df2e80;font-size:22px;font-weight:800;letter-spacing:.08em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.start-pill-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ff80bb66}.auth-screen{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;z-index:20;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#ededed;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.auth-screen.screen-active{opacity:1;visibility:visible;pointer-events:auto}.auth-screen.is-account{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-layout{flex:0 1 960px;width:100%;max-width:960px;margin-inline:auto;box-sizing:border-box}.auth-modal-card{display:flex;flex-direction:row;width:100%;min-height:520px;border-radius:44px;overflow:hidden;background:#fff;box-sizing:border-box}.auth-modal-card.mode-sign-up{flex-direction:row-reverse}.auth-form-column{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:48px clamp(28px,5vw,56px);box-sizing:border-box;min-width:0}.auth-switch-column{flex:1;background:#dedede;display:flex;align-items:center;justify-content:center;padding:40px;box-sizing:border-box;min-width:0}.auth-switch-pill{border:none;border-radius:999px;padding:16px 40px;background:#ff80bb;color:#df2e80;font-size:16px;font-weight:800;letter-spacing:.12em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.auth-switch-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px #df2e8038}.form-shell,.auth-form{width:min(100%,440px);max-width:100%}.auth-form-modal{display:flex;flex-direction:column;align-items:stretch}.auth-modal-heading{margin:0 0 40px;text-align:center;color:#c4c4c4;font-size:26px;font-weight:800;letter-spacing:.12em}.auth-form-modal .status-message{margin:-12px 0 20px;text-align:center;color:#828282}.auth-form-modal .status-error{color:#df2e80}.auth-modal-field{width:100%;min-width:0;margin:0 0 18px;padding:16px 22px;border:none;border-radius:999px;background:#ececec;color:#5a5a5a;font-size:15px;font-weight:700;letter-spacing:.06em;box-sizing:border-box}.auth-modal-field::placeholder{color:#b4b4b4;font-weight:800}.auth-login-password-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:18px}.auth-modal-field-password{min-width:0;width:100%;margin-bottom:0}.auth-inline-pill{flex-shrink:0;justify-self:end;align-self:center;border:none;border-radius:999px;padding:16px 20px;background:#ff80bb;color:#df2e80;font-size:12px;font-weight:800;letter-spacing:.08em;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}.auth-inline-pill:hover{transform:translateY(-1px);box-shadow:0 10px 22px #ff80bb59}.auth-confirm-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:18px}.auth-modal-field-confirm{margin-bottom:0;min-width:0;width:100%}.auth-confirm-row .auth-inline-pill{width:auto;min-width:max-content;padding-left:16px;padding-right:16px;white-space:nowrap}.auth-submit-pill{margin-top:12px;width:100%;border:none;border-radius:999px;padding:17px 24px;background:#ff80bb;color:#df2e80;font-size:17px;font-weight:800;letter-spacing:.1em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.auth-submit-pill:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 32px #ff80bb66}.auth-submit-pill:disabled{opacity:.65;cursor:not-allowed}.hidden{display:none}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:16px 28px;border:none;border-radius:999px;background:linear-gradient(135deg,#ff63a9,#ff746f);color:#fff8fb;text-align:center;text-decoration:none;font-size:22px;font-weight:700;cursor:pointer;box-shadow:0 14px 28px #ff66b347;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 32px #ff66b357;filter:saturate(1.06)}.hero-button{font-size:26px}.promo-button,.form-button{margin-top:8px}.text-link{width:100%;padding:0;border:none;background:transparent;color:#d5488e;text-align:center;text-decoration:none;font-size:16px;cursor:pointer}.form-button+.text-link{margin-top:18px}.text-link-left{margin-top:-4px;margin-bottom:24px;text-align:left}.auth-password-row{margin-bottom:12px}.password-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:36px;border-radius:999px;background:#f0f0f0;overflow:hidden}.code-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:20px;border-radius:999px;background:#f0f0f0;overflow:hidden}.code-row input,.password-row input{margin-bottom:0;background:transparent;border-radius:0}.inline-button{min-width:112px;margin:4px;padding:14px 18px;border:none;border-radius:999px;background:linear-gradient(135deg,#ff63a9,#ff746f);color:#fff8fb;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.inline-button:hover{transform:translateY(-2px);box-shadow:0 14px 24px #ff66b342;filter:saturate(1.05)}.icon-button{width:52px;min-width:52px;height:52px;margin:4px;border:none;border-radius:999px;background:#d9d9d9;color:#6f6470;font-size:18px;cursor:pointer}.magic-link-button{min-width:146px}.magic-link-message{width:100%;margin:0 0 20px;color:#927d86;font-size:14px;line-height:1.5;text-align:left}.secondary-action{width:100%;margin:-4px 0 20px;padding:14px 20px;border:none;border-radius:999px;background:linear-gradient(135deg,#ff63a9,#ff746f);color:#fff8fb;font-size:16px;font-weight:700;cursor:pointer}.primary-button:disabled{background:linear-gradient(135deg,#f1b3cf,#f2b3ad);color:#fff8fb;box-shadow:none;cursor:not-allowed}.field-error{width:100%;margin:-6px 0 18px;color:#d14b87;font-size:14px;text-align:left}.confirm-message{margin:4px 0 28px;color:#927d86;font-size:18px;line-height:1.5;text-align:center}.status-message{width:100%;margin:-8px 0 18px;color:#927d86;font-size:14px;line-height:1.5;text-align:left}.status-error{color:#d14b87}.profile-summary{width:100%;display:grid;gap:12px;margin-bottom:18px}.summary-row{display:flex;justify-content:space-between;gap:16px;padding:14px 18px;border-radius:22px;background:#f7eef3;color:#927d86}.summary-row strong{color:#715a65;text-align:right}.summary-actions{width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 820px){.auth-screen{padding:18px}.auth-modal-card,.auth-modal-card.mode-sign-up{flex-direction:column}.auth-modal-card{min-height:0;border-radius:32px}.auth-switch-column{padding:28px 24px;min-height:140px;order:2}.auth-form-column{padding:36px 24px;order:1}}@media (max-width: 640px){.menu-card{gap:56px}.logo-box{padding:36px 20px;border-radius:32px;font-size:34px}.start-pill-button{min-width:180px;font-size:20px}.auth-modal-heading{font-size:22px;margin-bottom:28px}.auth-login-password-row{grid-template-columns:1fr;justify-items:stretch}.auth-login-password-row .auth-inline-pill{justify-self:stretch;width:100%}.auth-confirm-row{grid-template-columns:1fr}.auth-confirm-row .auth-inline-pill{justify-self:stretch;width:100%}}.profile-shell{width:100%;max-width:100%;display:flex;justify-content:center;box-sizing:border-box;padding-inline:12px}.profile-shell.hidden{display:none!important}.profile-mount{width:100%}.profile-app{display:flex;width:100%;min-height:calc(100vh - 64px);max-height:none;border-radius:24px;overflow:hidden;background:#f8f8f8;box-shadow:0 28px 70px #00000040;box-sizing:border-box}.profile-sidebar{width:230px;flex-shrink:0;background:#c2c2c2;display:flex;flex-direction:column;justify-content:space-between;padding:32px 20px;box-sizing:border-box;gap:28px}.profile-nav-top,.profile-nav-bottom{display:flex;flex-direction:column;gap:14px}.profile-nav-button{border:none;border-radius:999px;padding:13px 12px;background:#ff80b3;color:#fffffffa;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-nav-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #df2e8038}.profile-nav-button.is-active{box-shadow:inset 0 0 0 2px #ffffffa6}.profile-main{flex:1;background:#e8e8e8;padding:28px 32px 32px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;min-width:0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.profile-inline-status{margin:0;font-size:13px;font-weight:600;color:#787878}.profile-inline-status.is-error{color:#df2e80}.profile-hero-card{background:#fff;border-radius:32px;padding:24px 26px 22px;box-sizing:border-box;box-shadow:0 1px #0000000a,inset 0 0 0 1px #0000000d;display:flex;flex-direction:column;gap:20px}.profile-top{display:flex;align-items:stretch;gap:22px 26px}.profile-photo-col{flex:0 0 clamp(220px,26vw,292px);width:clamp(220px,26vw,292px);max-width:292px;display:flex;min-width:0}.profile-photo{width:100%;aspect-ratio:3 / 4;border-radius:32px;background:#fff;background-size:cover;background-position:center;box-sizing:border-box;box-shadow:inset 0 0 0 1px #0000000f}.profile-photo.has-image{background-color:#fff;box-shadow:inset 0 0 0 1px #0000000f}.profile-stats-col{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:11px;min-width:0;min-height:0}.profile-stat-track{display:flex;flex-direction:row;align-items:stretch;gap:0;min-height:70px;max-height:none;box-sizing:border-box;padding:4px 6px 4px 4px;border-radius:999px;background:#e8e8e8;box-shadow:inset 0 0 0 1px #0000000f}.profile-stat-track--rating{background:linear-gradient(135deg,#ffd2e68c,#ffecf4e6);box-shadow:inset 0 0 0 1px #ff80bb52}.profile-stat-orb{box-sizing:border-box;flex:0 0 auto;width:64px;height:64px;min-width:64px;min-height:64px;margin:0 8px 0 0;border-radius:50%;align-self:center;font-weight:800;font-size:11px;letter-spacing:.04em;line-height:1;text-transform:uppercase;text-align:center;display:flex;align-items:center;justify-content:center;padding:2px 4px;white-space:nowrap;box-shadow:0 1px #ffffff80 inset}.profile-stat-orb--muted{background:linear-gradient(180deg,#dcdcdc,#cecece);color:#696969;box-shadow:0 1px #fff6 inset,0 0 0 1px #0000000d}.profile-stat-orb--accent{background:linear-gradient(180deg,#ff96c8,#ff69a5);color:#fffffffa;box-shadow:0 1px #ffffff59 inset,0 2px 6px #ff5a964d}.profile-stat-value{flex:1 1 auto;min-width:0;min-height:0;align-self:stretch;display:flex;align-items:center;justify-content:center;padding:8px 18px 8px 14px;border-radius:999px;background:#fff;color:#767676;font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;text-align:center;box-sizing:border-box;line-height:1.2;box-shadow:inset 0 0 0 1px #0000000d}.profile-stat-value--num{font-size:clamp(16px,2.1vw,20px);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.08em}.profile-pills-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}.profile-hero-card .profile-info-pill{box-shadow:inset 0 0 0 1px #0000000f}.profile-info-pill{border:none;border-radius:999px;padding:14px 16px;background:#fff;color:#8c8c8c;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-align:center;box-sizing:border-box;box-shadow:inset 0 0 0 1px #0000000a}.profile-info-pill--name{font-size:clamp(13px,1.85vw,16px);letter-spacing:.07em;color:#787878;padding-block:14px}.profile-info-pill--group{font-size:clamp(12px,1.55vw,14px);letter-spacing:.08em;color:#787878;padding-block:14px;padding-inline:16px}.profile-info-pill-accent{background:#ff80b3;color:#fffffffa;font-size:clamp(12px,1.5vw,14px);letter-spacing:.09em;box-shadow:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-info-pill-accent:hover{transform:translateY(-1px);box-shadow:0 12px 26px #ff80bb59}.profile-achievements{background:#fff;border-radius:26px;padding:22px 10px 26px;box-sizing:border-box;box-shadow:inset 0 0 0 1px #0000000a}.profile-achievements-title{margin:0 0 18px;text-align:center;color:#a0a0a0;font-size:14px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.profile-achievements-scroll-wrap{position:relative;margin:0 -6px;isolation:isolate}.profile-achievements-fade{position:absolute;top:0;bottom:0;width:80px;z-index:3;pointer-events:none;opacity:1;transition:opacity .24s ease}.profile-achievements-fade-left{left:0;border-radius:0;background:linear-gradient(to right,#fff,#fffffff7 18%,#ffffff8c 55%,#fff0)}.profile-achievements-fade-right{right:0;background:linear-gradient(to left,#fff,#fffffff7 18%,#ffffff8c 55%,#fff0)}.profile-achievements-scroll-wrap.is-at-start .profile-achievements-fade-left,.profile-achievements-scroll-wrap.is-at-end .profile-achievements-fade-right{opacity:0}.profile-achievements-scroll{display:flex;gap:22px;overflow-x:auto;padding:14px 24px 18px;scroll-snap-type:x proximity;position:relative;z-index:0;scrollbar-width:auto;scrollbar-color:rgb(255,128,179) rgb(237,237,237);-webkit-overflow-scrolling:touch}.profile-achievements-scroll::-webkit-scrollbar{height:10px}.profile-achievements-scroll::-webkit-scrollbar-track{background:#ededed;border-radius:999px}.profile-achievements-scroll::-webkit-scrollbar-thumb{background:#ff80b3;border-radius:999px}.profile-achievement-item{border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:104px;scroll-snap-align:center;padding:0;flex-shrink:0}.profile-achievement-circle{width:88px;height:88px;border-radius:50%;background:#ff80b3;box-shadow:0 12px 28px #df2e8047;flex-shrink:0}.profile-achievement-caption{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#df2e80;max-width:11em;line-height:1.25}.profile-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:22px;box-sizing:border-box;pointer-events:none}.profile-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:auto;background:#0000006b;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-modal-card{position:relative;z-index:1;pointer-events:auto;width:min(100%,400px);border-radius:30px;background:#f8f8f8;box-shadow:0 32px 72px #00000040;padding:30px 28px 28px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.profile-modal-card-compact{padding-top:36px}.profile-modal-card-success{align-items:stretch}.profile-modal-title{margin:0;text-align:center;color:#c4c4c4;font-size:15px;font-weight:800;letter-spacing:.14em}.profile-modal-input{width:100%;border:none;border-radius:999px;padding:15px 20px;background:#dedede;color:#505050;font-weight:700;font-size:14px;box-sizing:border-box}.profile-modal-input::placeholder{color:#c4c4c4;font-weight:800;letter-spacing:.06em}.profile-modal-field{box-sizing:border-box}.profile-modal-photo-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;background:#dedede;border-radius:999px;padding:8px 8px 8px 18px}.profile-modal-photo-label{font-size:11px;font-weight:800;letter-spacing:.1em;color:#969696}.profile-modal-file{cursor:pointer}.profile-pill-button{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:#ff80bb;color:#df2e80;font-weight:800;font-size:11px;letter-spacing:.08em}.profile-pill-wide{border:none;border-radius:999px;padding:15px 18px;background:#ff80bb;color:#df2e80;font-weight:800;font-size:13px;letter-spacing:.1em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.profile-pill-wide:hover{transform:translateY(-1px);box-shadow:0 14px 30px #ff80bb59}.profile-pill-outline{background:#ff80bb;color:#df2e80}.profile-modal-stack{display:flex;flex-direction:column;gap:14px}.profile-modal-text{border:none;background:transparent;color:#df2e80;font-weight:800;font-size:12px;letter-spacing:.08em;cursor:pointer;text-decoration:underline;padding:4px 0 0}.profile-modal-dot{position:absolute;top:18px;right:18px;width:24px;height:24px;border-radius:50%;border:none;background:#ff80bb;cursor:pointer;box-shadow:0 8px 18px #df2e8040}.profile-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-radius:999px;overflow:hidden;background:#ededed}.profile-link-field{padding:13px 18px;color:#c4c4c4;font-weight:800;font-size:12px;letter-spacing:.1em;display:flex;align-items:center}.profile-link-copy{border:none;padding:13px 20px;background:#ff80bb;color:#df2e80;font-weight:800;font-size:11px;letter-spacing:.08em;cursor:pointer}.profile-success-qr-wrap{display:flex;justify-content:center;align-items:center;min-height:212px;padding:16px;border-radius:26px;background:#ededed;box-sizing:border-box}.profile-success-qr{display:block;width:200px;max-width:100%;height:auto;aspect-ratio:1;border-radius:18px;background:#f8f8f8;object-fit:contain}.profile-modal-card-achievement{gap:18px}.profile-achievement-hero{width:120px;height:120px;border-radius:50%;background:#ededed;align-self:center}.profile-achievement-name{margin:0;text-align:center;color:#c4c4c4;font-weight:800;letter-spacing:.12em;font-size:13px}.profile-achievement-body{height:120px;border-radius:24px;background:#dedede}.profile-achievement-meta{display:grid;grid-template-columns:auto minmax(0,1fr);border-radius:999px;overflow:hidden;min-height:48px}.profile-achievement-meta-label{display:flex;align-items:center;justify-content:center;padding:0 18px;background:#dedede;color:#f8f8f8;font-weight:800;font-size:11px;letter-spacing:.12em}.profile-achievement-meta-value{background:#ededed}.team-dashboard-main{background:#dedede;gap:18px;padding:26px 28px 28px}.team-top-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px;padding:14px 22px;border-radius:999px;background:#f8f8f8;box-sizing:border-box}.team-top-headings{flex:1 1 140px;min-width:0;display:flex;flex-direction:column;gap:4px}.team-top-title{font-size:15px;font-weight:800;letter-spacing:.1em;color:#c4c4c4}.team-top-subtitle{font-size:12px;font-weight:700;letter-spacing:.05em;color:#a0a0a0}.team-top-dot{width:14px;height:14px;border-radius:50%;background:#ff80bb;flex-shrink:0}.team-top-pill{border:none;border-radius:999px;padding:11px 20px;background:#ff80bb;color:#df2e80;font-size:11px;font-weight:800;letter-spacing:.1em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.team-top-pill:hover{transform:translateY(-1px);box-shadow:0 10px 22px #ff80bb59}.team-check-in-pill{color:#fffffffa;font-size:12px;letter-spacing:.12em;padding:12px 22px}.team-top-pill-plus{width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;line-height:1}.team-panel{background:#ededed;border-radius:26px;padding:22px;box-sizing:border-box}.team-members-empty{margin:0;grid-column:1 / -1;font-size:13px;font-weight:600;color:#8c8c8c;text-align:center;padding:12px 8px}.team-members-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.team-member-card{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:0}.team-member-avatar{aspect-ratio:1;border-radius:22px;background:#ff80bb;min-height:72px;overflow:hidden}.team-member-avatar img{width:100%;height:100%;object-fit:cover;display:block}.team-member-name{font-size:12px;font-weight:800;color:#5a5a5a;text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-member-role{padding:9px 12px;border-radius:999px;background:#f8f8f8;text-align:center;font-size:11px;font-weight:800;letter-spacing:.08em;color:#a0a0a0}.team-member-action{border:none;border-radius:999px;padding:10px 8px;background:#ff80bb;color:#df2e80;font-size:11px;font-weight:800;letter-spacing:.06em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.team-member-action:hover{transform:translateY(-1px);box-shadow:0 8px 18px #df2e8033}.team-history-panel{padding:20px 22px 22px}.team-history-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.team-history-panel:has(.team-history-rows--empty) .team-history-head{margin-bottom:0}.team-history-title{margin:0;font-size:14px;font-weight:800;letter-spacing:.12em;color:#c4c4c4}.team-history-rows{display:flex;flex-direction:column;gap:12px}.team-history-rows--empty{min-height:0;margin:0;padding:0}.team-history-row{min-height:44px;border-radius:999px;background:#dedede;display:flex;align-items:center;justify-content:flex-end;padding:8px 12px;box-sizing:border-box}.team-history-points-pill{border-radius:999px;padding:8px 18px;background:#c4c4c4;color:#f8f8f8;font-size:11px;font-weight:800;letter-spacing:.1em}.team-history-row--points-leading{justify-content:flex-start}.team-rescue-bar{display:flex;justify-content:center;padding:16px 18px;border-radius:28px;background:#f8f8f8;box-sizing:border-box}.team-rescue-pill{border:none;border-radius:999px;padding:14px 36px;background:#ff80bb;color:#df2e80;font-size:13px;font-weight:800;letter-spacing:.12em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.team-rescue-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff80bb66}.team-vote-card{position:relative;align-items:stretch;gap:18px;padding-top:40px}.team-vote-card .profile-modal-title{margin-bottom:2px}.team-vote-hero{display:flex;flex-direction:column;align-items:center;gap:14px}.team-vote-avatar{width:120px;aspect-ratio:1;border-radius:26px;background:#dedede;overflow:hidden;box-sizing:border-box}.team-vote-avatar.has-image{background:#ededed;box-shadow:0 12px 28px #00000014}.team-vote-avatar img{width:100%;height:100%;object-fit:cover;display:block}.team-vote-role-pill{margin:0;padding:10px 20px;border-radius:999px;background:#f8f8f8;text-align:center;font-size:11px;font-weight:800;letter-spacing:.1em;color:#a0a0a0}.team-vote-rows{gap:12px;margin:0}.team-requests-card{max-width:440px}.team-requests-carousel{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin:8px 0 16px}.team-request-slide{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 8px;border-radius:22px;transition:opacity .2s ease,transform .2s ease}.team-request-slide.is-dim{opacity:.45;transform:scale(.92)}.team-request-slide.is-center{flex:1.15;opacity:1;transform:scale(1.02)}.team-request-avatar{width:72px;height:72px;border-radius:20px;background:#ff80bb}.team-request-slide.is-dim .team-request-avatar{background:#ff80bb59}.team-request-label{margin:0;font-size:10px;font-weight:800;letter-spacing:.08em;color:#c4c4c4;text-align:center}.team-request-mini-row{display:flex;gap:8px;justify-content:center}.team-request-dot-pill{width:36px;height:36px;border:none;border-radius:50%;padding:0;background:#ff80bb;cursor:pointer;box-shadow:0 6px 14px #df2e8040;transition:transform .15s ease}.team-request-dot-pill:hover:not(:disabled){transform:scale(1.06)}.team-request-dot-pill.is-decline{background:#ff80bb80}.team-request-dot-pill.is-muted{opacity:.5;cursor:default}.team-requests-link-row{margin-top:4px}.team-requests-bottom-placeholder{height:120px;margin-top:14px;border-radius:24px;background:#ededed}.team-overlay-modal{z-index:50}@media (max-width: 900px){.profile-app{flex-direction:column}.profile-sidebar{width:100%;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:16px}.profile-nav-top,.profile-nav-bottom{flex-direction:row;flex-wrap:wrap;flex:1 1 auto;justify-content:center}.profile-nav-button{flex:1 1 140px}.profile-top{flex-direction:column;align-items:stretch}.profile-photo-col{flex:0 0 auto;width:100%;max-width:340px;margin-inline:auto}.profile-stats-col{width:100%;max-width:400px;margin-inline:auto;justify-content:center;gap:12px}.profile-stat-track{min-height:70px}.profile-pills-row{grid-template-columns:1fr}.profile-hero-card{padding:22px 20px 20px}.profile-achievements-fade{width:56px}.team-members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-requests-carousel{flex-direction:column;align-items:center}.team-request-slide.is-dim{display:none}.team-request-slide.is-center{transform:none;flex:none;width:100%;max-width:280px}}@media (max-width: 520px){.team-members-grid{grid-template-columns:1fr}}
