*{margin:0;padding:0;box-sizing:border-box}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-container .top-nav{background:#f8f9fa;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.app-container .top-nav ul{list-style:none;display:flex;gap:2rem}.app-container .top-nav ul a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.app-container .top-nav ul a:hover{color:#007bff}.app-container .top-nav ul a.active{color:#0056b3;border-bottom:2px solid #0056b3}.app-container .content{flex:1;padding:2rem;margin-top:1rem}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.home-container{padding:0;min-height:calc(100vh - 128px);background:linear-gradient(-45deg,#f8f9fa,#e9ecef,#f8f9fa,#e9ecef);background-size:400% 400%;animation:gradientFlow 15s ease infinite}@media (max-width: 768px){.home-container{padding:0 16px}.MuiTypography-h2{font-size:2.2rem!important}.MuiTypography-h5{font-size:1.1rem!important}}.editor-container{max-width:800px;margin:2rem auto;padding:0 1rem}.drop-zone{border:2px dashed #cccccc;border-radius:8px;padding:2rem;text-align:center;margin-bottom:1rem;transition:all .3s ease}.drop-zone.dragging{border-color:#2196f3;background-color:#e3f2fd}.file-input{display:none}.file-list{margin-bottom:1.5rem}.file-item{padding:.8rem;border:1px solid #eee;margin-bottom:.5rem;border-radius:4px;background:#f9f9f9;cursor:pointer;transition:background .2s;display:flex;justify-content:space-between;align-items:center}.file-item:hover{background:#f0f0f0}.file-info{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.editor-area{margin-top:2rem;margin-bottom:2rem;width:100%;border:1px solid #ddd;border-radius:6px;font-family:Courier New,monospace}.copy-button-container{margin-top:1rem;text-align:center}.syntax-highlighter{font-family:Fira Code,monospace!important;border-radius:4px;margin:0!important}.dialog-close-button{position:absolute;right:8px;top:8px}.template-header{text-align:center;padding:40px 0;border-bottom:1px solid #eee;margin-bottom:30px}.template-header h1{font-size:2.5rem;margin-bottom:1rem}@media (max-width: 900px){.editor-wrapper{grid-template-columns:1fr}}.role-input-section,.rule-input-section,.output-input-section{background:#fff;border-radius:8px;margin-bottom:1rem;margin-top:2rem}.template-footer{text-align:center;padding:20px;border-top:1px solid #eee;margin-top:auto}.home-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}.home-header{text-align:center;padding:2rem 1rem;background:#fff;box-shadow:0 2px 4px #0000001a}.home-header h1{color:#2c3e50;margin-bottom:.5rem}.home-header p{color:#7f8c8d}.editor-wrapper{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}.home-footer{text-align:center;padding:1rem;background:#fff;border-top:1px solid #eee;color:#95a5a6}@media (max-width: 768px){.editor-wrapper{padding:1rem}.home-header{padding:1.5rem 1rem}}
