.RulesPage-module__CxA23W__page{flex-direction:column;display:flex}.RulesPage-module__CxA23W__header{padding:calc(var(--navbar-height) + 3.5rem)var(--container-padding)4rem;position:relative;overflow:hidden}.RulesPage-module__CxA23W__headerBg{background-image:var(--bg-image-url);opacity:var(--bg-image-opacity);z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.RulesPage-module__CxA23W__headerOverlay{box-shadow:var(--shadow-inner-hero);z-index:0;background:#0000008c;position:absolute;inset:0}.RulesPage-module__CxA23W__headerInner{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.RulesPage-module__CxA23W__headerBadge{border-radius:var(--radius-full);color:var(--grey-light);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.RulesPage-module__CxA23W__headerTitle{margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:750;line-height:1.08}.RulesPage-module__CxA23W__highlight{color:var(--primary)}.RulesPage-module__CxA23W__headerSubtitle{max-width:820px;margin:0 auto;font-size:1.05rem;line-height:1.7}.RulesPage-module__CxA23W__content{padding:4.5rem var(--container-padding);background:#0009}.RulesPage-module__CxA23W__container{max-width:var(--container-max);margin:0 auto}.RulesPage-module__CxA23W__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.RulesPage-module__CxA23W__card{border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);background:#ffffff0d;flex-direction:column;padding:2rem;display:flex}.RulesPage-module__CxA23W__card:hover{border-color:var(--border-color-hover);background:#ffffff14;transform:translateY(-4px)}.RulesPage-module__CxA23W__cardHeader{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.RulesPage-module__CxA23W__cardIcon{border-radius:var(--radius-lg);width:44px;height:44px;color:var(--primary);background:#33da861f;border:1px solid #33da8638;flex-shrink:0;justify-content:center;align-items:center;display:flex}.RulesPage-module__CxA23W__cardTitle{margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.RulesPage-module__CxA23W__cardSubtitle{color:var(--grey);font-size:.95rem}.RulesPage-module__CxA23W__cardBody{flex-direction:column;flex:1;display:flex}.RulesPage-module__CxA23W__rulesList{gap:.9rem;margin-bottom:1.5rem;list-style:none;display:grid}.RulesPage-module__CxA23W__customBody{flex-direction:column;flex:1;margin-bottom:1.5rem;display:flex}.RulesPage-module__CxA23W__ruleItem{border-radius:var(--radius-lg);background:#00000038;border:1px solid #ffffff17;align-items:flex-start;gap:.75rem;padding:.85rem;display:flex}.RulesPage-module__CxA23W__ruleBullet{color:var(--primary);flex-shrink:0;margin-top:2px}.RulesPage-module__CxA23W__ruleTitle{color:var(--white);margin-bottom:.2rem;font-size:1rem;font-weight:650}.RulesPage-module__CxA23W__ruleDescription{color:var(--grey);font-size:1.05rem;line-height:1.55}.RulesPage-module__CxA23W__disclaimer{border-top:1px solid #ffffff1a;padding-top:1.1rem}.RulesPage-module__CxA23W__disclaimerHeader{color:var(--grey-light);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.9rem;font-weight:650;display:inline-flex}.RulesPage-module__CxA23W__disclaimerBody{color:var(--grey);font-size:.95rem;line-height:1.6}.RulesPage-module__CxA23W__notice{border-radius:var(--radius-lg);background:#00000038;border:1px solid #ffffff1f;margin-bottom:1rem;padding:.9rem}.RulesPage-module__CxA23W__noticeRow{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.65rem;display:flex}.RulesPage-module__CxA23W__noticeLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-light);font-size:.85rem;font-weight:650}.RulesPage-module__CxA23W__noticeValue{color:var(--white);font-size:.95rem;font-weight:650}.RulesPage-module__CxA23W__noticeWarning{color:var(--grey);align-items:flex-start;gap:.55rem;font-size:.95rem;line-height:1.6;display:flex}.RulesPage-module__CxA23W__noticeWarning svg{color:var(--primary);flex-shrink:0;margin-top:2px}.RulesPage-module__CxA23W__dropdownList{gap:.75rem;display:grid}.RulesPage-module__CxA23W__dropdown{border-radius:var(--radius-lg);transition:border-color var(--transition-fast),background var(--transition-fast);background:#00000038;border:1px solid #ffffff1f;overflow:hidden}.RulesPage-module__CxA23W__dropdownSummary{cursor:pointer;width:100%;color:var(--white);text-align:left;font-weight:700;font-family:var(--font-family);background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.RulesPage-module__CxA23W__dropdownOpen{background:#33da8614;border-color:#33da8666}.RulesPage-module__CxA23W__dropdownChevron{transition:transform var(--transition-fast)}.RulesPage-module__CxA23W__dropdown[open] .RulesPage-module__CxA23W__dropdownChevron{transform:rotate(180deg)}.RulesPage-module__CxA23W__dropdownBody{overflow:hidden}.RulesPage-module__CxA23W__dropdownBodyInner{padding:0 1rem 1rem}.RulesPage-module__CxA23W__modList{gap:.45rem;list-style:none;display:grid}.RulesPage-module__CxA23W__modItem{color:var(--grey-light);padding-left:.75rem;font-size:.95rem;line-height:1.55;position:relative}.RulesPage-module__CxA23W__modItem:before{content:"•";color:var(--primary);position:absolute;left:0}.RulesPage-module__CxA23W__footerNote{border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #ffffff1f;align-items:flex-start;gap:.9rem;margin-top:1.5rem;padding:1.1rem 1.25rem;display:flex}.RulesPage-module__CxA23W__footerNoteIcon{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--primary);background:#33da861f;border:1px solid #33da8638;flex-shrink:0;justify-content:center;align-items:center;display:flex}.RulesPage-module__CxA23W__footerNoteTitle{color:var(--white);margin-bottom:.15rem;font-size:1rem;font-weight:700}.RulesPage-module__CxA23W__footerNoteBody{color:var(--grey);font-size:.95rem}@media (max-width:900px){.RulesPage-module__CxA23W__grid{grid-template-columns:1fr}.RulesPage-module__CxA23W__content{padding:4rem var(--container-padding)}}@media (max-width:600px){.RulesPage-module__CxA23W__header{padding:calc(var(--navbar-height) + 3rem)var(--container-padding)3.5rem}.RulesPage-module__CxA23W__card{padding:1.5rem}.RulesPage-module__CxA23W__ruleItem{padding:.75rem}}
