@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";
:root{--stm-t-toolbar-height:56px;--stm-t-header-height:64px;--stm-t-kpi-row-height:100px;--stm-t-title-max:60ch;--stm-t-description-max:80ch;--stm-t-card-min-width:280px;--stm-t-card-max-width:400px;--stm-t-thumbnail-ratio:16/9;--stm-t-avatar-sm:24px;--stm-t-avatar-md:32px;--stm-t-avatar-lg:48px;--stm-t-report-max-width:960px;--stm-t-report-section-gap:var(--stm-space-10);--stm-t-insight-card-min-width:340px}.stm-t-dsh-10{grid-template-rows:var(--stm-t-toolbar-height)auto 1fr;gap:var(--stm-space-6);grid-template-areas:"toolbar""kpi""widgets";min-height:0;display:grid}.stm-t-dsh-10 .t-zone-toolbar{grid-area:toolbar}.stm-t-dsh-10 .t-zone-kpi{grid-area:kpi}.stm-t-dsh-10 .t-zone-widgets{gap:var(--stm-space-6);grid-area:widgets;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-content:start;display:grid}.stm-t-dsh-20{grid-template-rows:var(--stm-t-toolbar-height)1fr;gap:var(--stm-space-6);grid-template-areas:"toolbar""onboarding";display:grid}.stm-t-dsh-20 .t-zone-toolbar{grid-area:toolbar}.stm-t-dsh-20 .t-zone-onboarding{flex-direction:column;grid-area:onboarding;justify-content:center;align-items:center;display:flex}.stm-t-dsh-30{grid-template-rows:var(--stm-t-toolbar-height)auto 1fr auto;gap:var(--stm-space-6);grid-template-areas:"toolbar""kpi""widgets""pipeline";display:grid}.stm-t-dsh-30 .t-zone-toolbar{grid-area:toolbar}.stm-t-dsh-30 .t-zone-kpi{grid-area:kpi}.stm-t-dsh-30 .t-zone-widgets{gap:var(--stm-space-6);grid-area:widgets;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-content:start;display:grid}.stm-t-dsh-30 .t-zone-pipeline{grid-area:pipeline}.stm-t-dsh-40{grid-template-rows:auto var(--stm-t-toolbar-height)auto 1fr;gap:var(--stm-space-6);grid-template-areas:"client-header""toolbar""channels""charts";display:grid}.stm-t-dsh-40 .t-zone-client-header{grid-area:client-header}.stm-t-dsh-40 .t-zone-toolbar{grid-area:toolbar}.stm-t-dsh-40 .t-zone-channels{grid-area:channels}.stm-t-dsh-40 .t-zone-charts{gap:var(--stm-space-6);grid-area:charts;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));align-content:start;display:grid}.stm-t-dat-10{gap:var(--stm-space-4);grid-template-rows:auto 1fr;grid-template-areas:"filters""table";display:grid}.stm-t-dat-10 .t-zone-filters{grid-area:filters}.stm-t-dat-10 .t-zone-table{grid-area:table;min-height:0;overflow:auto}.stm-t-dat-20{gap:var(--stm-space-4);grid-template-rows:auto auto 1fr;grid-template-areas:"breadcrumbs""detail-header""content";display:grid}.stm-t-dat-20 .t-zone-breadcrumbs{grid-area:breadcrumbs}.stm-t-dat-20 .t-zone-detail-header{grid-area:detail-header}.stm-t-dat-20 .t-zone-content{grid-area:content}.stm-t-dat-20-split{gap:var(--stm-space-4)var(--stm-space-6);grid-template:"breadcrumbs breadcrumbs""detail-header detail-header""content detail-aside"1fr/1fr 320px;display:grid}.stm-t-dat-20-split .t-zone-breadcrumbs{grid-area:breadcrumbs}.stm-t-dat-20-split .t-zone-detail-header{grid-area:detail-header}.stm-t-dat-20-split .t-zone-content{grid-area:content}.stm-t-dat-20-split .t-zone-detail-aside{grid-area:detail-aside}.stm-t-dat-30{gap:var(--stm-space-4);grid-template-rows:auto 1fr;grid-template-areas:"filters""cards";display:grid}.stm-t-dat-30 .t-zone-filters{grid-area:filters}.stm-t-dat-30 .t-zone-cards{grid-area:cards;grid-template-columns:repeat(auto-fill,minmax(var(--stm-t-card-min-width),1fr));gap:var(--stm-space-6);align-content:start;display:grid}.stm-t-dat-40{gap:var(--stm-space-6);grid-template-rows:auto 1fr auto;grid-template-areas:"selector""compare-table""compare-charts";display:grid}.stm-t-dat-40 .t-zone-selector{grid-area:selector}.stm-t-dat-40 .t-zone-compare-table{grid-area:compare-table}.stm-t-dat-40 .t-zone-compare-charts{gap:var(--stm-space-6);grid-area:compare-charts;grid-template-columns:1fr 1fr;display:grid}.stm-t-rpt-10{max-width:var(--stm-t-report-max-width);gap:var(--stm-t-report-section-gap);flex-direction:column;margin-inline:auto;display:flex}@media print{.stm-t-rpt-10{gap:var(--stm-space-8);max-width:100%}.stm-t-rpt-10 .t-zone-metric-section{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.stm-t-rpt-10 .t-zone-exec-summary{page-break-after:always;-moz-column-break-after:always;break-after:always}}.stm-t-rpt-20{grid-template-rows:var(--stm-t-toolbar-height)1fr auto;gap:var(--stm-space-6);grid-template-areas:"toolbar""charts""data-table";display:grid}.stm-t-rpt-20 .t-zone-toolbar{grid-area:toolbar}.stm-t-rpt-20 .t-zone-charts{gap:var(--stm-space-6);grid-area:charts;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));align-content:start;display:grid}.stm-t-rpt-20 .t-zone-data-table{grid-area:data-table}.stm-t-rpt-30{max-width:var(--stm-t-report-max-width);gap:var(--stm-t-report-section-gap);flex-direction:column;margin-inline:auto;display:flex}.stm-t-rpt-30 .t-zone-attribution{gap:var(--stm-space-6);grid-template-columns:1fr 1fr;display:grid}.stm-t-ai-10{gap:var(--stm-space-6);grid-template-columns:1fr 1fr;grid-template-areas:"chat output";height:100%;min-height:0;display:grid}.stm-t-ai-10 .t-zone-chat{flex-direction:column;grid-area:chat;min-height:0;display:flex}.stm-t-ai-10 .t-zone-output{grid-area:output;overflow-y:auto}@media (max-width:900px){.stm-t-ai-10{grid-template:"chat""output"1fr/1fr}}.stm-t-ai-20{gap:var(--stm-space-6);grid-template:"anomaly-panel chart""anomaly-panel timeline"1fr/360px 1fr;height:100%;display:grid}.stm-t-ai-20 .t-zone-anomaly-panel{grid-area:anomaly-panel;overflow-y:auto}.stm-t-ai-20 .t-zone-chart{grid-area:chart}.stm-t-ai-20 .t-zone-timeline{grid-area:timeline}@media (max-width:900px){.stm-t-ai-20{grid-template:"anomaly-panel""chart""timeline"1fr/1fr}}.stm-t-ai-30{gap:var(--stm-space-6);grid-template-rows:1fr auto auto;grid-template-areas:"pipeline""history""log";display:grid}.stm-t-ai-30 .t-zone-pipeline{grid-area:pipeline}.stm-t-ai-30 .t-zone-history{grid-area:history;max-height:280px;overflow:auto}.stm-t-ai-30 .t-zone-log{grid-area:log}.stm-t-ai-40{grid-template-rows:auto var(--stm-t-toolbar-height)1fr;gap:var(--stm-space-6);grid-template-areas:"insight-header""filters""cards";display:grid}.stm-t-ai-40 .t-zone-insight-header{grid-area:insight-header}.stm-t-ai-40 .t-zone-filters{grid-area:filters}.stm-t-ai-40 .t-zone-cards{grid-area:cards;grid-template-columns:repeat(auto-fill,minmax(var(--stm-t-insight-card-min-width),1fr));gap:var(--stm-space-6);align-content:start;display:grid}.stm-t-wireframe [class*=t-zone-]{background:color-mix(in srgb,var(--stm-muted)60%,transparent);border:1px dashed var(--stm-border);border-radius:var(--stm-radius-md);font-size:var(--stm-text-xs);font-weight:var(--stm-font-semibold);color:var(--stm-muted-foreground);text-transform:uppercase;letter-spacing:.06em;padding:var(--stm-space-2);text-align:center;justify-content:center;align-items:center;min-height:36px;display:flex}
.stm-page{background:var(--stm-background);width:100%;min-height:100vh;color:var(--stm-foreground)}.stm-page-frame{border:1px solid var(--stm-border);border-radius:var(--stm-radius-xl);background:var(--stm-background);flex-direction:column;width:100%;display:flex;overflow:hidden}.stm-page-chrome{align-items:center;gap:var(--stm-space-3);height:36px;padding:0 var(--stm-space-4);background:var(--stm-card);border-bottom:1px solid var(--stm-border);flex-shrink:0;display:flex}.stm-page-chrome-dots{flex-shrink:0;gap:5px;display:flex}.stm-page-chrome-dots span{border-radius:50%;width:10px;height:10px}.stm-page-chrome-dot-close{background:var(--stm-error)}.stm-page-chrome-dot-min{background:var(--stm-warning)}.stm-page-chrome-dot-max{background:var(--stm-success)}.stm-page-chrome-url{background:var(--stm-muted);border-radius:var(--stm-radius-sm);max-width:380px;height:20px;padding:0 var(--stm-space-3);color:var(--stm-muted-foreground);letter-spacing:0;flex:1;align-items:center;font-family:inherit;font-size:11px;display:flex}.stm-page-frame-body{flex-direction:column;height:580px;display:flex;position:relative;overflow:hidden auto}.stm-page-frame-body .stm-app-shell{flex:1;min-height:100%}
.stm-kbd{min-width:22px;height:22px;padding:0 var(--stm-space-2);font-family:var(--stm-font-body);font-size:var(--stm-text-xs);font-weight:var(--stm-font-semibold);color:var(--stm-gray-700);background:var(--stm-gray-50);border:1px solid var(--stm-gray-300);border-radius:var(--stm-radius-sm);white-space:nowrap;border-bottom-width:2px;justify-content:center;align-items:center;display:inline-flex}.stm-kbd-group{align-items:center;gap:var(--stm-space-1);display:inline-flex}.stm-kbd-separator{color:var(--stm-muted-foreground);font-size:var(--stm-text-xs)}.stm-code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.85em;font-weight:var(--stm-font-medium);color:var(--stm-error);background:var(--stm-gray-100);border-radius:var(--stm-radius-sm);padding:.15em .4em;display:inline-block}.stm-code-block{padding:var(--stm-space-4);font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:var(--stm-text-sm);color:var(--stm-gray-100);background:var(--stm-gray-900);border-radius:var(--stm-radius-lg);white-space:pre;tab-size:2;line-height:1.6;display:block;overflow-x:auto}.stm-code-block-header{padding:var(--stm-space-3)var(--stm-space-4);background:var(--stm-gray-800);border-radius:var(--stm-radius-lg)var(--stm-radius-lg)0 0;justify-content:space-between;align-items:center;display:flex}.stm-code-block-lang{font-size:var(--stm-text-xs);font-weight:var(--stm-font-semibold);color:var(--stm-gray-400);text-transform:uppercase}.stm-code-block-copy{padding:var(--stm-space-1)var(--stm-space-2);font-size:var(--stm-text-xs);font-weight:var(--stm-font-medium);color:var(--stm-gray-400);border:1px solid var(--stm-gray-600);border-radius:var(--stm-radius-md);cursor:pointer;transition:var(--stm-transition-fast);background:0 0}.stm-code-block-copy:hover{color:var(--stm-white-a90);border-color:var(--stm-gray-400)}.stm-code-block-with-header{border-radius:0 0 var(--stm-radius-lg)var(--stm-radius-lg)}.stm-code-block-numbered{counter-reset:line}.stm-code-line{counter-increment:line;display:block}.stm-code-line:before{content:counter(line);width:2em;margin-right:var(--stm-space-4);color:var(--stm-gray-600);text-align:right;display:inline-block}.stm-meter{gap:var(--stm-space-2);flex-direction:column;display:flex}.stm-meter-header{justify-content:space-between;align-items:center;display:flex}.stm-meter-label{font-size:var(--stm-label-size);font-weight:var(--stm-label-weight);letter-spacing:var(--stm-label-tracking);text-transform:var(--stm-label-transform);color:var(--stm-foreground)}.stm-meter-value{font-size:var(--stm-text-sm);font-weight:var(--stm-font-bold);color:var(--stm-foreground)}.stm-meter-track{background:var(--stm-gray-100);border-radius:var(--stm-capsule-radius);width:100%;height:8px;overflow:hidden}.stm-meter-fill{border-radius:var(--stm-capsule-radius);height:100%;transition:width var(--stm-duration-normal)var(--stm-ease-out)}.stm-meter-fill-primary{background:var(--stm-gradient-horizontal)}.stm-meter-fill-success{background:var(--stm-success)}.stm-meter-fill-warning{background:var(--stm-warning)}.stm-meter-fill-error{background:var(--stm-error)}.stm-meter-fill-gradient{background:var(--stm-gradient-blue)}.stm-meter-segmented .stm-meter-track{background:0 0;gap:2px;display:flex}.stm-meter-segment{background:var(--stm-gray-200);border-radius:var(--stm-capsule-radius);flex:1;height:8px}.stm-meter-segment-filled{background:var(--stm-primary)}.stm-meter-segment-filled:first-child{background:var(--stm-gradient-start)}.stm-meter-segment-filled:nth-child(2){background:var(--stm-gradient-mid)}.stm-meter-segment-filled:nth-child(3){background:var(--stm-gradient-end)}.stm-meter-segment-filled:nth-child(4){background:var(--stm-gradient-end);opacity:.7}.stm-gauge{justify-content:center;align-items:center;display:inline-flex;position:relative}.stm-gauge-circle{transform:rotate(-90deg)}.stm-gauge-bg{fill:none;stroke:var(--stm-gray-100)}.stm-gauge-fill{fill:none;stroke-linecap:round;transition:stroke-dashoffset var(--stm-duration-normal)var(--stm-ease-out)}.stm-gauge-center{text-align:center;position:absolute}.stm-gauge-value{font-family:var(--stm-wordmark-family);font-size:var(--stm-text-2xl);font-weight:var(--stm-wordmark-weight);color:var(--stm-foreground);letter-spacing:var(--stm-tracking-wide);line-height:1}.stm-gauge-label{font-size:var(--stm-label-size);font-weight:var(--stm-label-weight);letter-spacing:var(--stm-label-tracking);text-transform:var(--stm-label-transform);color:var(--stm-muted-foreground)}.stm-media-card{border:1px solid var(--stm-border);border-radius:var(--stm-radius-xl);transition:var(--stm-transition-fast);overflow:hidden}.stm-media-card:hover{box-shadow:var(--stm-shadow-lg);transform:translateY(-2px)}.stm-media-card-image{background:var(--stm-gray-100);width:100%;position:relative;overflow:hidden}.stm-media-card-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.stm-media-card-aspect-16-9{aspect-ratio:16/9}.stm-media-card-aspect-4-3{aspect-ratio:4/3}.stm-media-card-aspect-square{aspect-ratio:1}.stm-media-card-overlay{background:linear-gradient(transparent 50%,var(--stm-black-a60)100%);padding:var(--stm-space-4);color:#fff;align-items:flex-end;display:flex;position:absolute;inset:0}.stm-media-card-badge{top:var(--stm-space-3);left:var(--stm-space-3);position:absolute}.stm-media-card-body{padding:var(--stm-space-4)}.stm-media-card-title{margin:0 0 var(--stm-space-1);font-size:var(--stm-text-base);font-weight:var(--stm-font-bold);color:var(--stm-foreground)}.stm-media-card-description{font-size:var(--stm-text-sm);color:var(--stm-muted-foreground);line-height:var(--stm-leading-normal);margin:0}.stm-media-card-footer{padding:var(--stm-space-3)var(--stm-space-4);border-top:1px solid var(--stm-border);justify-content:space-between;align-items:center;display:flex}.stm-comment-thread{gap:var(--stm-space-4);flex-direction:column;display:flex}.stm-comment{gap:var(--stm-space-3);display:flex}.stm-comment-avatar{border-radius:var(--stm-radius-full);background:var(--stm-primary);color:#fff;width:36px;height:36px;font-size:var(--stm-text-xs);font-weight:var(--stm-font-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.stm-comment-body{flex:1;min-width:0}.stm-comment-header{align-items:center;gap:var(--stm-space-2);margin-bottom:var(--stm-space-1);display:flex}.stm-comment-author{font-size:var(--stm-text-sm);font-weight:var(--stm-font-semibold);color:var(--stm-foreground)}.stm-comment-time{font-size:var(--stm-text-xs);color:var(--stm-muted-foreground)}.stm-comment-text{font-size:var(--stm-text-sm);color:var(--stm-foreground);line-height:var(--stm-leading-normal);margin:0}.stm-comment-actions{gap:var(--stm-space-3);margin-top:var(--stm-space-2);display:flex}.stm-comment-action{font-size:var(--stm-text-xs);font-weight:var(--stm-font-medium);color:var(--stm-muted-foreground);cursor:pointer;transition:var(--stm-transition-fast);background:0 0;border:none;padding:0}.stm-comment-action:hover{color:var(--stm-primary)}.stm-comment-replies{margin-top:var(--stm-space-4);padding-left:var(--stm-space-6);border-left:2px solid var(--stm-gray-200);gap:var(--stm-space-4);flex-direction:column;display:flex}.stm-comment-input{gap:var(--stm-space-3);padding-top:var(--stm-space-4);border-top:1px solid var(--stm-border);display:flex}.stm-comment-input .stm-input{flex:1}
.stm-fade-in{animation:stm-fade-in var(--stm-duration-normal)var(--stm-ease-out)}.stm-fade-out{animation:stm-fade-out var(--stm-duration-normal)var(--stm-ease-out)}.stm-slide-in{animation:stm-slide-in var(--stm-duration-normal)var(--stm-ease-out)}.stm-slide-in-left{animation:stm-slide-in-left var(--stm-duration-normal)var(--stm-ease-out)}.stm-slide-in-right{animation:stm-slide-in-right var(--stm-duration-normal)var(--stm-ease-out)}.stm-shake{animation:stm-shake .3s var(--stm-ease-out)}.stm-spin{animation:1s linear infinite stm-spin}.stm-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite stm-pulse}.stm-bounce{animation:1s infinite stm-bounce}.stm-scale-in{animation:stm-scale-in var(--stm-duration-normal)var(--stm-ease-out)}.stm-scale-out{animation:stm-scale-out var(--stm-duration-normal)var(--stm-ease-in)}
.stm-p-0{padding:var(--stm-space-0)}.stm-p-1{padding:var(--stm-space-1)}.stm-p-2{padding:var(--stm-space-2)}.stm-p-3{padding:var(--stm-space-3)}.stm-p-4{padding:var(--stm-space-4)}.stm-p-5{padding:var(--stm-space-5)}.stm-p-6{padding:var(--stm-space-6)}.stm-p-8{padding:var(--stm-space-8)}.stm-p-10{padding:var(--stm-space-10)}.stm-p-12{padding:var(--stm-space-12)}.stm-px-0{padding-left:var(--stm-space-0);padding-right:var(--stm-space-0)}.stm-px-4{padding-left:var(--stm-space-4);padding-right:var(--stm-space-4)}.stm-px-6{padding-left:var(--stm-space-6);padding-right:var(--stm-space-6)}.stm-px-8{padding-left:var(--stm-space-8);padding-right:var(--stm-space-8)}.stm-py-0{padding-top:var(--stm-space-0);padding-bottom:var(--stm-space-0)}.stm-py-4{padding-top:var(--stm-space-4);padding-bottom:var(--stm-space-4)}.stm-py-6{padding-top:var(--stm-space-6);padding-bottom:var(--stm-space-6)}.stm-py-8{padding-top:var(--stm-space-8);padding-bottom:var(--stm-space-8)}.stm-m-0{margin:var(--stm-space-0)}.stm-m-1{margin:var(--stm-space-1)}.stm-m-2{margin:var(--stm-space-2)}.stm-m-3{margin:var(--stm-space-3)}.stm-m-4{margin:var(--stm-space-4)}.stm-m-6{margin:var(--stm-space-6)}.stm-m-8{margin:var(--stm-space-8)}.stm-mt-0{margin-top:var(--stm-space-0)}.stm-mt-2{margin-top:var(--stm-space-2)}.stm-mt-4{margin-top:var(--stm-space-4)}.stm-mt-6{margin-top:var(--stm-space-6)}.stm-mt-8{margin-top:var(--stm-space-8)}.stm-mb-0{margin-bottom:var(--stm-space-0)}.stm-mb-2{margin-bottom:var(--stm-space-2)}.stm-mb-4{margin-bottom:var(--stm-space-4)}.stm-mb-6{margin-bottom:var(--stm-space-6)}.stm-mb-8{margin-bottom:var(--stm-space-8)}.stm-ml-0{margin-left:var(--stm-space-0)}.stm-ml-2{margin-left:var(--stm-space-2)}.stm-ml-4{margin-left:var(--stm-space-4)}.stm-mr-0{margin-right:var(--stm-space-0)}.stm-mr-2{margin-right:var(--stm-space-2)}.stm-mr-4{margin-right:var(--stm-space-4)}.stm-mx-auto{margin-left:auto;margin-right:auto}.stm-gap-1{gap:var(--stm-space-1)}.stm-gap-2{gap:var(--stm-space-2)}.stm-gap-3{gap:var(--stm-space-3)}.stm-gap-4{gap:var(--stm-space-4)}.stm-gap-6{gap:var(--stm-space-6)}.stm-gap-8{gap:var(--stm-space-8)}
.stm-container{width:100%;max-width:1440px;padding-left:var(--stm-space-6);padding-right:var(--stm-space-6);margin-left:auto;margin-right:auto}.stm-container-sm{max-width:640px}.stm-container-md{max-width:768px}.stm-container-lg{max-width:1024px}.stm-container-xl{max-width:1280px}.stm-container-full{max-width:none}.stm-grid{gap:var(--stm-space-4);display:grid}.stm-grid-cols-1{grid-template-columns:repeat(1,1fr)}.stm-grid-cols-2{grid-template-columns:repeat(2,1fr)}.stm-grid-cols-3{grid-template-columns:repeat(3,1fr)}.stm-grid-cols-4{grid-template-columns:repeat(4,1fr)}.stm-grid-cols-5{grid-template-columns:repeat(5,1fr)}.stm-grid-cols-6{grid-template-columns:repeat(6,1fr)}.stm-grid-cols-12{grid-template-columns:repeat(12,1fr)}.stm-col-span-1{grid-column:span 1}.stm-col-span-2{grid-column:span 2}.stm-col-span-3{grid-column:span 3}.stm-col-span-4{grid-column:span 4}.stm-col-span-5{grid-column:span 5}.stm-col-span-6{grid-column:span 6}.stm-col-span-7{grid-column:span 7}.stm-col-span-8{grid-column:span 8}.stm-col-span-9{grid-column:span 9}.stm-col-span-10{grid-column:span 10}.stm-col-span-11{grid-column:span 11}.stm-col-span-12{grid-column:span 12}.stm-col-span-full{grid-column:1/-1}.stm-grid-auto-sm{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stm-grid-auto-md{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stm-grid-auto-lg{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.stm-block{display:block}.stm-inline-block{display:inline-block}.stm-inline{display:inline}.stm-flex{display:flex}.stm-inline-flex{display:inline-flex}.stm-grid-display{display:grid}.stm-hidden{display:none}.stm-flex-row{flex-direction:row}.stm-flex-col{flex-direction:column}.stm-flex-row-rev{flex-direction:row-reverse}.stm-flex-col-rev{flex-direction:column-reverse}.stm-flex-wrap{flex-wrap:wrap}.stm-flex-nowrap{flex-wrap:nowrap}.stm-justify-start{justify-content:flex-start}.stm-justify-center{justify-content:center}.stm-justify-end{justify-content:flex-end}.stm-justify-between{justify-content:space-between}.stm-justify-around{justify-content:space-around}.stm-items-start{align-items:flex-start}.stm-items-center{align-items:center}.stm-items-end{align-items:flex-end}.stm-items-stretch{align-items:stretch}.stm-items-baseline{align-items:baseline}.stm-flex-1{flex:1}.stm-flex-auto{flex:auto}.stm-flex-none{flex:none}.stm-grow{flex-grow:1}.stm-shrink-0{flex-shrink:0}.stm-text-left{text-align:left}.stm-text-center{text-align:center}.stm-text-right{text-align:right}.stm-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stm-line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.stm-line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.stm-line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.stm-uppercase{text-transform:uppercase}.stm-lowercase{text-transform:lowercase}.stm-capitalize{text-transform:capitalize}.stm-normal-case{text-transform:none}.stm-font-normal{font-weight:var(--stm-font-normal)}.stm-font-medium{font-weight:var(--stm-font-medium)}.stm-font-semibold{font-weight:var(--stm-font-semibold)}.stm-font-bold{font-weight:var(--stm-font-bold)}.stm-font-extrabold{font-weight:var(--stm-font-extrabold)}.stm-font-black{font-weight:var(--stm-font-black)}.stm-text-xs{font-size:var(--stm-text-xs)}.stm-text-sm{font-size:var(--stm-text-sm)}.stm-text-base{font-size:var(--stm-text-base)}.stm-text-lg{font-size:var(--stm-text-lg)}.stm-text-xl{font-size:var(--stm-text-xl)}.stm-text-2xl{font-size:var(--stm-text-2xl)}.stm-text-3xl{font-size:var(--stm-text-3xl)}.stm-text-4xl{font-size:var(--stm-text-4xl)}.stm-text-5xl{font-size:var(--stm-text-5xl)}.stm-text-primary{color:var(--stm-primary)}.stm-text-secondary{color:var(--stm-secondary)}.stm-text-muted{color:var(--stm-muted-foreground)}.stm-text-success{color:var(--stm-success)}.stm-text-error{color:var(--stm-error)}.stm-text-warning{color:var(--stm-warning)}.stm-text-white{color:#fff}.stm-aspect-square{aspect-ratio:1}.stm-aspect-video{aspect-ratio:16/9}.stm-aspect-4-3{aspect-ratio:4/3}.stm-aspect-3-2{aspect-ratio:3/2}.stm-aspect-2-1{aspect-ratio:2}.stm-overflow-auto{overflow:auto}.stm-overflow-hidden{overflow:hidden}.stm-overflow-scroll{overflow:scroll}.stm-overflow-visible{overflow:visible}.stm-overflow-x-auto{overflow-x:auto}.stm-overflow-y-auto{overflow-y:auto}.stm-relative{position:relative}.stm-absolute{position:absolute}.stm-fixed{position:fixed}.stm-sticky{position:sticky}.stm-w-full{width:100%}.stm-w-screen{width:100vw}.stm-w-auto{width:auto}.stm-h-full{height:100%}.stm-h-screen{height:100vh}.stm-h-auto{height:auto}.stm-min-h-screen{min-height:100vh}.stm-rounded-none{border-radius:var(--stm-radius-none)}.stm-rounded-sm{border-radius:var(--stm-radius-sm)}.stm-rounded-md{border-radius:var(--stm-radius-md)}.stm-rounded-lg{border-radius:var(--stm-radius-lg)}.stm-rounded-xl{border-radius:var(--stm-radius-xl)}.stm-rounded-2xl{border-radius:var(--stm-radius-2xl)}.stm-rounded-3xl{border-radius:var(--stm-radius-3xl)}.stm-rounded-full{border-radius:var(--stm-radius-full)}.stm-shadow-none{box-shadow:var(--stm-shadow-none)}.stm-shadow-sm{box-shadow:var(--stm-shadow-sm)}.stm-shadow-md{box-shadow:var(--stm-shadow-md)}.stm-shadow-lg{box-shadow:var(--stm-shadow-lg)}.stm-shadow-xl{box-shadow:var(--stm-shadow-xl)}.stm-shadow-2xl{box-shadow:var(--stm-shadow-2xl)}@media (max-width:639px){.stm-hidden-sm{display:none}}@media (max-width:767px){.stm-hidden-md{display:none}}@media (max-width:1023px){.stm-hidden-lg{display:none}}@media (max-width:1279px){.stm-hidden-xl{display:none}}@media (min-width:640px){.stm-visible-sm{display:block}.stm-sm-grid-cols-2{grid-template-columns:repeat(2,1fr)}.stm-sm-grid-cols-3{grid-template-columns:repeat(3,1fr)}.stm-sm-hidden{display:none}.stm-sm-flex-row{flex-direction:row}.stm-sm-p-0{padding:0}.stm-sm-p-2{padding:var(--stm-space-2)}.stm-sm-p-4{padding:var(--stm-space-4)}.stm-sm-p-6{padding:var(--stm-space-6)}.stm-sm-p-8{padding:var(--stm-space-8)}.stm-sm-gap-2{gap:var(--stm-space-2)}.stm-sm-gap-4{gap:var(--stm-space-4)}.stm-sm-gap-6{gap:var(--stm-space-6)}.stm-sm-text-sm{font-size:var(--stm-text-sm)}.stm-sm-text-base{font-size:var(--stm-text-base)}.stm-sm-text-lg{font-size:var(--stm-text-lg)}}@media (min-width:768px){.stm-visible-md{display:block}.stm-md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.stm-md-grid-cols-3{grid-template-columns:repeat(3,1fr)}.stm-md-grid-cols-4{grid-template-columns:repeat(4,1fr)}.stm-md-flex-row{flex-direction:row}.stm-md-hidden{display:none}.stm-md-p-0{padding:0}.stm-md-p-4{padding:var(--stm-space-4)}.stm-md-p-6{padding:var(--stm-space-6)}.stm-md-p-8{padding:var(--stm-space-8)}.stm-md-p-12{padding:var(--stm-space-12)}.stm-md-gap-4{gap:var(--stm-space-4)}.stm-md-gap-6{gap:var(--stm-space-6)}.stm-md-gap-8{gap:var(--stm-space-8)}.stm-md-text-base{font-size:var(--stm-text-base)}.stm-md-text-lg{font-size:var(--stm-text-lg)}.stm-md-text-xl{font-size:var(--stm-text-xl)}.stm-md-text-2xl{font-size:var(--stm-text-2xl)}}@media (min-width:1024px){.stm-visible-lg{display:block}.stm-lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}.stm-lg-grid-cols-4{grid-template-columns:repeat(4,1fr)}.stm-lg-grid-cols-5{grid-template-columns:repeat(5,1fr)}.stm-lg-grid-cols-6{grid-template-columns:repeat(6,1fr)}.stm-lg-hidden{display:none}.stm-lg-flex-row{flex-direction:row}.stm-lg-p-6{padding:var(--stm-space-6)}.stm-lg-p-8{padding:var(--stm-space-8)}.stm-lg-p-12{padding:var(--stm-space-12)}.stm-lg-p-16{padding:var(--stm-space-16)}.stm-lg-gap-6{gap:var(--stm-space-6)}.stm-lg-gap-8{gap:var(--stm-space-8)}.stm-lg-text-xl{font-size:var(--stm-text-xl)}.stm-lg-text-2xl{font-size:var(--stm-text-2xl)}.stm-lg-text-3xl{font-size:var(--stm-text-3xl)}.stm-lg-text-4xl{font-size:var(--stm-text-4xl)}}@media (min-width:1280px){.stm-visible-xl{display:block}.stm-xl-grid-cols-4{grid-template-columns:repeat(4,1fr)}.stm-xl-grid-cols-5{grid-template-columns:repeat(5,1fr)}.stm-xl-grid-cols-6{grid-template-columns:repeat(6,1fr)}.stm-xl-hidden{display:none}.stm-xl-p-8{padding:var(--stm-space-8)}.stm-xl-p-12{padding:var(--stm-space-12)}.stm-xl-p-16{padding:var(--stm-space-16)}.stm-xl-gap-8{gap:var(--stm-space-8)}.stm-xl-text-3xl{font-size:var(--stm-text-3xl)}.stm-xl-text-4xl{font-size:var(--stm-text-4xl)}.stm-xl-text-5xl{font-size:var(--stm-text-5xl)}}@media (max-width:767px){.stm-touch-target{min-width:44px;min-height:44px}}

:root{--prose-blue:var(--stm-gradient-start);--prose-blue-dark:var(--stm-surface-darker);--prose-blue-mid:var(--stm-sidebar-accent);--prose-green:var(--stm-throw);--prose-amber:var(--stm-warning);--prose-red:var(--stm-error);--prose-green-status:var(--stm-success);--prose-dept-seo-bg:var(--stm-single-50);--prose-dept-seo-text:var(--stm-single-600);--prose-dept-seo-border:var(--stm-info-border);--prose-dept-paid-search-bg:var(--stm-warning-light);--prose-dept-paid-search-text:var(--stm-warning-darker);--prose-dept-paid-search-border:var(--stm-warning-border);--prose-dept-paid-social-bg:var(--stm-chart-4-lighter,#f3e5f5);--prose-dept-paid-social-text:var(--stm-chart-4-dark,#7b1fa2);--prose-dept-paid-social-border:var(--stm-chart-4-border,#ce93d8);--prose-dept-content-bg:var(--stm-success-lighter);--prose-dept-content-text:var(--stm-success-dark);--prose-dept-content-border:var(--stm-success-border);--prose-dept-cro-bg:var(--stm-error-light);--prose-dept-cro-text:var(--stm-error-dark);--prose-dept-cro-border:var(--stm-error-border,#f48fb1);--prose-dept-analytics-bg:var(--stm-throw-50);--prose-dept-analytics-text:var(--stm-throw-700);--prose-dept-analytics-border:var(--stm-throw-200);--prose-dept-email-bg:var(--stm-warning-light);--prose-dept-email-text:var(--stm-warning-darker);--prose-dept-email-border:var(--stm-warning-border);--prose-source-monitor-bg:var(--stm-info-light);--prose-source-monitor-text:var(--stm-info-dark);--prose-source-monitor-border:var(--stm-info-border);--prose-source-agent-bg:var(--stm-chart-4-lighter,#f3e5f5);--prose-source-agent-text:var(--stm-chart-4-dark,#6a1b9a);--prose-source-agent-border:var(--stm-chart-4-border,#ce93d8);--prose-source-debrief-bg:var(--stm-warning-light);--prose-source-debrief-text:var(--stm-warning-darker);--prose-source-debrief-border:var(--stm-warning-border);--prose-section-situation-accent:var(--stm-info-dark,#1971c2);--prose-section-situation-border:var(--stm-info-border,#a5d8ff);--prose-section-numbers-accent:var(--stm-success-dark,#2e7d32);--prose-section-numbers-border:var(--stm-success-border,#a5d6a7);--prose-section-talking-accent:var(--stm-warning-darker,#e67700);--prose-section-talking-border:var(--stm-warning-border,#ffe066);--prose-section-questions-accent:var(--stm-chart-4-dark,#7b1fa2);--prose-section-questions-border:var(--stm-chart-4-border,#ce93d8);--prose-section-watch-accent:var(--stm-chart-2-dark,#00695c);--prose-section-watch-border:var(--stm-chart-2-border,#80cbc4)}.prose-workspace-background{background:var(--stm-gray-100)}.prose-surface{box-shadow:var(--stm-shadow-sm);background:#fff}.prose-surface-interactive{transition:box-shadow var(--stm-transition-interaction)}.prose-surface-interactive:hover{box-shadow:var(--stm-shadow-md)}.prose-page-title{color:var(--stm-gray-900);font-size:24px;font-weight:700;font-family:var(--stm-font-body);margin:0 0 .25rem}.prose-page-subtitle{color:var(--stm-gray-500);font-size:14px;font-family:var(--stm-font-body);margin:0}.prose-section-title{color:var(--stm-gray-900);font-size:18px;font-weight:700;font-family:var(--stm-font-body);margin:0}.prose-section-label{color:var(--stm-white-a25);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:600;font-family:var(--stm-font-body);padding:.5rem 1rem .25rem}.prose-count-label{color:var(--stm-gray-500);font-size:13px;font-family:var(--stm-font-body)}.prose-card{border:1px solid var(--stm-gray-200);box-shadow:var(--stm-shadow-sm);background:#fff;border-radius:12px;transition:all .15s;position:relative;overflow:hidden}.prose-card--hover:hover{border-color:var(--prose-blue);box-shadow:var(--stm-shadow-lg);transform:translateY(-2px)}.prose-card--padded{padding:1.5rem}.prose-card--compact{padding:1rem}.prose-stat-card{text-align:left;cursor:pointer;border:1px solid var(--stm-gray-200);box-shadow:var(--stm-shadow-sm);background:#fff;border-radius:12px;padding:1.5rem;transition:all .15s;position:relative;overflow:hidden}.prose-stat-card:hover{border-color:var(--prose-blue);box-shadow:var(--stm-shadow-lg);transform:translateY(-2px)}.prose-stat-value{color:var(--stm-gray-900);font-size:32px;font-weight:700;font-family:var(--stm-font-body);margin-bottom:4px;line-height:1}.prose-stat-label{color:var(--stm-gray-500);font-size:13px;font-family:var(--stm-font-body)}.prose-stat-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.prose-list-card{border:1px solid var(--stm-gray-200);background:#fff;border-radius:12px;overflow:hidden}.prose-list-row{cursor:pointer;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;transition:background .15s;display:flex}.prose-list-row:hover{background-color:var(--stm-gray-50)}.prose-list-row+.prose-list-row{border-top:1px solid var(--stm-gray-100)}.prose-activity-row{cursor:pointer;gap:.75rem;padding:.875rem 1.25rem;transition:background .15s;display:flex}.prose-activity-row:hover{background-color:var(--stm-gray-50)}.prose-activity-row+.prose-activity-row{border-top:1px solid var(--stm-gray-100)}.prose-activity-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.prose-activity-icon--insight{background-color:var(--stm-info-lighter)}.prose-activity-icon--debrief{background-color:var(--stm-success-lighter)}.prose-badge{font-size:11px;font-weight:500;font-family:var(--stm-font-body);white-space:nowrap;border-radius:9999px;align-items:center;padding:.25rem .75rem;display:inline-flex}.prose-badge--source{background:var(--stm-info-lighter);color:var(--prose-blue);border:1px solid var(--stm-info-border);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.prose-badge--neutral{background:var(--stm-gray-100);color:var(--stm-gray-600);border:1px solid var(--stm-gray-200)}.prose-badge--sentiment-positive{background:var(--stm-success-a10);color:var(--prose-green-status)}.prose-badge--sentiment-neutral{background:var(--stm-black-a5);color:var(--stm-gray-500)}.prose-badge--sentiment-concerned{background:var(--stm-warning-a10);color:var(--prose-amber)}.prose-badge--sentiment-urgent{background:var(--stm-error-a6);color:var(--prose-red)}.prose-badge--confidence-high{background:var(--prose-green-status);border-radius:50%;width:8px;height:8px;padding:0}.prose-badge--confidence-medium{background:var(--prose-amber);border-radius:50%;width:8px;height:8px;padding:0}.prose-badge--confidence-low{background:var(--prose-red);border-radius:50%;width:8px;height:8px;padding:0}.prose-filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.prose-filter-pill{font-size:13px;font-weight:500;font-family:var(--stm-font-body);color:var(--stm-gray-600);border:1px solid var(--stm-gray-200);cursor:pointer;white-space:nowrap;background:#fff;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .875rem;transition:all .15s;display:inline-flex}.prose-filter-pill:hover{border-color:var(--prose-blue);color:var(--prose-blue)}.prose-filter-pill--active{background:var(--prose-blue);color:#fff;border-color:var(--prose-blue)}.prose-filter-pill--active:hover{background:var(--prose-blue-dark);color:#fff}.prose-filter-pill--clear{color:var(--stm-gray-400);background:0 0;border-color:#0000;font-size:12px}.prose-filter-pill--clear:hover{color:var(--stm-gray-600);border-color:#0000}.prose-alert{border-radius:10px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.prose-alert--info{background-color:var(--stm-info-lighter);border:1px solid var(--stm-info-border)}.prose-alert--warning{background-color:var(--stm-warning-light);border:1px solid var(--stm-warning-border)}.prose-alert-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.prose-alert-icon--blue{background-color:var(--prose-blue);color:#fff}.prose-freshness-bar{border:1px solid var(--stm-gray-200);background:#fff;border-radius:10px;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;display:flex}.prose-freshness-item{font-size:12px;font-family:var(--stm-font-body);align-items:center;gap:.5rem;display:flex}.prose-freshness-label{color:var(--stm-gray-500)}.prose-freshness-value{color:var(--stm-gray-900);font-weight:600}.prose-freshness-value--stale{color:var(--prose-amber)}.prose-freshness-value--never{color:var(--stm-gray-300)}.prose-health-bar{background-color:var(--stm-gray-200);border-radius:4px;height:8px;margin-bottom:.75rem;display:flex;overflow:hidden}.prose-health-bar__segment{transition:flex .3s}.prose-health-bar__segment--on-track{background-color:var(--prose-green-status)}.prose-health-bar__segment--watch{background-color:var(--prose-amber)}.prose-health-bar__segment--off-track{background-color:var(--prose-red)}.prose-health-bar__segment--pending{background-color:var(--stm-gray-300)}.prose-legend{gap:1.5rem;margin-bottom:1rem;display:flex}.prose-legend-item{color:var(--stm-gray-500);font-size:12px;font-family:var(--stm-font-body);align-items:center;gap:6px;display:flex}.prose-legend-dot{border-radius:50%;width:8px;height:8px}.prose-status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.prose-status-dot--on-track{background-color:var(--prose-green-status)}.prose-status-dot--watch{background-color:var(--prose-amber)}.prose-status-dot--off-track{background-color:var(--prose-red)}.prose-status-dot--pending{background-color:var(--stm-gray-300)}.prose-morse-watermark{opacity:.08;pointer-events:none;align-items:center;gap:4px;display:flex;position:absolute;top:12px;right:12px}.prose-morse-dot{background-color:var(--prose-blue);border-radius:50%;width:8px;height:8px;display:inline-block}.prose-morse-dash{background-color:var(--prose-blue);border-radius:4px;width:20px;height:8px;display:inline-block}.prose-sidebar{background:linear-gradient(180deg,var(--prose-blue)0%,var(--prose-blue-mid)50%,var(--prose-blue-dark)100%);flex-direction:column;width:280px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.prose-sidebar__dot-grid{background-image:radial-gradient(circle,var(--stm-white-a4)1px,transparent 1px);pointer-events:none;background-size:24px 24px;position:absolute;inset:0}.prose-sidebar__header{z-index:1;border-bottom:1px solid var(--stm-white-a8);padding:1.5rem;position:relative}.prose-sidebar__back{color:var(--stm-white-a40);cursor:pointer;font-size:12px;font-family:var(--stm-font-body);letter-spacing:.05em;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.25rem 0;transition:color .15s;display:flex}.prose-sidebar__back:hover{color:var(--stm-white-a80)}.prose-sidebar__avatar{background-color:var(--stm-white-a10);border:1px solid var(--stm-white-a15);color:#fff;width:40px;height:40px;font-size:16px;font-weight:700;font-family:var(--stm-font-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.prose-sidebar__client-name{color:#fff;font-size:18px;font-weight:700;font-family:var(--stm-font-body);margin:0;line-height:1.2}.prose-sidebar__industry{color:var(--stm-white-a40);font-size:12px;font-family:var(--stm-font-body);margin:2px 0 0}.prose-sidebar__nav{z-index:1;flex-direction:column;flex:1;gap:2px;padding:.75rem;display:flex;position:relative;overflow-y:auto}.prose-sidebar__nav-btn{font-size:13px;font-weight:400;font-family:var(--stm-font-body);color:var(--stm-white-a60);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;transition:all .15s;display:flex}.prose-sidebar__nav-btn:hover{background:var(--stm-white-a8);color:var(--stm-white-a90)}.prose-sidebar__nav-btn--active{color:#fff;background:var(--stm-white-a10);font-weight:600}.prose-sidebar__nav-btn--lg{padding:.75rem 1rem;font-size:14px}.prose-sidebar__footer{z-index:1;border-top:1px solid var(--stm-white-a8);color:var(--stm-white-a25);font-size:11px;font-family:var(--stm-font-body);padding:.75rem 1.5rem;position:relative}.prose-sidebar__divider{border-top:1px solid var(--stm-white-a8);margin-top:auto;padding-top:.75rem}.prose-morse-watermark--light .prose-morse-dot,.prose-morse-watermark--light .prose-morse-dash{background-color:#fff}.prose-page-watermark{opacity:.03;pointer-events:none;z-index:0;width:320px;height:auto;position:fixed;bottom:-40px;right:-20px}.prose-content-dot-grid{background-image:radial-gradient(circle,var(--stm-primary-a3)1px,transparent 1px);pointer-events:none;z-index:0;background-size:24px 24px;position:fixed;inset:0 0 0 280px}.prose-brand-header{background:linear-gradient(180deg,var(--prose-blue)0%,var(--stm-gradient-mid)100%);padding:3rem 2rem 4rem;position:relative;overflow:hidden}.prose-brand-header__dot-grid{background-image:radial-gradient(circle,var(--stm-white-a4)1px,transparent 1px);pointer-events:none;background-size:24px 24px;position:absolute;inset:0}.prose-brand-header__content{z-index:1;text-align:center;max-width:960px;margin:0 auto;position:relative}.prose-insight-card{border:1px solid var(--stm-gray-200);background:#fff;border-radius:12px;padding:1.5rem;transition:all .15s;position:relative;overflow:hidden}.prose-insight-card:hover{box-shadow:var(--stm-shadow-md);transform:translateY(-1px)}.prose-insight-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.prose-insight-avatar{background:var(--stm-info-lighter);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.prose-insight-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.prose-insight-title{color:var(--stm-gray-900);font-size:16px;font-weight:600;line-height:1.3;font-family:var(--stm-font-body);margin:0 0 1rem}.prose-atomic-block{border-left:3px solid #0000;border-radius:8px;gap:.75rem;padding:.75rem;display:flex}.prose-atomic-block--observation{background-color:var(--stm-info-lighter);border-left-color:var(--stm-info-border)}.prose-atomic-block--interpretation{background-color:var(--stm-gray-50);border-left-color:var(--stm-gray-200)}.prose-atomic-block--recommendation{background-color:var(--stm-success-lighter);border-left-color:var(--stm-success-border)}.prose-atomic-label{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600;font-family:var(--stm-font-body);margin-bottom:.25rem}.prose-atomic-label--observation{color:var(--prose-blue)}.prose-atomic-label--interpretation{color:var(--stm-gray-700)}.prose-atomic-label--recommendation{color:var(--prose-green)}.prose-atomic-text{color:var(--stm-gray-700);font-size:14px;line-height:1.6;font-family:var(--stm-font-body)}.prose-date-group{color:var(--stm-gray-400);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;font-family:var(--stm-font-body);padding:.5rem 0}.prose-link-btn{color:var(--prose-blue);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--stm-font-body);background:0 0;border:none;align-items:center;gap:.25rem;padding:0;display:inline-flex}.prose-link-btn:hover{text-decoration:underline}.prose-btn-primary{background-color:var(--prose-blue);color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--stm-font-body);white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem 1rem;transition:background .15s;display:inline-flex}.prose-btn-primary:hover{background-color:var(--prose-blue-dark)}.prose-btn-outline{color:var(--prose-blue);border:1px solid var(--prose-blue);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--stm-font-body);white-space:nowrap;background-color:#fff;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem 1rem;transition:all .15s;display:inline-flex}.prose-btn-outline:hover{background-color:var(--prose-blue);color:#fff}.prose-sentiment-card{border:1px solid var(--stm-gray-200);cursor:pointer;background:#fff;border-left:3px solid #0000;border-radius:10px;padding:.875rem 1rem;transition:all .15s}.prose-sentiment-card:hover{border-color:var(--prose-blue)}.prose-sentiment-card--positive{border-left-color:var(--prose-green-status)}.prose-sentiment-card--neutral{border-left-color:var(--stm-gray-500)}.prose-sentiment-card--concerned{border-left-color:var(--prose-amber)}.prose-sentiment-card--urgent{border-left-color:var(--prose-red)}.prose-sentiment-card--positive:hover{border-left-color:var(--prose-green-status)}.prose-sentiment-card--neutral:hover{border-left-color:var(--stm-gray-500)}.prose-sentiment-card--concerned:hover{border-left-color:var(--prose-amber)}.prose-sentiment-card--urgent:hover{border-left-color:var(--prose-red)}.prose-empty{text-align:center;border:1px solid var(--stm-gray-200);background:#fff;border-radius:12px;padding:3rem 2rem;position:relative;overflow:hidden}.prose-empty__title{color:var(--stm-gray-900);font-size:16px;font-weight:600;font-family:var(--stm-font-body);margin:0 0 .5rem}.prose-empty__text{color:var(--stm-gray-500);font-size:14px;font-family:var(--stm-font-body);margin:0 0 1.25rem}.prose-btn-ghost{cursor:pointer;color:var(--stm-gray-400);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .15s;display:flex}.prose-btn-ghost:hover{color:var(--stm-gray-600)}.prose-btn-ghost--danger:hover{color:var(--prose-red)}.prose-btn-danger{color:var(--stm-error-dark);border:1px solid var(--stm-error-border,#fca5a5);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--stm-font-body);background-color:#fff;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;transition:all .15s;display:inline-flex}.prose-btn-danger:hover{background-color:var(--stm-error-light)}.prose-btn-danger:disabled{opacity:.6;cursor:not-allowed}.prose-text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prose-grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.prose-grid-2-sidebar{grid-template-columns:1fr 380px;gap:1.5rem;display:grid}.prose-stack{flex-direction:column;display:flex}.prose-stack--sm{gap:.5rem}.prose-stack--md{gap:1rem}.prose-stack--lg{gap:1.5rem}.prose-stats-strip{border:1px solid var(--stm-gray-200);background:#fff;border-radius:10px;align-items:center;gap:0;margin-bottom:1.25rem;padding:0;display:flex;overflow:hidden}.prose-stats-strip__item{font-size:13px;font-family:var(--stm-font-body);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.prose-stats-strip__item+.prose-stats-strip__item{border-left:1px solid var(--stm-gray-200)}.prose-stats-strip__value{color:var(--stm-gray-900);font-size:18px;font-weight:700}.prose-stats-strip__label{color:var(--stm-gray-500)}.prose-filter-groups{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.prose-filter-group{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.prose-filter-group__label{color:var(--stm-gray-400);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:600;font-family:var(--stm-font-body);white-space:nowrap;margin-right:.25rem}.prose-anchor-section{border:1px solid var(--stm-gray-200);background:#fff;border-radius:10px;padding:1.5rem;position:relative;overflow:hidden}.prose-anchor-section__header{border-bottom:1px solid var(--stm-gray-100);margin-bottom:1rem;padding-bottom:.75rem}.prose-anchor-section__title{text-transform:uppercase;letter-spacing:.06em;margin:0 0 .25rem;font-size:14px;font-weight:800}.prose-anchor-section__desc{color:var(--stm-gray-500);margin:0;font-size:12px}.prose-anchor-item{border:1px solid var(--stm-gray-200);background:#fff;border-radius:6px;padding:.75rem}.prose-anchor-item--empty{border:1.5px dashed var(--stm-gray-400);background:var(--stm-gray-50)}.prose-anchor-item__label{text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.prose-anchor-item__placeholder{text-transform:none;letter-spacing:0;color:var(--stm-gray-500);font-size:12px;font-style:italic;font-weight:400}.prose-anchor-item__content{color:var(--stm-gray-700);white-space:pre-wrap;margin-top:.375rem;font-size:14px;line-height:1.6}.prose-modal__overlay{background:var(--stm-black-a50);z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.prose-modal{width:90%;max-width:500px;box-shadow:var(--stm-shadow-2xl);background:#fff;border-radius:10px;padding:2rem}.prose-modal__header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.prose-modal__title{color:var(--stm-gray-900);margin:0;font-size:18px;font-weight:600}.prose-modal__body{color:var(--stm-gray-600);margin-bottom:1.5rem;font-size:14px}.prose-modal__actions{justify-content:flex-end;gap:.75rem;display:flex}.prose-status-bar{background:var(--stm-gray-50);color:var(--stm-gray-600);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;font-size:13px;display:flex}.prose-version-row{border:1px solid var(--stm-gray-200);cursor:pointer;text-align:left;background:var(--stm-gray-50);border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.prose-version-row:hover{background:var(--stm-gray-100)}.prose-version-row--current{background:var(--stm-single-50);border-color:var(--stm-info-border)}.prose-version-row--current:hover{background:var(--stm-info-light)}.prose-date-axis{align-items:center;gap:1rem;margin:.5rem 0;display:flex}.prose-date-axis:before,.prose-date-axis:after{content:"";background:var(--stm-gray-200);flex:1;height:1px}.prose-date-axis__label{color:var(--stm-gray-400);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600;font-family:var(--stm-font-body);white-space:nowrap}.prose-debrief-section{border-radius:8px;padding:.75rem}.prose-debrief-section__header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.prose-debrief-section__label{text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.prose-debrief-section ul{margin:0;padding-left:1.25rem}.prose-debrief-section li{color:var(--stm-gray-700);margin-bottom:.2rem;font-size:14px;line-height:1.6}.prose-debrief-field{border-left:3px solid #0000;border-radius:8px;margin-bottom:.75rem;padding:.75rem}.prose-debrief-field__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.prose-debrief-field__label{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:11px;font-weight:600;display:flex}.prose-debrief-field ul{margin:0;padding-left:1.25rem}.prose-debrief-field li{color:var(--stm-gray-700);margin-bottom:.2rem;font-size:14px;line-height:1.6}.prose-form-label{color:var(--stm-gray-700);margin-bottom:.375rem;font-size:14px;font-weight:600;display:block}.prose-form-input{border:1px solid var(--stm-gray-300);width:100%;color:var(--stm-gray-900);background:#fff;border-radius:8px;padding:.625rem;font-family:inherit;font-size:14px;transition:border-color .15s}.prose-form-input:focus{border-color:var(--prose-blue);box-shadow:var(--stm-shadow-focus);outline:none}.prose-form-textarea{border:1px solid var(--stm-gray-300);resize:vertical;width:100%;min-height:80px;color:var(--stm-gray-900);background:#fff;border-radius:8px;padding:.625rem;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .15s}.prose-form-textarea:focus{border-color:var(--prose-blue);box-shadow:var(--stm-shadow-focus);outline:none}.prose-form-select{border:1px solid var(--stm-gray-300);color:var(--stm-gray-900);background:#fff;border-radius:8px;padding:.5rem .75rem;font-size:14px}.prose-full-page-center{justify-content:center;align-items:center;min-height:100vh;display:flex}.prose-loading-center{padding:var(--stm-space-16,4rem)var(--stm-space-8,2rem);justify-content:center;align-items:center;min-height:18rem;display:flex}.prose-agent-banner{border-radius:var(--stm-radius-md,8px);border:1px solid var(--stm-success-border);background-color:var(--stm-success-lighter);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem;display:flex}.prose-agent-banner--purple{background-color:var(--stm-chart-4-lighter,#f3e5f5);border-color:var(--stm-chart-4-border,#ce93d8)}.prose-agent-banner--warning{background-color:var(--stm-warning-light);border-color:var(--stm-warning-border)}.prose-agent-banner-content{align-items:center;gap:.75rem;display:flex}.prose-agent-banner-content h3{color:var(--stm-success-dark);margin:0;font-size:14px;font-weight:600}.prose-agent-banner--purple h3{color:var(--stm-chart-4-dark,#7b1fa2)}.prose-agent-banner--warning h3{color:var(--stm-warning-darker)}.prose-agent-banner-content p{color:var(--stm-success-dark);margin:.25rem 0 0;font-size:13px}.prose-agent-banner--purple p{color:var(--stm-chart-4-dark,#6a1b9a)}.prose-agent-banner--warning p{color:var(--stm-warning-darker)}.prose-agent-actions{gap:.375rem;display:flex}.prose-agent-actions .prose-btn-outline,.prose-agent-actions .prose-btn-primary{gap:.3rem;padding:.375rem .75rem;font-size:12px}.prose-agent-header{margin-bottom:1.5rem}.prose-agent-header-row{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.prose-agent-header-row .prose-page-title{margin:0}.prose-session-footer{background-color:var(--stm-gray-50);border-radius:var(--stm-radius-sm,6px);color:var(--stm-gray-400);justify-content:space-between;margin-top:1rem;padding:.75rem 1rem;font-size:11px;display:flex}.prose-workflow-grid{grid-template-columns:1fr 1fr;gap:1.5rem;height:calc(100vh - 340px);min-height:500px;display:grid}.prose-threshold{border-radius:var(--stm-radius-sm,6px);padding:.5rem}.prose-threshold--success{background:var(--stm-success-lighter);color:var(--stm-success-dark)}.prose-threshold--warning{background:var(--stm-warning-light);color:var(--stm-warning-darker)}.prose-threshold--error{background:var(--stm-error-light);color:var(--stm-error-dark)}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Montserrat,system-ui,-apple-system,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input::-moz-placeholder{color:#6b7280;opacity:1}textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}[type=checkbox],[type=radio]{appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{background-color:currentColor;border-color:#0000}[type=file]{background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}[type=file]:focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.z-50{z-index:50}.my-4{margin-top:var(--stm-space-4);margin-bottom:var(--stm-space-4)}.mb-1{margin-bottom:var(--stm-space-1)}.mb-2{margin-bottom:var(--stm-space-2)}.mb-3{margin-bottom:var(--stm-space-3)}.mb-4{margin-bottom:var(--stm-space-4)}.mb-6{margin-bottom:var(--stm-space-6)}.mt-1{margin-top:var(--stm-space-1)}.mt-2{margin-top:var(--stm-space-2)}.mt-3{margin-top:var(--stm-space-3)}.mt-6{margin-top:var(--stm-space-6)}.mt-auto{margin-top:auto}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-4{height:var(--stm-space-4)}.h-auto{height:auto}.h-screen{height:100vh}.min-h-\[140px\]{min-height:140px}.min-h-screen{min-height:100vh}.w-4{width:var(--stm-space-4)}.w-64{width:16rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.flex-1{flex:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:var(--stm-space-1)}.gap-2{gap:var(--stm-space-2)}.gap-3{gap:var(--stm-space-3)}.gap-4{gap:var(--stm-space-4)}.gap-6{gap:var(--stm-space-6)}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--stm-space-2)*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--stm-space-2)*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--stm-space-4)*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--stm-space-4)*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--stm-space-6)*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--stm-space-6)*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(var(--stm-space-8)*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--stm-space-8)*var(--tw-space-y-reverse))}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--stm-radius-2xl)}.rounded-full{border-radius:var(--stm-radius-full)}.rounded-lg{border-radius:var(--stm-radius-lg)}.rounded-md{border-radius:var(--stm-radius-md)}.rounded-xl{border-radius:var(--stm-radius-xl)}.border{border-width:1px}.border-t{border-top-width:1px}.border-border{border-color:var(--stm-border)}.border-white\/10{border-color:#ffffff1a}.bg-black\/50{background-color:#00000080}.bg-brand{background-color:var(--stm-primary)}.bg-muted{background-color:var(--stm-muted)}.bg-white\/10{background-color:#ffffff1a}.p-1{padding:var(--stm-space-1)}.p-3{padding:var(--stm-space-3)}.p-4{padding:var(--stm-space-4)}.p-6{padding:var(--stm-space-6)}.px-2{padding-left:var(--stm-space-2);padding-right:var(--stm-space-2)}.px-3{padding-left:var(--stm-space-3);padding-right:var(--stm-space-3)}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:var(--stm-space-1);padding-bottom:var(--stm-space-1)}.py-2{padding-top:var(--stm-space-2);padding-bottom:var(--stm-space-2)}.py-4{padding-top:var(--stm-space-4);padding-bottom:var(--stm-space-4)}.pt-2{padding-top:var(--stm-space-2)}.pt-4{padding-top:var(--stm-space-4)}.text-left{text-align:left}.text-lg{font-size:var(--stm-text-lg);line-height:var(--stm-leading-normal)}.text-sm{font-size:var(--stm-text-sm);line-height:1.5}.text-xl{font-size:var(--stm-text-xl);line-height:var(--stm-leading-snug)}.text-xs{font-size:var(--stm-text-xs);line-height:1.5}.font-bold{font-weight:var(--stm-font-bold)}.font-medium{font-weight:var(--stm-font-medium)}.font-semibold{font-weight:var(--stm-font-semibold)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tracking-wide{letter-spacing:.025em}.text-\[var\(--stm-sidebar-foreground\)\]{color:var(--stm-sidebar-foreground)}.text-foreground{color:var(--stm-foreground)}.text-muted-foreground{color:var(--stm-muted-foreground)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.opacity-75{opacity:.75}.shadow-lg{--tw-shadow:var(--stm-shadow-lg);--tw-shadow-colored:var(--stm-shadow-lg);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--stm-page-background);min-height:100%;color:var(--stm-foreground);font-family:var(--stm-font-body)}.hover\:bg-muted:hover{background-color:var(--stm-muted)}.hover\:opacity-100:hover{opacity:1}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.disabled\:opacity-60:disabled{opacity:.6}@media (min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:p-8{padding:var(--stm-space-8)}}
