.PageHeader-module__IZWCOa__header{justify-content:space-between;align-items:flex-start;gap:var(--p2-space-4);padding:var(--p2-space-6)var(--p2-space-8);border-bottom:1px solid var(--p2-gray-200);background-color:#fff;display:flex}.PageHeader-module__IZWCOa__text{gap:var(--p2-space-1);flex-direction:column;display:flex}.PageHeader-module__IZWCOa__title{font-size:var(--p2-text-2xl);font-weight:var(--p2-weight-bold);color:var(--p2-gray-900);margin:0}.PageHeader-module__IZWCOa__description{font-size:var(--p2-text-sm);color:var(--p2-gray-500);margin:0}.PageHeader-module__IZWCOa__actions{align-items:center;gap:var(--p2-space-3);flex-shrink:0;display:flex}
.Card-module__V-rIaG__card{border-radius:var(--p2-radius-lg);box-shadow:var(--p2-shadow-md);border:1px solid var(--p2-gray-200);background-color:#fff}.Card-module__V-rIaG__none{padding:0}.Card-module__V-rIaG__sm{padding:var(--p2-space-4)}.Card-module__V-rIaG__md{padding:var(--p2-space-6)}.Card-module__V-rIaG__lg{padding:var(--p2-space-8)}
.Badge-module__VmXdTG__badge{font-weight:var(--p2-weight-medium);border-radius:var(--p2-radius-full);white-space:nowrap;align-items:center;display:inline-flex}.Badge-module__VmXdTG__sm{padding:var(--p2-space-1)var(--p2-space-3);font-size:var(--p2-text-xs)}.Badge-module__VmXdTG__md{padding:var(--p2-space-1)var(--p2-space-4);font-size:var(--p2-text-sm)}.Badge-module__VmXdTG__default{background-color:var(--p2-gray-100);color:var(--p2-gray-700)}.Badge-module__VmXdTG__primary{background-color:var(--p2-brand-primary);color:#fff}.Badge-module__VmXdTG__success{background-color:var(--p2-success-light);color:#166534}.Badge-module__VmXdTG__warning{background-color:var(--p2-warning-light);color:#92400e}.Badge-module__VmXdTG__outline{border:1px solid var(--p2-gray-300);color:var(--p2-gray-600);background-color:#0000}
.Features-module__cr-lfG__features{padding:var(--p2-space-20)0;background-color:#fff}.Features-module__cr-lfG__container{max-width:1200px;padding:0 var(--p2-space-6);margin:0 auto}.Features-module__cr-lfG__header{text-align:center;margin-bottom:var(--p2-space-16)}.Features-module__cr-lfG__title{font-size:var(--p2-text-4xl);font-weight:var(--p2-weight-bold);color:var(--p2-gray-900);margin-bottom:var(--p2-space-4)}.Features-module__cr-lfG__description{font-size:var(--p2-text-xl);color:var(--p2-gray-600)}.Features-module__cr-lfG__grid{gap:var(--p2-space-6);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.Features-module__cr-lfG__icon{margin-bottom:var(--p2-space-4);font-size:3rem}.Features-module__cr-lfG__featureTitle{font-size:var(--p2-text-xl);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-900);margin-bottom:var(--p2-space-3)}.Features-module__cr-lfG__featureDescription{font-size:var(--p2-text-base);color:var(--p2-gray-600);line-height:1.6}
.Button-module__8vGMSW__button{justify-content:center;align-items:center;gap:var(--p2-space-2);font-weight:var(--p2-weight-medium);border-radius:var(--p2-radius-md);cursor:pointer;transition:all var(--p2-transition-base);border:none;outline:none;display:inline-flex}.Button-module__8vGMSW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8vGMSW__button:focus-visible{outline:2px solid var(--p2-brand-primary);outline-offset:2px}.Button-module__8vGMSW__sm{padding:var(--p2-space-2)var(--p2-space-3);font-size:var(--p2-text-sm)}.Button-module__8vGMSW__md{padding:var(--p2-space-3)var(--p2-space-5);font-size:var(--p2-text-base)}.Button-module__8vGMSW__lg{padding:var(--p2-space-4)var(--p2-space-6);font-size:var(--p2-text-lg)}.Button-module__8vGMSW__primary{background-color:var(--p2-brand-primary);color:#fff}.Button-module__8vGMSW__primary:hover:not(:disabled){background-color:var(--p2-brand-primary-dark)}.Button-module__8vGMSW__secondary{background-color:var(--p2-gray-200);color:var(--p2-gray-900)}.Button-module__8vGMSW__secondary:hover:not(:disabled){background-color:var(--p2-gray-300)}.Button-module__8vGMSW__outline{border:2px solid var(--p2-brand-primary);color:var(--p2-brand-primary);background-color:#0000}.Button-module__8vGMSW__outline:hover:not(:disabled){background-color:var(--p2-brand-primary);color:#fff}.Button-module__8vGMSW__ghost{color:var(--p2-gray-700);background-color:#0000}.Button-module__8vGMSW__ghost:hover:not(:disabled){background-color:var(--p2-gray-100)}.Button-module__8vGMSW__fullWidth{width:100%}
.CodeBlock-module__spp3na__wrapper{gap:var(--p2-space-2);flex-direction:column;display:flex}.CodeBlock-module__spp3na__label{font-size:var(--p2-text-xs);font-weight:var(--p2-weight-medium);color:var(--p2-gray-500);text-transform:uppercase;letter-spacing:.05em}.CodeBlock-module__spp3na__codeContainer{background-color:var(--p2-gray-50);border:1px solid var(--p2-gray-200);border-radius:var(--p2-radius-lg);position:relative;overflow:hidden}.CodeBlock-module__spp3na__pre{padding:var(--p2-space-4);font-size:var(--p2-text-sm);margin:0;line-height:1.6;overflow-x:auto}.CodeBlock-module__spp3na__code{font-family:var(--p2-font-mono);color:var(--p2-gray-800)}.CodeBlock-module__spp3na__copyButton{top:var(--p2-space-2);right:var(--p2-space-2);padding:var(--p2-space-1)var(--p2-space-3);font-size:var(--p2-text-xs);font-weight:var(--p2-weight-medium);color:var(--p2-gray-500);border:1px solid var(--p2-gray-200);border-radius:var(--p2-radius-md);cursor:pointer;transition:all var(--p2-transition-fast);opacity:0;background-color:#fff;position:absolute}.CodeBlock-module__spp3na__codeContainer:hover .CodeBlock-module__spp3na__copyButton{opacity:1}.CodeBlock-module__spp3na__copyButton:hover{color:var(--p2-gray-900);border-color:var(--p2-gray-300)}
.auth-module__E1Dfga__container{min-height:100vh;padding:var(--p2-space-6);background:linear-gradient(135deg,var(--p2-gray-50)0%,var(--p2-gray-100)100%);justify-content:center;align-items:center;display:flex}.auth-module__E1Dfga__card{width:100%;max-width:450px}.auth-module__E1Dfga__title{font-size:var(--p2-text-3xl);font-weight:var(--p2-weight-bold);text-align:center;margin-bottom:var(--p2-space-2);color:var(--p2-gray-900)}.auth-module__E1Dfga__subtitle{text-align:center;color:var(--p2-gray-600);margin-bottom:var(--p2-space-8)}.auth-module__E1Dfga__form{gap:var(--p2-space-4);flex-direction:column;display:flex}.auth-module__E1Dfga__error{color:var(--p2-error);font-size:var(--p2-text-sm);text-align:center}.auth-module__E1Dfga__footer{margin-top:var(--p2-space-6);text-align:center;color:var(--p2-gray-600);font-size:var(--p2-text-sm)}.auth-module__E1Dfga__link{color:var(--p2-brand-primary);font-weight:var(--p2-weight-medium)}.auth-module__E1Dfga__link:hover{text-decoration:underline}
.components-module__sSKv3q__page{flex-direction:column;height:100%;display:flex}.components-module__sSKv3q__body{padding:var(--p2-space-6)var(--p2-space-8);gap:var(--p2-space-6);flex-direction:column;flex:1;display:flex;overflow-y:auto}.components-module__sSKv3q__categoryTabs{flex-shrink:0}.components-module__sSKv3q__componentList{gap:var(--p2-space-6);flex-direction:column;display:flex}.components-module__sSKv3q__empty{text-align:center;color:var(--p2-gray-500)}.components-module__sSKv3q__componentCard{overflow:hidden}.components-module__sSKv3q__cardHeader{padding:var(--p2-space-5)var(--p2-space-6);justify-content:space-between;align-items:flex-start;display:flex}.components-module__sSKv3q__cardInfo{gap:var(--p2-space-1);flex-direction:column;display:flex}.components-module__sSKv3q__componentName{font-size:var(--p2-text-lg);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-900);margin:0}.components-module__sSKv3q__componentDesc{font-size:var(--p2-text-sm);color:var(--p2-gray-500);margin:0}.components-module__sSKv3q__cardActions{align-items:center;gap:var(--p2-space-2);display:flex}.components-module__sSKv3q__preview{background-color:var(--p2-gray-50);border-top:1px solid var(--p2-gray-200);border-bottom:1px solid var(--p2-gray-200);padding:var(--p2-space-10);justify-content:center;align-items:center;display:flex}.components-module__sSKv3q__previewInner{justify-content:center;align-items:center;display:flex}.components-module__sSKv3q__previewButton{padding:var(--p2-space-3)var(--p2-space-6);border:1px solid var(--p2-gray-300);border-radius:var(--p2-radius-md);font-size:var(--p2-text-sm);font-weight:var(--p2-weight-medium);color:var(--p2-gray-900);cursor:default;background-color:#fff}.components-module__sSKv3q__codeSection{padding:var(--p2-space-5)var(--p2-space-6);gap:var(--p2-space-4);flex-direction:column;display:flex}.components-module__sSKv3q__codeBody{gap:var(--p2-space-4);flex-direction:column;display:flex}.components-module__sSKv3q__placeholder{color:var(--p2-gray-400);font-size:var(--p2-text-sm);padding:var(--p2-space-4)0}
.tokens-module__2rAw1q__page{flex-direction:column;height:100%;display:flex}.tokens-module__2rAw1q__body{padding:var(--p2-space-6)var(--p2-space-8);gap:var(--p2-space-6);flex-direction:column;flex:1;display:flex;overflow-y:auto}.tokens-module__2rAw1q__categoryTabs{flex-shrink:0}.tokens-module__2rAw1q__tokenList{gap:var(--p2-space-8);flex-direction:column;display:flex}.tokens-module__2rAw1q__empty{text-align:center;color:var(--p2-gray-500)}.tokens-module__2rAw1q__categoryGroup{gap:var(--p2-space-4);flex-direction:column;display:flex}.tokens-module__2rAw1q__categoryTitle{font-size:var(--p2-text-sm);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-500);text-transform:uppercase;letter-spacing:.05em;margin:0}.tokens-module__2rAw1q__categoryTokens{gap:var(--p2-space-4);flex-direction:column;display:flex}.tokens-module__2rAw1q__tokenCard{overflow:hidden}.tokens-module__2rAw1q__cardHeader{padding:var(--p2-space-4)var(--p2-space-5);justify-content:space-between;align-items:flex-start;display:flex}.tokens-module__2rAw1q__cardInfo{flex-direction:column;gap:2px;display:flex}.tokens-module__2rAw1q__tokenName{font-size:var(--p2-text-base);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-900);margin:0}.tokens-module__2rAw1q__tokenCategory{font-size:var(--p2-text-sm);color:var(--p2-gray-400);margin:0}.tokens-module__2rAw1q__cardActions{align-items:center;gap:var(--p2-space-2);display:flex}.tokens-module__2rAw1q__preview{background-color:var(--p2-gray-50);border-top:1px solid var(--p2-gray-200);border-bottom:1px solid var(--p2-gray-200);padding:var(--p2-space-5)var(--p2-space-5)}.tokens-module__2rAw1q__valuePreview{align-items:center;gap:var(--p2-space-3);display:flex}.tokens-module__2rAw1q__value{align-items:center;gap:var(--p2-space-2);font-size:var(--p2-text-sm);color:var(--p2-gray-700);display:inline-flex}.tokens-module__2rAw1q__value code{font-family:var(--p2-font-mono);font-size:var(--p2-text-sm);background:var(--p2-gray-100);border-radius:var(--p2-radius-sm);padding:2px 6px}.tokens-module__2rAw1q__nestedValues{gap:var(--p2-space-2);flex-direction:column;width:100%;display:flex}.tokens-module__2rAw1q__nestedRow{align-items:center;gap:var(--p2-space-3);display:flex}.tokens-module__2rAw1q__nestedKey{font-size:var(--p2-text-sm);color:var(--p2-gray-500);min-width:4rem;font-family:var(--p2-font-mono)}.tokens-module__2rAw1q__swatch{border-radius:var(--p2-radius-sm);border:1px solid #00000014;flex-shrink:0;width:16px;height:16px;display:inline-block}.tokens-module__2rAw1q__swatchRow{gap:var(--p2-space-4);flex-wrap:wrap;display:flex}.tokens-module__2rAw1q__swatchItem{align-items:center;gap:var(--p2-space-1);flex-direction:column;display:flex}.tokens-module__2rAw1q__swatchLarge{border-radius:var(--p2-radius-md);border:1px solid #00000014;width:56px;height:40px;display:block}.tokens-module__2rAw1q__swatchLabel{font-size:11px;font-weight:var(--p2-weight-medium);color:var(--p2-gray-600)}.tokens-module__2rAw1q__swatchHex{font-size:10px;font-family:var(--p2-font-mono);color:var(--p2-gray-400)}.tokens-module__2rAw1q__codeSection{padding:var(--p2-space-4)var(--p2-space-5);gap:var(--p2-space-3);flex-direction:column;display:flex}.tokens-module__2rAw1q__codeBody{gap:var(--p2-space-3);flex-direction:column;display:flex}
.cli-auth-module__iMIjMq__container{min-height:100vh;padding:var(--p2-space-6);background:linear-gradient(135deg,var(--p2-gray-50)0%,var(--p2-gray-100)100%);justify-content:center;align-items:center;display:flex}.cli-auth-module__iMIjMq__card{width:100%;max-width:460px}.cli-auth-module__iMIjMq__header{text-align:center;margin-bottom:var(--p2-space-6)}.cli-auth-module__iMIjMq__badge{padding:var(--p2-space-1)var(--p2-space-3);background-color:var(--p2-gray-900);color:var(--p2-success-light);border-radius:var(--p2-radius-full);font-size:var(--p2-text-xs);font-family:monospace;font-weight:var(--p2-weight-medium);margin-bottom:var(--p2-space-4);letter-spacing:.025em;display:inline-block}.cli-auth-module__iMIjMq__title{font-size:var(--p2-text-2xl);font-weight:var(--p2-weight-bold);color:var(--p2-gray-900);margin-bottom:var(--p2-space-2)}.cli-auth-module__iMIjMq__subtitle{color:var(--p2-gray-600);line-height:1.5}.cli-auth-module__iMIjMq__form{gap:var(--p2-space-4);flex-direction:column;display:flex}.cli-auth-module__iMIjMq__error{color:var(--p2-error);font-size:var(--p2-text-sm);text-align:center}.cli-auth-module__iMIjMq__divider{text-align:center;color:var(--p2-gray-500);font-size:var(--p2-text-sm);margin:var(--p2-space-4)0}.cli-auth-module__iMIjMq__footer{margin-top:var(--p2-space-6);text-align:center;color:var(--p2-gray-600);font-size:var(--p2-text-sm)}.cli-auth-module__iMIjMq__link{color:var(--p2-brand-primary);font-weight:var(--p2-weight-medium);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0}.cli-auth-module__iMIjMq__link:hover{text-decoration:underline}.cli-auth-module__iMIjMq__status{text-align:center;padding:var(--p2-space-8)0}.cli-auth-module__iMIjMq__statusIcon{margin-bottom:var(--p2-space-4);font-size:3rem}.cli-auth-module__iMIjMq__statusTitle{font-size:var(--p2-text-xl);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-900);margin-bottom:var(--p2-space-2)}.cli-auth-module__iMIjMq__statusMessage{color:var(--p2-gray-600);font-size:var(--p2-text-base)}.cli-auth-module__iMIjMq__spinner{border:3px solid var(--p2-gray-200);border-top-color:var(--p2-brand-primary);width:32px;height:32px;margin:0 auto var(--p2-space-4);border-radius:50%;animation:.8s linear infinite cli-auth-module__iMIjMq__spin}@keyframes cli-auth-module__iMIjMq__spin{to{transform:rotate(360deg)}}
.CTA-module__AFNbjG__cta{padding:var(--p2-space-20)0;background:linear-gradient(135deg,var(--p2-brand-primary)0%,var(--p2-brand-primary-dark)100%)}.CTA-module__AFNbjG__container{max-width:800px;padding:0 var(--p2-space-6);text-align:center;margin:0 auto}.CTA-module__AFNbjG__title{font-size:var(--p2-text-4xl);font-weight:var(--p2-weight-bold);color:#fff;margin-bottom:var(--p2-space-4)}.CTA-module__AFNbjG__description{font-size:var(--p2-text-xl);color:#ffffffe6;margin-bottom:var(--p2-space-8)}.CTA-module__AFNbjG__actions{gap:var(--p2-space-4);flex-wrap:wrap;justify-content:center;display:flex}.CTA-module__AFNbjG__actions button{color:var(--p2-brand-primary);background-color:#fff}.CTA-module__AFNbjG__actions button:hover{background-color:var(--p2-gray-100)}.CTA-module__AFNbjG__actions .outline{color:#fff;background-color:#0000;border-color:#fff}.CTA-module__AFNbjG__actions .outline:hover{background-color:#ffffff1a}
.dashboard-layout-module__NrrZza__layout{flex-direction:column;min-height:100vh;display:flex}.dashboard-layout-module__NrrZza__loadingContainer{background-color:var(--p2-gray-50);justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-layout-module__NrrZza__loadingSpinner{font-size:var(--p2-text-lg);color:var(--p2-gray-600)}.dashboard-layout-module__NrrZza__nav{border-bottom:1px solid var(--p2-gray-200);padding:var(--p2-space-4)0;background-color:#fff}.dashboard-layout-module__NrrZza__navContent{max-width:1400px;padding:0 var(--p2-space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.dashboard-layout-module__NrrZza__logo h2{font-size:var(--p2-text-2xl);font-weight:var(--p2-weight-bold);background:linear-gradient(135deg,var(--p2-brand-primary)0%,var(--p2-brand-accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dashboard-layout-module__NrrZza__navRight{align-items:center;gap:var(--p2-space-4);display:flex}.dashboard-layout-module__NrrZza__userEmail{font-size:var(--p2-text-sm);color:var(--p2-gray-600)}.dashboard-layout-module__NrrZza__main{background-color:var(--p2-gray-50);flex:1}
.dashboard-module__2qy9Ta__container{max-width:1200px;padding:var(--p2-space-8);margin:0 auto}.dashboard-module__2qy9Ta__loading{justify-content:center;align-items:center;gap:var(--p2-space-4);min-height:60vh;font-size:var(--p2-text-lg);color:var(--p2-gray-600);flex-direction:column;display:flex}.dashboard-module__2qy9Ta__spinner{border:4px solid var(--p2-gray-200);border-top-color:var(--p2-brand-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite dashboard-module__2qy9Ta__spin}@keyframes dashboard-module__2qy9Ta__spin{to{transform:rotate(360deg)}}.dashboard-module__2qy9Ta__error{margin-top:var(--p2-space-8)}.dashboard-module__2qy9Ta__errorContent{text-align:center;padding:var(--p2-space-8)}.dashboard-module__2qy9Ta__errorContent h2{color:var(--p2-error);margin-bottom:var(--p2-space-3)}.dashboard-module__2qy9Ta__errorContent p{color:var(--p2-gray-600);margin-bottom:var(--p2-space-6)}.dashboard-module__2qy9Ta__header{margin-bottom:var(--p2-space-8);justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__2qy9Ta__title{font-size:var(--p2-text-4xl);font-weight:var(--p2-weight-bold);color:var(--p2-gray-900);margin-bottom:var(--p2-space-2)}.dashboard-module__2qy9Ta__subtitle{font-size:var(--p2-text-lg);color:var(--p2-gray-600)}.dashboard-module__2qy9Ta__empty{text-align:center}.dashboard-module__2qy9Ta__emptyContent{max-width:600px;padding:var(--p2-space-8);margin:0 auto}.dashboard-module__2qy9Ta__emptyIcon{margin-bottom:var(--p2-space-4);font-size:4rem}.dashboard-module__2qy9Ta__emptyContent h2{font-size:var(--p2-text-2xl);margin-bottom:var(--p2-space-3);color:var(--p2-gray-900)}.dashboard-module__2qy9Ta__emptyContent p{color:var(--p2-gray-600);margin-bottom:var(--p2-space-6);line-height:1.6}.dashboard-module__2qy9Ta__emptyActions{gap:var(--p2-space-6);flex-direction:column;align-items:center;display:flex}.dashboard-module__2qy9Ta__cliInstructions{text-align:center}.dashboard-module__2qy9Ta__orText{font-size:var(--p2-text-sm);color:var(--p2-gray-500);margin-bottom:var(--p2-space-2)}.dashboard-module__2qy9Ta__cliInstructions p{margin:0}.dashboard-module__2qy9Ta__cliInstructions pre{padding:var(--p2-space-3)var(--p2-space-4);background-color:var(--p2-gray-900);border-radius:var(--p2-radius-md);display:inline-block}.dashboard-module__2qy9Ta__cliInstructions code{color:var(--p2-success-light);font-size:var(--p2-text-sm)}.dashboard-module__2qy9Ta__syncHint{margin-top:var(--p2-space-6);padding-top:var(--p2-space-6);border-top:1px solid var(--p2-gray-200);text-align:center}.dashboard-module__2qy9Ta__syncHint p{font-size:var(--p2-text-sm);color:var(--p2-gray-500);margin-bottom:var(--p2-space-3)}.dashboard-module__2qy9Ta__syncHint pre{padding:var(--p2-space-3)var(--p2-space-5);background-color:var(--p2-gray-900);border-radius:var(--p2-radius-md);text-align:left;display:inline-block}.dashboard-module__2qy9Ta__syncHint code{color:var(--p2-success-light);font-size:var(--p2-text-sm);line-height:1.7}.dashboard-module__2qy9Ta__grid{gap:var(--p2-space-6);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.dashboard-module__2qy9Ta__systemCard{cursor:pointer;transition:all var(--p2-transition-base);flex-direction:column;height:100%;display:flex}.dashboard-module__2qy9Ta__systemCard:hover{box-shadow:var(--p2-shadow-lg);transform:translateY(-2px)}.dashboard-module__2qy9Ta__systemHeader{margin-bottom:var(--p2-space-3);justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__2qy9Ta__systemName{font-size:var(--p2-text-xl);font-weight:var(--p2-weight-semibold);color:var(--p2-gray-900)}.dashboard-module__2qy9Ta__badge{font-size:var(--p2-text-xs);padding:var(--p2-space-1)var(--p2-space-2);background-color:var(--p2-brand-primary);color:#fff;border-radius:var(--p2-radius-full);text-transform:uppercase;font-weight:var(--p2-weight-medium)}.dashboard-module__2qy9Ta__systemDescription{color:var(--p2-gray-600);font-size:var(--p2-text-base);margin-bottom:var(--p2-space-4);line-height:1.5}.dashboard-module__2qy9Ta__githubInfo{align-items:center;gap:var(--p2-space-2);font-size:var(--p2-text-sm);color:var(--p2-gray-500);padding-top:var(--p2-space-4);border-top:1px solid var(--p2-gray-200);margin-top:auto;display:flex}.dashboard-module__2qy9Ta__systemFooter{margin-top:var(--p2-space-4);padding-top:var(--p2-space-3);border-top:1px solid var(--p2-gray-200)}.dashboard-module__2qy9Ta__date{font-size:var(--p2-text-sm);color:var(--p2-gray-500)}
