:root{font-family:inherit}body{margin:0;min-height:100vh}:root{--bg-main: #05080b;--bg-panel: #050f12;--border-neon: #ffffff;--text-primary: #f5f7fb;--text-muted: #c2c9d2;--accent: #ffffff;--shadow-neon: none;--font-sans: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:103.125%}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-sans);background:radial-gradient(circle at top left,#07181d 0,#020508 55%,#000);color:var(--text-primary);height:100vh;min-height:0;overflow-x:hidden;overflow-y:hidden}.app-root{flex:1;min-height:0;max-width:100vw;overflow-x:hidden;overflow-y:hidden;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.app-root>.app-main{flex:1;min-height:0}.app-grid-wrapper{flex:1;display:flex;flex-direction:column;max-height:100%;min-height:0;overflow-x:hidden;overflow-y:auto}.site-shell{height:100%;min-height:0;display:flex;flex-direction:column}.content-shell{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.app-header{display:flex;justify-content:center;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.3);min-height:64px}.header-content{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:none;margin-bottom:14px}.header-left{display:flex;align-items:center;gap:24px}.header-brand{padding:0;border:none;background:transparent;display:inline-flex;align-items:center;gap:10px;cursor:default;color:var(--accent)}.app-logo{width:40px;height:40px;object-fit:contain;margin-right:.25rem}.app-title{margin:0;font-size:1.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);line-height:1;display:flex;align-items:center}.header-mode-buttons{display:flex;align-items:center;gap:8px}.mode-button{min-width:110px;text-align:center}.mode-button.active{background:#171d24;box-shadow:var(--shadow-neon)}.header-actions{display:flex;align-items:center;gap:12px}.header-nav-button{padding-inline:14px}.benchmark-root{margin-top:24px;padding:16px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:radial-gradient(circle at top left,#0b1117 0,#05080b 55%,#020309)}.benchmark-title{margin:0 0 12px;font-size:1.155rem;letter-spacing:.12em;text-transform:uppercase}.benchmark-run-button{margin-bottom:8px}.benchmark-note{font-size:.66rem;color:var(--text-muted);margin:4px 0 12px}.benchmark-table{width:100%;border-collapse:collapse;font-size:.704rem;margin-bottom:16px}.benchmark-table th,.benchmark-table td{border:1px solid rgba(255,255,255,.2);padding:4px 6px;text-align:right}.benchmark-table th:first-child,.benchmark-table td:first-child{text-align:left}.benchmark-ok{color:#6bff9a}.benchmark-fail{color:#ff6b6b}.benchmark-log{max-height:200px;overflow-y:auto;font-family:var(--font-mono);font-size:.616rem;border-top:1px solid rgba(255,255,255,.2);padding-top:8px}.app-main{flex:1;display:flex;flex-direction:row;gap:16px;max-width:100%;width:100%;min-height:0}.app-column-left,.app-column-middle,.app-column-right{display:flex;flex-direction:column;gap:16px;min-height:0;min-width:0}.app-column-left{flex:1 1 0;overflow-y:auto;overflow-x:hidden}.app-column-middle{flex:1 1 0}.app-column-right{flex:3 1 0}.app-column-middle>.accordion{flex:1;display:flex;flex-direction:column;min-height:0}.app-column-middle>.accordion .accordion-body{flex:1;display:flex;flex-direction:column;min-height:0}.app-column-middle>.panel{flex:1;display:flex;flex-direction:column;min-height:0}.app-column-middle>.panel .panel-body{flex:1;display:flex;flex-direction:column;min-height:0}.app-column-right>.panel{flex:1;display:flex;flex-direction:column;min-height:0}.panel,.accordion{background:var(--bg-panel);border:1px solid rgba(255,255,255,.4);box-shadow:none;border-radius:8px}.panel-header,.accordion-header{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.4);text-transform:uppercase;font-size:.704rem;letter-spacing:.12em;color:var(--accent);background:linear-gradient(90deg,rgba(255,255,255,.12),transparent);font-family:"IBM Plex Sans","IBM Plex Mono",var(--font-sans),var(--font-mono)}.panel-body{padding:12px 16px 14px}.message-panel{display:flex;flex-direction:column;flex:1;min-height:0;margin-bottom:0}.message-textarea-wrapper{flex:1;min-height:0;overflow:hidden}.message-textarea-wrapper textarea{width:100%;height:100%;min-height:0;resize:none;overflow-y:auto}.decoded-message-panel{flex:1;display:flex;flex-direction:column;min-height:0}.decoded-message-body{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0}.message-actions,.decoded-message-actions{display:flex;justify-content:flex-end;gap:8px}.message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.file-attachment-actions{display:flex;align-items:center;gap:8px}.button-like{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);text-transform:uppercase;border-radius:4px;border:1px solid var(--border-neon);background:#0d1014;color:var(--accent);padding:8px 14px;cursor:pointer;text-decoration:none;font-size:.66rem}.button-like:hover{background:#131820}.decoded-message-textarea-wrapper{flex:1;min-height:0;overflow:hidden}.decoded-message-textarea-wrapper .decoded-message-textarea{width:100%;height:100%;min-height:0;resize:none;overflow-y:auto}.process-log-panel{flex:1;display:flex;flex-direction:column}.process-log-panel .panel-body.process-log{flex:1;min-height:0;overflow-y:auto}.accordion-header{display:flex;align-items:center;gap:8px;width:100%;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent);border:none;border-bottom:1px solid rgba(255,255,255,.4);cursor:pointer}.accordion-chevron{font-size:.748rem}.accordion-title{flex:1;text-align:left}.accordion-body{padding:12px 16px 14px}.panel-section{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.field-label{font-size:.748rem;letter-spacing:.05em;color:var(--text-muted)}.info-line{margin:0;font-size:.704rem;color:var(--text-muted)}.help-text{font-size:.66rem;color:var(--text-muted);text-align:right}.placeholder-text{margin:0;color:var(--text-muted);font-size:.748rem}textarea,input[type=password],select,input[type=file]{width:100%;background:#020607;border-radius:4px;border:1px solid rgba(255,255,255,.4);padding:8px 10px;color:var(--text-primary);font-family:var(--font-mono);font-size:.748rem}textarea{resize:vertical;min-height:100px}.file-input-row{display:flex;align-items:center;gap:8px}.file-input-row input[type=file]{flex:1}.clear-file-button{width:auto;min-width:0;height:auto;padding:6px 10px;display:inline-flex;align-items:center;justify-content:center}.upload-dropzone{border:2px dashed rgba(255,255,255,.4);border-radius:10px;padding:16px;background:#0006;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:6px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.upload-dropzone.drag-active{border-color:var(--accent);box-shadow:var(--shadow-neon);background:#ffffff0d;color:var(--text-primary)}.upload-icon{color:var(--accent)}.upload-text{font-size:.913rem;color:var(--text-primary)}.upload-or{font-size:.748rem;color:var(--text-muted)}.upload-browse{padding:10px 18px;border:1px solid var(--accent);background:#0d1014;color:var(--accent);border-radius:6px;cursor:pointer;font-weight:600;text-transform:uppercase}.upload-browse:hover{box-shadow:var(--shadow-neon)}.upload-input-hidden{display:none}.selected-file-row{display:flex;align-items:center;gap:12px}.file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff0a}.file-row-meta{display:flex;flex-direction:column;gap:4px}.file-name{font-size:.8rem;color:var(--text-primary)}.file-details{font-size:.66rem;color:var(--text-muted)}.processing-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999;pointer-events:all}.processing-indicator{display:flex;flex-direction:column;gap:12px;padding:16px 20px;background:var(--bg-panel);border:1px solid var(--accent);box-shadow:var(--shadow-neon);border-radius:8px;color:var(--text-primary);pointer-events:auto}.processing-text{text-transform:uppercase;letter-spacing:.08em}.processing-subtext{margin:0;font-size:.748rem;color:var(--text-muted)}.processing-progress{width:100%;height:12px;border:1px solid var(--border-neon);border-radius:6px;background:#010303;box-shadow:inset 0 0 6px #fff3;overflow:hidden}.processing-progress-bar{height:100%;width:40%;background:linear-gradient(90deg,#fffc,#ffffff4d);box-shadow:0 0 8px #fff9;animation:progress-move 2s linear infinite;transform:translate(-120%)}@keyframes progress-move{0%{transform:translate(-100%)}to{transform:translate(300%)}}.processing-cancel{width:100%;text-align:center}textarea:focus,input:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:var(--shadow-neon)}.preview-body{display:flex;flex-direction:column;gap:10px;text-align:center}.preview-frame{width:100%;height:320px;border:1px dashed rgba(255,255,255,.3);border-radius:6px;display:flex;align-items:center;justify-content:center;background:#00000026}.preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.preview-caption{margin-top:4px;font-size:.66rem;text-transform:uppercase;color:var(--text-muted)}.download-link{text-decoration:none;display:inline-block}button,.footer-button,.panel a{font-family:var(--font-mono);text-transform:uppercase;border-radius:4px;border:1px solid var(--border-neon);background:#0d1014;color:var(--accent);padding:8px 14px;font-size:.66rem;letter-spacing:.1em;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}button:hover,.footer-button:hover,.panel a:hover{background:#171d24;box-shadow:var(--shadow-neon)}button:disabled{opacity:.5;cursor:default;box-shadow:none}.actions-panel-body{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:12px;min-height:110px}.actions-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.actions-buttons button{width:100%;padding:10px 16px;font-size:.99rem}.actions-inline{display:flex;flex-direction:column;gap:8px;width:100%}.actions-inline button{width:100%;font-size:.99rem}.mode-switcher{display:flex;gap:8px;margin-bottom:12px}.mode-switcher-button{flex:1}.mode-switcher-button.active{background:#171d24;box-shadow:var(--shadow-neon)}.process-log{font-family:var(--font-mono);font-size:.8rem;max-height:100%;overflow-y:auto;background:#0000001a}.process-log-entry{white-space:pre-wrap}.capacity-container{display:flex;flex-direction:column;gap:6px;margin-top:6px}.capacity-label{font-size:.66rem;color:var(--text-muted)}.capacity-bar{width:100%;height:12px;border:1px solid var(--border-neon);border-radius:6px;background:#010303;box-shadow:inset 0 0 6px #fff3;overflow:hidden}.capacity-bar-used{height:100%;background:linear-gradient(90deg,#ffffffb3,#ffffff59);box-shadow:0 0 8px #fff9}.error-message{margin:0;color:#ff6b6b;font-size:.66rem}.modal-backdrop{position:fixed;inset:0;background:radial-gradient(circle at top,#000000d9,#000000f2);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-panel{width:90%;max-width:960px;max-height:80vh;background:#050f12;border-radius:12px;border:1px solid rgba(0,255,106,.4);box-shadow:var(--shadow-neon);display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title{margin:0;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase}.modal-close-button{border:none;background:transparent;color:var(--text-primary);font-size:1.4rem;cursor:pointer;line-height:1}.modal-tab-switcher{display:flex;padding:8px 16px;gap:8px;border-bottom:1px solid rgba(255,255,255,.12)}.modal-tab-button{padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:transparent;color:var(--text-muted);font-size:.85rem;cursor:pointer}.modal-tab-button-active{background:#07181d;color:var(--accent);box-shadow:var(--shadow-neon);border-color:var(--accent)}.modal-body{flex:1;padding:12px 16px 16px;overflow-y:auto}.howitworks-body{font-size:.9rem}.modal-body h3{margin-top:26px;margin-bottom:12px;font-size:1.25rem}.modal-body h4{margin-top:10px;margin-bottom:10px;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.modal-body p{margin:4px 0 18px}.modal-body ol,.modal-body ul{margin:4px 0 18px 18px;padding-left:18px}.howitworks-section h3{margin-top:26px;margin-bottom:12px;font-size:1.25rem}.howitworks-section h4{margin-top:10px;margin-bottom:10px;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.howitworks-section p{margin:4px 0 18px}.howitworks-section ol,.howitworks-section ul{margin:4px 0 18px 18px;padding-left:18px}.howitworks-code{font-family:var(--font-mono);font-size:.8rem;opacity:.9}.faq-modal{max-width:900px}.faq-body{font-size:.9rem}.faq-body .accordion{margin-bottom:12px}.decoded-message-textarea{resize:vertical}.security-panel{max-height:100%}.page{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:16px 20px 0}.page-article{background:var(--bg-panel);border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px}.page h1{margin:0 0 12px;letter-spacing:.12em;text-transform:uppercase;font-size:1.55rem}.page h2{margin:12px 0 8px;letter-spacing:.06em;text-transform:uppercase;font-size:1rem;color:var(--text-muted)}.page-article p,.page-article ul,.page-article ol{line-height:1.6}.page-section+.page-section{margin-top:18px}.modal-fullpage-link{margin-top:12px;font-size:.85rem;color:var(--text-muted)}.modal-fullpage-link a{color:inherit;text-decoration:underline}.app-footer{font-size:.75rem;color:#87909e;text-align:center;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.app-footer-nav{display:inline-flex;gap:.5rem;align-items:center}.app-footer a{text-decoration:none;color:inherit;opacity:.9}.app-footer a:hover{opacity:1;text-decoration:underline}.footer-separator{opacity:.5}.mobile-unsupported-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#07181d 0,#020508 55%,#000);color:var(--text-primary);font-family:var(--font-sans)}.mobile-unsupported-panel{padding:24px 28px;border-radius:12px;border:1px solid rgba(255,255,255,.4);background:#050f12;text-align:center;max-width:420px}.mobile-unsupported-title{margin:0 0 12px;font-size:1.4rem;letter-spacing:.16em;text-transform:uppercase}.mobile-unsupported-message{margin:0 0 8px;font-size:.96rem}.mobile-unsupported-subtext{margin:0;font-size:.78rem;color:var(--text-muted)}@media(max-height:900px){:root{font-size:95%}.app-root{padding:12px 16px;gap:12px}.app-header{padding:6px 0;min-height:56px}.panel-header,.accordion-header{padding:8px 10px}.panel-body,.accordion-body{padding:10px 12px}.preview-frame{height:min(280px,32vh)}.actions-panel-body{min-height:90px}}@media(max-height:750px){:root{font-size:88%}.app-root{padding:8px 12px;gap:8px}.app-header{padding:4px 0;min-height:48px}.header-content{margin-bottom:6px}.app-title{font-size:1.3rem}.preview-frame{height:min(240px,30vh)}.process-log{max-height:180px}.actions-panel-body{min-height:80px}}@media(max-height:650px){:root{font-size:82%}.preview-frame{height:min(200px,28vh)}.process-log{max-height:150px}}@media(max-width:960px){.header-content{flex-direction:column;align-items:stretch;gap:12px}.header-left,.header-actions{justify-content:center;flex-wrap:wrap}.app-main{flex-direction:column}.app-footer-nav{flex-wrap:wrap;justify-content:center}}
