@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(-1deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 15px 40px #87ceeb66,0 0 0 8px #fffc}50%{box-shadow:0 20px 50px #87ceeb99,0 0 0 12px #ffffffe6}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow-x:hidden;font-family:Inter,sans-serif;background:linear-gradient(135deg,#f0f8ff,#e6f3ff,#fff5e6 50%,#f0f8ff);color:#23458b;display:flex;justify-content:center;align-items:center}#root{width:100%;max-width:none;min-height:100vh;display:flex;justify-content:center;align-items:center}.landing-page{padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;max-width:800px;margin:0 auto;text-align:center}.album-cover-container{position:relative;z-index:2}.album-cover{width:320px;height:240px;background:linear-gradient(45deg,#87ceeb,#00bfff,#f7df57,#f7e96b,#87ceeb);border:4px solid #fff;border-radius:24px;box-shadow:0 15px 40px #87ceeb66,0 0 0 8px #fffc;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;transform:rotate(-2deg);animation:float 6s ease-in-out infinite,pulse-glow 4s ease-in-out infinite}.album-cover:hover,.album-cover.hover{transform:translateY(-10px) rotate(1deg) scale(1.05);box-shadow:0 25px 50px #87ceeb99,0 0 0 12px #ffffffe6}.cover-photo{position:relative;width:100%;height:100%;padding:20px}.cover-photo img{width:100%;height:calc(100% - 30px);object-fit:cover;border-radius:4px;border:3px solid #f5f5dc}.photo-count{position:absolute;bottom:25px;right:25px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-family:Courier New,monospace}.empty-cover{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:beige;text-align:center}.cover-icon{font-size:3rem;margin-bottom:.5rem}.album-info{text-align:center}.album-title-input{background:#ffffffe6;border:3px solid #87ceeb;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:#23458b;text-align:center;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);padding:1.2rem 2rem;border-radius:20px;box-shadow:0 8px 25px #87ceeb4d,inset 0 2px 4px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;position:relative}.album-title-input:hover,.album-title-input:focus{outline:none;background:#fff;box-shadow:0 12px 30px #87ceeb80,inset 0 3px 6px #ffffffe6;border-color:#00bfff;transform:translateY(-3px) scale(1.02)}.album-subtitle{font-style:italic;color:#4682b4;margin-bottom:2rem;font-size:1.2rem;text-shadow:0 1px 2px rgba(255,255,255,.8)}.upload-section,.open-album-button{margin-top:1.5rem}.file-input{display:none}.upload-button,.open-album-button{background:linear-gradient(45deg,#87ceeb,#00bfff,#f4e27c,#f3e781);color:#23458b;border:3px solid rgba(255,255,255,.8);padding:1.2rem 2.5rem;font-size:1.1rem;font-family:Inter,sans-serif;font-weight:700;border-radius:25px;cursor:pointer;box-shadow:0 8px 25px #87ceeb66,inset 0 1px #fff9;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;gap:.75rem;z-index:2;position:relative;text-shadow:0 1px 2px rgba(255,255,255,.8)}.upload-button:hover,.open-album-button:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 35px #87ceeb99,inset 0 2px #fffc;background:linear-gradient(45deg,#00bfff,#87ceeb,#ffeb3b,gold)}.features-preview{display:flex;gap:2rem;margin-top:3rem;flex-wrap:wrap;justify-content:center}.feature{text-align:center;max-width:200px}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature h3{margin:0 0 .5rem;color:#2c1810}.feature p{margin:0;color:#183d6e;font-size:.9rem}.album-book{height:100vh;overflow:hidden;background:linear-gradient(135deg,#f0f8ff,#e6f3ff);color:#2c3e50;position:relative}.album-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(176,196,222,.3);height:60px;box-sizing:border-box;flex-shrink:0;box-shadow:0 2px 10px #b0c4de1a}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.back-button{background:linear-gradient(135deg,#3dcfff,#87ceeb);border:1px solid rgba(255,255,255,.5);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #87ceeb4d}.back-button:hover{background:linear-gradient(135deg,#87ceeb,#3dcfff);transform:translateY(-2px);box-shadow:0 4px 15px #87ceeb66}.album-title{font-size:1.8rem;margin:0;color:#00bfff;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.3)}.page-indicator{font-size:.9rem;color:#14667dcc;font-weight:500}.book-container{display:flex;justify-content:center;align-items:center;height:calc(100vh - 60px);padding:1rem;position:relative;width:100%;min-width:1600px;box-sizing:border-box;overflow-x:auto}.book-spread{display:flex;width:100%;min-width:1600px;height:calc(100vh - 120px);position:relative;transition:all .6s ease-in-out;max-width:none;box-sizing:border-box;aspect-ratio:unset;max-height:none}.book-spread.mobile-view{aspect-ratio:unset;max-height:none;height:calc(100vh - 100px)}.book-page.single-page{width:100%!important;max-width:100vw}.book-spread.turning{transform:perspective(2000px) rotateY(-10deg)}.book-spine{width:20px;background:linear-gradient(to right,#0000004d,#0000001a,#0000004d);box-shadow:inset 2px 0 4px #00000080,inset -2px 0 4px #00000080;z-index:10}.book-page{flex:1;width:50%;min-width:800px;max-width:50%;background:#ffffe0;color:#2c3e50;padding:2rem;border:none;border-radius:0;box-shadow:inset 0 0 20px #b0c4de1a,0 5px 15px #0000001a;position:relative;overflow:visible;display:flex;flex-direction:column;box-sizing:border-box;min-height:0;z-index:2;margin:0;background-image:linear-gradient(rgba(176,196,222,.2) 1px,transparent 1px);background-size:20px 20px;border-left:1px solid rgba(176,196,222,.2);border-right:1px solid rgba(176,196,222,.2)}.left-page{border-top-left-radius:8px;border-bottom-left-radius:8px}.right-page{border-top-right-radius:8px;border-bottom-right-radius:8px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid rgba(176,196,222,.2);padding-bottom:1rem}.date-header{font-size:1.8rem;color:#2c3e50;margin:0;font-family:Inter,sans-serif;font-weight:600}.page-number{font-size:.9rem;color:#0f6a7fe6;font-family:Inter,sans-serif;font-weight:500}.index-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;text-align:center;box-sizing:border-box}.index-title h1{font-size:3rem;color:#2c3e50;margin:0;font-family:cursive;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.1)}.favorites-header{display:flex;justify-content:space-between;align-items:center;width:100%}.videos-page{display:flex;flex-direction:column;height:100%}.empty-videos{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center;color:#2c3e50}.empty-videos-icon{font-size:4rem;margin-bottom:1rem;opacity:.7;background:linear-gradient(45deg,#00bfff,#87ceeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.empty-videos h3{margin:0 0 .5rem;font-size:1.5rem;color:#2c3e50;font-weight:600}.empty-videos p{margin:0;font-style:italic;font-size:1.1rem;color:#666}.export-buttons{display:flex;gap:.5rem}.export-button{background:linear-gradient(145deg,#00bfff,#87ceeb);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #32bbcd4d}.export-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #32bbcd66}.export-pdf{background:linear-gradient(145deg,#00bfff,#87ceeb)}.export-jpeg{background:linear-gradient(145deg,#87ceeb,#00bfff)}.export-html{background:linear-gradient(145deg,#00bfff,#87ceeb);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #32bbcd4d;display:flex;align-items:center;gap:.25rem}.export-html:hover{transform:translateY(-2px);box-shadow:0 4px 12px #32bbcd80;background:linear-gradient(145deg,#87ceeb,#00bfff)}.empty-favorites{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center;color:#173970}.empty-favorites-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-favorites h3{margin:0 0 .5rem;font-size:1.5rem;color:#23458b}.empty-favorites p{margin:0;font-style:italic;font-size:1.1rem}.photos-grid{display:grid;gap:.5rem;justify-items:center;align-items:start;flex:1;padding:0;height:fit-content;min-height:0;overflow:visible;transition:transform .3s ease;grid-auto-rows:min-content}.masonry-grid{display:grid;gap:1rem;justify-items:center;align-items:center;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);justify-content:space-evenly;align-content:center;height:100%;width:100%;padding:1rem}@media (min-width: 1200px){.photos-grid:not(.masonry-grid){grid-template-columns:repeat(2,1fr)}.masonry-grid{grid-template-columns:repeat(2,1fr)}.video-container{width:100%;height:100%}.book-spread{width:100%;min-width:1600px;max-width:none;margin:0 auto}.book-container{min-width:1600px;overflow-x:auto}}@media (min-width: 769px) and (max-width: 1199px){.photos-grid:not(.masonry-grid){grid-template-columns:repeat(2,1fr)}.masonry-grid{grid-template-columns:repeat(2,1fr)}.video-container{width:100%;height:100%}.book-page{padding:.75rem}.book-container{padding:.5rem}.book-spread{max-height:none;width:100%;min-width:1600px;max-width:none;margin:0 auto}.book-container{min-width:1600px;overflow-x:auto}}@media (max-width: 767px){.photos-grid,.masonry-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.video-container{width:100%;height:100%}}.polaroid-photo{position:relative;cursor:pointer;transition:all .3s ease;margin:.25rem}.polaroid-photo:hover{transform:scale(1.05) rotate(0)!important;z-index:5;box-shadow:0 8px 25px #00000026}.polaroid-photo.small{max-width:120px}.polaroid-photo.medium{width:fit-content;box-sizing:border-box}.polaroid-photo.large{max-width:280px}.polaroid-frame{background:#fff;padding:12px;border:none;border-radius:8px;box-shadow:0 4px 15px #87ceeb33;position:relative;width:fit-content;display:flex;flex-direction:column;align-items:center}.photo-container{position:relative;overflow:hidden;border-radius:1px}.photo-image{width:100%;height:100%;object-fit:contain;display:block;background:#f8f8f8;border-radius:4px;border:none}.video-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px;background:#fff}.video-thumbnail{object-fit:cover}.video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.play-button{background:#000000b3;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:5px}.video-duration{background:#000000b3;color:#fff;padding:2px 6px;border-radius:3px;font-size:.7rem;font-family:Courier New,monospace;text-align:center}.photo-overlay{position:absolute;top:5px;right:5px;opacity:0;transition:opacity .3s ease;display:flex;gap:5px}.polaroid-photo:hover .photo-overlay{opacity:1}.edit-button,.star-button{background:#000000b3;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:5px}.star-button{background:linear-gradient(135deg,#87ceeb,gold);color:#fff;font-size:1.1rem;border:none;box-shadow:0 2px 8px #87ceeb4d}.star-button:hover{background:linear-gradient(135deg,gold,#87ceeb);transform:scale(1.1);box-shadow:0 4px 12px #87ceeb66}.polaroid-caption{margin-top:10px;height:25px;display:flex;align-items:center;justify-content:center}.caption-content,.edit-form{text-align:center;font-family:Courier New,monospace;font-size:.8rem;color:#333;width:100%}.location-text{font-weight:700;margin-bottom:2px}.description-text{font-style:italic}.empty-caption{color:#999;font-size:.7rem}.edit-form{display:flex;flex-direction:column;gap:5px}.location-input,.description-input{width:100%;border:1px solid #ccc;border-radius:2px;padding:2px 4px;font-size:.7rem;font-family:Courier New,monospace}.edit-buttons{display:flex;gap:5px;justify-content:center}.save-btn,.cancel-btn{background:none;border:1px solid #999;border-radius:2px;padding:2px 6px;cursor:pointer;font-size:.7rem}.save-btn:hover{background:#25cbdd;color:#fff}.cancel-btn:hover{background:#d4ef25;color:#0e0e0e}.navigation-controls{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none;transform:translateY(-50%);z-index:100;overflow:visible}.nav-button{background:linear-gradient(135deg,#61d2ff,#9be3ff);color:#fff;border:2px solid rgba(255,255,255,.8);width:60px;height:60px;border-radius:50%;font-size:1.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #87ceeb66;text-shadow:0 2px 4px rgba(0,0,0,.3);padding:5px}.nav-button:hover:not(:disabled){background:linear-gradient(135deg,#b0c4de,#87ceeb);transform:scale(1.1);box-shadow:0 8px 25px #87ceeb99;border-color:#fff}.nav-button:disabled{opacity:.4;cursor:not-allowed;background:#c8c8c880;box-shadow:none}.photo-modal-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#f0f8fff2,#e6f3fff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.photo-modal{background:#ffffe0;border-radius:8px;max-width:90vw;max-height:90vh;overflow:hidden;position:relative;display:flex;box-shadow:0 20px 60px #87ceeb4d;border:1px solid rgba(176,196,222,.3);background-image:linear-gradient(rgba(176,196,222,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(176,196,222,.05) 1px,transparent 1px);background-size:20px 20px}.modal-close{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#87ceeb,#b0c4de);color:#fff;border:1px solid rgba(255,255,255,.8);width:45px;height:45px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #87ceeb4d;padding:5px}.modal-close:hover{background:linear-gradient(135deg,#b0c4de,#87ceeb);transform:scale(1.1);box-shadow:0 6px 20px #87ceeb80}.modal-content{display:flex;width:100%;max-height:90vh}.modal-image-container{flex:2;display:flex;align-items:center;justify-content:center;background:#ffffe080;padding:2rem;border-radius:8px 0 0 8px}.modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #87ceeb33;border:2px solid rgba(255,255,255,.8)}.modal-sidebar{flex:1;padding:2rem;overflow-y:auto;min-width:300px;background:#ffffe0;border-radius:0 8px 8px 0;border-left:1px solid rgba(176,196,222,.2)}.photo-title{margin:0 0 1.5rem;color:#2c3e50;font-size:1.5rem;font-weight:600;font-family:Inter,sans-serif}.detail-group{margin-bottom:1.5rem}.detail-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.9rem}.detail-input,.detail-textarea{width:100%;padding:.75rem;border:2px solid #87ceeb;border-radius:8px;background:#ffffffe6;font-family:Inter,sans-serif;color:#2c3e50;transition:all .3s ease}.detail-display{padding:.75rem;background:#87ceeb1a;border-radius:8px;font-family:Inter,sans-serif;color:#2c3e50;border:2px solid rgba(135,206,235,.3)}.detail-input:focus,.detail-textarea:focus{outline:none;border-color:#b0c4de;box-shadow:0 0 10px #b0c4de4d}.character-count{text-align:right;font-size:.8rem;color:#87ceeb;margin-top:.25rem;font-weight:500}.metadata{margin:2rem 0;padding:1rem;background:#b0c4de1a;border-radius:8px;border-left:4px solid #87ceeb;border:1px solid rgba(176,196,222,.3)}.metadata-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.metadata-item .label{font-weight:600;color:#2c3e50}.metadata-item .value{color:#2c3e50;font-family:Inter,monospace;font-size:.9rem;font-weight:500}.save-changes-button{width:100%;background:linear-gradient(135deg,#87ceeb,#b0c4de);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #87ceeb4d}.save-changes-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #87ceeb66;background:linear-gradient(135deg,#b0c4de,#87ceeb)}@media (max-width: 768px){.landing-page{padding:1rem;height:100vh;overflow-y:auto}.album-cover{width:250px;height:167px}.album-title-input{font-size:2rem}.features-preview{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.book-spread{flex-direction:column;height:calc(100vh - 100px);overflow:hidden;width:100%!important;aspect-ratio:unset!important;max-height:none!important}.book-spine{display:none}.book-page{height:calc(100vh - 100px)!important;min-height:unset;overflow-y:auto;padding:1rem;width:100%!important;min-width:unset!important;max-width:100%!important}.book-container{padding:.5rem;height:calc(100vh - 60px);touch-action:pan-x}.album-header{padding:.75rem 1rem;height:50px}.header-right{flex-direction:column;gap:.25rem;align-items:flex-end}.export-html{font-size:.7rem;padding:.375rem .75rem}.photo-modal{flex-direction:column;max-width:95vw;max-height:95vh}.modal-sidebar{min-width:auto;max-height:40vh;overflow-y:auto}.photos-grid{gap:.75rem;grid-template-columns:1fr!important;justify-items:center}.polaroid-photo.medium{max-width:320px}.photo-image{height:240px}.export-buttons{flex-direction:column;gap:.25rem}.export-button{font-size:.7rem;padding:.375rem .75rem}}@media (max-width: 480px){.album-cover{width:200px;height:134px}.album-title-input{font-size:1.5rem}.book-page{padding:.75rem;height:calc(50vh - 50px);min-height:240px}.book-container{padding:.25rem}.album-header{padding:.5rem;height:45px}.album-title{font-size:1.3rem}.back-button{padding:.375rem .75rem;font-size:.9rem}.polaroid-photo{margin:.25rem}.polaroid-photo.medium{max-width:130px}.photo-image{height:100px}.polaroid-frame{padding:8px 8px 25px}.photos-grid{gap:.5rem;padding:.25rem 0}}@media (min-width: 1200px){.book-container{max-width:none;width:100%;padding:.75rem}.book-spread{max-width:none;width:100%;min-width:1600px;margin:0 auto}.book-container{min-width:1600px;overflow-x:auto}.book-page{padding:1rem}.polaroid-photo.medium{max-width:320px}.photo-image{height:240px}.photos-grid{gap:.5rem}}@media (min-width: 1400px){.book-spread{max-width:100vw;width:100%}.polaroid-photo.medium{max-width:350px}.photo-image{height:260px}.book-page{padding:1.25rem}.photos-grid{gap:.5rem}}@media (min-width: 1920px){.book-container{min-width:1600px;overflow-x:auto}.book-spread{max-width:100vw;width:100%;min-width:1600px}.polaroid-photo.medium{max-width:380px}.photo-image{height:280px}}
