*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#131516;color:#fff;font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size:13px;min-height:100vh}a{color:#fff;text-decoration:none}a:hover{text-decoration:underline}.banner{width:100%;background:#0a0b0c;line-height:0}.banner__img{width:100%;display:block;object-fit:cover}.footer{text-align:center;padding:24px 16px;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#aaa;border-top:1px dotted #cccccc;margin-top:48px}.breadcrumb{font-size:12px;color:#999;border-bottom:1px dotted #333;max-width:1200px;margin:0 auto;padding:12px 0}.breadcrumb a{color:#ccc}.breadcrumb a:hover{color:#fff}.breadcrumb__sep{margin:0 8px;color:#555}.page{max-width:1200px;margin:0 auto;padding:24px 16px}.page__title{font-size:18px;font-weight:700;padding-bottom:12px;border-bottom:1px dotted #cccccc;color:#fff}.page-nav{display:flex;justify-content:space-between;margin:12px 0 16px;font-size:13px}.page-nav__btn{color:#ccc;text-decoration:none;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-nav__btn:hover{color:#fff}.page-nav__btn--disabled{color:#444;cursor:default}.season-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.season-card{background:#1e2022;border:1px dotted #cccccc;padding:20px 16px;cursor:pointer;transition:filter .15s,transform .15s;display:block;text-decoration:none!important;color:#fff!important}.season-card:hover,.game-card:hover{filter:brightness(1.3);transform:translateY(-2px)}.season-card__name{font-size:14px;font-weight:700}.season-card__count{margin-top:6px;font-size:11px;color:#999}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:16px}.game-card{background:#1e2022;border:1px dotted #cccccc;padding:14px 16px;cursor:pointer;transition:filter .15s,transform .15s;display:flex;flex-direction:column;text-decoration:none!important;color:#fff!important}.game-card__title{flex:1;min-height:37px;font-size:13px;font-weight:700;line-height:1.4}.game-card__meta{margin-top:8px;display:flex;justify-content:flex-start;align-items:center;gap:12px}.game-card__badge{background:#333;border:1px dotted #888;color:#ccc;font-size:11px;padding:2px 8px;white-space:nowrap}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.photo-thumb{aspect-ratio:4/3;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.photo-thumb:hover{border-color:#ccc}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-info{margin-bottom:24px}.gallery-info__author{color:#999;font-size:12px;margin-top:4px}.gallery-info__description{margin-top:12px;padding:12px;background:#1e2022;border-left:2px solid #cccccc;line-height:1.6;font-size:13px}.gallery-info__description p{margin-bottom:4px}.gallery-photos-header{display:flex;justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px dotted #cccccc}.gallery-photos-header__label{font-size:11px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1px}.gallery-photos-header__author{font-size:11px;color:#888}.gallery-stories{margin-top:24px;border-top:1px dotted #cccccc;padding-top:20px}.gallery-stories__heading{font-size:11px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.story+.story{border-top:1px dotted #333;padding-top:20px;margin-top:20px}.story__content{font-size:13px;line-height:1.8;color:#ccc;white-space:pre-line}.story__author{margin-top:12px;font-size:12px;color:#888;font-style:italic}.photo-count{margin-bottom:16px;color:#999;font-size:12px}.video-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.video-list__iframe{width:560px;height:315px;border:none}.modal-overlay{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal-img{max-width:90vw;max-height:85vh;object-fit:contain;display:block}.modal-close{position:fixed;top:16px;right:24px;font-size:36px;cursor:pointer;color:#ccc;background:none;border:none;line-height:1;z-index:1001;transition:color .1s}.modal-close:hover{color:#fff}.modal-prev,.modal-next{position:fixed;top:50%;transform:translateY(-50%);font-size:40px;cursor:pointer;color:#ccc;background:#00000080;border:none;padding:16px 12px;z-index:1001;transition:color .1s;line-height:1}.modal-prev:hover,.modal-next:hover{color:#fff}.modal-prev{left:0}.modal-next{right:0}.modal-counter{position:fixed;bottom:16px;left:50%;transform:translate(-50%);color:#ccc;font-size:13px;background:#0009;padding:4px 12px;z-index:1001}.nav-menu{max-width:1200px;margin:0 auto;display:flex;gap:1px}.nav-menu__item{display:inline-block;padding:7px 16px;background:#fff;color:#000!important;font-family:inherit;font-size:12px;font-weight:700;text-decoration:none!important;border:1px solid #cccccc;cursor:pointer;transition:background .1s,color .1s}.nav-menu__item:hover:not(.nav-menu__item--active){background:#e0e0e0;text-decoration:none!important}.nav-menu__item--active{background:#131516;color:#fff!important;border-color:#ccc}.nav-menu__item--disabled{background:#888;color:#ccc!important;border-color:#888;cursor:default}.banner__link{display:block;max-width:1200px;margin:0 auto;line-height:0;border-bottom:none!important}.home-layout{display:flex;max-width:1200px;margin:0 auto;min-height:calc(100vh - 200px)}.home-layout__left{width:200px;flex-shrink:0;border-right:1px dotted #333}.home-layout__right{width:200px;flex-shrink:0;border-left:1px dotted #333}.home-layout__main{flex:1;min-width:0;padding:16px}.sidebar{padding:14px 8px;height:100%}.sidebar__heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ccc;padding-bottom:8px;margin-bottom:8px;border-bottom:1px dotted #cccccc}.sidebar__list{list-style:none}.sidebar__link{display:block;padding:6px 8px;background:#fff;color:#000!important;font-size:12px;font-weight:700;text-decoration:none!important;margin-bottom:3px}.sidebar__link:hover:not(.sidebar__link--active){background:#e0e0e0}.sidebar__link--active{background:#131516;color:#fff!important}.search__input{width:100%;padding:6px 8px;background:#131516;border:1px dotted #cccccc;color:#fff;font-family:inherit;font-size:12px;margin-bottom:8px;box-sizing:border-box;outline:none}.search__input::placeholder{color:#666}.search__btn{width:100%;padding:6px 0;background:#fff;color:#000;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:1px}.search__btn:hover{background:#e0e0e0}.random-game{margin-top:16px;border-top:1px dotted #cccccc;padding-top:12px}.random-game__link{display:block;text-decoration:none;border-bottom:none!important}.random-game__link:hover .random-game__title{color:#fff}.random-game__thumb{width:100%;display:block;border:1px dotted #cccccc}.random-game__title{margin-top:8px;font-size:11px;color:#ccc;line-height:1.4}.fb-fanpage{margin-top:16px;border-top:1px dotted #cccccc;padding-top:12px}.fb-fanpage__link{display:block}.fb-fanpage__link:hover .fb-fanpage__img{opacity:.85}.fb-fanpage__img{width:100%;display:block;transition:opacity .15s}.news-item{overflow:hidden;margin-bottom:24px;padding-bottom:24px;border-bottom:1px dotted #333}.news-item__img{float:left;width:200px;margin:0 20px 10px 0;display:block}.news-item__title{font-size:15px;font-weight:400;color:#fff;margin-bottom:6px}.news-item__byline{font-size:11px;text-transform:uppercase;color:#999;padding-top:6px;border-top:1px dotted #ffffff;margin-top:6px;margin-bottom:8px}.news-item__body{overflow:hidden}.news-item__content{line-height:200%;color:#ccc}.search-results__header{margin-bottom:20px;padding-bottom:12px;border-bottom:1px dotted #cccccc}.search-results__heading{font-size:15px;color:#fff;margin-bottom:6px}.search-results__count{font-size:12px;color:#999;margin-bottom:12px}.search-results__back{background:none;border:1px dotted #cccccc;color:#ccc;cursor:pointer;font-family:inherit;font-size:12px;padding:4px 12px}.search-results__back:hover{color:#fff;border-color:#fff}.search-results__empty{color:#999;font-size:13px}.spiewnik{margin-top:20px}.spiewnik__list{padding-left:28px;margin-bottom:24px}.spiewnik__list li{padding:8px 0;border-bottom:1px dotted #333;line-height:1.6;color:#ccc}.spiewnik__list li:last-child{border-bottom:none}.spiewnik__subheading{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px;padding-top:12px;border-top:1px dotted #cccccc}.sidebar__toggle{display:block;width:100%;margin-bottom:3px;padding:6px 8px;background:#fff;color:#000;border:none;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;text-align:left}.sidebar__toggle:hover{background:#e0e0e0}.modal-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:modal-spin .7s linear infinite}@keyframes modal-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.home-layout{flex-direction:column}.home-layout__left,.home-layout__right{width:100%;border-right:none;border-left:none;border-bottom:1px dotted #333}}@media(max-width:600px){.season-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.game-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
