*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{background:linear-gradient(135deg,#0a0a0a,#1a0f0a 50%,#2a150f);display:flex;flex-direction:column;min-height:100vh;position:relative}.app:before{background:radial-gradient(circle at 20% 50%,#ff8c0026 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffd7001a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.app-header{background:linear-gradient(135deg,#1a0f0a,#2a150f);border-bottom:2px solid #ff8c0066;box-shadow:0 4px 20px #00000080;padding:2rem 0;position:relative;z-index:1}.header-content{flex-direction:column;margin:0 auto;max-width:1400px;padding:0 2rem;text-align:center}.header-content,.header-title{align-items:center;display:flex;gap:1rem}.header-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;justify-content:center;margin-bottom:.5rem;text-shadow:0 0 30px #ff8c0099}.title-icon{filter:drop-shadow(0 0 10px rgba(255,140,0,.9));font-size:2.5rem}.header-subtitle{color:#a0a0a0;font-size:1.1rem;font-weight:300}.server-switcher{display:flex;gap:1rem;margin-top:1rem}.server-btn{background:#0006;border:2px solid #ff8c0066;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;outline:none;padding:.75rem 2rem;text-transform:uppercase;transition:all .3s ease}.server-btn:hover{background:#ff8c0033;border-color:#ff8c0099;box-shadow:0 4px 15px #ff8c0066;transform:translateY(-2px)}.server-btn.active{background:linear-gradient(135deg,#ff8c004d,#ffd7004d);border-color:#ff8c00e6;box-shadow:0 0 20px #ff8c0099;color:#ff8c00}.app-main{flex:1 1;padding:2rem;position:relative;z-index:1}.error-message{background:#ff00001a;border:1px solid #ff00004d;border-radius:8px;color:#ff6b6b;margin:0 auto 2rem;max-width:1400px;padding:1rem 1.5rem;text-align:center}.columns-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);height:calc(100vh - 300px);margin:0 auto;max-width:1400px;min-height:600px}.column{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a0f0acc;border:1px solid #ff8c0040;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.column:hover{border-color:#ff8c0080;box-shadow:0 8px 40px #ff8c004d}.column-header{align-items:center;background:linear-gradient(135deg,#ff8c0026,#ffd7001a);border-bottom:1px solid #ff8c0040;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.column-header h2{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.admin-badge,.players-badge{background:#ff8c0033;border:1px solid #ff8c0066;border-radius:20px;color:#ff8c00;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.players-badge{font-size:.75rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading-spinner{animation:spin 1s linear infinite;font-size:1.2rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-container{background:#0003;border-bottom:1px solid #ff8c0040;padding:1rem}.search-input{background:#0006;border:1px solid #ff8c0066;border-radius:8px;color:#fff;font-size:.95rem;outline:none;padding:.75rem 1rem;transition:all .3s ease;width:100%}.search-input:focus{background:#00000080;border-color:#ff8c00b3;box-shadow:0 0 10px #ff8c004d}.search-input::placeholder{color:#666}.search-results-info{background:#0003;border-top:1px solid #ffffff0d;color:#999;font-size:.85rem;padding:.5rem 1rem;text-align:center}.column-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1rem}.column-content::-webkit-scrollbar{width:8px}.column-content::-webkit-scrollbar-track{background:#0003;border-radius:4px}.column-content::-webkit-scrollbar-thumb{background:#ff8c0066;border-radius:4px}.column-content::-webkit-scrollbar-thumb:hover{background:#ff8c0099}.list{list-style:none;margin:0;padding:0}.list-item{align-items:center;background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.5rem;padding:1rem 1.25rem;transition:all .2s ease}.list-item:hover{background:#ff8c0026;border-color:#ff8c0066;transform:translateX(5px)}.list-item.active{background:linear-gradient(135deg,#ff8c0040,#ffd70033);border-color:#ff8c0099;box-shadow:0 4px 15px #ff8c004d}.item-icon{flex-shrink:0;font-size:1.2rem}.item-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.item-text{color:#fff;font-size:1rem;font-weight:500}.item-date{color:#ff8c00;font-size:.75rem;font-weight:400;opacity:.8}.empty-state{color:#666;font-size:1rem;font-style:italic;padding:3rem 1rem;text-align:center}.reports-list{display:flex;flex:1 1;flex-direction:column;gap:1rem}.report-card{background:#0006;border:1px solid #ff8c0040;border-radius:10px;padding:1.25rem;transition:all .3s ease}.report-card:hover{border-color:#ff8c0080;box-shadow:0 4px 20px #ff8c0033;transform:translateY(-2px)}.report-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.report-id{background:#ff8c0026;border-radius:4px;color:#ff8c00;font-size:.9rem;font-weight:600;padding:.3rem .6rem}.report-date{color:#999;font-size:.85rem;font-weight:400}.report-content{margin-bottom:1rem}.report-content p{color:#e0e0e0;font-size:.95rem;line-height:1.6;margin:0}.report-question{border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:1rem}.report-question strong{color:#ff8c00;display:block;font-size:.9rem;margin-bottom:.5rem}.report-answer{background:#ff8c0026;border-left:3px solid #ff8c0099;border-radius:5px;margin-top:1rem;padding:1rem}.report-answer strong{color:gold;display:block;font-size:.9rem;margin-bottom:.5rem}.report-answer p{color:#d0d0d0;margin-bottom:.5rem}.answer-date{color:#999;display:block;font-size:.8rem;font-style:italic;margin-top:.5rem}.report-footer{align-items:center;border-top:1px solid #ffffff0d;display:flex;font-size:.85rem;justify-content:space-between;padding-top:.75rem}.report-admin,.report-player{color:#aaa;font-weight:500}.app-footer{background:#00000080;border-top:1px solid #ff8c0040;color:#666;padding:1.5rem;position:relative;text-align:center;z-index:1}.app-footer p{font-size:.9rem;margin:0}@media (max-width:1200px){.columns-container{grid-template-columns:1fr;height:auto;min-height:auto}.column{max-height:500px;min-height:400px}}@media (max-width:768px){.header-title{font-size:1.8rem}.app-main{padding:1rem}.column-header h2{font-size:1.1rem}.players-badge{font-size:.7rem;max-width:120px}}
/*# sourceMappingURL=main.bd4b18fb.css.map*/