:root{--rb-bg-color: #f8f9fa;--rb-text-color: #333;--rb-text-color-light: #555;--rb-text-color-lighter: #777;--rb-logo-color: #4285F4;--rb-link-color: #0969da;--rb-code-bg: rgba(175, 184, 193, .2);--rb-card-bg: #ffffff;--rb-card-border: #dfe1e5;--rb-card-shadow: rgba(0, 0, 0, .05);--rb-menu-bg: #ffffff;--rb-menu-border: #dfe1e5;--rb-menu-shadow: rgba(0, 0, 0, .1);--rb-modal-bg: #ffffff;--rb-modal-border: #ccc;--rb-modal-shadow: rgba(0, 0, 0, .2)}[data-theme=dark]{--rb-bg-color: #1a1a1a;--rb-text-color: #e0e0e0;--rb-text-color-light: #bbb;--rb-text-color-lighter: #888;--rb-logo-color: #5a9bff;--rb-link-color: #58a6ff;--rb-code-bg: rgba(110, 118, 129, .4);--rb-card-bg: #2a2a2a;--rb-card-border: #444;--rb-card-shadow: rgba(0, 0, 0, .2);--rb-menu-bg: #2a2a2a;--rb-menu-border: #444;--rb-menu-shadow: rgba(0, 0, 0, .3);--rb-modal-bg: #333;--rb-modal-border: #555;--rb-modal-shadow: rgba(0, 0, 0, .4)}._pageWrapper_102f1_48{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--rb-bg-color);color:var(--rb-text-color);display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;transition:background-color .2s,color .2s;margin:0;padding:0}._pageWrapper_102f1_48 a{text-decoration:none;color:inherit}._contentContainer_102f1_68 a{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:var(--rb-link-color);background-color:var(--rb-code-bg);padding:.2em .4em;border-radius:6px;font-size:.9em;transition:background-color .2s,color .2s;display:inline-block;line-height:1.2}._contentContainer_102f1_68 a:hover{background-color:var(--rb-link-color);color:#fff;text-decoration:none}._headerContainer_102f1_88{width:100%;padding-top:40px;display:flex;flex-direction:column;align-items:center;gap:10px}._logo_102f1_97{font-size:48px;font-weight:700;color:var(--rb-logo-color)}._menuBar_102f1_103{width:100%;max-width:800px;display:none;justify-content:center;margin-bottom:20px;padding:0 5%;border-bottom:1px solid var(--rb-card-border)}._menuBar_102f1_103 nav{display:flex}._menuBar_102f1_103 a{padding:10px 15px;text-decoration:none;color:var(--rb-text-color-light);font-weight:500;font-size:15px;transition:color .2s,background-color .2s;border-bottom:3px solid transparent}._menuBar_102f1_103 a:hover{color:var(--rb-link-color);border-bottom:3px solid var(--rb-link-color)}@media(min-width:769px){._headerContainer_102f1_88{gap:0px}._menuBar_102f1_103{display:flex}}._contentContainer_102f1_68{width:90%;max-width:800px;margin:0 auto 40px;flex:1}._contentContainer_102f1_68 h1{font-size:36px;color:var(--rb-text-color);border-bottom:2px solid var(--rb-card-border);padding-bottom:10px;margin-top:0}._ruleSection_102f1_152{background-color:var(--rb-card-bg);border:1px solid var(--rb-card-border);border-radius:12px;margin-bottom:30px;padding:25px;box-shadow:0 2px 5px var(--rb-card-shadow)}._ruleSection_102f1_152 h2{font-size:28px;color:var(--rb-logo-color);margin-top:0;padding-bottom:10px;border-bottom:1px dashed var(--rb-card-border)}._ruleSection_102f1_152 h3{font-size:20px;color:var(--rb-text-color);margin-top:20px;margin-bottom:10px}._ruleSection_102f1_152 p,._ruleSection_102f1_152 ul{font-size:16px;color:var(--rb-text-color-light);line-height:1.7}._siteFooter_102f1_183{width:90%;max-width:800px;margin:20px auto 30px;text-align:center}._siteFooter_102f1_183 p{font-size:12px;color:var(--rb-text-color-lighter);margin:0}._footerLink_102f1_196{color:var(--rb-text-color-lighter)}._hamburgerIcon_102f1_201{position:fixed;top:20px;right:20px;width:50px;height:50px;background-color:var(--rb-menu-bg);border:1px solid var(--rb-menu-border);border-radius:50%;box-shadow:0 4px 10px var(--rb-menu-shadow);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;z-index:1001;transition:all .2s}._hamburgerIcon_102f1_201 div{width:24px;height:3px;background-color:var(--rb-text-color);border-radius:2px;transition:all .3s}._hamburgerIconActive_102f1_229 div:nth-child(1){transform:translateY(8px) rotate(45deg)}._hamburgerIconActive_102f1_229 div:nth-child(2){opacity:0}._hamburgerIconActive_102f1_229 div:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(min-width:769px){._hamburgerIcon_102f1_201{display:none}}._navModal_102f1_246{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:none}._navModalVisible_102f1_257{display:block}._navContent_102f1_261{position:absolute;top:20px;right:20px;width:280px;background-color:var(--rb-modal-bg);border-radius:12px;box-shadow:0 5px 20px var(--rb-modal-shadow);margin-top:60px;opacity:0;transform:translateY(-10px);transition:opacity .2s,transform .2s}._navContentVisible_102f1_275{opacity:1;transform:translateY(0)}._modalContent_102f1_280{padding:15px;display:flex;flex-direction:column;gap:15px}._modalSection_102f1_287{border-bottom:1px solid var(--rb-card-border);padding-bottom:15px}._modalSection_102f1_287:last-child{border-bottom:none;padding-bottom:0}._modalSection_102f1_287 strong{font-size:12px;color:var(--rb-text-color-lighter);text-transform:uppercase;display:block;margin-bottom:10px}._themeButtons_102f1_305{display:flex;justify-content:space-between;gap:8px}._themeButton_102f1_305{flex:1;padding:8px 10px;font-size:14px;font-weight:500;border:1px solid var(--rb-menu-border);background-color:transparent;color:var(--rb-text-color-light);border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}._themeButton_102f1_305:hover{background-color:#8080801a}._themeButtonActive_102f1_328{border-color:var(--rb-link-color);background-color:var(--rb-link-color);color:#fff}._modalLinks_102f1_334{display:flex;flex-direction:column;gap:10px}._modalLinks_102f1_334 a{color:var(--rb-text-color-light);text-decoration:none;font-size:15px}._modalLinks_102f1_334 a:hover{color:var(--rb-link-color)}._effectiveDate_102f1_350{display:block;margin-top:20px;font-size:14px;color:var(--rb-text-color-lighter)}@media(max-width:768px){._logo_102f1_97{font-size:40px}._contentContainer_102f1_68 h1{font-size:28px}._ruleSection_102f1_152{padding:20px}._ruleSection_102f1_152 h2{font-size:24px}}
