@import"https://fonts.googleapis.com/css2?family=Puritan:ital,wght@0,400;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Puritan,serif;background-color:#29460a;color:#1a1a1a;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app{width:100vw;height:100vh;position:relative}.intro-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#29460a;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;transition:all .8s ease-out;pointer-events:auto}.intro-overlay.intro-closing{opacity:0;pointer-events:none}.intro-content{width:95vw;height:95vh;background-color:#f6f0e5;border-radius:30px;padding:100px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.intro-house-icon{width:90px;height:auto;margin:0 auto 2rem;display:block}.intro-title{font-size:3.25rem;font-weight:700;color:#8a9f3b;font-family:UnifrakturCook,cursive;letter-spacing:.025em;text-align:center;max-width:500px;margin:0 auto;margin-bottom:1rem}.info-illustration{width:330px;height:auto;margin-top:2rem;opacity:.8}.intro-text{font-size:1rem;line-height:1.8;color:#1a1a1a;font-family:Puritan,serif;margin-bottom:3rem;text-align:center;position:relative;max-width:500px;margin:0 auto}.intro-paragraph{margin-bottom:1.5rem!important;max-width:500px;margin:0 auto}.intro-paragraph:last-of-type{margin-bottom:0;font-weight:700;color:#29460a}.typing-cursor{display:inline-block;background-color:#8a9f3b;width:3px;height:1.2em;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.explore-button{background:#fff;color:#f34c34;border-radius:50px;padding:1rem 1.5rem;font-size:.9rem;font-weight:700;font-family:Puritan,serif;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;margin-top:1rem;border:1px solid #FFFFFF}.explore-button:hover{border:1px solid #F34C34;background:#f34c34;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.zoom-controls{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:100;background-color:#f6f0e5f2;border-radius:60px;padding:20px 12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.info-button{position:fixed;top:1%;left:1%;width:80px;height:80px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .2s ease}.info-button:hover{transform:scale(1.05)}.info-button img{width:30px;height:30px}.info-title{font-size:3.25rem;color:#f34c34;font-family:UnifrakturCook,cursive;letter-spacing:.025em;text-align:center;max-width:550px;margin:0 auto;margin-bottom:1rem}.zoom-button{width:30px;height:30px;border-radius:20px;background-color:#fff;color:#29460a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-family:Puritan,serif;font-weight:700}.zoom-button:hover:not(:disabled){background-color:#8a9f3b;color:#f6f0e5;transform:scale(1.05)}.zoom-button:disabled{opacity:.5;cursor:not-allowed;background-color:#e8b2ab}.zoom-level{font-size:12px;font-weight:700;color:#29460a;text-align:center;min-width:40px;padding:4px;background-color:#8a9f3b33;border-radius:30px}.map-container{width:100%;height:100%;overflow:hidden;cursor:grab;background:linear-gradient(45deg,#29460A 25%,transparent 25%),linear-gradient(-45deg,#29460A 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#29460A 75%),linear-gradient(-45deg,transparent 75%,#29460A 75%);background-size:30px 30px;background-position:0 0,0 15px,15px -15px,-15px 0px;background-color:#29460a;pointer-events:auto}.map-container:active{cursor:grabbing}.map{width:1000px;height:1000px;position:relative;transition:transform .05s ease-out;background-color:#8a9f3b;border-radius:150px;transform-origin:center center}.meeting-house-yard{position:absolute;background-color:#bda73a;z-index:2;border-radius:20px;margin-top:-50px}.road{position:absolute;background:#bda73a;z-index:1}.house-container{position:relative}.signpost{position:absolute;z-index:12;pointer-events:none;display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .3s ease}.house-container:hover .signpost{opacity:1}.signpost-svg{width:60px;height:52px;margin-bottom:-15px}.signpost-text{position:absolute;text-transform:uppercase;top:10px;left:48%;transform:translate(-50%);font-size:10px;font-weight:700;color:#f6f0e5;text-align:center;width:50px;line-height:1.1;pointer-events:none;letter-spacing:.025rem}.structure{position:absolute;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;min-height:100px;z-index:10}.structure:hover{transform:scale(1.05);z-index:15}.house{width:120px;height:100px}.meeting-house:hover{transform:scale(1.03)}.meeting-house-svg-icon{width:300px;height:300px;margin-top:2px}.house-svg-icon{width:120px;height:120px;margin-top:2px}.stocks-icon{width:40px;height:40px;margin-top:2px;padding:5px}.placeholder-house{position:absolute;z-index:5;pointer-events:none}.placeholder-box{width:80px;height:80px;background-color:#b2b33a;border-radius:8px;position:relative}.placeholder-box:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:4px;opacity:.3}.goat{position:absolute;z-index:20;animation:gentle-sway 6s ease-in-out infinite}.clickable-goat{cursor:pointer;pointer-events:auto;transition:transform .2s ease}.clickable-goat:hover{transform:scale(1.1)}.goat:nth-child(odd){animation-delay:-2s}.goat:nth-child(2n){animation-delay:-4s}.goat-icon{width:48px;height:48px;color:#8a9f3b}.tree{position:absolute;z-index:8;pointer-events:none}.tree-icon{width:30px;height:auto}.interactive-stocks{position:relative;overflow:visible;border-radius:50%}.interactive-stocks:hover{transform:scale(1.08)}.structure-label{font-size:12px;font-weight:700;text-align:center;margin-bottom:5px;line-height:1.1;max-width:90%;color:#1a1a1a;text-transform:uppercase;opacity:0;transition:opacity .3s ease}.structure:hover .structure-label{opacity:1}@keyframes gentle-sway{0%,to{transform:rotate(-1deg) translate(0)}25%{transform:rotate(1deg) translate(3px)}50%{transform:rotate(-.5deg) translate(-2px)}75%{transform:rotate(.5deg) translate(1px)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#1a1a1ad9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:20px}.modal-content{background-color:#f6f0e5;border:4px solid #1A1A1A;border-radius:8px;width:95vw;height:90vh;max-width:1200px;max-height:800px;overflow:hidden;position:relative;display:flex;flex-direction:column}.meeting-house-modal{background-color:#f6f0e5;border:none;border-radius:40px;width:90vw;height:80vh;max-width:800px;max-height:600px;position:relative;overflow:hidden}.meeting-house-content{display:flex;width:100%;height:100%;padding:2rem 3rem 2rem 2rem;gap:1rem}.door-container{width:50%;display:flex;align-items:center;justify-content:center;background-color:#BF6F0E5;border-radius:20px;position:relative;overflow:hidden}.door-wrapper{position:relative;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.door-wrapper:hover{transform:scale(1.02)}.door-wrapper.door-shake{animation:doorShake .2s ease-in-out}.door-wrapper.door-open{transform:perspective(400px) rotateY(-15deg);transform-origin:left center}@keyframes doorShake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.door-image{width:80%;height:80%;-o-object-fit:contain;object-fit:contain}.door-knocker{position:absolute;right:25%;top:45%;transform:translateY(-50%);z-index:10}.knock-interface{width:50%;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem}.meeting-house-title{font-size:2.5rem;font-weight:700;color:#8a9f3b;font-family:UnifrakturCook,cursive;text-align:center}.meeting-house-body{font-size:1rem;color:#1a1a1a;text-align:center;margin-bottom:.5rem;background:transparent;line-height:140%}.rhythm-display{display:flex;justify-content:center;gap:.5rem;margin:1rem 0}.beat-indicator{width:20px;height:20px;border-radius:50%;background-color:#cba2ed;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.25rem;transition:all .3s ease;color:#cba2ed}.beat-indicator.beat-active{background-color:#cba2ed;color:#cba2ed;transform:scale(1.2)}.beat-indicator.beat-target{border-color:#ede2ce;border-width:8px}.beat-indicator.beat-knocked{background-color:#b2b33a;color:#cba2ed}.feedback-area{text-align:center;padding:1rem;background-color:#8a9f3b1a;border-radius:15px;display:none}.knock-feedback{font-size:1.1rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600;min-height:1.5rem}.knock-counter{font-size:.9rem;color:#8a9f3b;font-weight:700}.success-message{text-align:center;padding:1.5rem;background-color:#8a9f3b;border-radius:20px;color:#f6f0e5;display:none}.success-message p{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.success-message p:last-child{margin-bottom:0;font-style:italic}.house-modal{background-color:#f6f0e5;border:none;border-radius:40px;width:90vw;height:80vh;max-width:1000px;max-height:600px;position:relative;overflow:hidden}.house-modal-content{display:flex;width:100%;height:100%}.house-portrait-column{width:40%;background-color:#f6f0e5;display:flex;align-items:center;justify-content:center;padding:0rem;margin:36px;border-radius:20px}.house-right-portrait{margin-left:0;margin-right:36px}.house-portrait-container{width:100%;max-width:400px;display:flex;align-items:center;justify-content:center;padding:46px}.house-portrait{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.house-content-column{width:60%;background-color:#f6f0e5;display:flex;flex-direction:column;padding:2rem;padding-top:0;gap:2rem;margin-bottom:-7%}.house-left-content{padding-right:0;padding-top:5%;padding-bottom:3%;max-height:100%}.house-right-content{padding-left:0}.character-name{text-align:center;margin-bottom:1rem}.character-name h2{font-size:3rem;font-weight:700;color:#1a1a1a;font-family:UnifrakturCook,cursive;text-transform:uppercase;letter-spacing:.1em}.house-layout-container{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f6f0e5;border-radius:20px;padding-left:1rem;overflow:hidden}.house-layout-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.goat-modal{background-color:#f6f0e5;border:3px solid #29460A;border-radius:20px;width:400px;height:300px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1.5rem}.goat-close-button{position:absolute;top:15px;right:15px;width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.goat-close-button:hover{transform:scale(1.1)}.goat-close-button svg{color:#f6f0e5}.goat-modal-content{display:flex;flex-direction:row;align-items:center}.goat-portrait{display:flex;align-items:center;justify-content:center;margin-left:-30px}.goat-modal-image{width:180px;height:180px;color:#8a9f3b}.goat-speech-bubble{background-color:#1a1a1a;border-radius:20px;padding:1rem 1.5rem;position:absolute;min-width:100px;text-align:center;left:50%;top:15%}.goat-speech-bubble:before{content:"";position:absolute;bottom:-10px;left:30%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #1A1A1A}.goat-speech-text{color:#f6f0e5;font-size:1.5rem;font-family:Puritan,serif;font-weight:700}.new-poppy-modal{background-color:#f6f0e5;border:none;border-radius:40px;width:90vw;height:80vh;max-width:1000px;max-height:600px;position:relative;overflow:hidden}.new-close-button{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .2s ease}.new-close-button:hover{transform:scale(1.1)}.new-close-button svg{color:#f6f0e5}.new-poppy-content{display:flex;width:100%;height:100%}.poppy-left-column{width:40%;background-color:#bda73a;display:flex;align-items:center;justify-content:center;padding:0rem;margin:36px;border-radius:20px}.poppy-portrait-container{width:100%;max-width:400px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.poppy-portrait{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.poppy-portrait.poppy-changed{filter:hue-rotate(30deg) brightness(1.1);transform:scale(1.02)}.poppy-right-column{width:60%;background-color:#f6f0e5;display:flex;flex-direction:column;padding:2rem;gap:2rem;padding-left:0}.speech-bubble{background-color:#1a1a1a;border-radius:30px;padding:2rem;position:relative;flex:1;display:flex;align-items:center;min-height:200px;width:90%}.speech-bubble:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #1A1A1A}.speech-text{color:#f6f0e5;font-size:1.5rem;line-height:1.6;font-family:Puritan,serif;opacity:1;transition:opacity .3s ease;width:100%;text-align:center}.speech-text.speech-animating{opacity:0}.response-options{display:flex;flex-direction:column;gap:1rem}.response-button{background-color:#fff;border-radius:200px;padding:1rem 1.5rem;font-family:Puritan,serif;border:solid 2px #fff;font-size:1rem;color:#f34c34;cursor:pointer;text-align:left;line-height:1.4}.response-button:hover{background-color:#fff;color:#f34c34;border:solid 2px #EA968B}.conversation-end-new{text-align:center;padding:2rem}.end-message-new{font-style:italic;color:#8a9f3b;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.5}.restart-button-new{background-color:#f34c34;color:#f6f0e5;border-radius:20px;padding:1rem 2rem;cursor:pointer;font-family:Puritan,serif;font-size:1rem;font-weight:700}.restart-button-new:hover{background-color:#29460a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;border-bottom:3px solid #1A1A1A;background-color:#e8b2ab;flex-shrink:0}.modal-header h2{font-size:1.6rem;font-weight:700;margin:0;color:#1a1a1a}.close-button{background:none;border:2px solid #1A1A1A;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;background-color:#f6f0e5}.close-button:hover{background-color:#1a1a1a;color:#f6f0e5}.rectangular-house-layout{flex:1;padding:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.floor-plan{position:relative;width:100%;height:100%;max-width:900px;max-height:600px;background:linear-gradient(135deg,#f6f0e5,#e8b2ab);border:4px solid #29460A;border-radius:12px;margin:0 auto}.rectangular-room{background:linear-gradient(135deg,#f6f0e5,#e8b2ab);border:2px solid #8A9F3B;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute}.rectangular-room:hover{background:linear-gradient(135deg,#bd9ada,#d7859c);transform:scale(1.03);z-index:10;border-color:#f34c34;border-width:3px}.room-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;height:100%;width:100%}.room-icon{width:32px;height:32px;margin-bottom:8px;stroke-width:2;flex-shrink:0}.room-label{font-size:13px;font-weight:700;color:#29460a;line-height:1.2;background:#f6f0e5f2;padding:4px 8px;border-radius:4px;border:1px solid rgba(41,70,10,.3);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 1024px){.intro-house-icon{width:100px}.intro-title,.info-title{font-size:2.5rem}.intro-text{font-size:1.1rem}.explore-button{font-size:1.1rem;padding:1rem 2.5rem}.zoom-controls{top:15px;right:15px;padding:10px;gap:6px}.info-button{top:15px;left:15px;width:45px;height:45px}.info-button img{width:22px;height:22px}.zoom-button{width:36px;height:36px}.zoom-level{font-size:11px;min-width:36px}.modal-content{width:98vw;height:95vh}.placeholder-box{width:70px;height:70px}.placeholder-box:before{width:35px;height:35px}.goat-modal{width:350px;height:250px;padding:1.5rem;gap:1rem}.goat-modal-image{width:70px;height:70px}.goat-speech-text{font-size:1.3rem}.new-poppy-modal,.house-modal,.meeting-house-modal{width:95vw;height:85vh}.poppy-left-column,.house-portrait-column,.door-container{width:35%;padding:1.5rem}.poppy-right-column,.house-content-column,.knock-interface{width:65%;padding:1.5rem;gap:1.5rem}.speech-bubble{padding:1.5rem;min-height:150px}.speech-text{font-size:1rem}.response-button{padding:.8rem 1.2rem;font-size:.9rem}.character-name h2,.meeting-house-title{font-size:2.5rem}.rectangular-house-layout{padding:1.5rem}.floor-plan{max-width:800px;max-height:500px}.room-icon{width:28px;height:28px}.room-label{font-size:12px;padding:3px 6px}.house-svg-icon{width:36px;height:36px}.meeting-house-svg-icon{width:140px;height:100px}.stocks-icon{width:60px;height:60px}.signpost-svg{width:50px;height:43px}.signpost-text{font-size:9px;width:42px;top:7px}.goat-icon{width:40px;height:40px}.beat-indicator{width:35px;height:35px;font-size:.9rem}.knock-feedback{font-size:1rem}}@media (max-width: 768px){.intro-content{padding:2rem}.intro-house-icon{width:80px}.intro-title,.info-title{font-size:2rem}.intro-text{font-size:1rem}.explore-button{font-size:1rem;padding:.9rem 2rem}.zoom-controls{top:10px;right:10px;padding:8px;gap:4px}.info-button{top:10px;left:10px;width:40px;height:40px}.info-button img{width:20px;height:20px}.zoom-button{width:32px;height:32px}.zoom-level{font-size:10px;min-width:32px;padding:2px}.modal-overlay{padding:10px}.modal-content{width:100vw;height:100vh;border-radius:0;border:none}.placeholder-box{width:60px;height:60px}.placeholder-box:before{width:30px;height:30px}.goat-modal{width:300px;height:220px;padding:1rem;gap:.8rem;border-radius:15px}.goat-close-button{width:25px;height:25px;top:10px;right:10px}.goat-modal-image{width:60px;height:60px}.goat-speech-text{font-size:1.2rem}.new-poppy-modal,.house-modal,.meeting-house-modal{width:100vw;height:100vh;border-radius:0;max-width:none;max-height:none}.new-poppy-content,.house-modal-content,.meeting-house-content{flex-direction:column}.poppy-left-column,.house-portrait-column,.door-container{width:100%;height:40%;padding:1rem}.poppy-right-column,.house-content-column,.knock-interface{width:100%;height:60%;padding:1rem;gap:1rem}.speech-bubble{padding:1rem;min-height:120px}.speech-text{font-size:.9rem}.response-button{padding:.7rem 1rem;font-size:.85rem}.new-close-button{width:35px;height:35px;top:15px;right:15px}.character-name h2,.meeting-house-title{font-size:2rem}.rectangular-house-layout{padding:1rem}.floor-plan{max-width:100%;max-height:100%;border-width:3px}.room-icon{width:24px;height:24px;margin-bottom:6px}.room-label{font-size:11px;padding:2px 4px}.structure-label{font-size:10px}.house{width:100px;height:85px}.meeting-house{width:180px;height:130px}.interactive-stocks{width:90px;height:70px}.house-svg-icon{width:32px;height:32px}.meeting-house-svg-icon{width:120px;height:85px}.stocks-icon{width:50px;height:50px}.signpost-svg{width:45px;height:39px}.signpost-text{font-size:8px;width:38px;top:6px}.goat-icon{width:36px;height:36px}.beat-indicator{width:30px;height:30px;font-size:.8rem}.knock-feedback{font-size:.9rem}.rhythm-display{gap:.3rem}}@media (max-width: 480px){.intro-content{padding:1.5rem}.intro-house-icon{width:60px}.intro-title,.info-title{font-size:1.5rem}.intro-text{font-size:.9rem}.explore-button{font-size:.9rem;padding:.8rem 1.5rem}.zoom-controls{top:8px;right:8px;padding:6px;gap:3px}.info-button{top:8px;left:8px;width:35px;height:35px}.info-button img{width:18px;height:18px}.zoom-button{width:28px;height:28px}.zoom-level{font-size:9px;min-width:28px;padding:1px}.modal-header{padding:1rem}.modal-header h2{font-size:1.3rem}.placeholder-box{width:50px;height:50px}.placeholder-box:before{width:25px;height:25px}.goat-modal{width:280px;height:200px;padding:.8rem;gap:.6rem;border-radius:12px}.goat-close-button{width:22px;height:22px;top:8px;right:8px}.goat-modal-image{width:50px;height:50px}.goat-speech-text{font-size:1rem}.new-poppy-content,.house-modal-content,.meeting-house-content{flex-direction:column}.poppy-left-column,.house-portrait-column,.door-container{height:35%;padding:.8rem}.poppy-right-column,.house-content-column,.knock-interface{height:65%;padding:.8rem;gap:.8rem}.speech-bubble{padding:.8rem;min-height:100px}.speech-text{font-size:.85rem;line-height:1.5}.response-button{padding:.6rem .8rem;font-size:.8rem}.new-close-button{width:30px;height:30px;top:10px;right:10px}.structure-label{font-size:9px}.rectangular-house-layout{padding:.8rem}.floor-plan{border-width:2px}.room-icon{width:20px;height:20px;margin-bottom:4px}.room-label{font-size:10px;padding:2px 3px}.house-svg-icon{width:28px;height:28px}.meeting-house-svg-icon{width:100px;height:70px}.stocks-icon{width:40px;height:40px}.signpost-svg{width:40px;height:35px}.signpost-text{font-size:7px;width:34px;top:5px}.goat-icon{width:32px;height:32px}.tree-icon{width:35px}.character-name h2,.meeting-house-title{font-size:1.5rem}.beat-indicator{width:25px;height:25px;font-size:.7rem}.knock-feedback{font-size:.8rem}.rhythm-display{gap:.2rem}.feedback-area{padding:.8rem}.success-message{padding:1rem}.success-message p{font-size:.9rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.relative{position:relative}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
