#dropdown-small{border:2px solid var(--accent);border-radius:1em;padding:5px 10px;color:#fff;background-color:var(--accent);box-shadow:0 3px 0 0 var(--accent-dark);line-height:1;display:flex;align-items:center}#dropdown-small .dropdown-icon{width:20px;height:20px}#dropdown-small:hover{background-color:var(--accent-dark);transform:translateY(3px);border-color:var(--accent-dark);box-shadow:none}@media (max-width:480px){#dropdown-small{padding:4px 8px}#dropdown-small .dropdown-icon{width:18px;height:18px}}@keyframes dropdown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.dropdown-menu-small{position:relative;height:auto;width:100vw;color:#333;display:flex;animation:dropdown .3s ease-in-out;flex-direction:column;margin-top:10px}.search-small{width:100vw;padding-left:5%;margin-bottom:20px}.menu-small-cats{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:90vw;height:auto;position:relative;margin-left:5vw}.dropdown-menu-small span{font-size:20px;margin-bottom:10px}.span-mittendrin{margin-top:10px}.dropdown-col>.mini-image{width:25px;height:auto;margin-right:5px}.dropdown-menu-small a{color:#333;text-decoration:none;font-size:18px;padding:5px 0;font-weight:500;display:flex;align-items:center}.dropdown-menu-small a p{margin:3px 0 0 4px}.dropdown-col{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px 20px}.dropdown-menu-small a.menu-small-subitem,.dropdown-menu-small span.menu-small-subitem{padding:3px 0 3px 28px;font-size:15px;color:#555;text-decoration:none;display:flex;align-items:center;margin-bottom:0}.dropdown-menu-small a.menu-small-subitem p,.dropdown-menu-small span.menu-small-subitem p{margin:0}.dropdown-menu-small span.menu-small-subitem-disabled{color:#bbb;cursor:default}:root{--bonus-cta:#bc418a;--bonus-cta-secondary:#972569;--orange:#ea922d;--orange-dark:#d27409}.searchbar{display:flex;flex-direction:row;align-items:stretch;height:100%;position:relative}@media (max-width:1200px){.searchbar{width:90%}.search-results{width:90vw;max-width:420px}}.searchbar:focus-within{box-shadow:0 0 0 .25rem rgba(78,171,225,.25);border-radius:1em}.searchbar input{border-radius:1em 0 0 1em;border:1px solid #ddd;border-right:none;padding:10px 20px;font-size:18px;font-weight:500;flex:1 1;min-width:0}.searchbar input:focus{box-shadow:none}.input-group-text{border-radius:0 1em 1em 0;border:1px solid #ddd;border-left:none;padding:0 14px;font-size:20px;cursor:pointer;background:#fff;display:flex;align-items:center;justify-content:center}.search-results{position:absolute;width:420px;margin-left:42px;margin-top:6px;background-color:#fff;display:flex;flex-direction:column;z-index:1001;display:none;border-radius:.75em;border:1px solid #e4e4e4;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:6px 0}.search-results-category-title{padding:10px 16px 4px}.search-results-category-title span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9a9a9a}.result{height:44px;display:flex;align-items:center;gap:10px;padding:0 16px;z-index:1000;cursor:pointer;text-decoration:none;color:#2c2c2c;transition:background-color .15s ease}.searchresult-imgcontainer{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:30px;height:30px}.searchresult-imgcontainer img{max-width:30px;max-height:30px;object-fit:contain}.result-title{flex:1 1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-chevron{flex-shrink:0;color:var(--accent);opacity:0;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease}.result:hover{background-color:rgba(78,171,225,.08)}.result:hover .result-chevron{opacity:1;transform:translateX(0)}.search-results-games-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:10px 16px 12px}.game-result{position:relative;cursor:pointer;overflow:hidden;border-radius:8px;height:64px;width:64px}.game-result img{width:100%;height:100%;object-fit:cover}.game-result:hover img{transform:scale(1.1)}.game-result:hover .game-overlay-search{opacity:1}.game-overlay-search{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;background:rgba(78,171,225,.7);cursor:pointer;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center;border:none;padding:0;font:inherit}.game-overlay-search svg{color:#fff;width:40px;height:40px}.game-demo-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:3000;display:flex;align-items:center;justify-content:center;animation:fade-in .5s ease-out forwards}.game-demo-modal{width:min(1200px,98vw);max-height:calc(100vh - 40px);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:game-from-top .3s ease-out forwards;display:flex;flex-direction:column}.game-demo-area{position:relative;aspect-ratio:4/3;max-height:calc(100vh - 120px);background:#000;overflow:hidden}.game-demo-area iframe{display:block;width:100%;height:100%;border:none}.game-demo-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.game-demo-controls{position:absolute;top:10px;right:10px;display:flex;gap:6px}.game-demo-ctrl{width:28px;height:28px;background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;color:hsla(0,0%,100%,.75);cursor:pointer;line-height:1}.game-demo-ctrl:hover{background:hsla(0,0%,100%,.22)}.game-demo-info-bar{background:#fff;border-top:1px solid #f0f0f0;transition:transform .3s ease}.game-demo-info-handle{display:none}.game-demo-info-content{display:flex;flex-direction:column;gap:0}.game-demo-stats-row{display:flex;align-items:center;justify-content:center;gap:32px;padding:10px 24px}.game-demo-casino-strip{overflow-y:scroll;max-height:82px;border-top:1px solid #f0f0f0}.game-demo-casino-row{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 16px;border-bottom:1px solid #f5f5f5;min-height:50px}.game-demo-casino-col-logo{width:110px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px}.game-demo-casino-col-stat{width:80px;flex-shrink:0;text-align:center}.game-demo-casino-name{font-size:10px;color:#555;text-align:center;line-height:1.2;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-demo-stat{text-align:center;flex-shrink:0}.game-demo-stat-label{display:block;font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px}.game-demo-stat-value{display:block;font-size:13px;font-weight:700;color:#333;margin-top:2px}.game-demo-dots{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:4px}.game-demo-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0}.game-demo-dot--on,.game-demo-play{background:var(--accent)}.game-demo-play{padding:7px 16px;border-radius:24px;border:none;font-size:12px;font-weight:700;color:#fff;box-shadow:0 4px 0 var(--accent-dark);cursor:pointer;white-space:nowrap}.game-demo-play:hover{background:var(--accent-dark);transform:translateY(2px);box-shadow:0 2px 0 var(--accent-dark)}.game-demo-ctrl--flip{display:none}@media (max-width:768px){.game-demo-overlay{background:#000;touch-action:none;overscroll-behavior:none}.game-demo-modal{position:fixed;width:100dvh;height:100dvw;top:0;left:100dvw;transform-origin:top left;transform:rotate(90deg);border-radius:0;background:#000;animation:none;max-height:none}.game-demo-area{position:absolute;inset:0;aspect-ratio:unset;max-height:none;height:100%}.game-demo-info-bar{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.52);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:none}.game-demo-controls .game-demo-ctrl:first-child{display:none}.game-demo-ctrl--flip{display:flex;font-size:16px}.game-demo-modal--flipped{top:100dvh;left:0;transform:rotate(-90deg)}.game-demo-info-handle{display:flex;justify-content:center;align-items:center;width:100%;height:22px;background:transparent;border:none;border-top:1px solid hsla(0,0%,100%,.1);cursor:pointer;padding:0}.game-demo-handle-icon{font-size:14px;color:hsla(0,0%,100%,.5);line-height:1}.game-demo-info-bar--hidden{transform:translateY(calc(100% - 22px))}.game-demo-stat-label{font-size:8px;color:hsla(0,0%,100%,.6)}.game-demo-stat-value{font-size:11px;color:#fff}.game-demo-dot{width:5px;height:5px;background:hsla(0,0%,100%,.25)}.game-demo-dot--on{background:#fff}.game-demo-play{padding:8px 12px}.game-demo-casino-strip{max-height:82px;border-top:1px solid hsla(0,0%,100%,.1);touch-action:pan-y;-webkit-overflow-scrolling:touch}.game-demo-casino-row{justify-content:center;border-bottom:1px solid hsla(0,0%,100%,.08)}.game-demo-casino-name{color:hsla(0,0%,100%,.7)}.game-demo-play{padding:7px 16px;font-size:12px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes game-from-top{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loader{width:60px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#000 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s linear infinite}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-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:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-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:__Poppins_Fallback_657e4b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_657e4b{font-family:__Poppins_657e4b,__Poppins_Fallback_657e4b;font-weight:400;font-style:normal}@font-face{font-family:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-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:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-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:__Poppins_Fallback_a97e04;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_a97e04{font-family:__Poppins_a97e04,__Poppins_Fallback_a97e04;font-weight:500;font-style:normal}@font-face{font-family:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-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:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-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:__Poppins_Fallback_10bb4e;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_10bb4e{font-family:__Poppins_10bb4e,__Poppins_Fallback_10bb4e;font-weight:600;font-style:normal}@font-face{font-family:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-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:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-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:__Poppins_Fallback_b4dd1b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_b4dd1b{font-family:__Poppins_b4dd1b,__Poppins_Fallback_b4dd1b;font-weight:700;font-style:normal}@font-face{font-family:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-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:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-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:__Poppins_Fallback_458591;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_458591{font-family:__Poppins_458591,__Poppins_Fallback_458591;font-weight:800;font-style:normal}@font-face{font-family:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-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:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-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:__Poppins_Fallback_7b59f4;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_7b59f4{font-family:__Poppins_7b59f4,__Poppins_Fallback_7b59f4;font-weight:900;font-style:normal}@font-face{font-family:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0a48a8bf13ca80-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ae6a2fe692ea80aa-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:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c99ef75952aca458-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:__Poppins_Fallback_dc03c5;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_dc03c5{font-family:__Poppins_dc03c5,__Poppins_Fallback_dc03c5;font-weight:500;font-style:italic}@font-face{font-family:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/334d90a676c555e4-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/8727a9eb9a9ed107-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:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/cf1f69a0c8aed54d-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:__Poppins_Fallback_263e95;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_263e95{font-family:__Poppins_263e95,__Poppins_Fallback_263e95;font-weight:700;font-style:italic}.profile-info{display:flex;align-items:center;gap:8px}.profile-level-badge{display:inline-flex;align-items:center;gap:3px;background:var(--orange);color:#fff;font-size:.72rem;font-weight:700;padding:4px 9px;border-radius:20px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}.profile-level-badge:hover{background:var(--orange-dark)}.admin-tag{display:inline-flex;align-items:center;background:#b6042a;color:#fff;font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:20px;letter-spacing:.03em;text-transform:uppercase}.profile-avatar-btn{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:10px;transition:background .12s;position:relative}.profile-avatar-btn:hover{background:#f0f0f0}.profile-avatar-img{object-fit:cover}.profile-avatar-icon,.profile-avatar-img{width:34px;height:34px;border-radius:50%;border:2px solid var(--accent-light)}.profile-avatar-icon{background:#e8f4fb;display:flex;align-items:center;justify-content:center;color:var(--accent)}.profile-avatar-icon svg{width:18px;height:18px}.profile-username{font-size:.65rem;font-weight:600;color:#555;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.profile-dropdown-wrap{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);min-width:148px;padding:6px 0;z-index:1200}.profile-dropdown-item{display:flex;align-items:center;gap:9px;padding:9px 14px;cursor:pointer;font-size:.88rem;color:#333;border-radius:8px;margin:0 4px;transition:background .1s}.profile-dropdown-item:hover{background:#f5f5f5}.profile-dropdown-item svg{width:15px;height:15px;color:#666;flex-shrink:0}.top-nav{display:none;position:-webkit-sticky;position:sticky;top:0;width:100%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}@media (min-width:1200px){.top-nav{display:block;margin-bottom:20px}}.top-nav-bar{height:70px;padding:0 32px;gap:4px}.top-nav-bar,.top-nav-logo{display:flex;align-items:center}.top-nav-logo{margin-right:24px;flex-shrink:0}.top-nav-links{display:flex;align-items:center;gap:2px;flex:1 1}.top-nav-group{position:relative}.top-nav-group-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;border:none;background:transparent;color:#333;font-size:.95rem;border-radius:8px;cursor:pointer;white-space:nowrap}.top-nav-group-btn:hover{background:#f0f0f0}.top-nav-chevron{width:12px;height:12px;transition:transform .2s;flex-shrink:0}.top-nav-group:hover .top-nav-chevron{transform:rotate(180deg)}.top-nav-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.15);min-width:180px;padding:10px 0 6px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s,transform .2s;z-index:1100}.top-nav-group:hover .top-nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.top-nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:9px 16px;color:#333;text-decoration:none;font-size:.9rem}.top-nav-dropdown-item:hover{background:#f5f5f5;color:var(--accent)}.top-nav-dropdown-section{border-top:1px solid #f0f0f0;padding-top:4px;margin-top:4px}.top-nav-dropdown-section:first-child{border-top:none;padding-top:0;margin-top:0}.top-nav-dropdown-section-label{color:#111}.top-nav-dropdown-subitem{padding-left:28px;font-size:.85rem;color:#444}.top-nav-dropdown-disabled{color:#bbb;cursor:default;pointer-events:none}.top-nav-dropdown-disabled:hover{background:transparent;color:#bbb}.top-nav-link{display:flex;align-items:center;gap:6px;padding:7px 12px;color:#333;text-decoration:none;font-size:.95rem;border-radius:8px;white-space:nowrap}.top-nav-link:hover{background:#f0f0f0;color:var(--accent)}.top-nav-actions{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.top-nav-search-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:#333;margin-right:4px}.top-nav-search-btn:hover{background:#f0f0f0}.top-nav-search-row{position:relative;display:flex;align-items:center;justify-content:center;padding:12px 32px;border-top:1px solid #e8e8e8;background:#fff;animation:search-row-in .2s ease}@keyframes search-row-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.top-nav-search-row>div{width:100%;max-width:700px}.top-nav-search-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:#666;border-radius:50%;flex-shrink:0}.top-nav-search-close:hover{background:#f0f0f0}@media (min-width:1200px){#navbar-small-wrap{display:none}}#navbar-small-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:999;background:var(--surface);box-shadow:0 2px 8px rgba(0,0,0,.1)}#navbar-small{height:70px;padding:0 var(--sp-2);gap:var(--sp-2)}#navbar-logo-link,#navbar-small,#navbar-small-actions,#navbar-small-menu{display:flex;align-items:center}#navbar-small-menu{padding-left:var(--sp-2)}#logo-small{height:50px;width:auto;margin:0 0 0 10px}.dropdown-icon{height:30px;width:30px}@media (max-width:400px){.dropdown-icon{height:24px;width:24px}}.sidebar{display:none}.sidebar-head{position:absolute;top:0;left:0;width:100%;height:150px;max-height:150px;display:flex;justify-content:center}#logo{height:90px;width:auto;margin-top:15px;position:absolute;left:25%}.sidebar-body{display:flex;flex-direction:column;margin-top:140px;height:72%;padding:0 15px;border-radius:0 1em 1em 0;background-color:#fff}.sidebar-category-menu{border-radius:1em;width:100%;position:relative}.sidebar-category-title{margin-left:20px;margin-top:15px;flex:1 1;width:80%;display:flex;text-align:start;align-items:center;font-size:1.05rem;cursor:pointer;margin-bottom:5px}.sidebar-category-content{position:relative;flex:4 1;width:100%;height:0;font-size:1rem;transform-origin:top}.sidebar-category-content.expand{height:auto}#lower-menu{position:fixed;bottom:100px;width:190px;overflow:visible}.sidebar-category{height:40px;width:100%;display:flex;text-align:start;align-items:center;cursor:pointer;text-decoration:none;border-radius:10px;transition:.3s;color:#333}.sidebar-category.special{background:repeating-linear-gradient(45deg,#d74a49,#d74a49 10px,#bb4040 0,#bb4040 20px);animation:move-gradient 10s linear infinite;background-size:105% 50px;background-origin:content-box;background-clip:padding-box,content-box;color:#fff;box-shadow:0 5px 0 0 #9f3534;justify-content:start;padding:8px 0;height:auto;border-radius:1em}@keyframes move-gradient{0%{background-position:0}to{background-position:100px}}.sidebar-category.special img{margin-left:10px}.sidebar-category.special:hover{transform:translateY(5px);box-shadow:none}.sidebar-category.lower{font-size:16px}.sidebar-category.selected,.sidebar-category:hover{background-color:#ddd;font-weight:600;transition:.3s}.sidebar-category img{height:24px;margin-right:8px;margin-left:20px}@media (max-height:800px){#lower-menu{display:none}}@media (max-width:1200px){.sidebar{display:none}}:root{--accent-light:#7cc0e7;--accent:#4eabe1;--accent-dark:#377ea7;--pink:#b75eba}.footer{width:100%;background-color:var(--accent-dark);left:0;color:#fff;padding:10px 0 20px;margin-top:60px;align-items:center;flex-direction:column}.disclaimer,.footer{display:flex;justify-content:center}.disclaimer{width:60%;padding:50px 0;text-align:center;font-size:14px;color:#dadada}.logo-bar{position:relative;margin-bottom:10px;justify-content:center;width:100%}.footbar-brand,.logo-bar{display:flex;align-items:center}.footbar-brand{flex-direction:row;white-space:nowrap;color:#fff;text-decoration:none}.img-wrap-link{height:50px;width:auto;max-width:250px;margin-left:10px;margin-right:5%}@media (max-width:1200px){.footer>.footer-links{width:100%;flex-direction:column}.footer>.footer-links a{margin-bottom:10px}.footer>.disclaimer{width:90%}.logo-bar{flex-wrap:wrap;gap:16px;justify-content:center;padding:0 12px}.logo-bar>.footbar-brand{font-size:14px}.img-wrap-link{margin:0}}.footer-links{margin-top:20px;position:relative;display:flex;flex-direction:row;width:80%;justify-content:space-between;align-items:center;font-size:18px;padding:0 10%}.footer-links a{color:#fff}