:root{--rlb-primary:#14b8a6;--rlb-primary-hover:#0d9488;--rlb-primary-active:#0f766e;--rlb-primary-light:#2dd4bf;--rlb-primary-bg:#14b8a614;--rlb-bg:#fff;--rlb-bg-secondary:#f8fafc;--rlb-bg-tertiary:#f1f5f9;--rlb-header-bg:#f8fafc;--rlb-text:#0f172a;--rlb-text-secondary:#475569;--rlb-text-muted:#64748b;--rlb-text-placeholder:#94a3b8;--rlb-border:#e2e8f0;--rlb-border-light:#f1f5f9;--rlb-shadow-sm:0 1px 2px 0 #0000000d;--rlb-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--rlb-shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000006;--rlb-shadow-lg:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005;--rlb-shadow-focus:0 0 0 3px #14b8a633;--rlb-success:#10b981;--rlb-success-bg:#10b9811a;--rlb-warning:#f59e0b;--rlb-warning-bg:#f59e0b1a;--rlb-error:#ef4444;--rlb-error-bg:#ef444414;--rlb-info:#0ea5e9;--rlb-info-bg:#0ea5e91a;--rlb-radius:.75rem;--rlb-radius-lg:1rem;--rlb-radius-sm:.5rem;--rlb-radius-xs:.375rem}._rlb-container{flex-direction:column;gap:1rem;width:100%;max-width:1300px;margin:0 auto;display:flex}@media (max-width:768px){._rlb-container{gap:.75rem;padding-left:1rem;padding-right:1rem}}._rlb-options{background:var(--rlb-bg);border-radius:var(--rlb-radius);border-style:solid;border-width:1px;border-color:var(--rlb-border);box-shadow:var(--rlb-shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._rlb-options-group{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}._rlb-options-label{text-transform:uppercase;letter-spacing:.05em;color:var(--rlb-text-muted);font-size:.75rem;font-weight:600}._rlb-join-options{align-items:center;gap:.25rem;display:flex}._rlb-join-option{background:var(--rlb-bg-tertiary);border-radius:var(--rlb-radius-xs);color:var(--rlb-text-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.375rem .625rem;font-size:.8125rem;font-weight:600;transition:background-color .15s,color .15s;display:inline-flex}._rlb-join-option:hover{background:var(--rlb-primary-bg);color:var(--rlb-primary)}._rlb-join-option.is-active{background:var(--rlb-primary);color:#fff}._rlb-join-option code{min-width:1.25rem;font-family:var(--main-font-mono);background:#0000001a;border-radius:3px;justify-content:center;align-items:center;margin-left:.25rem;padding:0 .25rem;font-size:.75rem;font-weight:700;display:inline-flex}._rlb-join-option.is-active code{background:#fff3}._rlb-custom-field{align-items:center;display:flex}._rlb-custom-field.is-hidden{display:none}._rlb-custom-input{background:var(--rlb-bg);border-style:solid;border-width:1px;border-color:var(--rlb-border);border-radius:var(--rlb-radius-xs);width:80px;color:var(--rlb-text);padding:.375rem .625rem;font-size:.875rem;font-weight:500;transition:border-color .2s,box-shadow .2s}._rlb-custom-input:focus{border-color:var(--rlb-primary);box-shadow:var(--rlb-shadow-focus);outline:none}._rlb-checkbox{background:var(--rlb-bg);border-style:solid;border-width:1px;border-color:var(--rlb-border);border-radius:var(--rlb-radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:var(--rlb-shadow-sm);align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}._rlb-checkbox:hover{border-color:var(--rlb-primary-light);box-shadow:var(--rlb-shadow)}._rlb-checkbox input{display:none}._rlb-checkbox-box{background:var(--rlb-bg-secondary);border-style:solid;border-width:1.5px;border-color:var(--rlb-border);border-radius:4px;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;transition:all .2s;display:flex}._rlb-checkbox-box svg{color:#fff;opacity:0;width:10px;height:10px;transition:opacity .2s}._rlb-checkbox input:checked+._rlb-checkbox-box{background:var(--rlb-primary);border-color:var(--rlb-primary)}._rlb-checkbox input:checked+._rlb-checkbox-box svg{opacity:1}._rlb-checkbox-label{color:var(--rlb-text);font-size:.875rem;font-weight:500}@media (max-width:768px){._rlb-options{flex-direction:column;align-items:stretch}._rlb-options-group{justify-content:flex-start}}@media (max-width:500px){._rlb-join-option{padding:.3rem .5rem;font-size:.75rem}._rlb-checkbox-label{font-size:.8rem}}._rlb-editor-section{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1rem;display:grid}._rlb-panel{background:var(--rlb-bg);border-radius:var(--rlb-radius-lg);border-style:solid;border-width:1px;border-color:var(--rlb-border);box-shadow:var(--rlb-shadow);box-sizing:border-box;flex-direction:column;max-width:100%;height:100%;display:flex;overflow:hidden}._rlb-panel *{box-sizing:border-box}._rlb-panel-header{background:var(--rlb-bg);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rlb-border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}._rlb-panel-title{color:var(--rlb-text);align-items:center;gap:.625rem;font-size:.875rem;font-weight:600;display:flex}._rlb-panel-title svg{width:16px;height:16px;color:var(--rlb-primary)}._rlb-panel-actions{align-items:center;gap:.25rem;display:flex}._rlb-panel-btn{background:var(--rlb-bg-tertiary);color:var(--rlb-text-secondary);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.375rem;transition:background-color .15s,color .15s;display:inline-flex}._rlb-panel-btn:hover{background:var(--rlb-primary);color:#fff}._rlb-panel-btn svg{flex-shrink:0;width:14px;height:14px}._rlb-btn-accent{background:var(--rlb-primary);color:#fff}._rlb-btn-accent:hover{background:var(--rlb-primary-hover)}._rlb-panel-body{flex-direction:column;flex:1;min-width:0;min-height:300px;max-height:500px;display:flex;position:relative;overflow:hidden}._rlb-editor-wrapper{background:var(--rlb-bg);width:100%;min-width:0;max-width:100%;height:100%;display:flex;position:relative}._rlb-line-numbers{background:var(--rlb-bg-secondary);border-right-style:solid;border-right-width:1px;border-right-color:var(--rlb-border-light);-webkit-user-select:none;user-select:none;flex-shrink:0;width:50px;overflow:hidden}._rlb-line-numbers-inner{font-family:var(--main-font-mono);color:var(--rlb-text-muted);text-align:right;white-space:nowrap;padding:1rem 0;font-size:.875rem;line-height:1.625rem}._rlb-line-number{height:1.625rem;padding-right:.75rem;line-height:1.625rem;display:block}._rlb-line-number.is-active{color:var(--rlb-primary);background:var(--rlb-bg-tertiary);font-weight:700}._rlb-textarea{resize:none;min-width:0;height:100%;font-family:var(--main-font-mono);color:var(--rlb-text);background:var(--rlb-bg);white-space:pre;box-sizing:border-box;-moz-tab-size:4;tab-size:4;border:none;flex:1 1 0;margin:0;padding:1rem;font-size:.875rem;line-height:1.625rem;overflow:auto}._rlb-panel:last-of-type ._rlb-textarea{white-space:pre-wrap;word-wrap:break-word}._rlb-textarea:focus{outline:none}._rlb-textarea::placeholder{color:var(--rlb-text-placeholder)}._rlb-textarea::-webkit-scrollbar{width:8px;height:8px}._rlb-textarea::-webkit-scrollbar-track{background:0 0}._rlb-textarea::-webkit-scrollbar-thumb{background:var(--rlb-border);border-radius:4px}._rlb-textarea::-webkit-scrollbar-thumb:hover{background:var(--rlb-text-muted)}._rlb-swap-container{justify-content:center;align-items:center;display:flex}._rlb-swap-btn{background:var(--rlb-bg);border-style:solid;border-width:1px;border-color:var(--rlb-border);width:40px;height:40px;color:var(--rlb-text-secondary);cursor:pointer;box-shadow:var(--rlb-shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}._rlb-swap-btn:hover{background:var(--rlb-primary);border-color:var(--rlb-primary);color:#fff}._rlb-swap-btn svg{width:16px;height:16px}@media (max-width:900px){._rlb-editor-section{grid-template-columns:1fr;gap:.5rem}._rlb-swap-container{order:2}._rlb-swap-btn svg{transform:rotate(90deg)}._rlb-panel-body{min-height:200px;max-height:350px}}@media (max-width:768px){._rlb-textarea,._rlb-line-numbers-inner{font-size:.8125rem}._rlb-line-numbers{width:40px}._rlb-line-number{padding-right:.5rem}}._rlb-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:.625rem;display:flex}._rlb-stat{background:var(--rlb-bg);border-style:solid;border-width:1px;border-color:var(--rlb-border);box-shadow:var(--rlb-shadow-sm);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem .875rem;transition:box-shadow .2s,border-color .2s;display:inline-flex}._rlb-stat:hover{box-shadow:var(--rlb-shadow)}._rlb-stat-label{color:var(--rlb-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:500}._rlb-stat-value{color:var(--rlb-text);font-size:.875rem;font-weight:700;font-family:var(--main-font-mono);text-align:center;min-width:1.5rem}._rlb-stat--success{background:linear-gradient(135deg, var(--rlb-bg) 0%, var(--rlb-success-bg) 100%);border-color:#10b9814d}._rlb-stat--success ._rlb-stat-label,._rlb-stat--success ._rlb-stat-value{color:var(--rlb-success)}._rlb-stat--muted{opacity:.7}._rlb-stat--muted ._rlb-stat-value{color:var(--rlb-text-muted)}@media (max-width:600px){._rlb-stats{gap:.5rem}._rlb-stat{padding:.375rem .75rem}._rlb-stat-label{font-size:.6875rem}._rlb-stat-value{font-size:.8125rem}}._rlb-batch-toggle{background:var(--rlb-bg);border-style:solid;border-width:1px;border-color:var(--rlb-border);border-radius:var(--rlb-radius);width:100%;color:var(--rlb-text-secondary);cursor:pointer;box-shadow:var(--rlb-shadow-sm);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}._rlb-batch-toggle:hover{color:var(--rlb-primary);border-color:var(--rlb-primary-light);box-shadow:var(--rlb-shadow)}._rlb-batch-toggle.is-active{color:var(--rlb-primary);border-color:var(--rlb-primary);background:var(--rlb-primary-bg)}._rlb-batch-toggle svg:first-of-type{width:16px;height:16px}._rlb-batch-toggle svg:last-of-type{width:12px;height:12px;margin-left:auto;transition:transform .2s}._rlb-batch-toggle.is-active svg:last-of-type{transform:rotate(180deg)}._rlb-file-section{background:var(--rlb-bg);border-radius:var(--rlb-radius-lg);border-style:solid;border-width:1px;border-color:var(--rlb-border);box-shadow:var(--rlb-shadow);overflow:hidden}._rlb-file-section.is-hidden{display:none}._rlb-file-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rlb-border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._rlb-section-title{color:var(--rlb-text);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}._rlb-section-title svg{width:16px;height:16px;color:var(--rlb-primary)}._rlb-suffix-field{align-items:center;gap:.5rem;display:flex}._rlb-suffix-label{text-transform:uppercase;letter-spacing:.05em;color:var(--rlb-text-muted);font-size:.75rem;font-weight:600}._rlb-suffix-input{background:var(--rlb-bg-secondary);border-style:solid;border-width:1px;border-color:var(--rlb-border);border-radius:var(--rlb-radius-xs);width:120px;font-size:.8125rem;font-weight:500;font-family:var(--main-font-mono);color:var(--rlb-text);padding:.375rem .625rem;transition:border-color .2s,box-shadow .2s}._rlb-suffix-input:focus{border-color:var(--rlb-primary);box-shadow:var(--rlb-shadow-focus);outline:none}._rlb-file-upload{cursor:pointer;padding:2rem;transition:background-color .2s}._rlb-file-upload:hover{background:var(--rlb-bg-secondary)}._rlb-file-upload.is-dragover{background:var(--rlb-primary-bg)}._rlb-upload-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}._rlb-upload-content svg{width:32px;height:32px;color:var(--rlb-text-muted)}._rlb-file-upload:hover ._rlb-upload-content svg,._rlb-file-upload.is-dragover ._rlb-upload-content svg{color:var(--rlb-primary)}._rlb-upload-text{color:var(--rlb-text-secondary);font-size:.9375rem;font-weight:500}._rlb-upload-hint{color:var(--rlb-text-muted);font-size:.75rem}._rlb-file-list{border-top-style:solid;border-top-width:1px;border-top-color:var(--rlb-border-light)}._rlb-file-list.is-hidden{display:none}._rlb-file-list ._rlb-file-header{background:var(--rlb-bg-secondary);padding:.625rem 1rem}._rlb-file-count{color:var(--rlb-text);font-size:.8125rem;font-weight:600}._rlb-file-header-actions{align-items:center;gap:.5rem;display:flex}._rlb-btn-sm{background:var(--rlb-primary);border-radius:var(--rlb-radius-xs);color:#fff;cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:background-color .15s;display:inline-flex}._rlb-btn-sm:hover{background:var(--rlb-primary-hover)}._rlb-btn-sm svg{width:12px;height:12px}._rlb-btn-muted{background:var(--rlb-bg-tertiary);color:var(--rlb-text-secondary)}._rlb-btn-muted:hover{background:var(--rlb-error);color:#fff}._rlb-file-items{max-height:300px;overflow-y:auto}._rlb-file-item{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rlb-border-light);justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .15s;display:flex}._rlb-file-item:last-child{border-bottom:none}._rlb-file-item:hover{background:var(--rlb-bg-secondary)}._rlb-file-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}._rlb-file-icon{background:var(--rlb-primary-bg);border-radius:var(--rlb-radius-sm);width:32px;height:32px;color:var(--rlb-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}._rlb-file-icon svg{width:16px;height:16px}._rlb-file-details{flex-direction:column;gap:.125rem;min-width:0;display:flex}._rlb-file-name{color:var(--rlb-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}._rlb-file-meta{color:var(--rlb-text-muted);font-size:.75rem}._rlb-file-actions{align-items:center;gap:.25rem;display:flex}._rlb-file-btn{background:var(--rlb-bg-tertiary);width:28px;height:28px;color:var(--rlb-text-secondary);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}._rlb-file-btn:hover{background:var(--rlb-primary);color:#fff}._rlb-file-btn._rlb-remove-file:hover{background:var(--rlb-error)}._rlb-file-btn svg{width:14px;height:14px}@media (max-width:600px){._rlb-file-upload{padding:1.5rem 1rem}._rlb-upload-content svg{width:24px;height:24px}._rlb-upload-text{text-align:center;font-size:.875rem}._rlb-file-header{flex-direction:column;align-items:stretch}._rlb-suffix-field{width:100%}._rlb-suffix-input{flex:1}}
