*{box-sizing:border-box}body{margin:0;background:#08080d;color:#f6f3ff;font-family:Inter,Arial,sans-serif}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer}.hidden{display:none!important}.message{position:fixed;right:22px;top:22px;z-index:20;background:#7c3cff;color:white;padding:13px 16px;border-radius:14px;box-shadow:0 15px 50px #0008}.loginScreen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#2b155c,#08080d 48%)}.loginCard{width:min(420px,100%);background:#12121d;border:1px solid #ffffff14;border-radius:26px;padding:30px;box-shadow:0 30px 100px #000a}.mark{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#7c3cff,#d946ef);display:grid;place-items:center;font-weight:900;font-size:28px}.loginCard h1{margin:18px 0 6px}.loginCard p{color:#aaa2c9;margin-bottom:22px}.loginCard input,.loginCard button,.formGrid input,.formGrid textarea,.formGrid select{width:100%;border-radius:14px;border:1px solid #ffffff14;background:#0b0b12;color:white;padding:13px 14px;outline:none}.loginCard input{margin-bottom:12px}.loginCard button,.formGrid button,.panelHead button{background:#7c3cff;color:white;font-weight:800;padding:13px 16px;border-radius:14px}.adminApp{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#0d0d15;border-right:1px solid #ffffff10;padding:20px;display:flex;flex-direction:column;gap:10px}.brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.brand span{width:38px;height:38px;border-radius:13px;background:#7c3cff;display:grid;place-items:center;font-weight:900}.sidebar button{text-align:left;background:transparent;color:#aaa2c9;padding:13px 14px;border-radius:14px}.sidebar button.active,.sidebar button:hover{background:#ffffff10;color:white}.sidebar .danger{margin-top:auto;color:#ff8c8c}.content{padding:24px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.topbar h1{margin:0}.topbar p{margin:6px 0 0;color:#aaa2c9}.page{display:none}.page.active{display:block}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.stat,.panel{background:#12121d;border:1px solid #ffffff12;border-radius:22px;padding:20px}.stat strong{font-size:34px;display:block}.stat span{color:#aaa2c9}.panel{margin-bottom:18px}.panelHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel h2{margin:0 0 14px}table{width:100%;border-collapse:collapse;overflow:hidden}th,td{text-align:left;padding:13px;border-bottom:1px solid #ffffff10;color:#ded8ff}th{color:#9289b8;font-size:13px}.pill{padding:5px 9px;border-radius:999px;background:#7c3cff33;color:#cdbbff}.copyId{background:transparent;color:white;font-weight:800;padding:0}.formGrid{display:grid;gap:12px}.formGrid textarea{min-height:110px;resize:vertical}.twoCols{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.twoCols.active{display:grid}.commentsList{display:grid;gap:12px}.commentItem{background:#0b0b12;border:1px solid #ffffff10;border-radius:16px;padding:14px}.commentItem strong{display:block}.commentItem span,.commentItem small{color:#9289b8}.commentItem p{margin:10px 0;color:#eee}@media(max-width:800px){.adminApp{grid-template-columns:1fr}.sidebar{position:static}.twoCols.active{display:block}.content{padding:16px}}
