*{margin:0;padding:0;box-sizing:border-box}:root[data-theme=light]{--bg-gradient: linear-gradient(135deg, #e8f4fd 0%, #f0e6ff 50%, #e8f4fd 100%);--text-primary: #333;--text-secondary: #555;--text-muted: #888;--card-bg: #fffde7;--column-bg: rgba(255, 255, 255, .65);--column-hover: rgba(255, 255, 255, .8);--input-bg: white;--input-border: #e0e0e0;--modal-bg: white;--header-color: #1a237e;--badge-dday-bg: #e3f2fd;--badge-dday-color: #1565c0}:root[data-theme=dark]{--bg-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);--text-primary: #e0e0e0;--text-secondary: #bbb;--text-muted: #888;--card-bg: #2a2a3e;--column-bg: rgba(40, 40, 60, .7);--column-hover: rgba(50, 50, 70, .8);--input-bg: #2a2a3e;--input-border: #444;--modal-bg: #1e1e2e;--header-color: #a5b4fc;--badge-dday-bg: #1e3a5f;--badge-dday-color: #90caf9}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-gradient);background-attachment:fixed;color:var(--text-primary);min-height:100vh;padding:2rem;position:relative;transition:background .3s,color .3s}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 20% 20%,rgba(255,255,255,.6) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 30%,rgba(255,255,255,.5) 0%,transparent 50%),radial-gradient(ellipse 70% 35% at 50% 70%,rgba(255,255,255,.4) 0%,transparent 55%),radial-gradient(ellipse 50% 30% at 10% 80%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(ellipse 40% 25% at 90% 75%,rgba(255,255,255,.35) 0%,transparent 45%);pointer-events:none;z-index:0;opacity:1;transition:opacity .3s}[data-theme=dark] body:before{opacity:.05}body>#root{position:relative;z-index:1}.loading{text-align:center;padding:4rem;color:#888;font-size:1.1rem}.auth-container{display:flex;align-items:center;justify-content:center;min-height:80vh}.auth-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;max-width:360px}.auth-card h2{text-align:center;margin-bottom:1.5rem;color:#333}.auth-card form{display:flex;flex-direction:column;gap:.8rem}.auth-card input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;outline:none;transition:border-color .2s}.auth-card input:focus{border-color:#6c63ff}.auth-card button{padding:.8rem;background:#6c63ff;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem}.auth-card button:hover{background:#5a52d5}.auth-error{color:#e53935;font-size:.85rem;text-align:center}.auth-switch{text-align:center;margin-top:1rem;font-size:.85rem;color:#888}.auth-switch span{color:#6c63ff;cursor:pointer;font-weight:600}.app-header{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto 1rem}.app-header h1{margin-bottom:0;font-size:1.6rem;color:var(--header-color)}.user-info{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:#555}.logout-btn{padding:.4rem .8rem;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-size:.8rem;cursor:pointer;color:#666}.logout-btn:hover{background:#e0e0e0}.help-toggle{padding:.4rem .8rem;background:#fff3e0;border:1px solid #ffcc02;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;color:#e65100;transition:background .2s}.help-toggle:hover{background:#ffe0b2}.help-modal{background:#fff;border-radius:16px;padding:1.5rem;width:90%;max-width:420px;max-height:85vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.help-modal-header h3{font-size:1.1rem;color:#333}.help-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#888;padding:.2rem .5rem}.help-list{display:flex;flex-direction:column;gap:.7rem}.help-item{display:grid;grid-template-columns:1.8rem auto 1fr;gap:.4rem;font-size:.85rem;line-height:1.5;align-items:baseline}.help-num{font-weight:700;color:#6c63ff;text-align:right}.help-title{font-weight:700;color:#333;white-space:nowrap}.help-desc{color:#666}[data-theme=dark] .help-title{color:#e0e0e0}[data-theme=dark] .help-desc{color:#aaa}.help-modal ol{padding-left:0;display:flex;flex-direction:column;gap:.8rem;list-style:none;counter-reset:help-counter}.help-modal li{font-size:.85rem;color:#555;line-height:1.6;display:flex;gap:.5rem;counter-increment:help-counter}.help-modal li:before{content:counter(help-counter) ".";font-weight:700;color:#6c63ff;min-width:1.5rem;text-align:right;flex-shrink:0}.help-modal li strong{color:#333}.tab-bar{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.tab-btn{padding:.5rem 1.2rem;background:#fff;border:2px solid #e0e0e0;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;color:#666;transition:all .2s}.tab-btn.active{background:#6c63ff;border-color:#6c63ff;color:#fff}.tab-btn:hover:not(.active){border-color:#6c63ff;color:#6c63ff}.add-todo-form{display:flex;gap:.5rem;max-width:500px;margin:0 auto 2rem}.add-todo-form input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;outline:none;transition:border-color .2s}.add-todo-form input:focus{border-color:#6c63ff}.add-todo-form button{padding:.75rem 1.5rem;background:#6c63ff;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.add-todo-form button:hover{background:#5a52d5}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 900px){.board{grid-template-columns:1fr}body{padding:1rem}.app-header{flex-direction:column;gap:.8rem;text-align:center}.app-header h1{font-size:1.3rem}.user-info{flex-wrap:wrap;justify-content:center}.add-todo-form{max-width:100%}.tab-bar{flex-wrap:wrap}.tab-btn{font-size:.8rem;padding:.4rem 1rem}.todo-card{padding:.8rem 1rem}.card-title{font-size:.9rem}.meta-row{flex-direction:column}.help-modal{width:95%;padding:1.2rem}.help-item{font-size:.8rem;grid-template-columns:1.6rem auto 1fr}}.board-column{background:var(--column-bg);border-radius:16px;padding:1rem;min-height:300px;transition:background .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.board-column:hover{background:var(--column-hover)}.column-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--input-border)}.column-cards{display:flex;flex-direction:column;gap:.8rem}.todo-card{background:#fffde7;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s,transform .2s,opacity .2s;cursor:grab;border-left:5px solid #fdd835;position:relative}.todo-card:active{cursor:grabbing;opacity:.8}.todo-card:nth-child(4n+1){background:#fffde7;border-left-color:#fdd835}.todo-card:nth-child(4n+2){background:#e8f5e9;border-left-color:#66bb6a}.todo-card:nth-child(4n+3){background:#e3f2fd;border-left-color:#42a5f5}.todo-card:nth-child(4n){background:#fce4ec;border-left-color:#ef5350}.todo-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.todo-card.expanded{transform:none;cursor:default}.card-header{display:flex;align-items:center;gap:.5rem}.card-title{font-size:1rem;font-weight:600;color:#333;flex:1;cursor:pointer}.card-title.completed{text-decoration:line-through;opacity:.6}.title-edit-input{flex:1;font-size:1rem;font-weight:600;color:#333;border:1px solid #6c63ff;border-radius:6px;padding:.3rem .5rem;outline:none;background:#ffffffe6}.expand-icon{font-size:1rem;color:#888;transition:transform .2s;cursor:pointer}.expand-icon.open{transform:rotate(180deg)}.delete-btn{background:none;border:none;color:#ccc;font-size:1.1rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .2s,background .2s}.delete-btn:hover{color:#e53935;background:#e539351a}.card-summary{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.badge{font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;white-space:nowrap}.badge.dday,.badge.dday.safe{background:#e8f5e9;color:#2e7d32}.badge.dday.warning{background:#fff3e0;color:#e65100}.badge.dday.urgent{background:#ffebee;color:#c62828;animation:pulse 1.5s infinite}.badge.dday.overdue{background:#ffebee;color:#c62828}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.badge.shared-badge{background:#ede7f6;color:#5e35b1}.progress-wrap{display:flex;align-items:center;gap:.4rem;flex:1}.progress-bar{flex:1;height:6px;background:#00000014;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#6c63ff;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.7rem;font-weight:600;color:#666;min-width:28px;text-align:right}.status-move{display:flex;gap:.4rem;margin-bottom:.8rem}.status-btn{flex:1;padding:.4rem .3rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.75rem;font-weight:600;cursor:pointer;color:#666;transition:all .2s}.status-btn:hover:not(:disabled){border-color:#6c63ff;color:#6c63ff}.status-btn.current{background:#6c63ff;border-color:#6c63ff;color:#fff;cursor:default}.status-btn:disabled{opacity:.7}.share-btn{display:inline-block;padding:.4rem .8rem;background:#ede7f6;color:#5e35b1;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;margin-bottom:.8rem;transition:background .2s}.share-btn:hover{background:#d1c4e9}.card-body{margin-top:.8rem;padding-top:.8rem;border-top:1px dashed rgba(0,0,0,.1)}.meta-row{display:flex;gap:.8rem;margin-bottom:.8rem;flex-wrap:wrap}.meta-row label{font-size:.75rem;color:#666;display:flex;flex-direction:column;gap:.25rem}.meta-row input,.meta-row textarea{padding:.4rem .6rem;border:1px solid #ddd;border-radius:8px;font-size:.85rem;outline:none;transition:border-color .2s;background:#ffffffb3}.meta-row input:focus,.meta-row textarea:focus{border-color:#6c63ff}.meta-row textarea{resize:vertical;min-height:40px;flex:1;min-width:150px}.checklist{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-bottom:.8rem}.checklist-item{display:flex;align-items:center;gap:.4rem}.checklist-item input[type=checkbox]{width:16px;height:16px;accent-color:#6c63ff;cursor:pointer}.checklist-item span{font-size:.9rem;color:#444}.checklist-item span.done{text-decoration:line-through;opacity:.5}.checklist-item .remove-check-btn{background:none;border:none;color:#ccc;cursor:pointer;font-size:.9rem;padding:0 .3rem}.checklist-item .remove-check-btn:hover{color:#e53935}.add-checklist{display:flex;gap:.4rem}.add-checklist input{flex:1;padding:.35rem .6rem;border:1px solid #ddd;border-radius:8px;font-size:.85rem;outline:none;background:#ffffffb3}.add-checklist input:focus{border-color:#6c63ff}.add-checklist button{padding:.35rem .7rem;background:#6c63ff;color:#fff;border:none;border-radius:8px;font-size:.8rem;cursor:pointer}.add-checklist button:hover{background:#5a52d5}.deadline-warning{color:#e53935;font-weight:600}.card-delete-area{margin-top:1rem;padding-top:.8rem;border-top:1px dashed rgba(0,0,0,.08);text-align:right}.delete-btn-full{padding:.4rem 1rem;background:#fff5f5;color:#e53935;border:1px solid #ffcdd2;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.delete-btn-full:hover{background:#ffebee}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-content h3{margin-bottom:.3rem;color:#333}.modal-subtitle{font-size:.85rem;color:#888;margin-bottom:1.2rem}.modal-empty{color:#888;font-size:.9rem;text-align:center;padding:1rem 0}.share-user-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.share-user-item label{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:10px;cursor:pointer;transition:background .2s}.share-user-item label:hover{background:#f5f5f5}.share-user-item input[type=checkbox]{width:18px;height:18px;accent-color:#6c63ff}.share-username{font-size:.8rem;color:#aaa;margin-left:auto}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.modal-btn{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.modal-btn.cancel{background:#f5f5f5;color:#666}.modal-btn.save{background:#6c63ff;color:#fff}.modal-btn.save:hover{background:#5a52d5}.theme-toggle{background:none;border:1px solid var(--input-border);border-radius:8px;padding:.3rem .6rem;font-size:1rem;cursor:pointer;transition:background .2s}.theme-toggle:hover{background:#6c63ff1a}.profile-btn{padding:.4rem .8rem;background:none;border:1px solid var(--input-border);border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;color:var(--text-primary);transition:background .2s}.profile-btn:hover{background:#6c63ff1a}.profile-modal{max-width:380px}.profile-modal h4{font-size:.95rem;color:var(--text-primary);margin:.8rem 0 .5rem}.profile-section{margin-bottom:.8rem}.profile-section label{font-size:.75rem;color:var(--text-muted);display:block;margin-bottom:.25rem}.profile-section input{width:100%;padding:.5rem .7rem;border:1px solid var(--input-border);border-radius:8px;font-size:.9rem;outline:none;background:var(--input-bg);color:var(--text-primary)}.profile-section input:focus{border-color:#6c63ff}.profile-section input:disabled{opacity:.5}.profile-row{display:flex;gap:.5rem}.profile-row input{flex:1}.profile-row button{padding:.5rem 1rem;background:#6c63ff;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer}.profile-divider{border:none;border-top:1px solid var(--input-border);margin:1rem 0}.profile-save-btn{width:100%;padding:.7rem;background:#6c63ff;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.5rem}.profile-save-btn:hover{background:#5a52d5}.profile-msg{font-size:.8rem;text-align:center;padding:.4rem;border-radius:6px;margin-bottom:.8rem}.profile-msg.success{background:#e8f5e9;color:#2e7d32}.profile-msg.error{background:#ffebee;color:#c62828}[data-theme=dark] .auth-card{background:var(--modal-bg)}[data-theme=dark] .auth-card input{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}[data-theme=dark] .todo-card{background:var(--card-bg)!important;border-left-color:#6c63ff!important}[data-theme=dark] .todo-card:nth-child(4n+1){border-left-color:#fdd835!important}[data-theme=dark] .todo-card:nth-child(4n+2){border-left-color:#66bb6a!important}[data-theme=dark] .todo-card:nth-child(4n+3){border-left-color:#42a5f5!important}[data-theme=dark] .todo-card:nth-child(4n){border-left-color:#ef5350!important}[data-theme=dark] .card-title{color:var(--text-primary)}[data-theme=dark] .add-todo-form input{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}[data-theme=dark] .tab-btn{background:var(--input-bg);border-color:var(--input-border);color:var(--text-secondary)}[data-theme=dark] .meta-row input,[data-theme=dark] .meta-row textarea,[data-theme=dark] .add-checklist input{background:#ffffff0d;border-color:var(--input-border);color:var(--text-primary)}[data-theme=dark] .modal-content{background:var(--modal-bg);color:var(--text-primary)}[data-theme=dark] .help-modal{background:var(--modal-bg)}[data-theme=dark] .logout-btn{background:var(--input-bg);border-color:var(--input-border);color:var(--text-secondary)}[data-theme=dark] .user-info,[data-theme=dark] .checklist-item span{color:var(--text-secondary)}[data-theme=dark] .badge.dday{background:#1b3d1b;color:#81c784}[data-theme=dark] .badge.dday.warning{background:#3e2723;color:#ffb74d}[data-theme=dark] .badge.dday.urgent,[data-theme=dark] .badge.dday.overdue{background:#3e1a1a;color:#ef9a9a}[data-theme=dark] .status-btn{background:var(--input-bg);border-color:var(--input-border);color:var(--text-secondary)}.music-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:50px;height:50px;border-radius:50%;background:#6c63ff;color:#fff;border:none;font-size:1.4rem;cursor:pointer;box-shadow:0 4px 16px #6c63ff66;z-index:900;transition:transform .2s}.music-fab:hover{transform:scale(1.1)}.music-player{position:fixed;bottom:1.5rem;right:1.5rem;width:320px;max-height:500px;background:var(--modal-bg, white);border-radius:16px;box-shadow:0 8px 32px #0003;z-index:900;display:flex;flex-direction:column;overflow:hidden}.music-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:#6c63ff;color:#fff}.music-title{font-weight:700;font-size:.9rem}.music-header-btns{display:flex;gap:.3rem}.music-ctrl-btn{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;opacity:.8;padding:.1rem .4rem;border-radius:4px}.music-ctrl-btn:hover{opacity:1;background:#fff3}.music-close{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;opacity:.8}.music-close:hover{opacity:1}.music-now-playing{border-bottom:1px solid var(--input-border, #e0e0e0)}.music-now-playing iframe{display:block}.music-iframe-container{position:fixed;z-index:901;border-radius:8px;overflow:hidden;transition:all .3s ease}.music-iframe-container.full-pos{bottom:calc(1.5rem + 38px);right:1.5rem;width:320px;height:160px}.music-iframe-container.mini-pos{bottom:calc(1.5rem + 30px);right:1.5rem;width:200px;height:113px}.music-now-playing-slot{height:160px;border-bottom:1px solid var(--input-border, #e0e0e0)}.music-current-title{padding:.4rem .8rem;font-size:.75rem;color:var(--text-secondary, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-tabs{display:flex;border-bottom:1px solid var(--input-border, #e0e0e0)}.music-tab{flex:1;padding:.5rem;border:none;background:none;font-size:.75rem;font-weight:600;cursor:pointer;color:var(--text-muted, #888);transition:all .2s}.music-tab.active{color:#6c63ff;border-bottom:2px solid #6c63ff}.music-tab:hover:not(.active){color:var(--text-primary, #333)}.music-search{display:flex;gap:.3rem;padding:.6rem;border-bottom:1px solid var(--input-border, #e0e0e0)}.music-search input{flex:1;padding:.4rem .6rem;border:1px solid var(--input-border, #ddd);border-radius:8px;font-size:.8rem;outline:none;background:var(--input-bg, white);color:var(--text-primary, #333)}.music-search input:focus{border-color:#6c63ff}.music-search button{padding:.4rem .6rem;background:#6c63ff;color:#fff;border:none;border-radius:8px;font-size:.8rem;cursor:pointer}.music-results{flex:1;overflow-y:auto;max-height:220px}.music-item{display:flex;gap:.5rem;padding:.5rem .8rem;cursor:pointer;transition:background .2s;align-items:center}.music-item:hover{background:#6c63ff0d}.music-item.active{background:#6c63ff1a}.music-thumb{width:40px;height:30px;border-radius:4px;object-fit:cover;flex-shrink:0}.music-info{display:flex;flex-direction:column;overflow:hidden;min-width:0}.music-item-title{font-size:.75rem;font-weight:600;color:var(--text-primary, #333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-item-channel{font-size:.65rem;color:var(--text-muted, #999)}.music-fav-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:.2rem;flex-shrink:0;transition:transform .2s}.music-fav-btn:hover{transform:scale(1.2)}.music-empty{text-align:center;padding:1.5rem 1rem;font-size:.8rem;color:var(--text-muted, #999)}@media (max-width: 900px){.music-player{width:calc(100% - 2rem);right:1rem;bottom:1rem;max-height:60vh}.music-mini{right:1rem;bottom:1rem}.music-iframe-container.full-pos{right:1rem;width:calc(100% - 2rem);height:140px;bottom:calc(1rem + 38px)}.music-iframe-container.mini-pos{right:1rem;bottom:calc(1rem + 30px)}}.music-mini{position:fixed;bottom:1.5rem;right:1.5rem;width:200px;background:var(--modal-bg, white);border-radius:12px;box-shadow:0 4px 20px #0003;z-index:900;overflow:hidden}.music-mini iframe{display:block;border-radius:12px 12px 0 0}.music-mini-empty{width:200px;height:60px;display:flex;align-items:center;justify-content:center;background:#6c63ff;color:#fff;font-size:.85rem}.music-mini-controls{padding:.4rem .5rem;display:flex;align-items:center;gap:.3rem}.music-mini-title{flex:1;font-size:.65rem;color:var(--text-secondary, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-mini-btns{display:flex;gap:.2rem}.music-mini-btns button{background:none;border:none;font-size:.85rem;cursor:pointer;color:var(--text-muted, #888);padding:.1rem .3rem;border-radius:4px}.music-mini-btns button:hover{background:#6c63ff1a;color:#6c63ff}.admin-toggle-btn{background:none;border:1px solid var(--input-border);border-radius:8px;padding:.3rem .6rem;font-size:1rem;cursor:pointer;transition:background .2s}.admin-toggle-btn:hover{background:#6c63ff1a}.admin-modal{max-width:500px;max-height:80vh;overflow-y:auto}.admin-count{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.admin-user-list{display:flex;flex-direction:column;gap:.8rem}.admin-user-item{padding:.8rem;border:1px solid var(--input-border, #e0e0e0);border-radius:10px;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-user-info{flex:1;min-width:150px}.admin-user-name{display:block;font-weight:600;font-size:.9rem;color:var(--text-primary)}.admin-badge{display:inline-block;margin-left:.4rem;font-size:.65rem;background:#6c63ff;color:#fff;padding:.1rem .4rem;border-radius:4px;font-weight:600}.admin-user-meta{font-size:.7rem;color:var(--text-muted)}.admin-user-actions{display:flex;gap:.3rem}.admin-action-btn{background:none;border:1px solid var(--input-border);border-radius:6px;padding:.3rem .5rem;font-size:.9rem;cursor:pointer;transition:background .2s}.admin-action-btn:hover{background:#6c63ff1a}.admin-action-btn.delete:hover{background:#ffebee}.admin-reset-pw{display:flex;gap:.3rem;width:100%}.admin-reset-pw input{flex:1;padding:.3rem .5rem;border:1px solid var(--input-border);border-radius:6px;font-size:.75rem;outline:none;background:var(--input-bg, white);color:var(--text-primary)}.admin-reset-pw input:focus{border-color:#6c63ff}.admin-reset-pw button{padding:.3rem .6rem;background:#ff9800;color:#fff;border:none;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;white-space:nowrap}.admin-reset-pw button:hover{background:#f57c00}
