:root{--c-turquoise: #2cd8d5;--c-teal: #00a19a;--c-teal-dark: #00827c;--c-coral: #ff3860;--c-coral-dark: #e02049;--c-purple: #312783;--c-blue: #36a9e1;--c-slate: #506e79;--c-black: #000000;--c-ink: #1c1c1e;--c-text: #575756;--c-muted: #8a9097;--c-line: #e4e7e9;--c-bg: #f4f6f7;--c-bg-soft: #ededed;--c-surface: #ffffff;--c-success: #00a19a;--c-warning: #b58900;--c-danger: #ff3860;--font-sans: "Segoe UI", "Nunito", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-head: "Poppins", "Segoe UI", "Nunito", system-ui, sans-serif;--radius: 12px;--radius-sm: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(28, 28, 30, .06);--shadow: 0 6px 24px rgba(28, 28, 30, .08);--shadow-lg: 0 18px 50px rgba(28, 28, 30, .14);--ring: 0 0 0 3px rgba(0, 161, 154, .25);--gap: 1rem}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--c-text);background:var(--c-bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-head);color:var(--c-ink);line-height:1.2;margin:0 0 .5rem;font-weight:600}a{color:var(--c-teal)}.brand{font-family:var(--font-head);font-weight:700;letter-spacing:-.02em;color:var(--c-ink);display:inline-flex;align-items:center;gap:.1rem;line-height:1}.brand__accent{color:var(--c-teal)}.brand__dot{color:var(--c-coral)}.wordmark{font-family:var(--font-head);font-weight:700;letter-spacing:-.01em;color:var(--c-ink);display:inline-flex;align-items:center;gap:.4rem;line-height:1.05;margin:0}.wordmark__accent{color:var(--c-teal)}.wordmark__sub{font-family:var(--font-sans);font-weight:600;font-size:.55em;color:var(--c-muted);letter-spacing:.02em;margin-left:.1rem}.wordmark--bar{font-size:1.15rem}.login__emblem{display:flex;justify-content:center;margin-bottom:.75rem}.login__wordmark{justify-content:center;flex-wrap:wrap;font-size:1.8rem;margin-bottom:.15rem}.btn{font-family:var(--font-sans);font-size:.95rem;font-weight:600;border:1px solid transparent;border-radius:var(--radius-sm);padding:.55rem 1.1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease;background:var(--c-bg-soft);color:var(--c-ink);line-height:1.2}.btn:hover:not(:disabled){background:#e2e5e7}.btn:active:not(:disabled){transform:translateY(1px)}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--c-teal);color:#fff}.btn--primary:hover:not(:disabled){background:var(--c-teal-dark)}.btn--secondary{background:var(--c-surface);color:var(--c-teal);border-color:var(--c-teal)}.btn--secondary:hover:not(:disabled){background:#00a19a14}.btn--ghost{background:transparent;color:var(--c-text);border-color:var(--c-line)}.btn--ghost:hover:not(:disabled){background:var(--c-bg-soft)}.btn--danger{background:transparent;color:var(--c-coral-dark);border-color:#ff386066}.btn--danger:hover:not(:disabled){background:#ff386014}.btn--sm{padding:.35rem .7rem;font-size:.85rem}.btn--block{width:100%}.field{display:flex;flex-direction:column;gap:.3rem}.label{font-size:.82rem;font-weight:600;color:var(--c-ink)}.input,.select,.textarea{font-family:var(--font-sans);font-size:.95rem;color:var(--c-ink);background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius-sm);padding:.6rem .7rem;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.textarea{resize:vertical;min-height:7rem;line-height:1.5}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--c-teal);box-shadow:var(--ring)}input[type=range]{accent-color:var(--c-teal);width:100%}.card{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.25rem}.card__title{font-size:1.05rem;margin:0 0 1rem}.voice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;padding:.2rem .6rem;border-radius:var(--radius-pill);line-height:1.4}.badge:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:currentColor}.badge--queued{color:var(--c-warning);background:#b589001f}.badge--processing{color:var(--c-blue);background:#36a9e124}.badge--done{color:var(--c-teal);background:#00a19a24}.badge--error{color:var(--c-coral-dark);background:#ff38601f}.badge--role{color:var(--c-purple);background:#3127831a}.alert{border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.88rem;border:1px solid transparent}.alert--info{background:#2cd8d51f;border-color:#00a19a4d;color:var(--c-teal-dark)}.alert--error{background:#ff386014;border-color:#ff386059;color:var(--c-coral-dark)}.container{max-width:920px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.topbar{background:var(--c-surface);border-bottom:1px solid var(--c-line);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10}.topbar__inner{max-width:920px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.topbar__left{display:flex;align-items:center;gap:1.25rem}.topbar__user{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--c-muted)}.topbar__email{color:var(--c-ink);font-weight:600}.nav{display:flex;gap:.25rem}.nav__tab{font-family:var(--font-sans);font-size:.92rem;font-weight:600;background:transparent;border:none;border-radius:var(--radius-sm);padding:.45rem .85rem;color:var(--c-muted);cursor:pointer;position:relative;transition:color .15s ease,background .15s ease}.nav__tab:hover{color:var(--c-ink);background:var(--c-bg-soft)}.nav__tab--active{color:var(--c-teal-dark);background:#00a19a1a}.nav__tab--active:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:-.5rem;height:3px;border-radius:3px;background:var(--c-turquoise)}.login{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(1200px 500px at 50% -10%,rgba(44,216,213,.18),transparent 60%),var(--c-bg)}.login__card{width:100%;max-width:380px;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:2rem 1.75rem}.login__brand{font-size:2.1rem;justify-content:center;margin-bottom:.25rem}.login__subtitle{text-align:center;color:var(--c-muted);font-family:var(--font-sans);font-weight:400;font-size:.92rem;margin:0 0 1.5rem}.login__heading{text-align:center;font-size:1.15rem;color:var(--c-ink);margin:0 0 1.5rem}.login__form{display:flex;flex-direction:column;gap:1rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .85rem}.section-head h2,.section-head h3{margin:0}.engine{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem}.history{display:flex;flex-direction:column;gap:.75rem}.jobcard{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.9rem 1rem}.jobcard__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.jobcard__text{font-weight:600;color:var(--c-ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.jobcard__meta{font-size:.76rem;color:var(--c-muted);margin-top:.35rem;display:flex;gap:.5rem;flex-wrap:wrap}.jobcard__actions{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.jobcard__player{height:34px;max-width:320px}.jobcard__error{color:var(--c-coral-dark);font-size:.82rem;margin:.5rem 0 0}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:.88rem;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);overflow:hidden}.table thead th{text-align:left;background:var(--c-bg-soft);color:var(--c-ink);font-family:var(--font-head);font-weight:600;font-size:.78rem;padding:.6rem .7rem;white-space:nowrap}.table tbody td{padding:.55rem .7rem;border-top:1px solid var(--c-line);color:var(--c-text)}.table tbody tr:nth-child(2n){background:#fafbfb}.table__actions{display:flex;gap:.35rem;white-space:nowrap}.empty{color:var(--c-muted);text-align:center;padding:2.25rem 1rem;border:1px dashed var(--c-line);border-radius:var(--radius);background:var(--c-surface)}.spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;animation:spin .6s linear infinite;vertical-align:-.15em}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#eef1f2 25%,#e3e7e9 37%,#eef1f2 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:6px}.skeleton--line{height:.85rem;margin:.35rem 0}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.toast-host{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.toast{background:var(--c-surface);border:1px solid var(--c-line);border-left:4px solid var(--c-teal);box-shadow:var(--shadow);border-radius:var(--radius-sm);padding:.7rem .9rem;min-width:240px;max-width:360px;font-size:.88rem;color:var(--c-ink);animation:toast-in .18s ease}.toast--error{border-left-color:var(--c-coral)}.toast--success{border-left-color:var(--c-teal)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.account{max-width:440px}.stack{display:flex;flex-direction:column;gap:1rem}.muted{color:var(--c-muted)}.text-danger{color:var(--c-coral-dark)}.preset-bar{display:flex;gap:.4rem;align-items:center}.preset-bar .select{width:auto;min-width:150px}.preset-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.preset-chip{display:inline-flex;align-items:center;border:1px solid var(--c-line);border-radius:var(--radius-pill);background:var(--c-bg-soft);overflow:hidden}.preset-chip__load{border:none;background:transparent;padding:.25rem .6rem;font-size:.8rem;color:var(--c-ink);cursor:pointer;font-family:var(--font-sans)}.preset-chip__load:hover{color:var(--c-teal-dark)}.preset-chip__del{border:none;background:transparent;padding:.25rem .5rem;color:var(--c-muted);cursor:pointer;font-size:.95rem;line-height:1}.preset-chip__del:hover{color:var(--c-coral-dark)}.counter{display:flex;justify-content:space-between;gap:1rem;margin-top:.35rem;font-size:.78rem}.history-filters{display:flex;gap:.6rem;margin-bottom:.85rem;flex-wrap:wrap}.history-filters .input{flex:1;min-width:180px}.history-filters .select{width:auto;min-width:150px}.metric-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.metric{background:var(--c-bg-soft);border-radius:var(--radius-sm);padding:.85rem;display:flex;flex-direction:column;gap:.2rem}.metric__value{font-family:var(--font-head);font-weight:700;font-size:1.25rem;color:var(--c-ink)}.metric__label{font-size:.76rem;color:var(--c-muted)}.chart{display:flex;align-items:flex-end;gap:.3rem;height:90px;padding-top:.5rem}.chart__col{flex:1;display:flex;align-items:flex-end;height:100%}.chart__bar{width:100%;min-height:2px;background:var(--c-turquoise);border-radius:3px 3px 0 0;transition:height .3s ease}a:focus-visible,.nav__tab:focus-visible,.preset-chip__load:focus-visible,.preset-chip__del:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:640px){.container{padding:1.25rem 1rem 3rem}.topbar__inner{flex-direction:column;align-items:flex-start}.jobcard__player{max-width:100%}.section-head{flex-wrap:wrap}}
