#tab-bar{display:flex;flex-direction:row;gap:10px}#tab-bar button{border-radius:10px 10px 0 0}#profile-section{font-size:16px;background:rgba(0,0,0,.2);width:100%;display:flex;gap:10px;border-radius:2px;position:relative;padding:5px;min-height:100vh}#create-a-world{height:200px;width:100%;display:flex;justify-content:center;align-items:center;border-radius:5px;border:4px dashed #162226;background:hsla(0,0%,100%,.4);cursor:pointer}#create-a-world:hover{background:rgba(179,157,219,.3)}#world-grid{display:grid;grid-template-columns:repeat(3, 1fr);align-content:start;gap:10px;padding:10px;width:100%}#player-header{display:flex;flex-direction:row;width:100%;padding:10px;margin-bottom:20px}#player-header #avatar-section{display:flex;flex-direction:column;gap:10px;position:relative;padding:10px}#player-header #avatar-section img{border-radius:50%}#player-header #player-header-info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%;height:100%}#player-header .card{color:#8bf6f2;font-size:1.3em;background:#162226;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:15px;border-radius:3px;box-shadow:0 0 3px #8bf6f2}#player-header .card h1{font-family:"8x8",monospace;font-size:1.5em}#player-header .card h2{font-size:1em}#player-header .card input{padding:8px;border:none;color:#162226;width:70px;text-align:center;padding:7px}#player-header .card input:disabled{background:hsla(0,0%,100%,.05);color:#b2ff59;font-size:16px}@media screen and (max-width: 1200px){#world-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 800px){#world-grid{grid-template-columns:repeat(1, 1fr)}#featured-section{flex-direction:column}}.world-square{border-radius:3px;color:#8bf6f2;background:#162226;cursor:pointer;width:100%;overflow:hidden;position:relative;height:300px}.world-square img{width:100%;height:100%;object-fit:cover}.world-square .desc{position:absolute;bottom:0;left:0;width:100%;background:#162226;padding:5px}.world-square .desc h3{font-family:"8x8",monospace;text-transform:uppercase;white-space:nowrap;overflow:hidden;margin-bottom:5px;font-size:1em}.world-square .desc p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.world-square:hover{box-shadow:0 0 5px #162226;z-index:100}.world-square:hover .desc{color:#162226;background:#8bf6f2}.world-link{border-radius:3px;color:#8bf6f2;background:#162226;cursor:pointer;height:100%;width:100%;overflow:hidden;position:relative;display:flex;flex-flow:row nowrap}.world-link img{height:100%;flex:0 0 100px;max-width:100px;object-fit:cover}.world-link .desc{flex:1;background:#162226;padding:5px}.world-link .desc h3{font-family:"8x8",monospace;text-transform:uppercase;white-space:nowrap;overflow:hidden;margin-bottom:5px;font-size:1em}.world-link .desc p{white-space:text-wrap;overflow:hidden;text-overflow:ellipsis;width:100%}.world-link:hover{box-shadow:0 0 5px #162226;z-index:100}.world-link:hover .desc{color:#162226;background:#8bf6f2}#contact-list{width:80%;display:flex;flex-direction:column;gap:10px;margin:0 auto;margin-top:20px}#contact-list .contact-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:10px;border-radius:5px}#contact-list .contact-item img{border-radius:50%;width:50px;height:50px}
