:root{--app-bg: #f6f7fb;--surface: #ffffff;--surface-muted: #f6f7fb;--border: rgba(190, 196, 217, .4);--border-strong: #eef0f6;--text: #323446;--text-soft: #999dae;--text-faint: #83879a;--brand: #6d78f4;--brand-soft: #e0e3ff;--shadow-soft: 0 0 20px rgba(0, 0, 0, .1);--success-bg: #cbf4b4;--success-fg: #338d00;--danger-bg: #ffcccc;--danger-fg: #8d0000}button,input,select{font:inherit}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top left,#fdfdff,#f6f7fb,#edf1fb)}.login-card{width:min(100%,420px);background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:var(--shadow-soft)}.brand{color:var(--brand);font-size:14px;font-weight:700;letter-spacing:.02em}.subtitle{margin-top:8px;color:#71758a}.login-form{display:grid;gap:8px;margin-top:24px}.field-label{color:var(--text);font-size:14px;font-weight:500}.field-input{min-height:48px;border:1px solid var(--border);border-radius:12px;padding:12px 14px;color:var(--text);background:#fff}.field-input:focus,.input-shell:focus-within,.search-shell:focus-within{outline:none;border-color:#6d78f48c;box-shadow:0 0 0 3px #6d78f41f}.primary-button{min-height:48px;margin-top:6px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.primary-button:hover:enabled{background:#5d67dd}.error-text{margin-top:14px;color:#d80027}.admin-layout{min-height:100vh;padding:20px;display:grid;grid-template-columns:292px minmax(0,1fr);gap:20px;background:var(--app-bg)}.sidebar,.filters-card,.table-card{background:var(--surface);box-shadow:var(--shadow-soft)}.sidebar{border-radius:24px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;min-height:860px}.sidebar-top{display:grid;gap:30px}.sidebar-brand{display:inline-flex;align-items:center;gap:8px;padding-bottom:3px;color:var(--brand);font:600 24px/24px Figtree,Segoe UI,sans-serif}.sidebar-brand-icon{width:22px;height:24px;display:inline-flex}.sidebar-brand-icon svg{width:100%;height:100%}.sidebar-nav,.sidebar-subgroup{display:grid;gap:4px}.sidebar-subgroup{justify-items:end}.sidebar-item{min-height:48px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border:0;border-radius:16px;background:transparent;color:var(--text);font-size:16px;font-weight:500;cursor:pointer}.sidebar-item.active{background:var(--brand-soft)}.sidebar-item.sub-item{width:224px;justify-self:end}.sidebar-item.sub-item.active{background:var(--surface-muted)}.sidebar-item:disabled{cursor:not-allowed;opacity:.55}.sidebar-item-main{display:inline-flex;align-items:center;gap:8px}.sidebar-item-icon,.logout-btn svg,.toolbar-button svg,.search-shell svg,.input-shell svg{width:24px;height:24px;flex:0 0 auto}.sidebar-item-trailing{display:inline-flex;align-items:center}.icon-stroke,.direction-icon{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chevron-icon{color:var(--text);transition:transform .16s ease}.chevron-icon.open{transform:rotate(0)}.select-shell .chevron-icon{color:var(--text-faint)}.logout-btn{min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:12px;border:0;border-radius:16px;background:transparent;color:#d80027;font-size:16px;font-weight:500;cursor:pointer}.dashboard-column{display:grid;gap:20px;min-width:0;align-content:start;grid-auto-rows:max-content}.filters-card{padding:16px;border-radius:16px;display:grid;gap:16px}.filters-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:end}.filter-field{display:grid;gap:6px}.filter-label{color:var(--text);font-size:12px;font-weight:500;line-height:1.4}.input-shell,.search-shell,.toolbar-button{min-height:48px;border:1px solid var(--border);border-radius:12px;background:#fff}.input-shell,.search-shell{display:flex;align-items:center;padding:12px;transition:border-color .12s ease,box-shadow .12s ease}.input-shell input,.input-shell select,.search-shell input{width:100%;border:0;padding:0;background:transparent;color:var(--text);outline:none}.input-shell input::placeholder,.input-shell select,.search-shell input::placeholder{color:var(--text-soft)}.input-shell input[type=datetime-local]{color:var(--text-soft)}.input-shell input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;cursor:pointer}.select-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.with-icon,.select-shell,.search-shell{gap:10px}.with-icon svg,.search-shell svg,.toolbar-button svg,.select-shell svg{color:var(--text-faint)}.toolbar-row{padding-top:16px;border-top:1px solid var(--border-strong);display:flex;align-items:center;justify-content:space-between;gap:16px}.search-shell{width:418px}.toolbar-actions{display:flex;align-items:center;gap:16px}.toolbar-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;color:var(--text);font-size:16px;font-weight:500;cursor:pointer}.table-card{border:1px solid #f2f2f2;border-radius:16px;overflow:hidden}.table-warning{padding:12px 16px;color:#8d4b00;background:#fff4dc;border-bottom:1px solid #f1dfb2}.table-scroll{overflow-x:auto}table{width:100%;min-width:980px;border-collapse:collapse;background:#fff}thead tr{border-bottom:1px solid var(--border-strong)}thead th{padding:14px 10px;text-align:left;color:var(--text);font-size:16px;font-weight:500;line-height:1.4}thead th:first-child,tbody td:first-child{padding-left:20px}thead th:nth-child(1),tbody td:nth-child(1){width:150px}thead th:nth-child(2),tbody td:nth-child(2){width:275px}thead th:nth-child(3),tbody td:nth-child(3){width:110px}thead th:nth-child(4),tbody td:nth-child(4),thead th:nth-child(5),tbody td:nth-child(5){width:180px}thead th:nth-child(6),tbody td:nth-child(6){width:70px;text-align:center}thead th:nth-child(7),tbody td:nth-child(7){width:160px}tbody tr{border-bottom:1px solid var(--border-strong)}tbody tr:last-child{border-bottom:0}tbody td{padding:8px 10px;color:var(--text);font-size:16px;line-height:1.25;vertical-align:middle}.date-cell{display:inline-grid;gap:0}.direction-cell{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.direction-icon{width:18px;height:18px}.direction-icon.incoming{color:#3fc45a}.direction-icon.outgoing{color:#6d78f4}.icon-button{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#6d78f4;cursor:pointer}.eye-icon{stroke-width:1.8}.status-chip{min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:16px;line-height:20px;position:relative}.status-chip:before{content:"";width:8px;height:8px;border-radius:999px;margin-right:8px;background:currentColor}.status-chip.read{background:var(--success-bg);color:var(--success-fg)}.status-chip.unread{background:var(--danger-bg);color:var(--danger-fg)}.status-chip.completed,.status-chip.busy{background:#e6efff;color:#355bb7}.status-chip.failed,.status-chip.canceled{background:#ffe0e0;color:#b42318}.table-empty{padding:36px 16px;text-align:center;color:var(--text-faint)}.pagination{padding:16px 0 6px;display:flex;justify-content:flex-end;align-items:center;gap:12px;background:var(--app-bg)}.pagination-arrow,.pagination-page{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:#fff;color:#4e4e4e;cursor:pointer}.pagination-arrow:disabled{opacity:.45;cursor:not-allowed}.pagination-pages{display:inline-flex;align-items:center;gap:0}.pagination-page{background:transparent}.pagination-page.active{background:#5b64c933;color:var(--brand)}.pagination-ellipsis{width:36px;text-align:center;color:#4e4e4e}@media (max-width: 1280px){.admin-layout{grid-template-columns:1fr}.sidebar{min-height:auto}}@media (max-width: 1080px){.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar-row{flex-direction:column;align-items:stretch}.search-shell{width:100%}.toolbar-actions{justify-content:stretch}.toolbar-button{flex:1 1 0}}@media (max-width: 720px){.admin-layout{padding:12px;gap:12px}.sidebar,.filters-card{border-radius:20px}.filters-grid{grid-template-columns:1fr}.toolbar-actions{flex-direction:column}.toolbar-button{width:100%}.pagination{justify-content:center;flex-wrap:wrap}}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#1a2933;background:#f5f7fa;--card-bg: #ffffff;--card-border: #d9e0e8;--text-muted: #566879;--button-secondary-bg: #edf2f7;--button-secondary-text: #2d3748;--result-bg: #f7fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,p{margin:0}button{border-radius:8px;border:1px solid #ced7e1;padding:.6rem 1rem;font-size:.95rem;font-weight:600;background-color:#fff;color:#1a2933;cursor:pointer}button:disabled{opacity:.7;cursor:not-allowed}
