.albums-page .albums-page-title{text-align:center;font-weight:500;font-size:50px;max-width:750px;margin:150px auto 50px}.albums-page .albums-page-title--with-banner{margin-top:50px!important}.albums-page{min-height:90vh}.album-action-buttons{position:absolute!important;bottom:50px;right:25px}@media (max-width:768px){.album-action-buttons{margin-top:50px}}.albums-page .albums-filter-options{width:100%;display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:100px;gap:12px}.albums-page .filter-row{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:800px;margin:10px auto}.albums-page .filter-row .album-search-bar{max-width:500px;width:100%;display:flex}.albums-page .filter-row .album-search-bar input{border-radius:120px;border:1px solid #e5e7eb;padding:12px 16px;font-size:16px;line-height:1.5;width:100%;background-color:white;color:#000;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.05)}.albums-page .filter-row .album-search-bar input:focus{outline:none}@media (max-width:768px){.albums-page .filter-row{flex-direction:column;gap:16px;align-items:center;justify-content:center}.albums-page .filter-row .album-search-bar{max-width:400px}}.infinite-scroll-loader{padding:40px 0;gap:20px}.infinite-scroll-loader,.loading-more-state{width:100%;display:flex;flex-direction:column;align-items:center}.loading-more-state{gap:30px}.loading-indicator{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px;background:rgba(255,255,255,.9);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.loading-indicator p{margin:0;color:#666;font-size:14px;font-weight:500}.spinner{width:24px;height:24px;border:3px solid #f0f0f0;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.pagination-error-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:30px;background:rgba(255,245,245,.9);border:1px solid #fecaca;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:400px;text-align:center}.pagination-error-state .error-message{margin:0;color:#dc2626;font-size:14px;line-height:1.5}.retry-pagination-button{background:#dc2626;color:white;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.retry-pagination-button:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.retry-pagination-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.infinite-scroll-end-message{text-align:center;padding:60px 20px;margin-top:40px}.end-message-content{display:flex;flex-direction:column;gap:12px}.end-message-content p{margin:0;color:#666}.end-message-content p:first-child{font-size:18px;font-weight:600;color:#333}.albums-count{font-size:14px;color:#888}.offline-indicator{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:12px 24px;border-radius:8px;text-align:center;margin:20px auto;max-width:500px;font-size:14px;font-weight:500}.offline-indicator p{margin:0}.albums-page .album-search-bar input{border-radius:12px;border:1px solid #e5e7eb;padding:12px 16px;font-size:16px;line-height:1.5;width:100%;background-color:white;color:#000000;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.05)}.albums-page .album-search-bar input:hover{border-color:#232323;box-shadow:0 1px 3px rgba(0,0,0,.1)}.albums-page .album-search-bar input:focus{outline:none;border-color:#000000}.albums-page .album-search-bar input::placeholder{color:#9ca3af}.public-albums-wrapper{padding:20px}.public-album-container{box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:20px;margin-top:20px;margin-bottom:30px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.album-detail-container{position:absolute;bottom:0;left:0;right:0;z-index:5;color:white;padding:24px 36px;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.album-detail-container .photographer-name,.album-detail-container h2,.album-detail-container p{text-shadow:1px 1px 3px rgba(0,0,0,.7);color:white!important;margin:0}.album-detail-container .album-link{color:black;background-color:white;padding:8px 14px;border-radius:20px;text-decoration:none;transition:background-color .2s,transform .2s;transform-origin:center center;white-space:nowrap;font-weight:500;height:36px;box-sizing:border-box;display:flex;align-items:center;font-family:Poppins,serif;font-size:14px}.album-detail-container .album-link.pulsate{animation:pulse-glow 1.5s ease-in-out 3;position:relative;z-index:10}@keyframes pulse-glow{0%{transform:scale(1);box-shadow:0 0 10px rgba(255,255,255,.4),0 0 20px rgba(255,255,255,.2),0 0 30px rgba(255,255,255,.1);background-color:white}50%{transform:scale(1.15);box-shadow:0 0 20px rgba(255,255,255,.8),0 0 40px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.4);background-color:rgba(255,255,255,.95)}to{transform:scale(1);box-shadow:0 0 10px rgba(255,255,255,.4),0 0 20px rgba(255,255,255,.2),0 0 30px rgba(255,255,255,.1);background-color:white}}.favourite-button{border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;color:#6b7280;background:transparent}.favourite-button:hover{transform:scale(1.1);color:#374151}.favourite-button.favourited{color:#000000}.favourite-button.favourited:hover{color:#374151}.favourite-container{display:flex;align-items:center;gap:2px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;padding:8px 12px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease-in-out;height:36px;box-sizing:border-box}.favourite-container:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.favourites-count{color:#374151;font-size:14px;font-weight:500;min-width:max-content}.album-detail-container .album-actions-container{margin-bottom:15px;display:flex;align-items:center;gap:12px}.album-details{flex-grow:1}.album-details h2{font-size:1.4rem;font-weight:700}.photographer-detail-container{display:flex;column-gap:10px;align-items:center;flex-shrink:0;margin-top:8px}.photographer-detail-container .photographer-pro-pic{border-radius:50%;object-fit:cover;width:30px;height:30px;border:1px solid white;opacity:.85}.photographer-detail-container .photographer-name{font-weight:400;font-size:.9rem;opacity:.85}.album-slider .swiper-wrapper{height:400px}.album-slider .swiper-wrapper .swiper-slide img{height:400px;width:auto;object-fit:contain}.photo-grid{grid-template-columns:1fr;grid-gap:16px;gap:16px}.album-slider-wrapper{position:relative;border-radius:8px;overflow:hidden;touch-action:pan-y}.album-swiper-button-next,.album-swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background-color:rgba(255,255,255,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#333;cursor:pointer;z-index:10;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s}.album-swiper-button-next:hover,.album-swiper-button-prev:hover{background-color:rgba(255,255,255,.9)}.album-swiper-button-prev{left:10px}.album-swiper-button-next{right:10px}@media (min-width:769px){.album-swiper-button-next,.album-swiper-button-prev{display:flex}}.public-album-container:hover .album-swiper-button-next,.public-album-container:hover .album-swiper-button-prev{opacity:1}.album-slider .swiper-slide{width:auto;min-width:250px}.photographer-detail-container .photographer-name{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.albums-page .albums-page-title{font-size:28px;max-width:90%}.albums-page .albums-filter-options{width:90%;margin:auto}.album-detail-container .album-link{font-size:12px;padding:8px 10px;height:32px}.favourite-container{height:32px;padding:6px 10px}.favourite-button{width:28px;height:28px}.favourites-count{font-size:12px}.album-slider .swiper-wrapper,.album-slider .swiper-wrapper .swiper-slide img{height:500px;object-fit:contain}.album-detail-container{flex-direction:column;align-items:center;padding:15px 20px}.album-details{flex:1 1 auto;text-align:center}.album-detail-container .album-actions-container{position:static;width:auto;margin:-15px 0 0;display:flex;align-items:center;justify-content:center;gap:12px}.photographer-detail-container{justify-content:center}.photographer-detail-container .photographer-name{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}}@media screen and (min-width:1024px){.photo-grid{grid-template-columns:repeat(2,1fr)}}.photo-error-overlay{position:absolute;top:5px;right:5px;background:rgba(220,53,69,.9);color:white;border-radius:50%;width:20px;height:20px;font-size:12px;z-index:10}.error-state,.photo-error-overlay{display:flex;align-items:center;justify-content:center}.error-state{min-height:400px;padding:2rem;margin:2rem 0}.error-content{text-align:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:2rem;max-width:500px;width:100%}.error-content h3{color:#dc3545;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.error-content p{color:#6c757d;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.retry-button{background:#007bff;color:white;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.retry-button:hover:not(:disabled){background:#0056b3}.retry-button:disabled{background:#6c757d;cursor:not-allowed}.retry-button:focus{outline:none;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.toast-error{background-color:#dc3545}.toast-error,.toast-success{color:white;border-radius:4px;padding:1rem;margin:.5rem 0}.toast-success{background-color:#28a745}@media (max-width:768px){.error-state{padding:1rem;margin:1rem 0}.error-content{padding:1.5rem}.error-content h3{font-size:1.25rem}.error-content p{font-size:.9rem}}.photo-thumbnail-container,.photo-thumbnail-container img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.photo-thumbnail-container img{-webkit-user-drag:none}.album-slider .swiper-wrapper{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.album-slider .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform}.cover-selection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.cover-selection-modal{background:white;border-radius:12px;max-width:90vw;max-height:85vh;width:800px;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.cover-selection-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.cover-selection-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.cover-selection-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s ease}.cover-selection-close:hover{background-color:#f3f4f6;color:#374151}.cover-selection-content{padding:24px;overflow-y:auto;flex:1 1}.cover-selection-content p{margin:0 0 20px;color:#6b7280;font-size:14px}.cover-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:minmax(120px,auto);grid-gap:12px;gap:12px;max-height:400px;overflow-y:auto;padding-right:8px;align-items:start}.cover-thumbnail{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;transition:all .2s ease;min-height:120px}.cover-thumbnail:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.15)}.cover-thumbnail-content{width:100%;height:100%;cursor:pointer;position:relative;display:block}.cover-thumbnail-content img{width:100%;height:100%;object-fit:cover;display:block}.cover-remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background-color:rgba(0,0,0,.7);color:white;border:none;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;line-height:1}.cover-remove-btn:hover{background-color:#dc2626;transform:scale(1.1)}.cover-remove-btn:active{transform:scale(.95)}.cover-selected-indicator{position:absolute;top:8px;right:8px;background-color:#000;color:white;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.cover-selection-section{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px}.cover-selection-info{display:flex;align-items:center;gap:8px}.cover-label{font-weight:500;color:#374151}.cover-selected{color:#059669;font-weight:500;font-size:14px}.cover-none{color:#6b7280;font-style:italic;font-size:14px}.cover-tip{margin-top:8px;padding:8px 12px;background-color:#ffffff;border:1px solid #d4d4d4;border-radius:20px;color:#000000;font-size:13px;font-weight:500}.choose-cover-button{font-size:14px;padding:8px 16px}.choose-cover-button:disabled{opacity:.5;cursor:not-allowed}.photo-management-section{display:flex;justify-content:center;margin-bottom:20px}.view-all-photos-button{font-size:14px;padding:8px 16px}.no-photos-message{text-align:center;padding:40px 20px;color:#6b7280}.no-photos-message p{margin:0;font-style:italic}@media (max-width:768px){.cover-selection-modal{width:95vw;max-height:90vh}.cover-selection-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.cover-selection-section{flex-direction:column;gap:12px;align-items:stretch}.cover-selection-info{justify-content:center}}.primary-button{background-color:#000000;border-radius:20px;padding:10px 20px;color:#fff;border:0;font-family:Parkinsans,serif;font-size:14px;cursor:pointer;line-height:1.7em}.primary-button:disabled{background-color:#a2a2a2;cursor:not-allowed}.button-spinner{display:inline-block;width:12px;height:12px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite;margin-right:6px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.secondary-button{background-color:transparent!important;border-radius:20px;padding:10px 20px;color:#000!important;border:1px solid #000!important;font-family:Parkinsans,serif;font-size:14px;cursor:pointer;line-height:1.7em}.secondary-button:hover{background-color:#f5f5f5!important}.secondary-button:disabled{color:#a2a2a2!important;border-color:#a2a2a2!important;cursor:not-allowed}.secondary-button:disabled,.secondary-button:disabled:hover{background-color:transparent!important}.bulk-delete-button,.delete-album-button,.manage-chapters-button{background-color:transparent!important;border-radius:20px;padding:10px 20px;color:#000!important;border:1px solid #000!important;font-family:Parkinsans,serif;font-size:14px;cursor:pointer;line-height:1.7em}.bulk-delete-button:hover,.delete-album-button:hover,.manage-chapters-button:hover{background-color:#f5f5f5!important}.bulk-delete-button:disabled{color:#a2a2a2!important;border-color:#a2a2a2!important;cursor:not-allowed}.bulk-delete-button:disabled,.bulk-delete-button:disabled:hover{background-color:transparent!important}.modal-actions{align-items:flex-start;gap:20px}.modal-actions,.modal-actions-proofing-upload{display:flex;justify-content:space-between;flex-wrap:wrap}.modal-actions-proofing-upload{margin-top:20px;align-items:center;gap:2px;position:-webkit-sticky;position:sticky;bottom:0;background:#fff;z-index:10}.modal-actions-proofing-upload-buttons{gap:10px;display:flex}.action-buttons-left{display:flex;flex-wrap:wrap;gap:10px;align-items:center;flex:1 1}.action-buttons-right{display:flex;gap:10px;align-items:center;flex-shrink:0}.action-buttons-center{position:relative;left:50%;transform:translateX(-50%)}@media (max-width:768px){.modal-actions{flex-direction:column;align-items:stretch}.action-buttons-left{justify-content:flex-start;margin-bottom:10px}.action-buttons-right{justify-content:flex-end;align-self:flex-end}}.rich-text-editor-wrapper{margin-bottom:10px}.editor-container{position:relative}.lexical-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#f9fafb;border:1px solid #d1d5db;border-bottom-color:#e5e7eb;border-radius:8px 8px 0 0}.lexical-content-editable-wrapper{position:relative}.toolbar-button{display:flex;align-items:center;justify-content:center;padding:6px 8px;border:1px solid transparent;border-radius:4px;background-color:transparent;color:#374151;font-size:12px;font-family:Parkinsans,serif;cursor:pointer;transition:all .2s ease;min-width:32px;height:28px}.toolbar-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.toolbar-button.active,.toolbar-button:active{background-color:#3b82f6;color:white;border-color:#2563eb}.toolbar-separator{width:1px;height:20px;background-color:#d1d5db;margin:0 4px}.lexical-content-editable{border:1px solid #d1d5db;border-top:none;border-radius:0 0 8px 8px;padding:12px;min-height:120px;font-size:14px;font-family:Parkinsans,serif;line-height:1.5;color:#374151;background-color:white;outline:none}.lexical-content-editable p{margin:0}.lexical-content-editable:focus{border-color:#000000}.lexical-placeholder{position:absolute;top:0;left:0;right:0;padding:12px;color:#9ca3af;font-size:14px;font-family:Parkinsans,serif;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5}.char-counter{text-align:right;font-size:12px;color:#6b7280;margin-top:5px;font-family:Parkinsans,serif}.lexical-bold{font-weight:700}.lexical-italic{font-style:italic}.lexical-underline{text-decoration:underline}.lexical-content-editable ul{list-style-type:disc;margin-left:20px;padding-left:0}.lexical-content-editable ol{list-style-type:decimal;margin-left:20px;padding-left:0}.lexical-content-editable li{margin-bottom:4px}@media (max-width:768px){.lexical-toolbar{padding:6px 8px;gap:6px}.toolbar-button{padding:4px 6px;font-size:11px;min-width:28px;height:24px}.lexical-content-editable{padding:10px;min-height:100px;font-size:13px}.lexical-placeholder{font-size:13px}}.album-category-filter{position:relative;width:auto;flex-shrink:0}.album-category-filter select{width:100%;border:1px solid #e5e7eb;border-radius:120px;background-color:white;font-size:16px;color:#9da3af;cursor:pointer;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding:16px 40px 16px 16px}.album-category-filter select:focus{outline:none;border-color:#000000}.album-applied-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pin-required-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.album-error{text-align:center;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);max-width:400px;margin:2rem auto}.album-error h2{color:#1f2937;margin-bottom:1rem;font-family:Poppins,serif}.album-error p{color:#6b7280;font-family:Poppins,serif}.pin-modal-content{text-align:center;position:relative}.lock-icon-container{display:flex;justify-content:center;margin-bottom:1.5rem}.lock-icon-large{font-size:3.5rem!important;color:#6b7280;opacity:.7}.pin-modal-subtitle{color:#6b7280;font-size:1rem;line-height:1.5;margin:1rem 0 2rem;font-family:Poppins,serif}.pin-modal-content input[type=password],.pin-modal-content input[type=text]{text-align:center;letter-spacing:3px;font-weight:600;font-size:16px;padding:10px;background-color:#fafafa}.pin-modal-content input[type=password]:focus,.pin-modal-content input[type=text]:focus{background-color:#ffffff;outline:none}.pin-help-text{margin:.75rem 0 0;font-size:.875rem;color:#9ca3af;text-align:center;font-family:Poppins,serif}.pin-input-field{width:-moz-fit-content!important;width:fit-content!important;text-align:center;letter-spacing:3px;font-weight:600;font-size:16px;padding:8px;border:1px solid #cccccc;border-radius:4px;outline:none;background-color:#ffffff;margin:0 auto;display:block;font-family:Parkinsans,serif}.pin-input-field::placeholder{font-family:Poppins,sans-serif;font-weight:400;letter-spacing:normal}.pin-input-field:focus{box-shadow:0 0 5px rgba(0,123,255,.3)}.modal-form{display:flex;flex-direction:column;height:100%;min-height:0}.modal-header{position:-webkit-sticky;position:sticky;background:white;z-index:10;padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;z-index:20}.modal-header h2{margin:0;flex:1 1;text-align:center}.modal-content-scrollable{flex:1 1;overflow-y:auto;padding:20px;min-height:0}.modal-footer{position:-webkit-sticky;position:sticky}.modal-footer,.modal-footer.cover-modal{bottom:0;background:white;border-top:1px solid #e5e7eb;padding:10px 0;z-index:10;display:flex;gap:15px;justify-content:flex-end}.modal-footer.cover-modal{position:relative}.cover-status-container{display:flex;justify-content:center;align-items:center}.cover-not-selected-status,.cover-selected-status{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;font-family:Poppins,serif;font-size:14px;font-weight:500;transition:all .2s ease}.cover-selected-status{background-color:#888;color:#ffffff;border:1px solid #ccc}.cover-not-selected-status{background-color:#ffffff;color:#000000;border:1px solid #ccc}.cover-status-icon{font-size:16px;display:flex;align-items:center}.cover-status-text{margin:0}.MuiFormControlLabel-root{margin-left:0!important;margin-right:16px}.MuiCheckbox-root{padding-left:0!important}.modal-content-scrollable .chapters-section .chapter-group input{margin-top:5px!important}@media (max-width:768px){.modal-content-scrollable{flex:1 1;overflow-y:auto;padding:20px 0;min-height:0}}.exceed-limit-container{position:-webkit-sticky;position:sticky;bottom:87px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin:0 20px 10px;z-index:15}.exceed-limit-container p{margin:4px 0;font-size:14px;font-family:Parkinsans,serif;line-height:1.5}.profile-tabs-sticky-wrapper{position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:16px 20px;transition:box-shadow .2s ease}.profile-tabs-container{display:flex;justify-content:center;gap:0;margin:0 auto;max-width:320px;background:#f2f2f2;border-radius:50px;padding:4px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.1)}.profile-tabs-container.profile-tabs-single{max-width:180px}.profile-tabs-slider{position:absolute;top:4px;left:4px;height:calc(100% - 8px);background:#fff;border-radius:50px;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}.profile-tab-btn{flex:1 1;padding:10px 28px;font-size:15px;font-weight:500;font-family:Parkinsans,serif;border:none;border-radius:50px;cursor:pointer;background:transparent;color:#666;transition:color .3s ease;position:relative;z-index:1;white-space:nowrap}.profile-tab-btn.active,.profile-tab-btn:hover{color:#000}.profile-tab-panel{padding-top:8px}.manage-featured-prompt-wrapper{padding:20px}.manage-featured-prompt{display:flex;align-items:center;justify-content:space-between;background:#f8f9fa;border-radius:12px;padding:24px;margin:0 0 30px;gap:20px;border:1px dashed #d0d0d0}.manage-featured-prompt-text{flex:1 1}.manage-featured-prompt-title{margin:0 0 8px;font-family:Parkinsans,serif;font-size:18px;color:#111;font-weight:600}.manage-featured-prompt-desc{margin:0;font-family:Poppins,sans-serif;font-size:14px;color:#666;line-height:1.5}@media (max-width:600px){.manage-featured-prompt{flex-direction:column;align-items:flex-start;padding:20px}}.profile-tab-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;padding:40px 20px}.profile-tab-placeholder p{font-size:16px;color:#aaa;font-family:Parkinsans,serif;text-align:center}@media (max-width:768px){.profile-tabs-sticky-wrapper{padding:12px 16px}.profile-tabs-container{max-width:260px}.profile-tab-btn{padding:9px 20px;font-size:14px}}.create-album-modal-hero{padding:0!important}.create-album-hero-layout{display:flex;gap:40px;min-height:500px}.create-album-hero__cover{flex:0 0 45%;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:20px;overflow:hidden;position:relative;border:1px solid #e0e0e0}@keyframes pulsateBorder{0%,to{border-color:#e0e0e0;border-width:1px;box-shadow:none}50%{border-color:#000;border-width:3px;box-shadow:0 0 20px rgba(0,0,0,.4),0 0 40px rgba(0,0,0,.2)}}.create-album-hero__cover.pulsate-border{animation:pulsateBorder 1.5s ease-in-out 3}.create-album-hero__cover .cover-preview-image{width:100%;height:100%;object-fit:cover;object-position:center}.cover-change-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);transition:background .2s ease;z-index:2}.cover-change-overlay__btn{transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;background:rgba(255,255,255,.95);color:#111;border:none;border-radius:120px;padding:10px 22px;font-size:14px;font-family:Parkinsans,serif;font-weight:500;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.25);white-space:nowrap}.create-album-hero__cover:hover .cover-change-overlay__btn{opacity:1;transform:translateY(0)}.cover-change-overlay__btn:hover{background:#ffffff;box-shadow:0 4px 20px rgba(0,0,0,.35)}.cover-fit-cover{object-fit:cover!important;max-width:none!important;max-height:none!important}.cover-fit-contain{object-fit:cover!important;width:auto!important;height:auto!important;max-width:40vw!important;max-height:70vh!important}.create-album-hero__cover .cover-placeholder{width:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0}.create-album-hero__cover .cover-placeholder-content{text-align:center;color:#6b7280}.create-album-hero__cover .cover-placeholder-content p{font-size:20px;font-weight:600;margin:0 0 8px;font-family:Parkinsans,serif}.create-album-hero__cover .cover-placeholder-content span{font-size:14px;font-family:Poppins,serif}.create-album-hero__info{flex:1 1;display:flex;flex-direction:column;gap:0;padding:20px;overflow-y:auto;max-height:600px}.create-album-hero__info .form-group{margin-bottom:15px}.create-album-hero__info .form-group label{display:block;margin-bottom:8px;font-weight:500;font-family:Poppins,serif;font-size:14px;color:#374151}.create-album-hero__info .form-group input,.create-album-hero__info .form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;font-family:Poppins,serif;transition:border-color .2s}.create-album-hero__info .form-group input:focus,.create-album-hero__info .form-group select:focus{outline:none;border-color:#000}.create-album-hero__info .edit-description-wrapper{margin-top:0;width:100%;height:100%}.create-album-hero__info .edit-description-wrapper .rich-text-editor-wrapper{margin-bottom:10px}.create-album-hero__info .char-counter{text-align:right;font-size:12px;color:#6b7280;font-family:Poppins,serif;margin-top:8px}.photo-grid-container{margin-top:15px}.cover-selection-hint{font-size:13px;color:#6b7280;margin-bottom:12px;font-family:Poppins,serif;font-weight:500}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:12px;gap:12px;max-height:250px;overflow-y:auto;padding:4px}.photo-grid-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s ease}.photo-grid-item:hover{border-color:#d1d5db;transform:scale(1.02)}.photo-grid-item.selected-cover{border-color:#000;box-shadow:0 4px 12px rgba(0,0,0,.15)}.photo-grid-item img{width:100%;height:100%;object-fit:cover}.photo-grid-item .remove-photo-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.7);color:white;border:none;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s}.photo-grid-item .remove-photo-btn:hover{background:rgba(220,38,38,.9)}.photo-grid-item .cover-badge{position:absolute;top:4px;left:4px;background:rgba(0,0,0,.8);color:white;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;font-family:Poppins,serif;display:flex;align-items:center;gap:4px;z-index:1}.photo-grid-item .cover-badge svg{font-size:14px}.create-album-hero__info .dropzone,.dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#f9fafb}.create-album-hero__info .dropzone:hover,.dropzone:hover{border-color:#9ca3af;background:#f3f4f6}.create-album-hero__info .dropzone.active,.dropzone.active{border-color:#000;background:#e5e7eb}.create-album-hero__info .dropzone p,.dropzone p{margin:0;color:#6b7280;font-family:Poppins,serif;font-size:14px}.create-album-hero__info .dropzone.processing,.dropzone.processing{border-color:#9ca3af;cursor:not-allowed}.dropzone-loading{display:flex;flex-direction:column;align-items:center;gap:12px}.loading-spinner{width:24px;height:24px;border:3px solid #f0f0f0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.album-edit-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin:50px 0}.album-edit-actions .action-buttons-left,.album-edit-actions .action-buttons-right{display:flex;gap:12px;flex-wrap:wrap}.album-empty-state-actions{display:flex;justify-content:center;align-items:center;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px}@media (max-width:900px){.create-album-hero-layout{flex-direction:column}.create-album-hero__cover{flex:0 0 auto;min-height:300px;max-height:400px}.create-album-hero__info{padding:30px 20px;max-height:none;overflow-y:visible}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important}.album-edit-actions{flex-direction:column;align-items:stretch}.album-edit-actions .action-buttons-left,.album-edit-actions .action-buttons-right{width:100%;justify-content:center}}@media (max-width:600px){.create-album-hero__cover{min-height:250px}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important;gap:12px}.create-album-hero-layout{gap:20px}.create-album-hero__info{padding:20px}.album-edit-actions{padding:0 10px}}.change-cover-modal{width:90vw!important;max-width:90vw!important;padding-bottom:0!important}.cover-fit-options--top{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;padding:0}.cover-fit-options--top h3{font-size:14px;font-weight:600;margin:0 0 12px;color:#111;font-family:Poppins,sans-serif}.cover-fit-options--top .radio-group{display:flex;flex-direction:row;gap:24px}.cover-fit-options--top .radio-option{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:14px;color:#374151;cursor:pointer}.cover-modal-previews-row{display:flex;align-items:flex-start;justify-content:space-evenly;gap:20px;margin-bottom:24px}.cover-modal-hero-preview-wrapper,.cover-modal-hero-preview-wrapper--desktop{flex:0 0 auto;width:726px;max-width:726px;min-width:0;margin-bottom:0;display:flex;flex-direction:column}.cover-modal-mobile-preview-wrapper{flex:0 0 auto;min-width:0;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.cover-modal-grid-overlay{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);z-index:3;pointer-events:none}.cover-modal-grid-cell{pointer-events:all;background:transparent;border:1px dashed rgba(255,255,255,.3);cursor:pointer;transition:background .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;outline:none}.cover-modal-grid-cell:hover{background:rgba(255,255,255,.12)}.cover-modal-grid-cell--active{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.8);box-shadow:inset 0 0 0 2px rgba(255,255,255,.6)}.cover-modal-preview-label{text-align:center;font-size:12px;color:#9ca3af;font-family:Poppins,sans-serif;margin:8px 0 0;letter-spacing:.04em}.cover-modal-hero-preview{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#111;box-sizing:border-box}.cover-modal-hero-preview--cover{height:408.375px;min-height:408.375px;max-height:408.375px;box-sizing:border-box}.cover-modal-hero-img--cover{position:absolute;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;max-width:none;max-height:none;display:block}.cover-modal-hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0,rgba(0,0,0,.55));z-index:1}.cover-modal-hero-info--cover{position:absolute;inset:0;z-index:2;padding:24px 28px;display:flex;flex-direction:column;justify-content:center;color:#fff}.cover-modal-hero-photographer{display:flex;align-items:center;gap:10px;margin-bottom:12px}.cover-modal-hero-photographer--contain{margin-bottom:10px}.cover-modal-hero-photographer-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.85);box-shadow:0 1px 4px rgba(0,0,0,.5);flex-shrink:0}.cover-modal-hero-photographer--contain .cover-modal-hero-photographer-img{border:1.5px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cover-modal-hero-photographer-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:rgba(255,255,255,.92);text-shadow:1px 1px 4px rgba(0,0,0,.8);white-space:nowrap}.cover-modal-hero-photographer--contain .cover-modal-hero-photographer-name{color:#374151;text-shadow:none;font-weight:500}.cover-modal-hero-info--cover .cover-modal-hero-title{font-family:Parkinsans,serif;font-size:26px;font-weight:700;margin:0 0 8px;line-height:1.2;text-shadow:1px 1px 6px rgba(0,0,0,.8);color:#fff;word-break:break-word}.cover-modal-hero-info--cover .cover-modal-hero-desc{font-family:Poppins,sans-serif;font-size:13px;color:rgba(255,255,255,.9);text-shadow:1px 1px 4px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cover-modal-hero-preview--contain{display:grid;grid-template-columns:1fr 1fr;height:408.375px;min-height:408.375px;max-height:408.375px;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;padding:24px;grid-column-gap:0;column-gap:0;align-items:center}.cover-modal-hero-img-cell{display:flex;align-items:center;justify-content:center;padding:8px;height:100%;min-height:0;min-width:0}.cover-modal-hero-img--contain{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:4px}.cover-modal-hero-info--contain{display:flex;flex-direction:column;justify-content:center;padding:20px 22px;color:#1f2937;background:#fff}.cover-modal-hero-info--contain .cover-modal-hero-title{font-family:Parkinsans,serif;font-size:20px;font-weight:700;margin:0 0 10px;line-height:1.25;color:#111;word-break:break-word}.cover-modal-hero-info--contain .cover-modal-hero-desc{font-family:Poppins,sans-serif;font-size:12px;color:#4b5563;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.cover-modal-hero-preview--contain:not(:has(img)),.cover-modal-hero-preview--cover:not(:has(img)){background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-family:Poppins,sans-serif;font-size:14px}.cover-modal-mobile-screen{position:relative;width:230px;height:408.375px;min-height:408.375px;max-height:408.375px;box-sizing:border-box;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.cover-modal-mobile-screen--cover{background:#000}.cover-modal-mobile-screen--contain{background:#fff;border:1px solid #e5e7eb;padding:0 0 12px;gap:8px;box-sizing:border-box}.cover-modal-mobile-img--cover{position:absolute;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;max-width:none;max-height:none}.cover-modal-mobile-img-container{flex:1 1;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px 12px 0 0;padding:0;overflow:hidden}.cover-modal-mobile-img--contain{width:100%;height:100%;object-fit:cover;border-radius:0}.cover-modal-mobile-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0,rgba(0,0,0,.55));z-index:1}.cover-modal-mobile-info--cover{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;padding:16px 12px;pointer-events:none}.cover-modal-mobile-info--contain{display:flex;flex-direction:column;gap:4px;padding:0 12px}.cover-modal-mobile-photographer{display:flex;align-items:center;gap:6px;margin-bottom:6px}.cover-modal-mobile-photographer--contain{margin-bottom:4px}.cover-modal-mobile-photographer-img{width:16px;height:16px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.4)}.cover-modal-mobile-photographer--contain .cover-modal-mobile-photographer-img{border:1px solid #d1d5db}.cover-modal-mobile-photographer-name{font-family:Poppins,sans-serif;font-size:8px;color:rgba(255,255,255,.85);text-shadow:0 1px 3px rgba(0,0,0,.7);font-weight:500}.cover-modal-mobile-photographer-name--contain{color:#6b7280;text-shadow:none}.cover-modal-mobile-title{font-family:Parkinsans,serif;font-size:11px;font-weight:700;margin:0 0 4px;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.8);color:#fff;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cover-modal-mobile-title--contain{font-size:10px;color:#111;text-shadow:none;margin:0 0 3px}.cover-modal-mobile-desc{font-family:Poppins,sans-serif;font-size:7px;color:rgba(255,255,255,.85);text-shadow:0 1px 3px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.cover-modal-mobile-desc--contain{font-size:6px;color:#4b5563;text-shadow:none;-webkit-line-clamp:3;line-height:1.4}.new-cover-list-container{margin-top:24px;width:100%}.new-cover-list-container h3{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#111;margin:0 0 16px}.cover-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;max-height:300px;overflow-y:auto;padding:4px}.cover-photo-grid .photo-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.cover-photo-grid .photo-item:hover{transform:scale(1.02)}.cover-photo-grid .photo-item.selected{box-shadow:0 4px 12px rgba(0,0,0,.15)}.cover-photo-grid .photo-item img{display:block;object-fit:cover}@media (max-width:768px){.change-cover-modal{width:95vw!important;max-width:95vw!important;padding:16px!important}.cover-modal-previews-row{flex-direction:column;align-items:center;gap:32px}.cover-modal-hero-preview-wrapper,.cover-modal-hero-preview-wrapper--desktop{width:100%!important;max-width:500px!important;min-width:0}.cover-modal-hero-preview--contain,.cover-modal-hero-preview--cover{height:280px!important;min-height:280px!important;max-height:280px!important}.cover-modal-mobile-preview-wrapper{width:100%;max-width:100%;align-items:center}.cover-modal-mobile-screen{width:100%;max-width:375px;height:auto;min-height:500px;max-height:60vh}.cover-modal-mobile-screen--cover{height:60vh;min-height:500px;max-height:60vh}.cover-modal-mobile-screen--contain{height:auto;min-height:500px;max-height:60vh}.cover-modal-settings-column{width:100%!important;max-width:500px;margin:0 auto}.cover-modal-hero-preview .cover-modal-grid-cell{min-height:35px;min-width:35px;border-width:2px}.cover-modal-hero-preview .cover-modal-grid-cell--active{border-width:3px}.cover-modal-mobile-screen .cover-modal-grid-cell{min-height:50px;min-width:50px;border-width:2px}.cover-modal-mobile-screen .cover-modal-grid-cell--active{border-width:3px}.cover-modal-preview-label{font-size:14px;margin:12px 0 0;font-weight:600;color:#6b7280}.cover-modal-hero-preview .cover-modal-hero-photographer-img{width:24px;height:24px}.cover-modal-hero-preview .cover-modal-hero-photographer-name{font-size:10px}.cover-modal-hero-preview .cover-modal-hero-title{font-size:18px!important}.cover-modal-hero-preview .cover-modal-hero-desc{font-size:11px!important}.cover-modal-hero-info--cover{padding:16px 20px}.cover-modal-hero-info--contain{padding:14px 16px}.cover-photo-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;max-height:250px}.cover-photo-grid .photo-item{min-height:100px}.new-cover-list-container h3{font-size:15px}.cover-modal-settings-column button{min-height:44px;font-size:15px;padding:12px 20px}.overlay-controls-wrapper input[type=checkbox]{width:20px!important;height:20px!important}.overlay-controls-wrapper label{font-size:15px!important}.zoom-control{padding:12px 0;width:100%!important;max-width:100%}.zoom-control>div{width:85%!important;max-width:400px}.zoom-control span{font-size:20px!important;padding:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cover-modal-hero-preview-wrapper .zoom-control,.cover-modal-mobile-preview-wrapper .zoom-control{display:flex;justify-content:center;align-items:center}.showcase-modal-header h2{font-size:20px}.cover-modal-settings-top{margin-bottom:16px!important}.cover-modal-settings-top span{font-size:13px!important}.cover-modal-mobile-photographer-name{font-size:10px}.cover-modal-mobile-title{font-size:14px}.cover-modal-mobile-title--contain{font-size:12px}.cover-modal-mobile-desc{font-size:9px;line-height:1.4}.cover-modal-mobile-desc--contain{font-size:8px}.cover-modal-mobile-photographer-img{width:20px;height:20px}}@media (max-width:480px){.change-cover-modal{padding:12px!important}.cover-modal-previews-row{gap:24px}.cover-modal-hero-preview-wrapper,.cover-modal-hero-preview-wrapper--desktop{max-width:100%!important}.cover-modal-hero-preview--contain,.cover-modal-hero-preview--cover{height:240px!important;min-height:240px!important;max-height:240px!important}.cover-modal-hero-preview .cover-modal-hero-photographer-img{width:20px;height:20px}.cover-modal-hero-preview .cover-modal-hero-photographer-name{font-size:9px}.cover-modal-hero-preview .cover-modal-hero-title{font-size:16px!important}.cover-modal-hero-preview .cover-modal-hero-desc{font-size:10px!important}.cover-modal-hero-info--cover{padding:12px 16px}.cover-modal-hero-info--contain{padding:12px 14px}.cover-modal-mobile-screen{max-width:100%;min-height:400px}.cover-modal-mobile-screen--cover{min-height:400px;height:55vh;max-height:55vh}.cover-modal-settings-column{max-width:100%!important}.cover-photo-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.showcase-modal-header h2{font-size:18px}.new-cover-list-container h3{font-size:14px}.zoom-control>div{width:90%!important}}.album-hero{position:relative;max-width:2000px;min-height:95vh;height:auto;width:100%;overflow-x:hidden;background-color:#ffffff;margin:auto;box-sizing:border-box}.album-hero:has(.cover-fit-cover){display:block;padding:0;color:#ffffff;margin-top:-70px;min-height:calc(95vh + 70px);overflow:visible}.album-hero:has(.cover-fit-contain){display:grid;grid-template-columns:1fr 1fr;align-items:start;grid-column-gap:0;column-gap:0;padding:60px;color:#484848}.album-hero__cover{overflow:hidden;display:flex}.album-hero:has(.cover-fit-cover) .album-hero__cover{position:absolute;top:0;left:0;width:100%;height:100%;min-height:calc(95vh + 70px);align-items:center;justify-content:center;z-index:1}.album-hero:has(.cover-fit-contain) .album-hero__cover{position:relative;margin:auto;align-items:center;justify-content:center}.album-hero__cover img{object-fit:cover;max-width:40vw;max-height:70vh}.album-hero__cover img.cover-fit-cover{max-width:none!important;max-height:none!important}.album-hero__scrim,.album-hero__scrim-mobile{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0,rgba(0,0,0,.55));pointer-events:none;z-index:1}.album-hero__info{position:relative;box-sizing:border-box;overflow:visible;display:flex;flex-direction:column;justify-content:center}.album-hero:has(.cover-fit-cover) .album-hero__info,.album-hero:has(.cover-fit-cover) .album-hero__info--desktop,.album-hero:has(.cover-fit-cover) .album-hero__info--mobile{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;padding:150px 100px 80px;width:100%;min-height:calc(95vh + 70px);color:#ffffff;max-width:none}.album-hero:has(.cover-fit-contain) .album-hero__info,.album-hero:has(.cover-fit-contain) .album-hero__info--desktop,.album-hero:has(.cover-fit-contain) .album-hero__info--mobile{position:relative;z-index:2;padding:0 20px;width:100%;max-width:100%;min-height:calc(90vh - 120px);color:#484848}.album-hero__title{font-family:Parkinsans,serif;font-size:56px;margin-bottom:40px;margin-top:40px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;width:100%;max-width:100%;box-sizing:border-box}.album-hero:has(.cover-fit-cover) .album-hero__title{text-shadow:2px 2px 8px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.6);color:#ffffff}.album-hero__description{font-size:18px;margin-bottom:100px;font-family:Poppins,serif}.album-hero:has(.cover-fit-cover) .album-hero__description{text-shadow:1px 1px 4px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.6);color:#ffffff}.album-hero__description ul{list-style-type:disc;margin-left:20px;padding-left:0}.album-hero__description ol{list-style-type:decimal;margin-left:20px;padding-left:0}.album-hero__description li{margin-bottom:4px}.album-hero__photographer{display:flex;justify-content:flex-start;align-items:center;gap:20px}.album-hero__photographer-image{width:60px;height:60px;border-radius:50%;object-fit:cover}.album-hero:has(.cover-fit-cover) .album-hero__photographer-image{border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 8px rgba(0,0,0,.6)}.album-hero__photographer-name{font-size:18px;font-weight:400;font-family:Poppins,serif}.album-hero:has(.cover-fit-cover) .album-hero__photographer-name{color:#ffffff;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.album-hero__photographer-link,a:has(.album-hero__photographer),a:has(.photographer-details-container){color:inherit;text-decoration:none}.album-private-label{background-color:rgba(255,255,255);border-radius:20px;border:1px solid black;padding:8px 16px;color:#000000;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;position:absolute;top:20px;left:20px;z-index:999;width:-moz-fit-content;width:fit-content}.album-private-label span{line-height:1}.album-hero:has(.cover-fit-cover) .album-private-label{background-color:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.6);color:#ffffff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.4)}.favourite-btn-hero{position:absolute!important;bottom:50px;right:30px;background-color:rgba(255,255,255,.9)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%!important;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease-in-out!important;z-index:999;line-height:1.7em;padding:5px!important}.favourite-btn-hero:hover{background-color:rgba(255,255,255,1)!important;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.25)}.favourite-btn-svg{font-size:20px!important;padding:2px}.share-btn-hero{background-color:rgba(255,255,255,.9)!important;border-radius:120px!important;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease-in-out!important;z-index:999;gap:5px;font-size:15px!important;font-family:Poppins,serif;padding:5px 15px!important;line-height:1.7em;margin-right:10px!important}.share-btn-hero:hover{background-color:rgba(255,255,255,1)!important;box-shadow:0 4px 12px rgba(0,0,0,.25)}.hero-arrow{position:absolute;bottom:50px;cursor:pointer;left:50%;transform:translateX(-50%);z-index:10}.album-hero:has(.cover-fit-cover) .hero-arrow{color:#ffffff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.album-hero__cover{display:block}.album-hero__cover-mobile{display:none}@media (max-width:768px){.album-hero{position:relative;height:auto;box-sizing:border-box;min-height:unset}.album-hero:has(.cover-fit-cover){display:block;padding:0;margin-top:0;min-height:100vh}.album-hero:has(.cover-fit-contain){display:grid;grid-template-columns:1fr;grid-row-gap:20px;row-gap:20px;padding:0}.album-hero:has(.cover-fit-cover) .album-hero__cover{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh}.album-hero:has(.cover-fit-contain) .album-hero__cover{position:relative;margin:auto;height:auto}.album-hero__cover img.cover-fit-cover{height:100%!important;max-width:none!important;max-height:none!important}.album-hero__cover img.cover-fit-contain,.album-hero__cover img.cover-fit-cover{object-fit:cover;width:100%!important;box-shadow:inset 0 30px 60px -12px rgba(50,50,93,.25),inset 0 18px 36px -18px rgba(0,0,0,.3)}.album-hero__cover img.cover-fit-contain{max-width:100%!important;height:auto!important;max-height:500px!important}.album-hero:has(.cover-fit-cover) .album-hero__info,.album-hero:has(.cover-fit-cover) .album-hero__info--desktop,.album-hero:has(.cover-fit-cover) .album-hero__info--mobile{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;padding:120px 20px 60px;width:100%;min-height:100vh;margin:0}.album-hero:has(.cover-fit-contain) .album-hero__info,.album-hero:has(.cover-fit-contain) .album-hero__info--desktop,.album-hero:has(.cover-fit-contain) .album-hero__info--mobile{position:relative;z-index:2;padding:10px;margin:auto;width:90%;min-height:unset}.album-hero__photographer{margin-top:55px}.album-hero__title{font-family:Parkinsans,serif;font-size:36px;margin-bottom:30px;margin-top:30px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;width:100%;max-width:100%;box-sizing:border-box}.album-hero__cover,.hero-arrow{display:none}.album-hero__cover-mobile{display:block;height:100vh;background-repeat:no-repeat;background-position:50%;background-size:cover;position:absolute;top:0;left:0;width:100%}.album-hero:has(.cover-fit-contain) .album-hero__cover-mobile{position:relative;height:auto}.album-hero__cover-mobile img.cover-fit-contain{max-width:100%!important;width:100%!important;height:auto!important;max-height:none!important}.album-hero__cover-mobile img.cover-fit-cover{max-width:none!important;max-height:none!important}.album-private-label{padding:6px 12px;font-size:12px;top:15px;left:15px}.share-btn-hero{font-size:12px!important}.favourite-btn-svg{font-size:20px!important;padding:0}}@media (min-width:769px){.album-hero__info--desktop{display:flex!important}.album-hero__info--mobile{display:none!important}}@media (max-width:768px){.album-hero__info--desktop{display:none!important}.album-hero__info--mobile{display:flex!important}}.album-status-banner{position:absolute;top:100px;left:50%;transform:translateX(-50%);z-index:1000;background-color:#fff3cd;color:#856404;padding:12px 24px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);text-align:center;width:max-content;max-width:90vw}.album-status-banner p{margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}