html,body,div,object,iframe,a,h1,h2,h3,h4,h5,h6,p,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,stroh,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,mark,audio,video,textarea,select,input{vertical-align:initial;margin:0;padding:0;outline:0;border:0;background:transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}html,body{height:100%;min-height:100%}i,b,strong,time{vertical-align:initial}*,*:before,*:after{box-sizing:border-box}body,.container{font-size:18px;margin:0;padding:0;background:linear-gradient(180deg,#04aab4,#0397a3 55%,#038c9a);background-repeat:no-repeat;background-attachment:fixed;color:#fffdf5;font-family:Montserrat,sans-serif}.no-scroll{overflow:hidden}header{display:flex;justify-content:space-between;align-items:center;padding:1em;color:#fffdf5;border-bottom:0px solid rgba(255,253,245,.2);top:0;z-index:1002}header h1{margin:0;font-size:28px;font-weight:700;cursor:pointer;color:#fffdf5}header .logo-link{margin:0;font-size:28px;font-weight:700;cursor:pointer;color:#fffdf5;text-decoration:none}header h1 img,header h1 svg{height:16px;width:16px;margin:0 0 0 2px;vertical-align:middle}header .logo-link img,header .logo-link svg{height:16px;width:16px;margin:0 0 0 2px;vertical-align:middle}header h1.spin-once:not(.syncing) .logo-spiral{animation:logo-spin .9s ease-out 1}header h1.syncing .logo-spiral{animation:logo-spin 1s linear infinite}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.burger{background:none;border:none;font-size:24px;cursor:pointer;color:#fffdf5}.home-container{padding:20px}.new-game button.start{background:linear-gradient(135deg,#fb5752,#ff7a62);border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;color:#fffdf5;padding:14px 24px;border:none;box-shadow:0 8px 18px #fb575252}.start-params{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:12px}.players-choice{display:flex;align-items:center;gap:8px;min-width:0;flex:0 0 auto;width:max-content}.players-count{flex:0 0 auto;min-width:0;text-align:left;white-space:nowrap}.choice-value{flex:0 0 auto;min-width:0;text-align:left;font-weight:600;font-size:16px;line-height:1.2;padding:4px 10px;border-radius:6px;background:transparent;color:#fff}.players-choice button,.players-choice select{cursor:pointer;font-size:16px;padding:4px 10px;border-radius:6px;border:0px solid #ccc;background:transparent;color:#fff}.players-choice select{min-width:0;flex:0 0 auto;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-align-last:left}.players-choice select option{color:#04aab4;font-size:16px}.history{margin-top:2.5em;background:#fffcf3;border-radius:12px;padding:16px;color:#04aab4;width:max-content}.history h2{font-size:18px;margin:0 0 10px}.history ul{list-style:none;padding:0;font-size:16px;margin:0}.history li{margin-bottom:5px}.history a{color:#04aab4;text-decoration:none;font-weight:500}.history-link{display:flex;align-items:center;gap:8px}.history-date,.history-game{white-space:nowrap}.history-dots{flex:1 1 auto;border-bottom:1px dotted rgba(4,170,180,.45);transform:translateY(1px)}.history-game{text-align:right}.presentation{margin-top:2.5em;font-size:14px;color:#fffdf5}.presentation h2{font-size:18px;margin:0 0 .6em}.presentation p{margin-top:.6em;line-height:1.45}.seo-list{margin:.8em 0 0 1.1em;padding:0;list-style:disc;font-size:13px;color:#fffdf5e6}.seo-list li{margin-bottom:.35em}.seo-games{margin-top:.8em;font-size:13px}.seo-skyjo{margin-top:.6em;font-size:13px;color:#fffdf5eb}.seo-rules{margin-top:.9em;font-size:12px;color:#fffdf5e6;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.seo-rules-title{font-weight:600}.seo-rules a{color:#fffdf5;text-decoration:none;border-bottom:1px dotted rgba(255,253,245,.5)}.seo-rules a:hover{border-bottom-color:#fffdf5}.tags{color:#fffdf580;font-size:10px;margin-top:2.5em}.side-panel{position:fixed;top:0;right:0;transform:translate(100%);width:300px;height:100%;background:#fffcf3;box-shadow:-2px 0 8px #0006;padding:0;transition:transform .3s ease;z-index:99999;color:#04aab4;border-radius:12px 0 0 12px;box-sizing:border-box;font-size:16px}.side-panel.open{transform:translate(0)}.side-panel h3{margin-top:1em;margin-bottom:1em;padding:0 12px}.side-panel h3 span{font-size:10px;font-weight:400}.side-panel .param{border-bottom:1px solid #efece5;padding:1em}.side-panel .param.max{display:flex;align-items:center;gap:8px}.side-panel .param.max label{margin-bottom:0;white-space:nowrap}.side-panel .param.max input{margin-top:0;flex:1 1 auto;min-width:0;text-align:left}.side-panel .download,.side-panel .reset,.side-panel .rules,.side-panel .privacy{border-bottom:0;padding-bottom:0}.side-panel input[type=number]{margin-top:6px}.side-panel label{display:block}.side-panel .side-players-choice{display:flex;align-items:center;gap:8px}.side-panel .side-players-choice .players-count{font-weight:400;text-align:left}.side-panel input,.side-panel button,.side-panel select{color:#04aab4;font-size:16px;font-weight:400;padding:0;border-radius:6px;border:0px solid #ccc;background:transparent}.side-panel a,.side-panel a:visited{text-decoration:none;font-size:12px;cursor:pointer;color:#04aab4}.side-panel .share{position:absolute;bottom:0;left:auto;transform:none;display:block;width:100%;margin:12px 0 0;font-size:14px;font-weight:700;background:#fb5752;color:#fffdf5;padding:12px;border-radius:0 0 0 12px;cursor:pointer;border:none}.side-panel button.close-panel{position:absolute;top:.55em;right:14px;background:none;border:none;font-size:28px;cursor:pointer;color:#04aab4}@media (max-width: 767px){.history{width:100%}header h1.home-title{width:100%;display:flex;align-items:center;justify-content:center;font-size:clamp(26px,9.5vw,44px);line-height:1}header h1.home-title img,header h1.home-title svg{height:.6em;width:.6em;margin-top:.14em}header .logo-link.home-title{width:100%;display:flex;align-items:center;justify-content:center;font-size:clamp(26px,9.5vw,44px);line-height:1}header .logo-link.home-title img,header .logo-link.home-title svg{height:.6em;width:.6em;margin-top:.14em}.new-game button.start{width:100%}.choice-value{font-size:16px;text-align:center}.players-choice button,.players-choice select{font-size:16px}.start-params{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.players-choice{width:100%;justify-content:space-between}.choice-value,.players-choice select{flex:1 1 0}.home-container .players-count{text-align:center}.home-container .players-choice select{text-align-last:center}}
