*{box-sizing:border-box}body{color:#1e293b;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}:root{--primary:#071d49;--danger:#d61f2c;--border:#dcdfe5;--bg:#f5f6fa}body{background:var(--bg);margin:0;padding:0;font-family:sans-serif}.action-buttons{align-items:center;gap:10px;display:flex}.drive-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:inline-flex}.drive-btn:hover{background:#f5f5f5;transform:translateY(-1px)}.drive-btn img{object-fit:contain;width:24px;height:24px}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.edit-btn{background:var(--primary);color:#fff}.delete-btn{background:var(--danger);color:#fff}.edit-btn:hover,.delete-btn:hover{opacity:.9}
