*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px;color:#2c3e50}.container{max-width:1200px;min-height:600px;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.app{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem}.header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:30px;text-align:center;width:100%}.header h1{font-size:2.5em;margin-bottom:10px;font-weight:300}.header p{font-size:1.1em;opacity:.9}.nav{background:#f8f9fa;padding:0;display:flex;border-bottom:1px solid #e9ecef;width:90%}.nav-item{flex:1;text-align:center;padding:15px;cursor:pointer;transition:all .3s ease;border:none;background:none;font-size:1em;color:#495057;border-radius:15px}.nav-item:hover{background:#e9ecef}.nav-item.active{background:#3498db;color:#fff}.content{padding:30px;width:90%}.example-section{display:none}.example-section.active{display:block}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.form-control{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:1em;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}textarea.form-control{resize:vertical;min-height:120px}.btn{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1em;cursor:pointer;transition:all .3s ease;margin-right:10px}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#6c757d}.results{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.results h3{margin-bottom:15px;color:#495057}.result-item{margin-bottom:20px;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.result-item h4{margin-bottom:10px;color:#007bff}.file-preview{max-width:100%;max-height:300px;border:1px solid #dee2e6;border-radius:4px;margin-top:10px}.code-preview{background:#f8f9fa;padding:15px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.loading{text-align:center;padding:20px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{background:#f8d7da;color:#721c24;padding:15px;border-radius:8px;border-left:4px solid #dc3545;margin-top:20px}.success{background:#d4edda;color:#155724;padding:15px;border-radius:8px;border-left:4px solid #28a745;margin-top:20px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:768px){.grid{grid-template-columns:1fr}.nav{flex-direction:column}.header h1{font-size:2em}}.svg-item{margin-bottom:15px}.svg-preview-container{border:1px solid #ddd;padding:15px;margin:10px 0;background:#f9f9f9;text-align:center;min-height:120px;max-height:500px;overflow:auto;border-radius:8px}.svg-preview{display:inline-block}.svg-controls{margin-top:10px}.svg-download-btn{display:inline-flex;align-items:center;gap:8px}.svg-download-icon{width:32px;height:auto;vertical-align:middle;display:inline-block}.svg-view-code-btn{margin-left:10px;display:inline-flex;align-items:center}.svg-viewbox-option{margin-left:15px;font-size:.9em}.svg-viewbox-checkbox{margin-right:5px}.svg-code-display{display:none;margin-top:10px;max-height:200px}.eps-item{margin-bottom:15px}.eps-code-display{max-height:300px}.text-item{margin-bottom:15px}.text-code-display{max-height:150px}.image-item{margin-bottom:15px}.svg-display-element{width:100%;height:auto;max-width:100%;max-height:450px;display:block;margin:0 auto}.svg-icon-element{width:32px;height:auto;vertical-align:middle;display:inline-block;max-height:32px}.svg-fallback-icon{font-size:16px}.svg-error-message{color:#666;font-style:italic}.loading-state,.error-state{background-color:#2d313c;border-radius:15px;box-shadow:0 15px 40px #0006;padding:3rem;text-align:center}.loading-text{font-size:1.8rem;font-weight:500;color:#a0aec0;animation:pulse 1.5s infinite ease-in-out}.error-bg{background-color:#c53030;border-radius:15px;box-shadow:inset 0 2px 5px #0000004d,0 5px 15px #0000004d;padding:2.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.8rem;width:100%;height:90vh}.error-state{background-color:#fff;max-width:400px;height:100%;max-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:15px;padding:2.5rem;gap:1rem}.error-title{font-size:2.8rem;font-weight:600;margin-bottom:1rem}.error-message{margin-bottom:1.5rem;font-size:1.2rem;color:#2d313c;text-align:center;line-height:1.3;font-weight:400}.error-sub-message{font-size:1.1rem;opacity:.8;margin-bottom:1rem}.main-card-wrapper{background-color:#262a33;border-radius:20px;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0d;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem;max-width:500px;width:90%;animation:fadeInScale .8s ease-out forwards}.auth0-logo{width:160px;margin-bottom:1.5rem;opacity:0;animation:slideInDown 1s ease-out forwards .2s}.main-title{font-size:2.8rem;font-weight:700;color:#f7fafc;text-align:center;margin-bottom:1rem;text-shadow:0 4px 10px rgba(0,0,0,.3);opacity:0;animation:fadeIn 1s ease-out forwards .4s}.action-bg{background-color:#2d313c;border-radius:15px;box-shadow:inset 0 2px 5px #0000004d,0 5px 15px #0000004d;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.8rem;width:100%;height:90vh;opacity:0;animation:fadeIn 1s ease-out forwards .6s}.action-card{background-color:#f7fafc;border-radius:15px;box-shadow:inset 0 2px 5px #0000004d,0 5px 15px #0000004d;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.8rem;max-width:400px;max-height:600px;opacity:0;animation:fadeIn 1s ease-out forwards .6s}.action-text{font-size:1rem;color:#2d313c;text-align:center;line-height:1.6;font-weight:400}.button{padding:1.1rem 2.8rem;font-size:1.2rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 20px #0006;text-transform:uppercase;letter-spacing:.08em;outline:none}.button:focus{box-shadow:0 0 0 4px #63b3ed80}.button.login{background-color:#63b3ed;color:#1a1e27}.button.login:hover{background-color:#4299e1;transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px #00000080}.button.logout{background-color:#fc8181;color:#1a1e27;margin-bottom:1rem}.button.logout:hover{background-color:#e53e3e;transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px #00000080}.logged-in-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.logged-in-message{font-size:1.2rem;color:#68d391;font-weight:600;animation:fadeIn 1s ease-out forwards .8s}.profile-section-title{font-size:2.2rem;animation:slideInUp 1s ease-out forwards 1s}.profile-card{padding:2.2rem;animation:scaleIn .8s ease-out forwards 1.2s}.profile-picture{transition:transform .3s ease-in-out}.profile-picture:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-70px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.main-card-wrapper{padding:2rem;margin:1rem}.main-title{font-size:2.2rem}.button{padding:1rem 2rem;font-size:1.1rem}.auth0-logo{width:120px}.action-card{padding:2rem}}
