*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sora),"Sora",sans-serif;background:var(--bg);color:var(--text);transition:background .2s}:root{color-scheme:light;--bg:#F4F5F6;--surface:#FFFFFF;--soft:#EDEEF0;--text:#0A0F14;--text2:#5C6670;--line:#E6E8EB;--header:#2E4A5A;--elev:0 2px 10px rgba(10,20,30,0.07);--navbg:rgba(244,245,246,0.82);--stripe:#E3E6E9;--accent:#5BA4B0;--accent2:#2E5A87}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#050708;--surface:#111417;--soft:#191D21;--text:#F4F6F7;--text2:#9AA4AD;--line:#23282D;--header:#5BA4B0;--elev:0 4px 18px rgba(0,0,0,0.55);--navbg:rgba(5,7,8,0.82);--stripe:#1B2024}}a{color:var(--accent2);text-decoration:none}a:hover{color:var(--accent)}a.btn-cta,a.btn-cta:hover,a.btn-cta:visited,a.btn-primary,a.btn-primary:hover,a.btn-primary:visited{color:#FFF}@media (prefers-color-scheme:dark){a{color:#7FB6C4}}button,input,select,textarea{font-family:var(--font-sora),"Sora",sans-serif}input:focus,select:focus,textarea:focus{border-color:var(--accent)!important;outline:none}::selection{background:rgba(91,164,176,.28)}@keyframes popIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-450px 0}to{background-position:450px 0}}.skeleton{background:linear-gradient(90deg,var(--soft) 25%,var(--line) 37%,var(--soft) 63%);background-size:900px 100%;animation:shimmer 1.4s linear infinite;border-radius:8px}.container{max-width:1180px;margin:0 auto;padding:0 24px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--navbg);border-bottom:1px solid var(--line)}.nav-inner{max-width:1180px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:18px}.logo-img{height:40px;width:auto}.logo-img,.logo-light{display:block}.logo-dark{display:none}@media (prefers-color-scheme:dark){.logo-light{display:none}.logo-dark{display:block}}.icon-btn{cursor:pointer;width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text)}.btn-primary{cursor:pointer;border:none;padding:9px 18px;border-radius:10px;background:var(--accent);color:#FFF;font-size:14px;font-weight:700;box-shadow:0 2px 8px rgba(91,164,176,.35)}.user-chip{gap:9px;padding:5px 14px 5px 6px;border-radius:22px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.avatar,.user-chip{display:flex;align-items:center}.avatar{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#FFF;justify-content:center;font-size:12px;font-weight:700;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.photo-picker{position:relative;border-radius:50%;border:2px solid var(--line);background:var(--accent);color:#FFF;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:visible;flex-shrink:0;cursor:pointer;padding:0}.photo-picker:disabled{cursor:not-allowed;opacity:.7}.photo-picker img{width:100%;height:100%;object-fit:cover;border-radius:50%}.photo-picker-badge{position:absolute;right:-2px;bottom:-2px;width:26px;height:26px;border-radius:50%;background:var(--accent);color:#FFF;border:2px solid var(--surface);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;line-height:1}.card,.event-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--elev)}.event-card{position:relative;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s;color:inherit}.event-card:hover{transform:translateY(-4px);color:inherit}.img-ph{background:linear-gradient(135deg,rgba(91,164,176,.25),rgba(46,90,135,.35));display:flex;align-items:center;justify-content:center;color:var(--text2);font-size:12px;font-weight:600;letter-spacing:1px}.section-h{margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--header)}.division-header{cursor:pointer;transition:background .15s}.division-header:hover{background:var(--soft)}.division-header:hover .chev{background:var(--accent);color:#FFF}.chev{width:28px;height:28px;border-radius:50%;background:var(--soft);color:var(--text2);display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;flex-shrink:0;transition:transform .2s,background .2s,color .2s}.hscroll{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.hscroll>*{scroll-snap-align:start}.hscroll::-webkit-scrollbar{height:6px}.hscroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.hscroll::-webkit-scrollbar-track{background:transparent}.mini-action{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:var(--text);font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.mini-action:hover{border-color:var(--accent);color:var(--accent)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;font-weight:700;color:var(--header)}.field input,.field select{height:46px;background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:0 14px;font-size:14px;color:var(--text);width:100%}.field select{padding:0 10px}.date-field{position:relative;width:100%}.field .date-field input{width:100%;padding-right:42px;cursor:pointer}.date-field input::-webkit-calendar-picker-indicator,.date-field input::-webkit-inner-spin-button{opacity:0;width:0;height:0;-webkit-appearance:none;appearance:none}.date-field-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;color:var(--text)}.field textarea{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;color:var(--text);width:100%;resize:vertical;min-height:92px;line-height:1.5}.field .hint{font-size:11px;font-weight:500;color:var(--text2)}.chk{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none}.chk input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));grid-gap:14px;gap:14px}.field input,.field select{min-width:0}.btn-cta{cursor:pointer;border:none;height:50px;border-radius:12px;background:var(--accent);color:#FFF;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;width:100%}.btn-cta:disabled{background:var(--soft);color:var(--text2);cursor:not-allowed;box-shadow:none}.btn-ghost{cursor:pointer;padding:13px 22px;border-radius:11px;border:1px solid var(--line);background:var(--bg);font-size:14px;font-weight:700;color:var(--text)}.modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(5,10,15,.55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .15s}.modal{width:100%;margin:auto;background:var(--surface);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;animation:popIn .25s}.modal-close{cursor:pointer;width:34px;height:34px;border-radius:50%;background:var(--soft);border:none;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text2);flex-shrink:0}.err{font-size:13px;color:#EF4444;font-weight:600;line-height:1.4}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%}.spinner,.spinner-dark{animation:spin .7s linear infinite}.spinner-dark{width:22px;height:22px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%}.otp-box{width:48px;height:60px;text-align:center;font-size:24px;font-weight:800;background:var(--bg);border:1px solid var(--line);border-radius:12px;color:var(--text)}@media (max-width:420px){.otp-box{width:40px;height:52px;font-size:20px}}.dupr-club-picker{position:relative;flex:1 1;min-width:0}.dupr-club-select{width:100%;min-height:72px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:12px 40px 12px 14px;background:var(--bg);border:1px solid var(--line);border-radius:10px;font-size:14px;color:var(--text);cursor:pointer;position:relative}.dupr-club-select:disabled{opacity:.65;cursor:not-allowed}.dupr-club-select:focus{border-color:var(--accent);outline:none}.dupr-club-select:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--text2);border-bottom:2px solid var(--text2);transform:translateY(-70%) rotate(45deg)}.dupr-club-name{font-weight:700;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.dupr-club-meta{font-size:12px;line-height:1.35}.dupr-club-meta,.dupr-club-placeholder{font-weight:600;color:var(--text2)}.dupr-club-menu{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--elev);max-height:280px;overflow-y:auto;padding:4px}.dupr-club-menu button{width:100%;text-align:left;display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:none;border-radius:8px;background:none;color:var(--text);cursor:pointer}.dupr-club-menu button.is-selected,.dupr-club-menu button:hover{background:var(--soft)}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_1a977f{font-family:Sora,Sora Fallback;font-style:normal}.__variable_1a977f{--font-sora:"Sora","Sora Fallback"}