.header{position:fixed;top:0;left:0;right:0;z-index:999;background-color:#003069;height:4vh;align-items:center;justify-content:space-between;display:flex}.navigation{width:100%;display:flex;justify-content:space-between}.navigation p{color:#ffd24f;margin-inline:5vh;font-style:normal;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.side{display:flex;align-items:center}.about-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.about-content{position:relative;background:#f9f9f9;padding:20px;border-radius:8px;width:90%;max-width:500px;text-align:left;box-shadow:0 4px 12px #0003}.about-header{background-color:#003069;color:#fff;text-align:center;padding:12px 16px;border-top-left-radius:8px;border-top-right-radius:8px;margin:-20px -20px 20px}.about-close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:24px;font-weight:700;color:#fff;cursor:pointer;z-index:10}.poster{width:100%;height:400px;display:flex;flex-direction:column}.card-img-top{width:100%;height:250px;object-fit:cover;display:block}.setdescription{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#f8f9fa}.setdescription p{margin:.3rem 0;font-size:1rem;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.grid{max-width:75%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem}.page-title{margin:0;font-size:2.5rem;font-weight:700}.grid-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.image-container{overflow:hidden;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:box-shadow .3s ease}.image-container:hover{cursor:pointer;box-shadow:0 20px 25px -5px #00000026}#root{max-width:100%;padding:2rem;text-align:center;margin:0 auto;display:flex;justify-content:center;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}.form-container{display:flex;flex-direction:column;align-items:center;max-width:100%}.image-details{max-width:70%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.people-depicted{max-width:500px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.image-display{width:500px;border-radius:4px;margin-bottom:15px}.form-button:hover{background-color:#0056b3}.pagination-container{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.pagination-button{flex:1;width:150px;text-align:center;padding:.5rem 1rem;background-color:#e5e7eb;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.pagination-button:hover:not(:disabled){background-color:#d1d5db}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:1.125rem;font-weight:500}.textarea-container{max-width:100%;display:flex;flex-direction:row;margin-bottom:1.5rem;gap:1rem}textarea{padding:.5rem;height:1rem;font-size:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #ccc;width:100%;resize:none;-webkit-user-select:none;user-select:none;overflow:hidden;pointer-events:auto}.submit-button{min-width:30%;padding:12px;margin-bottom:10px;font-size:1rem;cursor:pointer;border-radius:4px;border:none;background-color:#007bff;color:#fff;transition:background-color .3s ease}.submit-button:hover{background-color:#1e40af}.submit-button.submitted{background-color:#22c55e;cursor:not-allowed}.submit-another{cursor:pointer;text-decoration:underline;-webkit-user-select:none;user-select:none}.error-inline{color:red}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
