@import url(https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap);.login-container{align-items:center;background:#0a0a0f;display:flex;font-family:Share Tech Mono,monospace;justify-content:center;min-height:100%;position:absolute;width:100%}.login-container form{background:none;filter:none;margin:0;padding:0}.login-container form:before{animation:scanline 2s linear infinite;background:linear-gradient(90deg,#0000,#f0f,#0000);content:"";display:none;height:2px;left:0;position:absolute;top:0;width:100%}.login-container input{-webkit-backdrop-filter:none;backdrop-filter:none}.login-container .terminal-header{align-items:center;background-color:#0000;background:#0000;border-bottom:2px solid #f0f;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.login-container .terminal-header .terminal-title{color:#f0f;font-size:15px;letter-spacing:3px;text-shadow:0 0 10px #f0f;text-transform:uppercase}.login-container .terminal-header .terminal-status{animation:pulse 2s infinite;border:2px solid #00ff9d;border-radius:20px;color:#00ff9d;font-size:14px;padding:4px 12px}.terminal-login{background:rgba(10,10,15,.405);border:2px solid #0fe;border-radius:20px;box-shadow:0 0 50px #00ffff4d;max-width:500px;padding:30px;position:relative;width:90%;z-index:2}.terminal-login:before{animation:scanline 2s linear infinite;background:linear-gradient(90deg,#0000,#f0f,#0000);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.input-group{background-color:#0ff0;margin-bottom:20px;position:relative;width:100%}.input-group input{background:#fe000000;border:2px solid #c337ff;border-radius:10px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:24px;height:60px;letter-spacing:4px;min-width:100%;padding:0 0 0 20px;text-transform:uppercase;transition:all .3s ease}.input-group input:focus{border-color:#f0f;box-shadow:0 0 30px #f0f;outline:none}.input-group input::placeholder{color:#fff3;font-size:16px;letter-spacing:normal}.error-message{animation:glitch .3s infinite;border:2px dashed #f0f;margin-bottom:20px}.submit-btn{border:2px solid #00ff9d;border-radius:10px;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:18px;height:50px;letter-spacing:3px;margin-bottom:20px;text-transform:uppercase}.submit-btn:hover:not(:disabled){background:#00ff9d;box-shadow:0 0 30px #00ff9d}.submit-btn:disabled{opacity:.3}.terminal-footer{color:#c337ff;font-size:14px;text-align:center}.terminal-footer span{display:block;margin-bottom:10px}.register-link{color:#0fe;font-size:16px;letter-spacing:2px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.register-link:hover{color:#f0f;text-shadow:0 0 10px #f0f}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.alternative-login{display:flex;gap:10px;margin-bottom:20px}.alt-btn{background:#0000;border:2px solid #0fe;border-radius:8px;color:#0fe;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;font-size:12px;height:40px;transition:all .3s ease}.alt-btn:hover{box-shadow:0 0 15px #0fe}.candidates-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin:20px 0}.candidate-item{border:2px solid #333;border-radius:12px;cursor:pointer;padding:8px;text-align:center;transition:all .2s}.candidate-item.selected{background:#00ffff1a;border-color:aqua;box-shadow:0 0 12px aqua}.candidate-item canvas{border-radius:8px;height:auto;width:100%}.candidate-number{color:aqua;font-size:12px;margin-top:8px}.selection-step{text-align:center}.selection-step h3{color:aqua;margin-bottom:8px}.selection-step p{color:#aaa;font-size:14px;margin-bottom:20px}.submit-btn{margin-top:20px}.register-wizard{background:#0a0a0f;box-sizing:border-box;font-family:Matricha,Share Tech Mono,monospace;min-height:100%;overflow-y:auto;padding:20px;position:absolute;width:100%}.register-wizard:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.wizard-container{background:rgba(10,10,15,.462);border:2px solid #0fe;border-radius:30px;box-shadow:0 0 50px rgba(0,255,255,.474);margin:40px auto;max-width:600px;padding:30px;position:relative;z-index:2}.wizard-header{margin-bottom:30px;text-align:center}.wizard-header h1{animation:glitch 3s infinite;color:#f0f;font-size:20px;letter-spacing:4px;margin:0 0 20px;text-shadow:0 0 15px #f0f;text-transform:uppercase}.step-indicator{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-bottom:10px}.step-dot{border:2px solid #c337ff;height:25px;position:relative;width:25px}.step-dot,.step-dot:before{border-radius:50%;transition:all .3s ease}.step-dot:before{background:#c337ff;content:"";height:10px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.step-dot.active{border-color:#f0f;box-shadow:0 0 20px #f0f}.step-dot.active:before{background:#f0f;opacity:1}.step-dot.completed{border-color:#00ff9d}.step-dot.completed:before{background:#00ff9d;opacity:1}.step-count{color:#00ff9d;font-size:14px;letter-spacing:2px;text-transform:uppercase}.wizard-content{min-height:400px}h2,h3{color:#0fe;letter-spacing:2px;text-shadow:0 0 10px #0fe;text-transform:uppercase}p{color:#ffffffb3;font-size:14px}.neon-input,p{margin-bottom:20px}.neon-input{border:2px solid #c337ff;font-family:Matricha,Share Tech Mono,monospace;font-size:16px;height:50px;padding:0 15px;transition:all .3s ease;width:90%}.neon-input:focus{box-shadow:0 0 20px #f0f}.btn-next{background:#0000;border:2px solid #00ff9d;border-radius:10px;color:#00ff9d;cursor:pointer;font-size:16px;height:50px;letter-spacing:2px;transition:all .3s ease;width:100%}.btn-next:hover:not(:disabled){background:#00ff9d;box-shadow:0 0 30px #00ff9d;color:#0a0a0f}.btn-next:disabled{cursor:not-allowed;opacity:.3}.error-message{font-size:14px;margin-bottom:15px}.step-welcome{padding:40px 0;text-align:center}.step-welcome h2{animation:pulse 2s infinite;font-size:20px;margin-bottom:20px}.step-welcome p{font-size:18px;margin-bottom:40px}.instruments-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:25px}.instrument-btn{background:#0006;border:2px solid #c337ff;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:15px;text-transform:uppercase;transition:all .3s ease}.instrument-btn:hover{border-color:#0fe;box-shadow:0 0 15px #0fe;transform:translateY(-2px)}.instrument-btn.active{background:#ff00ff1a;border-color:#f0f;box-shadow:0 0 20px #f0f}.styles-input{display:flex;gap:10px;margin-bottom:15px}.styles-input input{background:#0009;border:2px solid #c337ff;border-radius:8px;color:#00ff9d;flex:1 1;font-family:Share Tech Mono,monospace;height:45px;padding:0 15px}.styles-input button{background:#0000;border:2px solid #00ff9d;border-radius:8px;color:#00ff9d;cursor:pointer;font-size:20px;height:45px;transition:all .3s ease;width:45px}.styles-input button:hover{background:#00ff9d;color:#0a0a0f}.styles-tags{gap:10px;margin-bottom:20px;min-height:50px}.style-tag{align-items:center;background:#00ff001a;border:2px solid #00ff9d;border-radius:30px;color:#00ff9d;display:inline-flex;font-size:14px;gap:8px;padding:8px 15px}.style-tag button{background:none;border:none;color:#f0f;cursor:pointer;font-size:14px;padding:0 5px}.style-tag button:hover{text-shadow:0 0 10px #f0f}.style-select{background:#0009;border:2px solid #c337ff;border-radius:8px;color:#00ff9d;cursor:pointer;font-family:Matricha,Share Tech Mono,monospace;height:45px;margin-bottom:25px;padding:0 15px;width:100%}.style-select option{background:#0a0a0f}.avatar-upload{margin-bottom:20px}.avatar-upload input{display:none}.avatar-upload .upload-btn{align-items:center;background:#0000;border:2px solid #0fe;border-radius:10px;color:#0fe;cursor:pointer;display:block;display:flex;font-size:16px;height:50px;justify-content:center;letter-spacing:2px;transition:all .3s ease;width:100%}.avatar-upload .upload-btn:hover{background:#0fe;box-shadow:0 0 30px #0fe;color:#0a0a0f}.progress-bar{background:#00000080;border:2px solid #c337ff;border-radius:10px;height:20px;margin:15px 0;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#f0f,#0fe);height:100%;transition:width .3s ease}.avatar-preview{margin-top:20px;text-align:center}.avatar-preview img{border:3px solid #00ff9d;border-radius:50%;box-shadow:0 0 20px #00ff9d;height:100px;object-fit:cover;width:100px}.generate-btn{background:#0000;border:2px solid #f0f;border-radius:10px;color:#f0f;cursor:pointer;font-size:20px;height:60px;letter-spacing:3px;margin-bottom:25px;transition:all .3s ease;width:100%}.generate-btn:hover{background:#f0f;box-shadow:0 0 40px #f0f;color:#0a0a0f}.key-display{background:#0000004d;border:2px dashed #00ff9d;border-radius:10px;color:#00ff9d;font-size:48px;margin:20px 0;padding:20px;text-align:center;text-shadow:0 0 20px #00ff9d}.visual-key{display:block;height:200px;margin:20px auto;width:200px}.key-warning{color:#f0f;font-size:14px;letter-spacing:1px;margin-top:20px;text-transform:uppercase}.key-warning,.step-final{text-align:center}.profile-card{background:#0006;border:2px solid #0fe;border-radius:20px;margin:20px 0;padding:25px}.profile-card .final-avatar{border:3px solid #00ff9d;border-radius:50%;box-shadow:0 0 20px #00ff9d;height:100px;margin-bottom:20px;object-fit:cover;width:100px}.profile-card .final-info{text-align:left}.profile-card .final-info p{color:#fff;font-size:16px;margin:10px 0}.profile-card .final-info .label{color:#c337ff;font-size:12px;margin-right:10px;text-transform:uppercase}.btn-enter{background:#00ff9d;border:none;border-radius:10px;color:#0a0a0f;cursor:pointer;font-size:20px;font-weight:700;height:60px;letter-spacing:3px;transition:all .3s ease;width:100%}.btn-enter:hover:not(:disabled){background:#f0f;box-shadow:0 0 40px #f0f}.btn-enter:disabled{cursor:not-allowed;opacity:.5}@media(max-width:768px){.wizard-container{margin:20px 10px;padding:20px}.instruments-grid{grid-template-columns:1fr}.key-display{font-size:32px}}.instrument-checkbox{align-items:center;background:#0006;border:2px solid #c337ff;border-radius:10px;cursor:pointer;display:flex;padding:12px 15px;transition:all .3s ease}.instrument-checkbox input{accent-color:#f0f;cursor:pointer;height:20px;margin-right:10px;width:20px}.instrument-checkbox span{color:#fff;font-size:16px;text-transform:uppercase}.instrument-checkbox:has(input:checked){background:#ff00ff1a;border-color:#f0f;box-shadow:0 0 20px #f0f}.instrument-checkbox:hover{border-color:#0fe}.key-actions{display:flex;gap:10px;margin:20px 0}.btn-download{background:#0000;border:2px solid #0fe;border-radius:8px;color:#0fe;cursor:pointer;flex:1 1;font-size:12px;letter-spacing:1px;padding:12px;transition:all .3s ease}.btn-download:hover{background:#0fe;box-shadow:0 0 20px #0fe;color:#0a0a0f}.step-role{text-align:center}.step-role h3{color:aqua;font-size:24px;margin-bottom:10px;text-shadow:0 0 20px #00ffff80}.step-role p{color:#a6f;margin-bottom:30px}.roles-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 auto 30px;max-width:500px;padding:0 20px}.role-card{background:#0a0a14cc;border:2px solid #00ffaa4d;border-radius:15px;cursor:pointer;overflow:hidden;padding:30px 20px;position:relative;transition:all .3s ease}.role-card:before{background:radial-gradient(circle at center,#00ffaa1a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.role-card:hover{border-color:#0fa;box-shadow:0 10px 30px #00ffaa4d;transform:translateY(-5px)}.role-card:hover:before{opacity:1}.role-card.selected{background:#ff00ff1a;border-color:#f0f;box-shadow:0 0 30px #f0f6;transform:scale(1.05)}.role-card.selected .role-icon{filter:drop-shadow(0 0 15px rgba(255,0,255,.8));transform:scale(1.2)}.role-card.selected .role-title{color:#f0f;text-shadow:0 0 10px #ff00ff80}.role-icon{font-size:48px;margin-bottom:15px}.role-icon,.role-title{transition:all .3s ease}.role-title{color:#0fa;font-size:18px;font-weight:700;letter-spacing:2px;text-shadow:0 0 10px #00ffaa80}.role-description{animation:fadeIn .3s ease;background:#00ffaa1a;border:1px solid #00ffaa4d;border-radius:10px;color:#0fc;font-size:14px;line-height:1.5;margin:0 auto 20px;max-width:500px;padding:15px 20px}@keyframes neonPulse{0%,to{filter:drop-shadow(0 0 5px #ff00ff) drop-shadow(0 0 10px #ff00ff)}50%{filter:drop-shadow(0 0 15px #00ffff) drop-shadow(0 0 25px #00ffff)}}@keyframes neonBorder{0%,to{border-color:#f0f;box-shadow:0 0 10px #f0f}50%{border-color:aqua;box-shadow:0 0 20px aqua}}.Human{background:#0a0a0f;color:#fff;font-family:Share Tech Mono,Courier New,monospace;max-width:100vw!important;position:relative;width:100%!important}.Human:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0ff,#0000);height:2px;opacity:.5;z-index:9999}.Human:after,.Human:before{content:"";left:0;pointer-events:none;position:absolute;top:0;width:100%}.Human:after{background:repeating-linear-gradient(0deg,#00000026,#00ffff0d 1px,#0000 2px);height:100%;z-index:9998}#prflbl{background:#f0f;border:none;-webkit-clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);color:#0a0a0f;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;letter-spacing:2px;margin:10px 0 20px 20px;padding:5px 15px;position:relative;text-transform:uppercase;transition:all .3s ease}#prflbl:hover{animation:neonPulse 1s infinite;background:aqua}.nerualBlock{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fb3;border:1px solid #f0f;border-radius:20px;box-shadow:0 0 30px #ff00ff4d;margin:20px;overflow:hidden;padding:20px;position:relative}.nerualBlock.active{animation:neonBorder 2s infinite;border-color:aqua;box-shadow:0 0 40px #0ff6}.nerualBlock:hover:before{animation:glitch .3s infinite;background:linear-gradient(90deg,#0000,#ff00ff1a,#0000);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.horizontal{align-items:center;display:flex;gap:30px;margin-bottom:20px;position:relative}@media(max-width:768px){.horizontal{flex-direction:column;gap:15px}}.profilecover{border:3px solid #f0f;border-radius:50%;box-shadow:0 0 30px #f0f,inset 0 0 20px #ff00ff4d;height:150px;overflow:hidden;position:relative;transition:all .3s ease;width:150px}.profilecover:hover{border-color:aqua;box-shadow:0 0 40px aqua,inset 0 0 30px #00ffff4d;transform:scale(1.05)}.profilecover:after{animation:rotate 4s linear infinite;border-color:#00ff9d #0000 #b300ff;border-radius:50%;border-style:solid;border-width:2px;bottom:-5px;content:"";left:-5px;opacity:0;position:absolute;right:-5px;top:-5px;transition:opacity .3s ease}.profilecover:hover:after{opacity:1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profileimg{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.rightblock{flex:1 1;position:relative}.ProfileName{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f0f,#0ff);-webkit-background-clip:text;cursor:pointer;display:inline-block;font-size:2.5rem;font-weight:700;letter-spacing:4px;position:relative;text-transform:uppercase}.ProfileName.VIP{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#f0f);-webkit-background-clip:text;filter:drop-shadow(0 0 10px gold)}.ProfileName:before{animation:glitch 3s infinite;color:#f0f;left:2px}.ProfileName:after,.ProfileName:before{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);content:attr(data-text);opacity:.5;position:absolute;top:0}.ProfileName:after{animation:glitch 2s infinite reverse;color:aqua;left:-2px}.artistclass{background:#ff00ff1a;border-left:3px solid #f0f;border-radius:0 10px 10px 0;margin-top:10px;padding:10px}.artistclass:hover{background:#00ffff1a;border-left-color:aqua}#lbl{background:#b300ff;color:#0a0a0f;display:inline-block;font-size:12px;letter-spacing:2px;margin:20px 0 10px 20px;padding:3px 10px;text-transform:uppercase;transform:skew(-10deg)}.nerualData{background:#00000080;border:1px solid #ff00ff4d;border-radius:15px;margin-top:15px;min-height:100px;padding:15px;position:relative}.Admin .todo_container{grid-gap:15px;display:grid;gap:15px;max-height:400px;overflow-y:auto;padding:10px}.Admin .todo_container::-webkit-scrollbar{width:5px}.Admin .todo_container::-webkit-scrollbar-track{background:#050507}.Admin .todo_container::-webkit-scrollbar-thumb{background:#f0f;border-radius:5px}.Admin .todo_container::-webkit-scrollbar-thumb:hover{background:aqua}.Admin .todo_container .todo-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00ffff0d;border:1px solid aqua;border-radius:10px;overflow:hidden;padding:15px;position:relative;transition:all .3s ease}.Admin .todo_container .todo-item:before{animation:shine 3s infinite;background:linear-gradient(45deg,#0000,#ff00ff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}.Admin .todo_container .todo-item:hover{border-color:#f0f;box-shadow:0 0 20px #ff00ff4d;transform:translateY(-2px) scale(1.02)}.Admin .todo_container .todo-item .todo-title{color:#00ff9d;font-size:1.2rem;margin-bottom:5px;text-shadow:0 0 5px #00ff9d}.Admin .todo_container .todo-item .todo-content{color:#fff;font-size:.9rem;line-height:1.4}.Admin .todo_container .todo-item .todo-date{color:#b300ff;font-family:Digital,monospace;font-size:.8rem;margin-top:10px;text-align:right}@keyframes borderRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.terminal-suggestions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border:1px solid #b300ff;border-radius:8px 8px 0 0;bottom:100%;left:0;margin-bottom:5px;max-height:200px;overflow-y:auto;padding:10px;position:absolute;right:0;z-index:10001}.terminal-suggestions::-webkit-scrollbar{width:5px}.terminal-suggestions::-webkit-scrollbar-track{background:#050507}.terminal-suggestions::-webkit-scrollbar-thumb{background:#f0f;border-radius:5px}.suggestion-item{border-left:3px solid #0000;color:aqua;cursor:pointer;font-family:Share Tech Mono,monospace;margin:2px 0;padding:8px 12px;transition:all .2s ease}.suggestion-item:hover{background:#ff00ff1a;border-left-color:#f0f;color:#f0f;transform:translateX(5px)}.suggestion-item .command-name{color:#00ff9d;font-weight:700;margin-right:10px}.suggestion-item .command-desc{color:#ffffff80;font-size:12px}.terminal-history{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid aqua;border-radius:8px 8px 0 0;bottom:100%;left:0;margin-bottom:10px;max-height:150px;overflow-y:auto;padding:10px;position:absolute;right:0}.history-item{border-bottom:1px solid #ff00ff1a;color:#b300ff;font-size:14px;padding:5px 10px}.history-item:last-child{border-bottom:none}.history-item .history-command{color:#00ff9d;margin-right:10px}.history-item .history-result{color:#ffffffb3}.terminal-status{background:#000c;border:1px solid #f0f;border-bottom:none;border-radius:5px 5px 0 0;color:#00ff9d;font-size:12px;letter-spacing:2px;padding:3px 10px;position:absolute;right:10px;text-transform:uppercase;top:-25px}.terminal-status:before{color:#ff0;content:"⚡";margin-right:5px}.terminal-success{animation:fadeOut 2s forwards;background:#00ff9d;border-radius:20px;color:#0a0a0f;font-size:12px;font-weight:700;left:50%;padding:5px 15px;position:absolute;text-transform:uppercase;top:-30px;transform:translateX(-50%);white-space:nowrap}@keyframes fadeOut{0%{opacity:1;transform:translateX(-50%) translateY(0)}70%{opacity:1}to{opacity:0;transform:translateX(-50%) translateY(-20px)}}.terminal-error{animation:fadeOut 2s forwards;background:#f0f;border-radius:20px;color:#0a0a0f;font-size:12px;font-weight:700;left:50%;padding:5px 15px;position:absolute;text-transform:uppercase;top:-30px;transform:translateX(-50%);white-space:nowrap}.message-icon{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0a0fcc;border:2px solid #b300ff;border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:20px;top:50px;transition:all .3s ease;width:40px;z-index:100}.message-icon:hover{border-color:#f0f;box-shadow:0 0 20px #f0f;transform:scale(1.1)}.message-icon.has-unread{animation:pulse 1.5s infinite;border-color:#ff9580}.unread-count{align-items:center;animation:pulse 1s infinite;background:#ff9580;border-radius:50%;color:#0a0a0f;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-5px;top:-5px;width:18px}.upload-interface{background:#0006;border:2px solid aqua;border-radius:10px;margin-top:15px;padding:15px}.upload-progress{align-items:center;display:flex;gap:10px;margin-bottom:15px}.upload-progress .progress-bar{background:#00000080;border:2px solid #b300ff;border-radius:10px;flex:1 1;height:20px;overflow:hidden}.upload-progress .progress-bar .progress-fill{background:linear-gradient(90deg,#f0f,#0ff);height:100%;transition:width .3s ease}.upload-progress .progress-text{color:#00ff9d;font-size:14px;min-width:50px}.upload-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.upload-controls .cancel-btn,.upload-controls .publish-btn,.upload-controls .upload-btn{background:#0000;border:2px solid;border-radius:8px;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:12px;padding:8px 15px;text-transform:uppercase;transition:all .3s ease}.upload-controls .upload-btn{border-color:aqua;color:aqua}.upload-controls .upload-btn:hover{background:aqua;color:#0a0a0f}.upload-controls .publish-btn{border-color:#00ff9d;color:#00ff9d}.upload-controls .publish-btn:hover:not(:disabled){background:#00ff9d;color:#0a0a0f}.upload-controls .publish-btn:disabled{cursor:not-allowed;opacity:.5}.upload-controls .cancel-btn{border-color:#f0f;color:#f0f}.upload-controls .cancel-btn:hover{background:#f0f;color:#0a0a0f}.upload-controls .file-name{color:#fff;flex:1 1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.ProfileName{font-size:1.8rem}.profilecover{height:120px;width:120px}.nerualBlock{margin:10px;padding:15px}}.Finder{background-color:#000;font-family:Matricha,Share Tech Mono,monospace;height:100%;left:0;overflow-y:auto;position:absolute;top:0;width:100%}.Finder .SkyBoxF{height:100%;position:fixed;width:100%;z-index:0}.Finder:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.search-section2{background-color:#f000;border-bottom:1px solid #c337ff4d;display:block;padding:1px;width:99%;z-index:2}.search-form,.search-section2{margin-bottom:0;position:relative}.search-form{background-color:#0ff0}.search-form,.search-form input{box-sizing:border-box;width:100%}.search-form input{background:#000000e6;border:2px solid #f0f;border-radius:8px;box-shadow:0 0 20px #ff00ff4d,inset 0 0 10px #f0f3;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:16px;height:48px;padding:0 16px;transition:all .3s ease}.search-form input::placeholder{color:#00ffff4d;font-style:italic}.search-form input:focus{border-color:#0fe;box-shadow:0 0 30px #0fe,inset 0 0 15px #0fe;outline:none}.instruments-grid{gap:1px;justify-content:center;margin:0;padding:0 10px;position:relative}.instrument-chip{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0a0a1ee6;border:1px solid #c337ff;color:#fff;font-size:14px;font-weight:500;padding:8px 16px;text-shadow:0 0 5px #c337ff80;transition:all .2s ease}.instrument-chip:hover{background:#c337ff4d;border-color:#0fe;box-shadow:0 0 15px #0fe;transform:translateY(-2px)}.instrument-chip.active{background:#c337ff;border-color:#f0f;box-shadow:0 0 20px #c337ff;color:#fff;text-shadow:0 0 8px #fffc}.reset-btn{background:#c337ff33;border:1px solid #c337ff;border-radius:20px;color:#f0f;cursor:pointer;display:block;font-family:Share Tech Mono,monospace;font-size:14px;font-weight:700;margin:10px auto;padding:8px 20px;transition:all .3s ease}.reset-btn:hover{background:#c337ff80;border-color:#f0f;box-shadow:0 0 15px #f0f;color:#fff}.info-message{color:#f0f;font-size:18px;padding:40px;text-align:center;text-shadow:0 0 10px #f0f}.Regaliascontent{display:flex;flex-direction:column;gap:16px;padding:16px;position:relative;z-index:2}.regaliacontent{animation:cardAppear .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00ffff1a;border:2px solid #00ffff80;padding:16px;position:relative}.regaliacontent:hover{border-color:#0ffc;box-shadow:0 0 30px #0ff6}.card-header{cursor:pointer;display:flex;flex-direction:column;gap:12px}.card-header .card-id{background:#0009;border:1px solid #0ff6;border-radius:8px;color:aqua;font-size:20px;font-weight:700;margin:0;padding:10px;text-shadow:0 0 10px #00ffff80;word-break:break-word}.card-header .card-actions{align-items:center;display:flex;gap:12px}.subscribe-btn{border-radius:8px;flex:1 1;font-family:Share Tech Mono,monospace;font-size:14px;padding:10px;transition:all .2s}.expand-btn{border-radius:8px}.expand-btn,.home-btn{height:40px;width:40px}.home-btn{border:2px solid #00ffff80;border-radius:8px}.expand-btn,.home-btn{align-items:center;background:#0ff3;color:aqua;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;justify-content:center}.expand-btn{border:2px solid #00ffff80;border-radius:50%;height:36px;transition:all .3s ease;width:36px}.expand-btn:hover{background:#0ff6;border-color:aqua;box-shadow:0 0 15px #00ffff80;transform:scale(1.05)}.card-full-content{animation:cardAppear .3s ease;font-size:13px;margin-top:16px}@media(max-width:800px){.card-full-content{font-size:12px}}.inset{border:1px dashed #0ff6;border-radius:8px;color:#fff;margin:6px 0;padding:8px 10px;transition:all .2s ease}.inset h2{color:aqua;font-family:Share Tech Mono,monospace;font-size:10px;letter-spacing:1px;margin:0 0 4px;text-shadow:0 0 5px #00ffff80;text-transform:uppercase}.inset:hover{border-color:aqua;box-shadow:0 0 15px #00ffff4d;transform:translateX(5px)}.ready.inset{border-left:3px solid #00ff9d;font-weight:700}.ready.inset,.ready.inset h2{color:#00ff9d}.finderhome{align-items:center;background:#00ffff24;border-radius:5px;bottom:20px;box-shadow:0 0 10px rgba(0,255,255,.203);display:flex;height:56px;justify-content:center;outline:1px solid rgba(0,255,255,.181);position:fixed;right:20px;transition:all .3s ease;width:56px;z-index:3}.finderhome:hover{background:#0fe;box-shadow:0 0 30px #0fe;transform:scale(1.1)}.finderhome img{filter:invert(1);height:28px;transition:all .3s ease;width:28px}.finderhome:hover img{transform:rotate(1turn)}.search-layout{box-sizing:border-box;display:flex;gap:16px;height:100%;padding:16px;position:relative;z-index:2}@media(max-width:800px){.search-layout{flex-direction:column;gap:20px;padding:12px}}.search-left{display:flex;flex:1 1;flex-direction:column;gap:16px;min-width:0;overflow-y:auto}@media(max-width:800px){.search-left{order:2;width:100%}}.search-right{max-height:100%;min-width:280px;overflow-y:auto;width:320px}@media(max-width:800px){.search-right{margin-bottom:20px;min-width:auto;order:1;width:100%}}.search-right .filter-panel{background:#0a0a1ee6;border:1px solid #c337ff;border-radius:12px;padding:16px;position:-webkit-sticky;position:sticky;top:16px}@media(max-width:800px){.search-right .filter-panel{padding:12px;position:relative;top:0}.search-right .filter-panel h3{font-size:18px;margin:0 0 12px}}.filter-block{border:1px solid #c337ff4d;border-radius:8px;margin-bottom:12px;overflow:hidden}.filter-block-header{background:#c337ff1a;color:#fff;cursor:pointer;font-weight:400;padding:12px 16px;transition:background .2s}@media(max-width:800px){.filter-block-header{font-size:14px;padding:10px 14px}}.filter-block-header.active,.filter-block-header:hover{background:#c337ff4d}.filter-block-body{background:#0000004d;padding:12px 16px}@media(max-width:800px){.filter-block-body{padding:10px 12px}}.filter-input{background:#000000b3;border:1px solid #0fe;border-radius:4px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;padding:8px 12px;width:100%}@media(max-width:800px){.filter-input{font-size:14px;padding:8px 10px}}.filter-input:focus{border-color:#f0f;box-shadow:0 0 10px #f0f;outline:none}.instruments-vertical-list{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.instrument-vertical-item{border-radius:4px;color:#ccc;cursor:pointer;padding:6px 12px;transition:all .2s}@media(max-width:800px){.instrument-vertical-item{font-size:14px;padding:8px 10px}}.instrument-vertical-item:hover{background:#c337ff33;color:#fff}.instrument-vertical-item.active{background:#c337ff;border:1px solid #f0f;color:#fff}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@media(min-width:1024px){.search-section{padding:20px 24px}.search-form{margin:0 0 16px;width:100%}.instruments-grid{margin:16px auto;max-width:900px}.Regaliascontent{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;padding:24px}}@media(min-width:800px)and (max-width:1024px){.Regaliascontent{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.search-right{min-width:260px;width:280px}.card-header .card-id{font-size:18px;padding:8px}}.search-options{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:12px 0}.search-option-chip{background:#0a0a1ecc;border:1px solid #c337ff;border-radius:20px;color:#ccc;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.search-option-chip:hover{background:#c337ff4d;border-color:#0fe}.search-option-chip.active{background:#c337ff;border-color:#f0f;color:#fff}.subscribe-btn{background:#0ff3;border:1px solid #00ffff80;border-radius:50%;color:aqua;cursor:pointer;flex-shrink:0;font-size:20px;height:36px;width:36px}.subscribe-btn.active{background:#0ff9;color:#fff}.subscribe-btn:hover{background:#0ff6}.mobile-filters-toggle{display:none}@media(max-width:800px){.mobile-filters-toggle{background:#0ff3;border:1px solid #00ffff80;border-radius:8px;color:aqua;cursor:pointer;display:block;font-family:Share Tech Mono,monospace;margin-bottom:12px;padding:10px;width:100%}.search-layout{flex-direction:column}.search-right{transition:all .2s;width:100%}.search-right.filters-hidden{display:none}.search-right.filters-shown{display:block;margin-bottom:20px}.search-left{order:2}}.regaliacontent{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00ffff14;border:1px solid #0ff6;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .2s}.regaliacontent:hover{border-color:#00ffffb3;box-shadow:0 0 20px #0ff3}.regaliacontent .card-header{align-items:center;background:rgba(0,251,255,.118);border-bottom:1px solid #0ff3;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:space-between;padding:0 16px}.regaliacontent .card-header .card-id{background:#0000;border:none;color:aqua;flex:1 1;font-size:18px;font-weight:700;margin:0;padding:0;text-shadow:0 0 5px #00ffff4d;word-break:break-word}.regaliacontent .card-header .expand-btn{align-items:center;background:#00ffff26;border:1px solid #00ffff80;border-radius:20px;color:aqua;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;margin-left:12px;transition:all .2s;width:36px}.regaliacontent .card-header .expand-btn:hover{background:#00ffff4d;transform:scale(1.05)}.regaliacontent .subscribe-btn{background:#00ffff26;border:1px solid #00ffff80;border-radius:20px;color:aqua;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:14px;font-weight:700;margin:12px 16px;padding:10px;text-align:center;transition:all .2s;width:calc(100% - 32px)}.regaliacontent .subscribe-btn.active{background:#00ffff80;color:#fff}.regaliacontent .tabs{border-bottom:1px solid #00ffff4d;display:flex;gap:4px;margin:0 12px}.regaliacontent .tabs .tab-btn{background:#0000;border:none;color:#aaa;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;font-size:13px;padding:10px 4px;transition:all .2s}.regaliacontent .tabs .tab-btn.active{border-bottom:2px solid aqua;color:aqua}.regaliacontent .tabs .tab-btn:hover{color:aqua}.regaliacontent .tab-content{padding:16px}.regaliacontent .info-grid{display:flex;flex-direction:column;gap:10px}.regaliacontent .info-grid .info-row{align-items:baseline;border-bottom:1px dashed #0ff3;display:flex;font-size:13px;gap:12px;justify-content:space-between;padding-bottom:6px}.regaliacontent .info-grid .info-row span:first-child{color:aqua;flex-shrink:0;font-weight:700;min-width:110px}.regaliacontent .info-grid .info-row span:last-child{color:#ddd;text-align:right;word-break:break-word}@keyframes cardAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Azonix;src:local("Azonix"),url(/static/media/Azonix.9091792cb1720a8c6ea0.otf) format("truetype")}@font-face{font-family:Typo;src:local("Typo"),url(/static/media/Typo.9b5538e431adf354db9a.otf) format("truetype")}@font-face{font-family:LovelyHome-9aBZ;src:local("LovelyHome-9aBZ"),url(/static/media/LovelyHome-9aBZ.2556a48f07f0cbbe390a.ttf) format("truetype")}@font-face{font-family:Cyberpunk;src:local("Cyberpunk"),url(/static/media/CyberwayRidersd.a5eed877f3e56aea68a0.ttf) format("truetype")}@font-face{font-family:Cyberthic;src:local("Cyberthic"),url(/static/media/Cyberthic.f589271d2f841bb64e89.otf) format("truetype")}@font-face{font-family:Riders97;src:local("Riders97"),url(/static/media/CyberwayRiders97.a5eed877f3e56aea68a0.ttf) format("truetype")}@font-face{font-family:CYBERRUS;src:local("CYBERUS"),url(/static/media/Cyberpunk_RUS.4b5fd400e07daaf77a9b.ttf) format("truetype")}::-webkit-scrollbar{height:0;width:0}::-webkit-scrollbar-track{background:#f1f1f100}::-webkit-scrollbar-thumb{background:#8880}::-webkit-scrollbar-thumb:hover{background:#01ffee}.logobg{background-image:url(/static/media/bgfull.6b153260f5a74b5154ad.png);background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:800px){.logobg{background-image:url(/static/media/logolite.2169b4d71cda19873d59.gif);background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}}@font-face{font-family:LED;src:url(/static/media/7fonts.ru_14LED.5d7fd763c040badd6272.ttf) format("ttf")}.small{display:none}.gallerypage{background:linear-gradient(#757575,#d4d4d4);height:100vh;position:absolute;width:100%}.gallerypage .galleryhome{border:none;border-radius:4px;height:40px;left:0;position:absolute;top:50px;width:40px}.gallerypage .galleryhome img{position:relative;width:100%}.gallerypage .SkyBoxG{height:100%;position:absolute;width:100%}.gallerypage .Gallery{background-color:hsla(0,0%,100%,.172);border-radius:0;color:#fcfcfc;font-weight:700;height:90%;left:0;overflow:hidden;position:absolute;top:0;transition:.3s;width:33%}.gallerypage .Gallery .photoheader{background-color:rgba(0,0,0,.451);height:10%}.gallerypage .Gallery .photoheader h1{background:linear-gradient(45deg,#1900ff,#0000);font-size:1.2rem;padding:5px;width:36%}.gallerypage .Gallery .gallerycontent{background-color:#fff0;border-radius:0;display:grid;grid-template-columns:48% 48%;grid-template-rows:200px 200px 200px 200px 200px 200px;height:100%;left:0;margin-left:0;margin-top:0;overflow:hidden;overflow-y:scroll;position:relative;top:5%;transition:.3s;width:100%}.gallerypage .Gallery .gallerycontent .gallimg{background-color:#a86aff00;padding:10px;position:relative;transition:.5s;width:140%}.gallerypage .AddGallery{background-color:#0000;color:#fff;cursor:pointer;height:40px;left:0;overflow:hidden;padding-bottom:2%;position:relative;transition:.3s;width:40px;z-index:1}.gallerypage .AddGallery h2{color:#fff;font-size:1.5rem;text-align:center}.gallerypage .AddGallery button{margin-left:35%;width:100px}.gallerypage .AddGallery.active{background-color:rgba(0,0,0,.863);height:100%;width:38%}.gallerypage .plus{background-color:#fff;border-radius:5px;height:40px;left:0;margin:0;padding:1px;position:absolute;width:40px}.gallerypage .plus img{filter:none;position:relative;width:100%}.gallerypage .AddGallery:hover #fx{display:block}.gallerypage .gallhome{background-color:#0000;border:none;bottom:5%;height:35px;left:0;position:absolute;width:35px}.gallerypage .gallhome img{filter:invert(1);height:auto;position:relative;width:90%}@media screen and (max-width:800px){.gallerypage .AddGallery{background-color:#3c00ff00;color:#fff;cursor:pointer;height:40px;overflow:hidden;padding-bottom:6%;position:relative;transition:.3s;width:40px;z-index:1}.gallerypage .AddGallery h2{color:#fff;font-size:0;text-align:center}.gallerypage .AddGallery button{margin-left:35%;width:100px}.gallerypage .AddGallery.active{background-color:rgba(0,0,0,.675);height:100%;width:100%}.gallerypage .Gallery{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000;left:0;top:0;width:100%}.gallerypage .Gallery .gallerycontent{display:block;height:100%;justify-content:center;left:0;margin:0;top:0;width:100%}.gallerypage .Gallery .gallerycontent .gallimg{left:35px;margin-bottom:20px;padding:0;position:relative;width:90%}.gallerypage .Gallery .photoheader{top:0}.gallerypage .Gallery .photoheader h1{margin:0;top:2%}}.gallerypage #fx{display:block;margin-left:10%;width:80%}@keyframes messin{0%{transform:rotateX(90deg)}to{transform:rotateX(0deg)}}@keyframes fap{0%{padding-right:27px}50%{padding-right:35px}to{padding-right:27px}}@keyframes moveCircle{0%{transform:translate3d(var(--xA),var(--yA),0)}to{transform:translate3d(var(--xB),var(--yB),0)}}@keyframes run{0%{transform:translateX(60%)}to{transform:translateX(-100%)}}@keyframes run2{0%{transform:translateX(70%)}to{transform:translateX(-110%)}}@keyframes run2small{0%{transform:translateX(70%)}to{transform:translateX(-110%)}}@keyframes logo{0%{rotate:13deg}to{rotate:373deg}}@keyframes sq{0%{rotate:15deg}to{rotate:-355deg}}@keyframes likerotate{0%{background-color:aqua;border-radius:50%;box-shadow:0 0 10px aqua,0 0 13px aqua,0 0 16px aqua;transform:rotateY(0deg)}to{background-color:aqua;border-radius:50%;box-shadow:0 0 10px aqua,0 0 13px aqua,0 0 16px aqua;transform:rotateY(1turn)}}.start-page{background:#000;height:100vh;overflow:hidden;position:relative;width:100vw}.content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;position:relative;width:100%;z-index:2}.title-section{margin-bottom:40px;text-align:center}.title-section .glitch-title{font-family:Orbitron,Audiowide,sans-serif;font-size:clamp(32px,13vw,80px);font-weight:900;margin:0;position:relative;text-transform:uppercase}.title-section .glitch-title .star{color:#f0f;text-shadow:0 0 20px #f0f}.title-section .glitch-title .pentagram{color:#0fe;margin:0 10px;text-shadow:0 0 20px #0fe}.title-section .glitch-title .page{color:#c337ff;text-shadow:0 0 20px #c337ff}.title-section .subtitle{color:hsla(0,0%,100%,.263);font-size:11px;letter-spacing:2px;margin:10px 0 0;text-transform:uppercase}.stats{bottom:30px;display:flex;flex-direction:column;font-family:Share Tech Mono,monospace;left:30px;position:absolute}.stats .stat-number{color:#00ff9d;font-size:24px;font-weight:700;text-shadow:0 0 10px #00ff9d}.stats .stat-label{color:#ffffff80;font-size:12px;letter-spacing:1px;text-transform:uppercase}.instructor-btn{background:#0000;border:2px solid #c337ff;border-radius:50%;color:#c337ff;cursor:pointer;display:none;font-size:24px;font-weight:700;height:50px;left:30px;position:absolute;top:30px;transition:all .3s ease;width:50px;z-index:3}.instructor-btn:hover{border-color:#f0f;box-shadow:0 0 20px #f0f;color:#f0f;transform:scale(1.1)}.instructor-btn.active{border-color:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#00ff9d}.instructor-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ff2;border:2px solid #c337ff;border-radius:16px;left:30px;opacity:0;padding:20px;pointer-events:none;position:absolute;top:100px;transform:translateY(20px);transition:all .3s ease;width:300px;z-index:2}.instructor-panel.visible{opacity:1;pointer-events:all;transform:translateY(0)}.instructor-panel .instructor-content{color:#fff}.instructor-panel .instructor-content h3{color:#f0f;font-size:16px;letter-spacing:2px;margin:0 0 20px;text-align:center;text-shadow:0 0 10px #f0f;text-transform:uppercase}.instructor-panel .command-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.instructor-panel .command-item{align-items:center;background:#0000004d;border:1px solid #0fe;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px;transition:all .2s ease}.instructor-panel .command-item:hover{border-color:#f0f;transform:translateX(5px)}.instructor-panel .command-item .command{color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:14px;text-shadow:0 0 5px #00ff9d}.instructor-panel .command-item .desc{color:#ffffffb3;font-size:12px;text-transform:uppercase}.instructor-panel .instructor-note{color:#c337ff;font-size:12px;font-style:italic;margin:20px 0 0;text-align:center;text-shadow:0 0 5px #c337ff}@media(max-width:768px){.stats{bottom:20px;left:20px}.instructor-btn{bottom:20px;right:20px}.instructor-panel{max-width:300px;right:20px;width:calc(100% - 40px);z-index:222}}.terminal-section{display:flex;justify-content:center;width:100%}.command-terminal{font-family:Share Tech Mono,Courier New,monospace;max-width:400px;position:relative}.command-terminal .terminal-container{animation:terminalPulse 2s infinite;background:rgba(0,0,0,.503);border:2px solid #f0f;border-radius:100px;box-shadow:0 0 30px #ff00ff80,inset 0 0 20px #f0f3;box-sizing:border-box;position:relative;width:100%}.command-terminal .terminal-container:before{animation:cursorBlink 1s infinite;color:#00ff9d;content:">";font-size:20px;font-weight:700;left:8px;position:absolute;text-shadow:0 0 10px #00ff9d;top:50%;transform:translateY(-50%);z-index:3}.command-terminal .terminal-container .terminal-input{background:#0000;border:none;border-radius:100px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:18px;letter-spacing:1px;outline:none;padding-left:25px;width:100%}.command-terminal .terminal-container .terminal-input::placeholder{color:#00ffff4d;font-size:14px;font-style:italic}.command-terminal .terminal-container .terminal-input:focus::placeholder{color:#0000}.nav-dots{bottom:30px;display:flex;gap:15px;position:relatives;right:30px;z-index:1}.nav-dot{align-items:center;background:#0009;border:2px solid #f0f;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:60px;justify-content:center;text-decoration:none;transition:all .2s ease;width:60px}.nav-dot .nav-icon{font-size:20px;line-height:1}.nav-dot .nav-label{color:#8af;font-size:9px;margin-top:2px;text-transform:uppercase}.nav-dot:hover{background:#00ffff26;border-color:aqua;transform:translateY(-2px)}@media(max-width:768px){.nav-dots{bottom:20px;gap:8px;right:20px}.nav-dot{padding:6px 12px}.nav-dot .nav-icon{font-size:16px}.nav-dot .nav-label{font-size:8px}}.galaxyManifest{word-wrap:break-word;color:hsla(0,0%,100%,.381);font-size:.8rem;line-height:1.5;margin:20px auto;text-align:center;white-space:normal}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(120px,120px));justify-content:center;margin:0;max-width:600px;width:100%}.start-card{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:hsla(0,0%,100%,.041);border:1px solid rgba(204,0,255,.453);border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:24px 15px;text-decoration:none;transition:all .2s ease}.start-card .card-icon{filter:drop-shadow(0 0 4px rgba(255,0,255,.5));font-size:32px;margin-bottom:12px}.start-card .card-label{color:#fff;font-size:14px;font-weight:600;letter-spacing:1px;text-shadow:0 0 4px #ff00ff80;text-transform:uppercase}.start-card:hover{background:hsla(0,0%,100%,.079);border-color:#d400ff;box-shadow:0 0 20px #ff00ff4d;transform:translateY(-5px)}.start-card:hover .card-icon{filter:drop-shadow(0 0 8px #ff00ff)}.start-card:hover .card-label{text-shadow:0 0 8px #f0f}.galaxyManifest{font-size:.7rem;line-height:1.4;margin:0 auto;max-width:500px;padding:20px}@media(max-width:500px){.card-grid{gap:16px;grid-template-columns:repeat(2,minmax(140px,160px))}.start-card{padding:16px 8px}.start-card .card-icon{font-size:36px}.start-card .card-label{font-size:13px}.galaxyManifest{font-size:.65rem}}.stats-container{background:#000000b3;border-radius:15px;padding:15px;position:relative}.stats-header{margin-bottom:15px}.stats-header h3{color:#fff;margin:0}.stats-settings-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;padding:5px 10px}.stats-grid{display:flex;flex-wrap:wrap;gap:15px}.stat-card{background:#ffffff1a;border:2px solid;border-radius:10px;min-width:100px;padding:10px 20px}.stat-number{color:#fff;font-size:28px;font-weight:700}.stat-label{color:#ffffffb3;font-size:12px;margin-top:5px}.stat-card.optional{border-color:#888}.stats-optional-panel{border-radius:10px;display:flex;flex-wrap:wrap;gap:15px;margin-top:15px;padding:10px}.stats-optional-panel label{align-items:center;color:#fff;display:flex;font-size:12px;gap:5px}.stats-loading{padding:20px}.stats-header{flex-wrap:wrap;gap:10px}.stats-actions{display:flex;gap:10px}.stats-chart-toggle,.stats-settings-btn{background:#fff3;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;padding:8px 15px}.stats-chart-toggle:hover,.stats-settings-btn:hover{background:#ffffff4d}.stats-vertical-list{min-width:250px}.stat-row{border-bottom:1px solid #ffffff1a;padding:10px 0}.stats-optional-panel{background:#ffffff1a;border-radius:15px;margin-top:20px;padding:15px}.stats-categories-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.stats-categories-grid label{align-items:center;background:#ffffff1a;border-radius:15px;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:5px 10px}.stats-container{margin:20px;padding:20px}.stats-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.stats-vertical-list{min-width:300px}.stat-category{margin-bottom:5px}.stat-row-label{flex:2 1;gap:10px;padding-left:10px}.stat-row-label span{font-size:14px}.stat-row-value{flex:.5 1;font-size:22px}.stat-row-bar{background:#fff3;flex:3 1;height:8px;overflow:hidden}.stat-row-bar,.stat-row-bar-fill{border-radius:4px}.stat-details{margin-bottom:10px;margin-left:40px;margin-top:5px}.stat-detail-item:last-child{border-bottom:none}.stats-chart{max-width:380px;min-width:280px}.stats-chart canvas{max-height:300px}.stats-container{background:#000c;border-radius:20px;color:#fff;margin:0;padding:20px 20px 20px 0}.stats-header h3{margin:0 0 20px}.stats-layout{display:flex;flex-wrap:wrap;gap:30px}.stats-vertical-list{flex:2 1;min-width:280px}.stat-category{margin-bottom:8px}.stat-row{align-items:center;background:#ffffff0d;border-radius:10px;cursor:pointer;display:flex;gap:15px;justify-content:space-between;padding:12px 10px;transition:background .2s}.stat-row:hover{background:#ffffff1a}.stat-row-left{flex:4 1;min-width:0}.stat-row-right{align-items:center;display:flex;gap:10px}.stat-row-label{align-items:center;border-left:3px solid;display:flex;gap:8px;margin-bottom:6px;padding-left:8px}.stat-row-label input{cursor:pointer;height:16px;width:16px}.stat-row-label span{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-row-bar-mobile{background:#fff3;border-radius:3px;height:6px;overflow:hidden;width:100%}.stat-row-bar-fill{border-radius:3px;height:100%;transition:width .3s ease}.stat-row-value{font-size:20px;font-weight:700;min-width:40px;text-align:center}.stat-row-expand{color:#ffffff80;font-size:12px;text-align:center;width:20px}.stat-details{background:#0006;border-radius:8px;margin-bottom:12px;margin-left:30px;margin-top:8px;max-height:200px;overflow-y:auto;padding:8px}.stat-detail-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;font-size:13px;justify-content:space-between;padding:6px 12px}.stat-detail-empty{color:#ffffff80;font-size:12px;padding:12px;text-align:center}.stat-detail-id{color:#ccc;font-family:monospace;word-break:break-all}.stat-detail-matches{background:#fff3;border-radius:12px;font-size:11px;font-weight:700;padding:2px 8px}.stats-chart{flex:1 1;max-width:350px;min-width:250px}.stats-chart canvas{max-height:280px;width:100%}.custom-fields-section{border:2px solid #d0a0ff;border-radius:10px;margin-top:20px;padding:12px;width:100%}.custom-fields-section h4{color:#d0a0ff;font-size:14px;margin:0 0 10px}.custom-fields-grid{display:flex;flex-wrap:wrap;gap:12px}.custom-fields-grid label{align-items:center;cursor:pointer;display:flex;font-size:12px;gap:5px}.stats-loading{color:#fff;font-size:18px;padding:40px;text-align:center}@media(min-width:768px){.stat-row-left{align-items:center;display:flex;flex:3 1;gap:15px}.stat-row-label{flex:2 1;margin-bottom:0}.stat-row-bar-mobile{flex:3 1;width:auto}.stat-row-value{flex:.5 1}}.stat-category-divider{border-top:1px solid #fff3;margin:15px 0}.stats-separator{background:#555;border:0;height:1px;margin:16px 0}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot);src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff) format("woff"),url(/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format("truetype"),url(/static/media/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format("svg")}.fa{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.galaxy-chat{background:#0a0a0f;box-sizing:border-box;font-family:Share Tech Mono,monospace;min-height:100%;overflow-y:auto;padding:20px;position:absolute;width:100%}.galaxy-chat:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.chat-header{margin-bottom:0;position:relative;text-align:center;z-index:2}.chat-header h1{animation:glitch 3s infinite;color:#f0f;font-size:clamp(24px,5vw,42px);letter-spacing:4px;margin:0 0 10px;text-shadow:0 0 20px #f0f;text-transform:uppercase}.chat-header p{color:#0fe;font-size:14px;letter-spacing:2px;text-shadow:0 0 10px #0fe;text-transform:uppercase}.room-manager{margin:0 auto;max-width:500px;position:relative;z-index:2}.divider{color:#c337ff;margin:15px 0;position:relative;text-align:center}.divider:after,.divider:before{background:#c337ff;content:"";height:1px;position:absolute;top:50%;width:40%}.divider:before{left:0}.divider:after{right:0}.terminal-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fe6;border:2px solid #c337ff;border-radius:20px;box-shadow:0 0 30px #b300ff4d;padding:30px}.terminal-panel h3{color:#00ff9d;font-size:18px;letter-spacing:2px;margin:0 0 25px;text-align:center;text-shadow:0 0 10px #00ff9d;text-transform:uppercase}.terminal-panel .form-group{margin-bottom:20px;width:auto}.terminal-panel .form-group label{color:#0fe;display:block;font-size:12px;letter-spacing:1px;margin-bottom:8px;text-shadow:0 0 5px #0fe;text-transform:uppercase}.terminal-panel .form-group input{background:#0009;border:2px solid #c337ff;border-radius:8px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:16px;height:48px;padding:0 15px;position:relative;transition:all .3s ease;width:100%}.terminal-panel .form-group input:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.terminal-panel .form-group input::placeholder{color:#fff3}.btn-primary,.btn-secondary{background:#0000;border:2px solid;border-radius:8px;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:16px;height:48px;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease}.btn-primary{border-color:#f0f;color:#f0f}.btn-primary:hover{background:#f0f;box-shadow:0 0 30px #f0f;color:#0a0a0f}.btn-secondary{border-color:#0fe;color:#0fe}.btn-secondary:hover{background:#0fe;box-shadow:0 0 30px #0fe;color:#0a0a0f}.btn-block{margin:10px 0;width:100%}.mode-panel{background:#0000004d;border-bottom:2px solid #c337ff;display:flex;gap:10px;padding:15px 20px}.mode-btn{background:#0000;border:2px solid #c337ff;border-radius:20px;color:#c337ff;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;font-size:12px;height:40px;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.mode-btn:hover{border-color:#0fe;box-shadow:0 0 15px #0fe;color:#0fe}.mode-btn.active{border-color:#f0f;box-shadow:0 0 20px #f0f;color:#f0f}.mode-indicator{border-bottom:1px dashed #c337ff;color:hsla(0,0%,100%,.468);font-size:12px;letter-spacing:1px;padding:8px 20px;text-transform:uppercase}.chat-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fcc;border:2px solid;border-radius:20px;margin:0 auto;max-width:800px;overflow:hidden;position:relative;transition:all .3s ease;z-index:2}.chat-container:has(.mode-panel .mode-btn.active:first-child){border-color:#0fe;box-shadow:0 0 30px #00ffff4d}.chat-container:has(.mode-panel .mode-btn.active:first-child) .room-info{border-bottom-color:#0fe}.chat-container:has(.mode-panel .mode-btn.active:first-child) .message-input-form{border-top-color:#0fe}.chat-container:has(.mode-panel .mode-btn.active:first-child) .message-input-form button{border-color:#0fe;color:#0fe}.chat-container:has(.mode-panel .mode-btn.active:first-child) .message-input-form button:hover{background:#0fe;box-shadow:0 0 30px #0fe;color:#0a0a0f}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)){border-color:#237bff;box-shadow:0 0 30px rgba(87,41,255,.568)}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)) .room-info{border-bottom-color:#237bff}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)) .message-input-form{border-top-color:#237bff}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)) .message-input-form input:disabled{border-color:#237bff;cursor:not-allowed;opacity:.5}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)) .message-input-form button:disabled{border-color:#f0f;cursor:not-allowed;opacity:.5}.chat-container:has(.mode-panel .mode-btn.active:nth-child(2)) .message-input-form button:disabled:hover{background:#0000;box-shadow:none;color:#f0f}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)){border-color:#00ff9d;box-shadow:0 0 30px #00ff004d}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)) .room-info{border-bottom-color:#00ff9d}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)) .message-input-form{border-top-color:#00ff9d}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)) .message-input-form button{border-color:#00ff9d;color:#00ff9d}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)) .message-input-form button:hover{background:#00ff9d;box-shadow:0 0 30px #00ff9d;color:#0a0a0f}.chat-container:has(.mode-panel .mode-btn.active:nth-child(3)) .user-tag{animation:pulse 2s infinite;background:#00ff001a;border-color:#00ff9d;color:#00ff9d}.room-info{align-items:center;background:#00000080;border-bottom:2px solid #f0f;color:#00ff9d;display:flex;font-size:14px;justify-content:space-between;letter-spacing:1px;padding:15px 20px;text-shadow:0 0 5px #00ff9d;text-transform:uppercase}.author-badge{background:#f0f3;border:2px solid #f0f;border-radius:20px;color:#f0f;font-size:10px;padding:4px 8px;text-shadow:0 0 5px #f0f}.messages-container{display:flex;flex-direction:column;gap:10px;height:400px;overflow-y:auto;padding:20px}.messages-container::-webkit-scrollbar{width:5px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background:#c337ff;border-radius:5px}.messages-container::-webkit-scrollbar-thumb:hover{background:#f0f}.message{align-items:baseline;animation:messageAppear .3s ease;background:#0000004d;border:1px solid #c337ff;border-radius:8px;display:flex;gap:10px;padding:8px 12px}.message.system{background:#ff00ff1a;border-color:#f0f;justify-content:center}.system-message{color:#f0f;font-size:12px;letter-spacing:1px;text-shadow:0 0 5px #f0f;text-transform:uppercase}.message-nick{color:#00ff9d;font-weight:700;text-shadow:0 0 5px #00ff9d}.message-text{color:#fff;flex:1 1;word-break:break-word}.message-time{color:#c337ff;font-size:10px;text-transform:uppercase}.message-input-form{border-top:2px solid #f0f;display:flex;gap:10px;padding:20px}.message-input-form input{background:#0009;border:2px solid #c337ff;border-radius:8px;color:#00ff9d;flex:1 1;font-family:Share Tech Mono,monospace;font-size:16px;height:48px;padding:0 15px;transition:all .3s ease}.message-input-form input:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.message-input-form input:disabled{cursor:not-allowed;opacity:.5}.message-input-form button{background:#0000;border:2px solid #f0f;border-radius:8px;color:#f0f;cursor:pointer;font-size:20px;height:48px;transition:all .3s ease;width:48px}.message-input-form button:hover{background:#f0f;box-shadow:0 0 30px #f0f;color:#0a0a0f}.message-input-form button:disabled{cursor:not-allowed;opacity:.5}.message-input-form button:disabled:hover{background:#0000;box-shadow:none;color:#f0f}.chat-footer{border-top:1px solid #c337ff;display:block;gap:10px;padding:15px 20px}.chat-controls{display:flex;flex:1 1;gap:10px;margin-bottom:10px}.chat-controls button{background:#0000;border:2px solid #c337ff;border-radius:6px;color:#c337ff;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;font-size:12px;height:40px;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.chat-controls button:hover{box-shadow:0 0 15px #00ff9d}.chat-controls button.btn-save,.chat-controls button:hover{border-color:#00ff9d;color:#00ff9d}.chat-controls button.btn-save:hover{background:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#0a0a0f}.btn-exit{background:#0000;border:2px solid #f0f;border-radius:6px;color:#f0f;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:12px;height:40px;letter-spacing:1px;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-exit:hover{background:#f0f;box-shadow:0 0 20px #f0f;color:#0a0a0f}.user-manager{background:#0000004d;border-top:2px dashed #00ff9d;padding:20px}.user-manager h4{color:#00ff9d;font-size:12px;letter-spacing:1px;margin:0 0 15px;text-shadow:0 0 5px #00ff9d;text-transform:uppercase}.allowed-users{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px;min-height:40px}.user-tag{animation:pulse 2s infinite;background:#00ff001a;font-size:12px;padding:4px 12px;text-transform:uppercase}.add-user input,.user-tag{border:2px solid #00ff9d;border-radius:20px;color:#00ff9d}.add-user input{background:#0009;box-sizing:border-box;font-family:Share Tech Mono,monospace;font-size:14px;height:40px;padding:0 15px;width:100%}.add-user input:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.add-user input::placeholder{color:#00ff004d}.chat-home{align-items:center;background:#f0f;border-radius:50%;bottom:20px;box-shadow:0 0 20px #f0f;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:56px;z-index:10}.chat-home:hover{background:#0fe;box-shadow:0 0 30px #0fe;transform:scale(1.1)}.chat-home img{filter:invert(1);height:28px;transition:all .3s ease;width:28px}.chat-home:hover img{transform:rotate(1turn)}@media(max-width:768px){.galaxy-chat{padding:10px}.mode-panel{flex-direction:column;height:0;position:relative}.mode-panel:before{animation:pulse 1s infinite;background:#00ff9d;border-radius:50%;box-shadow:0 0 10px #00ff9d;content:"";height:12px;position:absolute;right:10px;top:30%;width:12px;z-index:10}.mode-panel button{display:none;padding:10px;width:100%}.mode-panel:hover{height:auto}.mode-panel:hover:before{display:none}.mode-panel:hover button{display:block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.room-info{flex-direction:column;font-size:12px;gap:5px}.messages-container{height:350px}.chat-controls{flex-direction:column}.chat-controls button{padding:10px;width:100%}.user-manager{padding:15px}}.galactic-market{background:#0a0a0f;box-sizing:border-box;font-family:Matricha,Share Tech Mono,monospace;min-height:100%;overflow-y:auto;padding:20px;position:absolute;width:100%}.galactic-market:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;pointer-events:none;z-index:1}.SkyBoxM,.galactic-market:before{left:0;position:fixed;top:0;width:100%}.SkyBoxM{height:100%;opacity:.2;z-index:0}.market-header{margin-bottom:40px}.market-header h1{font-size:36px;letter-spacing:10px}.market-header p{font-size:14px}.market-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1400px;position:relative;z-index:2}.terminal-form{background:#0a0a0fcc;border:2px solid #c337ff;border-radius:20px;box-shadow:0 0 30px #b300ff4d;height:-webkit-fit-content;height:fit-content;overflow:hidden}.terminal-header{align-items:center;background:#00000080;border-bottom:2px solid #f0f;display:flex;justify-content:space-between;padding:15px 20px}.terminal-header .terminal-title{color:#f0f;font-size:16px;font-weight:700;letter-spacing:2px;text-shadow:0 0 8px #f0f}.terminal-header .terminal-status{animation:pulse 2s infinite;border:1px solid #00ff9d;border-radius:4px;color:#00ff9d;font-size:12px;padding:4px 8px;text-transform:uppercase}form{padding:25px}.form-group{margin-bottom:20px}.form-group label{color:#0fe;font-size:12px;letter-spacing:1px;margin-bottom:6px;text-shadow:0 0 5px #0fe;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:#0009;border:2px solid #c337ff;border-radius:8px;box-sizing:border-box;color:#fff;font-family:Share Tech Mono,monospace;font-size:14px;padding:12px 15px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#fff3}.form-group textarea{min-height:80px;resize:vertical}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.file-input{background:#0009;border:2px dashed #c337ff;border-radius:8px;cursor:pointer;height:50px;overflow:hidden;position:relative}.file-input input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file-input span{color:#0fe;font-size:14px;left:50%;letter-spacing:1px;pointer-events:none;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}.file-input:hover{border-color:#f0f;box-shadow:0 0 15px #f0f}.file-input:hover span{color:#f0f}.preview-card{background:#0006;border:2px solid #00ff9d;border-radius:12px;display:flex;gap:15px;margin-bottom:20px;padding:15px}.preview-card .preview-image{border:2px solid #00ff9d;border-radius:8px;height:80px;overflow:hidden;width:80px}.preview-card .preview-image img{height:100%;object-fit:cover;width:100%}.preview-card .preview-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.preview-card .preview-info .preview-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:5px}.preview-card .preview-info .preview-price{color:#00ff9d;font-size:14px;text-shadow:0 0 5px #00ff9d}.submit-btn{background:#0000;border:2px solid #f0f;border-radius:8px;color:#f0f;cursor:pointer;font-family:Matricha,Share Tech Mono,monospace;font-size:16px;font-weight:700;height:55px;letter-spacing:2px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:#f0f;box-shadow:0 0 30px #f0f;color:#0a0a0f}.submit-btn:disabled{border-color:gray;cursor:not-allowed;opacity:.5}.products-grid h2{color:#0fe;font-size:20px;letter-spacing:4px;margin:0 0 20px;text-shadow:0 0 10px #0fe;text-transform:uppercase}.products-list{grid-gap:20px;display:grid;gap:20px}.product-card:hover{transform:translateY(-5px) scale(1.02)}.product-rarity{padding:4px 12px}.product-image{aspect-ratio:16/9}.product-content{padding:20px}.product-content h3{color:#fff;font-size:18px;margin:0 0 10px;text-shadow:0 0 5px #ffffff80}.product-content p{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0 0 15px}.product-meta{align-items:center;border-top:2px dashed #c337ff;display:flex;justify-content:space-between;padding-top:15px}.product-meta .product-price{color:#00ff9d;font-size:20px;font-weight:700;text-shadow:0 0 10px #00ff9d}.product-meta .product-seller{align-items:center;color:#0fe;display:flex;font-size:14px;gap:8px}.product-meta .product-seller img{border:2px solid #0fe;border-radius:50%;height:24px;width:24px}@media(max-width:1024px){.market-container{gap:20px;grid-template-columns:1fr}.market-header h1{font-size:28px;letter-spacing:5px}}@media(max-width:768px){.galactic-market{padding:10px}.form-row{gap:10px;grid-template-columns:1fr}.product-meta{align-items:flex-start;flex-direction:column;gap:10px}}.terminal-form input,.terminal-form select,.terminal-form textarea{background:#0009!important;border:1px solid #00ffff4d!important;color:#fff!important}.terminal-form input::placeholder,.terminal-form textarea::placeholder{color:#888!important}.terminal-form select option{background:#1a1a2e!important;color:#fff!important}.market-place{background:#0a0a0f;box-sizing:border-box;font-family:Share Tech Mono,monospace;min-height:100%;overflow-y:auto;padding:20px;position:absolute;width:100%}.market-place:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.market-header{margin-bottom:30px;position:relative;text-align:center;z-index:2}.market-header h1{animation:glitch 3s infinite;color:#f0f;font-size:clamp(24px,5vw,42px);letter-spacing:clamp(4px,2vw,10px);margin:0 0 10px;text-shadow:0 0 20px #f0f;text-transform:uppercase}.market-header p{color:#0fe;font-size:clamp(12px,2vw,16px);letter-spacing:3px;margin:0;text-shadow:0 0 10px #0fe;text-transform:uppercase}.search-section{margin:0 auto 30px;max-width:600px;position:relative;z-index:2}.search-box{position:relative;width:100%}.search-box .search-icon{color:#f0f;font-size:20px;left:15px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.search-box input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;border:2px solid #f0f;border-radius:25px;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:16px;height:50px;padding:0 20px 0 50px;transition:all .3s ease;width:100%}.search-box input:focus{border-color:#0fe;box-shadow:0 0 30px #0fe;outline:none}.search-box input::placeholder{color:#ffffff4d}.categories-section{margin:0 auto 30px;max-width:1400px;position:relative;z-index:2}.categories-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(7,1fr)}}.category-btn{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border:2px solid #c337ff;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Share Tech Mono,monospace;justify-content:center;padding:12px 5px;transition:all .2s ease}.category-btn .category-icon{filter:drop-shadow(0 0 5px #c337ff);font-size:24px;margin-bottom:4px}.category-btn .category-label{color:#ffffffb3;font-size:10px;letter-spacing:1px;text-transform:uppercase}.category-btn:hover{border-color:#0fe;box-shadow:0 0 20px #0fe;transform:translateY(-2px)}.category-btn:hover .category-icon{filter:drop-shadow(0 0 10px #00ffee)}.category-btn.active{background:#ff00ff1a;border-color:#f0f;box-shadow:0 0 20px #f0f}.category-btn.active .category-icon{filter:drop-shadow(0 0 10px #ff00ff)}.category-btn.active .category-label{color:#f0f}.products-count{color:#00ff9d;font-size:14px;letter-spacing:2px;margin:0 auto 20px;text-transform:uppercase}.products-count,.products-grid{max-width:1400px;padding:0 20px;position:relative;z-index:2}.products-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin:0 auto}@media(min-width:768px){.products-grid{gap:20px;grid-template-columns:repeat(4,1fr)}}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fcc;border:2px solid #0fe;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{border-color:#f0f;box-shadow:0 0 30px #f0f;transform:translateY(-5px)}.product-rarity{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border:2px solid #00ff9d;border-radius:20px;color:#00ff9d;font-size:10px;font-weight:700;letter-spacing:1px;padding:4px 10px;position:absolute;right:10px;text-transform:uppercase;top:10px;z-index:2}.product-image{aspect-ratio:1;border-bottom:2px solid #c337ff;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-content{display:flex;flex:1 1;flex-direction:column;padding:15px}.product-title{color:#fff;font-size:clamp(14px,3vw,18px);font-weight:700;line-height:1.3;margin:0 0 8px;text-shadow:0 0 5px #ffffff80}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffffb3;display:-webkit-box;flex:1 1;font-size:clamp(12px,2.5vw,14px);line-height:1.4;margin:0 0 15px;overflow:hidden}.product-footer{align-items:center;border-top:2px dashed #c337ff;display:flex;justify-content:space-between;margin-top:auto;padding-top:12px}.product-price{color:#00ff9d;font-size:clamp(16px,3vw,20px);font-weight:700;text-shadow:0 0 10px #00ff9d}.product-seller{align-items:center;color:#0fe;display:flex;font-size:clamp(11px,2vw,13px);gap:6px;max-width:60%}.product-seller img{border:2px solid #0fe;border-radius:50%;height:24px;object-fit:cover;width:24px}.product-seller span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-btn{background:#00ff9d;border-radius:30px;bottom:20px;box-shadow:0 0 20px #00ff9d;color:#0a0a0f;font-family:Share Tech Mono,monospace;font-weight:700;left:20px;letter-spacing:2px;padding:12px 24px;position:fixed;text-decoration:none;text-transform:uppercase;transition:all .3s ease;z-index:10}.seller-btn:hover{background:#f0f;box-shadow:0 0 30px #f0f;transform:scale(1.05)}.market-home{align-items:center;background:#f0f;border-radius:50%;bottom:20px;box-shadow:0 0 20px #f0f;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:56px;z-index:10}.market-home:hover{background:#0fe;box-shadow:0 0 30px #0fe;transform:scale(1.1)}.market-home img{filter:invert(1);height:28px;transition:all .3s ease;width:28px}.market-home:hover img{transform:rotate(1turn)}@keyframes glitch{2%,64%{transform:translate(2px) skew(0deg)}4%,60%{transform:translate(-2px) skew(0deg)}62%{transform:translate(0) skew(5deg)}}.order-card{background:#fff;border:1px solid #f0e3d8;border-radius:2rem;box-shadow:0 12px 30px #00000014;margin-bottom:1rem;overflow:hidden}.order-header{border-bottom:1px solid #f0e8df;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:1rem 1.2rem .8rem}.order-header,.participants{align-items:center;display:flex}.participants{gap:.6rem}.avatar-small{align-items:center;background:#efe2d4;border-radius:1.5rem;display:flex;font-size:1.5rem;height:44px;justify-content:center;width:44px}.names{font-size:.85rem;font-weight:600}.names span{color:#9f8b76;font-size:.7rem;font-weight:400}.client-name{font-size:.8rem}.status-badge{border-radius:2rem;display:inline-block;font-size:.7rem;font-weight:700;margin-right:.5rem;padding:.3rem .8rem}.status-active{background:#eef3e6;color:#55823b}.status-completed{background:#e1e7dd;color:#4b6b3b}.status-cancelled{background:#f5e0d8;color:#b34e2a}.payment-badge{background:#f4efe7;border-radius:2rem;font-size:.7rem;font-weight:600;padding:.2rem .7rem}.payment-yes{background:#e0efdb;color:#367a2d}.payment-no{background:#fae6df;color:#c26034}.payment-cancelled{background:#f5e0d8;color:#b34e2a}.order-details{border-bottom:1px solid #f0e8df;padding:.8rem 1.2rem}.detail-row{align-items:baseline;border-bottom:1px dashed #f0e4d8;display:flex;font-size:.85rem;justify-content:space-between;padding:.4rem 0}.detail-label{color:#b19377;font-weight:500}.detail-value{color:#2c241e;font-weight:600;text-align:right}.total-price{color:#36633e;font-size:1.1rem}.options-block{background:#fefcf8;border-bottom:1px solid #f0e8df;display:flex;flex-wrap:wrap;gap:.4rem;padding:.6rem 1.2rem}.option-tag{align-items:center;background:#f4efe7;border-radius:2rem;display:inline-flex;font-size:.7rem;gap:.3rem;padding:.2rem .7rem}.rider-preview{background:#fffdfa;color:#9f8d7a;font-size:.7rem}.review-block,.rider-preview{border-bottom:1px solid #f0e8df;padding:.6rem 1.2rem}.review-block{background:#fefcf8}.delight{align-items:center;background:#fdf3e6;border-radius:2rem;color:#bd7a3a;display:inline-flex;font-size:.7rem;font-weight:600;gap:.3rem;padding:.2rem .8rem}.review-text{color:#8f765e;font-size:.7rem;margin-top:.4rem}.order-actions{display:flex;gap:.8rem;padding:1rem 1.2rem}.btn{background:#f3f0ea;border:none;border-radius:2rem;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:600;padding:.6rem;transition:.1s}.btn-cancel{background:#f7e4db;color:#aa5a34}.btn-complete{background:#2c3a2a;color:#fff}.btn:disabled{cursor:not-allowed;opacity:.5}.meta-footer{align-items:center;border-top:1px solid #f0e8df;color:#bba68e;display:flex;flex-wrap:wrap;font-size:.6rem;gap:.5rem;justify-content:space-between;padding:.6rem 1.2rem .8rem;text-align:center}.toggle-payment{background:none;border:none;color:#8f765e;cursor:pointer;font-size:.65rem;text-decoration:underline}.btn-confirm{background:aqua;color:#000;font-weight:700}.ticker-bar{background:#0a0a14cc;border:1px solid #6464ff4d;border-radius:4px;height:35px;margin:8px 0;overflow:hidden;position:relative;width:100%}.ticker-bar,.ticker-source-btn{align-items:center;display:flex}.ticker-source-btn{background:#6464ff33;border:none;border-right:1px solid #6464ff4d;color:#acf;cursor:pointer;flex-shrink:0;font-size:14px;height:28px;justify-content:center;width:28px;z-index:2}.ticker-source-btn:hover{background:#6464ff66}.ticker-source-menu{background:#0a0a1a;border:1px solid #6464ff80;border-radius:4px;left:0;margin-top:4px;min-width:160px;overflow:hidden;position:absolute;top:100%;z-index:100}.source-menu-header{border-bottom:1px solid #6464ff33;color:#66a;font-size:11px;padding:6px 10px}.source-menu-item{color:#acf;cursor:pointer;font-size:13px;padding:8px 12px;transition:background .2s}.source-menu-item:hover{background:#6464ff33}.source-menu-item.active{background:#6464ff4d;color:#fff}.ticker-track{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden}.ticker-inner{animation:ticker-scroll 30s linear infinite;display:flex;gap:4px;padding:0 8px;white-space:nowrap}.ticker-item{border-radius:3px;cursor:pointer;padding:2px 10px;text-shadow:0 0 4px #ffffff80;transition:transform .2s}.ticker-item:hover{transform:scale(1.05);z-index:1}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.feed-listings{background:#0a0a1e00;border:1px solid hsla(0,0%,100%,.325);border-radius:12px;margin:8px 0;overflow:hidden;width:100%}.feed-header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.325);color:#acf;display:flex;font-size:14px;justify-content:space-between;padding:12px 14px}.feed-count{background:#fff3;border-radius:10px;color:#cdf;font-size:12px;padding:2px 8px}.feed-content{padding:8px}.feed-empty,.feed-loading{color:#66a;font-size:13px;padding:20px;text-align:center}.feed-item{background:#14143266;border:1px solid #6464ff26;border-radius:8px;cursor:pointer;margin-bottom:6px;padding:10px 12px;transition:all .2s}.feed-item:hover{background:#1e1e4699;border-color:#6464ff66}.feed-item:last-child{margin-bottom:0}.feed-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.feed-specialty{background:#6464ff26;border-radius:6px;color:#88b;font-size:11px;padding:2px 8px;text-transform:uppercase}.feed-rate{color:#33ffb4;font-size:16px;font-weight:700}.feed-title{color:#ccfff7;font-size:14px;margin-bottom:6px}.feed-meta{color:#77a;display:flex;font-size:11px;gap:10px}.feed-meta span:not(:last-child):after{color:#55a;content:"·";margin-left:10px}.feed-desc{color:#99b;font-size:12px;line-height:1.4;margin-top:6px}.listing-view-modal{background:#0f0f1a;border:2px solid aqua;border-radius:12px;box-shadow:0 0 30px #0ff3;color:#cdf;margin-top:12px;padding:24px 20px 20px;position:relative}.lv-type-badge{background:#00ffff1a;border:1px solid aqua;border-radius:14px;color:aqua;font-size:13px;padding:4px 10px}.lv-rate{color:#fc0;font-size:20px;font-weight:700}.lv-title{color:#fff;font-size:18px;margin-bottom:12px}.lv-specialty span{background:#b300ff1a;border:1px solid #b300ff;border-radius:12px;color:#b300ff;font-size:12px;padding:3px 10px}.lv-details{background:#0000004d;border:1px solid #6464ff33;border-radius:10px;display:flex;flex-direction:column;gap:6px;margin:14px 0;padding:12px}.lv-detail-row{display:flex;justify-content:space-between}.lv-detail-label{color:#88b;font-size:13px}.lv-detail-value{color:#cdf;font-size:13px}.lv-originality{margin-bottom:14px}.lv-originality-label{color:#88b;font-size:12px;margin-bottom:5px}.lv-originality-bar{background:#00000080;border-radius:3px;height:6px;overflow:hidden}.lv-originality-fill{background:linear-gradient(90deg,#00ff9d,#0ff);border-radius:3px;height:100%}.lv-options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.lv-option-tag{background:#00ff9d1a;border:1px solid #00ff9d4d;border-radius:14px;color:#00ff9d;font-size:12px;padding:4px 10px}.lv-section-title{color:aqua;font-size:11px;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.lv-requirements{margin-bottom:14px}.lv-requirements ul{list-style:none;padding:0}.lv-requirements li{background:#ff00000d;border-left:2px solid #f66;border-radius:0 5px 5px 0;color:#c99;font-size:13px;margin-bottom:3px;padding:4px 0 4px 10px}.lv-extra-services{margin-bottom:14px}.lv-extra-row{background:#00ff9d0d;border:1px solid #00ff9d26;border-radius:6px;color:#abc;display:flex;font-size:13px;justify-content:space-between;margin-bottom:3px;padding:5px 10px}.lv-license{background:#ffc8000d;border:1px solid #ffc80033;border-radius:8px;margin-bottom:14px;padding:10px}.lv-license-type{color:#fc0;font-size:13px}.lv-contact{background:#00ffff0d;border:1px solid #0ff3;border-radius:8px;margin-bottom:14px;padding:10px}.lv-contact span{color:aqua;font-size:14px}.lv-footer-info{border-top:1px solid #6464ff26;color:#66a;display:flex;font-size:12px;justify-content:space-between;padding-top:10px}.lv-close{background:none;border:2px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;font-size:16px;height:30px;justify-content:center;position:absolute;right:12px;top:12px;width:30px;z-index:5}.lv-close,.lv-header{align-items:center;display:flex}.lv-header{justify-content:space-between;margin-bottom:12px;padding-right:40px}.lv-respond-btn{background-color:rgba(0,255,170,.295);border:1px solid #00ff91;border-radius:5px;color:#fff;cursor:pointer;font-family:Matricha,Share Tech Mono,monospace;font-size:17px;margin-top:10px;padding:10px;transition:.1s}.lv-respond-btn:hover{background-color:rgba(0,255,170,.479);box-shadow:0 0 10px rgba(0,255,145,.318)}.invite-chat-btn{background:#0000;border:2px solid aqua;border-radius:8px;color:aqua;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:12px;padding:6px 12px;transition:all .3s;white-space:nowrap}.invite-chat-btn:hover:not(:disabled){background:aqua;box-shadow:0 0 15px aqua;color:#0a0a0f}.invite-chat-btn:disabled{cursor:not-allowed;opacity:.4}.invite-chat-btn.done{background:#00ff9d1a;border-color:#00ff9d;color:#00ff9d}.subscriptions-widget{border-top:1px solid hsla(0,0%,100%,.319);margin-top:20px;overflow:hidden;width:100%}.widget-header{align-items:center;border-bottom:1px solid #ffffff26;color:#bababa;display:flex;font-size:14px;justify-content:space-between;padding:12px 14px}.widget-count{background:hsla(0,0%,100%,.134);border-radius:10px;color:hsla(0,0%,100%,.556);font-size:12px;padding:2px 8px}.widget-content{padding:8px}.widget-empty,.widget-loading{color:#727272;font-size:13px;padding:20px;text-align:center}.subscription-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:8px;transition:background .2s}.subscription-item:hover{background:rgba(86,255,182,.175)}.sub-avatar{object-fit:cover}.sub-avatar,.sub-avatar-placeholder{border:1px solid #6464ff4d;border-radius:50%;height:36px;width:36px}.sub-avatar-placeholder{align-items:center;background:#6464ff33;color:#acf;display:flex;font-size:16px;font-weight:700;justify-content:center}.sub-info{display:flex;flex-direction:column;gap:2px}.sub-name{color:#cdf;font-size:14px}.sub-role{color:#88b;font-size:11px}.subscription-item{flex-direction:column}.subscription-item.expanded{background:#00ffff14}.sub-main{align-items:center;cursor:pointer;display:flex;gap:10px;width:100%}.sub-note-input{border-top:1px solid #6464ff33;gap:8px;margin-top:8px;padding-top:8px;width:100%}.sub-note-input input{background:#0009;border:1px solid #00ffff4d;border-radius:8px;color:#00ff9d;flex:1 1;font-family:inherit;font-size:13px;padding:6px 10px}.sub-note-input input:focus{border-color:aqua;outline:none}.sub-note-input button{align-items:center;background:none;border:2px solid #00ff9d;border-radius:50%;color:#00ff9d;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;width:30px}.sub-note-input button:hover{background:#00ff9d;color:#0a0a0f}.note-input-row{display:flex;gap:8px;width:100%}.note-input-row input{flex:1 1}.note-bubble{border-radius:10px;font-size:12px;margin-bottom:5px;max-width:85%;padding:10px 16px;position:relative}.note-bubble.mine{align-self:flex-end;background:#00ff9d26;border:1px solid #00ff9d4d;color:#00ff9d}.note-bubble.theirs{align-self:flex-start;background:#00ffff1a;border:1px solid #0ff3;color:#acf}.note-delete-btn{background:none;border:none;color:#f44;cursor:pointer;font-size:14px;line-height:1;opacity:0;padding:0 2px;position:absolute;right:4px;top:2px;transition:opacity .2s}.note-delete-btn:hover{color:red}.note-bubble:hover .note-delete-btn{opacity:1}.note-from{color:#f0f;display:block;font-size:10px;margin-top:2px;opacity:.8}.note-bubble.theirs{border-left:3px solid #f0f}.sub-action-btn{align-items:center;background:none;border:1px solid #0ff6;border-radius:6px;color:aqua;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;transition:all .2s;width:28px}.sub-action-btn:hover{background:#00ffff26;box-shadow:0 0 8px #0ff6}.sub-actions{gap:6px;margin-left:auto}.sub-actions,.sub-search{align-items:center;display:flex}.sub-search{border-bottom:1px solid #6464ff26;gap:8px;padding:8px 14px}.sub-search-input{background:#0006;border:1px solid #00ffff4d;border-radius:8px;color:#acf;flex:1 1;font-family:inherit;font-size:13px;height:32px;padding:0 10px}.sub-search-input:focus{border-color:aqua;outline:none}.sub-search-input::placeholder{color:#ffffff4d}.sub-search-clear{background:none;border:none;color:#f0f;cursor:pointer;font-size:14px}.sub-search-results{border-bottom:1px solid #6464ff26;display:flex;flex-direction:column;gap:6px;padding:8px 14px}.sub-search-searching{color:#66a;font-size:12px;padding:8px 14px}.sub-search-item{align-items:center;border-radius:8px;display:flex;justify-content:space-between;padding:6px 8px;transition:background .2s}.sub-search-item:hover{background:#00ffff0d}.sub-search-user{align-items:center;display:flex;gap:8px}.sub-search-avatar{object-fit:cover}.sub-search-avatar,.sub-search-avatar-placeholder{border:1px solid #6464ff4d;border-radius:50%;height:28px;width:28px}.sub-search-avatar-placeholder{align-items:center;background:#6464ff33;color:#acf;display:flex;font-size:12px;font-weight:700;justify-content:center}.sub-search-info{display:flex;flex-direction:column;gap:1px}.sub-search-name{color:#cdf;font-size:13px}.sub-search-role{color:#88b;font-size:10px}.sub-subscribe-btn{align-items:center;background:none;border:2px solid #00ff9d;border-radius:50%;color:#00ff9d;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;transition:all .2s;width:28px}.sub-subscribe-btn:hover{background:#00ff9d;color:#0a0a0f}.sub-subscribe-btn.subscribed{background:#ff00ff1a;border-color:#f0f;color:#f0f}.sub-subscribe-btn.subscribed:hover{background:#f0f;color:#0a0a0f}.cyber-wall-loading{color:#acf;padding:40px;text-align:center}.cyber-wall-container{display:flex;font-family:Share Tech Mono,monospace;gap:1px;max-width:100%}.cyber-wall-main{background:#0a0a14e6;border:1px solid #00ffff4d;border-radius:16px;box-shadow:0 0 20px #00ffff1a;display:flex;flex:7 1;flex-direction:column;max-height:85vh;overflow-y:auto;padding:0 20px;position:relative}.cw-tags-bar{align-items:center;background:#0a0a14;border-bottom:1px solid #0ff3;display:flex;flex-wrap:wrap;gap:3px;margin-bottom:20px;padding-bottom:10px;padding-top:10px;position:-webkit-sticky;position:sticky;top:0;z-index:3}.cw-tag{background:#0006;border:1px solid #00ffff4d;border-radius:20px;color:#acf;cursor:pointer;font-family:inherit;font-size:13px;line-height:1.2;padding:6px 14px;transition:all .2s}.cw-tag:hover{background:#00ffff1a;border-color:aqua}.cw-tag.active{background:#f0f;border-color:#f0f;box-shadow:0 0 12px #f0f;color:#0a0a0f}.cw-tag-add{align-items:center;background:#ff00ff1a;border-color:#f0f9;border-radius:50%;color:#f0f;display:flex;font-size:18px;height:32px;justify-content:center;padding:0;width:32px}.cw-tag-add:hover{background:#f0f;color:#0a0a0f}.cw-posts{display:flex;flex:1 1;flex-direction:column;gap:16px}.cw-empty{color:#66a;font-size:14px;padding:40px 0;text-align:center}.cw-post{background:#0a0a14b3;border:1px solid #6464ff40;border-left:4px solid #f0f;border-radius:12px;padding:16px;position:relative;transition:border-color .2s}.cw-post:hover{border-color:#00ffff80}.cw-post.cw-layout-text-small-image{border-left-color:aqua}.cw-post.cw-layout-big-image-text{border-left-color:#f0f}.cw-post-visibility{font-size:12px;opacity:.7;position:absolute;right:10px;top:8px}.cw-post-image-big{border-radius:12px 12px 0 0;margin:-16px -16px 12px;max-height:250px;overflow:hidden}.cw-post-image-big img{display:block;height:auto;object-fit:cover;width:100%}.cw-post-content{margin-bottom:12px}.cw-post-header{display:flex;justify-content:space-between;margin-bottom:8px}.cw-post-author{color:#f0f;font-size:14px;font-weight:700}.cw-post-date{color:#77a;font-size:11px;margin-right:10px}.cw-post-text{color:#cdf;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.cw-post-image-small{border-radius:8px;margin-top:10px;max-width:180px;overflow:hidden}.cw-post-image-small img{border:1px solid #00ffff4d;border-radius:8px;height:auto;width:100%}.cw-post-footer{align-items:center;border-top:1px solid #6464ff33;display:flex;justify-content:space-between;padding-top:10px}.cw-post-tag{background:#00ffff1a;border:1px solid #0ff6;border-radius:12px;color:aqua;font-size:11px;padding:2px 10px}.cw-post-stats{color:#88a;display:flex;font-size:12px;gap:12px}.cw-post-stats span{cursor:pointer}.cw-create-form{background:#0a0a14f2;border-top:1px solid #00ffff4d;bottom:0;margin-top:20px;padding:15px 0 20px;position:-webkit-sticky;position:sticky;z-index:2}.cw-post-input{background:#0009;border:1px solid #0ff6;border-radius:8px;box-sizing:border-box;color:#00ff9d;font-family:inherit;font-size:14px;margin-bottom:10px;min-height:60px;padding:10px 12px;resize:vertical;width:100%}.cw-post-input:focus{border-color:#f0f;box-shadow:0 0 10px #f0f;outline:none}.cw-post-input::placeholder{color:#ffffff4d}.cw-create-controls{justify-content:space-between}.cw-controls-left,.cw-create-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.cw-type-selector{background:#0009;border:1px solid #0ff6;border-radius:6px;color:aqua;cursor:pointer;font-family:inherit;font-size:13px;padding:6px 12px}.cw-type-selector option{background:#0a0a1a;color:aqua}.cw-tag-preview{background:#ff00ff26;border:1px solid #f0f;border-radius:15px;color:#f0f;display:inline-block;font-size:12px;margin-left:4px;padding:4px 12px}.cw-create-btn{background:#f0f;border:none;border-radius:8px;box-shadow:0 0 12px #f0f;color:#0a0a0f;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:8px 20px;transition:.2s}.cw-create-btn:hover{background:aqua;box-shadow:0 0 18px aqua;color:#0a0a0f}.cw-image-url-input{background:#0009;border:1px solid #0ff6;border-radius:6px;box-sizing:border-box;color:#00ff9d;font-family:inherit;font-size:13px;padding:8px 10px;width:100%}.cw-image-url-input:focus{border-color:#f0f;outline:none}.cw-whitelist-block .cw-whitelist-input-row{display:flex;gap:8px;margin-bottom:6px}.cw-whitelist-block .cw-whitelist-input-row input{background:#0009;border:1px solid #ff06;border-radius:6px;color:#fc0;flex:1 1;font-family:inherit;padding:6px 10px}.cw-whitelist-block .cw-whitelist-input-row input:focus{border-color:#fc0;outline:none}.cw-whitelist-block .cw-whitelist-input-row button{background:none;border:1px solid #fc0;border-radius:6px;color:#fc0;cursor:pointer;width:30px}.cw-whitelist-block .cw-whitelist-input-row button:hover{background:#fc0;color:#0a0a0f}.cw-whitelist-block .cw-whitelist-tags{display:flex;flex-wrap:wrap;gap:6px}.cw-whitelist-block .cw-whitelist-tag{align-items:center;background:#ffff001a;border:1px solid #ffff004d;border-radius:12px;color:#fc0;display:flex;font-size:11px;gap:4px;padding:2px 8px}.cw-whitelist-block .cw-whitelist-tag button{background:none;border:none;color:#f88;cursor:pointer;font-size:14px;padding:0 2px}.cw-nav-strip{display:flex;display:none;flex:1 1;justify-content:center;max-width:40px;padding-top:20px}.cw-nav-dots{align-items:center;display:flex;flex-direction:column;gap:8px;position:-webkit-sticky;position:sticky;top:20px}.cw-nav-dot{border-radius:50%;cursor:pointer;height:8px;transition:.2s;width:8px}.cw-nav-dot:hover{box-shadow:0 0 8px currentColor;transform:scale(1.6)}.hired-profile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a14d9;border-radius:40px;color:#fff;margin:0 auto;max-width:700px;overflow:hidden}.profile-header-bar{margin-bottom:10px!important}.tabs{border-bottom:1px solid #0ff3}.tabs button{padding:14px}.tabs button.active{border-bottom:2px solid aqua}.card-tab,.cooperation-tab,.dashboard-tab{color:#fff;padding:20px}.stats-grid{grid-gap:12px;gap:12px;margin-bottom:20px}.stat-card{background:#00000080;border:1px solid #0ff3;border-radius:20px;color:#fff;padding:12px;text-align:center}.stat-card.full-width{grid-column:span 2}.stat-label{color:#8af;font-size:.7rem}.stat-number{color:aqua}.stat-sub{color:#8af;font-size:.6rem}.reputation-block{background:#00ffff1a;border-radius:20px;color:#fff;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px}.reputation-score{color:aqua;font-weight:700}.calendar-widget{background:#0006;border:1px solid #0ff3;border-radius:20px;color:#fff;margin-bottom:20px;padding:12px}.calendar-nav{color:#fff;display:flex;justify-content:space-between;margin-bottom:12px}.calendar-nav button{background:#0ff3;border:none;border-radius:20px;color:aqua;cursor:pointer;padding:4px 12px}.calendar-weekdays{color:#8af;font-size:.7rem;margin-bottom:8px;text-align:center}.calendar-days,.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-days{grid-gap:4px;gap:4px}.calendar-day{align-items:center;aspect-ratio:1;background:#ffffff0d;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:.7rem;justify-content:center}.calendar-day.has-event{background:#0ff3;border:1px solid aqua}.calendar-day.other-month{opacity:.3}.top-clients,.upcoming-jobs{background:#0006;border-radius:20px;color:#fff;margin-bottom:20px;padding:12px}.section-title{color:aqua;font-size:.8rem;font-weight:600;margin-bottom:12px}.client-item,.job-item{border-bottom:1px solid #ffffff1a;color:#fff;display:flex;font-size:.8rem;justify-content:space-between;padding:6px 0}.card-section{background:#0006;border-radius:20px;color:#fff;margin-bottom:20px;padding:16px}.card-section h3{margin-bottom:12px}.info-row{border-bottom:1px solid #ffffff1a;color:#fff;padding:6px 0}.settings-section{color:#fff;padding:16px}.settings-section label{font-size:.7rem;margin:12px 0 4px}.settings-section input,.settings-section select,.settings-section textarea{background:#0009;border:1px solid #0ff6;border-radius:12px;color:#fff;padding:8px;width:100%}.settings-section input::placeholder,.settings-section textarea::placeholder{color:#888}.check-group{display:flex;flex-wrap:wrap;gap:12px}.check-group label{color:#fff}.extra-service-row input:first-child{flex:2 1}.extra-service-row input:last-child{flex:1 1}.modal-content{background:#1a1a2e;border:1px solid aqua;border-radius:28px;color:#fff;max-width:300px;padding:20px}.modal-content button{border:none;border-radius:20px;cursor:pointer;margin-top:12px;padding:8px;width:100%}.cancel-order-btn{background:#ff00004d;color:#f66}.close-modal-btn{background:#0ff3;color:aqua}.card-tab .info-row{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:8px 0}.card-tab .info-row span:first-child{color:#8af;font-size:.85rem;margin-right:10px}.card-tab input,.card-tab select,.card-tab textarea{background:#0009;border:1px solid #0ff6;border-radius:12px;color:#fff;flex:1 1;font-size:.8rem;min-width:160px;outline:none;padding:8px 12px;width:auto}.card-tab input:focus,.card-tab select:focus,.card-tab textarea:focus{border-color:aqua;box-shadow:0 0 5px #00ffff4d}.card-tab select[multiple]{min-height:60px}.card-tab .save-btn{background:#0ff3;border:1px solid #0ff6;border-radius:40px;color:aqua;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:20px;padding:12px;transition:.2s;width:100%}.card-tab .save-btn:hover{background:#00ffff4d;box-shadow:0 0 10px #00ffff80}.card-tab .status.error{color:#f66;font-size:.8rem;margin:10px 0;text-align:center}.hire-instruments-grid{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.hire-instrument-chip{background:#00000080;border:1px solid #0ff6;border-radius:40px;color:#fff;cursor:pointer;font-size:.8rem;padding:6px 14px}.hire-instrument-chip.selected{background:aqua;border-color:aqua;color:#000}.settings-tab{padding:20px}.settings-section{background:#0006;border-radius:20px;padding:20px}.settings-section h3{color:aqua;font-size:1rem;margin-bottom:16px}.settings-section label{color:aqua;display:block;font-size:.75rem;margin:14px 0 6px}.settings-section input,.settings-section textarea{background:#0009;border:1px solid #0ff6;border-radius:12px;color:#fff;font-size:.85rem;outline:none;padding:10px 14px;width:100%}.settings-section input:focus,.settings-section textarea:focus{border-color:aqua;box-shadow:0 0 6px #00ffff4d}.hire-check-group{display:flex;flex-wrap:wrap;gap:16px}.hire-check-group .hire-check-label{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:.85rem;gap:8px}.hire-check-group .hire-check-label input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#0009;border:2px solid #00ff6480;border-radius:6px;cursor:pointer;height:20px;position:relative;width:20px}.hire-check-group .hire-check-label input[type=checkbox]:checked{background:#0f8;border-color:#0f8;box-shadow:0 0 8px #0f8}.hire-check-group .hire-check-label input[type=checkbox]:checked:after{color:#000;content:"✓";font-size:14px;font-weight:700;left:3px;position:absolute;top:-1px}.hire-extra-row{display:flex;gap:8px;margin-bottom:8px}.hire-extra-row input:first-child{flex:2 1}.hire-extra-row input:last-child{flex:1 1}.hire-add-service-btn{background:#00ff6426;border:1px solid #00ff6466;border-radius:40px;color:#0f8;cursor:pointer;font-size:.85rem;margin-top:8px;padding:8px 20px;transition:.2s}.hire-add-service-btn:hover{background:#00ff6440;box-shadow:0 0 10px #00ff644d}.hire-save-btn{background:#00ff6433;border:1px solid #00ff6480;border-radius:40px;color:#0f8;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:20px;padding:12px;transition:.2s;width:100%}.hire-save-btn:hover{background:#00ff6459;box-shadow:0 0 14px #00ff6480}.info-row-block{align-items:flex-start;gap:10px}.order-card{background:#1a1a2e;border:1px solid #00ffff4d;border-radius:20px;color:#fff;padding:1rem}.order-header .names{color:#fff}.order-header .client-name{color:aqua}.status-badge.status-active{background:#00ff6426;color:#0f8}.payment-badge.payment-no{background:#ff505026;color:#f66}.order-details .detail-row{border-bottom:1px solid #ffffff1a}.detail-label{color:#8af}.detail-value{color:#fff}.total-price{color:aqua;font-weight:700}.options-block{background:#0000}.options-block .option-tag{background:#00ffff1a;border:1px solid #00ffff4d;color:aqua}.rider-preview{background:#0000;border:1px solid #0ff3;color:#ccc}.order-actions .btn-cancel{background:#ff505033;border:1px solid #ff505066;color:#f66}.meta-footer{border-top:1px solid #ffffff1a;color:#888}.toggle-payment{background:#00ffff26;border:1px solid #00ffff4d;color:aqua}.info-row-block{align-items:center;flex-direction:row!important;flex-wrap:wrap}.styles-input-group{flex:1 1;gap:8px}.styles-tags{height:auto;margin-top:8px;width:100%}.info-row-block{display:flex;gap:4px;margin-bottom:8px}.info-row-block>span{margin-bottom:0}.styles-input-group{align-items:center;display:flex;gap:6px}.styles-input-group input{flex:1 1;margin:0}.styles-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0;min-height:0;padding:0}.styles-tags:empty{display:none}.hire-instrument-chip{font-size:1rem!important}.add-style-btn{align-items:center;background:#0ff3;border:1px solid #0ff6;border-radius:50%;color:aqua;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:36px;justify-content:center;transition:all .2s;width:36px}.add-style-btn:hover{background:#0ff6;transform:scale(1.02)}.create-card-placeholder{align-items:center;background:#00ffff1a;border:2px dashed #0ff6;border-radius:28px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center;transition:all .2s}.create-card-placeholder:hover{background:#0ff3;border-color:aqua}.plus-icon{font-size:48px;margin-bottom:16px}.create-card-placeholder p{color:aqua;font-size:14px}.event-status-buttons .status-btn{background:#00000080;border:1px solid #00ffff4d;color:#fff}.event-status-buttons .status-btn.active{background:aqua;color:#000}.event-modal input{background:#0009;border:1px solid #00ffff4d;border-radius:20px;color:#fff;font-size:.9rem;margin-top:10px;padding:10px;width:90%}.event-modal input:focus{border-color:aqua;box-shadow:0 0 5px #00ffff80;outline:none}.event-modal input::placeholder{color:#888}.completed-folder{margin-top:20px;width:100%}.folder-header{align-items:center;border:1px solid #fff;border-radius:10px;cursor:pointer;display:flex;font-size:16px;gap:10px;padding:14px 18px;-webkit-user-select:none;user-select:none}.folder-icon{font-size:14px;text-align:center;width:20px}.completed-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.completed-item{align-items:center;border:1px solid #fff;border-radius:10px;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:12px 18px}.completed-date{font-size:13px;min-width:90px}.completed-info{flex:1 1;font-size:15px;padding:0 15px}.completed-amount{font-size:16px;font-weight:700;min-width:80px;text-align:right}.empty-state{border:1px dashed #fff;border-radius:10px;font-size:14px}.nickname-and-stats{display:flex;flex-direction:column;gap:2px}.header-stats{color:#8af;display:flex;font-size:.77rem;gap:8px;transform:translateY(5px)}.header-stat{opacity:.8}.header-status{color:#00ff9d}.legend-profile{margin:0 auto;max-width:600px;width:100%}.dashboard-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a14d9;border:1px solid #ffd70066;border-radius:2rem;box-shadow:0 0 16px #ffd7001a;margin-bottom:1rem;padding:1.2rem}.header-title{align-items:center;color:gold;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:.2rem;text-shadow:0 0 6px gold}.sub{color:#ca6;font-size:.7rem}.stats-grid,.sub{margin-bottom:1rem}.stats-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.stat-block{background:#00000080;border:1px solid #ffd7004d;border-radius:1.5rem;padding:.9rem;text-align:center}.stat-number{color:gold;font-size:1.6rem;font-weight:800}.stat-label{color:#ca6;font-size:.65rem;text-transform:uppercase}.quick-actions{display:flex;gap:.8rem;margin-top:.8rem}.action-btn{background:#ffd70026;border:1px solid #ffd70066;border-radius:1.8rem;color:gold;flex:1 1;font-size:.75rem;font-weight:600;padding:.6rem;text-align:center;transition:.1s}.action-btn:active{background:#ffd7004d;transform:scale(.97)}.card-header-flex{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.card-title{color:gold;font-size:1rem;font-weight:700}.btn-small{background:#ffd70033;border:1px solid #ffd70066;border-radius:2rem;color:gold;cursor:pointer;font-size:.7rem;font-weight:600;padding:.3rem .8rem}.events-list{display:flex;flex-direction:column;gap:.5rem}.event-item{border-bottom:1px solid #ffd70033;padding:.8rem 0}.event-title{color:#fff;display:flex;font-size:.9rem;font-weight:700;justify-content:space-between}.event-sold{color:gold;font-size:.7rem}.event-date{color:#ca6;font-size:.7rem;margin:.2rem 0}.event-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.4rem}.fan-list{display:flex;flex-direction:column;gap:.6rem}.fan-row{align-items:center;border-bottom:1px solid #ffd70026;color:#ddd;display:flex;font-size:.8rem;justify-content:space-between;padding:.4rem 0}.fan-level{background:#ffd70026;border-radius:2rem;color:gold;font-size:.65rem;padding:.2rem .5rem}.fan-spent{color:gold;font-weight:600}.divider{background:#ffd70033;border:0;height:1px;margin:.8rem 0}.empty-state{color:#ca6;padding:1rem}.footer-note{color:#ca6;font-size:.7rem}.event-form{display:flex;flex-direction:column;gap:.8rem;margin-top:.8rem}.event-form input{background:#00000080;border:1px solid #ffd7004d;border-radius:12px;box-sizing:border-box;color:#fff;font-size:.85rem;outline:none;padding:10px 14px;transition:.2s;width:100%}.event-form input::placeholder{color:#888}.event-form input:focus{border-color:gold;box-shadow:0 0 8px #ffd7004d}.event-form .form-buttons{display:flex;gap:.6rem;margin-top:.4rem}.event-form .save-event-btn{background:gold;border:none;border-radius:40px;color:#1a1a2e;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:10px;transition:.2s}.event-form .save-event-btn:hover{box-shadow:0 0 14px #ffd70080}.event-form .cancel-btn{background:#ffffff14;border:1px solid #ffffff26;border-radius:40px;color:#aaa;cursor:pointer;font-size:.85rem;padding:10px 18px;transition:.2s}.event-form .cancel-btn:hover{background:#ffffff26;color:#fff}.btn-cancel{border-color:#ff505066;color:#f66}.btn-cancel:hover{background:#ff505033}.modal-overlay{z-index:100}.modal-confirm{background:#1a1a2e;border:1px solid #ff505066;border-radius:20px;color:#fff;max-width:300px;padding:1.5rem;text-align:center}.modal-confirm .modal-warn{color:#f66;font-size:.8rem;margin:.5rem 0}.modal-confirm .modal-buttons{display:flex;gap:.5rem;margin-top:1rem}.modal-confirm .btn-cancel-confirm{background:#ff50504d;border:1px solid #f66;border-radius:30px;color:#f66;cursor:pointer;flex:1 1;padding:.6rem}.modal-confirm .btn-cancel-back{background:#ffffff1a;border:none;border-radius:30px;color:#fff;cursor:pointer;flex:1 1;padding:.6rem}.form-row{display:flex;gap:.4rem}.form-row input,.form-row select{flex:1 1}.form-section-title{color:gold;font-size:.8rem;font-weight:600;margin-bottom:.3rem;margin-top:.6rem}.btn-tiny{background:none;border:none;color:#f66;cursor:pointer;font-size:.8rem;padding:0 .3rem}.btn-add{background:#ffd70026;border:1px solid #ffd7004d;border-radius:20px;color:gold;font-size:.75rem;margin-top:.3rem;padding:.3rem .8rem}.form-ticket-row{align-items:flex-start;background:#ffd7000d;border:1px solid #ffd7001a;border-radius:12px;display:flex;gap:.5rem;margin-bottom:.8rem;padding:.6rem}.form-ticket-fields{display:flex;flex:1 1;flex-direction:column;gap:.3rem}.field-label{color:#c9a830;font-size:.65rem;letter-spacing:.5px;text-transform:uppercase}.event-form select{background:#00000080;border:1px solid #ffd7004d;border-radius:12px;color:#fff;cursor:pointer;font-size:.85rem;outline:none;padding:10px 14px}.event-form select:focus{border-color:gold}.event-form select option{background:#1a1a2e;color:#fff}.profile-header-bar{border:1px solid #ffd7004d}.stream-section{padding:16px 0}.stream-visualizer{align-items:center;background:#00000080;border:1px solid #ffd7004d;border-radius:24px;display:flex;justify-content:center;margin-bottom:20px;min-height:200px;padding:20px}.stream-placeholder{color:gold;text-align:center}.stream-placeholder.active{animation:pulse 1.5s infinite}.stream-offline{font-size:1.2rem;margin-bottom:10px}.stream-status{color:#f44;font-size:.8rem;margin-top:10px}.stream-note{color:#aaa;font-size:.7rem;margin-top:8px}.visualizer-bars{align-items:flex-end;display:flex;gap:4px;height:60px;justify-content:center;margin-bottom:16px}.visualizer-bars .bar{animation:bounce .8s ease-in-out infinite;background:gold;border-radius:3px;width:6px}.visualizer-bars .bar:first-child{animation-delay:0s;height:20px}.visualizer-bars .bar:nth-child(2){animation-delay:.1s;height:40px}.visualizer-bars .bar:nth-child(3){animation-delay:.2s;height:30px}.visualizer-bars .bar:nth-child(4){animation-delay:.3s;height:50px}.visualizer-bars .bar:nth-child(5){animation-delay:.4s;height:25px}.visualizer-bars .bar:nth-child(6){animation-delay:.5s;height:45px}@keyframes bounce{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.stream-controls{display:flex;justify-content:center}.stream-btn{background:#ffd70026;border:1px solid #ffd70066;border-radius:40px;color:gold;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 24px;transition:all .2s}.stream-btn.on:hover{background:#ffd7004d;transform:scale(1.02)}.stream-btn.off{background:#f003;border-color:#f44;color:#f88}.stream-btn.off:hover{background:#f006}.card-section h3{border-left:3px solid gold;color:gold;padding-left:12px}.info-grid{gap:8px}.info-row{border-bottom:1px solid #ffd70026;font-size:.8rem;padding:8px 0}.info-row span:first-child{color:#c9a830;font-weight:500}.info-row span:last-child{color:#fff;text-align:right}.qr-note{color:#aaa;font-size:.7rem;margin-top:12px;text-align:center}.card-mini-qr{padding:16px 0}.event-modal-overlay{background:#000c}.event-modal{max-width:420px}.event-modal-close{font-size:1.2rem}.event-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.event-modal-header h2{font-size:1.2rem}.event-status{border-radius:20px;font-size:.7rem;padding:4px 10px}.event-status.active{background:#00ff6426;color:#0f8}.event-status.past{background:#ffffff1a;color:#888}.event-modal-details{gap:.5rem}.event-description{margin-top:.5rem}.buy-ticket-btn{margin-bottom:1rem}.event-rating-section h3{margin-bottom:.8rem}.rating-input-row .rating-val{width:30px}.submit-rating-btn{margin-top:.5rem}.rated-message{margin:.8rem 0}.event-modal-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.event-modal{background:#1a1a2e;border:1px solid #ffd7004d;border-radius:24px;color:#fff;max-height:90vh;max-width:450px;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.event-modal-close{background:none;border:none;color:gold;cursor:pointer;font-size:1.3rem;position:absolute;right:16px;top:12px;z-index:2}.event-modal-header{margin-bottom:.5rem;text-align:center}.event-modal-header .event-code{color:#888;font-size:.65rem;letter-spacing:2px;margin-bottom:.3rem;text-transform:uppercase}.event-modal-header h2{color:gold;font-size:1.3rem;margin:0}.event-status-badge{border-radius:20px;display:inline-block;font-size:.7rem;margin-top:.4rem;padding:4px 12px}.event-status-badge.active{background:#00ff6426;color:#0f8}.event-status-badge.past{background:#ffffff1a;color:#888}.event-status-badge.cancelled{background:#ff505026;color:#f66}.event-artist{color:#c9a830;font-size:.85rem;margin-bottom:1rem;text-align:center}.event-modal-details{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.event-detail-row{color:#ccc;display:flex;font-size:.85rem;gap:.5rem}.event-timing{background:#ffd7000d;border-radius:14px;margin-bottom:1rem;padding:.8rem}.event-timing h3{color:gold;font-size:.85rem;margin-bottom:.5rem}.timing-grid{color:#ccc;display:flex;font-size:.75rem;gap:1rem}.timing-grid div{text-align:center}.timing-grid span{display:block}.timing-grid span:last-child{color:gold;font-weight:600}.event-lineup{margin-bottom:1rem}.event-lineup h3{color:gold;font-size:.85rem;margin-bottom:.5rem}.lineup-list{display:flex;flex-direction:column;gap:.3rem}.lineup-item{background:#ffd7000d;border:1px solid #ffd70026;border-radius:12px;cursor:pointer;padding:.5rem .8rem;transition:.2s}.lineup-item:hover{background:#ffd7001a}.lineup-header{align-items:center;display:flex;justify-content:space-between}.lineup-name{color:#fff;font-size:.85rem;font-weight:500}.lineup-role{background:#ffd7001a;border-radius:10px;color:#c9a830;font-size:.7rem;padding:2px 8px}.lineup-detail{color:#aaa;font-size:.75rem;margin-top:.3rem}.event-description{background:#ffd7000d;border-radius:12px;color:#aaa;font-size:.8rem;line-height:1.4;margin-bottom:1rem;padding:.6rem}.event-tickets-section{margin-bottom:1rem}.event-tickets-section h3{color:gold;font-size:.85rem;margin-bottom:.5rem}.ticket-type-selector{display:flex;gap:.4rem;margin-bottom:.6rem}.ticket-type-chip{background:#0006;border:1px solid #ffd70033;border-radius:12px;cursor:pointer;flex:1 1;font-size:.7rem;padding:.5rem;text-align:center;transition:.2s}.ticket-type-chip span{display:block}.ticket-type-chip span:first-child{color:#ccc}.ticket-type-chip span:last-child{color:gold;font-weight:600;margin-top:2px}.ticket-type-chip.active{background:#ffd70026;border-color:gold}.tickets-stats{color:#c9a830;font-size:.75rem;text-align:right}.buy-ticket-btn{background:gold;border:none;border-radius:40px;color:#1a1a2e;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:.8rem;padding:.8rem;transition:.2s;width:100%}.buy-ticket-btn:hover:not(:disabled){box-shadow:0 0 14px #ffd70080}.buy-ticket-btn:disabled{cursor:default;opacity:.5}.my-ticket-info{background:#00ff641a;border-radius:12px;color:#0f8;font-size:.85rem;margin-bottom:.8rem;padding:.6rem;text-align:center}.event-rating-section h3{color:gold;font-size:.9rem;margin-bottom:.6rem}.rate-event-btn{background:#ffd70026;border:1px solid #ffd7004d;border-radius:30px;color:gold;cursor:pointer;margin-bottom:.8rem;padding:.6rem;width:100%}.rating-input-row{align-items:center;display:flex;font-size:.75rem;gap:.5rem;margin-bottom:.5rem}.rating-input-row span:first-child{color:#c9a830;width:100px}.rating-input-row input[type=range]{accent-color:gold;flex:1 1}.rating-input-row .rating-val{color:gold;font-weight:600;text-align:right;width:28px}.submit-rating-btn{background:#ffd70033;border:1px solid #ffd70066;border-radius:30px;color:gold;cursor:pointer;margin-top:.4rem;padding:.6rem;width:100%}.rated-message{color:#0f8;font-size:.85rem;margin:.6rem 0;text-align:center}.event-tickets-list{border-top:1px solid #ffd70033;margin-top:1rem;padding-top:.8rem}.event-tickets-list h3{color:gold;font-size:.85rem;margin-bottom:.5rem}.ticket-item{border-bottom:1px solid #ffffff0d;color:#ccc;display:flex;font-size:.75rem;justify-content:space-between;padding:.3rem 0}.ticket-type-label{color:#c9a830;font-size:.7rem}.ticket-rated{color:gold}.ticket-card-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1100}.ticket-card{background:#1a1a2e;border:2px solid #ffd70080;border-radius:24px;box-shadow:0 0 30px #ffd70033;color:#fff;max-height:90vh;max-width:380px;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.ticket-close{background:none;border:none;color:gold;cursor:pointer;font-size:1.3rem;position:absolute;right:16px;top:12px;z-index:2}.ticket-cover{border-radius:16px;margin-bottom:1rem;overflow:hidden;width:100%}.ticket-cover img{max-height:160px;object-fit:cover;width:100%}.ticket-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.ticket-type-badge{align-items:center;background:#ffd70026;border-radius:20px;color:gold;display:flex;font-size:.8rem;gap:.4rem;padding:.3rem .8rem}.ticket-number{color:gold;font-size:1.5rem;font-weight:800;opacity:.7}.ticket-event-title{color:#fff;font-size:1.3rem;margin:.4rem 0;text-align:center}.ticket-artist{color:#c9a830;font-size:.85rem;margin-bottom:1rem;text-align:center}.ticket-details{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.8rem}.ticket-detail-row{color:#ccc;display:flex;font-size:.8rem;gap:.5rem}.ticket-zone{align-items:center;background:#ffd70014;border-radius:14px;color:gold;display:flex;font-size:1rem;gap:.5rem;justify-content:center;margin-bottom:.8rem;padding:.5rem}.ticket-timer{color:gold;font-size:.75rem}.ticket-entry-stamp,.ticket-timer{margin-bottom:.6rem;text-align:center}.ticket-entry-stamp{color:#0f8;font-size:.7rem}.ticket-qr{display:flex;justify-content:center;margin:.8rem 0}.ticket-code{color:#888;font-size:.65rem;letter-spacing:2px;margin-bottom:.8rem;text-align:center}.ticket-secret{cursor:pointer;margin-bottom:.8rem}.secret-locked{background:#ffd7000d;border:1px dashed #ffd7004d;border-radius:12px;color:#c9a830;font-size:.8rem}.secret-locked,.secret-text{padding:.6rem;text-align:center}.secret-text{background:#ffd7001a;border-radius:12px;color:gold;font-size:.9rem;font-style:italic}.ticket-transfer-section{margin-bottom:.8rem}.transfer-btn{background:#ffd70026;border:1px solid #ffd7004d;border-radius:30px;color:gold;cursor:pointer;padding:.6rem;width:100%}.transfer-form input{background:#00000080;border:1px solid #ffd7004d;border-radius:12px;color:#fff;margin-bottom:.4rem;padding:.6rem;width:100%}.transfer-error{color:#f66;font-size:.7rem;margin-bottom:.4rem}.transfer-buttons{display:flex;gap:.4rem}.transfer-confirm{background:gold;color:#1a1a2e}.transfer-cancel,.transfer-confirm{border:none;border-radius:20px;cursor:pointer;flex:1 1;padding:.5rem}.transfer-cancel{background:#ffffff1a;color:#fff}.transfer-history{border-top:1px solid #ffd70033;margin-bottom:.8rem;padding-top:.5rem}.history-title{color:gold;font-size:.75rem;margin-bottom:.3rem}.history-item{color:#888;font-size:.65rem}.ticket-rating-section{margin-bottom:.8rem}.rate-btn{background:#ffd70026;border:1px solid #ffd7004d;border-radius:30px;color:gold;cursor:pointer;padding:.6rem;width:100%}.rating-form h3{color:gold;font-size:.9rem;margin-bottom:.6rem}.rating-row{align-items:center;display:flex;font-size:.75rem;gap:.5rem;margin-bottom:.4rem}.rating-row span:first-child{color:#c9a830;width:100px}.rating-row input[type=range]{accent-color:gold;flex:1 1}.rating-row .rating-value{color:gold;text-align:right;width:28px}.submit-rating{background:#ffd70033;border:1px solid #ffd70066;border-radius:20px;color:gold;cursor:pointer;padding:.5rem;width:100%}.rated-badge{color:#0f8;font-size:.8rem;margin:.4rem 0;text-align:center}.fanclub-badge{background:#ffd7001a;border-radius:10px;color:gold;font-size:.7rem;padding:.3rem;text-align:center}.industry-profile{margin:0 auto;max-width:600px;width:100%}.industry-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a14d9;border:1px solid #00ffff4d;border-radius:28px;padding:20px}.industry-header{align-items:center;border-bottom:1px solid #0ff3;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.industry-header .avatar{align-items:center;background:linear-gradient(135deg,#0cf,#60f);border-radius:20px;display:flex;font-size:28px;height:60px;justify-content:center;width:60px}.industry-header .avatar img{border-radius:20px;height:100%;object-fit:cover;width:100%}.name-title h2{color:aqua;font-size:1.3rem;font-weight:700;margin:0;text-shadow:0 0 4px aqua}.role-badge{background:#00ffff26;border:1px solid aqua;border-radius:20px;color:aqua;display:inline-block;font-size:.7rem;margin-top:6px;padding:2px 12px}.role-selector{margin-bottom:24px}.role-selector label{color:#6cf;display:block;font-size:.7rem;margin-bottom:6px;text-transform:uppercase}.role-selector select{background:#0009;border:1px solid #0ff6;border-radius:20px;color:#fff;font-size:.9rem;padding:10px;width:100%}.section{margin-bottom:24px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.section-header h3{color:aqua;font-size:.9rem;margin:0}.add-btn{background:#00ffff26;border:1px solid #0ff6;border-radius:20px;color:aqua;cursor:pointer;font-size:.7rem;padding:4px 12px}.tasks-list{display:flex;flex-direction:column;gap:10px}.task-item{align-items:center;background:#0006;border-radius:16px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:12px}.task-item.active{border-left:3px solid aqua}.task-item.completed{border-left:3px solid #0f8;opacity:.7}.task-info{flex:1 1}.task-name{color:#fff;font-size:.85rem;font-weight:600;margin-bottom:6px}.task-meta{color:#8af;display:flex;font-size:.65rem;gap:12px}.complete-btn{background:#00ff0026;border:1px solid lime;border-radius:20px;color:lime;cursor:pointer;font-size:.7rem;padding:4px 12px}.empty-state{color:#8af;font-size:.75rem;padding:20px;text-align:center}.order-item{background:#0000004d;border-radius:16px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px 12px}.order-item:hover{background:#0ff3}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{max-height:80vh;max-width:400px;overflow-y:auto;width:90%}.order-item{color:lime!important}.hobbyist-profile{max-width:1200px;width:100%}.profile-header-bar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-bottom:10px}.hobbyist-profile{margin:0 auto;max-width:700px}.profile-header-bar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:60px;display:flex;gap:12px;margin-bottom:20px;padding:10px 15px}.avatar-small{flex-shrink:0;height:50px;width:50px}.avatar-img{object-fit:cover}.avatar-img,.avatar-placeholder-small{border-radius:50%;height:100%;width:100%}.avatar-placeholder-small{align-items:center;background:linear-gradient(135deg,#0cf,#60f);color:#fff;display:flex;font-size:24px;font-weight:700;justify-content:center}.nickname{color:aqua;font-size:18px;font-weight:700;text-shadow:0 0 4px aqua}.tabs{background:#00000080;border-radius:60px;margin-bottom:20px;overflow:hidden}.tabs button{background:none;border:none;color:#8af;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:.2s}.tabs button.active{background:#00ffff1a;color:aqua;text-shadow:0 0 4px aqua}.card-tab{background:#00000080;border-radius:28px;padding:20px}.card-section{margin-bottom:24px}.card-section h3{border-left:3px solid aqua;color:aqua;font-size:1rem;margin-bottom:16px;padding-left:10px}.info-row{align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:12px}.info-row>span{color:#8af;font-size:.85rem;padding-top:8px}.info-row input,.info-row select,.info-row textarea{background:#0009;border:1px solid #00ffff4d;border-radius:20px;color:#fff;flex:1 1;font-size:.9rem;padding:8px 12px}.info-row-block{flex-direction:column}.info-row-block span{padding-bottom:8px;width:auto}.info-row select option{background:#000;color:#fff}.instruments-grid{display:flex;flex-wrap:wrap;gap:8px;width:100%}.instrument-chip{background:#0009;border:1px solid #00ffff4d;border-radius:30px;color:#8af;cursor:pointer;font-size:1rem;padding:6px 14px;transition:all .2s}.instrument-chip:hover{background:#0ff3;color:aqua}.instrument-chip.selected{background:aqua;border-color:aqua;box-shadow:0 0 6px aqua;color:#000}.save-btn{background:aqua;border:none;border-radius:40px;color:#000;cursor:pointer;font-weight:700;margin-top:20px;padding:12px;width:100%}.save-btn:disabled{opacity:.5}.loading{color:aqua;padding:40px;text-align:center}.profile-header-bar{background:#00000080;border:1px solid rgba(0,255,255,.448)}.chat-invite-button{align-items:center;animation:invitePulse 1.5s ease-in-out infinite;background:#14143cd9;border:2px solid #0ff9;border-radius:50%;bottom:24px;color:aqua;cursor:pointer;display:flex;font-size:22px;height:56px;justify-content:center;position:fixed;right:10px;transition:transform .2s;width:56px;z-index:999}.chat-invite-button:hover{transform:scale(1.1)}.invite-count{align-items:center;background:#f0f;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}@keyframes invitePulse{0%,to{box-shadow:0 0 12px #0ff6}50%{box-shadow:0 0 30px #00ffffe6,0 0 60px #0ff6}}.invite-list-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.invite-list{background:#0a0a14f2;border:2px solid aqua;border-radius:16px;box-shadow:0 0 40px #00ffff4d;max-width:360px;min-width:280px;padding:16px}.invite-list-header{align-items:center;color:aqua;display:flex;font-size:14px;justify-content:space-between;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.invite-list-header button{align-items:center;background:none;border:1px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.invite-list-header button:hover{background:#f0f;color:#0a0a0f}.invite-list-item{align-items:center;background:#00ffff0d;border:1px solid #0ff3;border-radius:10px;color:#acf;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;margin-bottom:6px;padding:10px 12px;transition:all .2s}.invite-list-item:hover{background:#00ffff1f;border-color:aqua}.invite-arrow{color:aqua;font-size:16px}.orders-sidebar-overlay{background:#000000b3;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.orders-sidebar{animation:slideInRight .3s ease-out;background:#0a0a1a;border-left:2px solid #64fffc4d;display:flex;flex-direction:column;height:100%;max-width:90vw;width:420px}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.orders-sidebar-header{align-items:center;background:rgba(0,255,255,.086);border-bottom:1px solid #6464ff21;display:flex;justify-content:space-between;padding:16px 20px}.orders-sidebar-header h2{color:#aff;font-size:18px;font-weight:100;margin:0}.orders-sidebar-close{background:none;border:none;border-radius:4px;color:#aff;cursor:pointer;font-size:20px;padding:4px 8px}.orders-sidebar-close:hover{background:#ffffff1a}.orders-sidebar-content{flex:1 1;overflow-y:auto;padding:12px}.orders-loading{color:#aff;padding:40px 20px;text-align:center}.orders-empty{color:#668daa;padding:60px 20px;text-align:center}.orders-empty span{display:block;font-size:48px;margin-bottom:16px}.orders-empty p{font-size:16px}.orders-list{display:flex;flex-direction:column;gap:8px}.order-plate{align-items:center;background:#14303299;border:1px solid rgba(122,255,244,.678);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 14px;transition:all .2s}.order-plate:hover{background:#14303299;border-color:aqua;transform:translateX(-2px)}.order-plate-left{align-items:center;display:flex;gap:10px}.order-plate-status{font-size:18px}.order-plate-info{display:flex;flex-direction:column;gap:2px}.order-plate-musician{color:aqua;font-size:14px;font-weight:700}.order-plate-date{color:#fafafa;font-size:12px}.order-plate-right{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.order-plate-amount{color:#fff;font-size:16px;font-weight:700}.order-plate-status-text{border-radius:10px;font-size:11px;padding:2px 8px}.order-plate-status-text.status-active{background:#64c8ff33;color:#6cf}.order-plate-status-text.status-completed{background:#64ff9633;color:#6f9}.order-plate-status-text.status-cancelled{background:#ff646433;color:#f66}.order-card-wrapper{padding:0}.back-to-orders{background:none;border:none;color:#acf;cursor:pointer;display:block;font-size:14px;margin-bottom:12px;padding:8px 0}.back-to-orders:hover{color:#fff}.orders-button{align-items:center;background:rgba(0,255,242,.105);border:1px solid rgba(0,255,242,.852);border-radius:50%;bottom:24px;box-shadow:0 0 16px #6464ff4d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:fixed;right:24px;transition:all .15s ease;width:50px;z-index:999}.orders-button:hover{background:rgba(0,255,242,.219);border:1px solid #00fff2;box-shadow:0 0 24px rgba(0,255,242,.852);transform:scale(1.03)}.orders-button:active{transform:scale(.95)}body{background:#000;margin:0;padding:0}.galaxy-profile{box-sizing:border-box;font-family:Matricha,Share Tech Mono,monospace;margin:0;min-height:100%;overflow-y:auto;padding:2px 10px 100px;position:absolute;width:100%}.galaxy-profile:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0fe,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.loading-screen{align-items:center;background:#0a0a0f;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.loader{animation:pulse 2s infinite;letter-spacing:4px;text-transform:uppercase;z-index:2}.profile-container{margin:40px auto;max-width:600px;position:relative;z-index:2}.profile-header{margin-bottom:0;text-align:center}.profile-header h1{animation:glitch 3s infinite;color:#f0f;font-size:22px;letter-spacing:6px;text-shadow:0 0 20px #f0f;text-transform:uppercase}.profile-card{background-color:#0000;border:0 solid #0fe;border-radius:30px;box-shadow:none;margin-bottom:20px;padding:30px}.avatar-section{display:flex;justify-content:center;margin-bottom:20px}.avatar{border:4px solid #00ff9d;box-shadow:0 0 30px #00ff9d;height:120px;object-fit:cover;width:120px}.avatar-placeholder{align-items:center;background:linear-gradient(45deg,#c337ff,#f0f);border:4px solid #00ff9d;border-radius:50%;color:#fff;display:flex;font-size:60px;height:150px;justify-content:center;text-shadow:0 0 20px #fff;width:150px}.galaxy-name{border-bottom:2px dashed #c337ff;color:#00ff9d;font-size:32px;padding:10px;text-align:center;text-shadow:0 0 20px #00ff9d}.galaxy-name.vip{border-bottom-color:#f0f;border-radius:0 0 20px 20px;margin-bottom:0;padding:15px 15px 10px}.vip-first-letter{color:#00ff9d;font-family:Deutsch Gothic,monospace;font-size:48px;margin-right:2px;text-shadow:0 0 30px #00ff9d}.rest-name,.vip-first-letter{display:inline-block;line-height:1;vertical-align:middle}.rest-name{font-size:32px}.vip-badge{color:gold;display:block;font-size:16px;letter-spacing:4px;margin-top:10px;text-shadow:0 0 15px gold;text-transform:uppercase}.info-section{margin-bottom:25px}.info-section h3{color:#0fe;font-size:14px;letter-spacing:2px;margin-bottom:15px;text-shadow:0 0 10px #0fe}.terminal-section{margin:20px auto;max-width:100%;position:relative;z-index:2}.terminal-section .command-terminal{font-family:Share Tech Mono,Courier New,monospace;position:relative;width:100%}.terminal-section .command-terminal .terminal-container{animation:terminalPulse 2s infinite;background:rgba(0,0,0,.479);border:2px solid #f0f;border-radius:100px;box-shadow:0 0 30px #ff00ff80,inset 0 0 20px #f0f3;box-sizing:border-box;height:auto;padding:0;position:relative;width:100%}.terminal-section .command-terminal .terminal-container:before{animation:cursorBlink 1s infinite;color:#00ff9d;content:">";font-size:20px;font-weight:700;left:8px;position:absolute;text-shadow:0 0 10px #00ff9d;top:50%;transform:translateY(-50%);z-index:3}.terminal-section .command-terminal .terminal-container .terminal-input{background:#0000;border:none;border-radius:100px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:18px;letter-spacing:1px;margin:0;min-width:100%;outline:none;padding:10px 10px 10px 25px}.terminal-section .command-terminal .terminal-container .terminal-input::placeholder{color:#00ffff4d;font-size:14px;font-style:italic}.terminal-section .command-terminal .terminal-container .terminal-input:focus::placeholder{color:#0000}.tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#0006;border:2px solid #c337ff;border-radius:30px;color:#fff;font-size:14px;padding:8px 16px;transition:all .3s ease}.tag:hover{border-color:#f0f;box-shadow:0 0 15px #f0f;transform:translateY(-2px)}.tag.style-tag{border-color:#00ff9d;color:#00ff9d}.visual-key-section{margin-top:30px;text-align:center}.visual-key-section h3{color:#c337ff;margin-bottom:15px}.visual-key{border:2px solid #c337ff;border-radius:20px;box-shadow:0 0 30px #c337ff;height:150px;margin:0 auto;width:150px}.logout-btn{background:#0000;border:2px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;font-size:16px;height:50px;left:0;letter-spacing:3px;margin:20px;text-transform:uppercase;top:0;transition:all .3s ease;width:50px}.logout-btn:hover{background:#f0f;box-shadow:0 0 30px #f0f;color:#0a0a0f}@media(max-width:768px){.profile-container{margin:20px 10px}.profile-card{padding:20px}}.action-bar{border-top:1px solid #c337ff4d;display:flex;gap:15px;justify-content:space-around;margin-top:25px;padding:10px 0}.action-bar .action-btn{align-items:center;background:#0000;border:2px solid;border-radius:50%;cursor:pointer;display:flex;font-size:24px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;position:relative;transition:all .3s ease}.action-bar .action-btn.messages{border-color:#0fe;color:#0fe}.action-bar .action-btn.messages:hover{background:#0fe;box-shadow:0 0 20px #0fe;color:#0a0a0f}.action-bar .action-btn.show-key{border-color:#00ff9d;color:#00ff9d}.action-bar .action-btn.show-key:hover{background:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#0a0a0f}.action-bar .action-btn.minimize{border-color:#c337ff;color:#c337ff}.action-bar .action-btn.minimize:hover{background:#c337ff;box-shadow:0 0 20px #c337ff;color:#0a0a0f}.action-bar .action-btn.logout{border-color:#f0f;color:#f0f}.action-bar .action-btn.logout:hover{background:#f0f;box-shadow:0 0 20px #f0f;color:#0a0a0f}.action-bar .action-btn .unread-badge{align-items:center;background:#f0f;border-radius:10px;color:#0a0a0f;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;position:absolute;right:-5px;top:-5px}.visual-key-mini{display:inline-block;position:relative}.visual-key-mini canvas{animation:glow 2s infinite;border:2px solid #f0f;border-radius:10px;height:150px;width:150px}.visual-key-mini .key-controls{display:flex;gap:4px;position:absolute;right:-8px;top:-8px}.visual-key-mini .key-btn{align-items:center;background:#0a0a0f;border:2px solid;border-radius:50%;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;transition:all .3s ease;width:24px}.visual-key-mini .key-btn.download{border-color:#00ff9d;color:#00ff9d}.visual-key-mini .key-btn.download:hover{background:#00ff9d;color:#0a0a0f}.visual-key-mini .key-btn.close{border-color:#f0f;color:#f0f}.visual-key-mini .key-btn.close:hover{background:#f0f;color:#0a0a0f}.visual-key-small{height:50px;width:50px}.show-key-btn{background:#0000;border:2px solid #0fe;border-radius:10px;color:#0fe;cursor:pointer;flex:1 1;font-size:14px;height:auto;letter-spacing:2px;padding:10px;text-transform:uppercase;transition:all .3s ease}.show-key-btn:hover{background:#0fe;box-shadow:0 0 30px #0fe;color:#0a0a0f}.SkyBox{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.SkyBox .pnlm-fullscreen-toggle-button,.SkyBox .pnlm-hot-spot-debug-indicator,.SkyBox .pnlm-orientation-button{background-color:#f000;display:none;height:0;width:0}.profile-mini{align-items:center;background:#0a0a0fe6;border:2px solid #00ff9d;border-radius:40px;cursor:pointer;display:flex;gap:10px;left:20px;padding:5px 15px 5px 5px;position:fixed;top:20px;transition:all .3s ease;z-index:1000}.profile-mini:hover{border-color:#f0f;box-shadow:0 0 20px #f0f}.mini-avatar{border:2px solid #00ff9d;border-radius:50%;height:30px;overflow:hidden;width:30px}.mini-avatar img{height:100%;object-fit:cover;width:100%}.mini-placeholder{align-items:center;background:linear-gradient(45deg,#c337ff,#f0f);color:#fff;display:flex;font-size:16px;height:100%;justify-content:center;width:100%}.mini-name{color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:14px}.mini-expand{background:#0000;border:none;color:#0fe;cursor:pointer;font-size:16px;padding:0 5px}.mini-expand:hover{color:#f0f}.minimize-btn{background:#0000;border:2px solid #c337ff;border-radius:10px;color:#c337ff;cursor:pointer;font-weight:700;height:40px;margin-top:20px;transition:all .3s ease;width:100%}.minimize-btn:hover{border-color:#f0f;box-shadow:0 0 20px #f0f;color:#f0f}.messages-overlay{left:0;position:fixed;top:23%;width:100%;z-index:2000}.messages-btn{align-items:center;background:#0000;border:2px solid #0fe;border-radius:50%;color:#0fe;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:100}.messages-btn:hover{border-color:#f0f;box-shadow:0 0 20px #f0f;color:#f0f;transform:scale(1.1)}.messages-btn .unread-badge{align-items:center;animation:pulse 1.5s infinite;background:#f0f;border-radius:10px;color:#0a0a0f;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;min-width:20px;position:absolute;right:-5px;top:-5px}.terminal-news{display:flex}.terminal-news-item{padding:3px;position:relative}.video-player{border:2px solid #0fe;border-radius:10px;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.video-player video{height:auto;width:100%}.video-player button{background:rgba(19,2,66,.781);border:2px solid #ff9580;border-radius:10px;bottom:0;color:#fff;cursor:pointer;padding:5px 15px;position:absolute;right:0;z-index:1000}.avatar-wrapper{cursor:pointer;position:relative}.avatar-wrapper img{border:2px solid #00ff9d;border-radius:50%;height:50px;width:50px}.avatar-wrapper img:hover{border:3px solid #f0f}.avatar-wrapper .type-icon{bottom:0;font-size:25px;left:35px;position:absolute}.galaxy-profile.active{background:#0a0a0f}.galaxy-profile.active2 .info-section{display:none}.galaxy-profile.active2 .avatar-section{left:20px;position:absolute;top:20px}.galaxy-profile.active2 .avatar-section .avatar,.galaxy-profile.active2 .avatar-section .avatar-placeholder{height:40px;width:40px}.galaxy-profile.active2 .galaxy-name{border:none;font-size:10px;left:90px;margin:0;padding:0;position:absolute;top:30px}.galaxy-profile.active2 .rest-name{display:inline-block;font-size:22px;line-height:1;vertical-align:middle}.galaxy-profile.active2 .profile-footer,.galaxy-profile.active2 .visual-key-section{scale:1}.galaxy-profile.active2 .messages-btn{margin:0}.galaxy-profile.active2 .terminal-section{margin-top:50px;position:relative;width:100%}.radar{background:#0000004d;border-bottom:2px solid #c337ff;height:30px;margin-bottom:0;overflow:hidden;width:100%}.ticker{animation:scroll 60s linear infinite;display:flex;white-space:nowrap;width:-webkit-max-content;width:max-content}.ticker-item{border-left:2px solid #f0f;color:#fff;display:inline-block;flex-shrink:0;font-size:14px;line-height:20px;margin-right:100px;padding:5px 100px 5px 15px}.ticker-item:after{color:#00ff9d;content:" @" attr(data-author);font-weight:700;margin-left:8px;text-shadow:0 0 5px #00ff9d}@keyframes scroll{0%{opacity:1;transform:translateX(10%)}98%{opacity:1;transform:translateX(-100%)}99%{opacity:0;transform:translateX(-100%)}to{opacity:0;transform:translateX(0)}}.role-switch-buttons{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000080;border-radius:60px;bottom:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px;padding:10px;position:fixed;z-index:111}.role-switch-btn{background:#0009;border:1px solid #0ff6;transition:all .2s}.role-switch-btn.active{border-color:aqua}.role-switch-btn:hover{background:#0ff3;transform:scale(1.02)}.burger-btn{align-items:center;background:rgba(0,255,255,.107);border:1px solid #0fe;border-radius:50%;bottom:24px;color:#0fe;cursor:pointer;display:flex;font-size:28px;height:50px;justify-content:center;left:24px;position:fixed;transition:all .3s ease;width:50px;z-index:1100}.burger-btn:hover{border-color:#f0f;box-shadow:0 0 15px #f0f;color:#f0f;transform:scale(1.05)}.sidebar-overlay{animation:fadeIn .2s ease;background:#000c;width:100%;z-index:1200}.sidebar,.sidebar-overlay{height:100%;left:0;position:fixed;top:0}.sidebar{animation:slideIn .25s ease;background:linear-gradient(135deg,#0a0a14f2,#14051ef2);border-right:1px solid #0fe;box-shadow:5px 0 30px rgba(0,255,255,.123);display:flex;flex-direction:column;gap:0;padding:20px 0;transform:translateX(0);width:280px}.sidebar-close{align-items:center;background:#0000;border:2px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:.2s;width:36px}.sidebar-close:hover{background:#f0f;box-shadow:0 0 15px #f0f;color:#000}.sidebar-item{align-items:center;border-left:3px solid #0000;color:#00ff9d;display:flex;font-family:Matricha,Share Tech Mono,monospace;font-size:18px;gap:15px;padding:12px 25px;text-decoration:none;transition:all .2s ease}.sidebar-item span:first-child{font-size:24px;min-width:32px;text-align:center}.sidebar-item:hover{background:#00ffff1a;border-left-color:#f0f;color:#f0f;padding-left:30px;text-shadow:0 0 5px #f0f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar-logout-btn{align-items:center;background:#0000;border-left:3px solid #0000;color:#00ff9d;cursor:pointer;display:flex;font-family:Matricha,Share Tech Mono,monospace;font-size:18px;gap:15px;margin-bottom:50px;margin-top:auto;padding:12px 25px;text-decoration:none;transition:all .2s ease;width:100%}.sidebar-logout-btn span:first-child{font-size:24px;min-width:32px;text-align:center}.sidebar-logout-btn:hover{background:#00ffff1a;border-left-color:#f0f;color:#f0f;padding-left:30px;text-shadow:0 0 5px #f0f}.design-modal{background:#1a1a2e;border:1px solid aqua;border-radius:28px;box-shadow:0 0 20px #0ff3;max-width:350px;padding:20px}.design-modal h3{color:aqua;margin-bottom:20px;text-align:center}.design-options{display:flex;gap:12px;margin-bottom:20px}.preset-item{background:#00ffff1a;border:1px solid #00ffff4d;border-radius:40px;color:aqua;cursor:pointer;flex:1 1;padding:10px;text-align:center;transition:all .2s}.preset-item:hover{background:#0ff3;transform:scale(1.02)}.preset-item.active{background:aqua;border-color:aqua;color:#000}.gif-upload{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.gif-upload input{background:#0009;border:1px solid #00ffff4d;border-radius:40px;box-sizing:border-box;color:#fff;font-size:14px;outline:none;padding:12px 15px;width:100%}.gif-upload input:focus{border-color:aqua}.gif-upload button{background:#00ffff26;border:1px solid #0ff6;border-radius:40px;color:aqua;cursor:pointer;padding:10px;transition:all .2s;width:100%}.gif-upload button:hover{background:#00ffff4d}.close-modal-btn{background:#f003;border:1px solid #f46;border-radius:40px;color:#f88;cursor:pointer;padding:10px;transition:all .2s;width:100%}.close-modal-btn:hover{background:#f006}.galaxy-messages{animation:slideUp .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ff2;border:2px solid #ff9580;border-radius:16px;box-shadow:0 0 30px #ff9580;font-family:Share Tech Mono,monospace;left:0;max-height:400px;overflow:hidden;position:relative;top:0;width:100%;z-index:1000}.galaxy-messages:before{animation:scanline 2s linear infinite;background:linear-gradient(90deg,#0000,#f0f,#0000);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.messages-header{align-items:center;background:#00000080;border-bottom:2px solid #f0f;display:flex;justify-content:space-between;padding:15px 20px}.messages-header h3{color:#00ff9d;font-size:14px;letter-spacing:2px;margin:0;text-shadow:0 0 5px #00ff9d;text-transform:uppercase}.unread-badge{animation:pulse 1s infinite;background:#f0f;border-radius:20px;color:#0a0a0f;font-size:12px;font-weight:700;padding:4px 8px}.messages-list{max-height:400px;overflow-y:auto;padding:10px 10px 100px}.messages-list::-webkit-scrollbar{width:4px}.messages-list::-webkit-scrollbar-track{background:#0000}.messages-list::-webkit-scrollbar-thumb{background:#c337ff;border-radius:4px}.message-item{animation:messageAppear .3s ease;background:#0000004d;border:1px solid #c337ff;border-radius:8px;margin-bottom:8px;padding:10px}.message-item:hover{border-color:#f0f;transform:translateX(5px)}.from{color:#00ff9d;font-size:12px;font-weight:700;margin-right:8px;text-shadow:0 0 5px #00ff9d}.text{color:#fff;font-size:13px;word-break:break-word}.time{color:#c337ff;display:block;font-size:9px;margin-top:5px;text-align:right;text-transform:uppercase}.message-item{padding-right:30px;position:relative}.delete-message{align-items:center;background:#0000;border:1px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;opacity:1;position:absolute;right:5px;top:5px;transition:all .3s ease;width:20px}.message-item:hover .delete-message{opacity:1}.delete-message:hover{background:#f0f;color:#0a0a0f;transform:scale(1.1)}.close-btn{align-items:center;background:#0000;border:1px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;opacity:1;position:absolute;right:5px;top:5px;transition:all .3s ease;width:20px}.message-item:hover .close-btn{opacity:1}.close-btn:hover{background:#f0f;color:#0a0a0f;transform:scale(1.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes messageAppear{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.galaxy-messages{width:auto}}@font-face{font-family:Matricha;src:local("Matricha"),url(/static/media/matricha.1e631cc09c0ab040ba37.ttf) format("truetype")}.origin-reader{background:#0a0a0f;box-sizing:border-box;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-weight:100;min-height:100%;overflow-y:auto;padding:20px 20px 80px;position:absolute;width:100%}.origin-reader.mode-active .origin-content{padding:0}.smart-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ff2;border-bottom:1px solid #c337ff;border-radius:16px 16px 0 0;margin-bottom:20px;max-width:800px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:100}.smart-header .header-main{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.smart-header .header-left{flex-shrink:0}.smart-header .header-icon{align-items:center;background:#0000;border:2px solid #00ff9d;border-radius:50%;color:#00ff9d;cursor:pointer;display:flex;font-size:24px;height:35px;justify-content:center;padding:8px;transition:all .2s;width:35px}.smart-header .header-icon:hover{background:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#0a0a0f;transform:scale(1.05)}.smart-header .channel-header-compact{align-items:center;display:flex;flex:1 1;gap:12px}.smart-header .channel-header-compact .channel-avatar-compact{align-items:center;background:#0ff3;border:2px solid #00ff9d;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;overflow:hidden;transition:all .2s;width:44px}.smart-header .channel-header-compact .channel-avatar-compact:hover{border-color:#f0f;transform:scale(1.05)}.smart-header .channel-header-compact .channel-avatar-compact img{height:100%;object-fit:cover;width:100%}.smart-header .channel-header-compact .channel-avatar-compact span{font-size:24px}.smart-header .channel-header-compact .channel-info-compact .channel-name{color:#f0f;font-size:16px;font-weight:600;margin:0;text-shadow:0 0 5px #f0f}.smart-header .channel-header-compact .channel-info-compact .channel-meta{color:#c337ff;display:flex;font-size:11px;gap:12px}.smart-header .channel-header-compact .channel-info-compact .channel-meta span:first-child{color:#00ff9d}.smart-header .header-actions{display:flex;flex-shrink:0;gap:8px}.smart-header .header-actions .share-btn-header,.smart-header .header-actions .subscribe-btn-header{background:#0000;border:2px solid #c337ff;border-radius:5px;color:#c337ff;cursor:pointer;font-size:26px;padding:8px 12px;transition:all .2s}.smart-header .header-actions .share-btn-header:hover,.smart-header .header-actions .subscribe-btn-header:hover{border-color:#f0f;box-shadow:0 0 10px #f0f;color:#f0f}.smart-header .header-actions .subscribe-btn-header.subscribed{border-color:#00ff9d;color:#00ff9d}.smart-header .header-actions .subscribe-btn-header.subscribed:hover{background:#00ff9d;color:#0a0a0f}.smart-header .header-expandable{max-height:0;overflow:hidden;padding:0;transition:.3s ease}.smart-header .header-expandable.show{background:#00000080;border-top:1px solid #c337ff;max-height:300px;padding:10px}.smart-header .stats-expandable{max-height:0;overflow:hidden;transition:max-height .3s ease}.smart-header .stats-expandable.show{background:#00000080;border-top:1px solid #c337ff;max-height:500px;padding:10px}.smart-header .subscriptions-section{margin-bottom:1px}.smart-header .subscriptions-section .subscriptions-label{color:#00ff9d;font-size:11px;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.smart-header .subscriptions-section .subscriptions-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.smart-header .subscriptions-section .subscriptions-scroll::-webkit-scrollbar{height:4px}.smart-header .subscriptions-section .subscriptions-scroll::-webkit-scrollbar-track{background:#f0f3;border-radius:2px}.smart-header .subscriptions-section .subscriptions-scroll::-webkit-scrollbar-thumb{background:#c337ff;border-radius:2px}.smart-header .subscriptions-section .subscription-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:6px;transition:all .2s}.smart-header .subscriptions-section .subscription-item:hover .subscription-name{color:#f0f;text-shadow:0 0 5px #f0f}.smart-header .subscriptions-section .subscription-item .subscription-avatar{align-items:center;background:#00ffff1a;border:2px solid #00ff9d;border-radius:50%;display:flex;font-size:24px;height:52px;justify-content:center;overflow:hidden;width:52px}.smart-header .subscriptions-section .subscription-item .subscription-avatar img{height:100%;object-fit:cover;width:100%}.smart-header .subscriptions-section .subscription-item .subscription-name{color:#00ff9d;font-size:10px;max-width:64px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.smart-header .subscriptions-section .subscriptions-empty,.smart-header .subscriptions-section .subscriptions-loading{color:#c337ff;font-size:12px;padding:12px;text-align:center}.smart-header .search-expanded{display:flex;gap:10px;padding:0 0 10px}.smart-header .search-expanded .search-input-expanded{background:#0009;border:2px solid #c337ff;border-radius:10px;color:#00ff9d;flex:1 1;font-family:Share Tech Mono,monospace;font-size:14px;padding:10px 15px}.smart-header .search-expanded .search-input-expanded:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.smart-header .search-expanded .search-input-expanded::placeholder{color:#666}.smart-header .search-expanded .search-btn-expanded{background:#0000;border:2px solid #f0f;border-radius:10px;color:#f0f;cursor:pointer;font-size:18px;transition:all .3s ease;width:44px}.smart-header .search-expanded .search-btn-expanded:hover{background:#f0f;box-shadow:0 0 20px #f0f;color:#0a0a0f}.smart-header .stats-section{border-bottom:1px dashed #ff00ff4d;margin-bottom:10px;padding-bottom:16px}.smart-header .stats-section .stats-row{display:flex;gap:16px;justify-content:space-around}.smart-header .stats-section .stats-row .stat-item{align-items:center;display:flex;flex-direction:column;gap:6px}.smart-header .stats-section .stats-row .stat-item .stat-icon{font-size:24px}.smart-header .stats-section .stats-row .stat-item .stat-value{color:#00ff9d;font-size:20px;font-weight:700;text-shadow:0 0 5px #00ff9d}.smart-header .stats-section .stats-row .stat-item .stat-label{color:#c337ff;font-size:10px;letter-spacing:1px;text-transform:uppercase}.smart-header .stats-section .stats-row .stat-item .share-btn-header,.smart-header .stats-section .stats-row .stat-item .subscribe-btn-header{background:#0000;border:2px solid #c337ff;border-radius:5px;color:#c337ff;cursor:pointer;font-size:16px;padding:8px 12px;transition:all .2s}.smart-header .stats-section .stats-row .stat-item .share-btn-header:hover,.smart-header .stats-section .stats-row .stat-item .subscribe-btn-header:hover{border-color:#f0f;box-shadow:0 0 10px #f0f;color:#f0f}.smart-header .posts-list-compact .posts-list-label{color:#00ff9d;font-size:11px;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.smart-header .posts-list-compact .posts-list-scroll{max-height:200px;overflow-y:auto}.smart-header .posts-list-compact .posts-list-scroll::-webkit-scrollbar{width:4px}.smart-header .posts-list-compact .posts-list-scroll::-webkit-scrollbar-track{background:#f0f3;border-radius:2px}.smart-header .posts-list-compact .posts-list-scroll::-webkit-scrollbar-thumb{background:#c337ff;border-radius:2px}.smart-header .posts-list-compact .post-item-compact{align-items:center;background:#0000004d;border-radius:8px;cursor:pointer;display:flex;gap:8px;margin:0;padding:8px 12px;transition:all .2s ease}.smart-header .posts-list-compact .post-item-compact:hover{background:#00ffff1a;transform:translateX(4px)}.smart-header .posts-list-compact .post-item-compact:hover .post-title-compact{color:#f0f}.smart-header .posts-list-compact .post-item-compact .post-bullet{color:#00ff9d;font-size:14px}.smart-header .posts-list-compact .post-item-compact .post-title-compact{color:#ccc;flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-header .no-posts-message{color:#c337ff;font-size:12px;padding:20px;text-align:center}.channel-header{align-items:center;background:#0a0a0fcc;background-color:rgba(0,255,255,.058);border:2px solid #0fe;border-radius:20px;box-shadow:inset 0 0 18px #0fe;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;max-width:480px;padding:10px}.channel-header .channel-avatar{align-items:center;background:#0ff3;border:2px solid #00ff9d;border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;width:60px}.channel-header .channel-avatar img{height:100%;object-fit:cover;width:100%}.channel-header .channel-avatar span{font-size:32px}.channel-header .channel-info{flex:1 1;min-width:0}.channel-header .channel-info .channel-name{color:#f0f;font-size:24px;margin:0 0 5px;text-shadow:0 0 10px #f0f;word-break:break-word}.channel-header .channel-info .channel-meta{display:flex;flex-wrap:wrap;font-size:12px;gap:12px}.channel-header .channel-info .channel-meta .channel-author{color:#00ff9d}.channel-header .channel-info .channel-meta .channel-stats{color:#c337ff}.channel-header .subscribe-btn{background:#0000;border:2px solid #00ff9d;border-radius:30px;color:#00ff9d;cursor:pointer;flex-shrink:0;font-size:13px;padding:10px;transition:all .3s ease}.channel-header .subscribe-btn:hover{background:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#0a0a0f}.channel-header .subscribe-btn.subscribed{border-color:#f0f;color:#f0f}.channel-header .subscribe-btn.subscribed:hover{background:#f0f;color:#0a0a0f}.search-section{display:flex;gap:10px;margin:10px auto;max-width:500px;padding:0;width:100%}.search-section .search-input{background:#0009;border:2px solid #c337ff;border-radius:10px;color:#00ff9d;flex:1 1;font-family:Share Tech Mono,monospace;font-size:16px;height:48px;padding:0 15px 0 45px}.search-section .search-input:focus{border-color:#f0f;box-shadow:0 0 20px #f0f;outline:none}.search-section .search-btn{background:#0000;border:2px solid #f0f;border-radius:10px;color:#f0f;cursor:pointer;font-size:20px;height:48px;transition:all .3s ease;width:48px}.search-section .search-btn:hover{background:#f0f;box-shadow:0 0 20px #f0f;color:#0a0a0f}.posts-list{display:flex;flex-direction:column;gap:20px;max-width:500px;padding-right:30px}.post-card{background-color:rgba(222,244,255,.049);border:1px solid hsla(0,0%,100%,.441);border-radius:5px;padding:15px 15px 15px 20px;transition:all .3s ease}.post-title{color:#0fe;font-family:Times New Roman,Times,serif;font-size:25px;margin-bottom:12px;text-shadow:0 0 5px #0fe}.post-text{color:#fff;font-size:16px;line-height:1.2;margin-bottom:15px;white-space:pre-wrap}.post-meta{color:#c337ff;display:flex;font-size:12px;gap:15px;margin-bottom:15px;padding-bottom:10px}.comments-section{margin-top:15px;padding-top:10px}.comments-section .toggle-comments{background:#0000;border:none;color:#00ff9d;cursor:pointer;font-family:Share Tech Mono,monospace;margin-bottom:10px;padding:5px 0}.comments-section .toggle-comments:hover{text-shadow:0 0 5px #00ff9d}.comments-section .comment-input-area{display:flex;display:none;gap:10px;margin-bottom:15px}.comments-section .comment-input-area.show{display:flex}.comments-section .comment-input-area input{background:#00000080;border:2px solid #c337ff;border-radius:20px;color:#fff;flex:1 1;font-family:Share Tech Mono,monospace;padding:8px 15px}.comments-section .comment-input-area input:focus{border-color:#f0f;outline:none}.comments-section .comment-input-area input:disabled{opacity:.5}.comments-section .comment-input-area button{background:#0000;border:2px solid #00ff9d;border-radius:20px;color:#00ff9d;cursor:pointer;padding:5px 15px}.comments-section .comment-input-area button:hover:not(:disabled){background:#00ff9d;color:#0a0a0f}.comments-section .comment-input-area button:disabled{cursor:not-allowed;opacity:.5}.comments-section .comments-list{display:flex;flex-direction:column;gap:10px}.comment-item{background:#0000004d;border:1px dashed #c337ff;border-radius:8px;padding:8px 12px}.comment-item .comment-author{color:#00ff9d;font-size:12px;margin-bottom:4px}.comment-item .comment-text{color:#fff;font-size:14px}.empty-posts,.empty-state{color:#c337ff;padding:50px;text-align:center}.empty-posts h3,.empty-state h3{color:#f0f;margin-bottom:10px}.empty-posts button,.empty-state button{margin-top:20px}.action-buttons{gap:15px;margin-top:30px}.action-buttons button{background:#0000;border:2px solid #c337ff;border-radius:30px;color:#c337ff;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;max-width:200px;padding:10px 20px;transition:all .3s ease}.action-buttons button:hover{border-color:#f0f;color:#f0f}.action-buttons .back-btn:hover{transform:translateX(-5px)}.action-buttons .share-btn:hover{transform:translateX(5px)}.loader{animation:pulse 1.5s infinite;color:#00ff9d;font-size:24px;padding:50px;text-align:center}@media(max-width:768px){.origin-reader{padding:10px 10px 70px}.channel-header .channel-avatar{height:50px;width:50px}.channel-header .channel-name{font-size:18px}.bottom-bar .bottom-buttons .bottom-nav-btn{font-size:11px;padding:6px 10px}.smart-header .channel-header-compact .channel-info-compact .channel-name{font-size:14px}.smart-header .header-actions .share-btn-header,.smart-header .header-actions .subscribe-btn-header{font-size:14px;padding:6px 10px}}.list-mode{max-width:100%;padding:12px}.list-mode .list-mode-item{background:#0a0a0fcc;border:2px solid #c337ff;border-radius:16px;cursor:pointer;display:flex;gap:16px;margin-bottom:12px;padding:16px;transition:all .3s ease}.list-mode .list-mode-item:hover{background:#00ffff1a;border-color:#00ff9d;transform:translateX(5px)}.list-mode .list-mode-item .list-mode-avatar{align-items:center;background:#00ffff1a;border:2px solid #00ff9d;border-radius:50%;display:flex;flex-shrink:0;font-size:28px;height:56px;justify-content:center;overflow:hidden;width:56px}.list-mode .list-mode-item .list-mode-avatar img{height:100%;object-fit:cover;width:100%}.list-mode .list-mode-item .list-mode-info{flex:1 1}.list-mode .list-mode-item .list-mode-info .list-mode-name{color:#f0f;font-size:16px;font-weight:600;margin-bottom:4px}.list-mode .list-mode-item .list-mode-info .list-mode-author{color:#00ff9d;font-size:11px;margin-bottom:8px}.list-mode .list-mode-item .list-mode-info .list-mode-last-post{color:#aaa;font-size:12px;line-height:1.4}.list-mode .list-mode-item .list-mode-info .list-mode-no-posts{color:#c337ff;font-size:11px}.empty-subscriptions{color:#c337ff;padding:60px 20px;text-align:center}.empty-subscriptions p{margin-bottom:20px}.empty-subscriptions .btn-primary{background:#0000;border:2px solid #00ff9d;border-radius:30px;color:#00ff9d;cursor:pointer;font-family:Share Tech Mono,monospace;padding:10px 24px;transition:all .3s ease}.empty-subscriptions .btn-primary:hover{background:#00ff9d;box-shadow:0 0 20px #00ff9d;color:#0a0a0f}.bottom-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ff2;border-top:2px solid #b95eff;bottom:0;left:0;max-width:800px;position:fixed;right:0;width:100%;z-index:100}.bottom-bar .bottom-expandable{max-height:0;overflow:hidden;transition:max-height .3s ease}.bottom-bar .bottom-expandable.show{border-bottom:1px solid #c337ff;max-height:80px;padding:12px 16px}.bottom-bar .command-form{align-items:center;background:#0009;border:2px solid #c337ff;border-radius:30px;display:flex;gap:8px;padding:4px 16px}.bottom-bar .command-form .command-prompt{color:#00ff9d;font-family:monospace;font-size:16px}.bottom-bar .command-form .command-input{background:#0000;border:none;color:#00ff9d;flex:1 1;font-family:Share Tech Mono,monospace;font-size:13px;padding:10px 0}.bottom-bar .command-form .command-input:focus{outline:none}.bottom-bar .command-form .command-input::placeholder{color:#444;font-family:monospace}.bottom-bar .bottom-buttons{align-items:center;display:flex;justify-content:space-around;padding:8px 16px;position:relative}.bottom-bar .bottom-buttons .expand-btn{align-items:center;background:#0000;border:2px solid #00ff9d;border-radius:50%;color:#00ff9d;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;min-height:30px;min-width:30px;position:relative;transition:all .3s ease;width:30px}.bottom-bar .bottom-buttons .expand-btn:hover{background:#00ff9d;box-shadow:0 0 15px #00ff9d;color:#0a0a0f}.bottom-bar .bottom-buttons .bottom-nav-btn{align-items:center;background:#0000;border:none;color:#b95eff;cursor:pointer;display:flex;font-family:Share Tech Mono,monospace;font-size:14px;font-weight:700;gap:6px;padding:8px 16px;transition:all .3s ease}.bottom-bar .bottom-buttons .bottom-nav-btn:hover{color:#f0f;text-shadow:0 0 5px #f0f;transform:translateY(-2px)}.origin-content{transition:all .3s ease}.word-with-image{border-bottom:1px dotted #f0c;cursor:help;position:relative}.word-with-image .image-tooltip{background:#000000e6;border-radius:8px;bottom:100%;display:none;left:50%;margin-bottom:8px;padding:4px;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1001}.word-with-image .image-tooltip img{border-radius:4px;max-height:150px;max-width:200px}.word-with-image:hover .image-tooltip{display:block}.variant-word{border-bottom:1px dashed aqua;cursor:pointer;transition:.2s}.variant-word:hover{background:#0ff3}.post-content{color:#fff;line-height:1.3}.text-engine-post{color:#fff;margin-bottom:10px}.text-engine-post .post-highlights{margin-bottom:5px}.text-engine-post .post-highlights .highlights-title{color:#fff;font-size:13px;margin-bottom:8px}.text-engine-post .post-highlights .highlights-list{display:flex;flex-direction:column}.text-engine-post .post-highlights .highlights-list .highlight-item{animation:slideIn 1s ease forwards;animation-delay:calc(var(--i)*.2s);color:#000;opacity:0;padding-left:10px;transform:translateX(-20px);white-space:normal;word-break:break-word}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.text-engine-post .post-toc{margin-bottom:5px}.text-engine-post .post-toc .toc-title{border-bottom:1px dashed #00ff9d;color:#00ff9d;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;letter-spacing:1px;padding-bottom:2px;transition:.2s}.text-engine-post .post-toc .toc-title:hover{opacity:.8}.text-engine-post .post-toc .toc-title.open{border-bottom:none}.text-engine-post .post-toc .toc-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.text-engine-post .post-toc .toc-list .toc-item{color:#00ff9d;display:inline-block;font-size:13px;text-decoration:none;transition:.2s}.text-engine-post .post-toc .toc-list .toc-item:hover{color:#fff;transform:translateX(4px)}.text-engine-post .post-toc .toc-list .toc-item .toc-bullet{margin-right:8px}.text-engine-post .post-content{color:#fff;font-size:15px}.text-engine-post .post-content strong{color:#fa8}.text-engine-post .post-content em{color:#8af}.text-engine-post .post-content a{border-bottom:1px dotted #00ff9d;color:#00ff9d;text-decoration:none}.text-engine-post .post-content a:hover{color:#fff}.post-heading{color:#00ff9d;font-family:Matricha,Share Tech Mono,monospace;font-size:15px;font-weight:700;text-transform:none}.inline-highlight{background:#ffe5b4;border-radius:0;color:#000;display:inline-block;font-weight:400;margin:0 2px;padding:4px 8px}.exclamation-mark{color:#ffdc85;display:inline-block;font-style:italic;font-weight:500}.text-engine-post :target{background:inherit!important;border-color:inherit!important;box-shadow:none!important;color:inherit!important;text-shadow:none!important}.post-heading:target{background:#0000!important;color:#00ff9d!important}.inline-highlight:target{background:inherit!important;color:#000!important}.highlight-item:target{background:inherit!important;border-left-color:inherit!important}.origins-page{background:#0a0a0f;box-sizing:border-box;font-family:Share Tech Mono,monospace;min-height:100%;overflow-y:auto;padding:20px;position:absolute;width:100%}.origins-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.origins-header{margin-bottom:0;text-align:center}.origins-header h1{color:#f0f;font-size:22px;letter-spacing:4px;margin:0;padding-bottom:0;text-shadow:0 0 20px #f0f;text-transform:uppercase}.origins-header p{color:#c337ff;margin-bottom:0;margin-top:10px;padding-bottom:0}.gala-mode{max-width:100%;padding:20px}.gala-mode.grid-2x2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.gala-mode.grid-3x3{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gala-mode.grid-4x4{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.gala-mode .gala-card{animation:popIn .333s cubic-bezier(.34,1.2,.64,1) forwards;background:#0a0a0fcc;border:2px solid #c337ff;border-radius:20px;cursor:pointer;opacity:0;padding:20px;text-align:center;transform:scale(0);transition:all .4s ease}.gala-mode .gala-card:hover{border-color:#00ff9d;box-shadow:0 0 20px #00ffff4d;transform:translateY(-4px) scale(1)}.gala-mode .gala-card:hover .gala-name{color:#f0f;text-shadow:0 0 5px #f0f}.gala-mode .gala-card .gala-avatar{align-items:center;background:#00ffff1a;border:2px solid #00ff9d;border-radius:50%;display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 12px;overflow:hidden;width:80px}.gala-mode .gala-card .gala-avatar img{height:100%;object-fit:cover;width:100%}.gala-mode .gala-card .gala-name{color:#0fe;font-size:14px;font-weight:600;margin-bottom:6px;word-break:break-word}.gala-mode .gala-card .gala-stats{color:#c337ff;font-size:11px}@keyframes popIn{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.gala-card:first-child{animation-delay:.11s}.gala-card:nth-child(2){animation-delay:.22s}.gala-card:nth-child(3){animation-delay:.33s}.gala-card:nth-child(4){animation-delay:.44s}.gala-card:nth-child(5){animation-delay:.55s}.gala-card:nth-child(6){animation-delay:.66s}.gala-card:nth-child(7){animation-delay:.77s}.gala-card:nth-child(8){animation-delay:.88s}.gala-card:nth-child(9){animation-delay:.99s}.gala-card:nth-child(10){animation-delay:1.1s}.gala-card:nth-child(11){animation-delay:1.21s}.gala-card:nth-child(12){animation-delay:1.32s}.gala-card:nth-child(13){animation-delay:1.43s}.gala-card:nth-child(14){animation-delay:1.54s}.gala-card:nth-child(15){animation-delay:1.65s}.gala-card:nth-child(16){animation-delay:1.76s}.gala-card:nth-child(17){animation-delay:1.87s}.gala-card:nth-child(18){animation-delay:1.98s}.gala-card:nth-child(19){animation-delay:2.09s}.gala-card:nth-child(20){animation-delay:2.2s}@media(max-width:768px){.gala-mode.grid-3x3,.gala-mode.grid-4x4{grid-template-columns:repeat(2,1fr)}}.hired-public{align-items:center;background:radial-gradient(circle at 30% 20%,#0c0b16,#010104);display:flex;justify-content:center;min-height:100vh;padding:1rem}.artist-card{background:#fff;border-radius:2.5rem;box-shadow:0 25px 45px -12px #0006;max-width:450px;overflow:hidden;width:100%}.card-top{background-position:50%;background-size:cover;height:220px;position:relative}.share-icon{background:#fffff5cc;border-radius:2rem;font-size:.8rem;padding:.4rem .7rem;top:16px}.qr-icon-btn,.share-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;position:absolute;right:16px;z-index:10}.qr-icon-btn{background:#fffff0cc;border:none;border-radius:2rem;bottom:12px;font-size:1.2rem;height:36px;width:36px}.avatar-wrapper{bottom:-48px;left:50%;position:absolute;transform:translateX(-50%);z-index:5}.avatar{align-items:center;background-color:#e0c8ac;background-position:50%;background-size:cover;border:4px solid #fff;border-radius:50%;box-shadow:0 10px 20px #00000026;display:flex;font-size:3rem;height:108px;justify-content:center;width:108px}.card-bottom{background:#fff;padding:3rem 1.2rem 1.2rem;text-align:center}.artist-name{color:#281f1a;font-size:1.6rem;font-weight:700}.artist-role{color:#a5826a;font-size:.8rem;margin-top:.2rem}.artist-location{color:#bdaa96;font-size:.7rem;margin-top:.4rem}.action-buttons{display:flex;gap:1rem;justify-content:center;margin:.1rem;padding-top:10px}.action-btn{color:#fff!important;cursor:pointer;font-size:.8rem;min-height:40px;min-width:300px}.subscribe-btn{align-items:center;background:#1e2a2000;color:#fff;display:flex;justify-content:center;overflow:hidden;padding:10px!important;position:relative}.subscribe-btn:hover{background-image:url(https://media0.giphy.com/media/NsBknNwmmWE8WU1q2U/giphy.gif);background-position:50%;background-size:103%;color:#fff!important;text-shadow:0 0 6px #000}.subscribe-btn.subscribed{background:#d06bff1c!important}.design-presets{gap:.6rem;margin:1rem 0}.design-presets,.preset{display:flex;justify-content:center}.preset{align-items:center;background-color:#f3f0ea;background-size:cover;border:2px solid #0000;border-radius:1.2rem;cursor:pointer;font-size:1.2rem;height:44px;width:44px}.preset.active{border-color:#c25e2c}.tabs{border-bottom:1px solid #eee;display:flex;gap:0!important;margin:1rem 0}.tab-btn{background:none;border:none;color:#a5826a;cursor:pointer;flex:1 1;font-weight:600;padding:0}.tab-btn.active{border-bottom:2px solid #c25e2c;color:#c25e2c}.tab-content{padding:.5rem 0;text-align:left}.info-grid{display:flex;flex-direction:column;gap:.1rem;padding:10px}.info-row{border-bottom:1px solid hsla(0,0%,100%,.106);padding:0}.info-row span{font-size:.8rem;max-width:40%}.cooperation-placeholder{background:#f9f6f0;border-radius:1.5rem;padding:1rem;text-align:center}.order-btn{margin-top:.8rem;padding:.6rem 1rem}.footer-note{color:#cfc3b4;font-size:.6rem;margin-top:.8rem;text-align:center}.artist-card,.card-bottom{background:#1a1a2e!important}.artist-location,.artist-name,.artist-role,.detail-label,.detail-value,.info-row,.rider-text,.service-item,.stat-label,.stat-number,.tab-btn{color:#fff!important}.info-row span:first-of-type{color:#8af}.info-row span:last-of-type{color:#fff}.tabs{border-bottom-color:#333!important}.tab-btn.active{border-bottom-color:aqua!important;color:aqua!important}.cooperation-form{padding:.5rem 0;text-align:left}.cooperation-form h3{color:#c25e2c;font-size:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{color:#a5826a;display:block;font-size:.7rem;font-weight:600;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{background:#fefcf8;border:1px solid #f0e4d8;border-radius:1rem;font-size:.8rem;padding:.6rem;width:100%}.form-group.checkbox label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.form-group.checkbox input{width:auto}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.checkbox-label{display:inline-flex;gap:8px}.checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;background:#1a1a2e;border:2px solid aqua;border-radius:6px;position:relative}.checkbox-label input[type=checkbox]:checked{background:#32ff92;border-color:#0dff7e}.checkbox-label input[type=checkbox]:checked:after{color:#000;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.total-label{color:#a5826a;font-size:.7rem}.total-price{color:#2c3a2a;font-size:1.4rem;font-weight:800}.order-btn{background:#c25e2c;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:.1s;width:100%}.order-btn:active{transform:scale(.98)}.order-message{background:#eef3e6;border-radius:1rem;color:#4aff9b;font-size:.7rem;margin-top:.8rem;padding:.5rem;text-align:center}.order-form{display:flex;flex-direction:column;gap:.8rem;padding:.5rem 0;text-align:left}.order-form h3{margin:0;padding:0}.order-form label{color:#8af;font-size:.75rem;font-weight:600}.order-form input,.order-form select,.order-form textarea{background:#fefcf8;border:1px solid #fff;border-radius:1rem;font-size:.8rem;font-size:14px;padding:.6rem .6rem .6rem 20px}.checkbox-label{font-weight:400;gap:.5rem}.rider-readonly{background:#f9f6f0;border-radius:1rem;padding:.5rem}.rider-readonly span{display:block;font-size:.7rem;font-weight:600;margin-bottom:.3rem}.rider-text{color:#5f4b3a;font-size:.7rem;white-space:pre-line}.submit-order-btn{border:none;border-radius:2rem;cursor:pointer;font-weight:600;padding:.8rem}.submit-order-btn:hover{box-shadow:0 0 15px rgba(0,255,255,.666);scale:1.01}.submit-order-btn:disabled{opacity:.6}.success-message{background:#e0efdb;border-radius:2rem;color:#08f800;font-size:.75rem;padding:.5rem}.order-form input,.order-form select,.order-form textarea{background:#1a1a2e;border:1px solid #676767;color:#fff}.order-form input::placeholder,.order-form textarea::placeholder{color:#888}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{border-color:aqua;box-shadow:0 0 4px aqua;outline:none}.rider-readonly{background:#1a1a2e;border:1px solid #333;color:#ccc}.rider-text{color:#aaa}.submit-order-btn{background:aqua;color:#000;font-weight:700}.submit-order-btn:disabled{background:#555;color:#aaa}.success-message{background:#0a2a1a;border:1px solid lime;color:lime}.total-block{align-items:center;border:1px solid #c337ff;border-radius:30px;color:#c337ff;display:flex;font-size:1.1rem;justify-content:space-between;margin:8px 0;padding:12px 20px}.total-block span{color:#aaa}.total-block strong{color:#c337ff;font-size:1.3rem}.card-minimal{padding:1rem 0;text-align:center}.card-mini-avatar{display:flex;justify-content:center;margin-bottom:1rem}.mini-avatar-img,.mini-avatar-placeholder{align-items:center;background-color:#e0c8ac;background-position:50%;background-size:cover;border:3px solid aqua;border-radius:50%;box-shadow:0 0 12px #00ffff4d;display:flex;font-size:2.5rem;height:80px;justify-content:center;width:80px}.card-mini-name{color:aqua;font-size:1.3rem;font-weight:700;text-shadow:0 0 6px #0ff6}.card-mini-role{color:#aaa;font-size:.8rem;margin-top:.3rem}.card-mini-location{color:#888;font-size:.7rem;margin-top:.3rem}.card-mini-qr{display:flex;justify-content:center;margin:0}.card-mini-qr svg{border-radius:10px;outline:1px solid #c337ff;overflow:hidden}.qr-placeholder{align-items:center;background:#fff;border:2px solid aqua;border-radius:12px;color:#000;display:flex;font-size:1.5rem;height:100px;justify-content:center;width:100px}.copy-link-btn{background:#00ffff26;border:1px solid #0ff6;border-radius:2rem;color:aqua;cursor:pointer;font-size:.8rem;padding:.5rem 1.2rem;transition:.2s}.copy-link-btn:hover{background:#00ffff4d;box-shadow:0 0 10px #00ffff4d}.artist-ticker marquee{color:aqua;font-size:.8rem;text-shadow:0 0 5px #00ffff80}.legend-public{background:#000;padding:1rem}.artist-ticker{background:#00ffff1a;border-radius:10px;margin:8px 0;overflow:hidden;padding:8px 16px;white-space:nowrap}.artist-ticker .ticker-scroll{animation:tickerScroll 10s linear infinite;color:aqua;display:inline-block;font-size:.8rem;text-shadow:0 0 5px #00ffff80}@keyframes tickerScroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.custom-bg-default{background:#282859;height:220px;position:relative;width:100%}.custom-bg-default:after,.custom-bg-default:before{animation:pulseGroup 4s ease-in-out infinite;border-radius:2px;content:"";position:absolute}.custom-bg-default:before{animation-delay:0s;box-shadow:20px 15px 0 #c337ff,70px 5px 0 #c337ff,120px 45px 0 #c337ff,180px 20px 0 #c337ff,230px 65px 0 #c337ff,290px 10px 0 #c337ff,35px 85px 0 #c337ff,95px 55px 0 #c337ff,150px 105px 0 #c337ff,210px 75px 0 #c337ff,260px 130px 0 #c337ff,10px 145px 0 #c337ff,60px 120px 0 #c337ff,130px 160px 0 #c337ff,190px 140px 0 #c337ff,250px 185px 0 #c337ff,300px 155px 0 #c337ff,40px 200px 0 #c337ff,100px 175px 0 #c337ff,170px 210px 0 #c337ff,220px 190px 0 #c337ff,280px 205px 0 #c337ff,15px 30px 0 #c337ff,145px 25px 0 #c337ff,200px 95px 0 #c337ff,320px 40px 0 #c337ff;height:6px;left:0;top:0;width:6px}.custom-bg-default:after{animation-delay:1.8s;box-shadow:40px 50px 0 #c337ff,100px 20px 0 #c337ff,160px 80px 0 #c337ff,220px 30px 0 #c337ff,280px 100px 0 #c337ff,50px 120px 0 #c337ff,110px 90px 0 #c337ff,190px 150px 0 #c337ff,250px 110px 0 #c337ff,310px 170px 0 #c337ff,25px 180px 0 #c337ff,85px 140px 0 #c337ff,155px 200px 0 #c337ff,215px 160px 0 #c337ff,275px 190px 0 #c337ff,15px 70px 0 #c337ff,135px 40px 0 #c337ff,205px 10px 0 #c337ff,295px 60px 0 #c337ff,65px 175px 0 #c337ff,145px 130px 0 #c337ff,230px 200px 0 #c337ff,320px 130px 0 #c337ff,180px 25px 0 #c337ff,270px 155px 0 #c337ff,10px 210px 0 #c337ff,330px 20px 0 #c337ff;height:12px;left:0;top:0;width:12px}@keyframes pulseGroup{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(0)}}.artcard-empty{align-items:center;background:radial-gradient(ellipse at center,#0d1b2a 0,#03050a 100%);display:flex;justify-content:center;min-height:100vh;padding:20px}.empty-container{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:48px 40px;transition:all .3s ease}.empty-container:hover{background:#ffffff12;border-color:#ffffff26;box-shadow:0 20px 40px #0006;transform:translateY(-4px)}.empty-container:hover .plus-icon{box-shadow:0 0 30px #64c8ff4d;transform:scale(1.1)}.plus-icon{background:linear-gradient(135deg,#1a3a5c,#0d2137);border:2px solid #64b4ff4d;border-radius:10px;height:80px;transition:all .3s ease;width:80px}.plus-icon,.plus-icon span{align-items:center;display:flex;justify-content:center}.plus-icon span{color:#96d2ffe6;font-family:Matricha,Share Tech Mono,monospace;font-size:40px;line-height:1;transform:translateX(2px) translateY(2px)}.empty-title{color:#ffffffe6;font-size:22px;font-weight:600;letter-spacing:1px}.empty-subtitle,.empty-title{font-family:Matricha,Share Tech Mono,monospace;margin:0}.empty-subtitle{color:#fff6;font-size:13px}.artcard-error,.artcard-loader{align-items:center;background:radial-gradient(circle at 30% 20%,#0c0b16,#010104);color:#fff;display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.2rem;justify-content:center;min-height:100vh}.loader{animation:pulse 1.5s ease-in-out infinite;background:#00ffff1a;border:1px solid #00ffff4d;border-radius:3rem}.error-message,.loader{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem}.error-message{background:#f003;border:1px solid #f46;border-radius:3rem}@keyframes pulse{0%,to{opacity:.5;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}@media(max-width:480px){.artcard-error .error-message,.artcard-loader .loader{font-size:.9rem;max-width:90%;padding:.8rem 1.5rem;text-align:center}}.artcard-viewer{background:radial-gradient(circle at 30% 20%,#0c0b16,#010104);min-height:100vh}.role-switch-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #00ffff4d;border-radius:50px;bottom:10px;display:flex;gap:8px;left:50%;max-height:50px;padding:8px 16px;position:fixed;transform:translateX(-50%);z-index:100}.role-switch-btn{background:#0000;border:none;border-radius:30px;color:aqua;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:.2s}.role-switch-btn.active{background:aqua;box-shadow:0 0 8px aqua;color:#000}@media(max-width:600px){.role-switch-bar{gap:4px;padding:4px 8px;top:5px}.role-switch-btn{font-size:10px;padding:4px 10px}}.artcardhome{height:100px;left:0;position:fixed;top:0;width:100px;z-index:1111}.info-page{background:radial-gradient(circle at 30% 20%,#0a0a1a,#010005);font-family:Matricha,Share Tech Mono,monospace;min-height:100vh;padding:2rem}.info-title{color:#0fc;font-size:2rem;margin-bottom:.5rem;text-shadow:0 0 8px #0fc,0 0 15px rgba(0,255,204,.502)}.info-subtitle,.info-title{font-family:inherit;text-align:center}.info-subtitle{color:#aaf;font-size:.85rem;margin-bottom:2rem;opacity:.8}.single-metric-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080814bf;border:1px solid rgba(0,255,204,.188);border-radius:20px;box-shadow:0 0 25px #00ffcc1a;margin:0 auto;max-width:580px;padding:1.2rem 1.5rem}.metric-row{border-bottom:1px solid #00ffcc26;padding:.7rem 0}.metric-row:last-child{border-bottom:none}.metric-header{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:.25rem}.metric-color-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.metric-name{color:#fff;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.5px}.metric-range{background:rgba(0,255,204,.082);border:1px solid rgba(0,255,204,.251);border-radius:16px;color:#bfe;font-family:monospace;font-size:.7rem;margin-left:auto;padding:2px 8px}.metric-desc{color:#aaa;font-family:inherit;font-size:.7rem;line-height:1.3;margin-left:1.2rem}.info-home{margin-top:2rem;text-align:center}.info-home a{border:1px solid #f4c;border-radius:30px;color:#f4c;font-family:inherit;font-size:.85rem;padding:.4rem 1rem;text-decoration:none;transition:.2s}.info-home a:hover{background:rgba(255,68,204,.125);box-shadow:0 0 10px #f4c}.poll-wrapper{background:#000;height:100vh;padding:1rem}.poll-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080814d9;border:1px solid rgba(0,255,204,.251);border-radius:20px;box-shadow:0 0 30px #00ffcc1a;font-family:Matricha,Share Tech Mono,monospace;margin:0 auto;max-width:580px;padding:1.5rem}.poll-header{border-left:3px solid #f4c;margin-bottom:1.8rem;padding-left:1rem}.poll-quote{color:#fff;font-size:.9rem;font-style:italic;font-weight:400;margin:0 0 .8rem}.poll-quote,.poll-subtext{font-family:inherit;line-height:1.4}.poll-subtext{color:#aaa;font-size:.8rem;margin:0}.poll-subtext .highlight{color:#f4c;text-shadow:0 0 4px #f4c}.poll-options{display:flex;flex-direction:column;gap:.8rem}.poll-option-btn{align-items:center;background:#0006;border:1px solid #00ffcc4d;border-radius:16px;cursor:pointer;display:flex;font-family:inherit;gap:.8rem;padding:.8rem 1rem;text-align:left;transition:all .2s ease;width:100%}.poll-option-btn:hover{background:#00ffcc1a;border-color:#0fc;border-color:var(--btn-color,#0fc);transform:translateX(4px)}.poll-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.poll-option-content{flex:1 1}.poll-option-name{display:block;font-family:inherit;font-size:1rem;margin-bottom:.2rem}.poll-option-desc{font-family:inherit;font-size:.7rem}.poll-result-row{border-bottom:1px solid #00ffcc26;padding:.6rem 0}.poll-result-row:last-child{border-bottom:none}.poll-result-header{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:.3rem}.poll-option-name{color:#fff;flex:1 1;font-size:.9rem;font-weight:700}.poll-percentage{color:#0fc;font-size:.85rem;font-weight:700}.poll-count{color:#aaa;font-size:.7rem}.poll-progress-bar{background:#ffffff1a;border-radius:10px;height:4px;margin:.4rem 0 .3rem 1.2rem;overflow:hidden}.poll-progress-fill{border-radius:10px;height:100%;transition:width .3s ease}.poll-option-desc{color:#888;font-size:.65rem;margin-left:1.2rem}.poll-thanks{background:#00ffcc1a;border:1px solid rgba(0,255,204,.188);border-radius:12px;color:#0fc;font-family:inherit;font-size:.75rem;margin-top:1.5rem;padding:.8rem;text-align:center}input[inputmode=numeric],input[type=number]{-webkit-appearance:textfield;appearance:textfield}input[inputmode=numeric]::-webkit-inner-spin-button,input[inputmode=numeric]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.create-listing-page{background:#0a0a0f;box-sizing:border-box;font-family:Share Tech Mono,monospace;min-height:100vh;overflow-y:auto;padding:20px;position:absolute;width:100%}.create-listing-page:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0ff,#0000);height:2px;z-index:1}.create-listing-page:after,.create-listing-page:before{content:"";left:0;pointer-events:none;position:fixed;top:0;width:100%}.create-listing-page:after{background:radial-gradient(1px 1px at 20% 30%,#ffffff4d,#0000),radial-gradient(1px 1px at 50% 70%,#fff3,#0000),radial-gradient(1px 1px at 80% 20%,#ffffff40,#0000),radial-gradient(1px 1px at 40% 90%,#ffffff26,#0000),radial-gradient(1px 1px at 70% 50%,#fff3,#0000),radial-gradient(1px 1px at 10% 60%,#ffffff2e,#0000);height:100%;z-index:0}.listing-container{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#0a0a0f75;border:2px solid aqua;border-radius:30px;box-shadow:0 0 50px #00ffff4d,inset 0 0 30px #00ffff0d;margin:40px auto;max-width:600px;padding:30px;position:relative;z-index:2}.listing-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:30px}.listing-header h2{color:#f0f;font-size:20px;letter-spacing:4px;line-height:1.2;margin:0;text-shadow:0 0 15px #f0f,0 0 30px #ff00ff80;text-transform:uppercase}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.listing-back{background:none;border:2px solid #b300ff;border-radius:10px;color:#b300ff;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:14px;padding:8px 16px;transition:all .3s;white-space:nowrap}.listing-back:hover{background:#b300ff;box-shadow:0 0 20px #b300ff,0 0 40px #b300ff66;color:#0a0a0f}.listing-close{align-items:center;background:none;border:2px solid #f0f;border-radius:50%;color:#f0f;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;min-width:32px;transition:all .3s;width:32px}.listing-close:hover{background:#f0f;box-shadow:0 0 20px #f0f,0 0 40px #f0f6;color:#0a0a0f}.listing-content{display:flex;flex-direction:column;gap:4px}.listing-field{margin-bottom:18px}.listing-field label{color:aqua;display:block;font-size:12px;font-weight:500;letter-spacing:2px;margin-bottom:8px;text-shadow:0 0 8px aqua;text-transform:uppercase}.neon-input{background:#0009;border:2px solid #b300ff;border-radius:10px;box-sizing:border-box;color:#00ff9d;font-family:Share Tech Mono,monospace;font-size:14px;height:45px;padding:0 14px;transition:all .3s;width:100%}.neon-input:focus{border-color:#f0f;box-shadow:0 0 20px #f0f,inset 0 0 10px #ff00ff1a;outline:none}.neon-input::placeholder{color:#ffffff4d}select.neon-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%230ff' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}select.neon-input option{background:#1a1a2e;color:#00ff9d}.neon-textarea{height:80px;line-height:1.4;padding:12px 14px;resize:vertical}.search-container{margin-bottom:24px}.search-input{font-size:16px;height:50px;letter-spacing:1px;padding:0 20px;width:100%}.search-input::placeholder{color:#ffffff40;letter-spacing:0}.specialty-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.specialty-card{background:#0006;border:2px solid #b300ff;border-radius:16px;color:#fff;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:14px;padding:16px 12px;text-align:center;transition:all .25s}.specialty-card:hover{background:#0009;border-color:aqua;box-shadow:0 0 20px #0ff3,0 4px 12px #0000004d;transform:translateY(-2px)}.specialty-card:active{transform:scale(.97)}.specialty-label{display:block;line-height:1.3}.category-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.category-card{align-items:center;background:#0006;border:2px solid #b300ff;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:30px 12px;transition:all .3s}.category-card:hover{border-color:aqua;box-shadow:0 0 25px #00ffff4d,0 4px 12px #0000004d;transform:translateY(-2px)}.category-card:active{transform:scale(.97)}.category-icon{font-size:32px;line-height:1}.category-label{color:#fff;font-size:14px;line-height:1.3;text-align:center}.category-count{color:#88b;font-size:11px}.type-grid{display:flex;flex-direction:column;gap:8px}.type-card{background:#0006;border:2px solid #b300ff;border-radius:12px;color:#fff;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:15px;padding:14px 16px;text-align:left;transition:all .3s}.type-card:hover{background:#ff00ff1a;border-color:#f0f;box-shadow:0 0 18px #ff00ff4d,0 4px 12px #0003;transform:translateX(4px)}.type-card:active{transform:scale(.98)}.duration-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(6,1fr)}.duration-grid.small{grid-template-columns:repeat(5,1fr)}.duration-btn{background:#0006;border:2px solid #b300ff;border-radius:8px;color:#fff;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:14px;padding:10px 6px;text-align:center;transition:all .2s}.duration-btn:hover{background:#00ffff0d;border-color:aqua;box-shadow:0 0 10px #00ffff4d}.duration-btn.active{background:#f0f3;border-color:#f0f;box-shadow:0 0 15px #f0f6,inset 0 0 10px #ff00ff1a;color:#f0f;font-weight:700}.event-type-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.event-type-btn{background:#0006;border:2px solid #b300ff;border-radius:10px;color:#fff;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:12px;padding:10px 8px;text-transform:uppercase;transition:all .3s}.event-type-btn:hover{border-color:aqua;box-shadow:0 0 12px aqua}.event-type-btn.active{background:#ff00ff26;border-color:#f0f;box-shadow:0 0 18px #f0f;color:#f0f}.slider-container{padding:0 4px}.neon-slider{-webkit-appearance:none;appearance:none;background:#0009;border:1px solid #b300ff;border-radius:3px;cursor:pointer;height:6px;margin:8px 0;outline:none;width:100%}.neon-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:aqua;border:2px solid #b300ff;border-radius:50%;box-shadow:0 0 15px aqua,0 0 30px #00ffff80;cursor:grab;height:24px;-webkit-transition:box-shadow .2s;transition:box-shadow .2s;width:24px}.neon-slider::-webkit-slider-thumb:active{box-shadow:0 0 25px aqua,0 0 50px #00ffffb3;cursor:grabbing}.neon-slider::-moz-range-thumb{background:aqua;border:2px solid #b300ff;border-radius:50%;box-shadow:0 0 15px aqua;cursor:grab;height:24px;width:24px}.slider-labels{align-items:center;color:#ffffff80;display:flex;font-size:11px;gap:8px;justify-content:space-between;margin-top:6px}.slider-value{color:#00ff9d;font-size:13px;font-weight:700;text-shadow:0 0 6px #00ff9d}.checkbox-field{margin-bottom:18px}.checkbox-label{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:10px;letter-spacing:0;text-transform:none;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{accent-color:#f0f;cursor:pointer;flex-shrink:0;height:20px;width:20px}.checkbox-label:hover{color:aqua}.toggle-row{display:flex;gap:0}.toggle-btn{background:#0006;border:2px solid #b300ff;color:#fff;cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;font-size:13px;padding:10px;transition:all .3s}.toggle-btn:first-child{border-radius:10px 0 0 10px}.toggle-btn:last-child{border-radius:0 10px 10px 0}.toggle-btn:not(:last-child){border-right:none}.toggle-btn:hover{border-color:aqua;z-index:1}.toggle-btn.active{background:#ff00ff26;border-color:#f0f;box-shadow:0 0 15px #f0f,inset 0 0 10px #ff00ff1a;color:#f0f;position:relative;z-index:2}.city-row,.extra-service-row,.requirement-row{align-items:center;display:flex;gap:8px;margin-bottom:8px}.city-row .neon-input,.extra-service-row .neon-input,.requirement-row .neon-input{flex:1 1;margin-bottom:0}.extra-service-row .price-input{flex:0 0 120px}.btn-add{background:#00ffff14;border:2px dashed #00ffff4d;border-radius:8px;color:aqua;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:13px;margin-top:4px;padding:10px 16px;text-align:center;transition:all .3s;width:100%}.btn-add:hover{background:#00ffff26;border-color:#0ff9;box-shadow:0 0 15px #0ff3,inset 0 0 10px #00ffff0d}.btn-add:active{transform:scale(.98)}.btn-remove{align-items:center;background:#ff325014;border:2px solid #ff32504d;border-radius:50%;color:#ff3250;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;line-height:1;min-width:36px;transition:all .3s;width:36px}.btn-remove:hover{background:#ff3250;border-color:#ff3250;box-shadow:0 0 20px #ff3250,0 0 40px #ff325066;color:#0a0a0f}.btn-remove:active{transform:scale(.9)}.license-block{background:#ffd70008;border:2px solid #ffd70033;border-radius:16px;margin:20px 0;overflow:hidden;padding:20px;position:relative}.license-block:before{background:radial-gradient(ellipse at center,#ffd70008 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.license-title{color:gold;font-size:18px;font-weight:600;letter-spacing:1px;margin:0 0 16px;text-shadow:0 0 10px #ffd70080}.btn-submit{background:#0000;border:2px solid #00ff9d;border-radius:10px;color:#00ff9d;cursor:pointer;font-family:Share Tech Mono,monospace;font-size:16px;height:50px;letter-spacing:2px;margin-top:10px;overflow:hidden;position:relative;text-transform:uppercase;transition:all .3s;width:100%}.btn-submit:before{background:linear-gradient(90deg,#0000,#00ff9d1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-submit:hover:not(:disabled){background:#00ff9d;box-shadow:0 0 30px #00ff9d,0 0 60px #00ff9d66;color:#0a0a0f}.btn-submit:hover:not(:disabled):before{left:100%}.btn-submit:active:not(:disabled){transform:scale(.97)}.btn-submit:disabled{border-color:#fff3;color:#ffffff4d;cursor:not-allowed;opacity:.4}.error-message{background:#ff00ff0d;border:1px solid #f0f3;border-radius:8px;color:#f0f;font-size:13px;margin-bottom:12px;padding:10px;text-align:center;text-shadow:0 0 5px #f0f}.success-message{padding:60px 20px;text-align:center}.success-message .success-icon{animation:successPulse 1s ease-out;display:block;font-size:64px;margin-bottom:20px}.success-message h2{color:#00ff9d;font-size:24px;margin-bottom:10px;text-shadow:0 0 20px #00ff9d,0 0 40px #00ff9d80}.success-message p{color:#fff9;font-size:16px}@keyframes successPulse{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media(max-width:680px){.create-listing-page{padding:10px}.listing-container{border-radius:20px;border-width:1px;margin:20px auto;padding:20px 16px}.listing-header{align-items:flex-start;flex-direction:column;gap:12px}.listing-header h2{font-size:16px;letter-spacing:2px}.header-actions{justify-content:space-between;width:100%}.specialty-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.specialty-card{font-size:13px;padding:12px 8px}.category-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.duration-grid{gap:4px;grid-template-columns:repeat(4,1fr)}.duration-grid.small{grid-template-columns:repeat(3,1fr)}.duration-btn{font-size:12px;padding:8px 4px}.toggle-row{flex-direction:column}.toggle-row .toggle-btn{border-radius:10px!important;border-right:2px solid #b300ff!important}.extra-service-row{flex-direction:column;gap:6px}.extra-service-row .price-input{flex:1 1;max-width:100%}}@media(max-width:400px){.specialty-card{font-size:12px;padding:10px 6px}.duration-grid{grid-template-columns:repeat(3,1fr)}}.extra-service-row{align-items:stretch;display:flex;gap:8px;margin-bottom:8px}.extra-service-row .neon-input{box-sizing:border-box;flex:1 1;height:45px!important;margin-bottom:0}.extra-service-row .price-input{max-width:120px}.extra-service-row .btn-remove{flex-shrink:0}.neon-input[type=date]::-webkit-calendar-picker-indicator,.neon-input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1)}.feed-wall-page{background:#0a0a14;box-sizing:border-box;font-family:Share Tech Mono,monospace;min-height:100vh;overflow-y:auto;padding:20px;position:absolute;width:100%}.feed-wall-page:before{animation:scanline 3s linear infinite;background:linear-gradient(90deg,#0000,#0ff,#0000);content:"";height:2px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.feed-wall-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px;position:relative;z-index:2}.fw-content-row{display:flex;flex:1 1;gap:20px}.feed-wall-loading{color:#acf;font-size:16px;padding:60px;text-align:center}.fw-header{align-items:flex-start;background:#0a0a14;display:flex;gap:12px;margin-bottom:20px;padding:10px 0;position:-webkit-sticky;position:sticky;top:0;z-index:5}.fw-home-btn{background:none;border:2px solid #b300ff;border-radius:10px;color:#b300ff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:13px;margin-top:2px;padding:8px 14px;transition:all .3s;white-space:nowrap}.fw-home-btn:hover{background:#b300ff;box-shadow:0 0 20px #b300ff;color:#0a0a0f}.fw-tags-bar{display:flex;flex:1 1;flex-wrap:wrap;gap:8px}.fw-tag{background:#0006;border:1px solid #00ffff4d;border-radius:20px;color:#acf;cursor:pointer;font-family:inherit;font-size:13px;padding:6px 14px;transition:all .2s}.fw-tag:hover{background:#00ffff1a;border-color:aqua}.fw-tag.active{background:#f0f;border-color:#f0f;box-shadow:0 0 12px #f0f;color:#0a0a0f}.fw-main{min-width:0}.fw-main,.fw-posts{display:flex;flex:1 1;flex-direction:column}.fw-posts{gap:16px}.fw-empty{color:#66a;font-size:14px;padding:60px 0;text-align:center}.fw-post{background:#0a0a14b3;border:1px solid #6464ff40;border-radius:12px;padding:16px;position:relative;transition:border-color .2s}.fw-post:hover{border-color:#00ffff80}.fw-post.fw-layout-text-small-image{border-left:4px solid aqua}.fw-post.fw-layout-big-image-text{border-left:4px solid #f0f}.fw-post-image-big{border-radius:12px 12px 0 0;margin:-16px -16px 12px;max-height:300px;overflow:hidden}.fw-post-image-big img{display:block;height:auto;object-fit:cover;width:100%}.fw-post-content{margin-bottom:12px}.fw-post-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.fw-post-author{color:#f0f;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700}.fw-post-author:hover{text-decoration:underline}.fw-post-actions{display:flex;gap:4px;margin-left:auto;margin-right:0}.fw-action-btn{align-items:center;background:none;border:1px solid #ffffff26;border-radius:6px;color:#adff2f;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:26px;justify-content:center;transition:all .2s;width:26px}.fw-action-btn:hover{background:#00ffff1a;border-color:aqua}.fw-action-btn.active{background:#ff00ff26;border-color:#f0f}.fw-post-date{color:#77a;flex-shrink:0;font-size:11px}.fw-post-text{color:#cdf;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.fw-post-image-small{border-radius:8px;margin-top:10px;max-width:200px;overflow:hidden}.fw-post-image-small img{border:1px solid #00ffff4d;border-radius:8px;height:auto;width:100%}.fw-post-footer{align-items:center;border-top:1px solid #6464ff33;display:flex;justify-content:space-between;padding-top:10px}.fw-post-tag{background:#00ffff1a;border:1px solid #0ff6;border-radius:12px;color:aqua;font-size:11px;padding:2px 10px}.fw-post-stats{color:#88a;display:flex;font-size:12px;gap:12px}.fw-post-stats span{cursor:pointer}.fw-nav-strip{align-items:center;display:flex;flex-direction:column;gap:8px;max-height:70vh;min-width:12px;overflow-y:auto;position:-webkit-sticky;position:sticky;top:120px}.fw-nav-dot{border-radius:50%;cursor:pointer;flex-shrink:0;height:8px;transition:all .2s;width:8px}.fw-nav-dot:hover{box-shadow:0 0 8px currentColor;transform:scale(1.8)}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.streamer-1bit-red{background:#0a0a14;border:1px solid #f0f3;border-radius:16px;color:#e0e0e0;font-family:Share Tech Mono,monospace;margin:0 auto;max-width:500px;padding:16px}.streamer-1bit-red h3{color:#f0f;font-size:16px;margin:0 0 4px}.streamer-1bit-red .sub{color:#666;font-size:11px;margin-bottom:16px}.streamer-1bit-red .slider-container{margin-bottom:12px}.streamer-1bit-red .slider-container label{color:#aaa;display:block;font-size:12px;margin-bottom:4px}.streamer-1bit-red .slider-container label span{color:#f0f;font-weight:700}.streamer-1bit-red .slider-container input[type=range]{accent-color:#f0f;width:100%}.streamer-1bit-red .video-row{display:flex;gap:8px;margin-bottom:12px}.streamer-1bit-red .original-video{background:#000;border:1px solid #f0f;border-radius:8px;object-fit:cover;width:48%}.streamer-1bit-red .output-canvas{background:#000;border-radius:8px;image-rendering:pixelated;width:48%}.streamer-1bit-red .button-row{display:flex;gap:10px;margin-top:8px}.streamer-1bit-red .btn{border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;font-size:16px;font-weight:700;padding:14px}.streamer-1bit-red .btn.start{background:#f0f}.streamer-1bit-red .btn.stop{background:#555}.streamer-1bit-red .btn.download{background:#00ff9d;color:#0a0a0f}.streamer-1bit-red .btn.clear{background:#333;border:1px solid #f44;color:#f44}.streamer-1bit-red .btn:disabled{cursor:not-allowed;opacity:.4}.streamer-1bit-red .status{color:#888;font-size:12px;margin-top:8px;text-align:center}.streamer-1bit-red .stats{display:flex;gap:8px;margin-top:12px}.streamer-1bit-red .stat{background:#111;border:1px solid #333;border-radius:8px;flex:1 1;padding:8px;text-align:center}.streamer-1bit-red .stat span{color:#888;display:block;font-size:10px;margin-bottom:4px;text-transform:uppercase}.streamer-1bit-red .stat strong{color:#f0f;display:block;font-size:16px}.viewer-2bit{background:#0a0a14;border:1px solid #0ff3;border-radius:16px;font-family:Share Tech Mono,monospace;margin:0 auto;max-width:500px;padding:16px}.viewer-header{margin-bottom:16px;text-align:center}.viewer-header h2{color:#f0f;font-size:18px;margin:0 0 4px}.viewer-sub{color:#66a;font-size:11px}.viewer-canvas-wrap{background:#000;border:2px solid #333;border-radius:12px;display:flex;justify-content:center;margin-bottom:12px;padding:20px}.viewer-canvas{border:1px solid #f0f;border-radius:4px;image-rendering:pixelated;max-height:50vh;max-width:100%}.viewer-controls{display:flex;gap:8px;margin-bottom:12px}.viewer-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;font-size:13px;font-weight:700;padding:12px;text-transform:uppercase}.viewer-btn.load{background:#2196f3}.viewer-btn.play{background:#4caf50}.viewer-btn.play.playing{background:#f44336}.viewer-btn.stop{background:#555}.viewer-status{color:#888;font-size:12px;margin-bottom:12px;text-align:center}.viewer-info{background:#111;border:1px solid #333;border-radius:8px;margin-bottom:12px;padding:12px}.info-row{color:#888;display:flex;font-size:12px;justify-content:space-between;margin:4px 0}.info-val{color:#f0f;font-weight:700}.viewer-gallery{background:#0a0a0f;border:1px solid #333;border-radius:8px;display:flex;flex-wrap:wrap;gap:4px;max-height:150px;overflow-y:auto;padding:8px}.gallery-thumb{border:2px solid #444;border-radius:2px;cursor:pointer;height:auto;image-rendering:pixelated;opacity:.6;width:50px}.gallery-thumb.active{border-color:#f0f;opacity:1}.gallery-thumb:hover{border-color:aqua;opacity:.9}
/*# sourceMappingURL=main.3ff7b85f.css.map*/