.LibraryView-module__vjQEDq__library{gap:var(--gap-large);flex-direction:column;display:flex}.LibraryView-module__vjQEDq__header{gap:var(--gap-small);flex-direction:column;display:flex}.LibraryView-module__vjQEDq__title{font-family:var(--font-display);font-size:var(--text-h1);font-weight:var(--weight-semibold);line-height:var(--leading-tight);margin:0}.LibraryView-module__vjQEDq__intro{max-width:640px;color:var(--text-muted);font-size:var(--text-md);line-height:var(--leading-relaxed);margin:0}.LibraryView-module__vjQEDq__controls{align-items:center;gap:var(--gap-default);flex-wrap:wrap;display:flex}.LibraryView-module__vjQEDq__search{max-width:360px}.LibraryView-module__vjQEDq__filters{gap:var(--gap-small);flex-wrap:wrap;display:flex}.LibraryView-module__vjQEDq__filter{height:32px;padding:0 var(--pd-small);background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:var(--text-caption);font-weight:var(--weight-medium);color:var(--text-muted);cursor:pointer;transition:background var(--duration-fast) var(--ease-soft), color var(--duration-fast) var(--ease-soft)}.LibraryView-module__vjQEDq__filter:hover{background:var(--surface-hover);color:var(--text-default)}.LibraryView-module__vjQEDq__filter:focus-visible{box-shadow:var(--ring-focus);outline:none}.LibraryView-module__vjQEDq__filterActive{background:var(--neutral-800);border-color:var(--neutral-800);color:var(--text-on-dark)}.LibraryView-module__vjQEDq__filterActive:hover{background:var(--neutral-800);color:var(--text-on-dark)}.LibraryView-module__vjQEDq__listCard{padding:var(--pd-extra-small)}.LibraryView-module__vjQEDq__row{align-items:center;gap:var(--gap-default);min-height:52px;padding:var(--pd-extra-small) var(--pd-small);border-radius:var(--radius-3);transition:background var(--duration-fast) var(--ease-soft);display:flex}.LibraryView-module__vjQEDq__row:hover{background:var(--surface-hover)}.LibraryView-module__vjQEDq__row:not(:last-child){box-shadow:inset 0 -1px 0 var(--border-subtle)}.LibraryView-module__vjQEDq__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.LibraryView-module__vjQEDq__name{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-default);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LibraryView-module__vjQEDq__sub{font-size:var(--text-caption);color:var(--text-muted)}.LibraryView-module__vjQEDq__meta{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);flex:none}.LibraryView-module__vjQEDq__actions{opacity:0;transition:opacity var(--duration-fast) var(--ease-soft);flex:none}.LibraryView-module__vjQEDq__row:hover .LibraryView-module__vjQEDq__actions,.LibraryView-module__vjQEDq__row:focus-within .LibraryView-module__vjQEDq__actions{opacity:1}
.MasterFrame-module___R47Vq__frame{background:var(--surface-base);min-height:100vh;display:flex}.MasterFrame-module___R47Vq__column{flex-direction:column;flex:1;min-width:0;display:flex}.MasterFrame-module___R47Vq__canvas{background:var(--surface-raised);border-top-left-radius:var(--content-radius);box-shadow:var(--shadow-sm);border-top:1px solid var(--border-subtle);border-left:1px solid var(--border-subtle);flex-direction:column;flex:1;min-width:0;display:flex}.MasterFrame-module___R47Vq__content{width:100%;max-width:1320px;padding:var(--pd-large);gap:var(--gap-extra-large);flex-direction:column;flex:1;margin:0 auto;display:flex}.MasterFrame-module___R47Vq__section{scroll-margin-top:var(--gap-extra-large)}.MasterFrame-module___R47Vq__unknown{color:var(--system-red-400);font-family:var(--font-mono)}
.CommandPalette-module__OSU1CG__backdrop{z-index:80;padding:12vh var(--pd-medium) var(--pd-medium);background:var(--overlay-dark-200);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.CommandPalette-module__OSU1CG__panel{background:var(--surface-overlay);border-radius:var(--radius-5);width:640px;max-width:100%;box-shadow:var(--shadow-modal);animation:CommandPalette-module__OSU1CG__enter var(--duration-normal) var(--ease-soft);flex-direction:column;display:flex;overflow:hidden}@keyframes CommandPalette-module__OSU1CG__enter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.CommandPalette-module__OSU1CG__inputRow{align-items:center;gap:var(--gap-default);height:56px;padding:0 var(--pd-medium);border-bottom:1px solid var(--border-subtle);display:flex}.CommandPalette-module__OSU1CG__inputIcon{color:var(--text-muted);flex:none}.CommandPalette-module__OSU1CG__input{height:100%;font-family:var(--font-sans);font-size:var(--text-md);color:var(--text-default);background:0 0;border:none;flex:1}.CommandPalette-module__OSU1CG__input::placeholder{color:var(--text-muted)}.CommandPalette-module__OSU1CG__input:focus{outline:none}.CommandPalette-module__OSU1CG__results{max-height:50vh;padding:var(--pd-extra-small);gap:var(--gap-small);flex-direction:column;display:flex;overflow-y:auto}.CommandPalette-module__OSU1CG__noResults{padding:var(--pd-default);font-size:var(--text-sm);color:var(--text-muted);margin:0}.CommandPalette-module__OSU1CG__group{flex-direction:column;display:flex}.CommandPalette-module__OSU1CG__groupTitle{padding:var(--pd-extra-small) var(--pd-small) var(--pd-tiny);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0}.CommandPalette-module__OSU1CG__row{align-items:center;gap:var(--gap-default);min-height:40px;padding:var(--pd-tiny) var(--pd-small);border-radius:var(--radius-3);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-default);text-align:left;cursor:pointer;background:0 0;border:none;display:flex}.CommandPalette-module__OSU1CG__cursor{background:var(--surface-hover)}.CommandPalette-module__OSU1CG__rowLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.CommandPalette-module__OSU1CG__rowSub{font-size:var(--text-caption);color:var(--text-muted);flex:none}.CommandPalette-module__OSU1CG__aiRow{border-top:1px solid var(--border-subtle);color:var(--accent);font-weight:var(--weight-medium);margin-top:var(--gap-tiny);border-radius:0}.CommandPalette-module__OSU1CG__aiRow.CommandPalette-module__OSU1CG__cursor{background:var(--accent-opacity-7);border-radius:var(--radius-3)}.CommandPalette-module__OSU1CG__footer{gap:var(--gap-medium);padding:var(--pd-extra-small) var(--pd-medium);border-top:1px solid var(--border-subtle);background:var(--surface-base);display:flex}.CommandPalette-module__OSU1CG__hint{align-items:center;gap:var(--gap-tiny);font-size:var(--text-caption);color:var(--text-muted);display:inline-flex}
.Footer-module__Grjkva__footer{justify-content:space-between;align-items:center;gap:var(--gap-large);width:100%;max-width:1320px;padding:var(--pd-default) var(--pd-large);border-top:1px solid var(--border-subtle);color:var(--text-muted);font-size:var(--text-caption);margin:0 auto;display:flex}.Footer-module__Grjkva__brand{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted)}.Footer-module__Grjkva__legal{text-align:right}
.Badge-module__g-cF8q__badge{align-items:center;gap:var(--gap-tiny);border-radius:var(--radius-2);font-size:var(--text-2xs);font-weight:var(--weight-semibold);white-space:nowrap;padding:3px 8px;line-height:1.4;display:inline-flex}.Badge-module__g-cF8q__green{background:var(--secondary-green-tint);color:var(--secondary-green)}.Badge-module__g-cF8q__blue{background:var(--secondary-blue-tint);color:var(--secondary-blue)}.Badge-module__g-cF8q__amber{background:var(--secondary-amber-tint);color:var(--secondary-amber)}.Badge-module__g-cF8q__red{background:var(--secondary-red-tint);color:var(--secondary-red)}.Badge-module__g-cF8q__neutral{background:var(--surface-sunken);color:var(--text-muted)}.Badge-module__g-cF8q__count{background:var(--accent);color:var(--text-on-dark);border-radius:var(--radius-pill);padding:2px 7px}
.KnowledgeChat-module__hRlofa__chat{flex-direction:column;flex:1;min-height:0;display:flex}.KnowledgeChat-module__hRlofa__messages{gap:var(--gap-default);min-height:120px;padding:var(--pd-default);flex-direction:column;flex:1;display:flex;overflow-y:auto}.KnowledgeChat-module__hRlofa__empty{font-size:var(--text-sm);color:var(--text-muted);text-align:center;margin:auto 0}.KnowledgeChat-module__hRlofa__userBubble{max-width:85%;padding:var(--pd-extra-small) var(--pd-small);background:var(--surface-sunken);border-radius:var(--radius-3);font-size:var(--text-sm);align-self:flex-end;margin:0}.KnowledgeChat-module__hRlofa__answer{align-self:flex-start;gap:var(--gap-small);flex-direction:column;max-width:95%;display:flex}.KnowledgeChat-module__hRlofa__answerText{font-size:var(--text-sm);line-height:var(--leading-relaxed);margin:0}.KnowledgeChat-module__hRlofa__fileCard{align-items:center;gap:var(--gap-default);padding:var(--pd-extra-small) var(--pd-small);background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-3);box-shadow:var(--shadow-xs);display:flex}.KnowledgeChat-module__hRlofa__fileText{flex-direction:column;flex:1;min-width:0;display:flex}.KnowledgeChat-module__hRlofa__fileName{font-size:var(--text-sm);font-weight:var(--weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.KnowledgeChat-module__hRlofa__fileSize{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted)}.KnowledgeChat-module__hRlofa__assetsLink{align-items:center;gap:var(--gap-tiny);font-size:var(--text-caption);color:var(--accent);text-decoration:none;display:inline-flex}.KnowledgeChat-module__hRlofa__thinking{padding:var(--pd-extra-small);gap:4px;display:inline-flex}.KnowledgeChat-module__hRlofa__thinking span{border-radius:var(--radius-pill);background:var(--neutral-600);width:6px;height:6px;animation:KnowledgeChat-module__hRlofa__dot 1s infinite var(--ease-soft)}.KnowledgeChat-module__hRlofa__thinking span:nth-child(2){animation-delay:.15s}.KnowledgeChat-module__hRlofa__thinking span:nth-child(3){animation-delay:.3s}@keyframes KnowledgeChat-module__hRlofa__dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.KnowledgeChat-module__hRlofa__inputRow{align-items:center;gap:var(--gap-small);margin:var(--pd-extra-small);padding:0 var(--pd-small);background:var(--surface-sunken);border-radius:var(--radius-3);flex:none;height:44px;display:flex}.KnowledgeChat-module__hRlofa__inputRow:focus-within{box-shadow:var(--ring-focus)}.KnowledgeChat-module__hRlofa__sparkle{color:var(--accent);flex:none}.KnowledgeChat-module__hRlofa__input{min-width:0;height:100%;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-default);background:0 0;border:none;flex:1}.KnowledgeChat-module__hRlofa__input::placeholder{color:var(--text-muted)}.KnowledgeChat-module__hRlofa__input:focus{outline:none}.KnowledgeChat-module__hRlofa__send{background:var(--neutral-800);width:28px;height:28px;color:var(--text-on-dark);border-radius:var(--radius-pill);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.KnowledgeChat-module__hRlofa__send:disabled{opacity:.4;pointer-events:none}.KnowledgeChat-module__hRlofa__send:focus-visible{box-shadow:var(--ring-focus);outline:none}.KnowledgeChat-module__hRlofa__launcher{right:var(--pd-medium);bottom:var(--pd-medium);z-index:75;background:var(--neutral-800);width:48px;height:48px;color:var(--text-on-dark);border-radius:var(--radius-pill);box-shadow:var(--shadow-lg);cursor:pointer;transition:transform var(--duration-fast) var(--ease-soft), box-shadow var(--duration-fast) var(--ease-soft);border:none;justify-content:center;align-items:center;display:inline-flex;position:fixed}.KnowledgeChat-module__hRlofa__launcher:hover{box-shadow:var(--shadow-modal);transform:translateY(-2px)}.KnowledgeChat-module__hRlofa__launcher:focus-visible{box-shadow:var(--ring-focus), var(--shadow-lg);outline:none}.KnowledgeChat-module__hRlofa__floatPanel{right:var(--pd-medium);bottom:var(--pd-medium);z-index:75;width:400px;max-width:calc(100vw - 2 * var(--pd-medium));height:560px;max-height:calc(100vh - 2 * var(--pd-medium));background:var(--surface-overlay);border:1px solid var(--border-subtle);border-radius:var(--radius-5);box-shadow:var(--shadow-modal);animation:KnowledgeChat-module__hRlofa__panelEnter var(--duration-normal) var(--ease-soft);flex-direction:column;display:flex;position:fixed;overflow:hidden}@keyframes KnowledgeChat-module__hRlofa__panelEnter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.KnowledgeChat-module__hRlofa__floatHeader{padding:var(--pd-small) var(--pd-default);border-bottom:1px solid var(--border-subtle);flex:none;justify-content:space-between;align-items:center;display:flex}.KnowledgeChat-module__hRlofa__floatTitle{align-items:center;gap:var(--gap-small);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:inline-flex}.KnowledgeChat-module__hRlofa__hero{gap:var(--gap-default);flex-direction:column;display:flex}.KnowledgeChat-module__hRlofa__heroInput{align-items:center;gap:var(--gap-default);width:100%;height:56px;padding:0 var(--pd-default);background:var(--surface-sunken);border-radius:var(--radius-4);font-family:var(--font-sans);font-size:var(--text-md);cursor:pointer;text-align:left;transition:box-shadow var(--duration-fast) var(--ease-soft), border-color var(--duration-fast) var(--ease-soft);border:1px solid #0000;display:flex}.KnowledgeChat-module__hRlofa__heroInput:hover{border-color:var(--border-default)}.KnowledgeChat-module__hRlofa__heroInput:focus-visible{border-color:var(--border-focus);box-shadow:var(--ring-focus);outline:none}.KnowledgeChat-module__hRlofa__heroPlaceholder{color:var(--text-muted);flex:1}.KnowledgeChat-module__hRlofa__heroKbd{background:var(--surface-raised);border:1px solid var(--border-default);border-radius:var(--radius-1);box-shadow:var(--shadow-xs);font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);flex:none;padding:2px 8px}.KnowledgeChat-module__hRlofa__chips{gap:var(--gap-small);flex-wrap:wrap;display:flex}.KnowledgeChat-module__hRlofa__chip{cursor:pointer;border-radius:var(--radius-2);background:0 0;border:none;padding:0}.KnowledgeChat-module__hRlofa__chip:focus-visible{box-shadow:var(--ring-focus);outline:none}.KnowledgeChat-module__hRlofa__chip:hover span{background:var(--neutral-500)}.KnowledgeChat-module__hRlofa__showcase{flex-direction:column;height:420px;display:flex;overflow:hidden}
.RichText-module__6p74Pq__block{gap:var(--gap-small);padding:var(--pd-large);border:1px dashed var(--neutral-500);border-radius:var(--radius-default);background:var(--neutral-200);flex-direction:column;display:flex}.RichText-module__6p74Pq__tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.RichText-module__6p74Pq__label{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.RichText-module__6p74Pq__note{color:var(--text-muted);margin:0;font-size:.875rem}
.AssetGrid-module__EdlXeq__block{gap:var(--gap-small);padding:var(--pd-large);border:1px dashed var(--neutral-500);border-radius:var(--radius-default);background:var(--neutral-200);flex-direction:column;display:flex}.AssetGrid-module__EdlXeq__tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.AssetGrid-module__EdlXeq__label{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.AssetGrid-module__EdlXeq__note{color:var(--text-muted);margin:0;font-size:.875rem}
.LogoBlock-module__lFZGLa__block{gap:var(--gap-medium);flex-direction:column;display:flex}.LogoBlock-module__lFZGLa__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.LogoBlock-module__lFZGLa__tiles{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.LogoBlock-module__lFZGLa__tile{flex-direction:column;display:flex;overflow:hidden}.LogoBlock-module__lFZGLa__preview{background:var(--surface-sunken);justify-content:center;align-items:center;height:120px;display:flex}.LogoBlock-module__lFZGLa__dark{background:var(--neutral-800)}.LogoBlock-module__lFZGLa__wordmark{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--text-default);letter-spacing:-.01em}.LogoBlock-module__lFZGLa__dark .LogoBlock-module__lFZGLa__wordmark{color:var(--text-on-dark)}.LogoBlock-module__lFZGLa__tileLabel{padding:var(--pd-extra-small) var(--pd-small);font-size:var(--text-caption);color:var(--text-muted);border-top:1px solid var(--border-subtle)}.LogoBlock-module__lFZGLa__packageCard{align-items:center;gap:var(--gap-medium);max-width:560px;display:flex}.LogoBlock-module__lFZGLa__packageText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.LogoBlock-module__lFZGLa__packageName{font-size:var(--text-sm);font-weight:var(--weight-semibold)}.LogoBlock-module__lFZGLa__packageMeta{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted)}
.DownloadList-module__PKb1Ba__block{gap:var(--gap-medium);flex-direction:column;display:flex}.DownloadList-module__PKb1Ba__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.DownloadList-module__PKb1Ba__listCard{padding:var(--pd-extra-small)}.DownloadList-module__PKb1Ba__list{width:100%}.DownloadList-module__PKb1Ba__row{align-items:center;gap:var(--gap-default);min-height:52px;padding:var(--pd-extra-small) var(--pd-small);border-radius:var(--radius-3);transition:background var(--duration-fast) var(--ease-soft);display:flex}.DownloadList-module__PKb1Ba__row:hover{background:var(--surface-hover)}.DownloadList-module__PKb1Ba__row:not(:last-child){box-shadow:inset 0 -1px 0 var(--border-subtle)}.DownloadList-module__PKb1Ba__linkIcon{color:var(--text-muted)}.DownloadList-module__PKb1Ba__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DownloadList-module__PKb1Ba__label{font-size:var(--text-sm);font-weight:var(--weight-medium)}.DownloadList-module__PKb1Ba__fileName{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DownloadList-module__PKb1Ba__meta{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);flex:none}
.Button-module__xDwtkW__button{justify-content:center;align-items:center;gap:var(--gap-small);border-radius:var(--radius-3);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;white-space:nowrap;transition:background var(--duration-fast) var(--ease-soft), color var(--duration-fast) var(--ease-soft), box-shadow var(--duration-fast) var(--ease-soft), transform var(--duration-fast) var(--ease-soft);border:1px solid #0000;line-height:1;text-decoration:none;display:inline-flex}.Button-module__xDwtkW__button:focus-visible{box-shadow:var(--ring-focus);outline:none}.Button-module__xDwtkW__button:active{transform:scale(.98)}.Button-module__xDwtkW__button:disabled{opacity:.5;pointer-events:none}.Button-module__xDwtkW__sm{height:32px;padding:0 var(--pd-small)}.Button-module__xDwtkW__md{height:38px;padding:0 var(--pd-default)}.Button-module__xDwtkW__lg{height:44px;padding:0 var(--pd-medium)}.Button-module__xDwtkW__primary{background:var(--neutral-800);color:var(--text-on-dark)}.Button-module__xDwtkW__primary:hover{background:#000}.Button-module__xDwtkW__secondary{background:var(--surface-raised);border-color:var(--border-default);color:var(--text-default);box-shadow:var(--shadow-xs)}.Button-module__xDwtkW__secondary:hover{background:var(--surface-hover)}.Button-module__xDwtkW__ghost{color:var(--text-muted);background:0 0}.Button-module__xDwtkW__ghost:hover{background:var(--surface-hover);color:var(--text-default)}.Button-module__xDwtkW__destructive{background:var(--secondary-red);color:var(--text-on-dark)}.Button-module__xDwtkW__destructive:hover{box-shadow:var(--shadow-sm)}.Button-module__xDwtkW__icon{width:36px;height:36px;color:var(--text-muted);background:0 0;padding:0}.Button-module__xDwtkW__icon:hover{background:var(--surface-hover);color:var(--text-default)}
.Card-module__si82nG__card{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-4);box-shadow:var(--shadow-sm);padding:var(--pd-medium);color:inherit;transition:box-shadow var(--duration-fast) var(--ease-soft), transform var(--duration-fast) var(--ease-soft);text-decoration:none;display:block}.Card-module__si82nG__feature{border-radius:var(--radius-5)}.Card-module__si82nG__flat{box-shadow:none}.Card-module__si82nG__sunken{background:var(--surface-sunken);box-shadow:none;border-color:#0000}.Card-module__si82nG__clickable{cursor:pointer}.Card-module__si82nG__clickable:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.Card-module__si82nG__clickable:focus-visible{box-shadow:var(--ring-focus), var(--shadow-md);outline:none}.Card-module__si82nG__noPadding{padding:0}
.EmptyState-module__eCAa3G__empty{justify-content:center;align-items:center;gap:var(--gap-small);padding:var(--pd-extra-large) var(--pd-large);text-align:center;flex-direction:column;display:flex}.EmptyState-module__eCAa3G__icon{color:var(--text-muted);margin-bottom:var(--gap-tiny)}.EmptyState-module__eCAa3G__title{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--text-default);margin:0}.EmptyState-module__eCAa3G__description{font-size:var(--text-sm);color:var(--text-muted);max-width:420px;margin:0}.EmptyState-module__eCAa3G__action{margin-top:var(--gap-default)}
.PresentationHub-module__eHCbEa__block{gap:var(--gap-medium);flex-direction:column;display:flex}.PresentationHub-module__eHCbEa__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.PresentationHub-module__eHCbEa__empty{color:var(--text-muted);font-size:var(--text-sm);margin:0}.PresentationHub-module__eHCbEa__grid{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.PresentationHub-module__eHCbEa__deck{align-items:center;gap:var(--gap-medium);display:flex}.PresentationHub-module__eHCbEa__text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.PresentationHub-module__eHCbEa__label{align-items:center;gap:var(--gap-small);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:inline-flex}.PresentationHub-module__eHCbEa__meta{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ProductShowcase-module__0IfiuW__block{gap:var(--gap-small);padding:var(--pd-large);border:1px dashed var(--neutral-500);border-radius:var(--radius-default);background:var(--neutral-200);flex-direction:column;display:flex}.ProductShowcase-module__0IfiuW__tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.ProductShowcase-module__0IfiuW__label{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.ProductShowcase-module__0IfiuW__note{color:var(--text-muted);margin:0;font-size:.875rem}
.SignatureGenerator-module__PUwKPq__block{gap:var(--gap-default);flex-direction:column;display:flex}.SignatureGenerator-module__PUwKPq__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.SignatureGenerator-module__PUwKPq__note{font-size:var(--text-sm);color:var(--text-muted);max-width:640px;margin:0}.SignatureGenerator-module__PUwKPq__generator{gap:var(--gap-medium);grid-template-columns:minmax(280px,380px) 1fr;align-items:start;display:grid}@media (max-width:800px){.SignatureGenerator-module__PUwKPq__generator{grid-template-columns:1fr}}.SignatureGenerator-module__PUwKPq__form{gap:var(--gap-default);flex-direction:column;display:flex}.SignatureGenerator-module__PUwKPq__preview{min-height:100%}.SignatureGenerator-module__PUwKPq__previewText{font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-relaxed);white-space:pre-wrap;color:var(--text-default);margin:0}
.Input-module__Tl1jgW__field{flex-direction:column;gap:6px;display:flex}.Input-module__Tl1jgW__label{font-size:var(--text-caption);font-weight:var(--weight-medium);color:var(--text-muted)}.Input-module__Tl1jgW__input{height:40px;padding:0 var(--pd-small);background:var(--surface-raised);border:1px solid var(--border-default);border-radius:var(--radius-3);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-default);transition:border-color var(--duration-fast) var(--ease-soft), box-shadow var(--duration-fast) var(--ease-soft)}.Input-module__Tl1jgW__input::placeholder{color:var(--text-muted)}.Input-module__Tl1jgW__input:focus,.Input-module__Tl1jgW__input:focus-visible{border-color:var(--border-focus);box-shadow:var(--ring-focus);outline:none}.Input-module__Tl1jgW__input:disabled{opacity:.5;pointer-events:none}.Input-module__Tl1jgW__textarea{height:auto;padding:var(--pd-extra-small) var(--pd-small);resize:vertical;line-height:var(--leading-relaxed)}
.ColorPalette-module__E1oT6q__block{gap:var(--gap-medium);flex-direction:column;display:flex}.ColorPalette-module__E1oT6q__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.ColorPalette-module__E1oT6q__empty{color:var(--text-muted);font-size:var(--text-sm);margin:0}.ColorPalette-module__E1oT6q__grid{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.ColorPalette-module__E1oT6q__panel{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:var(--radius-4);box-shadow:var(--shadow-sm);cursor:copy;text-align:left;font-family:var(--font-sans);transition:box-shadow var(--duration-fast) var(--ease-soft), transform var(--duration-fast) var(--ease-soft);flex-direction:column;padding:0;display:flex;overflow:hidden}.ColorPalette-module__E1oT6q__panel:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.ColorPalette-module__E1oT6q__panel:focus-visible{box-shadow:var(--ring-focus), var(--shadow-md);outline:none}.ColorPalette-module__E1oT6q__swatch{width:100%;height:88px}.ColorPalette-module__E1oT6q__info{align-items:flex-start;gap:var(--gap-tiny);padding:var(--pd-default);flex-direction:column;display:flex}.ColorPalette-module__E1oT6q__name{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-default)}.ColorPalette-module__E1oT6q__value{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-default)}.ColorPalette-module__E1oT6q__cmyk{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted)}
.Embed-module__pcOg7a__block{gap:var(--gap-small);padding:var(--pd-large);border:1px dashed var(--neutral-500);border-radius:var(--radius-default);background:var(--neutral-200);flex-direction:column;display:flex}.Embed-module__pcOg7a__tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.Embed-module__pcOg7a__label{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.Embed-module__pcOg7a__note{color:var(--text-muted);margin:0;font-size:.875rem}
.QuickGrabs-module__8QOmuq__block{gap:var(--gap-medium);flex-direction:column;display:flex}.QuickGrabs-module__8QOmuq__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.QuickGrabs-module__8QOmuq__grid{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.QuickGrabs-module__8QOmuq__grabButton{text-align:left;cursor:pointer;border-radius:var(--radius-4);background:0 0;border:none;padding:0;display:block}.QuickGrabs-module__8QOmuq__grabButton:focus-visible{box-shadow:var(--ring-focus);outline:none}.QuickGrabs-module__8QOmuq__grab{gap:var(--gap-small);flex-direction:column;height:100%;display:flex}.QuickGrabs-module__8QOmuq__icon{border-radius:var(--radius-3);background:var(--accent-opacity-7);width:36px;height:36px;color:var(--accent);margin-bottom:var(--gap-tiny);justify-content:center;align-items:center;display:inline-flex}.QuickGrabs-module__8QOmuq__label{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-default)}.QuickGrabs-module__8QOmuq__sublabel{font-size:var(--text-caption);color:var(--text-muted)}
.BrandsList-module__H0yh-q__block{gap:var(--gap-medium);flex-direction:column;display:flex}.BrandsList-module__H0yh-q__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.BrandsList-module__H0yh-q__grid{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.BrandsList-module__H0yh-q__card{gap:var(--gap-small);flex-direction:column;display:flex}.BrandsList-module__H0yh-q__swatch{border-radius:var(--radius-2);width:28px;height:28px;box-shadow:var(--shadow-xs);margin-bottom:var(--gap-tiny)}.BrandsList-module__H0yh-q__name{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--text-default)}.BrandsList-module__H0yh-q__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-normal)}.BrandsList-module__H0yh-q__meta{margin-top:var(--gap-tiny);font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted)}
.ProductsList-module__gyJO8G__block{gap:var(--gap-medium);flex-direction:column;display:flex}.ProductsList-module__gyJO8G__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.ProductsList-module__gyJO8G__grid{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.ProductsList-module__gyJO8G__card{gap:var(--gap-small);flex-direction:column;display:flex}.ProductsList-module__gyJO8G__name{font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--weight-bold);color:var(--text-default)}.ProductsList-module__gyJO8G__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-normal)}.ProductsList-module__gyJO8G__resources{margin-top:var(--gap-tiny)}
.WhatChanged-module__2ciDvG__block{gap:var(--gap-medium);flex-direction:column;display:flex}.WhatChanged-module__2ciDvG__header{justify-content:space-between;align-items:baseline;gap:var(--gap-medium);display:flex}.WhatChanged-module__2ciDvG__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.WhatChanged-module__2ciDvG__allLink{font-size:var(--text-sm);color:var(--accent);white-space:nowrap;text-decoration:none}.WhatChanged-module__2ciDvG__allLink:hover{text-decoration:underline}.WhatChanged-module__2ciDvG__listCard{padding:var(--pd-extra-small)}.WhatChanged-module__2ciDvG__row{align-items:center;gap:var(--gap-default);min-height:52px;padding:var(--pd-extra-small) var(--pd-small);border-radius:var(--radius-3);color:inherit;transition:background var(--duration-fast) var(--ease-soft);text-decoration:none;display:flex}.WhatChanged-module__2ciDvG__row:hover{background:var(--surface-hover)}.WhatChanged-module__2ciDvG__row:not(:last-child){box-shadow:inset 0 -1px 0 var(--border-subtle)}.WhatChanged-module__2ciDvG__date{width:86px;font-family:var(--font-mono);font-size:var(--text-caption);color:var(--text-muted);flex:none}.WhatChanged-module__2ciDvG__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.WhatChanged-module__2ciDvG__title{font-size:var(--text-sm);font-weight:var(--weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.WhatChanged-module__2ciDvG__description{font-size:var(--text-caption);color:var(--text-muted)}.WhatChanged-module__2ciDvG__source{font-size:var(--text-caption);color:var(--text-muted);flex:none}
.DesignStory-module__md1j0a__card{gap:var(--gap-default);padding:var(--pd-large);background:var(--neutral-800);border-color:#0000;flex-direction:column;display:flex}.DesignStory-module__md1j0a__eyebrow{font-size:var(--text-caption);font-weight:var(--weight-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted-on-dark);margin:0}.DesignStory-module__md1j0a__heading{font-family:var(--font-display);font-size:var(--text-h2);font-weight:var(--weight-semibold);line-height:var(--leading-tight);color:var(--text-on-dark);margin:0}.DesignStory-module__md1j0a__excerpt{max-width:640px;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-muted-on-dark);margin:0}.DesignStory-module__md1j0a__link{align-items:center;gap:var(--gap-small);margin-top:var(--gap-small);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-on-dark);text-decoration:none;display:inline-flex}.DesignStory-module__md1j0a__link:hover{text-decoration:underline}
.OutOfOffice-module__gteP1G__block{gap:var(--gap-default);flex-direction:column;display:flex}.OutOfOffice-module__gteP1G__heading{font-size:var(--text-h3);font-weight:var(--weight-semibold);margin:0}.OutOfOffice-module__gteP1G__note{font-size:var(--text-sm);color:var(--text-muted);max-width:640px;margin:0}.OutOfOffice-module__gteP1G__generator{gap:var(--gap-medium);grid-template-columns:minmax(280px,380px) 1fr;align-items:start;display:grid}@media (max-width:800px){.OutOfOffice-module__gteP1G__generator{grid-template-columns:1fr}}.OutOfOffice-module__gteP1G__form{gap:var(--gap-default);flex-direction:column;display:flex}.OutOfOffice-module__gteP1G__preview{min-height:100%}.OutOfOffice-module__gteP1G__previewText{font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-relaxed);white-space:pre-wrap;color:var(--text-default);margin:0}
.PrevNext-module__LegxeG__block{gap:var(--gap-medium);grid-template-columns:1fr 1fr;display:grid}.PrevNext-module__LegxeG__card{gap:var(--gap-tiny);flex-direction:column;display:flex}.PrevNext-module__LegxeG__next{text-align:right;align-items:flex-end}.PrevNext-module__LegxeG__direction{align-items:center;gap:var(--gap-tiny);font-size:var(--text-caption);color:var(--text-muted);display:inline-flex}.PrevNext-module__LegxeG__label{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-default)}
.ApixPresentation-module__yp-EkG__wrap{color:#222;background:#fff;border:1px solid #ebebeb;border-radius:18px;width:100%;margin:0 0 20px;font:14px General Sans,-apple-system,sans-serif;overflow:hidden;box-shadow:0 8px 32px -12px #00000014}.ApixPresentation-module__yp-EkG__bar{border-bottom:1px solid #ebebeb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.ApixPresentation-module__yp-EkG__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.ApixPresentation-module__yp-EkG__sub{color:#5e5e5e;margin:3px 0 0;font-size:12px}.ApixPresentation-module__yp-EkG__btn{cursor:pointer;color:#222;background:#f7f7f7;border:1px solid #ebebeb;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 12px;font:500 12px/1 inherit;transition:background .15s,border-color .15s;display:inline-flex}.ApixPresentation-module__yp-EkG__btn:hover{background:#fff;border-color:#d1d5dc}.ApixPresentation-module__yp-EkG__btn[aria-pressed=true]{color:#0a82df;background:#eff6fe;border-color:#bfddf8}.ApixPresentation-module__yp-EkG__stage{aspect-ratio:16/9;background:#f4f5f7;width:100%;position:relative}.ApixPresentation-module__yp-EkG__stage iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.ApixPresentation-module__yp-EkG__fsfix{z-index:99999;background:#0b0f17;border-radius:0;flex-direction:column;margin:0;display:flex;position:fixed;inset:0}.ApixPresentation-module__yp-EkG__fsfix .ApixPresentation-module__yp-EkG__bar{background:#0b0f17;border-color:#ffffff14}.ApixPresentation-module__yp-EkG__fsfix .ApixPresentation-module__yp-EkG__title{color:#fff}.ApixPresentation-module__yp-EkG__fsfix .ApixPresentation-module__yp-EkG__sub{color:#9aa3b2}.ApixPresentation-module__yp-EkG__fsfix .ApixPresentation-module__yp-EkG__btn{color:#e7ebf2;background:#ffffff14;border-color:#ffffff1f}.ApixPresentation-module__yp-EkG__fsfix .ApixPresentation-module__yp-EkG__stage{aspect-ratio:auto;flex:1;min-height:0}.ApixPresentation-module__yp-EkG__wrap:fullscreen{background:#0b0f17;border-radius:0;flex-direction:column;display:flex}.ApixPresentation-module__yp-EkG__wrap:fullscreen .ApixPresentation-module__yp-EkG__stage{aspect-ratio:auto;flex:1;min-height:0}.ApixPresentation-module__yp-EkG__wrap:fullscreen .ApixPresentation-module__yp-EkG__bar{background:#0b0f17;border-color:#ffffff14}.ApixPresentation-module__yp-EkG__wrap:fullscreen .ApixPresentation-module__yp-EkG__title{color:#fff}.ApixPresentation-module__yp-EkG__wrap:fullscreen .ApixPresentation-module__yp-EkG__sub{color:#9aa3b2}.ApixPresentation-module__yp-EkG__wrap:fullscreen .ApixPresentation-module__yp-EkG__btn{color:#e7ebf2;background:#ffffff14;border-color:#ffffff1f}@media (max-width:980px){.ApixPresentation-module__yp-EkG__bar{padding:14px 16px}.ApixPresentation-module__yp-EkG__btn{font-size:11px}}
.ApixAgreement-module__Fbxkgq__wrap{color:#222;background:#fff;border:1px solid #ebebeb;border-radius:18px;width:100%;margin:0 0 20px;font:14px Inter,-apple-system,sans-serif;overflow:hidden;box-shadow:0 8px 32px -12px #00000014}.ApixAgreement-module__Fbxkgq__bar{border-bottom:1px solid #ebebeb;padding:18px 24px}.ApixAgreement-module__Fbxkgq__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.ApixAgreement-module__Fbxkgq__sub{color:#5e5e5e;margin:3px 0 0;font-size:12px}.ApixAgreement-module__Fbxkgq__list{flex-direction:column;gap:6px;margin:0;padding:8px;list-style:none;display:flex}.ApixAgreement-module__Fbxkgq__row{background:#fafbfc;border:1px solid #ebebeb;border-radius:12px;align-items:center;gap:14px;padding:12px 14px;display:flex}.ApixAgreement-module__Fbxkgq__fileIcon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.ApixAgreement-module__Fbxkgq__pdf{background:#d4332a}.ApixAgreement-module__Fbxkgq__word{background:#2a5699}.ApixAgreement-module__Fbxkgq__image{background:#0a82df}.ApixAgreement-module__Fbxkgq__meta{flex-direction:column;min-width:0;display:flex}.ApixAgreement-module__Fbxkgq__label{color:#1a1f2b;letter-spacing:-.005em;font-size:14px;font-weight:600}.ApixAgreement-module__Fbxkgq__sublabel{color:#6a7382;margin-top:1px;font-size:11.5px}.ApixAgreement-module__Fbxkgq__dl{color:#8a8f99;cursor:not-allowed;background:#f0f1f3;border:1px solid #e1e4e9;border-radius:8px;align-items:center;gap:6px;height:32px;margin-left:auto;padding:0 12px;font:500 12px/1 inherit;display:inline-flex}.ApixAgreement-module__Fbxkgq__dl svg{opacity:.75}.ApixAgreement-module__Fbxkgq__statusPill{text-transform:uppercase;letter-spacing:.05em;color:#b45309;background:#fff4ed;border:1px solid #fbd7be;border-radius:100px;margin-left:auto;padding:4px 11px;font-size:10px;font-weight:700}.ApixAgreement-module__Fbxkgq__note{color:#8a8f99;margin:0;padding:4px 24px 18px;font-size:11.5px}@media (max-width:980px){.ApixAgreement-module__Fbxkgq__bar{padding:14px 16px}}
.ApixDocumentation-module__jkHMra__wrap{color:#222;background:#fff;border:1px solid #ebebeb;border-radius:18px;width:100%;margin:0 0 20px;font:14px Inter,-apple-system,sans-serif;overflow:hidden;box-shadow:0 8px 32px -12px #00000014}.ApixDocumentation-module__jkHMra__bar{border-bottom:1px solid #ebebeb;padding:18px 24px}.ApixDocumentation-module__jkHMra__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.ApixDocumentation-module__jkHMra__sub{color:#5e5e5e;margin:3px 0 0;font-size:12px}.ApixDocumentation-module__jkHMra__groups{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;padding:16px;display:grid}.ApixDocumentation-module__jkHMra__group{background:#fafbfc;border:1px solid #e7ebf0;border-radius:14px;padding:12px}.ApixDocumentation-module__jkHMra__groupHead{color:#1a1f2b;align-items:center;gap:9px;padding:6px 6px 12px;font-size:14px;font-weight:600;display:flex}.ApixDocumentation-module__jkHMra__groupIcon{color:#0a82df;background:#eff6fe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.ApixDocumentation-module__jkHMra__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ApixDocumentation-module__jkHMra__row{background:#fff;border:1px solid #ebebeb;border-radius:10px;align-items:center;gap:11px;padding:10px 12px;display:flex}.ApixDocumentation-module__jkHMra__fileIcon{color:#4b5363;background:#f0f3f7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.ApixDocumentation-module__jkHMra__meta{flex-direction:column;min-width:0;display:flex}.ApixDocumentation-module__jkHMra__label{color:#1a1f2b;letter-spacing:-.005em;font-size:13.5px;font-weight:600}.ApixDocumentation-module__jkHMra__sublabel{color:#6a7382;margin-top:1px;font-size:11px}.ApixDocumentation-module__jkHMra__dl,.ApixDocumentation-module__jkHMra__open{border-radius:8px;align-items:center;gap:5px;height:30px;margin-left:auto;padding:0 11px;font:500 12px/1 inherit;text-decoration:none;display:inline-flex}.ApixDocumentation-module__jkHMra__dl{color:#8a8f99;cursor:not-allowed;background:#f0f1f3;border:1px solid #e1e4e9}.ApixDocumentation-module__jkHMra__dl svg{opacity:.75}.ApixDocumentation-module__jkHMra__open{color:#0a82df;cursor:pointer;background:#eff6fe;border:1px solid #bfddf8;transition:background .15s,border-color .15s}.ApixDocumentation-module__jkHMra__open:hover{background:#fff;border-color:#0a82df}.ApixDocumentation-module__jkHMra__note{color:#8a8f99;margin:0;padding:4px 24px 18px;font-size:11.5px}@media (max-width:980px){.ApixDocumentation-module__jkHMra__bar{padding:14px 16px}.ApixDocumentation-module__jkHMra__groups{padding:12px}}
.Tooltip-module__w6kZxW__wrap{display:inline-flex;position:relative}.Tooltip-module__w6kZxW__tip{z-index:60;background:var(--neutral-800);color:var(--text-on-dark);font-size:var(--text-2xs);font-weight:var(--weight-medium);border-radius:var(--radius-2);box-shadow:var(--shadow-md);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--duration-fast) var(--ease-soft);padding:4px 8px;transition-delay:0s;position:absolute}.Tooltip-module__w6kZxW__wrap:hover .Tooltip-module__w6kZxW__tip,.Tooltip-module__w6kZxW__wrap:focus-within .Tooltip-module__w6kZxW__tip{opacity:1;transition-delay:.4s}.Tooltip-module__w6kZxW__top{bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.Tooltip-module__w6kZxW__right{top:50%;left:calc(100% + 6px);transform:translateY(-50%)}.Tooltip-module__w6kZxW__bottom{top:calc(100% + 6px);left:50%;transform:translate(-50%)}
.Sidebar-module__chRhja__sidebar{width:var(--sidebar-width);gap:var(--gap-default);height:100vh;padding:var(--pd-default) var(--pd-small);background:var(--surface-base);transition:width var(--duration-normal) var(--ease-soft);flex-direction:column;flex:none;display:flex;position:sticky;top:0;overflow:visible}.Sidebar-module__chRhja__collapsed{width:var(--sidebar-width-collapsed)}.Sidebar-module__chRhja__header{justify-content:space-between;align-items:center;gap:var(--gap-small);padding:0 var(--pd-tiny);min-height:36px;display:flex}.Sidebar-module__chRhja__wordmark{font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-medium);letter-spacing:.04em;color:var(--text-default);white-space:nowrap;text-decoration:none;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__wordmark{display:none}.Sidebar-module__chRhja__toggle{border-radius:var(--radius-2);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:background var(--duration-fast) var(--ease-soft);background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module__chRhja__toggle:hover{background:var(--surface-hover);color:var(--text-default)}.Sidebar-module__chRhja__toggle:focus-visible{box-shadow:var(--ring-focus);outline:none}.Sidebar-module__chRhja__nav{flex-direction:column;flex:1;min-height:0;display:flex;overflow:visible auto}.Sidebar-module__chRhja__group{padding:var(--gap-small) 0;flex-direction:column;gap:2px;display:flex}.Sidebar-module__chRhja__group+.Sidebar-module__chRhja__group,.Sidebar-module__chRhja__contextTitle+.Sidebar-module__chRhja__group{border-top:1px solid var(--border-subtle)}.Sidebar-module__chRhja__contextTitle{padding:var(--pd-extra-small) var(--pd-small);font-size:var(--text-md);font-weight:var(--weight-semibold);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__contextTitle{display:none}.Sidebar-module__chRhja__item{align-items:center;gap:var(--gap-small);height:40px;padding:0 var(--pd-extra-small);border-radius:var(--radius-3);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap;transition:background var(--duration-fast) var(--ease-soft), color var(--duration-fast) var(--ease-soft), box-shadow var(--duration-fast) var(--ease-soft);text-decoration:none;display:flex}.Sidebar-module__chRhja__item:hover{background:var(--surface-hover);color:var(--text-default)}.Sidebar-module__chRhja__item:focus-visible{box-shadow:var(--ring-focus);outline:none}.Sidebar-module__chRhja__active{background:var(--surface-raised);box-shadow:var(--shadow-xs);color:var(--text-default)}.Sidebar-module__chRhja__back{color:var(--text-muted);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em}.Sidebar-module__chRhja__itemIcon{flex:none;justify-content:center;align-items:center;width:24px;display:inline-flex}.Sidebar-module__chRhja__anchorIndex{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-muted)}.Sidebar-module__chRhja__dot{border-radius:var(--radius-pill);background:var(--neutral-500);width:6px;height:6px}.Sidebar-module__chRhja__itemLabel{text-overflow:ellipsis;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__itemLabel{display:none}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__item{justify-content:center;padding:0}.Sidebar-module__chRhja__footer{gap:var(--gap-small);border-top:1px solid var(--border-subtle);padding-top:var(--pd-extra-small);flex-direction:column;flex:none;display:flex}.Sidebar-module__chRhja__userCard{align-items:center;gap:var(--gap-small);padding:var(--pd-tiny);border-radius:var(--radius-3);display:flex}.Sidebar-module__chRhja__avatar{border-radius:var(--radius-pill);background:var(--surface-sunken);width:32px;height:32px;color:var(--text-default);font-size:var(--text-caption);font-weight:var(--weight-semibold);flex:none;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module__chRhja__userText{flex-direction:column;flex:1;min-width:0;display:flex}.Sidebar-module__chRhja__userName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-default);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__chRhja__userMeta{font-size:var(--text-caption);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__userText{display:none}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__userCard{padding:var(--pd-tiny) 0;justify-content:center}.Sidebar-module__chRhja__gear{border-radius:var(--radius-2);width:28px;height:28px;color:var(--text-muted);transition:background var(--duration-fast) var(--ease-soft);flex:none;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module__chRhja__gear:hover{background:var(--surface-hover);color:var(--text-default)}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__gear{display:none}.Sidebar-module__chRhja__siteLink{align-items:center;gap:var(--gap-small);padding:var(--pd-tiny) var(--pd-extra-small);border-radius:var(--radius-2);color:var(--text-muted);font-size:var(--text-caption);text-decoration:none;display:flex}.Sidebar-module__chRhja__siteLink:hover{color:var(--text-default)}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__siteLink{padding:var(--pd-tiny) 0;justify-content:center}
.Menu-module__n7upsq__wrap{display:inline-flex;position:relative}.Menu-module__n7upsq__trigger{cursor:pointer;border-radius:var(--radius-3);background:0 0;border:none;padding:0;display:inline-flex}.Menu-module__n7upsq__trigger:focus-visible{box-shadow:var(--ring-focus);outline:none}.Menu-module__n7upsq__panel{z-index:70;min-width:200px;padding:var(--pd-tiny);background:var(--surface-overlay);border:1px solid var(--border-subtle);border-radius:var(--radius-3);box-shadow:var(--shadow-lg);animation:Menu-module__n7upsq__enter var(--duration-fast) var(--ease-soft);flex-direction:column;display:flex;position:absolute;top:calc(100% + 6px)}@keyframes Menu-module__n7upsq__enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.Menu-module__n7upsq__start{left:0}.Menu-module__n7upsq__end{right:0}.Menu-module__n7upsq__header{padding:var(--pd-extra-small) var(--pd-small);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--gap-tiny);font-size:var(--text-caption);color:var(--text-muted)}.Menu-module__n7upsq__item{align-items:center;gap:var(--gap-small);height:36px;padding:0 var(--pd-small);border-radius:var(--radius-2);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-default);cursor:pointer;text-align:left;background:0 0;border:none;text-decoration:none;display:flex}.Menu-module__n7upsq__item:hover{background:var(--surface-hover)}.Menu-module__n7upsq__item:focus-visible{box-shadow:var(--ring-focus);outline:none}.Menu-module__n7upsq__icon{color:var(--text-muted)}.Menu-module__n7upsq__danger,.Menu-module__n7upsq__danger .Menu-module__n7upsq__icon{color:var(--secondary-red)}
.Topbar-module__sPaCoW__topbar{height:var(--topbar-height);justify-content:space-between;align-items:center;gap:var(--gap-medium);padding:0 var(--pd-default) 0 var(--pd-tiny);background:0 0;flex:none;display:flex}.Topbar-module__sPaCoW__crumbs{align-items:center;gap:var(--gap-extra-small);font-size:var(--text-sm);min-width:0;display:flex;overflow:hidden}.Topbar-module__sPaCoW__crumb{color:var(--text-muted);white-space:nowrap;text-decoration:none}.Topbar-module__sPaCoW__crumb:hover{color:var(--text-default)}.Topbar-module__sPaCoW__current{color:var(--text-default);font-weight:var(--weight-medium)}.Topbar-module__sPaCoW__sep{color:var(--text-muted)}.Topbar-module__sPaCoW__actions{align-items:center;gap:var(--gap-default);display:flex}.Topbar-module__sPaCoW__search{width:280px;height:36px}.Topbar-module__sPaCoW__siteLink{align-items:center;gap:var(--gap-tiny);font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;text-decoration:none;display:inline-flex}.Topbar-module__sPaCoW__siteLink:hover{color:var(--text-default)}.Topbar-module__sPaCoW__userChip{height:36px;padding:0 var(--pd-small);border-radius:var(--radius-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-default);background:var(--surface-raised);border:1px solid var(--border-subtle);box-shadow:var(--shadow-xs);white-space:nowrap;align-items:center;display:inline-flex}@media (max-width:900px){.Topbar-module__sPaCoW__search{width:180px}.Topbar-module__sPaCoW__siteLink{display:none}}
.Skeleton-module__dylJeq__skeleton{background:var(--surface-sunken);animation:Skeleton-module__dylJeq__pulse 1.6s var(--ease-soft) infinite;display:block}@keyframes Skeleton-module__dylJeq__pulse{0%,to{opacity:1}50%{opacity:.55}}
.Drawer-module__mNym0G__backdrop{z-index:80;background:var(--overlay-dark-100);justify-content:flex-end;display:flex;position:fixed;inset:0}.Drawer-module__mNym0G__panel{background:var(--surface-overlay);width:420px;max-width:100%;height:100%;box-shadow:var(--shadow-lg);padding:var(--pd-large);animation:Drawer-module__mNym0G__slide var(--duration-normal) var(--ease-soft);overflow-y:auto}@keyframes Drawer-module__mNym0G__slide{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.Drawer-module__mNym0G__header{justify-content:space-between;align-items:center;gap:var(--gap-default);margin-bottom:var(--gap-medium);display:flex}.Drawer-module__mNym0G__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin:0}.Drawer-module__mNym0G__content{font-size:var(--text-sm);line-height:var(--leading-relaxed)}
.Modal-module__rxdtia__backdrop{z-index:80;padding:12vh var(--pd-medium) var(--pd-medium);background:var(--overlay-dark-200);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.Modal-module__rxdtia__panel{background:var(--surface-overlay);border-radius:var(--radius-5);width:100%;max-width:560px;box-shadow:var(--shadow-modal);padding:var(--pd-large);animation:Modal-module__rxdtia__enter var(--duration-normal) var(--ease-soft)}.Modal-module__rxdtia__media{max-width:960px}@keyframes Modal-module__rxdtia__enter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.Modal-module__rxdtia__header{justify-content:space-between;align-items:center;gap:var(--gap-default);margin-bottom:var(--gap-medium);display:flex}.Modal-module__rxdtia__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin:0}.Modal-module__rxdtia__content{font-size:var(--text-sm);color:var(--text-default);line-height:var(--leading-relaxed)}.Modal-module__rxdtia__footer{justify-content:flex-end;gap:var(--gap-small);margin-top:var(--gap-large);display:flex}
.styleguide-module__tq82ka__header{gap:var(--gap-small);flex-direction:column;display:flex}.styleguide-module__tq82ka__title{font-family:var(--font-display);font-size:var(--text-h1);font-weight:var(--weight-semibold);line-height:var(--leading-tight);margin:0}.styleguide-module__tq82ka__lead{max-width:720px;color:var(--text-muted);font-size:var(--text-md);line-height:var(--leading-relaxed);margin:0}.styleguide-module__tq82ka__section{gap:var(--gap-large);padding-top:var(--pd-medium);border-top:1px solid var(--border-subtle);flex-direction:column;display:flex}.styleguide-module__tq82ka__sectionTitle{font-size:var(--text-h2);font-weight:var(--weight-semibold);margin:0}.styleguide-module__tq82ka__entry{gap:var(--gap-default);flex-direction:column;display:flex}.styleguide-module__tq82ka__entryTitle{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-muted);margin:0}.styleguide-module__tq82ka__row{align-items:center;gap:var(--gap-default);flex-wrap:wrap;margin:0;display:flex}.styleguide-module__tq82ka__grid4{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.styleguide-module__tq82ka__grid3{gap:var(--gap-medium);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:start;display:grid}.styleguide-module__tq82ka__listCard{padding:var(--pd-extra-small)}.styleguide-module__tq82ka__skeletons{gap:var(--gap-small);flex-direction:column;max-width:480px;display:flex}.styleguide-module__tq82ka__fileRow{align-items:flex-end;gap:var(--gap-large);flex-wrap:wrap;display:flex}.styleguide-module__tq82ka__fileCell{align-items:center;gap:var(--gap-small);flex-direction:column;display:inline-flex}.styleguide-module__tq82ka__fileLabel{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-muted);text-transform:uppercase}.styleguide-module__tq82ka__chatBox{max-width:420px}.styleguide-module__tq82ka__blockList{gap:var(--gap-extra-large);margin:0;padding:0;list-style:none;display:grid}.styleguide-module__tq82ka__blockItem{gap:var(--gap-small);flex-direction:column;display:flex}.styleguide-module__tq82ka__blockTitle{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--accent);margin:0}.styleguide-module__tq82ka__blockFrame{padding:var(--pd-medium);border:1px dashed var(--border-default);border-radius:var(--radius-4)}
