*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#e0e0e0;min-height:100vh}a{color:#7289da;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:2rem}.navbar{background:#16213e;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #7289da}.navbar h1{font-size:1.25rem;color:#7289da}.navbar .user-info{display:flex;align-items:center;gap:.75rem}.navbar .user-info img{width:32px;height:32px;border-radius:50%}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500}.btn-primary{background:#7289da;color:#fff}.btn-primary:hover{background:#5b6eae}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-success{background:#2ecc71;color:#fff}.btn-success:hover{background:#27ae60}.card{background:#16213e;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.card h2{margin-bottom:1rem;color:#7289da}.guild-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem}.guild-card{background:#16213e;border-radius:8px;padding:1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .15s,box-shadow .15s;border:1px solid transparent}.guild-card:hover{transform:translateY(-2px);border-color:#7289da;box-shadow:0 4px 12px #7289da33}.guild-card img{width:48px;height:48px;border-radius:50%}.guild-card .guild-icon-placeholder{width:48px;height:48px;border-radius:50%;background:#7289da;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#b0b0b0}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem;border:1px solid #2a2a4a;border-radius:4px;background:#0f3460;color:#e0e0e0;font-size:.95rem}.form-group textarea{min-height:80px;resize:vertical}.toggle{display:flex;align-items:center;gap:.75rem}.toggle input[type=checkbox]{width:20px;height:20px;cursor:pointer}.dashboard-layout{display:flex;min-height:calc(100vh - 60px)}.sidebar{width:220px;background:#16213e;padding:1.5rem 1rem;border-right:1px solid #2a2a4a}.sidebar a{display:block;padding:.6rem .75rem;border-radius:4px;color:#b0b0b0;margin-bottom:.25rem}.sidebar a:hover,.sidebar a.active{background:#0f3460;color:#7289da;text-decoration:none}.main-content{flex:1;padding:2rem}.mod-table{width:100%;border-collapse:collapse;margin-top:1rem}.mod-table th,.mod-table td{padding:.6rem;text-align:left;border-bottom:1px solid #2a2a4a}.mod-table th{color:#7289da;font-weight:600}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem}.alert-success{background:#2ecc7126;border:1px solid #2ecc71;color:#2ecc71}.alert-error{background:#e74c3c26;border:1px solid #e74c3c;color:#e74c3c}.react-role-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#0f3460;border-radius:4px;margin-bottom:.5rem}
