:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background:#000;border-bottom:1px solid #333;box-shadow:0 2px 10px #00000080;color:#fff;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;min-height:80px}.header-content,.logo{align-items:center;display:flex}.logo{justify-content:center;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-image{height:70px;max-width:250px;object-fit:contain;transition:all .3s ease;width:auto}.logo-image:hover{transform:scale(1.02)}.logo-text{color:#fff;display:none;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:700;margin:0;text-decoration:none;text-shadow:2px 2px 4px #00000080}.logo-text:before{margin-right:8px}.logo-text:after,.logo-text:before{background-image:url(/static/media/logo_efc.4800d186552225aa91f8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:30px;vertical-align:middle;width:30px}.logo-text:after{margin-left:8px}.nav{align-items:center;display:flex;gap:1rem}.nav a{border:1px solid #0000;border-radius:2px;color:#ccc;font-size:.85rem;font-weight:400;letter-spacing:.3px;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.nav a:hover{background-color:#ffffff1a;border-color:#fff3;color:#fff}.nav button{font-size:.8rem;margin-left:1rem;padding:.4rem .8rem}.menu-toggle{background:none;border:1px solid #666;border-radius:2px;color:#ccc;cursor:pointer;display:none;font-size:1.2rem;padding:.4rem .6rem}.menu-toggle:hover{background-color:#ffffff1a;border-color:#999;color:#fff}@media (max-width:768px){.menu-toggle{display:block}.nav{align-items:stretch;background:linear-gradient(135deg,#dc143c,#000);border-top:2px solid #fff3;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav a{border-bottom:1px solid #ffffff1a;padding:1rem;text-align:center}.nav button{margin:1rem 0 0;width:100%}}.footer{background:#000;border-top:1px solid #333;box-shadow:0 -2px 10px #00000080;color:#fff;margin-top:auto;padding:2rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.footer-section h3,.footer-section h4{color:#fff;font-size:1rem;font-weight:400;letter-spacing:.3px;margin-bottom:1rem;text-transform:uppercase}.footer-section h3{font-size:1.2rem;font-weight:700}.footer-section h3:before{background-image:url(/static/media/logo_efc.4800d186552225aa91f8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;filter:brightness(0) invert(1);height:20px;margin-right:8px;vertical-align:middle;width:20px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem;padding-left:0;position:relative}.footer-section ul li:before{display:none}.footer-section a{color:#ccc;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-section p{color:#ccc;font-size:.9rem;font-weight:400;line-height:1.6}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center}.footer-bottom p{color:#888;font-size:.85rem;font-weight:400;margin:0}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}.footer-section ul li{text-align:left}.footer{padding:1.5rem 0 1rem}.footer-content{margin-bottom:1rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:2rem 0}@media (max-width:768px){.main-content{padding:1rem 0}}.home{min-height:calc(100vh - 200px)}.hero{background:linear-gradient(135deg,#dc143c,#000);border:3px solid #fff;border-radius:8px;box-shadow:0 8px 30px #0000004d;color:#fff;margin-bottom:3rem;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.hero:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='4' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.hero-content{position:relative;z-index:1}.hero-content h1{font-family:Arial Black,Arial,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:3px 3px 6px #000000b3}.hero-content h1:before{margin-right:15px}.hero-content h1:after,.hero-content h1:before{background-image:url(/static/media/logo_efc.4800d186552225aa91f8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:50px;vertical-align:middle;width:50px}.hero-content h1:after{margin-left:15px}.hero-content p{font-size:1.3rem;font-weight:500;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 3px #00000080}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.upcoming-games{margin-bottom:3rem}.upcoming-games h2{color:#dc143c;font-size:2.8rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 4px #0000001a;text-transform:uppercase}.games-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:2rem}.game-card{border-top:4px solid #dc143c;padding:2rem}.game-card h3{color:#dc143c;font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.game-details p{color:#555;font-weight:500;margin-bottom:.5rem}.game-details strong{color:#333;font-weight:700}.game-actions{margin-top:1.5rem;text-align:center}.view-all{margin-top:2rem;text-align:center}.quick-info{margin-bottom:3rem}.info-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.info-card{background:#fff;border-radius:8px;border-top:4px solid #333;box-shadow:0 5px 20px #00000026;padding:2.5rem;text-align:center;transition:all .3s ease}.info-card:hover{border-top-color:#dc143c;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.info-card h3{color:#dc143c;font-size:1.6rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.info-card p{color:#666;font-size:1.05rem;line-height:1.7}@media (max-width:768px){.home{padding:0}.hero{border-left:none;border-radius:0;border-right:none;margin:0 -10px 2rem;padding:2.5rem 1rem}.hero-content h1{font-size:2.2rem;margin-bottom:1rem}.hero-content h1:after,.hero-content h1:before{height:35px;margin-left:10px;margin-right:10px;width:35px}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem;padding:0 1rem}.hero-actions{align-items:stretch;flex-direction:column;gap:.75rem;padding:0 1rem}.hero-actions .btn{margin-bottom:0;width:100%}.upcoming-games h2{font-size:2.2rem;margin-bottom:1.5rem;padding:0 .5rem}.games-grid{gap:1.5rem;grid-template-columns:1fr;margin:0 -5px 1.5rem}.game-card{margin:0 5px;padding:1.5rem}.game-card h3{font-size:1.2rem;margin-bottom:.75rem}.game-details p{font-size:.9rem}.game-actions{margin-top:1rem}.view-all{margin-top:1.5rem;padding:0 1rem}.quick-info{margin-bottom:2rem}.info-grid{gap:1.5rem;grid-template-columns:1fr;margin:0 -5px}.info-card{margin:0 5px;padding:2rem 1.5rem}.info-card h3{font-size:1.4rem;margin-bottom:.75rem}.info-card p{font-size:1rem;line-height:1.6}}@media (max-width:480px){.hero{padding:2rem .75rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.upcoming-games h2{font-size:1.8rem}.game-card{padding:1.25rem}.info-card{padding:1.5rem 1.25rem}.info-card h3{font-size:1.2rem}.info-card p{font-size:.95rem}}@media (hover:none) and (pointer:coarse){.game-card:hover,.info-card:hover{box-shadow:0 5px 20px #00000026;transform:none}.game-card,.info-card{transition:box-shadow .3s ease}}.all-games{min-height:calc(100vh - 200px)}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.page-header p{color:#666;font-size:1.1rem}.games-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.games-filter button{background:#fff;border:2px solid #007bff;border-radius:25px;color:#007bff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.games-filter button.active,.games-filter button:hover{background:#007bff;color:#fff}.games-list{display:flex;flex-direction:column;gap:1.5rem}.game-item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:space-between;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.game-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.game-info{flex:1 1}.game-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.game-header h3{color:#333;font-size:1.3rem;margin:0}.category-badge{border-radius:15px;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.category-badge.bundesliga{background:#28a745;color:#fff}.category-badge.champions-league{background:#007bff;color:#fff}.category-badge.dfb-pokal{background:#ffc107}.category-badge.europa-league{background:#fd7e14;color:#fff}.game-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.detail-item{color:#666;font-size:.9rem}.detail-item strong{color:#333}.registration-info{margin-top:1rem}.registration-status{display:flex;flex-direction:column;gap:.5rem}.registration-status span{font-size:.9rem;font-weight:600}.registration-status.available span{color:#28a745}.registration-status.almost-full span{color:#ffc107}.registration-status.full span{color:#dc3545}.progress-bar{background:#eee;width:200px}.registration-status.available .progress-fill{background:#28a745}.registration-status.almost-full .progress-fill{background:#ffc107}.registration-status.full .progress-fill{background:#dc3545}.no-games{color:#666;padding:3rem;text-align:center}@media (max-width:768px){.all-games{padding:0}.page-header{margin-bottom:2rem;padding:0 1rem}.page-header h1{font-size:2rem;margin-bottom:.5rem}.page-header p{font-size:1rem}.games-filter{align-items:stretch;flex-direction:column;gap:.5rem;margin:0 1rem 2rem}.games-filter button{border-radius:8px;font-size:16px;min-height:44px;padding:12px 16px;width:100%}.games-list{gap:1rem;margin:0 -5px}.game-item{align-items:stretch;flex-direction:column;gap:1rem;margin:0 5px;padding:1.25rem;text-align:left}.game-item:hover{transform:none}.game-header{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:1rem}.game-header h3{font-size:1.2rem;margin:0}.category-badge{align-self:flex-start;font-size:.75rem;padding:.3rem .8rem}.game-details{gap:.75rem;grid-template-columns:1fr;margin-bottom:1rem}.detail-item{font-size:.9rem;padding:.25rem 0}.registration-info{margin-top:1rem}.registration-status{gap:.75rem}.registration-status span{font-size:.9rem}.progress-bar{height:8px;width:100%}.game-actions{margin-left:0;margin-top:1rem;width:100%}.game-actions .btn{margin-bottom:0;width:100%}.no-games{font-size:.9rem;padding:2rem 1rem}}@media (max-width:480px){.page-header h1{font-size:1.8rem}.games-filter{margin:0 .5rem 1.5rem}.game-item{padding:1rem}.game-header h3{font-size:1.1rem}.category-badge{font-size:.7rem;padding:.25rem .6rem}}@media (hover:none) and (pointer:coarse){.games-filter button{min-height:44px}.games-filter button.active,.games-filter button:hover{background:#dc143c;border-color:#dc143c;color:#fff}.game-item:hover{box-shadow:0 4px 15px #0000001a;transform:none}}.game-detail{min-height:calc(100vh - 200px)}.registration-type-selection{border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.radio-group{display:flex;gap:1rem;margin-top:.5rem}.radio-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.radio-option:hover{background:#fafafa;border-color:#dc143c}.radio-option input[type=radio]{margin:0}.radio-option input[type=radio]:checked+span{color:#dc143c;font-weight:600}.radio-option:has(input[type=radio]:checked){background:#fff5f5;border-color:#dc143c}.group-registration,.single-registration{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.participant-form{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin:1.5rem 0;padding:1rem}.participant-form h4{color:#333;margin:0 0 1rem}.game-detail-header{margin-bottom:2rem}.back-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;margin-bottom:1rem;padding:0}.back-btn:hover{text-decoration:underline}.game-detail-header h1{color:#333;font-size:2.5rem;margin:0}.game-detail-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.game-detail-content.single-column{grid-template-columns:1fr;margin:0 auto;max-width:800px}.game-info-section{display:flex;flex-direction:column;gap:2rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.info-item{padding:.5rem 0}.game-description,.meeting-info{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.game-description h3,.meeting-info h3{color:#333;margin-bottom:1rem}.game-description p,.meeting-info p{color:#666;line-height:1.6;margin-bottom:.5rem}.registration-section h2,.registrations-list h2{color:#333;margin-bottom:1.5rem}.login-required{background:#f8f9fa;border-radius:8px;padding:2rem;text-align:center}.login-required p{color:#666;margin-bottom:1rem}.registration-actions{display:flex;flex-wrap:wrap;gap:1rem}.registrations-list{height:-webkit-fit-content;height:fit-content}.no-registrations{font-size:.9rem;padding:1.5rem}.registrations{background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.registrations::-webkit-scrollbar{width:6px}.registrations::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.registrations::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.registrations::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.registration-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.6rem .8rem;transition:background-color .2s}.registration-item:hover{background:#e9ecef}.registration-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}.registration-info strong{color:#333;font-size:.9rem}.ticket-type{background:#007bff;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem;white-space:nowrap}.registration-message{background:#fff;border-left:2px solid #dee2e6;border-radius:3px;color:#666;font-size:.8rem;font-style:italic;margin-top:.3rem;padding:.2rem .4rem}.registration-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr 1fr}.stat-item{border:1px solid #e9ecef;border-radius:6px;padding:.5rem;text-align:center}.stat-item span:first-child{display:block;font-size:.8rem;margin-bottom:.2rem}.stat-item span:last-child{display:block;font-size:1.1rem}.error{padding:3rem;text-align:center}.error h2{color:#dc3545;margin-bottom:1rem}.error p{color:#666;margin-bottom:2rem}.already-registered{text-align:center;width:100%}.already-registered p{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#28a745;font-weight:600;margin-bottom:1rem;padding:.75rem}@media (max-width:1024px){.game-detail-content{gap:1.5rem;grid-template-columns:1fr}.registrations-list{order:-1}}@media (max-width:768px){.game-detail{padding:0}.game-detail-header{margin-bottom:1.5rem;padding:0 1rem}.back-btn{align-items:center;display:flex;font-size:.9rem;margin-bottom:.75rem;min-height:44px;padding:.5rem 0}.game-detail-header h1{font-size:1.8rem;line-height:1.2}.game-detail-content{gap:1rem;margin:0 -5px}.game-info-section{gap:1.5rem;padding:0 1rem}.info-grid{gap:.75rem;grid-template-columns:1fr}.info-item{background:#f8f9fa;border-left:3px solid #dc143c;border-radius:4px;padding:.75rem}.info-item strong{color:#dc143c;display:block;font-size:.85rem;letter-spacing:.3px;margin-bottom:.25rem;text-transform:uppercase}.game-description,.meeting-info{margin-top:1rem;padding-top:1rem}.game-description h3,.meeting-info h3{font-size:1.2rem;margin-bottom:.75rem}.game-description p,.meeting-info p{font-size:.9rem;line-height:1.5}.registration-section{padding:0 1rem}.registration-section h2{font-size:1.4rem;margin-bottom:1rem}.registration-type-selection{margin-bottom:1rem;padding-bottom:1rem}.radio-group{flex-direction:column;gap:.75rem}.radio-option{min-height:44px;padding:1rem}.participant-form{margin:1rem 0;padding:1rem}.participant-form h4{font-size:1rem;margin-bottom:.75rem}.login-required{margin:0 -5px;padding:1.5rem}.login-required p{font-size:.9rem}.registration-actions{flex-direction:column;gap:.75rem}.registration-actions .btn{margin-bottom:0;width:100%}.registrations-list{padding:0 1rem}.registrations-list h2{font-size:1.4rem;margin-bottom:1rem}.registrations{margin-bottom:1rem;max-height:250px}.registration-item{padding:.75rem}.registration-info{align-items:flex-start;flex-direction:column;gap:.5rem}.registration-info strong{font-size:.9rem}.ticket-type{align-self:flex-start;font-size:.7rem;padding:.25rem .6rem}.registration-message{font-size:.8rem;margin-top:.5rem;padding:.5rem}.registration-stats{gap:.5rem;margin-top:1rem}.stat-item{padding:.75rem .5rem}.stat-item span:first-child{font-size:.75rem;margin-bottom:.25rem}.stat-item span:last-child{font-size:1rem}.no-registrations{font-size:.85rem;padding:1rem}.already-registered p{font-size:.9rem;padding:1rem}.error{padding:2rem 1rem}.error h2{font-size:1.4rem}.error p{font-size:.9rem}}@media (max-width:480px){.game-detail-header h1{font-size:1.6rem}.registration-section h2,.registrations-list h2{font-size:1.2rem}.participant-form{padding:.75rem}.registration-item{padding:.6rem}.registration-stats{grid-template-columns:1fr}.stat-item{padding:.5rem;text-align:left}}@media (hover:none) and (pointer:coarse){.back-btn{padding:.5rem}.back-btn,.radio-option{min-height:44px}.registration-item:hover{background:#f8f9fa}.radio-option:hover{background:#fff;border-color:#e0e0e0}.radio-option:has(input[type=radio]:checked){background:#fff5f5;border-color:#dc143c}}.auth-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem 0}.auth-form{background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-form h2{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.demo-accounts{background:#f8f9fa;border-left:4px solid #007bff;border-radius:5px;margin-bottom:2rem;padding:1rem}.demo-accounts h4{color:#007bff;margin-bottom:.5rem}.demo-accounts p{color:#666;font-size:.9rem;margin:.25rem 0}.checkbox-label{-webkit-tap-highlight-color:rgba(0,0,0,.1);cursor:pointer;font-size:14px;line-height:1.4;padding:10px 0}.checkbox-label input[type=checkbox]{margin-right:8px;transform:scale(1.2)}.checkbox-label p{display:inline;margin:0}.checkmark{display:none}.checkbox-label a{color:#007bff;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.radio-group{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:1rem}.radio-group h4{color:#333;font-size:14px;font-weight:600;margin:0 0 .75rem}.radio-label{-webkit-tap-highlight-color:rgba(0,0,0,.1);cursor:pointer;display:block;font-size:14px;line-height:1.4;padding:.5rem 0}.radio-label input[type=radio]{margin-right:8px;transform:scale(1.3)}.radio-label:hover{background:#007bff1a;border-radius:4px;margin-left:-.5rem;padding-left:.5rem}.radio-label a{color:#007bff;text-decoration:none}.radio-label a:hover{text-decoration:underline}.auth-links{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem;text-align:center}.auth-links a{color:#007bff;text-decoration:none}.auth-links a:hover{text-decoration:underline}@media (max-width:768px){.auth-container{min-height:calc(100vh - 100px);padding:1rem}.auth-form{border-radius:8px;margin:0;max-width:none;padding:1.25rem}.auth-form h2{font-size:1.6rem;margin-bottom:1.25rem}.demo-accounts{border-radius:4px;margin-bottom:1.5rem;padding:.75rem}.demo-accounts h4{font-size:.9rem;margin-bottom:.5rem}.demo-accounts p{font-size:.8rem}.form-row{gap:.75rem;grid-template-columns:1fr}.form-group{margin-bottom:15px}.form-group input,.form-group select,.form-group textarea{font-size:16px;min-height:44px;padding:12px}.checkbox-label{align-items:center;font-size:14px;line-height:1.5;min-height:44px;padding:.75rem 0}.auth-links{margin-top:1.5rem;padding-top:1.5rem}.auth-links a{font-size:.9rem}}@media (max-width:480px){.auth-container{padding:.5rem}.auth-form{padding:1rem}.auth-form h2{font-size:1.4rem}.demo-accounts{padding:.6rem}.checkbox-label{font-size:13px}}@media (hover:none) and (pointer:coarse){.checkbox-label{min-height:44px;padding:.75rem 0}.auth-links a:hover{color:#dc143c;text-decoration:none}}.profile{min-height:calc(100vh - 200px)}.profile-header{margin-bottom:3rem;text-align:center}.profile-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.profile-header p{color:#666;font-size:1.1rem}.profile-content{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.profile-section{padding:2rem}.profile-section h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.registrations-list{display:flex;flex-direction:column;gap:1rem}.profile .registration-item{background:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:1.5rem}.profile .registration-info{display:block!important;justify-content:normal!important;width:100%}.profile .registration-info h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.profile .registration-details{color:#666;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem}.profile .registration-details strong{color:#333}.status{align-items:center;display:flex;gap:.5rem}.status.confirmed{color:#28a745}.status.pending{color:#ffc107}.status.cancelled{color:#dc3545}.participants-info{border-top:1px solid #ddd;margin-top:1rem;overflow:visible;padding-top:1rem;width:100%}.participants-info strong{color:#333;display:block;font-size:.95rem;margin-bottom:.5rem}.participants-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;width:100%}.participant-item{grid-gap:1rem;align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:6px;display:grid;font-size:.85rem;gap:1rem;grid-template-columns:2fr 1fr 1fr;padding:.75rem}.participant-name{color:#333;font-weight:500}.participant-ticket{background:#f8f9fa;color:#666}.participant-status,.participant-ticket{border-radius:4px;font-size:.8rem;padding:.25rem .5rem;text-align:center}.participant-status{font-weight:500}.participant-status.confirmed{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.participant-status.pending{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.participant-status.cancelled{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.profile .registration-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:1rem}.account-info{display:flex;flex-direction:column;gap:1rem}.info-item{border-bottom:1px solid #eee;padding:.75rem 0}.info-item:last-child{border-bottom:none}.info-item strong{color:#333;margin-right:.5rem}@media (max-width:768px){.profile-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}.profile .registration-actions{justify-content:center;width:100%}.profile .registration-details{grid-template-columns:1fr;text-align:left}.profile-section{padding:1.5rem}.participant-item{gap:.5rem;grid-template-columns:1fr;text-align:center}.participants-info strong{text-align:left}}.admin-header h1{color:#333;font-size:2.5rem}.admin-tabs{border-bottom:2px solid #e9ecef}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.tab.active,.tab:hover{color:#dc143c}.tab.active{border-bottom-color:#dc143c;font-weight:600}.news-table{display:flex;flex-direction:column;gap:1rem}.news-row{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem}.news-info{flex:1 1}.news-info h3{color:#333;font-size:1.2rem;margin:0 0 .5rem}.news-excerpt{font-style:italic;margin:0 0 .5rem}.news-meta{color:#6c757d;gap:1rem}.news-tags-display{font-style:italic}.news-actions{flex-shrink:0;gap:.5rem}.news-form{max-width:600px}.news-form .form-group{margin-bottom:1.5rem}.news-form textarea{min-height:80px;resize:vertical;text-align:right}.admin-content{grid-gap:2rem;display:grid;gap:2rem}.games-list h2{color:#333;margin-bottom:1.5rem}.games-table{display:flex;flex-direction:column;gap:1rem}.admin-panel{background-color:#f8f8f8;min-height:calc(100vh - 200px);padding:2rem 0}.admin-panel .container{margin:0 auto;max-width:1200px;padding:0 20px}.admin-header{background:#fff;border-radius:8px;border-top:4px solid #dc143c;box-shadow:0 5px 20px #00000026;margin-bottom:3rem;padding:2.5rem;text-align:center}.admin-header h1{color:#dc143c;font-size:2.8rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-shadow:2px 2px 4px #0000001a;text-transform:uppercase}.admin-header h1:before{margin-right:12px}.admin-header h1:after,.admin-header h1:before{background-image:url(/static/media/logo_efc.4800d186552225aa91f8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:45px;vertical-align:middle;width:45px}.admin-header h1:after{margin-left:12px}.admin-header p{color:#666;font-size:1.1rem;font-weight:500;margin:0}.admin-tabs{background:#fff;border-radius:8px;border-top:4px solid #333;box-shadow:0 5px 20px #00000026;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem;padding:.5rem}.admin-tabs .tab{background:#0000;border:2px solid #0000;border-radius:3px;color:#333;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.admin-tabs .tab:hover{background:#f8f8f8;border-color:#dc143c;color:#dc143c}.admin-tabs .tab.active{background-color:#dc143c;border-color:#dc143c;color:#fff}.admin-controls{background:#fff;border-radius:8px;border-top:4px solid #333;box-shadow:0 5px 20px #00000026;margin-bottom:2rem;padding:2rem}.admin-actions{margin-bottom:2rem}.admin-actions,.admin-filters{display:flex;flex-wrap:wrap;gap:1rem}.admin-filters{align-items:center}.role-user{background:#e3f2fd;border-radius:4px;color:#1976d2;font-size:12px;font-weight:700;padding:2px 8px}.help-text{color:#666;font-size:14px;font-style:italic;margin-bottom:15px}.small-text{color:#888;font-size:13px;margin-top:5px}.activate-form-container{width:100%}.activate-form .form-group{margin-bottom:10px}.activate-form label{color:#333;display:block;font-size:13px;font-weight:700;margin-bottom:5px}.activate-form .help-text{font-size:12px;margin-bottom:0;margin-top:8px}.filter-group{align-items:center;display:flex;gap:.5rem}.search-input{border:1px solid #ddd;border-radius:4px;font-size:16px;min-width:250px;padding:10px;transition:all .3s ease}.search-input:focus{border-color:#dc143c;outline:none}.filter-select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:16px;min-width:150px;padding:10px;transition:all .3s ease}.filter-select:focus{border-color:#dc143c;outline:none}.sort-order-btn{background:#fff;border:2px solid #333;border-radius:3px;cursor:pointer;font-size:1.2rem;font-weight:700;padding:10px 15px;text-transform:uppercase;transition:all .3s ease}.sort-order-btn:hover{background-color:#333;color:#fff}.view-toggle{background:#f8f8f8;border-radius:4px;display:flex;padding:.25rem}.view-btn{background:#0000;border:2px solid #0000;border-radius:3px;cursor:pointer;font-weight:700;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.view-btn.active{background-color:#dc143c;border-color:#dc143c;color:#fff}.games-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;border-top:4px solid #333;box-shadow:0 5px 20px #00000026;padding:2.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-top-color:#dc143c;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.stat-card h3{color:#dc143c;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.stat-card p{color:#666;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.games-table-wrapper{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 5px 20px #00000026;overflow:hidden}.games-table{border-collapse:collapse;font-size:.9rem;width:100%}.games-table thead{background:linear-gradient(135deg,#dc143c,#000);color:#fff}.games-table th{border:none;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:15px 12px;text-align:left;text-transform:uppercase}.games-table th:first-child{text-align:center;width:50px}.games-table th:nth-child(2),.games-table th:nth-child(7){text-align:center;width:100px}.games-table th:nth-child(8){text-align:center;width:120px}.games-table tbody tr{border-bottom:1px solid #e9ecef;transition:all .3s ease}.games-table tbody tr:hover{background:#f8f9fa}.games-table tbody tr.selected{background:#fff3cd}.games-table td{border-right:1px solid #f1f1f1;padding:12px;vertical-align:middle}.games-table td:first-child{text-align:center;width:50px}.games-table td:last-child{border-right:none}.opponent-cell{color:#dc143c;font-size:.95rem;font-weight:700;line-height:1.2}.date-time{font-size:.9rem;text-align:left}.date-time .date{color:#333;font-weight:500}.settings-container{max-width:1200px}.settings-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:24px}.settings-category-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease}.settings-category-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.category-header{background:linear-gradient(135deg,#dc143c,#b91c3c);border-bottom:1px solid #ffffff1a;color:#fff;padding:16px 20px}.category-header h3{font-size:18px;font-weight:600;margin:0}.category-content{padding:20px}.setting-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:16px;justify-content:space-between;padding:16px 0}.setting-item:last-child{border-bottom:none;padding-bottom:0}.setting-info{flex:1 1;min-width:0}.setting-label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.setting-description{color:#666;font-size:12px;line-height:1.4;margin:0}.setting-value-container{flex-shrink:0;min-width:200px}.setting-display-container{align-items:center;display:flex;gap:12px}.setting-value{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#555;flex:1 1;font-size:14px;max-width:150px;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;white-space:nowrap}.setting-edit-container{align-items:center;display:flex;gap:8px}.setting-input{border:2px solid #dc143c;border-radius:6px;flex:1 1;font-size:14px;padding:8px 12px;transition:all .2s ease}.setting-input:focus{border-color:#dc143c;box-shadow:0 0 0 3px #dc143c1a;outline:none}.setting-textarea{border:2px solid #dc143c;border-radius:6px;flex:1 1;font-family:inherit;font-size:14px;min-height:80px;padding:8px 12px;resize:vertical;transition:all .2s ease}.setting-textarea:focus{border-color:#dc143c;box-shadow:0 0 0 3px #dc143c1a;outline:none}.setting-value.multiline{line-height:1.4;max-height:100px;overflow-y:auto;white-space:pre-wrap}.setting-toggle{align-items:center;display:flex;gap:12px}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#dc143c}input:checked+.slider:before{transform:translateX(26px)}.toggle-label{color:#555;font-size:14px;font-weight:500}.empty-icon{font-size:48px;margin-bottom:16px}.setting-actions{display:flex;gap:4px}.btn.btn-sm{align-items:center;display:flex;font-size:12px;height:32px;justify-content:center;min-width:32px;padding:6px 10px}.btn.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn.btn-success:hover{background-color:#218838;border-color:#1e7e34}.btn.btn-cancel{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn.btn-cancel:hover{background-color:#c82333;border-color:#bd2130}.btn.btn-outline{background-color:initial;border:1px solid #dc143c;color:#dc143c;font-size:12px;padding:4px 12px}.btn.btn-outline:hover{background-color:#dc143c;color:#fff}.empty-state{color:#666;padding:60px 20px}.empty-state h3{color:#333;margin-bottom:8px}.loading-container{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner{border-top-color:#dc143c;height:40px;margin-bottom:16px;width:40px}.tab-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:0}@media (max-width:768px){.settings-grid{grid-template-columns:1fr}.setting-item{align-items:stretch;flex-direction:column;gap:12px}.setting-value-container{min-width:auto}.setting-display-container{justify-content:space-between}.setting-value{flex:1 1;max-width:none}}.user-card{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;justify-content:space-between;padding:20px}.date-time .time{color:#666;display:block;font-size:.8rem;margin-top:2px}.location-cell{color:#555;font-size:.9rem}.status-badge{color:#000;min-width:80px}.category-badge,.status-badge{border-radius:3px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.3px;padding:4px 8px;text-align:center;text-transform:uppercase}.category-badge{color:#fff;min-width:120px}.category-badge.bundesliga{background-color:#dc143c}.category-badge.champions-league{background-color:#333}.category-badge.dfb-pokal{background-color:#ffc107;color:#333}.category-badge.europa-league{background-color:#6c757d}.registrations-info{text-align:center}.registrations-info .count{color:#333;font-size:.9rem;font-weight:700;margin-bottom:6px}.progress-bar{background:#e9ecef;border-radius:3px;height:6px;margin-top:4px;overflow:hidden;width:100%}.progress-fill{border-radius:3px;height:100%;transition:width .3s ease}.progress-fill.status-verfügbar,.status-verfügbar{background-color:#28a745}.progress-fill.status-fast-voll,.status-fast-voll{background-color:#ffc107}.progress-fill.status-ausgebucht,.status-ausgebucht{background-color:#dc3545}.progress-fill.status-vergangen,.status-vergangen{background-color:#6c757d}.action-buttons{gap:4px}.action-buttons,.action-buttons .btn-sm{align-items:center;display:flex;justify-content:center}.action-buttons .btn-sm{border-radius:4px;font-size:.8rem;height:32px;min-width:32px;padding:6px 8px}.action-buttons .btn-sm:hover{transform:none}.games-table input[type=checkbox]{cursor:pointer;height:16px;width:16px}@media (max-width:1200px){.games-table td,.games-table th{font-size:.8rem;padding:8px 6px}.category-badge{font-size:.65rem;min-width:100px}.action-buttons .btn-sm{font-size:.7rem;height:28px;min-width:28px;padding:4px 6px}}.status-cell{text-align:center;width:100px}.category-cell{text-align:center;width:140px}.registrations-cell{text-align:center;width:120px}.actions-cell{text-align:center;width:140px}.games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.game-card{background:#fff;border:2px solid #0000;border-radius:8px;border-top:4px solid #333;box-shadow:0 5px 20px #00000026;overflow:hidden;transition:all .3s ease}.game-card:hover{border-color:#dc143c;box-shadow:0 15px 35px #00000040;transform:translateY(-8px)}.game-card.selected{border:2px solid #dc143c;border-top:4px solid #dc143c}.card-header{align-items:center;background:#f8f8f8;display:flex;justify-content:space-between;padding:1rem}.card-checkbox{transform:scale(1.2)}.game-info{padding:2rem}.game-info h3{color:#dc143c;font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.game-date{margin-bottom:.5rem}.game-date,.game-location{color:#555;font-weight:500}.game-location{margin:.5rem 0}.game-stats{margin-top:1.5rem}.game-actions{background:#f8f8f8;justify-content:center;padding:1rem}.admin-panel .btn{border:2px solid #0000;border-radius:3px;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.5px;padding:10px 20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.admin-panel .btn:disabled{cursor:not-allowed;opacity:.6}.admin-panel .btn-primary{background-color:#dc143c;border-color:#dc143c;color:#fff}.admin-panel .btn-primary:hover:not(:disabled){background-color:#b91c3c;border-color:#b91c3c}.admin-panel .btn-secondary{background-color:#333;border-color:#333;color:#fff}.admin-panel .btn-secondary:hover:not(:disabled){background-color:#555;border-color:#555}.admin-panel .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.admin-panel .btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#c82333}.admin-panel .btn-warning{background-color:#ffc107;border-color:#ffc107;color:#333}.admin-panel .btn-warning:hover:not(:disabled){background-color:#e0a800;border-color:#e0a800}.admin-panel .btn-sm{font-size:14px;padding:5px 10px}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:90%}.modal.large{max-width:1000px}.modal-header{border-bottom:1px solid #e9ecef;padding:1.5rem}.modal-header h2{color:#2c3e50;font-size:1.5rem}.close-btn{border-radius:50%;color:#7f8c8d;padding:.5rem;transition:all .3s ease}.close-btn:hover{background:#f8f9fa;color:#dc3545}.game-form,.news-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1.5rem}.registrations-summary{grid-gap:1rem;background:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 2rem;padding:1.5rem}.summary-item{color:#2c3e50}.registrations-table-wrapper{overflow-x:auto;padding:2rem}.registrations-table{border-collapse:collapse;font-size:.9rem;width:100%}.registration-card,.registration-item{align-items:flex-start;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;gap:1rem;justify-content:space-between;margin:.5rem 0;padding:.75rem}.registration-actions{align-items:center;display:flex!important;flex-direction:row!important;gap:.3rem;justify-content:center;min-width:80px;white-space:nowrap;width:100%}table tbody tr td .registration-actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:4px;margin-left:0}.registration-actions>*{flex:0 0 auto}.registration-actions .btn-sm{align-items:center;border:1px solid;border-radius:3px;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;line-height:1;min-width:24px;padding:2px 4px}@media (max-width:768px){.registration-actions{gap:2px;min-width:50px}table tbody tr td .registration-actions{display:inline-block!important}.registration-actions .btn-sm{border-radius:3px;font-size:11px;height:22px;max-height:30px;max-width:40px;min-width:22px;padding:1px 2px;touch-action:manipulation}table td:last-child{padding:2px!important;width:55px!important}.registration-actions button{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-user-select:none;user-select:none}.status{font-size:.7rem;padding:.1rem .3rem}}@media (max-width:480px){.registration-actions{gap:1px;min-width:45px}.registration-actions .btn-sm{border-radius:2px;font-size:10px;height:20px;max-height:30px;max-width:40px;min-width:20px;padding:1px}table td:last-child{padding:1px!important;width:48px!important}.status{font-size:.65rem;padding:.1rem .2rem}}@media (max-width:768px){.users-tab .games-table-wrapper{display:none}.users-mobile-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.user-mobile-card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem}.user-mobile-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.user-mobile-name{color:#dc143c;font-size:1rem;font-weight:700;margin:0}.user-mobile-role{font-size:.7rem}.user-mobile-info{grid-gap:.5rem;color:#666;display:grid;font-size:.8rem;gap:.5rem;grid-template-columns:1fr 1fr;margin-bottom:.75rem}.user-mobile-actions{display:flex;gap:.5rem;justify-content:flex-end}.user-mobile-actions .btn-sm{font-size:.9rem;min-height:36px;min-width:36px;padding:8px}.admin-tabs{flex-direction:column;gap:0;margin-bottom:1rem}.admin-tabs .tab{border-radius:0!important;font-size:.9rem;padding:.75rem 1rem}.admin-tabs .tab:first-child{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.admin-tabs .tab:last-child{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.admin-tabs .tab .icon{font-size:1.2rem;margin-right:.5rem}}@media (min-width:769px){.users-mobile-grid{display:none}}.registration-actions .btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.registration-actions .btn-success:hover{background-color:#218838;border-color:#1e7e34}.registration-actions .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.registration-actions .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.registration-actions .btn-outline-success{background-color:initial;border-color:#28a745;color:#28a745}.registration-actions .btn-outline-success:hover:not(:disabled){background-color:#28a745;border-color:#28a745;color:#fff}.registration-actions .btn-outline-danger{background-color:initial;border-color:#dc3545;color:#dc3545}.registration-actions .btn-outline-danger:hover:not(:disabled){background-color:#dc3545;border-color:#dc3545;color:#fff}.registration-actions .btn.active{cursor:not-allowed;opacity:.7}.status{display:inline-block;font-size:.75rem}table td:last-child{padding:8px!important;text-align:center;width:120px!important}.registration-actions button{display:inline-block!important;margin:0 2px;vertical-align:middle}.registration-actions button:not(:last-child){margin-right:4px}table td:nth-last-child(2){text-align:center;width:100px}.registration-actions .btn-sm{font-size:.875rem;padding:.25rem .5rem;white-space:nowrap}.status{border-radius:12px;font-size:.8rem;font-weight:500;padding:.2rem .5rem;text-transform:uppercase}.status.pending{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.status.confirmed{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status.cancelled{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.group-registration{background-color:#f8f9fa;border-left:3px solid #007bff}.group-first{border-top:2px solid #007bff}.group-last{border-bottom:2px solid #007bff}.group-indicator{color:#007bff;cursor:help;display:inline-block;font-weight:700;margin-right:.5rem}.group-registration td{position:relative}.group-registration td:first-child:before{background-color:#007bff;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838;border-color:#1e7e34}.btn-danger{border-color:#dc3545}.btn-danger:hover{border-color:#bd2130}.btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn:disabled{cursor:not-allowed;opacity:.65}.registrations-table td,.registrations-table th{border-bottom:1px solid #e9ecef;padding:.75rem;text-align:left}.registrations-table th{background:#f8f9fa;color:#2c3e50;font-weight:600}.modal-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.news-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.news-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:all .3s ease}.news-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.news-info{padding:1.5rem}.news-info h3{color:#2c3e50;font-size:1.3rem;font-weight:700;margin:0 0 1rem}.news-excerpt{color:#7f8c8d;line-height:1.5;margin:.5rem 0}.news-date{color:#95a5a6;font-size:.9rem;margin:1rem 0}.news-tags{margin-top:1rem}.tag{background:#e9ecef;border-radius:15px;color:#495057;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.news-actions{background:#f8f9fa;display:flex;justify-content:center;padding:1rem}.empty-state,.loading{color:#7f8c8d;padding:3rem}.empty-state{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center}.empty-registrations{color:#7f8c8d;padding:2rem;text-align:center}@media (max-width:768px){.admin-panel{padding:1rem 0}.admin-panel .container{padding:0 10px}.admin-header{margin-bottom:2rem;padding:1.5rem}.admin-header h1{font-size:2rem}.admin-header h1:after,.admin-header h1:before{display:none}.admin-header p{font-size:1rem}.admin-tabs{flex-direction:column;gap:0}.admin-tabs .tab{border-radius:0;font-size:.9rem;padding:1rem}.admin-tabs .tab:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.admin-tabs .tab:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.admin-controls{margin-bottom:1rem;padding:1rem}.admin-actions{margin-bottom:1rem}.admin-actions,.admin-filters{flex-direction:column;gap:.5rem}.admin-filters,.filter-group{align-items:stretch}.filter-group{flex-direction:column;gap:.3rem}.filter-select,.search-input{font-size:16px;min-width:auto}.sort-order-btn{align-self:flex-start;width:auto}.view-toggle{justify-content:center}.view-btn{flex:1 1;text-align:center}.games-stats{gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.stat-card{padding:1.5rem 1rem}.stat-card h3{font-size:2rem}.stat-card p{font-size:.8rem}.games-table-wrapper{-webkit-overflow-scrolling:touch;margin:0 -10px;overflow-x:auto;padding:0 10px}.games-table{font-size:.8rem;min-width:800px}.games-table td,.games-table th{padding:8px 6px;white-space:nowrap}.games-table th{font-size:.7rem}.opponent-cell{max-width:120px;white-space:nowrap}.location-cell,.opponent-cell{overflow:hidden;text-overflow:ellipsis}.location-cell{max-width:100px}.category-badge{min-width:80px}.category-badge,.status-badge{font-size:.6rem;padding:2px 6px}.status-badge{min-width:60px}.registrations-info .count{font-size:.8rem}.action-buttons{gap:2px}.action-buttons .btn-sm{font-size:.7rem;height:24px;min-width:24px;padding:4px 6px}.games-grid,.news-grid{gap:1rem;grid-template-columns:1fr}.game-card,.news-card{margin:0 -5px}.game-info,.news-info{padding:1.5rem}.game-actions,.news-actions{flex-direction:column;gap:.5rem}.modal{border-radius:8px;margin:10px;max-height:calc(100vh - 20px);width:calc(100% - 20px)}.modal.large{max-width:none}.modal-header{background:#fff;border-bottom:1px solid #dee2e6;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header h2{font-size:1.2rem;line-height:1.2}.users-tab .modal-overlay{padding:10px}.users-tab .modal{margin:0;max-height:calc(100vh - 20px);max-width:none;width:calc(100vw - 20px)}.users-tab .modal-header{background:linear-gradient(135deg,#dc143c,#b91c3c);border-bottom:none;color:#fff;padding:.75rem 1rem}.users-tab .modal-header h2{color:#fff;font-size:1.1rem}.users-tab .close-btn{color:#fff;font-size:1.8rem;opacity:.8}.users-tab .close-btn:hover{background:#fff3;opacity:1}.game-form,.news-form{padding:1rem}.form-row{gap:.5rem;grid-template-columns:1fr}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:12px}.form-actions{flex-direction:column;gap:.5rem;padding:1rem}.users-tab .game-form{padding:1rem 1rem .5rem}.users-tab .form-actions{background:#fff;border-top:1px solid #dee2e6;bottom:0;flex-direction:row;gap:.75rem;justify-content:space-between;margin:0 -1rem;padding:1rem;position:-webkit-sticky;position:sticky}.users-tab .form-actions .btn{flex:1 1;font-size:.9rem;min-height:44px}.users-tab .profile-content{padding:1rem}.users-tab .profile-grid{gap:.75rem;grid-template-columns:1fr}.users-tab .profile-item{align-items:center;background:#f8f9fa;border-radius:4px;display:flex;justify-content:space-between;padding:.5rem}.users-tab .profile-item strong{flex:0 0 30%;font-size:.85rem}.users-tab .profile-item span{flex:1 1;font-size:.9rem;text-align:right}.users-tab .modal-actions{background:#fff;border-top:1px solid #dee2e6;bottom:0;margin:0;position:-webkit-sticky;position:sticky}.users-tab .modal-actions .btn{flex:1 1;min-height:44px}.registrations-summary{gap:.5rem;grid-template-columns:1fr;margin:0 1rem;padding:1rem}.registrations-table-wrapper{-webkit-overflow-scrolling:touch;margin:0 -1rem;overflow-x:auto;padding:1rem}.registrations-table{font-size:.8rem;min-width:600px}.registrations-table td,.registrations-table th{padding:8px 6px;white-space:nowrap}.empty-state{margin:0 -5px}.empty-state,.loading{padding:2rem 1rem}}@media (max-width:480px){.admin-header h1{font-size:1.8rem}.games-stats{grid-template-columns:1fr}.stat-card h3{font-size:1.8rem}.games-table{min-width:700px}.modal{margin:5px;max-height:calc(100vh - 10px);width:calc(100% - 10px)}.form-actions,.game-form,.modal-header,.news-form{padding:.75rem}}@media (hover:none) and (pointer:coarse){.btn{min-height:44px;padding:12px 16px}.btn-sm{min-height:36px;min-width:36px}.admin-tabs .tab,.view-btn{min-height:44px}.sort-order-btn{min-height:44px;min-width:44px}.game-card:hover,.news-card:hover,.stat-card:hover{transform:none}.games-table tbody tr:hover{background:inherit}}@media (min-width:769px) and (max-width:1024px){.games-stats{grid-template-columns:repeat(4,1fr)}.games-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.modal.large{max-width:90%}}.games-table-wrapper:after{background:#f8f9fa;border-top:1px solid #dee2e6;color:#666;content:"← Scrollen für mehr →";display:block;font-size:.8rem;padding:.5rem;text-align:center}@media (min-width:769px){.games-table-wrapper:after{display:none}}@supports (-webkit-touch-callout:none){.filter-select,.form-group input,.form-group select,.form-group textarea,.search-input{-webkit-appearance:none;border-radius:0}.modal{-webkit-overflow-scrolling:touch}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-content>*{animation:slideIn .5s ease-out}.modal::-webkit-scrollbar{width:8px}.modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.modal::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.btn:focus,input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #667eea40}@media print{.admin-panel{background:#fff}.admin-controls,.admin-tabs,.btn{display:none}}.game-row{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.game-info h3{color:#333;margin-bottom:.5rem}.game-meta{color:#666;font-size:.9rem;gap:1rem}.game-actions,.game-meta{display:flex;flex-wrap:wrap}.game-actions{gap:.5rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:10px;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.modal-header h2{color:#333;margin:0}.close-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.close-btn:hover{color:#333}.game-form{padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-actions{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.registrations-detail{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:2rem}.registrations-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.registrations-header h2{color:#333;margin:0}.game-summary{grid-gap:1rem;background:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem;padding:1rem}.summary-item{color:#666}.summary-item strong{color:#333}.no-registrations{color:#666;font-style:italic;padding:2rem;text-align:center}.registrations-table{margin-bottom:2rem}.table-header,.table-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 1fr 120px 2fr 120px;padding:1rem}.table-header{background:#f8f9fa;border-radius:8px;color:#333;font-weight:700;margin-bottom:.5rem}.table-row{border-bottom:1px solid #eee}.table-row:last-child{border-bottom:none}.ticket-badge{border-radius:15px;display:inline-block;font-size:.8rem;font-weight:600;min-width:80px;padding:.25rem .75rem;text-align:center}.ticket-badge.stehplatz{background:#28a745;color:#fff}.ticket-badge.sitzplatz{background:#007bff;color:#fff}.ticket-badge.ohne-ticket{background:#6c757d;color:#fff}.registration-stats{border-top:1px solid #eee;padding-top:2rem}.registration-stats h3{color:#333;margin-bottom:1rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem 1rem}.stat-item span:first-child{color:#666}.stat-item span:last-child{color:#333;font-weight:700}@media (max-width:1024px){.admin-content{grid-template-columns:1fr}}@media (max-width:768px){.admin-actions,.game-row{text-align:center}.game-row{flex-direction:column;gap:1rem}.game-actions{justify-content:center;width:100%}.form-row,.table-header,.table-row{grid-template-columns:1fr}.table-header,.table-row{gap:.5rem;text-align:left}.table-header{display:none}.table-row{background:#f8f9fa;border:none;border-radius:8px;margin-bottom:1rem;padding:1rem}.table-row>div{margin-bottom:.5rem}.table-row>div:before{color:#333;content:attr(data-label) ": ";font-weight:700}.stats-grid{grid-template-columns:repeat(2,1fr)}.modal{margin:1rem;max-height:calc(100vh - 2rem)}.game-form,.modal-header{padding:1rem}}.news{min-height:calc(100vh - 200px)}.news-header{margin-bottom:3rem;text-align:center}.news-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.news-header p{color:#666;font-size:1.1rem}.news-list{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.news-item{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.news-image{height:250px;overflow:hidden}.news-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.news-item:hover .news-image img{transform:scale(1.05)}.news-content{padding:2rem}.news-meta{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem}.news-date{color:#007bff;font-weight:600}.news-author{font-style:italic}.news-content h2{color:#333;font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.news-excerpt{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.news-full-content{color:#555;line-height:1.7;margin-bottom:1.5rem}.news-full-content p{margin-bottom:1rem}.news-tags{display:flex;flex-wrap:wrap;gap:.5rem}.news-tag{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;color:#495057;font-size:.8rem;font-weight:500;padding:.4rem 1rem;transition:all .3s ease}.news-tag:hover{background:#007bff;border-color:#007bff;color:#fff}.news-footer{border-top:1px solid #eee;padding:3rem 0;text-align:center}.news-archive h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.news-archive p{color:#666;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.social-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.social-link{background:#007bff;border-radius:25px;color:#fff;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#0056b3;box-shadow:0 4px 15px #007bff4d;transform:translateY(-2px)}@media (max-width:768px){.news-header h1{font-size:2rem}.news-image{height:200px}.news-content{padding:1.5rem}.news-content h2{font-size:1.5rem}.news-meta{align-items:flex-start;flex-direction:column;gap:.25rem}.social-links{align-items:center;flex-direction:column}.social-link{text-align:center;width:200px}}@media (max-width:480px){.news-list{gap:2rem}.news-content{padding:1rem}.news-content h2{font-size:1.3rem}.news-excerpt{font-size:1rem}}.about{align-items:center;background-color:#e5e5e5;color:#000;min-height:100vh;padding:2rem 0}.container{max-width:800px;padding:0 2rem}.about-content{text-align:center}.about-logo{margin-bottom:2rem}.about-logo img{height:80px;object-fit:contain;width:80px}.about h1{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.about-text{margin:0 auto;max-width:700px}.about-text p{color:#000;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:justify}.about-text p:last-child{margin-bottom:0}@media (max-width:768px){.about h1{font-size:2rem}.about-logo img{height:70px;width:70px}.about-text p{font-size:.95rem}.container{padding:0 1rem}}@media (max-width:480px){.about h1{font-size:1.8rem}.about-logo img{height:60px;width:60px}.about-text p{font-size:.9rem;text-align:left}}.legal-page{min-height:calc(100vh - 200px);padding:2rem 0}.legal-header{margin-bottom:3rem;text-align:center}.legal-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.legal-header p{color:#666;font-size:1.1rem}.legal-content{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;line-height:1.7;margin:0 auto;max-width:800px;padding:3rem}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{border-bottom:2px solid #1e3c72;color:#1e3c72;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.legal-section h3{color:#333;font-size:1.2rem;margin-bottom:1rem;margin-top:2rem}.legal-section p{color:#555;margin-bottom:1rem;text-align:justify}.legal-section ul{margin-bottom:1rem;padding-left:2rem}.legal-section li{color:#555;margin-bottom:.5rem}.legal-section strong{color:#333;font-weight:600}.legal-section a{border-bottom:1px solid #0000;color:#1e3c72;text-decoration:none;transition:border-color .3s ease}.legal-section a:hover{border-bottom-color:#1e3c72}.legal-section p:has(strong){background:#f8f9fa;border-left:4px solid #1e3c72;border-radius:8px;padding:1rem}@media (max-width:768px){.legal-header h1{font-size:2rem}.legal-content{margin:0 1rem;padding:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p{text-align:left}.legal-section ul{padding-left:1.5rem}}@media (max-width:480px){.legal-page{padding:1rem 0}.legal-content{margin:0 .5rem;padding:1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem}}.email-confirmation{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem 0}.confirmation-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;max-width:500px;padding:3rem;text-align:center;width:100%}.confirmation-icon{margin-bottom:2rem}.loading-spinner{display:inline-block}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:60px;margin:0 auto;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-icon{animation:checkmark .6s ease-in-out;background:#28a745}.error-icon,.success-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}.error-icon{animation:error-shake .6s ease-in-out;background:#dc3545}@keyframes checkmark{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes error-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.confirmation-content h1{color:#333;font-size:2rem;margin-bottom:1.5rem}.confirmation-content h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.confirmation-content h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.confirmation-content p{color:#666;line-height:1.6;margin-bottom:1rem}.loading-text{color:#007bff;font-style:italic;margin-top:1rem}.success-content{color:#28a745}.redirect-info{background:#d4edda;border-radius:8px;color:#155724;font-style:italic;margin:1.5rem 0;padding:.75rem 1rem}.error-content{color:#dc3545}.error-help{background:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:1.5rem;text-align:left}.error-help h3{color:#333;margin-bottom:1rem}.error-help ul{color:#555;list-style-position:inside}.error-help li{margin-bottom:.5rem}.confirmation-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.help-section{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:2rem;text-align:center;width:100%}.help-section h3{color:#333;margin-bottom:1rem}.help-section p{color:#666;line-height:1.6;margin-bottom:1.5rem}.contact-info{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1rem}.contact-info p{color:#555;margin:.25rem 0}.contact-info strong{color:#333}@media (max-width:768px){.confirmation-card{margin:1rem;padding:2rem}.confirmation-content h1{font-size:1.5rem}.confirmation-actions{flex-direction:column}.confirmation-actions .btn{width:100%}.help-section{margin:1rem;padding:1.5rem}}@media (max-width:480px){.confirmation-card{padding:1.5rem}.error-icon,.success-icon{font-size:2rem;height:60px;width:60px}.spinner{height:50px;width:50px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f8f8;color:#333;font-family:Arial,Helvetica,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:3px;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;letter-spacing:.5px;padding:10px 20px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary{background-color:#dc143c;border:2px solid #dc143c;color:#fff}.btn-primary:hover{background-color:#b91c3c;border-color:#b91c3c}.btn-secondary{background-color:#333;border:2px solid #333;color:#fff}.btn-secondary:hover{background-color:#555;border-color:#555}.btn-danger{background-color:#dc3545;border:2px solid #dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;border-color:#c82333}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px}.card,.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:700;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:10px;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.error{color:#dc3545;font-size:14px;margin-top:5px}.loading{padding:40px;text-align:center}.grid{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){body{font-size:14px}.container{padding:0 10px}.btn{font-size:16px;margin-bottom:10px;min-height:44px;padding:12px 16px;width:100%}.card{border-radius:8px;padding:15px}.card,.form-group{margin-bottom:15px}.form-group input,.form-group select,.form-group textarea{border-radius:4px;font-size:16px;padding:12px}.grid{gap:15px}.grid-2,.grid-3{grid-template-columns:1fr}.loading{padding:20px}}@media (max-width:480px){.container{padding:0 8px}.card{margin-bottom:12px;padding:12px}.btn{padding:14px 16px}}@media (hover:none) and (pointer:coarse){.btn{min-width:44px}.btn,.form-group input,.form-group select,.form-group textarea{min-height:44px}.btn:hover{background-color:inherit;border-color:inherit}.btn-primary:hover{background-color:#dc143c;border-color:#dc143c}.btn-secondary:hover{background-color:#333;border-color:#333}.btn-danger:hover{background-color:#dc3545;border-color:#dc3545}}
/*# sourceMappingURL=main.a22aa288.css.map*/