.App{text-align:center;padding:1rem;min-height:100vh;background-color:#fef3e1}.header{display:flex;justify-content:center;margin-bottom:1rem;position:relative}.logo{max-width:200px;height:auto}h1{color:#08589d;margin-bottom:0;font-size:2.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.card-sections{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:.5rem}.card-section{background-color:#1c8670;border-radius:15px;padding:1.5rem;box-shadow:0 4px 8px #08589d1a;width:100%;max-width:400px;border:none;transition:all .3s ease-in-out;cursor:pointer;position:relative}.card-section.pinned{background-color:#08589d;box-shadow:0 4px 12px #08589d4d}.card-section.active{background-color:#fdd66d;transform:scale(1.05)}.card-section.active.pinned{background-color:#08589d;transform:scale(1.05)}.card-section:hover{transform:translateY(-5px);box-shadow:0 6px 12px #08589d33}.card-sections>div:not(:first-child){display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%}.card-sections>div:not(:first-child) .card-section{flex:1;min-width:250px;max-width:300px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;position:relative}.card-section h2{color:#fef3e1;margin:0;font-size:1.5rem;font-weight:700;transition:color .3s ease}.card-section.active h2{color:#fef3e1}.card-container{position:relative;width:100%;height:100%}.button-group{display:flex;gap:8px;align-items:center;margin-left:2px}.pin-button,.refresh-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.pin-button:hover,.refresh-button:hover{background-color:#fff3}.pin-button.pinned:hover{background-color:#0000001a}.pin-icon,.refresh-icon{width:28px;height:28px;transition:all .2s ease;z-index:2;filter:brightness(1)}.pin-icon.pinned{opacity:1;filter:brightness(0)}.card-section:hover .card-container{border-color:#fdd66d;background-color:#fff3}.card-image{max-width:100%;height:auto;max-height:250px;object-fit:contain;border-radius:8px;box-shadow:0 2px 4px #0003;transition:transform .3s ease}.card-section:hover .card-image{transform:scale(1.05)}.global-refresh-button{position:absolute;right:2rem;top:0;transform:none;background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;margin-left:3rem}.global-refresh-button:hover{background-color:#08589d1a}.global-refresh-button .refresh-icon{width:32px;height:32px}.header-buttons{position:absolute;right:2rem;top:0;display:flex;flex-direction:row;gap:6rem;align-items:center;min-width:120px}.global-refresh-button,.info-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.global-refresh-button:hover,.info-button:hover{background-color:#08589d1a}.global-refresh-button .refresh-icon,.info-button .info-icon{width:32px;height:32px}.guide-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.guide-content{position:relative;max-width:98vw;max-height:98vh;background-color:#fff;padding:1rem;border-radius:8px}.guide-image{max-width:96vw;max-height:92vh;object-fit:contain}.close-button{position:absolute;top:-10px;right:-10px;width:30px;height:30px;border-radius:50%;background-color:#08589d;color:#fff;border:none;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.close-button:hover{background-color:#064b7a}.home-page{min-height:100vh;background-color:#fef3e1;display:flex;justify-content:center;align-items:center;padding:2rem}.home-content{max-width:800px;text-align:center;padding:3rem;background-color:#fff;border-radius:20px;box-shadow:0 8px 24px #08589d26;animation:fadeIn .8s ease-out}.home-logo{max-width:250px;height:auto;margin-bottom:2rem}.home-title{color:#08589d;font-size:2.5rem;margin-bottom:2rem;font-weight:700}.home-text-content{margin-bottom:2.5rem}.home-description{color:#1c8670;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.home-signature{margin-top:3rem;padding-top:2rem;border-top:2px solid #fdd66d}.home-author{color:#08589d;font-size:1.3rem;font-weight:700;margin:.5rem 0}.home-credits{color:#ed6929;font-size:1.1rem;margin:.5rem 0}.play-button{background-color:#ed6929;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.2rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:700;box-shadow:0 4px 12px #ed69294d;margin-top:1rem}.play-button:hover{background-color:#d55a1f;transform:translateY(-2px);box-shadow:0 6px 16px #ed692966}.play-button:active{transform:translateY(0);box-shadow:0 4px 12px #ed69294d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
