:root{--ued-primary:#6366f1;--ued-primary-hover:#4f46e5;--ued-primary-bg:#6366f112;--ued-bg:#fff;--ued-bg-toolbar:#f1f5f9;--ued-bg-tertiary:#f8fafc;--ued-bg-input:#f8fafc;--ued-text:#1e293b;--ued-text-secondary:#475569;--ued-text-muted:#64748b;--ued-text-placeholder:#94a3b8;--ued-border:#e2e8f0;--ued-border-light:#f1f5f9;--ued-border-input:#dde3ec;--ued-shadow:0 1px 3px #00000014, 0 4px 12px #0000000a;--ued-shadow-focus:0 0 0 3px #6366f126;--ued-success:#10b981;--ued-error:#ef4444;--ued-error-bg:#ef44440f;--ued-radius:.875rem;--ued-radius-sm:.5rem;--ued-radius-xs:.375rem}._ued-container{flex-direction:column;gap:1.25rem;width:100%;max-width:800px;margin:0 auto;display:flex}@media (max-width:768px){._ued-container{padding-left:1rem;padding-right:1rem}}._ued-workspace{background:var(--ued-bg);border-radius:var(--ued-radius);border-style:solid;border-width:1px;border-color:var(--ued-border);box-shadow:var(--ued-shadow);overflow:hidden}._ued-section-header{justify-content:space-between;align-items:center;padding:.625rem .75rem .375rem;display:flex}._ued-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ued-text-muted);font-size:.6875rem;font-weight:700}._ued-section-actions{align-items:center;gap:.125rem;display:flex}._ued-textarea{border-style:solid;border-width:1px;border-color:var(--ued-border-input);border-radius:var(--ued-radius-xs);resize:none;width:calc(100% - 1.5rem);height:150px;color:var(--ued-text);background:var(--ued-bg);font-size:.875rem;line-height:1.75;font-family:var(--main-font-mono);margin:0 .75rem .75rem;padding:.625rem .875rem;transition:border-color .15s,box-shadow .15s;overflow-y:auto}._ued-textarea:focus{border-color:var(--ued-primary);box-shadow:var(--ued-shadow-focus);outline:none}._ued-textarea::placeholder{color:var(--ued-text-placeholder);font-family:inherit}._ued-textarea--output{background:var(--ued-bg-input)}._ued-action-btn{border-style:solid;border-width:1px;border-color:var(--ued-border);background:var(--ued-bg-tertiary);height:1.75rem;color:var(--ued-text-muted);border-radius:var(--main-radius-full);cursor:pointer;align-items:center;gap:.3125rem;padding:0 .625rem;font-size:.6875rem;font-weight:600;transition:color .15s,background .15s,border-color .15s;display:inline-flex}._ued-action-btn:hover{color:var(--ued-primary);border-color:var(--ued-primary);background:var(--ued-primary-bg)}._ued-action-btn--danger:hover{color:var(--ued-error);border-color:var(--ued-error);background:var(--ued-error-bg)}._ued-action-btn svg{flex-shrink:0;width:12px;height:12px}._ued-action-btn span{white-space:nowrap}._ued-toolbar{background:var(--ued-bg-toolbar);border-top-style:solid;border-top-width:1px;border-top-color:var(--ued-border);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border);justify-content:space-between;align-items:center;padding:.625rem 1.25rem;display:flex}._ued-toolbar-left{align-items:center;gap:.5rem;display:flex}._ued-toolbar-right{align-items:center;display:flex}._ued-btn{border-radius:var(--ued-radius-sm);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.375rem;padding:.4375rem 1.125rem;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}._ued-btn svg{flex-shrink:0;width:13px;height:13px}._ued-btn--encode{background:var(--ued-primary);color:#fff}._ued-btn--encode:hover{background:var(--ued-primary-hover)}._ued-btn--decode{background:var(--ued-bg);color:var(--ued-text-secondary);border-style:solid;border-width:1px;border-color:var(--ued-border)}._ued-btn--decode:hover{border-color:var(--ued-primary);color:var(--ued-primary);background:var(--ued-primary-bg)}._ued-btn--highlighted._ued-btn--encode{box-shadow:0 0 0 2px #6366f133}._ued-btn--highlighted._ued-btn--decode{border-color:var(--ued-primary);color:var(--ued-primary);background:var(--ued-primary-bg)}@media (max-width:600px){._ued-action-btn span{display:none}._ued-action-btn{justify-content:center;width:1.75rem;padding:0}}@media (max-width:480px){._ued-textarea{width:calc(100% - 1rem);height:120px;margin:0 .5rem .5rem;padding:.5rem .75rem;font-size:.8125rem}._ued-section-header{padding:.5rem .5rem .25rem}._ued-toolbar{flex-wrap:wrap;gap:.375rem;padding:.5rem .875rem}._ued-btn{padding:.375rem .875rem;font-size:.75rem}}._ued-parser{background:var(--ued-bg);border-radius:var(--ued-radius);border-style:solid;border-width:1px;border-color:var(--ued-border);box-shadow:var(--ued-shadow);overflow:hidden}._ued-parser-header{background:var(--ued-bg-toolbar);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border);padding:.625rem 1.25rem}._ued-parser-title{text-transform:uppercase;letter-spacing:.06em;color:var(--ued-text-muted);align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}._ued-parser-title svg{width:14px;height:14px;color:var(--ued-primary)}._ued-parser-table{border-collapse:collapse;width:100%}._ued-parser-table td{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border-light);vertical-align:top;padding:.5rem 1.25rem;font-size:.8125rem}._ued-parser-table tr:last-child td{border-bottom:none}._ued-parser-table td:first-child{width:110px;color:var(--ued-text-muted);white-space:nowrap;font-size:.75rem;font-weight:600}._ued-parser-table td:last-child{color:var(--ued-text);font-family:var(--main-font-mono);word-break:break-all;font-size:.8125rem}._ued-parser-empty{color:var(--ued-text-placeholder);font-family:inherit;font-style:italic}._ued-params{border-top-style:solid;border-top-width:1px;border-top-color:var(--ued-border)}._ued-params-header{background:var(--ued-bg-toolbar);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border);justify-content:space-between;align-items:center;padding:.5rem 1.25rem;display:flex}._ued-params-title{text-transform:uppercase;letter-spacing:.06em;color:var(--ued-text-muted);font-size:.6875rem;font-weight:700}._ued-params-count{color:var(--ued-primary);background:var(--ued-primary-bg);border-radius:var(--main-radius-full);padding:.0625rem .4375rem;font-size:.6875rem;font-weight:700}._ued-params-table{border-collapse:collapse;width:100%}._ued-params-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--ued-text-placeholder);background:var(--ued-bg-tertiary);text-align:left;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border-light);padding:.4375rem 1.25rem;font-size:.625rem;font-weight:700}._ued-params-table td{font-size:.8125rem;font-family:var(--main-font-mono);color:var(--ued-text);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--ued-border-light);word-break:break-all;padding:.4375rem 1.25rem}._ued-params-table tr:last-child td{border-bottom:none}._ued-params-table td:first-child{color:var(--ued-primary);width:35%;font-weight:600}@media (max-width:480px){._ued-parser-table td{padding:.4375rem .875rem}._ued-parser-table td:first-child{width:85px;font-size:.6875rem}._ued-parser-table td:last-child{font-size:.75rem}._ued-params-table th,._ued-params-table td{padding:.375rem .875rem;font-size:.75rem}}
