@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--bg-color:#0f1115;--panel-bg:#191c2499;--panel-border:#ffffff14;--primary:#6366f1;--primary-hover:#4f46e5;--text-main:#f8fafc;--text-muted:#94a3b8;--danger:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(circle at 15%,#6366f126,#0000 25%),radial-gradient(circle at 85% 30%,#10b9811a,#0000 25%);height:100vh;font-family:Inter,sans-serif;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}input,textarea{font-family:inherit}.glass{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:12px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.app-container{gap:16px;height:100vh;padding:16px;display:flex}.sidebar{flex-direction:column;flex-shrink:0;width:240px;padding:20px 12px;display:flex}.brand{background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:8px;margin-bottom:32px;padding:0 12px;font-size:1.5rem;font-weight:700;display:flex}.nav-item{color:var(--text-muted);border-radius:8px;align-items:center;gap:12px;margin-bottom:4px;padding:12px;font-weight:500;text-decoration:none;display:flex}.nav-item:hover{color:var(--text-main);background:#ffffff0d}.nav-item.active{color:#a5b4fc;background:#6366f126}.list-panel{flex-direction:column;flex-shrink:0;width:320px;display:flex}.list-header{border-bottom:1px solid var(--panel-border);padding:20px}.search-bar{border:1px solid var(--panel-border);color:#fff;background:#0003;border-radius:8px;outline:none;width:100%;margin-top:12px;padding:10px 14px}.search-bar:focus{border-color:var(--primary)}.item-list{flex:1;padding:12px;overflow-y:auto}.list-item{cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:8px;margin-bottom:8px;padding:12px 16px}.list-item:hover{background:#ffffff0d}.list-item.active{background:#6366f11a;border-color:#6366f14d}.viewer-panel{flex-direction:column;flex:1;display:flex;overflow:hidden}.viewer-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:20px;display:flex}.viewer-content{flex:1;padding:24px;overflow-y:auto}.btn{border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-danger{color:var(--danger);background:#ef44441a}.btn-danger:hover{background:#ef444433}.form-group{margin-bottom:16px}.form-label{color:var(--text-muted);margin-bottom:8px;font-size:.9rem;display:block}.form-input{border:1px solid var(--panel-border);color:#fff;background:#0003;border-radius:8px;outline:none;width:100%;padding:10px 14px}.form-input:focus{border-color:var(--primary)}.auth-container{justify-content:center;align-items:center;height:100vh;display:flex}.auth-box{width:100%;max-width:400px;padding:32px}.auth-title{text-align:center;background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:24px;font-size:2rem}
