    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
      display: block;
    }
    body {
      line-height: 1;
    }
    
    blockquote, q {
      quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
      content: '';
      content: none;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
  
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+ */
}

 
  a:link {COLOR: inherit; TEXT-DECORATION: none;}
  a:visited {COLOR: inherit; TEXT-DECORATION: none;}
  a:active {COLOR: inherit; TEXT-DECORATION: none;}
  a:hover {COLOR: inherit; TEXT-DECORATION: none;}
button { color: #1b1b1b; }



body {
  color:#72ca88;
  background: #010201;
  font-size: 18px;
  line-height: 1.3; 
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin: 0;
  padding: 0;

  overflow: visible;
  
}


  body {
    margin: 0;
    font-family: monospace;
    background: black;
    color: #00ff00;
    overflow: hidden;
  }

  #bios-screen{ position: fixed; inset: 0; background: black; color: #00ff00; padding: 20px; font-size: 15px; white-space: pre; filter: blur(.51px); font-family: 'Courier New', monospace; display: flex; flex-direction: row; z-index:100 }
  #bios-logo {  position: absolute; right: 30px; top: 30px; font-weight: bold; font-size: 18px; color: #00bfff; width: 450px; opacity: .8; filter:blur(1.7px);  }
  #bios-logo img{ width:100%; display:block; }
  #bios-cursor { display: inline-block; width: 10px; animation: blink 0.3s steps(1) infinite; }
  @keyframes blink {
    50% { opacity: 0; }
  }



/*.border{ border-radius: 5px; padding: 2px; background: #52ff63 url("img/maska.svg"); }*/
.border{ border-radius: 0px; border:1px solid #45bb62; }
.shadow{ box-shadow:
    0 0 3px 1px rgba(114,202,136,0.6),
    0 0 9px 3px rgba(114,202,136,0.3),
    0 0 20px 8px rgba(114,202,136,0.18);  }
.text-blur { text-shadow: 0 0 2px rgba(255,252,240,0.4), 0 0 4px rgba(190,243,208,0.3); color:#62db80;}

  .border-inner { width: 100%; height: 100%; background: #010201; padding: 0px; border-radius: 0px; }


  .blur{ filter: blur(.45px); }
  .blur2{ filter: blur(.61px); }
  
  #desktop { display: none; background: #000; width: 100vw; height: 100vh; overflow: hidden; position: relative; }

   
  .window { position: absolute; width: 600px; color: black;  display: none; left: 50%; top: 50%;}
  .window-bin{ width:450px; }
  .window-bin .icon{ margin-top:10px; margin-bottom:10px; }
  .window-folder27{ width:500px; }
  .window-vote{ width:500px; }

  #win1{ transform:translate(-60%, -40%); }
  #win2{ transform:translate(-53%, -46%); }
  #win3{ transform:translate(-45%, -55%); }
  #win4{ transform:translate(-52%, -55%); }
  #win5{ transform:translate(-53%, -45%); }

  .window .window-inner{ opacity:.4; transition: 0.2s all linear; }
  .window.border{ border-color:#333; }
  .window.active .window-inner{ opacity:1; }
  .window.active.border{ border-color:#45bb62; }
  .window:after{ content:''; display:block; width:100%; height:100%; position: absolute; top: 0px; left: 0px; background:#000; z-index:-1; border:1px solid #000; }
  
  
  .titlebar { background: url('img/chivas_krzaki_bar_player.svg') #e8ffd2 no-repeat; background-size: contain; padding: 4px 7px 7px;  justify-content: space-between; align-items: center; text-align: center; color: #000; font-weight: bold; 
  	-webkit-box-shadow:inset 0 0 15px 2px #d9f8da; box-shadow:inset 0 0 15px 2px #d9f8da;
  	  -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #68a880;
  	position: relative; filter: blur(.66px); }
  
  .titlebar span{ text-shadow: 2px 0px 2px #a9eda0; letter-spacing: 1px; font-size: 15px; line-height: 1; color: #000; }


  .close{ font-size: 28px;	opacity: .85; color: black; width: 22px; height: 22px; cursor: pointer; text-align: center; position: absolute; top: 0px; right: 7px; }
  .content { padding: 15px; background: #000; font-family: "Tahoma", sans-serif; color: #fff; }

  .shadow-inner{ box-shadow:inset 2px 2px 15px 0px rgba(217, 248, 218, .4); }

  /* --- PLAYER --- */

  .player{ position:relative; }
  .player-main{ display:flex; flex-direction:column; width:100%; padding-left:25%; position:relative; }
  .player-title{ width:100%;}
  .player-title .border-inner{ padding:7px 6px; font-size: 16px;}
  .player-flex-row{ display:flex; flex-direction:row; justify-content:space-between; margin-top: 5px;}
  .player-flex-row .player-box{ width:32.5%; }
  .player-flex-row .player-box .border-inner{ padding:4px 6px; font-size:14px; }
  
  .volume{ position:relative; height:25px; width:66%; }
  .volume-set{ width:10%; height: 100%; left: 60%; position:absolute; background:#cdf6d4; -webkit-box-shadow:inset 0 0 15px 2px #d9f8da; box-shadow:inset 0 0 15px 2px #d9f8da; border-radius: 0px; z-index: 100;}
  
  .player-progress-bar{ position:relative; height:25px; width:100%; margin-top: 7px;}
  .progress-set{ width:10%; height: 100%; position:absolute; background:#cdf6d4; -webkit-box-shadow:inset 0 0 15px 2px #d9f8da; box-shadow:inset 0 0 15px 2px #d9f8da; border-radius: 0px;}

  .player-thumb{ width:24%; height:100%; background:#ddd; top:0px; left:0px; position:absolute; border-radius: 3px; overflow: hidden; background: url('img/player.jpg') center center no-repeat; background-size: cover}

 .balance{ position: relative; height: 25px; }
 .balance-set{ width: 10%; height: 100%; top: 0px; left: 45%; /* start w środku */  position: absolute; background: url('img/pointer.svg') center center no-repeat; background-size: contain; border-radius: 3px; transition: all 0.1s linear; z-index: 10;}
 .balance-line{ height: 1px; position: absolute; left: 0px; top: 45%; width: 100%; z-index: 1; border: 0px; border-radius: 0px; background: #45bb62;}
 .balance:after, .balance:before{ content:''; display:block; position:absolute; bottom:5px; width:2px; height:4px; background:#d3f7d9; z-index: 20; filter: blur(.5px); opacity: .5}
 .balance:after{ left:0px; }
 .balance:before{ right:2px; }

  .player-controls{ display:flex; flex-direction:row; height:35px; margin-top:5px; }
  .player-control{ width: 45px; height:100%; margin-right:5px; position: relative;}
  .player-control .border-inner{ position:relative; width:100%; height:100%; }
  .player-control .border-inner .player-icon{ width:100%; height:100%; position:absolute; filter:blur(1px); opacity:.85 }
  .player-prev .border-inner .player-icon{ background: url('img/prev.svg') center center no-repeat; background-size:60%; }
  .player-play .border-inner .player-icon{ background: url('img/play.svg') center center no-repeat; background-size:50%; }
  .player-pause .border-inner .player-icon{ background: url('img/pause.svg') center center no-repeat; background-size:55%; }
  .player-stop .border-inner .player-icon{ background: url('img/stop.svg') center center no-repeat; background-size:50%; }
  .player-next .border-inner .player-icon{ background: url('img/next.svg') center center no-repeat; background-size:60%; }
  .player-play.active .border-inner .player-icon, .player-pause.active .border-inner .player-icon{ opacity:1; filter:blur(.75px); }

  .glosuj-button{ font-weight: bold; font-size: 14px; cursor: pointer; height:37px; text-shadow: 0 0 2px rgba(255,252,240,0.2), 0 0 4px rgba(190,243,208,0.1); color:#45bb62; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px; font-family: 'Courier New', monospace;}
  .glosuj-button:active .border-inner{ -webkit-box-shadow:inset 0 0 3px 1px #d9f8da;}
  .glosuj-button .border-inner{ padding:7px 17px 4px; }


  /* --- TASKBAR --- */
/*  #taskbar {  position: absolute; bottom: .5%; left: .5%; width: 99%; height: 55px; padding: 2px; background: #52ff63 url("img/maska.svg"); }*/
  #taskbar {  position: absolute; bottom: .5%; left: .5%; width: 99%; height: 55px; border-radius: 0px; border:1px solid #45bb62; }
  #taskbar .border-inner{ width: 100%; display: flex; justify-content: space-between; padding: 2px 5px 2px 5px;  align-items: center; background: #000;}

  #start-btn{ font-weight: bold; font-size: 14px; cursor: pointer; height:37px; margin-left:3px;
  text-shadow: 0 0 2px rgba(255,252,240,0.2), 0 0 4px rgba(190,243,208,0.1); color:#45bb62; }
  #start-btn:active .border-inner, #start-btn.active .border-inner{ -webkit-box-shadow:inset 0 0 3px 1px #d9f8da;}
  #start-btn .border-inner{ padding:5px 10px; }
  #start-btn img{ width:23px; margin-right:4px; }

  .clock-container{ height:37px; margin-right:5px; opacity: .7}
  #clock { font-size: 14px; }


  #taskbar-windows { flex: 1; display: flex; gap: 5px; overflow: hidden; padding-left: 10px; padding-right: 10px;}

  .task-btn {
    flex: 0 1 150px;
    height: 37px;
    background: #111;
    font-size: 13px;
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: left;
    padding-top: 8px;
    padding-left: 35px;
    opacity: .7;
    color: #45bb62;
    -webkit-box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.2);
    box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.2);  
  }

  .task-btn.active {
    border:1px solid #45bb62;
    color: #45bb62;
    background: #111;
    opacity: 1;
    -webkit-box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.5);
    box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.5);
  }

  #task-win1{ background: url('img/bin.svg') no-repeat 7px 6px; background-size:20px; }
  #task-win2{ background: url('img/folder.svg') 7px 7px no-repeat; background-size:20px; }
  #task-win3{ background: url('img/player.svg') 7px 6px no-repeat; background-size:19px; }
  #task-win4{ background: url('img/form.svg') 7px 6px no-repeat; background-size:20px; }
  #task-win5{ background: url('img/drzwi.svg') 7px 6px no-repeat; background-size:20px; }


  .menu-start{ width:280px; height: 350px; position:absolute; left:.5%; bottom:63px; background:#0f2210; z-index:999; padding:5px 15px 30px; font-size: 13px; color: #72ca88; display: none;
    -webkit-box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.2);
    box-shadow:inset 1px 1px 6px 3px rgba(69,187,98,.2);}
  .menu-start.active{ display:block; }
  .menu-start-elm{ margin:15px 0; padding: 4px 5px 4px 35px;}

  .menu-start-line{ width:100%; margin-left:0%; height:1px; background: #72ca88; opacity:.4; margin:15px 0; }

  .start-info{ font-size:10px; position:absolute; bottom:7px; right:10px; text-align:right; opacity: .4}
  .start-info a{ text-decoration:underline; }

  .start-fb{ background: url('img/socials/fb.svg') no-repeat 0px 0px; background-size:24px; }
  .start-ig{ background: url('img/socials/ig.svg') no-repeat 0px 0px; background-size:24px; }
  .start-tt{ background: url('img/socials/tt.svg') no-repeat 5px 5px; background-size:15px; }
  .start-yt{ background: url('img/socials/yt.svg') no-repeat 0px 2px; background-size:22px; }
  .start-sklep{ background: url('img/sklep2.svg') no-repeat 5px 6px; background-size:15px; }
  .start-pol{ font-size:11px; }



  .icon { max-width: 110px; text-align: center; color: #a2ffab; margin: 30px 20px; }
  .icon img { width: 48px; display: block; margin: 0 auto 5px;}
  .icon .txt { border: 1px dotted transparent;   word-wrap: break-word; overflow-wrap: break-word; }
  .icon.active .txt {  background: #000080; border: 1px dotted white; }
  #icon-2 img { width: 65px; display: block; margin: 0 auto 5px;}
  .icon-kosz{ position:absolute; right:0px; top:0px; }
  .icon-sklep{ position:absolute; right:10px; bottom:65px; }




/*  KURSORY  */
/* Ukrywamy systemowy kursor */
html, body, * {
  cursor: none !important;
}

/* Nasz własny kursor */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('img/cursor_regular.png') no-repeat center/contain ;  background-size: 20px;
  pointer-events: none; /* bardzo ważne – żeby nie blokował kliknięć */
  z-index: 9999;
  transition: background 0.1s linear, transform 0.05s linear;
}

/* Hover – zmieniany przez JS, ale można też dodać klasę */
#cursor.hover {
  background: url('img/cursor_hover.png') no-repeat center/contain ;  background-size: 20px;
}

#cursor.clicked {
  background: url('img/cursor_clicked.png') no-repeat center/contain; background-size: 20px;
}

@media (hover: none) {
  #cursor { display: none !important; }
  body { cursor: auto; }
}


/*  P A S S W O R D  P R O T E C T   */
.password-protect{ padding:30px 0; }
.form-password-container{ display:flex; flex-direction:row; width:100%; justify-content:space-between; height:42px; }
.form-password-container input[type=password], input.password-input{ width:73%; border:1px solid #45bb62; padding:10px; padding-top: 12px; background:#000 !important; font-family: 'Courier New', monospace; color: #45bb62 !important; font-size: 25px; filter: blur(.5px); line-height: 1;}
.form-password-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #222 inset !important;
  -webkit-text-fill-color: #45bb62 !important;
  font-size: 25px !important; 
}
.form-password-container input:focus{ outline:none; background-color: #6cff6c22 !important; }
.form-password-container input[type=submit]{ font-weight: bold; font-size: 14px; width: 25%; cursor: pointer; border:1px solid #45bb62; height:42px; text-shadow: 0 0 2px rgba(255,252,240,0.2), 0 0 4px rgba(190,243,208,0.1); color:#45bb62; text-transform: uppercase; letter-spacing: 1px; font-family: 'Courier New', monospace; background: #000; filter: blur(.5px);}
.form-password-container input[type=submit]:active{ -webkit-box-shadow:inset 0 0 3px 1px #d9f8da;}
.password-protect .txt, .vote-container .txt{ color:#45bb62; filter:blur(.5px); margin-bottom:10px; display:inline-block; display:block; font-size: 15px;}
.password-protect .alert{ color:red; filter:blur(.5px); margin-bottom:10px; display:block; text-align:center; font-size: 15px;}

.disabled { opacity: 0.6; pointer-events: none; }



/* G Ł O S O W A N I E */
    .vote-option { padding: 10px; background:#000 !important; font-family: 'Courier New', monospace; color: #45bb62 !important; font-size: 17px; filter: blur(.5px); line-height: 1; cursor: pointer; transition: 0.2s; border-radius:3px; margin-bottom:18px; text-transform: uppercase;}
    .vote-option:hover { background: #fff !important; color: #000 !important; text-shadow: 1px 1px 2px #45bb62; filter:blur(.6px); }
    .status { color:red; filter:blur(.5px); margin-bottom:20px; display:block; text-align:center; display:none; font-size: 15px;}
    .status.error { color: red; }
    .status.success { color:#45bb62; }
    .vote-container{ padding-top:20px; }
    .vote-container .txt label{ font-size:13px !important; text-transform:uppercase; }
    #form-container input[type=text]{ width:100%; border:1px solid #45bb62; padding:10px; padding-top: 12px; background:#000 !important; font-family: 'Courier New', monospace; color: #45bb62 !important; font-size: 17px; filter: blur(.5px); line-height: 1; margin-bottom:20px; }
    #form-container input[type=text]:focus{ outline:none; background-color: #6cff6c22 !important; }
    #form-container input[type=submit]{ font-weight: bold; font-size: 14px; width: 200px; cursor: pointer; border:1px solid #45bb62; height:42px; text-shadow: 0 0 2px rgba(255,252,240,0.2), 0 0 4px rgba(190,243,208,0.1); color:#45bb62; text-transform: uppercase; letter-spacing: 1px; font-family: 'Courier New', monospace; background: #000; filter: blur(.5px); margin-top: 20px; display: block;}
    #form-container input[type=submit]:active{ -webkit-box-shadow:inset 0 0 3px 1px #d9f8da;}
    .custom-checkbox { position: relative; display: inline-flex;  align-items: center;  cursor: pointer; user-select: none; font-size: 15px; }
    .custom-checkbox input{ position: absolute; opacity: 0; cursor: pointer; }
    .custom-checkbox .checkmark{ width: 18px; height: 18px; border: 1px solid #45bb62; border-radius: 3px;  display: inline-block;  margin-right: 8px;  background: transparent; transition: all 0.2s ease; }
    .custom-checkbox input:checked + .checkmark { background-color: #6cff6c22; border-color: #45bb62; }
    .custom-checkbox .checkmark::after{ content: "";  position: absolute;  display: none; }
    .custom-checkbox input:checked + .checkmark::after{ display: block; }
    .custom-checkbox .checkmark::after{ left: 7px; top: 3px; width: 5px; height: 10px; border: solid #6cff6c; border-width: 0 2px 2px 0; transform: rotate(45deg);}

/*  C O U N T E R */

.countdown-box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  font-family: 'Courier New', monospace;
  font-size: 126px;
  color: #a2ffab;
  padding: 4px 8px;
  text-align: center;
  transform: translateX(-50%);
  filter: blur(4px);
  opacity: .4;
  z-index: 1;
}





.vertical{ position: fixed; top: 0px; left: 0px; display: none; width: 100%; height: 100%; flex-direction: column; align-items: center; background: #000; height: auto; min-height: 100vh; justify-content: center; padding: 40px 40px; z-index: 9999;}
.name-vertical{ font-size:43px; font-family: 'Courier New', monospace; margin-bottom: 30px; color: #a2ffab; text-transform: uppercase; text-align: center; filter: blur(2px); opacity: .9}
.icon-vertical{ width:100px; display:inline-block; filter: blur(1px); }
.icon-vertical img{ width:100%; display:block; opacity:.4 }
@media (max-width: 900px) and (orientation: landscape) {
  .vertical {
    display: flex;
  }
}



