*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8eaed;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1115;font-family:Inter,-apple-system,system-ui,sans-serif}body{background:radial-gradient(circle at 20% 20%,#7c9eff29,#0000 28rem),#0f1115;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}#root{min-height:100vh}.button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,-apple-system,system-ui,sans-serif;font-weight:500;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.button--sm{padding:.25rem .75rem;font-size:.875rem}.button--md{padding:.5rem 1rem;font-size:1rem}.button--lg{padding:.75rem 1.5rem;font-size:1.125rem}.button--primary{color:#0a0c10;background:#7c9eff}.button--primary:hover:not(:disabled){background:#6b8def}.button--secondary{color:#e8eaed;background:#232730;border-color:#2e333d}.button--secondary:hover:not(:disabled){background:#1a1d24;border-color:#7c9eff}.button--ghost{color:#9aa0a6;background:0 0}.button--ghost:hover:not(:disabled){color:#e8eaed;background:#232730}.button--danger{color:#0a0c10;background:#f87171}.button--danger:hover:not(:disabled){opacity:.9}.button:disabled{opacity:.5;cursor:not-allowed}.button__icon{align-items:center;display:inline-flex}.button__label{line-height:1}.app-layout{background:#0f1115;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.app-layout__sidebar{background:#1a1d24;border-right:1px solid #2e333d;flex-direction:column;padding:1.5rem 1rem;display:flex}.app-layout__brand{align-items:center;gap:.75rem;padding:0 .5rem 2rem;display:flex}.app-layout__brand-mark{color:#0a0c10;background:#7c9eff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}.app-layout__brand-text{color:#e8eaed;font-size:1.125rem;font-weight:600}.app-layout__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.app-layout__nav-link{color:#9aa0a6;border-radius:8px;padding:.5rem .75rem;font-size:1rem;text-decoration:none;transition:background-color .12s,color .12s}.app-layout__nav-link:hover{color:#e8eaed;background:#232730}.app-layout__nav-link--active{color:#7c9eff;background:#232730}.app-layout__footer{border-top:1px solid #2e333d;gap:.75rem;padding-top:1rem;display:grid}.app-layout__user{gap:.5rem;display:grid}.app-layout__user-name{color:#e8eaed;font-size:.875rem;font-weight:600}.app-layout__footer-text{color:#9aa0a6;font-size:.75rem}.app-layout__main{padding:2rem;overflow-y:auto}@media (width<=768px){.app-layout{grid-template-columns:1fr}.app-layout__sidebar{display:none}.app-layout__main{padding:1rem}}.protected-route__loading{color:#9aa0a6;justify-content:center;align-items:center;min-height:100vh;display:flex}.select{gap:.5rem;display:grid}.select__label{color:#9aa0a6;font-size:.875rem;font-weight:500}.select__control{position:relative}.select__control:after{content:"";pointer-events:none;border-top:6px solid #9aa0a6;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.select__input{appearance:none;color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;outline:none;width:100%}.select__input:focus{border-color:#7c9eff}.select__input:disabled{opacity:.5;cursor:not-allowed}.select--sm .select__input{padding:.25rem 2rem .25rem .75rem;font-size:.875rem}.select--md .select__input{padding:.5rem 2rem .5rem 1rem;font-size:1rem}.select--lg .select__input{padding:.75rem 2rem .75rem 1rem;font-size:1.125rem}.select--error .select__input{border-color:#f87171}.select--disabled{opacity:.8}.select__hint,.select__error{font-size:.875rem;line-height:1.4}.select__hint{color:#9aa0a6}.select__error{color:#f87171}.badge{white-space:nowrap;border-radius:9999px;align-items:center;font-weight:600;line-height:1;display:inline-flex}.badge--sm{padding:2px 8px;font-size:.75rem}.badge--md{padding:4px 12px;font-size:.875rem}.badge--default{color:#e8eaed;background:#232730;border:1px solid #2e333d}.badge--accent{color:#0a0c10;background:#7c9eff}.badge--success{color:#4ade80;background:#4ade8033}.badge--warning{color:#fbbf24;background:#fbbf2433}.badge--danger{color:#f87171;background:#f8717133}.badge--muted{color:#9aa0a6;background:0 0}.tag-input{gap:.5rem;display:grid}.tag-input__label{color:#9aa0a6;font-size:.875rem;font-weight:500}.tag-input__container{background:#232730;border:1px solid #2e333d;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;min-height:2.75rem;padding:.5rem;display:flex}.tag-input--focused .tag-input__container{border-color:#7c9eff}.tag-input--error .tag-input__container{border-color:#f87171}.tag-input--disabled{opacity:.75}.tag-input__chip{align-items:center;gap:.25rem;display:inline-flex}.tag-input__chip-remove{color:#9aa0a6;cursor:pointer;background:0 0;border:0;font-size:.875rem}.tag-input__chip-remove:hover:not(:disabled){color:#f87171}.tag-input__input{color:#e8eaed;background:0 0;border:0;outline:0;flex:1;min-width:120px}.tag-input__hint,.tag-input__error{min-height:1rem;font-size:.875rem;line-height:1.4}.tag-input__hint{color:#9aa0a6}.tag-input__error{color:#f87171}.text-area-field{gap:.5rem;display:grid}.text-area-field__label{color:#9aa0a6;font-size:.875rem;font-weight:500}.text-area-field__input{color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;outline:none;width:100%;min-height:7rem;line-height:1.5}.text-area-field__input:focus{border-color:#7c9eff}.text-area-field__input:disabled{opacity:.5;cursor:not-allowed}.text-area-field--resize-none .text-area-field__input{resize:none}.text-area-field--resize-vertical .text-area-field__input{resize:vertical}.text-area-field--sm .text-area-field__input{padding:.25rem .75rem;font-size:.875rem}.text-area-field--md .text-area-field__input{padding:.5rem 1rem;font-size:1rem}.text-area-field--lg .text-area-field__input{padding:.75rem 1rem;font-size:1.125rem}.text-area-field--error .text-area-field__input{border-color:#f87171}.text-area-field--disabled{opacity:.8}.text-area-field__hint,.text-area-field__error{font-size:.875rem;line-height:1.4}.text-area-field__hint{color:#9aa0a6}.text-area-field__error{color:#f87171}.text-field{gap:.5rem;display:grid}.text-field__label{color:#9aa0a6;font-size:.875rem;font-weight:500}.text-field__input{color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;outline:none;width:100%}.text-field__input:focus{border-color:#7c9eff}.text-field__input:disabled{opacity:.5;cursor:not-allowed}.text-field--sm .text-field__input{padding:.25rem .75rem;font-size:.875rem}.text-field--md .text-field__input{padding:.5rem 1rem;font-size:1rem}.text-field--lg .text-field__input{padding:.75rem 1rem;font-size:1.125rem}.text-field--error .text-field__input{border-color:#f87171}.text-field--disabled{opacity:.8}.text-field__hint,.text-field__error{font-size:.875rem;line-height:1.4}.text-field__hint{color:#9aa0a6}.text-field__error{color:#f87171}.chat-composer{background:#1a1d24;border-top:1px solid #2e333d;align-items:flex-end;gap:.75rem;padding:.75rem;display:flex}.chat-composer__input{flex:1}.chat-composer__action{flex-shrink:0}@media (width<=480px){.chat-composer{flex-direction:column;align-items:stretch}}.citation-chip{color:#7c9eff;font:inherit;cursor:pointer;vertical-align:baseline;background:#7c9eff26;border:1px solid #7c9eff4d;border-radius:4px;align-items:center;gap:.25rem;margin:0 2px;padding:1px .5rem;font-size:.875rem;transition:background-color .12s,border-color .12s;display:inline-flex}.citation-chip:hover{background:#7c9eff40;border-color:#7c9eff}.citation-chip--loading{color:#9aa0a6;cursor:default}.citation-chip--error{color:#9aa0a6;cursor:default;background:#232730;border-color:#2e333d}.citation-chip__title{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.chat-message-content{white-space:pre-wrap}.chat-message{gap:.75rem;width:100%;display:flex}.chat-message--user{justify-content:flex-end}.chat-message--user .chat-message__content{color:#0a0c10}.chat-message--user .chat-message__timestamp{color:#0a0c10ad}.chat-message--assistant{justify-content:flex-start;align-items:flex-start}.chat-message__avatar{color:#0a0c10;background:#7c9eff;border-radius:4px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:inline-flex}.chat-message__body{flex:1;gap:.5rem;min-width:0;display:grid}.chat-message__bubble{color:#0a0c10;background:#7c9eff;border-radius:12px;gap:.5rem;max-width:75%;padding:.75rem 1rem;display:grid}.chat-message__content{color:#e8eaed;white-space:pre-wrap;line-height:1.7}.chat-message__retrieved{gap:.5rem;display:grid}.chat-message__retrieved-toggle{color:#9aa0a6;cursor:pointer;font:inherit;background:0 0;border:0;justify-self:start;padding:0;font-size:.875rem}.chat-message__retrieved-toggle:hover{color:#e8eaed}.chat-message__retrieved-list{flex-wrap:wrap;gap:.25rem;display:flex}.chat-message__cursor{color:#7c9eff;animation:1s step-end infinite chat-message-cursor-blink}.chat-message__error{color:#f87171;font-size:.875rem}.chat-message__timestamp{color:#9aa0a6;font-size:.75rem}@keyframes chat-message-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.empty-state__icon{background:#232730;border:1px solid #2e333d;border-radius:999px;width:2.5rem;height:2.5rem}.empty-state__title{color:#e8eaed;font-size:1.5rem}.empty-state__message{color:#9aa0a6;max-width:28rem;line-height:1.6}.empty-state__action{margin-top:.5rem}.entry-read{gap:2rem;display:grid}.entry-read__section{gap:.75rem;display:grid}.entry-read__section-title{color:#9aa0a6;text-transform:uppercase;font-size:.875rem}.entry-read__meta-row,.entry-read__project-row,.entry-read__tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.entry-read__meta-item,.entry-read__caption{color:#9aa0a6;font-size:.875rem}.entry-read__summary,.entry-read__notes{color:#e8eaed;white-space:pre-wrap;line-height:1.7}.entry-read__notes--empty{color:#9aa0a6}.entry-read__list{gap:.5rem;list-style:none;display:grid}.entry-read__list-item{background:#1a1d24;border:1px solid #2e333d;border-radius:8px;padding:.75rem}.entry-read__skeleton{color:#9aa0a6;background:#232730;border-radius:8px;padding:1rem}.entry-read__error{color:#f87171}.entry-read__raw-toggle{color:#e8eaed;cursor:pointer;text-align:left;background:#1a1d24;border:1px solid #2e333d;border-radius:8px;width:100%;padding:.75rem 1rem}.entry-read__raw-body{color:#e8eaed;white-space:pre-wrap;background:#232730;border:1px solid #2e333d;border-radius:8px;max-height:600px;padding:1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;line-height:1.6;overflow-y:auto}.entry-preview-panel{z-index:50;justify-content:flex-end;display:flex;position:fixed;inset:0}.entry-preview-panel__backdrop{cursor:pointer;background:#0f1115ad;border:0;position:absolute;inset:0}.entry-preview-panel__panel{z-index:1;background:#0f1115;border-left:1px solid #2e333d;flex-direction:column;width:min(480px,100vw);height:100%;display:flex;position:relative;transform:translate(0);box-shadow:-18px 0 40px #00000047}.entry-preview-panel__header{border-bottom:1px solid #2e333d;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;display:flex}.entry-preview-panel__title{color:#e8eaed;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;overflow:hidden}.entry-preview-panel__body{flex:1;padding:1rem;overflow-y:auto}.entry-preview-panel__loading{color:#9aa0a6}.entry-preview-panel__footer{border-top:1px solid #2e333d;padding:1rem}.entry-preview-panel__library-link{color:#0a0c10;background:#7c9eff;border-radius:8px;justify-content:center;align-items:center;min-height:2.5rem;padding:.5rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=768px){.entry-preview-panel__panel{border-left:0;width:100vw}}.chat-page{flex-direction:column;max-width:960px;height:calc(100vh - 4rem);margin:0 auto;display:flex}.chat-page__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.chat-page__title{color:#e8eaed;margin-bottom:.5rem;font-size:1.5rem}.chat-page__subtitle{color:#9aa0a6;font-size:.875rem}.chat-page__actions{flex-shrink:0}.chat-page__messages{flex-direction:column;flex:1;gap:1rem;padding:.5rem 0;display:flex;overflow-y:auto}.chat-page__composer{border-radius:12px;flex-shrink:0;margin-top:.75rem;overflow:hidden}.chat-page__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.chat-page__empty-title{color:#e8eaed;margin-bottom:.75rem;font-size:1.5rem}.chat-page__empty-copy{color:#9aa0a6;line-height:1.6}.chat-page__examples{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.chat-page__example{color:#e8eaed;cursor:pointer;background:#232730;border:1px solid #2e333d;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .12s,border-color .12s}.chat-page__example:hover{background:#1a1d24;border-color:#7c9eff}@media (width<=480px){.chat-page{height:calc(100vh - 1rem)}.chat-page__header{flex-direction:column;align-items:flex-start}}@keyframes entry-enrichment-pulse{0%,to{opacity:.4}50%{opacity:.8}}.entry-enrichment{gap:1rem;display:grid}.entry-enrichment__section{background:#1a1d24;border:1px solid #2e333d;border-radius:8px;padding:1rem}.entry-enrichment__section-title{color:#9aa0a6;margin-bottom:.75rem;font-size:.875rem}.entry-enrichment__summary{color:#e8eaed;line-height:1.6}.entry-enrichment__project-chip{color:#0a0c10;background:#7c9eff;border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.entry-enrichment__tags{flex-wrap:wrap;gap:.5rem;display:flex}.entry-enrichment__tag{color:#e8eaed;background:#232730;border-radius:999px;padding:.25rem .75rem;font-size:.875rem}.entry-enrichment__list{gap:.5rem;list-style:none;display:grid}.entry-enrichment__list-item{color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;padding:.75rem;line-height:1.5}.entry-enrichment__status-banner{color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;padding:1rem}.entry-enrichment__error-message{color:#f87171;line-height:1.5}.entry-enrichment__skeleton{gap:.75rem;display:grid}.entry-enrichment__skeleton-line{background:#232730;border-radius:8px;height:3rem;animation:1.5s ease-in-out infinite entry-enrichment-pulse}.entry-enrichment__skeleton-line--wide{height:5rem}.entry-enrichment__skeleton-line--short{width:65%}@keyframes capture-page-pulse{0%,to{opacity:.45}50%{opacity:1}}.capture-page{max-width:720px;margin:0 auto}.capture-page__header{margin-bottom:2rem}.capture-page__title{color:#e8eaed;margin-bottom:.75rem;font-size:2rem}.capture-page__subtitle{color:#9aa0a6;font-size:1rem;line-height:1.6}.capture-page__form{gap:1rem;display:grid}.capture-page__field{min-width:0}.capture-page__actions{justify-content:flex-end;display:flex}.capture-page__error-banner{color:#f87171;background:#f871711f;border:1px solid #f8717173;border-radius:8px;padding:.75rem 1rem}.capture-page__result{gap:1rem;display:grid}.capture-page__result-banner{color:#e8eaed;background:#232730;border:1px solid #2e333d;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.capture-page__result-banner--pending .capture-page__result-dot{animation:1.5s ease-in-out infinite capture-page-pulse}.capture-page__result-banner--complete .capture-page__result-dot{background:#4ade80}.capture-page__result-dot{background:#7c9eff;border-radius:999px;width:.65rem;height:.65rem}.capture-page__result-actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.capture-page__library-link{color:#7c9eff;font-weight:500;text-decoration:none}.capture-page__library-link:hover{color:#6b8def}.dashboard-page{max-width:960px}.dashboard-page__title{color:#e8eaed;margin-bottom:.75rem;font-size:2rem}.dashboard-page__subtitle{color:#9aa0a6;font-size:1rem;line-height:1.6}.confirm-modal__overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-modal__panel{background:#1a1d24;border:1px solid #2e333d;border-radius:12px;width:min(100%,480px);padding:1.5rem}.confirm-modal__title{color:#e8eaed;margin-bottom:.75rem;font-size:1.5rem}.confirm-modal__message{color:#9aa0a6;line-height:1.6}.confirm-modal__actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.entry-edit-form{gap:1rem;display:grid}.entry-edit-form__field{min-width:0}.entry-edit-form__error{color:#f87171;background:#f871711f;border:1px solid #f8717173;border-radius:8px;padding:.75rem 1rem}.entry-edit-form__actions{justify-content:flex-end;gap:.75rem;display:flex}.entry-detail-page{gap:2rem;max-width:960px;margin:0 auto;display:grid}.entry-detail-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.entry-detail-page__back{color:#9aa0a6;margin-bottom:.75rem;font-size:.875rem;text-decoration:none;display:inline-flex}.entry-detail-page__back:hover{color:#7c9eff}.entry-detail-page__title{color:#e8eaed;text-overflow:ellipsis;white-space:nowrap;max-width:42rem;font-size:2rem;overflow:hidden}.entry-detail-page__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.entry-detail-page__body{min-width:0}.pagination{justify-content:space-between;align-items:center;gap:1rem;display:flex}.pagination__info{color:#9aa0a6;font-size:.875rem}.pagination__controls{align-items:center;gap:.5rem;display:flex}.pagination__ellipsis{color:#9aa0a6;padding:0 .25rem}@keyframes table-pulse{0%,to{opacity:.4}50%{opacity:.8}}.table{width:100%}.table__table{border-collapse:collapse;width:100%}.table__head{color:#9aa0a6;text-transform:uppercase;background:#232730;font-size:.875rem}.table__head-cell,.table__cell{text-align:left;vertical-align:top;padding:.75rem 1rem}.table__row{border-bottom:1px solid #2e333d}.table__row--clickable{cursor:pointer}.table__row--clickable:hover{background:#1a1d24}.table__cell{color:#e8eaed}.table__cell--align-left{text-align:left}.table__cell--align-center{text-align:center}.table__cell--align-right{text-align:right}.table__loading{background:#232730;border-radius:4px;height:1rem;animation:1.5s ease-in-out infinite table-pulse;display:block}.table__empty{background:#1a1d24;border:1px solid #2e333d;border-top:0}.library-filters{background:#1a1d24;border:1px solid #2e333d;border-radius:12px;gap:1rem;padding:1rem;display:grid}.library-filters__row{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.library-filters__row--primary{align-items:flex-end}.library-filters__field{flex:1;min-width:150px}.library-filters__field--search{flex:420px}.library-filters__field--sort{flex:0 220px}.library-filters__actions{flex:none}.library-page{gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.library-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.library-page__title{color:#e8eaed;margin-bottom:.75rem;font-size:2rem}.library-page__subtitle{color:#9aa0a6;font-size:1rem;line-height:1.6}.library-page__capture-link{color:#0a0c10;background:#7c9eff;border-radius:8px;justify-content:center;align-items:center;min-height:2.5rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.library-page__capture-link:hover{background:#6b8def}.library-page__table-wrap{background:#1a1d24;border:1px solid #2e333d;border-radius:12px;overflow-x:auto}.library-page__title-cell{gap:.25rem;min-width:14rem;display:grid}.library-page__title-cell-title{color:#e8eaed;font-weight:600}.library-page__title-cell-subtitle{color:#9aa0a6;font-size:.875rem;line-height:1.5}.library-page__tag-list{flex-wrap:wrap;gap:.25rem;display:flex}.library-page__source{color:#9aa0a6;text-transform:uppercase;font-size:.75rem}.library-page__row-actions{justify-content:flex-end;gap:.25rem;display:inline-flex}@media (width<=768px){.library-page__header{flex-direction:column}}.login-page{background:#0f1115;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-page__card{background:#1a1d24;border:1px solid #2e333d;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:2rem 1.5rem;display:flex}.login-page__brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.login-page__brand-mark{color:#0a0c10;background:#7c9eff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.125rem;font-weight:700;display:flex}.login-page__brand-text{color:#e8eaed;font-size:1.125rem;font-weight:600}.login-page__title{color:#e8eaed;margin-bottom:.5rem;font-size:1.5rem}.login-page__field{width:100%}.login-page__error{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:4px;padding:.5rem .75rem;font-size:.875rem}.login-page__actions{justify-content:flex-end;display:flex}.not-found-page{max-width:960px}.not-found-page__title{color:#e8eaed;margin-bottom:.75rem;font-size:2rem}.not-found-page__subtitle{color:#9aa0a6;margin-bottom:1rem;font-size:1rem;line-height:1.6}.not-found-page__link{color:#7c9eff;font-weight:500;text-decoration:none}.not-found-page__link:hover{color:#6b8def}.match-highlight__mark{color:#e8eaed;background:#7c9eff40;border-radius:2px;padding:0 2px}.search-result-card{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#1a1d24;border:1px solid #2e333d;border-radius:8px;gap:.75rem;margin:0;padding:1rem;transition:background-color .12s,border-color .12s,transform .12s;display:grid}.search-result-card:hover{background:#232730;border-color:#7c9effa6;transform:translateY(-1px)}.search-result-card:focus-visible{outline-offset:2px;outline:2px solid #7c9eff}.search-result-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.search-result-card__heading{gap:.25rem;min-width:0;display:grid}.search-result-card__title{color:#e8eaed;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:700;line-height:1.3;overflow:hidden}.search-result-card__meta{color:#9aa0a6;text-transform:capitalize;font-size:.875rem}.search-result-card__score{flex-shrink:0}.search-result-card__chips{flex-wrap:wrap;gap:.5rem;display:flex}.search-result-card__summary{color:#9aa0a6;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.search-result-card__match-indicators{flex-wrap:wrap;gap:.5rem;display:flex}.search-result-card__match-indicator{color:#9aa0a6;background:#7c9eff1f;border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=480px){.search-result-card__header{flex-direction:column;gap:.5rem}.search-result-card__title{white-space:normal}}.segmented-control{background:#232730;border:1px solid #2e333d;border-radius:8px;align-items:stretch;gap:2px;padding:2px;display:inline-flex}.segmented-control--sm .segmented-control__option{min-height:2rem;padding:.25rem .75rem;font-size:.75rem}.segmented-control--md .segmented-control__option{min-height:2.5rem;padding:.5rem .75rem;font-size:.875rem}.segmented-control__option{color:#9aa0a6;cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-weight:600;line-height:1.1;transition:background-color .12s,color .12s;display:inline-flex}.segmented-control__option:hover{color:#e8eaed}.segmented-control__option:focus-visible{outline-offset:2px;outline:2px solid #7c9eff}.segmented-control__option--active{color:#0a0c10;background:#7c9eff}.segmented-control__option--active:hover{color:#0a0c10}.segmented-control__option--disabled{cursor:not-allowed;opacity:.6}.segmented-control__option--disabled:hover{color:#9aa0a6}.segmented-control__hint{opacity:.85;font-size:.75rem;font-weight:500}.search-page{max-width:960px;margin:0 auto}.search-page__header{margin-bottom:1.5rem}.search-page__title{color:#e8eaed;margin-bottom:.5rem;font-size:2rem}.search-page__subtitle{color:#9aa0a6;font-size:1rem;line-height:1.6}.search-page__bar{align-items:flex-end;gap:.75rem;margin-bottom:.5rem;display:flex}.search-page__input{flex:1}.search-page__mode,.search-page__submit{flex-shrink:0}.search-page__hint{color:#9aa0a6;margin-bottom:1.5rem;font-size:.875rem;font-style:italic}.search-page__results{flex-direction:column;gap:.75rem;display:flex}.search-page__result-count{color:#9aa0a6;margin-bottom:.5rem;font-size:.875rem}.search-page__empty{gap:1rem;display:grid}.search-page__examples{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.search-page__example{color:#e8eaed;cursor:pointer;background:#232730;border:1px solid #2e333d;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .12s,border-color .12s}.search-page__example:hover{background:#1a1d24;border-color:#7c9eff}.search-page__example:focus-visible{outline-offset:2px;outline:2px solid #7c9eff}.search-page__skeleton{background:#1a1d24;border:1px solid #2e333d;border-radius:8px;gap:.75rem;padding:1rem;display:grid}.search-page__skeleton span{background:#232730;border-radius:9999px;height:.85rem;display:block}.search-page__skeleton span:first-child{width:55%}.search-page__skeleton span:nth-child(2){width:80%}.search-page__skeleton span:nth-child(3){width:35%}@media (width<=768px){.search-page__bar{flex-direction:column;align-items:stretch}.search-page__mode .segmented-control{width:100%}.search-page__mode .segmented-control__option{flex:1}}
