:root{--radius:.5rem;--sofia-text:#0a1f3d;--sofia-background:#f5f1ea;--sofia-body:#555;--sofia-surface-elevated:#ffffffc7;--sofia-border:#8d7b6647;--sofia-input:#8d7b6657;--sofia-ring:#a747334d;--sofia-sidebar:#f1ece3;--sofia-secondary:#ebe3d7;--sofia-on-primary:#f5f1ea;--sofia-highlight:#a7473338;--background:var(--sofia-background);--foreground:var(--sofia-text);--primary:var(--sofia-text);--primary-foreground:var(--sofia-on-primary);--secondary:var(--sofia-secondary);--muted-foreground:var(--sofia-body);--border:var(--sofia-border);--input-border:var(--sofia-input);--ring:var(--sofia-ring)}.dark{--sofia-text:#f1ede5;--sofia-background:#1d2430;--sofia-body:#c5c0b6;--sofia-surface-elevated:#232c39eb;--sofia-border:#d3cdbe29;--sofia-input:#d3cdbe38;--sofia-ring:#d07a6552;--sofia-sidebar:#202833;--sofia-secondary:#2a3340;--sofia-on-primary:#0a1f3d;--sofia-highlight:#d07a6552}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}body{background:var(--background);color:var(--foreground)}button{cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3{font-family:Georgia,Times New Roman,serif}mark{background:var(--sofia-highlight);color:inherit;border-radius:.2em;padding:0 .15em}.button{display:inline-flex;border-radius:var(--radius);outline:none;background:var(--primary);color:var(--primary-foreground);font:inherit;white-space:nowrap;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items: center;gap:.5rem;height:2.25rem;padding:.5rem 1rem;transition:background-color .12s,box-shadow .12s;font-size:.8125rem;font-weight:500}.button:hover{background:color-mix(in srgb,var(--primary)88%,white)}.button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)50%,transparent)}.button:disabled{pointer-events:none;opacity:.5}.button svg{pointer-events:none;flex-shrink:0;width:.875rem;height:.875rem}.data-table__container{overflow-x:auto;border:1px solid var(--border);background:var(--sofia-surface-elevated);border-radius:.625rem;margin-top:1.5rem}.data-table{border-collapse:collapse;text-align:left;width:100%;min-width:36rem}.data-table caption{position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0}.data-table th,.data-table td{border-bottom:1px solid var(--border);padding:.75rem 1rem}.data-table th{background:color-mix(in srgb,var(--secondary)55%,transparent);color:var(--muted-foreground);letter-spacing:.025em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.data-table td{font-size:.8125rem}.data-table tbody tr:last-child td{border-bottom:0}.data-table [data-align=right]{text-align:right}.data-table__empty{height:12rem;text-align:center!important}.data-table__empty strong,.data-table__empty span{display:block}.data-table__empty strong{font-size:.8125rem;font-weight:600}.data-table__empty span{color:var(--muted-foreground);margin-top:.375rem;font-size:.75rem}[data-color="0"]{--label-hue:14}[data-color="1"]{--label-hue:150}[data-color="2"]{--label-hue:231}[data-color="3"]{--label-hue:42}[data-color="4"]{--label-hue:283}[data-color="5"]{--label-hue:189}[data-color="6"]{--label-hue:205}[data-color="7"]{--label-hue:349}.label-badge{display:inline-flex;background:hsl(var(--label-hue)60% 90%);color:hsl(var(--label-hue)45% 30%);white-space:nowrap;border-radius:999px;align-items: center;gap:.25rem;padding:.15rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.4}.dark .label-badge{background:hsl(var(--label-hue)35% 24%);color:hsl(var(--label-hue)55% 82%)}.label-badge button{display:inline-flex;color:currentColor;opacity:.7;background:0 0;border:0;border-radius:999px;justify-content:center;align-items: center;width:.875rem;height:.875rem;margin-left:.125rem;padding:0}.label-badge button:hover{opacity:1}.label-badge svg{width:.625rem;height:.625rem}.label-picker{position:relative;min-width:14rem}.label-picker__chips{display:flex;border:1px solid var(--input-border);border-radius:var(--radius);background:var(--background);cursor:text;flex-wrap:wrap;align-items: center;gap:.3125rem;min-height:2.25rem;padding:.3125rem .5rem;transition:border-color .12s,box-shadow .12s}.label-picker__chips:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)25%,transparent)}.label-picker__icon{color:var(--muted-foreground);flex-shrink:0;width:.8125rem;height:.8125rem}.label-picker__chips input{outline:none;color:var(--foreground);font:inherit;background:0 0;border:0;flex:1 0 6rem;min-width:4rem;font-size:.75rem}.label-picker__menu{z-index:50;overflow-y:auto;border:1px solid var(--border);background:var(--sofia-surface-elevated);list-style:none;border-radius:.5rem;max-height:14rem;margin:0;padding:.3125rem;box-shadow:0 .75rem 2rem #0000002e}.label-picker__menu li button{display:flex;color:var(--foreground);font:inherit;text-align:left;background:0 0;border:0;border-radius:.375rem;align-items: center;gap:.5rem;width:100%;padding:.4375rem .5rem;font-size:.75rem}.label-picker__menu li button:hover,.label-picker__menu li button[data-highlighted=true]{background:var(--secondary)}.label-picker__swatch{background:hsl(var(--label-hue)60% 55%);border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.label-picker__menu li button[data-create=true]{color:var(--muted-foreground);font-style:italic}.label-picker__menu li button[data-create=true] strong{color:var(--foreground);margin-left:.25rem;font-style:normal;font-weight:600}.label-picker__empty{color:var(--muted-foreground);padding:.5rem .5rem .375rem;font-size:.75rem}.label-filter-bar{display:flex;flex-wrap:wrap;align-items: center;gap:.375rem}.label-filter-bar__icon{color:var(--muted-foreground);width:.8125rem;height:.8125rem;margin-right:.125rem}.label-filter-bar__chip{display:inline-flex;border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);font:inherit;border-radius:999px;align-items: center;gap:.375rem;padding:.25rem .625rem;transition:border-color .12s,background-color .12s,color .12s;font-size:.75rem;font-weight:500}.label-filter-bar__chip:hover{border-color:var(--ring)}.label-filter-bar__chip[data-active=true]{background:hsl(var(--label-hue)60% 90%);color:hsl(var(--label-hue)45% 30%);border-color:#0000}.dark .label-filter-bar__chip[data-active=true]{background:hsl(var(--label-hue)35% 24%);color:hsl(var(--label-hue)55% 82%)}.label-filter-bar__dot{background:hsl(var(--label-hue)60% 55%);border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.label-filter-bar__clear{color:var(--muted-foreground);font:inherit;text-decoration:underline;text-underline-offset:2px;background:0 0;border:0;padding:.25rem .5rem;font-size:.75rem}.label-filter-bar__clear:hover{color:var(--foreground)}.pagination{display:flex;color:var(--muted-foreground);flex-wrap:wrap;justify-content:space-between;align-items: center;gap:.75rem 1.5rem;margin-top:1rem;font-size:.75rem}.pagination__summary{flex:1 0 auto}.pagination__size{display:inline-flex;align-items: center;gap:.375rem}.pagination__size select{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);font:inherit;height:1.875rem;padding:0 .5rem;font-size:.75rem}.pagination__nav{display:flex;align-items: center;gap:.75rem;margin-left:auto}.pagination__nav button{display:grid;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);background:0 0;place-items: center;width:2rem;height:2rem}.pagination__nav button:disabled{cursor:not-allowed;opacity:.4}.pagination__nav svg{width:.875rem;height:.875rem}@media (max-width:30rem){.pagination{justify-content:center}.pagination__nav{justify-content:center;width:100%;margin-left:0}}.app-shell{display:grid;grid-template-columns:minmax(0,1fr);background:var(--background);color:var(--foreground);min-height:100vh}.app-main{display:flex;flex-direction:column;min-width:0;min-height:100vh}.sidebar{display:none;border-right:1px solid var(--border);background:var(--sofia-sidebar)}.sidebar__brand{display:flex;border-bottom:1px solid var(--border);align-items: center;gap:.75rem;margin-bottom:1rem;padding:0 .5rem 1rem}.sidebar__university-mark{object-fit:contain;flex:none;width:2rem;height:2.6rem}.sidebar__brand-copy{min-width:0}.sidebar__brand-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;line-height:1}.sidebar__tagline{color:var(--muted-foreground);margin:.3rem 0 0;font-size:.6875rem;line-height:1.4}.sidebar__item svg{flex-shrink:0;width:.9375rem;height:.9375rem}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.sidebar__item{display:flex;color:var(--muted-foreground);font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:.5rem;align-items: center;gap:.625rem;width:100%;padding:.5625rem .625rem;transition:background-color .12s,color .12s;font-size:.8125rem}.sidebar__item:hover{background:var(--secondary);color:var(--foreground)}.sidebar__item[data-active=true]{background:var(--primary);color:var(--primary-foreground)}.sidebar__footer{border-top:1px solid var(--border);margin-top:auto;padding-top:1.5rem}.mobile-navigation{border-bottom:1px solid var(--border);background:var(--background);padding:.75rem 1rem}.mobile-navigation__list{display:flex;overflow-x:auto;scrollbar-width:none;gap:.375rem}.mobile-navigation__list::-webkit-scrollbar{display:none}.mobile-navigation__list button{display:inline-flex;border:1px solid var(--border);color:var(--muted-foreground);font:inherit;background:0 0;border-radius:.5rem;flex:none;align-items: center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem}.mobile-navigation__list button[data-active=true]{background:var(--primary);color:var(--primary-foreground)}.mobile-navigation__list svg{width:.8125rem;height:.8125rem}@media (min-width:64rem){.app-shell{grid-template-columns:17rem minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;width:17rem;padding:1.25rem 1rem}.mobile-navigation{display:none}}.search-home{flex:1;padding:3rem 1.25rem 5rem}.search-home__content{width:min(100%,52rem);margin-inline-start:auto;margin-inline-end:auto}.search-home__header{max-width:42rem}.search-home__header h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:500;line-height:1.1}.search-home__header>span{display:block;color:var(--muted-foreground);margin-top:.75rem;font-size:.9375rem;line-height:1.6}.research-prompt{border:1px solid var(--border);background:var(--sofia-surface-elevated);box-shadow:0 4px 14px color-mix(in srgb,var(--sofia-text)5%,transparent);border-radius:.625rem;margin-top:2rem;padding:1rem}.research-prompt__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;gap:.5rem;margin-bottom:.5rem}.research-prompt__header>label{font-size:.75rem;font-weight:600}.research-prompt__modes{display:flex;border:1px solid var(--border);background:var(--background);border-radius:.375rem;align-items: center;gap:.125rem;padding:.125rem}.research-prompt__modes button{color:var(--muted-foreground);font:inherit;background:0 0;border:0;border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem}.research-prompt__modes button[data-active=true]{background:var(--secondary);color:var(--foreground);font-weight:600}.research-prompt__modes button:disabled{opacity:.45;cursor:not-allowed}.research-prompt__input{resize:vertical;border:1px solid var(--input-border);outline:none;background:var(--background);color:var(--foreground);font:inherit;border-radius:.5rem;width:100%;min-height:7rem;padding:.75rem;font-size:.9375rem;line-height:1.5}.research-prompt__input::placeholder{color:var(--muted-foreground)}.research-prompt__input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)30%,transparent)}.research-prompt__footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;gap:.75rem;margin-top:.75rem}.search-scope{position:relative}.search-scope__trigger{display:inline-flex;border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);font:inherit;border-radius:999px;align-items: center;gap:.4375rem;max-width:14rem;padding:.375rem .625rem;transition:border-color .12s,color .12s;font-size:.75rem;font-weight:500}.search-scope__trigger:hover,.search-scope__trigger[aria-expanded=true]{border-color:var(--ring);color:var(--foreground)}.search-scope__trigger>svg:first-child{flex-shrink:0;width:.8125rem;height:.8125rem}.search-scope__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-scope__chevron{flex-shrink:0;width:.75rem;height:.75rem;transition:transform .12s}.search-scope__chevron[data-open]{transform:rotate(180deg)}.search-scope__menu{position:absolute;z-index:10;overflow-y:auto;border:1px solid var(--border);background:var(--sofia-surface-elevated);border-radius:.5rem;width:max(14rem,100%);max-width:calc(100vw - 2.5rem);max-height:16rem;padding:.3125rem;top:calc(100% + .375rem);left:0;box-shadow:0 .75rem 2rem #0000002e}.search-scope__option{display:flex;color:var(--foreground);font:inherit;text-align:left;background:0 0;border:0;border-radius:.375rem;align-items: center;gap:.5rem;width:100%;padding:.4375rem .5rem;font-size:.8125rem}.search-scope__option:hover{background:var(--secondary)}.search-scope__option[data-active=true]{font-weight:600}.search-scope__swatch{background:hsl(var(--label-hue)60% 55%);border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.search-scope__check{color:var(--ring);flex-shrink:0;width:.8125rem;height:.8125rem;margin-left:auto}.search-scope__divider{border-top:1px solid var(--border);margin:.3125rem .25rem}.search-scope__empty{color:var(--muted-foreground);margin:0;padding:.5rem;font-size:.75rem}.search-home__suggestions{display:flex;flex-wrap:wrap;align-items: center;gap:.375rem;margin-top:1rem}.search-home__suggestions>span{color:var(--muted-foreground);text-transform:uppercase;margin-right:.25rem;font-size:.6875rem;font-weight:600}.search-home__suggestion{border:1px solid var(--border);color:var(--muted-foreground);font:inherit;background:0 0;border-radius:.375rem;padding:.3125rem .5rem;font-size:.75rem}.search-home__suggestion:hover{background:var(--secondary);color:var(--foreground)}.search-results{margin-top:3rem}.search-results__header{display:flex;justify-content:space-between;align-items: center;gap:1rem}.search-results__header h2{margin:0;font-size:1.125rem;font-weight:500}.search-results__header span{color:var(--muted-foreground);font-size:.6875rem}.search-results__message{color:var(--muted-foreground);margin:1.5rem 0 0;font-size:.8125rem}.search-results__notice{border:1px solid var(--border);background:var(--secondary);color:var(--muted-foreground);border-radius:.5rem;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.75rem}.search-results-list{display:flex;list-style:none;flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0}.search-result-card{display:flex;border:1px solid var(--border);background:var(--sofia-surface-elevated);color:inherit;font:inherit;text-align:left;border-radius:.625rem;flex-direction:column;gap:.5rem;width:100%;padding:1rem 1.125rem;transition:border-color .12s,box-shadow .12s}.search-result-card:hover{border-color:var(--ring);box-shadow:0 .375rem 1rem color-mix(in srgb,var(--sofia-text)6%,transparent);outline:none}.search-result-card:focus-visible{border-color:var(--ring);box-shadow:0 .375rem 1rem color-mix(in srgb,var(--sofia-text)6%,transparent);outline:none}.search-result-card__top{display:flex;justify-content:space-between;align-items: flex-start;gap:.75rem}.search-result-card__heading{display:flex;flex-direction:column;gap:.125rem;min-width:0}.search-result-card__heading strong{font-size:.9375rem;font-weight:600;line-height:1.35}.search-result-card__source{color:var(--muted-foreground);font-size:.75rem}.search-result-card__score{background:var(--secondary);color:var(--muted-foreground);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600}.search-result-card__score[data-tier=high]{color:#2f8f4e;background:#2f8f4e2e}.search-result-card__score[data-tier=medium]{color:#b8860b;background:#b8860b2e}.dark .search-result-card__score[data-tier=high]{color:#7fe0a0;background:#4fce7738}.dark .search-result-card__score[data-tier=medium]{color:#ecc766;background:#e0b23c38}.search-result-card__snippet{color:var(--muted-foreground);margin:0;font-size:.8125rem;line-height:1.55}.search-result-card__snippet mark{color:var(--foreground);font-weight:600}.search-result-card__location{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.02em;font-size:.6875rem}.search-preview-dialog{width:min(100% - 2rem,42rem)}.search-preview-dialog__badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.search-preview-dialog__badge{background:var(--secondary);color:var(--muted-foreground);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600}.search-preview-dialog__badge[data-tier=high]{color:#2f8f4e;background:#2f8f4e2e}.search-preview-dialog__badge[data-tier=medium]{color:#b8860b;background:#b8860b2e}.dark .search-preview-dialog__badge[data-tier=high]{color:#7fe0a0;background:#4fce7738}.dark .search-preview-dialog__badge[data-tier=medium]{color:#ecc766;background:#e0b23c38}.search-preview-dialog__meta{color:var(--muted-foreground);margin:.5rem 0 0;font-size:.75rem}.search-preview-dialog__snippet{color:var(--foreground);margin:0;padding:1.25rem;font-size:.9375rem;line-height:1.7}.search-preview-dialog__snippet mark{font-weight:600}@media (min-width:64rem){.search-home{padding:4rem 2rem 6rem}}.workspace-page{width:min(100%,68rem);margin-inline-start:auto;margin-inline-end:auto;padding:3rem 1.25rem 5rem}.page-header{display:flex;border-bottom:1px solid var(--border);flex-direction:column;justify-content:space-between;align-items: flex-start;gap:1.25rem;padding-bottom:1.5rem}.page-header>div{max-width:42rem}.page-header h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:500;line-height:1.1}.page-header p{color:var(--muted-foreground);margin:.75rem 0 0;font-size:.875rem;line-height:1.6}.page-header__actions{display:flex;flex-wrap:wrap;align-items: center;gap:.5rem}.embedding-panel{border:1px solid var(--border);background:var(--sofia-surface-elevated);border-radius:.625rem;margin-top:1.25rem;padding:.75rem 1rem}.embedding-panel__summary{display:flex;color:var(--foreground);font:inherit;text-align:left;background:0 0;border:0;align-items: center;gap:.5rem;width:100%;font-size:.8125rem;font-weight:500}.embedding-panel__summary>svg:first-child{color:var(--muted-foreground);flex-shrink:0;width:.9375rem;height:.9375rem}.embedding-panel__summary span{flex:1}.embedding-panel__chevron{color:var(--muted-foreground);flex-shrink:0;width:.8125rem;height:.8125rem;transition:transform .12s}.embedding-panel__chevron[data-open]{transform:rotate(180deg)}.embedding-panel__notice{display:flex;background:var(--secondary);color:var(--muted-foreground);border-radius:.5rem;flex-wrap:wrap;align-items: center;gap:.5rem;margin:.625rem 0 0;padding:.5rem .625rem;font-size:.75rem}.embedding-panel__link{color:var(--ring);font:inherit;font-size:inherit;text-decoration:underline;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:600}.embedding-panel__link:disabled{opacity:.6;cursor:not-allowed}.embedding-panel__form{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.embedding-panel__form label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600}.embedding-panel__key-label{margin-top:.75rem}.embedding-panel__form select{display:block;border:1px solid var(--input-border);border-radius:var(--radius);outline:none;background:var(--background);color:var(--foreground);font:inherit;width:100%;max-width:16rem;height:2.25rem;padding:0 .75rem;font-size:.8125rem}.embedding-panel__form select:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)30%,transparent)}.embedding-panel__form-row{display:flex;gap:.5rem}.embedding-panel__form-row input{border:1px solid var(--input-border);border-radius:var(--radius);outline:none;background:var(--background);color:var(--foreground);font:inherit;flex:1;min-width:0;height:2.25rem;padding:0 .75rem;font-size:.8125rem}.embedding-panel__form-row input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)30%,transparent)}.embedding-panel__hint{color:var(--muted-foreground);margin:.5rem 0 0;font-size:.6875rem;line-height:1.5}.embedding-panel__hint a{color:var(--ring)}.embedding-panel__message{color:var(--muted-foreground);margin:.625rem 0 0;font-size:.75rem}.embedding-panel__message[data-error=true]{color:#a33b2d}.content-panel{border:1px solid var(--border);background:var(--sofia-surface-elevated);border-radius:.625rem;min-width:0;margin-top:1.5rem;padding:1rem}.content-panel__header{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;align-items: center;gap:1rem;padding-bottom:.75rem}.content-panel__header h2{margin:0;font-family:inherit;font-size:.8125rem;font-weight:600}.content-panel__header span{color:var(--muted-foreground);font-size:.6875rem}.empty-state{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;min-height:22rem}.empty-state__icon{display:grid;border:1px solid var(--border);background:var(--secondary);color:var(--muted-foreground);border-radius:.5rem;place-items: center;width:2.75rem;height:2.75rem}.empty-state__icon svg{width:1.125rem;height:1.125rem}.empty-state h3{margin:1rem 0 0;font-family:inherit;font-size:.9375rem;font-weight:600}.empty-state p{color:var(--muted-foreground);max-width:22rem;margin:.5rem 0 0;font-size:.8125rem;line-height:1.6}.library-file{display:flex;flex-direction:column;gap:.2rem;min-width:12rem}.library-file strong{font-weight:600}.library-file span,.library-message span{color:var(--muted-foreground);font-size:.6875rem}.library-toolbar{display:flex;flex-direction:column;gap:.875rem;margin-top:1.5rem}.library-filter{display:block;border:1px solid var(--input-border);border-radius:var(--radius);outline:none;background:var(--background);color:var(--foreground);font:inherit;width:100%;max-width:22rem;height:2.25rem;padding:0 .75rem;font-size:.8125rem}.library-filter:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)30%,transparent)}.library-row-actions{display:flex;justify-content:flex-end;gap:.25rem}.library-delete{display:inline-grid;border-radius:var(--radius);color:var(--muted-foreground);background:0 0;border:1px solid #0000;place-items: center;width:2rem;height:2rem}.library-delete:hover{color:#a33b2d;background:#a33b2d1f;border-color:#a33b2d}.library-delete svg{width:.9375rem;height:.9375rem}.library-status{color:var(--muted-foreground)}.library-status[data-status=indexed]{color:var(--foreground)}.library-message{display:flex;border:1px solid var(--border);color:var(--muted-foreground);border-radius:.625rem;flex-direction:column;justify-content:center;align-items: center;gap:.375rem;min-height:12rem;margin-top:1.5rem;font-size:.8125rem}.import-dialog{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:.625rem;width:min(100% - 2rem,36rem);padding:0;box-shadow:0 1.5rem 4rem #0003}.import-dialog::backdrop{background:#0a14236b}.import-dialog__header{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;align-items: flex-start;gap:1rem;padding:1.25rem}.import-dialog h2{margin:0;font-size:1.125rem;font-weight:600}.import-dialog__header p{color:var(--muted-foreground);margin:.375rem 0 0;font-size:.75rem;line-height:1.5}.import-dialog__close{display:grid;border-radius:var(--radius);color:var(--muted-foreground);background:0 0;border:0;flex-shrink:0;place-items: center;width:2rem;height:2rem;padding:0}.import-dialog__close:hover,.button-secondary:hover{background:var(--secondary);color:var(--foreground)}.import-dialog__close svg{width:1rem;height:1rem}.import-dropzone{display:flex;border:1px dashed var(--input-border);color:var(--muted-foreground);text-align:center;cursor:pointer;border-radius:.5rem;flex-direction:column;justify-content:center;align-items: center;min-height:11rem;margin:1.25rem;padding:1.5rem}.import-dropzone:hover,.import-dropzone[data-dragging=true]{background:var(--secondary)}.import-dropzone>svg{width:1.125rem;height:1.125rem;margin-bottom:.625rem}.import-dropzone strong{color:var(--foreground);font-size:.8125rem}.import-dropzone span{max-width:28rem;margin-top:.375rem;font-size:.6875rem;line-height:1.5}.import-dropzone input{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px}.import-file-list{overflow-y:auto;border:1px solid var(--border);list-style:none;border-radius:.5rem;max-height:9rem;margin:-.25rem 1.25rem 1.25rem;padding:0}.import-file-list li{display:flex;border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.625rem .75rem;font-size:.75rem}.import-file-list li:last-child{border-bottom:0}.import-file-list li span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-file-list li span:last-child{color:var(--muted-foreground);flex-shrink:0}.import-file-list li[data-failed] span:last-child{color:#a33b2d}.import-dialog__error{color:#a33b2d;margin:0 1.25rem 1rem;font-size:.75rem}.import-dialog__actions{display:flex;border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem}.button-secondary{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font:inherit;text-decoration:none;white-space:nowrap;background:0 0;justify-content:center;align-items: center;gap:.5rem;height:2.25rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.button-secondary:disabled{opacity:.5}.button-secondary svg{flex-shrink:0;width:.875rem;height:.875rem}.html-preview-dialog{display:flex;flex-direction:column;width:min(100% - 2rem,52rem);height:min(100% - 4rem,44rem)}.html-preview-dialog__frame{border:0;border-top:1px solid var(--border);background:#fff;flex:1;min-height:0}.html-preview-dialog__chapters{display:flex;border-bottom:1px solid var(--border);background:var(--secondary);justify-content:center;align-items: center;gap:.75rem;padding:.625rem 1.25rem}.html-preview-dialog__chapters span{overflow:hidden;color:var(--foreground);text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;font-weight:500}.html-preview-dialog__chapters button{flex-shrink:0;padding:.375rem}.html-preview-dialog__chapters button svg{margin:0}@media (min-width:40rem){.page-header{flex-direction:row;align-items: flex-end}}@media (min-width:64rem){.workspace-page{padding:4rem 2rem 6rem}}.login-page{display:flex;background:var(--background);justify-content:center;align-items: center;min-height:100vh;padding:1.5rem}.login-card{display:flex;border:1px solid var(--border);background:var(--sofia-surface-elevated);text-align:center;border-radius:.75rem;flex-direction:column;align-items: center;gap:.25rem;width:min(100%,22rem);padding:2rem 1.75rem;box-shadow:0 1.5rem 4rem #0000001f}.login-card__icon{display:grid;background:var(--secondary);color:var(--foreground);border-radius:999px;place-items: center;width:2.75rem;height:2.75rem;margin-bottom:.75rem}.login-card__icon svg{width:1.25rem;height:1.25rem}.login-card h1{margin:0;font-size:1.375rem;font-weight:500}.login-card>p{color:var(--muted-foreground);margin:.25rem 0 1.5rem;font-size:.8125rem}.login-card label{align-self: flex-start;margin-bottom:.375rem;font-size:.75rem;font-weight:600}.login-card input{border:1px solid var(--input-border);border-radius:var(--radius);outline:none;background:var(--background);color:var(--foreground);font:inherit;width:100%;height:2.5rem;padding:0 .75rem;font-size:.9375rem}.login-card input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)30%,transparent)}.login-card__error{color:#a33b2d;text-align:left;align-self:stretch;margin:.75rem 0 0;font-size:.75rem}.login-card .button{width:100%;margin-top:1.25rem}html{scroll-behavior:smooth;min-width:320px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#root{min-height:100vh}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}}
