.ait-header { margin-bottom: 28px; }
.ait-title  { font-size: 1.6rem; font-weight: 700; color: #c7d2fe; margin: 0 0 8px; }
.ait-subtitle { font-size: 0.9rem; color: #718096; margin: 0; } .ait-input-section {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(99,102,241,0.2);
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
}
.ait-textarea {
width: 100%;
min-height: 160px;
padding: 14px;
border-radius: 8px;
border: 1px solid rgba(99,102,241,0.25);
background: rgba(255,255,255,0.04);
color: #e2e8f0;
font-size: 0.9rem;
line-height: 1.6;
resize: vertical;
outline: none;
transition: border-color 0.2s;
box-sizing: border-box;
font-family: inherit;
}
.ait-textarea:focus {
border-color: #6366f1;
box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}
.ait-textarea::placeholder { color: #4a5568; } .ait-controls {
display: flex;
align-items: center;
gap: 12px;
margin-top: 14px;
flex-wrap: wrap;
}
.ait-select {
padding: 9px 14px;
border-radius: 8px;
border: 1px solid rgba(99,102,241,0.25);
background: rgba(255,255,255,0.04);
color: #e2e8f0;
font-size: 0.85rem;
outline: none;
cursor: pointer;
}
.ait-select:focus { border-color: #6366f1; }
.ait-btn {
padding: 10px 24px;
border-radius: 8px;
border: none;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
transition: background 0.2s, transform 0.15s;
display: inline-flex;
align-items: center;
gap: 7px;
}
.ait-btn-primary {
background: #6366f1;
color: #fff;
box-shadow: 0 4px 14px rgba(99,102,241,0.3);
}
.ait-btn-primary:hover   { background: #4f46e5; transform: translateY(-2px); }
.ait-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.ait-btn-secondary {
background: rgba(99,102,241,0.1);
color: #818cf8;
border: 1px solid rgba(99,102,241,0.25);
}
.ait-btn-secondary:hover { background: rgba(99,102,241,0.2); transform: translateY(-1px); } .ait-counter {
margin-left: auto;
font-size: 0.75rem;
color: #718096;
}
.ait-counter.warn { color: #f6ad55; } .ait-status {
display: none;
align-items: center;
gap: 10px;
margin-top: 12px;
font-size: 0.83rem;
}
.ait-status.active { display: flex; }
.ait-spinner {
width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0;
border: 2px solid rgba(129,140,248,0.15);
border-top-color: #818cf8;
animation: mtSpin 0.7s linear infinite;
} .ait-output-section {
display: none;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(99,102,241,0.2);
border-radius: 12px;
padding: 20px;
margin-top: 20px;
}
.ait-output-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
flex-wrap: wrap;
gap: 8px;
}
.ait-output-title {
font-size: 0.85rem;
font-weight: 600;
color: #818cf8;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.ait-output-actions { display: flex; gap: 8px; }
.ait-output-text {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(99,102,241,0.15);
border-radius: 8px;
padding: 16px;
font-size: 0.9rem;
line-height: 1.7;
color: #e2e8f0;
min-height: 100px;
white-space: pre-wrap;
word-break: break-word;
} .ait-stats-bar {
display: flex;
gap: 20px;
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid rgba(99,102,241,0.12);
flex-wrap: wrap;
}
.ait-stat {
font-size: 0.75rem;
color: #718096;
}
.ait-stat strong { color: #818cf8; } @media (max-width: 640px) {
.ait-controls { flex-direction: column; align-items: stretch; }
.ait-btn      { justify-content: center; }
.ait-counter  { margin-left: 0; }
} .ait-history-item {
padding: 10px 14px;
border-bottom: 1px solid rgba(99,102,241,0.1);
font-size: 0.82rem;
}
.ait-history-item:last-child { border-bottom: none; }
.ait-history-orig   { color: #718096; margin-bottom: 4px; }
.ait-history-result { color: #c7d2fe; }