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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow:hidden;transition:background-color .3s ease}.app{background-color:#f5f5f5;height:100vh;padding:0;width:100vw}.app,.art-container{align-items:center;display:flex;justify-content:center}.art-container{animation:fadeIn 1s ease-in;height:100%;width:100%}.art-container.landscape,.art-container.portrait{flex-direction:row;gap:0;height:100vh;width:100%}.art-image-wrapper{align-items:center;display:flex;justify-content:center}.art-container.portrait .art-image-wrapper,.art-image-wrapper{background:#0000;flex:1 1;height:100vh;padding:3rem;width:50%}.art-image{background:none!important;background-color:initial!important;border:none!important;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"/><path d="m15 5 4 4"/><path d="m2 21 6-3 1-1v-1a9.959 9.959 0 0 1 .208-2.039L9.06 11.9a9.959 9.959 0 0 1 2.039-.208H12l1-1 3-6Z"/></svg>') 12 12,pointer;height:100%;max-height:100%;max-width:100%;object-fit:contain;outline:none!important;transition:transform .2s ease;width:100%}.art-image:hover{transform:scale(1.02)}.poetry-container{display:flex;flex:1 1;flex-direction:column;gap:0}.art-container.portrait .poetry-container,.poetry-container{align-items:flex-start;height:100vh;justify-content:center;padding:3rem;width:50%}.art-container.portrait .poetry-container{flex:1 1;text-align:left}.poetry-text{word-wrap:break-word;color:#333;font-size:clamp(1.7rem,3.4vw,6.8rem)!important;font-weight:700;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-align:left}.poetry-author{color:#666;font-size:clamp(1.3rem,2.1vw,3.4rem)!important;font-style:italic;font-weight:600;text-align:right;width:100%}.controls{align-items:center;bottom:2rem;display:flex;gap:1rem;position:fixed;right:2rem;transition:opacity .5s ease,transform .5s ease}.controls.visible{opacity:1;transform:translateY(0)}.controls.hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.timer-buttons{background-color:#0000001a;border-radius:50px;display:flex;gap:.5rem;padding:.5rem}.timer-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:none;border-radius:25px;color:#333;cursor:pointer;font-size:.9rem;font-weight:600;min-width:60px;padding:.75rem 1.25rem;transition:all .3s ease}.timer-button:hover{background-color:#ffffff4d;transform:translateY(-1px)}.timer-button.active{background-color:#333;box-shadow:0 4px 15px #0000004d;color:#fff}.next-button{background-color:#333;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.next-button:hover{background-color:#555;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.bio-toggle,.dark-mode-toggle,.fullscreen-toggle{align-items:center;display:flex;font-size:1.1rem!important;justify-content:center;min-width:auto!important;padding:.75rem!important}.bio-overlay{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease,transform .5s ease;width:100vw;z-index:1000}.bio-overlay.visible{opacity:1;transform:scale(1)}.bio-overlay.hidden{opacity:0;pointer-events:none;transform:scale(.95)}.bio-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:2rem;max-height:80vh;max-width:800px;overflow-y:auto;padding:3rem;position:relative}.bio-content h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.bio-text{color:#444;font-size:1.2rem;line-height:1.8}.bio-text p{margin-bottom:1.5rem}.bio-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.bio-close:hover{background-color:#f0f0f0;color:#333}.app.dark-mode,.app.dark-mode body{background-color:#1a1a1a}.app.dark-mode .poetry-text{color:#e0e0e0}.app.dark-mode .poetry-author{color:#b0b0b0}.app.dark-mode .timer-button{background-color:#ffffff1a;color:#e0e0e0}.app.dark-mode .timer-button:hover{background-color:#fff3}.app.dark-mode .timer-button.active{background-color:#666;color:#fff}.app.dark-mode .timer-buttons{background-color:#ffffff0d}.app.dark-mode .next-button{background-color:#666}.app.dark-mode .next-button:hover{background-color:#777}.app.dark-mode .bio-content{background:#2a2a2a}.app.dark-mode .bio-content h2{color:#e0e0e0}.app.dark-mode .bio-text{color:silver}.app.dark-mode .bio-close{color:#b0b0b0}.app.dark-mode .bio-close:hover{background-color:#3a3a3a;color:#e0e0e0}@media (max-width:768px) and (orientation:portrait){.app{background-color:#f5f5f5!important;padding:0}.art-container{height:100vh;overflow:hidden}.art-container,.art-container.landscape,.art-container.portrait{flex-direction:column!important;gap:0}.art-container.landscape .art-image-wrapper,.art-container.portrait .art-image-wrapper,.art-image-wrapper{background:#0000!important;flex:none!important;height:50vh!important;padding:1rem;width:100%!important}.art-image{background:#0000!important;-webkit-background-clip:border-box;background-clip:initial}.poetry-container{align-items:center;display:flex;flex:none!important;flex-direction:column}.art-container.landscape .poetry-container,.art-container.portrait .poetry-container,.poetry-container{height:50vh!important;justify-content:flex-start;padding:1.5rem 1rem 1rem;text-align:center;width:100%!important}.art-container.landscape .poetry-container,.art-container.portrait .poetry-container{flex:none!important}.poetry-text{font-size:clamp(1.5rem,5vw,3rem)!important;line-height:1.2;margin-bottom:.5rem}.poetry-author{font-size:clamp(1rem,3vw,2rem)!important;text-align:center!important}.controls{bottom:1rem;flex-direction:column;gap:.5rem;right:1rem}.timer-buttons{background-color:#0003;order:2}.timer-button{font-size:.8rem;min-width:50px;padding:.6rem 1rem}.bio-toggle,.dark-mode-toggle,.fullscreen-toggle{font-size:1rem!important;padding:.6rem!important}.bio-content{margin:1rem;max-height:90vh;padding:2rem}.bio-content h2{font-size:2rem;margin-bottom:1.5rem}.bio-text{font-size:1rem;line-height:1.6}.bio-close{font-size:1.5rem;height:35px;right:.5rem;top:.5rem;width:35px}.app.dark-mode .timer-buttons{background-color:#ffffff1a}.app.dark-mode{background-color:#1a1a1a!important}.next-button{font-size:1rem;order:1;padding:.8rem 1.5rem}}@media (max-width:768px) and (orientation:landscape){.app,.art-container{height:100vh;overflow:hidden;padding:0}.art-container{flex-direction:row!important;gap:0;margin:0;width:100%}.art-container.landscape,.art-container.portrait{align-items:center;flex-direction:row!important;gap:0;justify-content:center}.art-image-wrapper{align-items:center;display:flex;justify-content:center}.art-container.landscape .art-image-wrapper,.art-container.portrait .art-image-wrapper,.art-image-wrapper{background:#0000!important;flex:none!important;height:100vh!important;padding:1rem;width:50%!important}.poetry-container{display:flex;flex:none!important;flex-direction:column;height:100vh!important;justify-content:center;padding:1rem;text-align:left;width:50%!important}.art-container.landscape .poetry-container,.art-container.portrait .poetry-container{flex:none!important;height:100vh!important;padding:1rem;text-align:left;width:50%!important}.poetry-text{font-size:clamp(1.2rem,4vw,2.5rem)!important;line-height:1.2;margin-bottom:.5rem}.poetry-author{font-size:clamp(.8rem,2.5vw,1.5rem)!important;text-align:right!important}.controls{bottom:.5rem;flex-direction:row;gap:.5rem;right:.5rem;transform:scale(.8);transform-origin:bottom right}.timer-buttons{background-color:#0000004d;order:1}.next-button{font-size:.9rem;order:2;padding:.6rem 1.2rem}.bio-content{margin:.5rem;max-height:95vh;max-width:95vw;padding:1.5rem}}@media (min-width:1920px){.poetry-text{font-size:120px!important}.poetry-author{font-size:2rem}.art-container.landscape{gap:6rem}.next-button{font-size:1.4rem;padding:1.5rem 3rem}}@media (min-width:3840px){.poetry-text{font-size:120px!important}.poetry-author{font-size:2.5rem}.art-container.landscape{gap:8rem}.next-button{font-size:1.8rem;padding:2rem 4rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-transition{animation:fadeIn .5s ease-in}
/*# sourceMappingURL=main.e34882ad.css.map*/