body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.card-selector-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:20px;width:100%}.selection-prompt{align-items:center;color:#f0f0f0;display:flex;font-size:1.4em;font-weight:700;justify-content:center;margin-bottom:25px;min-height:80px;opacity:1;text-align:center;text-shadow:0 0 10px #000c;transition:opacity .4s ease-in-out}.selection-prompt.fade-out{opacity:0}.card-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,auto);justify-content:center;width:100%}@media (min-width:340px){.card-grid{grid-template-columns:repeat(3,auto)}}@media (min-width:700px){.card-grid{grid-template-columns:repeat(6,auto)}}@media (min-width:1000px){.card-grid{grid-template-columns:repeat(13,auto)}}.tarot-card{animation:fadeInCard .6s ease-out forwards;background-image:url(https://haechan.net/static/media/card_back.91d73ed3916e6b4ac897.png);background-position:50%;background-size:cover;border-radius:4px;box-shadow:0 4px 12px #0000004d;cursor:pointer;height:80px;opacity:0;transition:box-shadow .3s ease,filter .3s ease;width:40px}.tarot-card:not(.picked):hover{box-shadow:0 4px 12px #00000080;filter:brightness(1.2);z-index:10}.tarot-card.picked{box-shadow:0 4px 12px #ffdc6499;filter:brightness(1.2);z-index:10}.modal-overlay{align-items:center;animation:fadeInModal .4s ease forwards;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{animation:zoomInModal .4s ease forwards;background-color:#2d2d2d;border-radius:16px;box-shadow:0 10px 30px #00000080;color:#fff;padding:30px 40px;text-align:center;transform:scale(.9)}.modal-content p{font-size:1.2em;margin:0 0 25px}.modal-actions{display:flex;gap:15px}.modal-button{border:none;border-radius:8px;cursor:pointer;font-size:1em;font-weight:700;padding:10px 20px;transition:transform .2s ease,background-color .2s ease}.modal-button:hover{transform:scale(1.05)}.modal-button.confirm{background-color:#7b68ee;color:#fff}.modal-button.confirm:hover{background-color:#6a5acd}.modal-button.cancel{background-color:#555;color:#fff}.modal-button.cancel:hover{background-color:#666}@keyframes fadeInCard{to{opacity:1;transform:translateY(0)}}@keyframes fadeInText{to{opacity:1}}@keyframes fadeInModal{to{opacity:1}}@keyframes zoomInModal{to{transform:scale(1)}}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;height:60vh;justify-content:center;padding-bottom:15vh}.loading-text{font-size:1.5em;margin-top:20px}.loading-text span{animation:bounce 1.6s ease-in-out infinite;display:inline-block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.stars{height:100px;position:relative;width:100px}.star{animation:twinkle 1.5s infinite;background-color:#fff;border-radius:50%;position:absolute}.star:first-child{animation-delay:0s;height:2px;left:20%;top:10%;width:2px}.star:nth-child(2){animation-delay:.3s;height:3px;left:30%;top:80%;width:3px}.star:nth-child(3){animation-delay:.6s;height:2px;left:80%;top:40%;width:2px}.star:nth-child(4){animation-delay:.9s;height:1px;left:10%;top:60%;width:1px}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}}.result-container{animation:fadeInResult 1s ease-in-out;color:#fff;margin:0 auto;max-width:900px;padding:20px}@keyframes fadeInResult{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reading-block{align-items:center;background-color:#0003;border-radius:15px;display:flex;gap:30px;margin-bottom:50px;padding:20px}.reading-block:nth-child(odd){flex-direction:row-reverse}.card-display{flex-shrink:0;text-align:center}.card-display img{border-radius:10px;box-shadow:0 4px 15px #00000080;transition:transform .5s;width:150px}.card-display img.reversed-card{transform:rotate(180deg)}.card-name{font-size:1.1em;font-weight:700;margin-top:10px}.card-meaning{color:#ddd;font-size:.9em;margin-top:5px}.interpretation-text h4{color:#c5aeff;font-size:1.5em;margin-bottom:15px;margin-top:0}.interpretation-text p{line-height:1.8;margin:0;text-align:left;white-space:pre-wrap}.summary-section{margin-top:40px;text-align:center}.summary-section h3{font-size:1.8em;margin-bottom:20px}.summary-text{background-color:#0000004d;border-radius:15px;line-height:1.8;padding:30px;text-align:left;white-space:pre-wrap}.share-section{margin-top:40px;text-align:center}.share-button{background-color:#c5aeff;border:none;border-radius:25px;color:#121212;cursor:pointer;font-size:1.1em;font-weight:700;padding:12px 25px;transition:all .3s}.share-button:hover{box-shadow:0 0 15px #c5aeff80;transform:scale(1.05)}.share-button:disabled{background-color:#555;cursor:not-allowed}.share-link-container{display:flex;gap:10px;margin-top:20px}.share-link-container input{background-color:#ffffff1a;border:1px solid #c5aeff;border-radius:8px;color:#fff;flex-grow:1;padding:10px}.share-link-container button{background-color:#9370db;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:0 20px}.user-info-container{align-items:center;background-color:#00000080;border-radius:20px;box-shadow:0 2px 10px #0000004d;color:#fff;display:flex;gap:20px;padding:10px 20px;position:fixed;right:20px;top:20px;z-index:1000}.user-info-container span{font-weight:700}.user-info-container button{background-color:#9370db;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:.9em;padding:8px 15px;transition:background-color .3s}.user-info-container button:hover{background-color:#7b68ee}@font-face{font-family:GowunDodum;font-style:normal;font-weight:400;src:url(https://haechan.net/static/media/GowunDodum-Regular.af5304a39dc307a26989.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;background-image:url(http://haechan.net/static/media/space-background.40bbcd3f031fcb18a028.webp);background-position:50%;background-size:cover;color:#fff;font-family:GowunDodum,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}button,input,textarea{font-family:inherit}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.auth-container{background-color:#00000080;border-radius:15px;box-shadow:0 0 15px #fff3;padding:40px}.toggle-link{color:#a0a0a0;cursor:pointer;display:inline-block;margin-top:20px;text-decoration:none}.toggle-link:hover{color:#fff}h1,h2{text-shadow:0 0 10px #ffffff80}
/*# sourceMappingURL=main.5a89b2e1.css.map*/