@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}.cafe-app{min-height:100vh;background:linear-gradient(180deg,#fffbeb,#fef3c7 95%,#fde68a);font-family:Georgia,serif;display:flex;flex-direction:column}.cafe-header{background:linear-gradient(135deg,#92400e,#b45309 50%,#d97706);padding:2.5rem 2.5rem 10rem;text-align:center;box-shadow:0 4px 20px rgba(146,64,14,.3)}.header-content{max-width:800px;margin:0 auto}.header-title{font-family:Playfair Display,Georgia,serif;font-size:3rem;color:#fffbeb;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.main-content{max-width:1200px;margin:0 auto;padding:2rem;flex:1 1}.stories-intro{text-align:center;margin-bottom:2rem;padding-top:1rem}.stories-intro h2{font-family:Playfair Display,Georgia,serif;color:#92400e;font-size:1.5rem;font-style:italic;font-weight:400}.story-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}@media (max-width:500px){.story-grid{grid-template-columns:1fr;max-width:350px}}.story-card{background:white;border-radius:1.5rem;padding:4rem 2.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(146,64,14,.15);text-align:center;border:3px solid transparent}.story-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(146,64,14,.25);border-color:#f59e0b}.story-card-title{font-family:Playfair Display,Georgia,serif;color:#92400e;font-size:1.8rem;margin-bottom:1rem}.story-card-date{color:#a8a29e;font-size:1rem}.story-detail{max-width:1000px;margin:-4rem auto 0}.back-btn{background:#92400e;color:white;border:none;padding:.75rem 1.5rem;border-radius:2rem;cursor:pointer;font-family:Georgia,serif;font-size:1rem;margin-bottom:1.5rem;transition:all .2s ease}.back-btn:hover{background:#b45309}.story-header{text-align:center;margin-bottom:1rem}.story-title{font-family:Playfair Display,Georgia,serif;color:#92400e;font-size:2rem}.story-content-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:768px){.story-content-wrapper{grid-template-columns:1fr 1fr}}.story-section{display:flex;flex-direction:column;gap:1.5rem}.story-text-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 15px rgba(146,64,14,.1);border-left:4px solid #f59e0b}.story-paragraph{color:#44403c;line-height:1.8;margin-bottom:1rem;font-size:1rem}.story-paragraph:last-of-type{margin-bottom:0}.story-closing{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #fde68a;text-align:center}.story-closing p{color:#b45309;font-style:italic;font-size:1.1rem}.puzzle-section{display:flex;flex-direction:column;gap:1.5rem}.did-you-know{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px rgba(146,64,14,.1);border-left:4px solid #f59e0b}.did-you-know h3{color:#92400e;margin-bottom:.75rem}.did-you-know p{color:#78716c;line-height:1.6}.puzzle-container{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px rgba(146,64,14,.1)}.puzzle-header{background:linear-gradient(135deg,#92400e,#b45309);color:white;padding:.75rem;border-radius:.5rem;text-align:center;font-family:Playfair Display,Georgia,serif;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.puzzle-header,.puzzle-icon{font-size:1.2rem}.puzzle-category{text-align:center;color:#b45309;font-style:italic;margin-bottom:1rem}.word-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.word-row{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fffbeb;border-radius:.5rem;flex-wrap:wrap;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.word-row.active{border-color:#f59e0b;background:#fef9e7}.word-row.completed{background:linear-gradient(135deg,#fef3c7,#fde68a);flex-direction:column;align-items:center}.word-row.completed .hint-btn,.word-row.completed .word-length{display:none}.word-row.completed .letter-slots{margin-bottom:.25rem}.word-row.completed:after{content:"🍯";font-size:1.2rem}.word-length{font-size:.75rem;color:#b45309;min-width:60px}.letter-slots{display:flex;gap:.25rem;flex:1 1;justify-content:center}.letter-slot{width:32px;height:32px;border:2px solid #fde68a;border-radius:.375rem;background:white;font-size:1rem;font-weight:700;color:#92400e;cursor:pointer;transition:all .2s ease;font-family:Georgia,serif}.letter-slot:hover{border-color:#f59e0b}.letter-slot.filled{background:#fef3c7}.letter-slot.correct,.letter-slot.revealed{background:#f59e0b;color:white;border-color:#d97706}.hint-btn{font-size:.7rem;background:#fef3c7;border:1px solid #fde68a;border-radius:1rem;padding:.25rem .5rem;cursor:pointer;color:#b45309;flex-shrink:0}.hint-btn:hover{background:#fde68a}.hint-text{width:100%;font-size:.85rem;color:#b45309;font-style:italic;padding:.25rem .5rem;margin-bottom:.25rem}.word-row-content{display:flex;align-items:center;gap:.5rem;width:100%}.letter-pool-container{background:linear-gradient(135deg,#92400e,#b45309);border-radius:.5rem;padding:1rem;margin-bottom:1rem}.letter-pool-header{text-align:center;color:white;margin-bottom:.75rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.skillet{font-size:1rem}.letter-pool{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;margin-bottom:.75rem}.pool-letter{width:36px;height:36px;border:none;border-radius:.375rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);font-size:1.1rem;font-weight:700;color:#92400e;cursor:pointer;transition:all .2s ease;font-family:Georgia,serif;box-shadow:0 2px 4px rgba(0,0,0,.2)}.pool-letter:hover{transform:scale(1.1)}.pool-letter.selected{background:linear-gradient(135deg,#92400e,#b45309);color:white;transform:scale(1.15)}.shuffle-btn{display:block;margin:0 auto;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;padding:.6rem 1.5rem;border-radius:2rem;cursor:pointer;font-family:Georgia,serif;color:white;font-weight:700;font-size:.95rem;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:all .2s ease}.shuffle-btn:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24);transform:scale(1.05)}.puzzle-instructions{text-align:center;font-size:.8rem;color:#a8a29e;margin-bottom:1rem}.puzzle-instructions p{margin:.25rem 0}.reset-btn{display:block;margin:0 auto;background:#fef3c7;border:2px solid #fde68a;padding:.5rem 1.25rem;border-radius:2rem;cursor:pointer;font-family:Georgia,serif;color:#b45309}.reset-btn:hover{background:#fde68a}.celebration-overlay{position:relative;margin-top:1rem;overflow:hidden;border-radius:1rem}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;top:-10px;border-radius:2px;animation:confetti-fall 3s ease-in-out infinite}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0deg);opacity:1}to{transform:translateY(200px) rotate(2turn);opacity:0}}.completion-message{text-align:center;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:2rem;border-radius:1rem;border:3px solid #f59e0b}.completion-emoji{font-size:3rem;margin-bottom:.5rem}.completion-message h3{font-family:Playfair Display,Georgia,serif;color:#92400e;font-size:1.8rem;margin-bottom:.25rem}.completion-message p{color:#b45309;font-size:1.1rem}.cafe-footer{background:linear-gradient(135deg,#92400e,#b45309);padding:2rem;text-align:center;margin-top:auto}.footer-text{color:#fef3c7;font-size:.9rem}.footer-social{margin:1rem 0}.instagram-link{display:inline-flex;align-items:center;gap:.4rem}.instagram-icon{width:1.1rem;height:1.1rem}.footer-links{margin:.75rem 0;display:flex;justify-content:center;align-items:center;gap:.5rem}.footer-divider{color:#d4a574}.footer-link{color:#fcd34d;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-copyright{color:#d4a574;font-size:.8rem;margin-top:1rem}.footer-heart{color:#fbbf24}