.links{margin-left:auto;margin-right:20px;display:flex;justify-content:space-between;align-items:center}.list{font-family:Courier New,Courier,monospace;font-size:18px;font-weight:700;margin:0 10px;color:maroon;padding:14px 16px;border-radius:10px;text-decoration:none;transition:background-color .2s ease-in-out}.list:hover{background-color:silver;border-radius:10px}.background{position:relative;height:100vh;width:100%;overflow:hidden}.background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to bottom,#00000080,#000000b3),url(/assets/homepage-B-b_xBiR.png);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1}.firstparagraph{position:relative;z-index:1;font-family:Courier New,Courier,monospace;font-size:20px;color:#fff;text-align:center;margin-top:50px;padding:20px;background-color:#000;border-radius:10px;max-width:800px;margin-left:auto;margin-right:auto}.container{margin:20px;font-family:Arial,sans-serif}.editor-container{display:flex;gap:20px;align-items:flex-start}.left-panel{width:300px}.field{margin-bottom:15px}.field label{display:block;margin-bottom:5px;font-weight:700}.field input,.field textarea{width:100%;padding:8px;box-sizing:border-box}.action-buttons{display:flex;gap:10px;margin-bottom:20px}.action-button{padding:10px 15px;background-color:#007bff;color:#fff;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease;flex:1}.action-button:hover{background-color:#0056b3}.action-button.active{background-color:#28a745}.action-button.active:hover{background-color:#1e7e34}.button-group{display:flex;gap:10px;margin-bottom:20px}.save-button{padding:10px 15px;background-color:#28a745;color:#fff;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease;flex:1}.save-button:hover{background-color:#218838}.back-button{padding:10px 15px;background-color:#6c757d;color:#fff;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease;flex:1}.back-button:hover{background-color:#5a6268}.right-panel{flex:1}.right-panel h3{margin-bottom:10px}.grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px}.grid-cell{border:1px solid #ccc;padding:5px;min-height:80px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:4px}.grid-cell textarea{width:100%;height:100%;resize:none;border:none;outline:none;background:transparent;text-align:center;font-size:14px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.grid-cell.free-space{background-color:#eee;font-weight:700}.createdAt{font-weight:700;margin-bottom:3vh}.marked{background-color:#90ee90}.mysheets-container{font-family:Arial,sans-serif;margin:0;padding:0;min-height:100vh;background-color:#f5f5f5}.navbar{overflow:hidden;width:100%;height:100px;display:flex;justify-content:space-between;align-items:center;outline:1px solid black;outline-offset:-10px;background-color:#fffc}.links{margin-left:auto;margin-right:20px;display:flex;gap:20px}.list{color:#333;font-weight:700;text-decoration:none;padding:10px;transition:background-color .2s ease;border-radius:5px}.list a{color:inherit;text-decoration:none}.list:hover{background-color:#eee}.mysheets-title{text-align:center;margin-top:20px;color:#333;font-size:2rem}.no-sheets{text-align:center;color:#777;margin-top:40px;font-size:1.1rem}.sheets-list{list-style-type:none;padding:0;max-width:1200px;margin:30px auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.sheet-card{background-color:#fff;border-radius:8px;border:1px solid #ddd;padding:15px;transition:box-shadow .2s ease;display:flex;flex-direction:column;justify-content:space-between}.sheet-card:hover{box-shadow:0 2px 8px #0003}.sheet-card-title{margin:0 0 10px;color:#333;font-size:1.25rem}.sheet-card-description{margin:0 0 15px;color:#555;font-size:.95rem}.sheet-card-actions{display:flex;gap:10px}.edit-button,.delete-button{padding:8px 12px;border:none;border-radius:4px;font-weight:700;cursor:pointer}.edit-button{background-color:#007bff;color:#fff}.edit-button:hover{background-color:#0056b3}.delete-button{background-color:#dc3545;color:#fff}.delete-button:hover{background-color:#c82333}.new-sheet-button{display:block;margin:0 auto 40px;padding:12px 20px;background-color:#28a745;border:none;border-radius:4px;font-weight:700;color:#fff;cursor:pointer;transition:background-color .2s ease}.new-sheet-button:hover{background-color:#218838}
