:where(.astro-5wq3ak55){margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);background-attachment:fixed;height:100vh;overflow:hidden}.container:where(.astro-5wq3ak55){max-width:1600px;margin:0 auto;padding:20px;height:100vh;display:flex;flex-direction:column;overflow:hidden}header:where(.astro-5wq3ak55){text-align:center;margin-bottom:30px;color:#fff;flex-shrink:0}header:where(.astro-5wq3ak55) h1:where(.astro-5wq3ak55){font-size:2.8rem;margin-bottom:10px;text-shadow:2px 2px 8px rgba(0,0,0,.4);background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 20px rgba(255,255,255,.3)}to{text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 30px rgba(255,255,255,.5)}}header:where(.astro-5wq3ak55) p:where(.astro-5wq3ak55){font-size:1.2rem;opacity:.95;margin-bottom:15px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.version-info:where(.astro-5wq3ak55){background:#ffffff40;padding:10px 18px;border-radius:25px;display:inline-block;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.version-info:where(.astro-5wq3ak55):hover{background:#ffffff59;transform:translateY(-2px)}main:where(.astro-5wq3ak55){flex:1;overflow:hidden;display:flex;flex-direction:column}.demo-section:where(.astro-5wq3ak55){background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:35px;box-shadow:0 20px 40px #00000026,0 0 0 1px #fffc,inset 0 1px #ffffffe6;display:grid;grid-template-columns:1fr 2fr;grid-template-rows:auto 1fr;gap:35px;flex:1;overflow:hidden;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.input-section:where(.astro-5wq3ak55){grid-column:1 / -1;max-height:250px;overflow:hidden;display:flex;flex-direction:column}.expression-section:where(.astro-5wq3ak55){grid-column:1 / 2;display:flex;flex-direction:column;overflow:hidden;padding-right:10px}.expression-fixed-content:where(.astro-5wq3ak55){flex-shrink:0}.expression-scrollable-content:where(.astro-5wq3ak55){flex:1;overflow-y:auto;padding-right:10px}.result-section:where(.astro-5wq3ak55){grid-column:2 / 3;overflow:hidden;display:flex;flex-direction:column}h2:where(.astro-5wq3ak55){color:#2d3748;margin-bottom:20px;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#667eea,#764ba2,#f093fb) 1;padding-bottom:10px;position:relative}h2:where(.astro-5wq3ak55):after{content:"";position:absolute;bottom:-3px;left:0;width:50px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}h3:where(.astro-5wq3ak55){color:#4a5568;margin-bottom:15px;font-size:1.2rem;font-weight:600}textarea:where(.astro-5wq3ak55),input:where(.astro-5wq3ak55)[type=text]{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;transition:all .3s ease;resize:vertical;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:inset 0 2px 4px #0000000f}textarea:where(.astro-5wq3ak55){flex:1;min-height:180px;line-height:1.5}textarea:where(.astro-5wq3ak55):focus,input:where(.astro-5wq3ak55)[type=text]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26,inset 0 2px 4px #0000000f;transform:translateY(-1px)}.expression-input-container:where(.astro-5wq3ak55){margin-bottom:15px}.expression-input-container:where(.astro-5wq3ak55) input:where(.astro-5wq3ak55){width:100%}.button-container:where(.astro-5wq3ak55){display:flex;gap:10px;margin-bottom:20px}button:where(.astro-5wq3ak55){padding:14px 24px;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.8px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}button:where(.astro-5wq3ak55):before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}button:where(.astro-5wq3ak55):hover:before{left:100%}#evaluate-btn:where(.astro-5wq3ak55){background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;border:1px solid rgba(255,255,255,.2)}#evaluate-btn:where(.astro-5wq3ak55):hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #667eea66}#validate-btn:where(.astro-5wq3ak55){background:linear-gradient(135deg,#48bb78,#38a169,#2f855a);color:#fff;border:1px solid rgba(255,255,255,.2)}#validate-btn:where(.astro-5wq3ak55):hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #48bb7866}#ast-btn:where(.astro-5wq3ak55){background:linear-gradient(135deg,#ed8936,#dd6b20,#c05621);color:#fff;border:1px solid rgba(255,255,255,.2)}#ast-btn:where(.astro-5wq3ak55):hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #ed893666}button:where(.astro-5wq3ak55):active{transform:translateY(-1px) scale(.98)}.example-buttons:where(.astro-5wq3ak55){display:flex;flex-wrap:wrap;gap:8px}.example-btn:where(.astro-5wq3ak55){background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;padding:8px 12px;font-size:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;text-transform:none;letter-spacing:normal}.example-btn:where(.astro-5wq3ak55):hover{background:#edf2f7;border-color:#cbd5e0;transform:none;box-shadow:none}#result-container:where(.astro-5wq3ak55){position:relative;flex:1;display:flex;flex-direction:column;overflow-y:auto}#result-output:where(.astro-5wq3ak55){background:#000;color:#e2e8f0;padding:24px;border-radius:16px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;flex:1;overflow-y:auto;overflow-x:hidden;max-height:100%;min-height:200px;border:2px solid #4a5568;box-shadow:inset 0 2px 8px #0000004d,0 4px 20px #0000001a;transition:all .3s ease;scrollbar-width:thin;scrollbar-color:#4a5568 #000000}.result-output-success:where(.astro-5wq3ak55){background:#000;border-color:#48bb78;box-shadow:inset 0 2px 8px #0000004d,0 4px 20px #48bb7833,0 0 0 1px #48bb784d}.result-output-error:where(.astro-5wq3ak55){background:#000;border-color:#f56565;color:#fed7d7;box-shadow:inset 0 2px 8px #0000004d,0 4px 20px #f5656533,0 0 0 1px #f565654d}#loading:where(.astro-5wq3ak55){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(145deg,#fffffff2,#f8fafcf2);padding:24px 32px;border-radius:16px;box-shadow:0 10px 30px #0003,0 0 0 1px #fffc;backdrop-filter:blur(20px);z-index:10;font-weight:600;color:#4a5568}.hidden:where(.astro-5wq3ak55){display:none}.expression-scrollable-content:where(.astro-5wq3ak55)::-webkit-scrollbar,#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar{width:8px}.expression-scrollable-content:where(.astro-5wq3ak55)::-webkit-scrollbar-track,#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.expression-scrollable-content:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:4px}.expression-scrollable-content:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb:hover,#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#f093fb)}footer:where(.astro-5wq3ak55){text-align:center;margin-top:40px;color:#fff;opacity:.8}footer:where(.astro-5wq3ak55) a:where(.astro-5wq3ak55){color:#fff;text-decoration:underline}footer:where(.astro-5wq3ak55) a:where(.astro-5wq3ak55):hover{opacity:.8}@media (max-width: 768px){body{height:100vh;overflow:hidden}.container:where(.astro-5wq3ak55){height:100vh;padding:15px}.demo-section:where(.astro-5wq3ak55){grid-template-columns:1fr;grid-template-rows:auto 1fr 1fr;padding:25px;gap:25px}.input-section:where(.astro-5wq3ak55){max-height:200px}.expression-section:where(.astro-5wq3ak55),.result-section:where(.astro-5wq3ak55){grid-column:1 / -1}.expression-section:where(.astro-5wq3ak55){grid-row:2;max-height:300px}.result-section:where(.astro-5wq3ak55){grid-row:3}.button-container:where(.astro-5wq3ak55){flex-direction:column;gap:10px}.button-container:where(.astro-5wq3ak55) button:where(.astro-5wq3ak55){width:100%;padding:12px 20px}.example-buttons:where(.astro-5wq3ak55){justify-content:center;gap:6px}.example-btn:where(.astro-5wq3ak55){font-size:11px;padding:6px 10px}header:where(.astro-5wq3ak55){margin-bottom:20px}header:where(.astro-5wq3ak55) h1:where(.astro-5wq3ak55){font-size:2.2rem}header:where(.astro-5wq3ak55) p:where(.astro-5wq3ak55){font-size:1rem}textarea:where(.astro-5wq3ak55){min-height:120px;padding:12px}h2:where(.astro-5wq3ak55){font-size:1.3rem;margin-bottom:15px}h3:where(.astro-5wq3ak55){font-size:1rem;margin-bottom:12px}}@media (max-width: 480px){.container:where(.astro-5wq3ak55){padding:10px}.demo-section:where(.astro-5wq3ak55){padding:20px;gap:20px}header:where(.astro-5wq3ak55) h1:where(.astro-5wq3ak55){font-size:1.8rem}.example-buttons:where(.astro-5wq3ak55){flex-direction:column;align-items:stretch}.example-btn:where(.astro-5wq3ak55){text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.demo-section:where(.astro-5wq3ak55){animation:fadeIn .6s ease-out}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar{width:12px}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-track{background:#000;border-radius:6px;margin:4px}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4a5568,#718096);border-radius:6px;border:2px solid #000000;min-height:30px}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#718096,#a0aec0);border-color:#000}#result-output:where(.astro-5wq3ak55)::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#a0aec0,#cbd5e0)}
