.te-app{min-height:100vh;background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.te-header{border-bottom:1px solid #262626;background:#0f0f0f}.te-header-inner{max-width:1100px;margin:0 auto;padding:28px 30px;display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap}.te-brand{display:flex;align-items:center;gap:16px}.te-logo{width:52px;height:52px;min-width:52px;background:#84cc16;color:#000;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;border-radius:10px}.te-brand h1{font-size:24px;font-weight:700;margin:0;color:#fff}.te-eyebrow{margin:4px 0 0;font-size:11px;color:#84cc16;letter-spacing:1.5px;font-weight:600}.te-tagline{font-size:13px;color:#8a8a8a;line-height:1.6;text-align:right;max-width:360px;margin:4px 0 0}.te-main{max-width:1100px;margin:0 auto;padding:36px 30px 60px}.te-dropzone{border:1px dashed #2e2e2e;border-radius:10px;background:#121212;padding:4px;margin-bottom:20px;transition:border-color .2s ease,background .2s ease}.te-dropzone-active{border-color:#84cc16;background:#84cc160f}.te-dropzone-label{font-size:11px;color:#7a7a7a;letter-spacing:1px;font-weight:600;padding:14px 16px 6px}.te-textarea{width:100%;height:220px;background:transparent;border:none;padding:4px 16px 8px;color:#fff;font-family:SFMono-Regular,Consolas,Courier New,monospace;font-size:13px;line-height:1.6;resize:vertical}.te-textarea:focus{outline:none}.te-textarea::placeholder{color:#555}.te-dropzone-hint{padding:8px 16px 12px;font-size:11.5px;color:#555;display:flex;align-items:center;gap:6px}.te-controls{display:flex;gap:10px;align-items:center;margin-bottom:32px;flex-wrap:wrap}.te-btn{padding:11px 20px;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .15s ease;white-space:nowrap}.te-btn-primary{background:#84cc16;color:#0a0a0a}.te-btn-primary:hover:not(:disabled){background:#9ee030;transform:translateY(-1px)}.te-btn-primary:disabled{opacity:.45;cursor:not-allowed}.te-btn-secondary{background:#1c1c1c;color:#eee;border:1px solid #2e2e2e}.te-btn-secondary:hover{background:#262626;border-color:#3a3a3a}.te-btn-tertiary{background:transparent;color:#777;border:1px solid #262626}.te-btn-tertiary:hover{color:#ccc;border-color:#3a3a3a}.te-count{margin-left:auto;font-size:12.5px;color:#7a7a7a;font-weight:600}.te-results{background:#121212;border:1px solid #262626;border-radius:10px;padding:22px;margin-bottom:30px}.te-results-header{font-size:12px;letter-spacing:1px;color:#84cc16;font-weight:700;margin-bottom:16px;text-transform:uppercase}.te-results-list{display:flex;flex-direction:column;gap:8px}.te-result-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#0f0f0f;border-radius:6px;font-size:13px}.te-priority-dot{width:8px;height:8px;border-radius:50%;min-width:8px}.te-result-priority{font-weight:700;min-width:62px;font-size:11.5px;text-transform:uppercase}.te-result-text{flex:1;color:#ccc}.te-result-route{color:#666;font-size:12px;white-space:nowrap}.te-footer{text-align:center;padding:20px;border:1px solid #1c1c1c;border-radius:8px;font-size:11px;color:#555;letter-spacing:1px;text-transform:uppercase}@media (max-width: 640px){.te-header-inner{flex-direction:column}.te-tagline{text-align:left;max-width:none}.te-count{margin-left:0;width:100%}.te-result-row{flex-wrap:wrap}}*{margin:0;padding:0;box-sizing:border-box}body{background:#0f0f0f;color:#fff;font-family:system-ui}
