|
|
@@ -0,0 +1,1404 @@
|
|
|
+:root {
|
|
|
+ --portal-brand: #2b1f99;
|
|
|
+ --portal-brand-deep: #21147d;
|
|
|
+ --portal-brand-soft: #f1f0ff;
|
|
|
+ --portal-cyan: #2fc9d2;
|
|
|
+ --portal-cyan-soft: #e9fbfc;
|
|
|
+ --portal-bg: #f7fbff;
|
|
|
+ --portal-surface: #ffffff;
|
|
|
+ --portal-text: #16133a;
|
|
|
+ --portal-muted: #69708a;
|
|
|
+ --portal-border: #dfe7f7;
|
|
|
+ --portal-danger: #d94a4a;
|
|
|
+ --portal-danger-soft: #fff2f2;
|
|
|
+ --portal-success: #15996b;
|
|
|
+}
|
|
|
+
|
|
|
+html,
|
|
|
+body,
|
|
|
+#app {
|
|
|
+ min-width: 0;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ background: #edf0f7;
|
|
|
+}
|
|
|
+
|
|
|
+button,
|
|
|
+input {
|
|
|
+ font: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+button:focus-visible,
|
|
|
+input:focus-visible {
|
|
|
+ outline: 2px solid color-mix(in srgb, var(--portal-brand) 50%, transparent);
|
|
|
+ outline-offset: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-stage {
|
|
|
+ display: grid;
|
|
|
+ width: 100%;
|
|
|
+ height: 100dvh;
|
|
|
+ place-items: center;
|
|
|
+ overflow: hidden;
|
|
|
+ background: #edf0f7;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-viewport {
|
|
|
+ position: relative;
|
|
|
+ width: min(100vw, 430px);
|
|
|
+ height: 100dvh;
|
|
|
+ overflow: hidden;
|
|
|
+ background: var(--portal-bg);
|
|
|
+ color: var(--portal-text);
|
|
|
+ box-shadow: 0 0 36px rgba(25, 29, 68, 0.14);
|
|
|
+}
|
|
|
+
|
|
|
+.portal-page {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 78px 18px 92px;
|
|
|
+ overflow-y: auto;
|
|
|
+ overscroll-behavior: contain;
|
|
|
+ scrollbar-width: none;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-page::-webkit-scrollbar,
|
|
|
+.agent-conversation::-webkit-scrollbar,
|
|
|
+.horizontal-tabs::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-header,
|
|
|
+.brand-lockup,
|
|
|
+.patient-chip,
|
|
|
+.assistant-entry,
|
|
|
+.section-heading,
|
|
|
+.patient-status-card > button,
|
|
|
+.featured-service,
|
|
|
+.title-line,
|
|
|
+.recent-record,
|
|
|
+.demo-note,
|
|
|
+.profile-card,
|
|
|
+.settings-list button,
|
|
|
+.task-header,
|
|
|
+.agent-session-intro,
|
|
|
+.conversation-upload,
|
|
|
+.message-file,
|
|
|
+.conversation-processing,
|
|
|
+.mcp-return-note {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-header {
|
|
|
+ justify-content: space-between;
|
|
|
+ gap: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-lockup {
|
|
|
+ gap: 10px;
|
|
|
+ min-width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-mark {
|
|
|
+ display: grid;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ flex: 0 0 50px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 15px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+ box-shadow: 0 8px 20px rgba(43, 31, 153, 0.13);
|
|
|
+}
|
|
|
+
|
|
|
+.brand-mark svg {
|
|
|
+ width: 28px;
|
|
|
+ height: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-lockup h1,
|
|
|
+.brand-lockup p,
|
|
|
+.welcome-block h2,
|
|
|
+.welcome-block p,
|
|
|
+.section-heading h3,
|
|
|
+.featured-service h3,
|
|
|
+.featured-service p,
|
|
|
+.service-grid strong,
|
|
|
+.service-grid p,
|
|
|
+.page-title h1,
|
|
|
+.page-title p,
|
|
|
+.catalog-header h1,
|
|
|
+.catalog-header p {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-lockup h1 {
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 1.2;
|
|
|
+}
|
|
|
+
|
|
|
+.brand-lockup p {
|
|
|
+ margin-top: 4px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-chip {
|
|
|
+ gap: 6px;
|
|
|
+ min-height: 42px;
|
|
|
+ padding: 0 12px;
|
|
|
+ border-radius: 22px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-chip svg {
|
|
|
+ width: 17px;
|
|
|
+ height: 17px;
|
|
|
+}
|
|
|
+
|
|
|
+.welcome-block {
|
|
|
+ margin-top: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.welcome-block h2 {
|
|
|
+ font-size: 27px;
|
|
|
+ letter-spacing: -0.03em;
|
|
|
+}
|
|
|
+
|
|
|
+.welcome-block > p {
|
|
|
+ margin-top: 6px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.assistant-entry {
|
|
|
+ gap: 10px;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 66px;
|
|
|
+ margin-top: 20px;
|
|
|
+ padding: 0 14px;
|
|
|
+ border: 1px solid #d9deed;
|
|
|
+ border-radius: 20px;
|
|
|
+ background: white;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ box-shadow: 0 8px 24px rgba(41, 43, 90, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.assistant-entry > span {
|
|
|
+ display: grid;
|
|
|
+ width: 38px;
|
|
|
+ height: 38px;
|
|
|
+ flex: 0 0 38px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.assistant-entry strong {
|
|
|
+ flex: 1;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 600;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.assistant-entry > svg {
|
|
|
+ color: var(--portal-cyan);
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card {
|
|
|
+ margin-top: 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 18px;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.section-heading {
|
|
|
+ min-height: 46px;
|
|
|
+ padding: 0 13px;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.section-heading h3 {
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+.section-heading > span {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.section-heading > button {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card > button {
|
|
|
+ width: 100%;
|
|
|
+ gap: 10px;
|
|
|
+ padding: 11px 13px;
|
|
|
+ border-top: 1px solid var(--portal-border);
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card > button > span:nth-child(2) {
|
|
|
+ display: grid;
|
|
|
+ flex: 1;
|
|
|
+ gap: 2px;
|
|
|
+ min-width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card strong,
|
|
|
+.recent-record strong {
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card small,
|
|
|
+.recent-record small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.patient-status-card em,
|
|
|
+.recent-record em {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 9px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.status-icon,
|
|
|
+.record-icon {
|
|
|
+ display: grid;
|
|
|
+ width: 34px;
|
|
|
+ height: 34px;
|
|
|
+ flex: 0 0 34px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 10px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.status-icon.report,
|
|
|
+.record-icon.report {
|
|
|
+ background: var(--portal-cyan-soft);
|
|
|
+ color: #168699;
|
|
|
+}
|
|
|
+
|
|
|
+.status-icon.tongue,
|
|
|
+.record-icon.tongue {
|
|
|
+ background: #fff0f1;
|
|
|
+ color: #c94e5c;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-service {
|
|
|
+ gap: 18px;
|
|
|
+ margin-top: 16px;
|
|
|
+ padding: 18px;
|
|
|
+ border: 1px solid #dcdaf3;
|
|
|
+ border-radius: 20px;
|
|
|
+ background: white;
|
|
|
+ box-shadow: 0 8px 24px rgba(43, 31, 153, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.featured-icon {
|
|
|
+ display: grid;
|
|
|
+ width: 86px;
|
|
|
+ height: 86px;
|
|
|
+ flex: 0 0 86px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.featured-icon svg {
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-service > div:last-child {
|
|
|
+ min-width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.title-line {
|
|
|
+ gap: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.title-line h3 {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.title-line em {
|
|
|
+ color: var(--portal-cyan);
|
|
|
+ font-size: 9px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 800;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-service p {
|
|
|
+ margin-top: 7px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 10px;
|
|
|
+ line-height: 1.45;
|
|
|
+}
|
|
|
+
|
|
|
+.featured-service button {
|
|
|
+ display: inline-flex;
|
|
|
+ gap: 6px;
|
|
|
+ margin-top: 12px;
|
|
|
+ padding: 8px 13px;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.service-grid {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
+ gap: 10px;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.service-grid > button {
|
|
|
+ min-height: 130px;
|
|
|
+ padding: 15px;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 18px;
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.service-icon {
|
|
|
+ display: grid;
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 13px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.service-icon.report {
|
|
|
+ background: var(--portal-cyan-soft);
|
|
|
+ color: #168699;
|
|
|
+}
|
|
|
+
|
|
|
+.service-icon.tongue {
|
|
|
+ background: #fff0f1;
|
|
|
+ color: #c94e5c;
|
|
|
+}
|
|
|
+
|
|
|
+.service-grid strong {
|
|
|
+ display: block;
|
|
|
+ margin-top: 12px;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.service-grid p {
|
|
|
+ margin-top: 5px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+ line-height: 1.45;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-section {
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-record {
|
|
|
+ width: 100%;
|
|
|
+ gap: 10px;
|
|
|
+ padding: 13px;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 16px;
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.recent-record > span:nth-child(2) {
|
|
|
+ display: grid;
|
|
|
+ flex: 1;
|
|
|
+ gap: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-note {
|
|
|
+ gap: 5px;
|
|
|
+ margin: 16px 0 0;
|
|
|
+ justify-content: center;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-bottom-nav {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 20;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(4, 1fr);
|
|
|
+ min-height: 68px;
|
|
|
+ border-top: 1px solid var(--portal-border);
|
|
|
+ background: rgba(255, 255, 255, 0.97);
|
|
|
+ backdrop-filter: blur(18px);
|
|
|
+}
|
|
|
+
|
|
|
+.portal-bottom-nav button {
|
|
|
+ display: grid;
|
|
|
+ gap: 3px;
|
|
|
+ place-content: center;
|
|
|
+ color: #7c8296;
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-bottom-nav button svg {
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-bottom-nav button.active {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.portal-bottom-nav button:focus-visible,
|
|
|
+.default-answer:focus-visible {
|
|
|
+ outline: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.page-title h1 {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.page-title p {
|
|
|
+ margin-top: 6px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.filter-row {
|
|
|
+ display: flex;
|
|
|
+ gap: 8px;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.filter-row button {
|
|
|
+ padding: 8px 14px;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: white;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.filter-row button.selected {
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list,
|
|
|
+.settings-list {
|
|
|
+ display: grid;
|
|
|
+ gap: 10px;
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list > button,
|
|
|
+.settings-list > button {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 42px minmax(0, 1fr) auto;
|
|
|
+ gap: 11px;
|
|
|
+ padding: 14px;
|
|
|
+ align-items: center;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 16px;
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list > button > span:nth-child(2),
|
|
|
+.settings-list > button > span:nth-child(2) {
|
|
|
+ display: grid;
|
|
|
+ gap: 3px;
|
|
|
+ min-width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list strong,
|
|
|
+.settings-list strong,
|
|
|
+.profile-card strong {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list small,
|
|
|
+.settings-list small,
|
|
|
+.profile-card small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list p {
|
|
|
+ margin: 2px 0 0;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.record-list em {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 10px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-card {
|
|
|
+ gap: 13px;
|
|
|
+ margin-top: 22px;
|
|
|
+ padding: 18px;
|
|
|
+ border-radius: 18px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-card > span {
|
|
|
+ display: grid;
|
|
|
+ width: 52px;
|
|
|
+ height: 52px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: rgba(255, 255, 255, 0.16);
|
|
|
+}
|
|
|
+
|
|
|
+.profile-card > div {
|
|
|
+ display: grid;
|
|
|
+ gap: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-card small {
|
|
|
+ color: rgba(255, 255, 255, 0.72);
|
|
|
+}
|
|
|
+
|
|
|
+.settings-list > button > svg:first-child {
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.settings-list > button > svg:last-child {
|
|
|
+ color: var(--portal-muted);
|
|
|
+}
|
|
|
+
|
|
|
+.service-catalog-page {
|
|
|
+ padding-inline: 0;
|
|
|
+ background: #f8f8fd;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-header,
|
|
|
+.service-search,
|
|
|
+.catalog-summary,
|
|
|
+.agent-catalog-list,
|
|
|
+.catalog-footnote {
|
|
|
+ margin-inline: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-header span {
|
|
|
+ display: block;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 800;
|
|
|
+ letter-spacing: 0.06em;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-header h1 {
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-header p {
|
|
|
+ margin-top: 6px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.service-search {
|
|
|
+ display: flex;
|
|
|
+ gap: 8px;
|
|
|
+ height: 46px;
|
|
|
+ margin-top: 18px;
|
|
|
+ padding: 0 14px;
|
|
|
+ align-items: center;
|
|
|
+ border: 1px solid #dadcef;
|
|
|
+ border-radius: 23px;
|
|
|
+ background: white;
|
|
|
+ box-shadow: 0 8px 22px rgba(50, 45, 98, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.service-search svg {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ color: #878ba3;
|
|
|
+}
|
|
|
+
|
|
|
+.service-search input {
|
|
|
+ width: 100%;
|
|
|
+ border: 0;
|
|
|
+ outline: 0;
|
|
|
+ background: transparent;
|
|
|
+ color: var(--portal-text);
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.horizontal-tabs {
|
|
|
+ display: flex;
|
|
|
+ gap: 6px;
|
|
|
+ padding-inline: 18px;
|
|
|
+ overflow-x: auto;
|
|
|
+ scrollbar-width: none;
|
|
|
+}
|
|
|
+
|
|
|
+.cluster-tabs {
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.horizontal-tabs button {
|
|
|
+ flex: 0 0 auto;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.cluster-tabs button {
|
|
|
+ position: relative;
|
|
|
+ padding: 10px 12px 12px;
|
|
|
+ color: #7b8098;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.cluster-tabs button.selected {
|
|
|
+ color: var(--portal-text);
|
|
|
+}
|
|
|
+
|
|
|
+.cluster-tabs button.selected::after {
|
|
|
+ position: absolute;
|
|
|
+ right: 28%;
|
|
|
+ bottom: 3px;
|
|
|
+ left: 28%;
|
|
|
+ height: 3px;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ content: '';
|
|
|
+}
|
|
|
+
|
|
|
+.stage-tabs {
|
|
|
+ margin-top: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.stage-tabs button {
|
|
|
+ min-width: 64px;
|
|
|
+ padding: 8px 16px;
|
|
|
+ border: 1px solid #e4e5f1;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: white;
|
|
|
+ color: #6f748b;
|
|
|
+ font-size: 11px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.stage-tabs button.selected {
|
|
|
+ border-color: var(--portal-brand);
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-summary {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 18px;
|
|
|
+ margin-bottom: 9px;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-summary strong {
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-summary span {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list {
|
|
|
+ display: grid;
|
|
|
+ gap: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list > button {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 48px minmax(0, 1fr) auto;
|
|
|
+ gap: 11px;
|
|
|
+ min-height: 86px;
|
|
|
+ padding: 13px;
|
|
|
+ align-items: center;
|
|
|
+ border: 1px solid #e8e9f3;
|
|
|
+ border-radius: 18px;
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+ box-shadow: 0 8px 24px rgba(46, 43, 88, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list > button.enabled {
|
|
|
+ border-color: #d9d5fb;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list > button.disabled {
|
|
|
+ cursor: not-allowed;
|
|
|
+ opacity: 0.58;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-icon {
|
|
|
+ display: grid;
|
|
|
+ width: 48px;
|
|
|
+ height: 48px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 14px;
|
|
|
+ background: #f1f2f7;
|
|
|
+ color: #8a8fa5;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-icon.registration {
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-icon.report {
|
|
|
+ background: var(--portal-cyan-soft);
|
|
|
+ color: #168699;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-icon.tongue {
|
|
|
+ background: #fff0f1;
|
|
|
+ color: #c94e5c;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-icon svg {
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-copy {
|
|
|
+ min-width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-title {
|
|
|
+ display: flex;
|
|
|
+ gap: 6px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-title strong {
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 13px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-title em {
|
|
|
+ padding: 2px 5px;
|
|
|
+ border-radius: 4px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 8px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 800;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list > button.disabled .catalog-agent-title em {
|
|
|
+ background: #f0f1f5;
|
|
|
+ color: #85899a;
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-agent-copy > small {
|
|
|
+ display: -webkit-box;
|
|
|
+ margin-top: 7px;
|
|
|
+ overflow: hidden;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 10px;
|
|
|
+ line-height: 1.45;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-catalog-list > button > svg {
|
|
|
+ width: 17px;
|
|
|
+ height: 17px;
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.catalog-footnote {
|
|
|
+ margin-top: 16px;
|
|
|
+ color: #85899d;
|
|
|
+ font-size: 9px;
|
|
|
+ line-height: 1.55;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-conversation-shell {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ background: var(--portal-bg);
|
|
|
+}
|
|
|
+
|
|
|
+.task-header {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 20;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 44px 1fr 44px;
|
|
|
+ height: 52px;
|
|
|
+ padding: 0 8px;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid var(--portal-border);
|
|
|
+ background: rgba(255, 255, 255, 0.97);
|
|
|
+ backdrop-filter: blur(18px);
|
|
|
+}
|
|
|
+
|
|
|
+.task-header button {
|
|
|
+ display: grid;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.task-header strong {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-conversation {
|
|
|
+ position: absolute;
|
|
|
+ inset: 52px 0 0;
|
|
|
+ padding: 14px 13px 170px;
|
|
|
+ overflow-y: auto;
|
|
|
+ overscroll-behavior: contain;
|
|
|
+ scrollbar-width: none;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-session-intro {
|
|
|
+ gap: 10px;
|
|
|
+ padding: 10px 11px;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 14px;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-session-intro .service-icon {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ flex: 0 0 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-session-intro > div {
|
|
|
+ display: grid;
|
|
|
+ gap: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-session-intro strong {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-session-intro small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message {
|
|
|
+ width: fit-content;
|
|
|
+ max-width: 88%;
|
|
|
+ margin-top: 12px;
|
|
|
+ padding: 11px 13px;
|
|
|
+ border-radius: 15px;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 1.6;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message p {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message p + p {
|
|
|
+ margin-top: 7px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.assistant {
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-bottom-left-radius: 4px;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.user {
|
|
|
+ margin-left: auto;
|
|
|
+ border-bottom-right-radius: 4px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.user small {
|
|
|
+ display: block;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ color: rgba(255, 255, 255, 0.72);
|
|
|
+ font-size: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.success {
|
|
|
+ border-color: #bfe6d7;
|
|
|
+ background: #effaf6;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.danger {
|
|
|
+ border-color: #f2caca;
|
|
|
+ background: var(--portal-danger-soft);
|
|
|
+ color: #7a2020;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-message.result {
|
|
|
+ width: calc(100% - 8px);
|
|
|
+ max-width: none;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-demo-prompt {
|
|
|
+ margin: 12px 7px;
|
|
|
+ padding: 14px;
|
|
|
+ border: 1px dashed #cfd4e7;
|
|
|
+ border-radius: 16px;
|
|
|
+ background: rgba(255, 255, 255, 0.72);
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-demo-prompt > strong {
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-demo-prompt > p {
|
|
|
+ margin: 7px 0 10px;
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-demo-prompt > button {
|
|
|
+ display: flex;
|
|
|
+ gap: 7px;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 40px;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ border-radius: 11px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-demo-prompt > button.danger-action {
|
|
|
+ margin-top: 8px;
|
|
|
+ background: transparent;
|
|
|
+ color: var(--portal-danger);
|
|
|
+}
|
|
|
+
|
|
|
+.mcp-return-note {
|
|
|
+ gap: 6px;
|
|
|
+ margin: -4px 7px 10px 44px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.mcp-return-note span {
|
|
|
+ padding: 3px 5px;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: #edf8f4;
|
|
|
+ color: #197759;
|
|
|
+ font-weight: 800;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card {
|
|
|
+ margin-top: 12px;
|
|
|
+ padding: 13px;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 15px;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > div {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > div strong {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > div span {
|
|
|
+ padding: 3px 6px;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 8px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > p {
|
|
|
+ margin: 7px 0 9px;
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > button {
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-top: 1px solid var(--portal-border);
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > button span {
|
|
|
+ display: grid;
|
|
|
+ gap: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > button small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.slot-card > button em {
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 9px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-confirm,
|
|
|
+.inline-demo-action {
|
|
|
+ width: calc(100% - 16px);
|
|
|
+ min-height: 42px;
|
|
|
+ margin: 10px 8px 0;
|
|
|
+ border-radius: 12px;
|
|
|
+ background: var(--portal-brand);
|
|
|
+ color: white;
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-upload {
|
|
|
+ gap: 12px;
|
|
|
+ width: calc(100% - 16px);
|
|
|
+ margin: 12px 8px 0;
|
|
|
+ padding: 16px;
|
|
|
+ border: 1px dashed #b9c3e4;
|
|
|
+ border-radius: 15px;
|
|
|
+ background: white;
|
|
|
+ color: var(--portal-brand);
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-upload > svg {
|
|
|
+ width: 26px;
|
|
|
+ height: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-upload > span {
|
|
|
+ display: grid;
|
|
|
+ gap: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-upload strong {
|
|
|
+ color: var(--portal-text);
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-upload small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.message-file {
|
|
|
+ gap: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.message-file svg {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-processing {
|
|
|
+ gap: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-processing > span {
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ flex: 0 0 22px;
|
|
|
+ border: 2px solid #d8d9ed;
|
|
|
+ border-top-color: var(--portal-brand);
|
|
|
+ border-radius: 50%;
|
|
|
+ animation: portal-spin 0.8s linear infinite;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-processing > div {
|
|
|
+ display: grid;
|
|
|
+ gap: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-processing small {
|
|
|
+ color: var(--portal-muted);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes portal-spin {
|
|
|
+ to { transform: rotate(360deg); }
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result h2,
|
|
|
+.structured-result h3,
|
|
|
+.structured-result p,
|
|
|
+.structured-result ul,
|
|
|
+.structured-result ol,
|
|
|
+.structured-result blockquote {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result h2 {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result h3 {
|
|
|
+ margin-top: 13px;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result blockquote {
|
|
|
+ margin-top: 10px;
|
|
|
+ padding: 9px 10px;
|
|
|
+ border-left: 3px solid var(--portal-danger);
|
|
|
+ border-radius: 7px;
|
|
|
+ background: var(--portal-danger-soft);
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result blockquote.positive {
|
|
|
+ border-left-color: var(--portal-success);
|
|
|
+ background: #effaf6;
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result ul,
|
|
|
+.structured-result ol {
|
|
|
+ margin-top: 6px;
|
|
|
+ padding-left: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.structured-result.compact h3 {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.result-table {
|
|
|
+ margin-top: 7px;
|
|
|
+ overflow: hidden;
|
|
|
+ border: 1px solid var(--portal-border);
|
|
|
+ border-radius: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.result-table > div {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1.2fr 1fr 0.55fr;
|
|
|
+ gap: 6px;
|
|
|
+ padding: 7px 8px;
|
|
|
+ border-bottom: 1px solid var(--portal-border);
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.result-table > div:first-child {
|
|
|
+ background: #f5f7fd;
|
|
|
+}
|
|
|
+
|
|
|
+.result-table > div:last-child {
|
|
|
+ border-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.result-table em {
|
|
|
+ color: var(--portal-danger);
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 750;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-end-space {
|
|
|
+ min-height: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-input-dock {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 25;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ padding: 8px 12px 10px;
|
|
|
+ border-top: 1px solid var(--portal-border);
|
|
|
+ background: rgba(244, 245, 253, 0.97);
|
|
|
+ backdrop-filter: blur(18px);
|
|
|
+}
|
|
|
+
|
|
|
+.default-answer {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: auto minmax(0, 1fr) auto;
|
|
|
+ gap: 7px;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 7px;
|
|
|
+ padding: 8px 10px;
|
|
|
+ align-items: center;
|
|
|
+ border: 1px solid #d9dcf2;
|
|
|
+ border-radius: 12px;
|
|
|
+ background: white;
|
|
|
+ text-align: left;
|
|
|
+ box-shadow: 0 5px 14px rgba(47, 40, 112, 0.06);
|
|
|
+}
|
|
|
+
|
|
|
+.default-answer span {
|
|
|
+ padding: 3px 6px;
|
|
|
+ border-radius: 999px;
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+ font-size: 9px;
|
|
|
+ font-weight: 800;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.default-answer strong {
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 11px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.default-answer svg {
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-composer {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 42px 1fr 42px;
|
|
|
+ gap: 7px;
|
|
|
+ min-height: 56px;
|
|
|
+ padding: 6px 7px;
|
|
|
+ align-items: center;
|
|
|
+ border: 1px solid #dfe3f2;
|
|
|
+ border-radius: 28px;
|
|
|
+ background: white;
|
|
|
+ box-shadow: 0 8px 24px rgba(33, 20, 125, 0.09);
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-composer input:not(.visually-hidden) {
|
|
|
+ width: 100%;
|
|
|
+ height: 42px;
|
|
|
+ padding: 0 5px;
|
|
|
+ border: 0;
|
|
|
+ outline: 0;
|
|
|
+ background: white;
|
|
|
+ color: var(--portal-text);
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.composer-voice,
|
|
|
+.composer-camera {
|
|
|
+ display: grid;
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+ place-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.composer-voice {
|
|
|
+ background: var(--portal-brand-soft);
|
|
|
+ color: var(--portal-brand);
|
|
|
+}
|
|
|
+
|
|
|
+.composer-camera {
|
|
|
+ color: #272347;
|
|
|
+}
|
|
|
+
|
|
|
+.composer-voice svg,
|
|
|
+.composer-camera svg {
|
|
|
+ width: 19px;
|
|
|
+ height: 19px;
|
|
|
+}
|
|
|
+
|
|
|
+.conversation-input-dock > small {
|
|
|
+ display: block;
|
|
|
+ margin-top: 6px;
|
|
|
+ color: #858aa0;
|
|
|
+ font-size: 9px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.visually-hidden {
|
|
|
+ position: absolute !important;
|
|
|
+ width: 1px !important;
|
|
|
+ height: 1px !important;
|
|
|
+ padding: 0 !important;
|
|
|
+ overflow: hidden !important;
|
|
|
+ clip: rect(0, 0, 0, 0) !important;
|
|
|
+ white-space: nowrap !important;
|
|
|
+ border: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 370px) {
|
|
|
+ .portal-page {
|
|
|
+ padding-inline: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .featured-icon {
|
|
|
+ width: 74px;
|
|
|
+ height: 74px;
|
|
|
+ flex-basis: 74px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .catalog-header,
|
|
|
+ .service-search,
|
|
|
+ .catalog-summary,
|
|
|
+ .agent-catalog-list,
|
|
|
+ .catalog-footnote {
|
|
|
+ margin-inline: 14px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 431px) {
|
|
|
+ .portal-viewport {
|
|
|
+ border-inline: 1px solid rgba(210, 214, 228, 0.85);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (prefers-reduced-motion: reduce) {
|
|
|
+ *,
|
|
|
+ *::before,
|
|
|
+ *::after {
|
|
|
+ scroll-behavior: auto !important;
|
|
|
+ animation-duration: 0.01ms !important;
|
|
|
+ animation-iteration-count: 1 !important;
|
|
|
+ }
|
|
|
+}
|