@keyframes marquee-scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes blink-anim{0%,to{opacity:1}50%{opacity:0}}@keyframes erotic-anim{0%,to{color:#ff69b4;text-shadow:0 0 5px #ff69b4}50%{color:#ff1493;text-shadow:0 0 10px #ff1493,0 0 20px #ff69b4}}@keyframes bark-anim{0%,to{font-size:14px}50%{font-size:16px}}@keyframes bite-anim{0%,to{text-decoration:wavy line-through 2px red}50%{text-decoration:none}}@keyframes magic-anim{0%,to{color:gold;text-shadow:0 0 5px gold}25%{color:#00f;text-shadow:0 0 10px #00f,0 0 20px gold}50%{color:#ff8c00;text-shadow:0 0 10px #ff8c00,0 0 20px gold}75%{color:#ff69b4;text-shadow:0 0 10px #ff69b4,0 0 20px gold}}@keyframes glimmer-anim{0%,to{color:#fff;text-shadow:0 0 5px #fff}50%{color:#ff0;text-shadow:0 0 10px #ff0,0 0 20px #fff}}@keyframes ember-anim{0%,to{color:#ff4500;text-shadow:0 0 5px #ff4500}50%{color:tomato;text-shadow:0 0 10px tomato,0 0 20px #ff4500}}@keyframes coll-badge-anim{0%,to{color:red;text-shadow:0 0 6px red}17%{color:#f80;text-shadow:0 0 8px #f80}33%{color:#ff0;text-shadow:0 0 8px #ff0}50%{color:#0f0;text-shadow:0 0 8px #0f0}67%{color:#0ff;text-shadow:0 0 8px #0ff}83%{color:#f0f;text-shadow:0 0 8px #f0f}}@keyframes midi-glow{0%{text-shadow:0 0 5px #ff0}to{text-shadow:0 0 15px #ff0,0 0 30px #f80}}@keyframes status-blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes cursor-fade{0%{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.8;transform:scale(1.2) rotate(90deg) translateY(-10px)}to{opacity:0;transform:scale(.2) rotate(270deg) translateY(-30px)}}@keyframes popup-fade{0%,70%{opacity:1}to{opacity:0}}@keyframes landscape-rotate-hint{0%,75%,to{transform:rotate(0deg)}25%,50%{transform:rotate(-90deg)}}@keyframes splash-blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes splash-fill{0%{width:0%}30%{width:25%}50%{width:50%}70%{width:72%}85%{width:88%}95%{width:95%}to{width:100%}}@keyframes cookieSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes rainbowScroll{0%{background-position:0 50%}to{background-position:400% 50%}}@keyframes optionalPulse{0%,to{opacity:1}50%{opacity:.6}}*,::after,::before{box-sizing:border-box}h1,h2,h3,p,ul{margin:0;padding:0}.font-comic{font-family:"Comic Sans MS","Comic Sans","Comic Neue",cursive!important}.font-papyrus{font-family:"Papyrus","Comic Sans MS",fantasy!important}.font-impact{font-family:"Impact","Arial Black",sans-serif!important}.font-times{font-family:"Times New Roman","Georgia",serif!important}.font-courier{font-family:"Courier New","Courier",monospace!important}.font-arial{font-family:"Arial Black","Arial",sans-serif!important}.font-script{font-family:"Brush Script MT",cursive!important}.font-script2{font-family:"Lucida Handwriting",cursive!important}.font-digital{font-family:"DS-Digital","Courier New",monospace!important}.font-samurai{font-family:"Samurai","Arial Black",sans-serif!important}#stars-bg,body{background-color:#001}body{font-family:"Comic Sans MS","Comic Sans","Comic Neue",cursive;color:#0f0;font-size:16px;margin:0;overflow-x:hidden;min-height:100vh;cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><circle cx='8' cy='8' r='6' fill='%23FF00FF' stroke='%23000' stroke-width='1'/></svg>")8 8,auto}#stars-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(images/gifs/real_stars_bg.gif);background-repeat:repeat}#page-wrapper,body{padding:0;position:relative}#page-wrapper{width:780px;margin:0 auto;z-index:1}#welcome-banner{text-align:center;padding:15px 10px;background-color:#1a0033;background-image:url(images/gifs/marble_bg.gif);background-repeat:repeat;border:4px ridge #f0f;border-top:4px outset #f0f;border-left:4px outset #f0f;border-right:4px inset #909;border-bottom:4px inset #909;margin-bottom:0;position:relative;overflow:hidden}#main-title{font-family:"Impact","Arial Black",sans-serif;font-size:38px;color:#f0f;text-shadow:3px 3px 0#000,-1px -1px 0 red,0 0 10px #f0f,0 0 20px #f0f,0 0 40px #f0f;margin:10px 0;line-height:1.2;letter-spacing:2px}.title-decoration{color:#0ff;font-size:28px}#marquee-container{overflow:hidden;background:#000;border:2px inset gray;padding:4px 0;margin-top:10px}.marquee-text{display:inline-block;white-space:nowrap;color:#0f0;font-family:"Courier New",monospace;font-size:15px;font-weight:700;animation:marquee-scroll 20s linear infinite;text-shadow:0 0 5px #0f0}.divider-gif,.sidebar-badges img{display:block;image-rendering:pixelated}.under-construction{text-align:center;padding:8px;margin:5px 0;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:rgba(0,0,0,.4);border:2px ridge #ff0}.blink{animation:blink-anim 1s step-start infinite}.erotic{animation:erotic-anim .8s ease-in-out infinite}.bark{line-height:16px;animation:bark-anim .3s ease-in-out infinite}.bite{animation:bite-anim .5s ease-in-out infinite}.magic{animation:magic-anim 2s ease-in-out infinite}.glimmer{animation:glimmer-anim 3s ease-in-out infinite}.ember{animation:ember-anim 1.5s ease-in-out infinite}#main-layout{display:grid;grid-template-columns:175px 1fr;gap:0;margin:0;border:3px ridge gray;background:#0a0a2e}#sidebar{background-color:#0a0a2e;background-image:url(images/gifs/marble_bg.gif);background-repeat:repeat;border-right:3px ridge gray;padding:8px;font-size:16px}.sidebar-section{margin-bottom:10px;padding-bottom:8px}#clock-widget,.sidebar-heading{text-align:center;font-size:15px}.sidebar-heading{font-family:"Arial Black","Impact",sans-serif;color:#ff0;margin-bottom:6px;text-shadow:1px 1px 0#000;background:#003;border:2px outset gray;padding:3px}.sidebar-nav{list-style:none;padding:0}.sidebar-nav li{margin:4px 0;display:flex;align-items:center;gap:3px}.sidebar-nav li.link-spacer{height:6px}.sidebar-nav a{color:#0ff;text-decoration:underline;font-size:15px;font-family:"Comic Sans MS",cursive;display:inline}.sidebar-nav a:hover{color:#ff0;background:#226}.sidebar-widget{margin-bottom:8px}#clock-widget{background:#000;border:2px inset gray;padding:4px;font-family:"Courier New",monospace;color:#0f0}.horoscope-widget,.weather-widget{text-align:center;border:2px inset gray;padding:5px;font-size:13px}.weather-widget{background:#003}.horoscope-widget{background:#102}.poll-container{background:#003;border:2px inset gray;padding:6px;font-size:14px}.poll-bar{margin:2px 0}.quote-widget{background:#002;border:2px inset gray;padding:5px;font-size:13px}.shoutbox,.webring-banner{border:2px inset gray;padding:4px}.shoutbox{background:#000;font-size:12px;max-height:241px;overflow-y:auto}.webring-banner{background:#113;text-align:center;margin:4px 0;font-size:10px;display:flex;justify-content:space-between;align-items:center}.webring-item{color:#0f0;font-family:"Courier New",monospace;cursor:pointer;font-size:13px}.badge-box,.sidebar-badges{display:flex;align-items:center}.sidebar-badges{flex-direction:column;gap:4px}.sidebar-badges img{border:1px solid #333}.badge-box{justify-content:center;text-align:center;line-height:1.2;border:2px outset gray;padding:2px;font-size:9px;width:84px;height:27px;font-family:"Arial",sans-serif}#main-content{background-color:#001;border:0;padding:10px}.content-section{margin-bottom:15px}.section-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;padding:6px;background:#003;border:2px outset gray}.header-gif,img{image-rendering:pixelated}.section-title{font-size:28px;text-align:center;text-shadow:2px 2px 0#000,0 0 10px currentColor}.section-body{font-size:15px;line-height:1.6}.collection-card{background:#003;border:2px groove gray;padding:10px;margin-bottom:10px;overflow:hidden}.collection-card:nth-child(even){background:#002}.collection-card-img{float:left;width:180px;height:180px;object-fit:cover;border:2px groove silver;background:#111;margin:0 12px 6px 0}.coll-badge{display:inline-block;font-family:Impact,Haettenschweiler,sans-serif;font-size:16px;letter-spacing:1px;padding:2px 6px;margin-bottom:4px;animation:coll-badge-anim 2.5s ease-in-out infinite}.social-link-btn{display:block;color:#0ff;text-decoration:none;text-align:center}.social-link-btn:hover{color:#ff0}.gb-input,.gb-textarea{display:block;width:100%;margin:4px 0;padding:5px;background:#003;color:#0f0;border:2px inset gray;font-family:"Courier New",monospace;font-size:14px}.gb-textarea{height:60px;resize:vertical}.gb-submit-btn{background:linear-gradient(180deg,#669 0,#336 100%);color:#ff0;border:3px outset #88c;padding:8px 24px;font-family:"Arial Black",sans-serif;font-size:15px;cursor:pointer;font-weight:700}.gb-submit-btn:hover{border-style:inset;background:linear-gradient(180deg,#77b 0,#448 100%)}.gb-submit-btn:active{border-style:inset}.captcha-box{background:#102;border:2px ridge #f0f;padding:8px;margin:8px 0;text-align:center}.captcha-question{font-family:"Comic Sans MS",cursive;color:#f0f;font-size:13px;margin-bottom:6px}.captcha-input{background:#003;color:#ff0;border:2px inset gray;font-family:"Courier New",monospace;font-size:13px;padding:4px;width:200px;text-align:center}#midi-player-widget,#page-footer{width:780px;margin:5px auto;position:relative;z-index:1}.midi-player-inner{background-color:#0a0a2e;background-image:url(images/gifs/marble_bg.gif);background-repeat:repeat;border:3px ridge gray;padding:8px;text-align:center}.midi-title{font-family:"Arial Black",sans-serif;font-size:15px;color:#ff0;display:block;margin-bottom:6px;animation:midi-glow 2s ease-in-out infinite alternate}.midi-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}.midi-btn,.midi-status{font-family:"Courier New",monospace;font-size:11px}.midi-btn{background:linear-gradient(180deg,#669 0,#336 100%);color:#0f0;border:3px outset gray;padding:4px 12px;font-weight:700;cursor:pointer}.midi-btn:hover{background:linear-gradient(180deg,#77b 0,#448 100%);color:#ff0}.midi-btn:active{border-style:inset}.midi-status{color:red;animation:status-blink 1.5s step-start infinite}.midi-equalizer{display:flex;align-items:flex-end;justify-content:center;gap:2px;height:25px;margin:6px 0;background:#000;border:2px inset gray;padding:2px 4px}.eq-bar{width:6px;background:linear-gradient(180deg,#0f0,#0a0);min-height:2px;height:2px;transition:height .05s linear}.midi-marquee-wrapper{overflow:hidden;background:#000;border:1px inset gray;padding:2px 0}.midi-marquee-scroll{display:inline-block;white-space:nowrap;font-family:"Courier New",monospace;font-size:10px;color:#888;animation:marquee-scroll 18s linear infinite}.visitor-counter{text-align:center;margin:10px 0}.counter-wrapper{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.counter-label{font-family:"Comic Sans MS",cursive;font-size:15px;color:#ff0}.counter-digits{display:inline-flex;gap:1px}.counter-digit{display:inline-block;width:18px;height:24px;background:#000;color:#0f0;border:2px inset gray;font-family:"Courier New",monospace;font-size:16px;font-weight:700;text-align:center;line-height:24px;text-shadow:0 0 5px #0f0}#page-footer{margin:0 auto}#footer-content{text-align:center;padding:10px;background-color:#0a0a2e;background-image:url(images/gifs/marble_bg.gif);background-repeat:repeat;border:3px ridge gray}.footer-badges,.impressum-content p{margin:8px 0}.cursor-star,.right-click-msg{position:fixed;pointer-events:none;z-index:9999;font-size:14px;animation:cursor-fade 1.2s forwards;color:#ff0}.right-click-msg{z-index:10000;background:#006;border:3px outset red;padding:8px 12px;font-family:"Comic Sans MS",cursive;font-size:12px;animation:popup-fade 2s forwards}a{color:#00f}a:visited{color:purple}a:hover{text-decoration:underline}a:active,a:hover{color:red}#footer-content a,#main-content a,#sidebar a{color:#0ff}#footer-content a:visited,#main-content a:visited,#sidebar a:visited{color:#f8f}#footer-content a:hover,#main-content a:hover,#sidebar a:hover{color:#ff0}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:silver}::-webkit-scrollbar-thumb{background:gray;border:2px outset silver}::-webkit-scrollbar-thumb:hover{background:#666}::-webkit-scrollbar-button{background:silver;border:2px outset silver;height:16px}::selection{background:#00a;color:#fff}#landscape-overlay,#splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#001;z-index:99998;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity .5s ease-out}.landscape-content{max-width:340px;padding:20px}.landscape-text,.landscape-title{font-family:"Comic Sans MS","Comic Neue",cursive}.landscape-title{color:#f0f;font-size:20px;margin:10px 0;animation:splash-blink .8s infinite}.landscape-text{color:#ff0;font-size:14px;line-height:1.6;margin:12px 0}.landscape-phone-icon{font-size:50px;margin:10px 0;animation:landscape-rotate-hint 2s ease-in-out infinite}.landscape-btn{background:linear-gradient(180deg,#0a0,#060);color:#fff;border:2px outset #0c0;padding:10px 24px;font-family:"Comic Sans MS","Comic Neue",cursive;font-size:16px;font-weight:700;cursor:pointer;margin:12px 0;text-shadow:1px 1px 2px #000}.landscape-btn:hover{background:linear-gradient(180deg,#0c0,#080)}.landscape-btn:active{border-style:inset}.landscape-hint{color:#888;font-family:"Courier New",monospace;font-size:10px;margin-top:8px}#splash-screen{z-index:99999}.splash-content{max-width:400px}.splash-title{color:#0f0;font-family:"Courier New",monospace;font-size:24px;margin:10px 0;animation:splash-blink .8s infinite}.splash-progress-bar{width:300px;height:20px;border:2px inset gray;background:#111;margin:10px auto;overflow:hidden;position:relative;display:flex;justify-content:flex-start}.splash-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#0f0,#ff0,#0f0);position:absolute}.splash-progress-text{font-size:10px;color:red;text-align:center;line-height:20px;z-index:9999999;position:absolute;width:100%}.splash-text,a.webring-nav{font-family:"Courier New",monospace}.splash-text{color:#888;font-size:11px;margin:8px 0}.y2k-widget{padding:4px;background:#0a0000;border:1px inset #400}a.webring-nav{color:#0f0;text-decoration:none;font-size:13px;cursor:pointer}a.webring-nav:hover{color:#ff0;text-decoration:underline}body.matrix-mode-active{background-color:#000a00!important}body.matrix-mode-active *{color:#0f0!important;border-color:#030!important;text-shadow:0 0 5px #0f0!important}body.matrix-mode-active img{filter:grayscale(100%) brightness(.7) sepia(100%) hue-rotate(70deg) saturate(300%)}body.matrix-mode-active a{color:#4f4!important}body.matrix-mode-active .midi-btn,body.matrix-mode-active button{background:linear-gradient(180deg,#030 0,#001a00 100%)!important;color:#0f0!important;border-color:#0a0!important}body.matrix-mode-active .midi-btn:hover,body.matrix-mode-active button:hover{background:linear-gradient(180deg,#040 0,#020 100%)!important;color:#afa!important}body.matrix-mode-active .eq-bar{background:linear-gradient(180deg,#0f0,#0a0)!important}body.matrix-mode-active .midi-status{color:#0f0!important}body.matrix-mode-active input,body.matrix-mode-active select,body.matrix-mode-active textarea{background:#001a00!important;color:#0f0!important;border-color:#0a0!important}body.matrix-mode-active #matrix-toggle-btn{background:linear-gradient(180deg,#050 0,#030 100%)!important;color:#afa!important;box-shadow:0 0 10px #0f0}.text-center,.y2k-widget{text-align:center}.valign-middle{vertical-align:middle}.color-green{color:#0f0}.color-magenta,.cookie-banner-footer a:hover{color:#f0f}.color-yellow{color:#ff0}.color-red{color:red}.color-deepred{color:#8b0000}.color-cyan{color:#0ff}.color-orange{color:#ff8c00}.color-white{color:#fff}.color-lime{color:#7fff00}.color-hotpink{color:#ff69b4}.color-gray{color:#888}.color-light{color:#ccc}.color-dark{color:#333}.color-blue{color:#00f}.color-purple{color:purple}.about-box{background:#003;border:2px inset gray;padding:8px}.about-who{font-size:22px}.about-78rpm{font-size:20px}.about-moons{font-size:22px}.about-count{font-size:18px}.socials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.social-cell{background:#114;border:3px outset #66c;padding:10px;text-align:center}.social-icon{font-size:1.3em}.social-name{font-size:14px}.socials-hint{font-family:"Courier New",monospace;font-size:10px;color:#888}.gb-form-outer{background:#113;border:3px ridge #66c;padding:15px;margin-top:12px}.gb-form-title{font-family:"Arial Black",sans-serif;font-size:18px;color:#ff0}.gb-form-fields{max-width:90%;margin:0 auto}.gb-field-row{margin-bottom:6px}.gb-label{font-family:"Comic Sans MS",cursive;font-size:14px;color:#0f0}.gb-entries-loading{font-family:"Courier New",monospace;font-size:14px;color:#888}.gb-status-msg{display:none;margin-left:10px}.captcha-title{font-size:14px;font-weight:700}.captcha-hint{font-size:10px;color:#888}.shoutbox-messages{max-height:100px;overflow-y:auto;margin-bottom:4px}.shoutbox-input-area{border-top:1px solid #333;padding-top:3px}.shoutbox-input{background:#111;color:#0f0;border:1px inset #444;font-size:9px;font-family:"Courier New",monospace;padding:1px 2px}.shoutbox-name-input{width:60px}.shoutbox-msg-input{width:80px}.shoutbox-captcha-input{width:140px}.shoutbox-btn{font-size:8px;padding:1px 4px}.shoutbox-captcha-area{margin-top:3px;border-top:1px dotted #444;padding-top:2px}.shoutbox-captcha-label,.shoutbox-captcha-q{font-family:"Courier New",monospace;font-size:10px;color:#f0f}.shoutbox-captcha-q{color:#ff0}.shoutbox-status{display:none}#sidebar #midi-player-widget{width:100%;margin:0}#sidebar .midi-player-inner{padding:4px}#sidebar .midi-title{font-size:11px;display:block;margin-bottom:4px}#sidebar .midi-controls{flex-wrap:wrap;gap:3px}#sidebar .midi-btn{padding:2px 6px;font-size:9px}#sidebar .midi-status{font-size:9px;display:block;margin:3px 0}#sidebar .midi-equalizer{height:18px;margin:3px 0}#sidebar .eq-bar{width:4px}#sidebar .midi-marquee-wrapper{margin-top:2px}#sidebar .midi-marquee-scroll{font-size:8px}.construction-text{color:#ff0;font-size:18px;font-family:"Comic Sans MS",cursive}.clock-date-style{font-size:10px;color:#888}.poll-label{color:#0f0;font-size:11px}.poll-vote-btn{margin-top:4px;font-size:10px;padding:2px 8px}.poll-results-container{display:none;margin-top:4px}.poll-question-text{font-size:14px}.webring-text-78rpm{color:#0ff;font-size:10px}.webring-text-vintage{color:#f0f;font-size:10px}.y2k-timer-text{font-family:"Courier New",monospace;color:red;font-size:11px}.y2k-label{font-size:10px}.add-fav-style{font-size:10px;padding:3px 8px}.matrix-btn-style{font-size:9px;padding:2px 6px;color:#0f0}.badge-78rpm{background:#1a0000;color:#f30;font-size:9px;font-weight:700;text-shadow:0 0 6px red}.badge-shellac{background:#1a1200;color:#fc0;font-size:8px;text-shadow:1px 1px #640}.badge-turntable{background:#0d0d0d;color:#f0f;font-size:8px;text-shadow:0 0 4px #f0f}.badge-speech{background:navy;color:#fff}.badge-midi{background:#000;color:#0f0}.badge-notepad{background:#300;color:red;font-size:8px}.badge-java{background:#030;color:#0f0;font-size:8px}.badge-flash{background:#003;color:#08f;font-size:7px}.badge-mirc{background:#000;color:#0f0;font-size:8px;text-shadow:0 0 4px #0f0}.badge-icq{background:#65b300;color:#fff;font-size:9px;text-shadow:1px 1px #360}.badge-geocities{background:#1a0033;color:#c6f;font-size:7px;text-shadow:0 0 3px #93f}.footer-rainbow{display:block;margin:10px auto}.footer-email{vertical-align:middle}.footer-info-text{font-family:"Courier New",monospace;font-size:14px;color:#0f0}.footer-best-viewed{background:navy;color:#fff;padding:4px 8px;font-size:10px;font-family:"Times New Roman",serif;width:auto;height:auto}.footer-tiny-text{font-size:10px;color:gray}.impressum-section{margin-top:15px;text-align:center}.impressum-heading{font-family:"Impact",sans-serif;font-size:16px;color:gold;text-shadow:1px 1px #000;margin:10px 0 5px;letter-spacing:2px}.impressum-content{display:inline-block;text-align:left;background:#0a0a1a;border:2px inset #448;padding:12px 20px;max-width:500px;font-family:"Courier New",monospace;font-size:12px;color:#aaa;line-height:1.6}.impressum-disclaimer{font-size:11px;color:#888}.impressum-tiny{font-size:10px;color:#666;margin-top:10px!important}.sidebar-detect{font-family:"Courier New",monospace;font-size:10px;color:#888}.weather-icon-lg{font-size:28px}.horoscope-sign-text{font-size:14px;font-weight:700}.horoscope-reading{font-size:12px;font-style:italic}.quote-text-style{font-size:12px}.quote-author-style{font-size:10px;color:#888}.yt05-main-wrap{margin-bottom:16px;background:#002;border:2px ridge gray;padding:8px}.yt05-main-label{font-family:"Arial Black","Arial",sans-serif;font-size:14px;color:#ff0;text-align:center;margin-bottom:6px}.yt05-main-desc{font-family:"Comic Sans MS","Comic Sans","Comic Neue",cursive;font-size:11px;color:#aaa;text-align:center;margin-top:6px;padding:0 4px}.yt05-player{background:#aaa;border:1px solid #888;border-radius:8px;overflow:hidden;font-family:Arial,Helvetica,sans-serif;padding:5px 5px 4px}.yt05-player:fullscreen{width:100vw;height:100vh;background:#000;display:flex;flex-direction:column;border-radius:0;border:0;padding:0}.yt05-player:fullscreen .yt05-screen{flex:1;aspect-ratio:unset;border-radius:0;min-height:0}.yt05-player:fullscreen .yt05-screen iframe{width:100%;height:100%}.yt05-player:fullscreen .yt05-bottom-bar{flex-shrink:0;z-index:10}.yt05-player:fullscreen .yt05-play-overlay{display:none}.yt05-screen{position:relative;background:#000;cursor:pointer;aspect-ratio:4/3;overflow:hidden;border-radius:2px 2px 0 0}.yt05-screen.yt05-widescreen{aspect-ratio:16/9}.yt05-screen .yt05-video,.yt05-screen img.yt05-thumb{width:100%;height:100%;object-fit:cover;display:block}.yt05-screen .yt05-video{object-fit:contain;background:#000}.yt05-screen iframe{width:100%;height:100%;border:0;display:block}.yt05-play-circle,.yt05-play-overlay{display:flex;align-items:center;justify-content:center}.yt05-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.yt05-play-circle{width:46px;height:46px;background:rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.45);border-radius:50%;transition:background .15s,border-color .15s}.yt05-screen:hover .yt05-play-circle{background:rgba(180,0,0,.7);border-color:rgba(255,255,255,.65)}.yt05-play-circle::after{content:"";display:block;width:0;height:0;border-style:solid;border-width:8px 0 8px 15px;border-color:transparent transparent transparent #fff;margin-left:3px}.yt05-bottom-bar{position:relative;display:flex;align-items:flex-end;height:31px}.yt05-bar-left{width:5px;height:31px;background:url(images/yt07/bg_left.png)no-repeat left bottom;flex-shrink:0}.yt05-bar-center{height:31px;background:url(images/yt07/bg_center.png)repeat-x left bottom;flex:1}.yt05-bar-right{width:5px;height:31px;background:url(images/yt07/bg_right.png)no-repeat right bottom;flex-shrink:0}.yt05-controls{position:absolute;width:100%;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;box-sizing:border-box;padding:0 4px;z-index:2}.yt05-ctrl-left{display:flex;align-items:center;flex-shrink:0}.yt05-ctrl-play{width:30px;height:25px;border:0;cursor:pointer;padding:0;appearance:none;-webkit-appearance:none;background-color:transparent;outline:0;background:url(images/yt07/play_icon.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%;flex-shrink:0;margin-right:1px}.yt05-ctrl-play:focus{outline:0;background:url(images/yt07/play_icon.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%}.yt05-ctrl-play:hover{background:url(images/yt07/play_icon_hover.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%}.yt05-ctrl-play:active{background:url(images/yt07/play_icon_hover.png)no-repeat 60%center,url(images/yt07/play_pause_bg_clicked.png)no-repeat 50% 50%}.yt05-ctrl-play.yt05-paused{background:url(images/yt07/pause_icon.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%}.yt05-ctrl-play.yt05-paused:focus{outline:0;background:url(images/yt07/pause_icon.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%}.yt05-ctrl-play.yt05-paused:hover{background:url(images/yt07/pause_icon_hover.png)no-repeat 60%center,url(images/yt07/play_pause_bg.png)no-repeat 50% 50%}.yt05-ctrl-play.yt05-paused:active{background:url(images/yt07/pause_icon_hover.png)no-repeat 60%center,url(images/yt07/play_pause_bg_clicked.png)no-repeat 50% 50%}.yt05-ctrl-rewind{width:23px;height:25px;border:0;cursor:pointer;padding:0;appearance:none;-webkit-appearance:none;background-color:transparent;outline:0;background:url(images/yt07/rewind.png)no-repeat center center,url(images/yt07/rewind_bg.png)no-repeat center center;flex-shrink:0}.yt05-ctrl-rewind:hover{background:url(images/yt07/rewind_icon_hover.png)no-repeat center center,url(images/yt07/rewind_bg.png)no-repeat center center}.yt05-ctrl-rewind:active{background:url(images/yt07/rewind_icon_hover.png)no-repeat center center,url(images/yt07/rewind_bg_clicked.png)no-repeat center center}.yt05-progress{position:relative;height:8px;background:0 0;flex:1;min-width:0;margin:0 12px;cursor:pointer;z-index:2}.yt05-progress-bg{width:auto;height:8px;background:url(images/yt07/timeline.png)repeat-x left center;position:relative;top:50%;transform:translateY(-50%)}.yt05-progress-loaded,.yt05-progress-red{position:absolute;top:0;left:0;height:8px;width:0%;background:url(images/yt07/played_bar.png)repeat-x left center}.yt05-progress-loaded{opacity:.6;z-index:1}.yt05-progress-red{z-index:2}.yt05-progress-handle{position:absolute;top:50%;transform:translateY(-50%);width:21px;height:21px;background:url(images/yt07/cursor.png)no-repeat center center;cursor:pointer;z-index:3;left:0;pointer-events:none;will-change:left}.yt05-progress-handle.active{background:url(images/yt07/cursor_red.png)no-repeat center center!important}.yt05-ctrl-right{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.yt05-time-box{width:70px;height:18px;background:url(images/yt07/time_bg.png)no-repeat center center;text-align:center;line-height:18px;font-size:10px;font-family:Arial,sans-serif;display:inline-block;vertical-align:middle;white-space:nowrap;margin-right:10px;margin-left:-10px}.yt05-time-current,.yt05-time-sep,.yt05-time-total{color:#fff;font-size:10px;font-family:Arial,sans-serif}.yt05-time-total{color:#c00}.yt05-divider,.yt05-vol-section{vertical-align:middle;flex-shrink:0}.yt05-divider{width:2px;height:31px;background:url(images/yt07/divider.png)no-repeat center center;display:inline-block}.yt05-vol-section{display:inline-flex;align-items:center;margin:0 8px}.yt05-vol-track{position:relative;width:45px;height:4px;background:url(images/yt07/vol_slider_bg.png)repeat-x center center;margin-right:4px;cursor:pointer}.yt05-vol-level{position:absolute;top:0;left:0;height:4px;width:100%;background:url(images/yt07/vol_indicator.png)repeat-x center center;pointer-events:none}.yt05-vol-handle{position:absolute;width:7px;height:20px;background:url(images/yt07/vol_slider.png)no-repeat center center;top:50%;transform:translateY(-50%);left:100%;cursor:pointer;z-index:2}.yt05-ctrl-fullscreen,.yt05-vol-btn{display:inline-block;vertical-align:middle;border:0;cursor:pointer;padding:0;appearance:none;-webkit-appearance:none;background-color:transparent;outline:0}.yt05-vol-btn{width:20px;height:20px;margin-left:4px;background:url(images/yt07/vol_icon_4.png)no-repeat center center;background-size:contain}.yt05-vol-btn.yt05-muted{background-image:url(images/yt07/vol_icon.png);filter:grayscale(100%);opacity:.7}.yt05-ctrl-fullscreen{margin-left:3px;margin-right:3px;width:25px;height:18px;background:url(images/yt07/fullscreen_1.png)no-repeat center center;background-size:25px 18px;image-rendering:auto;transition:.3s ease;will-change:background-image;flex-shrink:0}.yt05-ctrl-fullscreen.yt05-exit-fs{background-image:url(images/yt07/exit_fullscreen.png);background-size:45px 15px;width:45px;height:15px}.yt05-titlebar{background:#e8e8e8;padding:4px 6px 3px;border:1px solid #aaa;border-top:none;border-radius:0 0 5px 5px;margin-top:2px}.yt05-meta,.yt05-title{font-family:Arial,sans-serif}.yt05-title{font-size:10px;font-weight:700;color:#03c;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.yt05-title:hover{text-decoration:underline}.yt05-meta{font-size:9px;color:#666;margin-top:2px;display:flex;align-items:center;gap:6px}.yt05-stars{color:#f90;font-size:10px;letter-spacing:0}.yt05-views{font-size:9px;color:#666;font-family:Arial,sans-serif}#modern-view-bar{text-align:center;padding:8px 4px 4px}.modern-view-toggle{background:linear-gradient(180deg,#446 0,#224 100%);color:#f90;border:3px outset gray;padding:4px 14px;font-family:"Courier New",monospace;font-size:11px;font-weight:700;cursor:pointer;text-shadow:1px 1px 0#000;letter-spacing:.5px;width:100%}.modern-view-toggle:hover{background:linear-gradient(180deg,#55a 0,#338 100%);color:#fc0}.modern-view-toggle:active{border-style:inset}body.modern-view .modern-view-toggle{background:linear-gradient(180deg,#060 0,#030 100%);color:#0f0;border-color:#0a0;text-shadow:0 0 6px #0f0}body.modern-view #page-wrapper{zoom:1.3;width:calc(96vw/1.3);max-width:calc(1200px/1.3);min-width:calc(320px/1.3)}body.modern-view #main-layout{grid-template-columns:minmax(170px,200px) 1fr}body.modern-view #page-footer{width:100%}#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;animation:cookieSlideUp .5s ease-out}.cookie-banner-inner{max-width:800px;margin:0 auto;background:navy;border-top:4px ridge silver;border-left:4px ridge silver;border-right:4px ridge silver;box-shadow:0-4px 20px rgba(255,0,255,.4),inset 0 0 30px rgba(0,0,128,.5);padding:0;font-family:"Comic Sans MS","Comic Neue",cursive}.cookie-banner-header{background:linear-gradient(90deg,red,#f80,#ff0,#0f0,#08f,#f0f,red);background-size:400% 100%;animation:rainbowScroll 3s linear infinite;text-align:center;padding:6px 10px;border-bottom:2px solid gold}.cookie-banner-title{font-family:Impact,"Arial Black",sans-serif;font-size:18px;color:#000;text-shadow:1px 1px 0 gold,-1px -1px 0 gold,1px -1px 0 gold,-1px 1px 0 gold;letter-spacing:2px;vertical-align:middle}.cookie-banner-body{padding:10px 15px 5px;color:#0f0;font-size:13px;line-height:1.4;overflow:hidden}.cookie-banner-body b{color:#ff0;text-shadow:1px 1px 2px #f0f}.cookie-banner-buttons{display:flex;justify-content:center;gap:8px;padding:8px 15px;flex-wrap:wrap}.cookie-btn{font-family:"Comic Sans MS","Comic Neue",cursive;font-size:13px;font-weight:700;padding:6px 14px;cursor:pointer;border:3px outset;text-transform:uppercase;letter-spacing:1px;transition:all .1s}.cookie-btn:hover{filter:brightness(1.2)}.cookie-btn:active{border-style:inset;transform:translate(1px,1px)}.cookie-btn-accept{background:#0a0;color:#fff;border-color:#0f0 #050 #050 #0f0;text-shadow:1px 1px 0#030}.cookie-btn-settings{background:#888;color:#fff;border-color:#ccc #444 #444 #ccc;text-shadow:1px 1px 0#333}.cookie-btn-reject{background:#a00;color:#fff;border-color:#f44 #500 #500 #f44;text-shadow:1px 1px 0#300}.cookie-btn-save{background:#06c;color:#fff;border-color:#6af #036 #036 #6af;text-shadow:1px 1px 0#024;font-size:14px;padding:7px 20px}#cookie-settings-panel{border-top:2px dashed #f0f;margin:0 10px;padding:8px 5px}.cookie-settings-divider{text-align:center;margin-bottom:8px}.cookie-category{background:#003;border:2px inset #666;padding:8px 10px;margin-bottom:6px;position:relative}.cookie-cat-label{cursor:pointer;display:inline-flex;align-items:center;gap:6px}.cookie-cat-label input[type=checkbox]{width:16px;height:16px;accent-color:#0f0;cursor:pointer}.cookie-cat-label input[type=checkbox]:disabled{accent-color:#888;cursor:not-allowed}.cookie-cat-name{font-family:"Arial Black",Impact,sans-serif;font-size:14px;color:#0ff;text-shadow:1px 1px 2px #000}.cookie-cat-badge{display:inline-block;font-family:"Courier New",monospace;font-size:10px;font-weight:700;padding:1px 6px;margin-left:8px;border-radius:3px;vertical-align:middle}.cookie-badge-required{background:#666;color:#ccc;border:1px solid #999}.cookie-badge-optional{background:#060;color:#0f0;border:1px solid #0a0;animation:optionalPulse 2s ease-in-out infinite}.cookie-cat-desc{color:#aaa;font-size:11px;margin:4px 0 0 22px;line-height:1.3}.cookie-settings-buttons{text-align:center;padding:8px 0 4px}.cookie-banner-footer{text-align:center;padding:6px;border-top:1px solid #333;font-size:11px}.cookie-banner-footer a{color:#aaf;text-decoration:underline;font-family:"Times New Roman",serif}#cookie-reopen-btn{position:fixed;bottom:12px;left:12px;z-index:99998;width:40px;height:40px;font-size:22px;line-height:40px;text-align:center;background:navy;border:3px outset silver;color:gold;cursor:pointer;padding:0;font-family:sans-serif;box-shadow:2px 2px 8px rgba(0,0,0,.5);transition:transform .2s}#cookie-reopen-btn:hover{transform:scale(1.15) rotate(-10deg);background:#00a}#cookie-reopen-btn:active{border-style:inset}