body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.san-container{background-color:#f8fafc;display:flex;min-height:100vh}.san-sidebar{background-color:#0f172a;color:#cbd5e1;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s ease;z-index:1000}.san-sidebar.expanded{width:250px}.san-sidebar.collapsed{width:80px}.san-menu-item{align-items:center;color:#94a3b8;display:flex;gap:15px;padding:12px 20px;text-decoration:none;transition:all .2s}.san-menu-item.active,.san-menu-item:hover{background-color:#2563eb;color:#fff}.san-main-content{flex:1 1;padding:20px;transition:margin-left .3s ease}.content-expanded{margin-left:250px}.content-collapsed{margin-left:80px}.san-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;height:60px;margin-bottom:20px;padding:0 20px}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow-x:auto;padding:20px}.san-table{border-collapse:collapse;font-size:14px;width:100%}.san-table th{background-color:#f1f5f9;border-bottom:2px solid #e2e8f0;color:#475569;padding:12px 15px;text-align:left}.san-table td{border-bottom:1px solid #f1f5f9;color:#1e293b;padding:12px 15px}.san-table tr:hover{background-color:#f8fafc}.badge{border-radius:6px;font-size:12px;font-weight:600;padding:4px 8px}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#dcfce7;color:#15803d}.badge-orange{background:#ffedd5;color:#9a3412}.btn-add{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-bottom:20px;padding:10px 20px;text-decoration:none;transition:background .2s}.btn-add:hover{background:#1d4ed8}.action-link{font-weight:500;margin-right:10px;text-decoration:none}.edit{color:#2563eb}.delete{background:none;border:none;color:#ef4444;cursor:pointer}.app{background-color:#f5f5f5;flex-direction:column;min-height:50vh;padding:10px 20px;text-align:center}.app,.app .top-bar{align-items:center;display:flex}.app .top-bar{justify-content:space-between;margin-bottom:20px;max-width:1200px;width:100%}.app .top-bar .addHome{background-color:teal;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px;white-space:nowrap}.app .top-bar .title{flex:1 1;font-size:28px;margin:0;text-align:center}.app .top-bar .toggle-actions{background:#0000;border:none;cursor:pointer;height:12px;width:12px}.app .top-bar .toggle-actions:hover{background:#00000026;border-radius:50%}.app .books{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin-top:30px;max-width:1200px;width:100%}.app .books .book{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:15px}.app .books .book img{border-radius:5px;height:250px;margin-bottom:10px;object-fit:cover;width:100%}.app .books .book .clickable-img{cursor:pointer}.app .books .book h1{font-size:18px;margin:10px 0 5px}.app .books .book p{color:#525050;font-size:14px;text-align:justify;white-space:pre-line}.app .books .book span{font-weight:700;margin:10px 0}.app .books .book .actions{align-items:flex-start;display:flex;gap:8px;justify-content:center;margin-top:10px}.app .books .book .actions button{align-items:center;border-radius:10px;cursor:pointer;display:flex;font-size:13px;justify-content:center;min-height:32px;padding:4px 8px;text-align:center;white-space:normal}.app .books .book .delete{background-color:#fff;border:1px solid #f5bfbf;color:#f26464}.app .books .book .update{background-color:#fff;border:1px solid #ccccf3;color:#8b8bea}.app .books .book .more-info{background-color:#28a745;border:none;color:#fff;font-weight:700;line-height:1.2;max-width:90px}.app .books .book .more-info:hover{background-color:#218838}.app .form{display:flex;flex-direction:column;gap:10px}.app .form input{border:1px solid gray;padding:10px;width:250px}.app .form .add-btn,.app .form .update-btn{background-color:#007bff;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;margin-top:10px;padding:12px 20px}.app .form .add-btn:hover{background-color:#0056b3}@media(max-width:1000px){.app .books{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.app .books{grid-template-columns:1fr}}
/*# sourceMappingURL=main.c6a8a343.css.map*/