@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--bg-gradient-1: #667eea;--bg-gradient-2: #764ba2;--card-shadow: 0 10px 30px rgba(0, 0, 0, .15);--text-dark: #2d3436;--text-light: #636e72}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;font-family:Nunito,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:var(--text-dark)}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,var(--bg-gradient-1) 0%,var(--bg-gradient-2) 100%);color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 8s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-30%) translateY(-30%)}50%{transform:translate(30%) translateY(30%)}}.header-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.header-emoji{font-size:3.5rem;margin-bottom:.5rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.header h1{font-size:2.8rem;font-weight:900;margin-bottom:.25rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);letter-spacing:2px}.subtitle{font-size:1.2rem;font-weight:600;opacity:.95;margin-bottom:1rem}.header-desc{font-size:1rem;opacity:.9;line-height:1.6}.header-decoration{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:2rem;font-size:1.5rem;opacity:.6}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.section-title{text-align:center;margin-bottom:2rem}.section-icon{font-size:2rem;display:block;margin-bottom:.5rem}.section-title h2{font-size:1.8rem;font-weight:800;color:var(--bg-gradient-2);margin-bottom:.25rem}.section-title p{color:var(--text-light);font-size:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.asal-card{background:#fff;border-radius:1.25rem;padding:1.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--card-shadow);position:relative;overflow:hidden;border-top:5px solid var(--kulay)}.asal-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--kulay);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.asal-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0003}.asal-card:hover:before{transform:scaleX(1)}.card-emoji{font-size:3rem;margin-bottom:1rem;display:inline-block;transition:transform .3s ease}.asal-card:hover .card-emoji{transform:scale(1.2) rotate(5deg)}.asal-card h3{font-size:1.3rem;font-weight:800;color:var(--text-dark);margin-bottom:.75rem}.card-desc{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.aral-badge{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#6c5c1e;font-size:.8rem;font-weight:700;padding:.4rem .8rem;border-radius:2rem;box-shadow:0 3px 10px #fdcb6e4d}.aral-icon{font-size:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:1.5rem;max-width:500px;width:100%;overflow:hidden;box-shadow:0 25px 50px #0000004d;animation:slideUp .4s cubic-bezier(.4,0,.2,1);position:relative}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff4d;border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.modal-close:hover{background:#ffffff80}.modal-header{padding:2.5rem 2rem;text-align:center;color:#fff;position:relative}.modal-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid inherit}.modal-emoji{font-size:4rem;display:block;margin-bottom:.75rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.modal-header h2{font-size:1.8rem;font-weight:900;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.modal-body{padding:2rem}.modal-desc{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.modal-aral{display:flex;gap:1rem;align-items:flex-start;background:linear-gradient(135deg,#fff9c4,#fff176);padding:1.25rem;border-radius:1rem;border-left:5px solid #ffd600}.aral-bulb{font-size:2rem;flex-shrink:0}.modal-aral strong{display:block;color:#5d4e00;font-size:1rem;margin-bottom:.3rem}.modal-aral p{color:#6d5e00;font-size:1rem;line-height:1.5;font-weight:600}.footer{background:linear-gradient(135deg,#2d3436,#636e72);color:#fff;padding:2rem;text-align:center;margin-top:2rem}.footer-content p{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-sub{font-size:.9rem;opacity:.8;font-weight:400}@media(max-width:768px){.header{padding:2rem 1.5rem}.header h1{font-size:2rem}.subtitle{font-size:1rem}.cards-grid{grid-template-columns:1fr}.section-title h2{font-size:1.5rem}.modal-header{padding:2rem 1.5rem}.modal-header h2{font-size:1.5rem}}@media(max-width:480px){.header h1{font-size:1.75rem}.header-emoji{font-size:2.5rem}.main{padding:1.5rem 1rem}}
