.sidebar{width:248px;flex:none;height:100%;overflow-y:auto;background:#1f3a5f;color:#fff;padding:24px 16px;display:flex;flex-direction:column;gap:40px}@media(max-width:1023px){.sidebar{width:100%;height:auto;overflow-y:visible;flex-direction:row;align-items:center;gap:16px;padding:16px}}.sidebar__brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;border-radius:8px}.sidebar__brand:hover{color:#fff}.sidebar__brand:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.sidebar__logo{border-radius:4px;background:#fff;-o-object-fit:contain;object-fit:contain}.sidebar__brand-name{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;line-height:1.25}@media(max-width:1023px){.sidebar__brand-name{display:none}.sidebar__nav{flex:1;overflow-x:auto}}.sidebar__nav ul{display:flex;flex-direction:column;gap:4px}@media(max-width:1023px){.sidebar__nav ul{flex-direction:row}}.sidebar__link{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;color:#ffffffd1;text-decoration:none;font-weight:500;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.sidebar__link:hover{background:#ffffff1a;color:#fff}.sidebar__link:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.sidebar__link--active{background:#1ca9dd;color:#fff}.sidebar__link--active:hover{background:#1ca9dd}.sidebar__link-icon{flex:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;font-weight:600;text-decoration:none;line-height:1;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible{outline:2px solid #1f3a5f;outline-offset:2px}.btn--md{padding:8px 24px;font-size:1rem}.btn--sm{padding:4px 16px;font-size:.875rem}.btn--primary{background:#1ca9dd;color:#fff}.btn--primary:hover:not(:disabled){background:#1787b5}.btn--secondary{background:#fff;color:#1787b5;border-color:#1ca9dd}.btn--secondary:hover:not(:disabled){background:#1ca9dd;color:#fff}.btn--ghost{background:#f5f7fa;color:#1f3a5f;border-color:#e2e8f0}.btn--ghost:hover:not(:disabled){background:#fff;border-color:#1ca9dd;color:#1787b5}.btn--danger{background:#c0392b;color:#fff}.btn--danger:hover:not(:disabled){background:#a33024}.topbar{height:64px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 40px;background:#fff;border-bottom:1px solid #e2e8f0}@media(max-width:1023px){.topbar{height:auto;padding:16px}}.topbar__title{display:flex;flex-direction:column}.topbar__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#1ca9dd;font-weight:600}.topbar__heading{font-size:1.125rem;color:#1f3a5f}@media(max-width:639px){.topbar__cta span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.topbar__right{display:flex;align-items:center;gap:16px}@media(max-width:639px){.topbar__right{gap:8px}}.topbar__user{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid #e2e8f0}@media(max-width:639px){.topbar__user{padding-left:8px}}.topbar__user-info{display:flex;flex-direction:column;line-height:1.25}@media(max-width:639px){.topbar__user-info{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.topbar__user-name{font-weight:600;color:#2b2b2b;font-size:.875rem}.topbar__user-role{font-size:.75rem;color:#6b7280}@media(max-width:639px){.topbar__logout-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.layout{display:flex;height:100vh;overflow:hidden;background:#f5f7fa}@media(max-width:1023px){.layout{flex-direction:column;height:auto;min-height:100vh;overflow:visible}}.layout__main{flex:1;display:flex;flex-direction:column;min-width:0;height:100vh}@media(max-width:1023px){.layout__main{height:auto}}.layout__content{flex:1;overflow-y:auto;padding:0 40px 40px}@media(max-width:1023px){.layout__content{padding:0 16px 24px;overflow-y:visible}}.layout__skip-link{position:absolute;left:16px;top:-100px;z-index:100;padding:8px 16px;background:#1f3a5f;color:#fff;border-radius:4px;text-decoration:none;transition:top .2s ease}.layout__skip-link:focus{top:16px}.spinner{display:inline-flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem}.spinner__circle{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#1ca9dd;border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner__circle{animation-duration:2s}}.field{display:flex;flex-direction:column;gap:4px}.field__label{font-size:.875rem;font-weight:600;color:#1f3a5f}.field__required{color:#c0392b}.field__control{display:flex}.field__input{width:100%;padding:8px 16px;font-size:1rem;color:#2b2b2b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.field__input::-moz-placeholder{color:#6b7280}.field__input::placeholder{color:#6b7280}.field__input:focus{outline:none;border-color:#1ca9dd;box-shadow:0 0 0 3px #1ca9dd2e}.field__input:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.field__select{padding-right:40px}.field__textarea{resize:vertical;min-height:96px;font-family:"Source Sans 3",system-ui,-apple-system,sans-serif}.field__hint{font-size:.75rem;color:#6b7280}.field__error{font-size:.75rem;color:#c0392b;font-weight:500}.field--error .field__input{border-color:#c0392b}.field--checkbox{flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.field__checkbox{width:18px;height:18px;accent-color:#1ca9dd;flex:none}.field__checkbox-label{font-size:1rem;color:#2b2b2b}.banner{padding:16px 24px;border-radius:8px;border:1px solid transparent;font-size:.875rem;line-height:1.6}.banner--info{color:#1787b5;background:#1ca9dd1a;border-color:#1ca9dd47}.banner--success{color:#2e9e5b;background:#2e9e5b1a;border-color:#2e9e5b47}.banner--error{color:#c0392b;background:#c0392b14;border-color:#c0392b47}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px;background:#1f3a5f}.login__card{width:100%;max-width:420px;display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #1f3a5f1a;padding:40px}@media(max-width:639px){.login__card{padding:24px}}.login__brand{display:flex;align-items:center;gap:8px}.login__logo{border-radius:4px;background:#fff;-o-object-fit:contain;object-fit:contain}.login__eyebrow{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#1ca9dd;font-weight:600}.login__title{font-family:Playfair Display,Georgia,serif;font-size:1.375rem;color:#1f3a5f;line-height:1.25}.login__intro{color:#6b7280;font-size:.875rem}.login__submit{margin-top:4px;width:100%}.stat-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media(max-width:1279px){.stat-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.stat-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.stat-cards{grid-template-columns:1fr}}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #1f3a5f0f;display:flex;flex-direction:column;gap:4px;padding:24px;border-left:4px solid #e2e8f0}.stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;margin-bottom:4px}.stat-card__value{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;color:#1f3a5f}.stat-card__label{font-size:.875rem;color:#6b7280}.stat-card--primary{border-left-color:#1ca9dd}.stat-card--primary .stat-card__icon{color:#1787b5;background:#1ca9dd1f}.stat-card--info{border-left-color:#1ca9dd}.stat-card--info .stat-card__icon{color:#1787b5;background:#1ca9dd1f}.stat-card--warning{border-left-color:#c8922e}.stat-card--warning .stat-card__icon{color:#c8922e;background:#c8922e1f}.stat-card--success{border-left-color:#2e9e5b}.stat-card--success .stat-card__icon{color:#2e9e5b;background:#2e9e5b1f}.dossier-filters{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:639px){.dossier-filters{flex-direction:column}}.dossier-filters__search{position:relative;flex:1;min-width:240px;display:flex;align-items:center}.dossier-filters__search-icon{position:absolute;left:16px;color:#6b7280;pointer-events:none}.dossier-filters__search-input{width:100%;padding:8px 16px 8px 40px;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.dossier-filters__search-input:focus{outline:none;border-color:#1ca9dd;box-shadow:0 0 0 3px #1ca9dd2e}.dossier-filters__status-select{padding:8px 16px;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;min-width:200px}.dossier-filters__status-select:focus{outline:none;border-color:#1ca9dd;box-shadow:0 0 0 3px #1ca9dd2e}.dossier-filters__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;line-height:1.6;border:1px solid transparent;white-space:nowrap}.badge--neutral{color:#1f3a5f;background:#f5f7fa;border-color:#e2e8f0}.badge--info{color:#0d4a64;background:#1ca9dd1f;border-color:#1ca9dd4d}.badge--warning{color:#543d13;background:#c8922e24;border-color:#c8922e59}.badge--success{color:#1c5f37;background:#2e9e5b1f;border-color:#2e9e5b4d}.badge--danger{color:#962d22;background:#c0392b1a;border-color:#c0392b4d}.dossier-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #1f3a5f0f;overflow:hidden}.dossier-table{width:100%;border-collapse:collapse;font-size:.875rem}.dossier-table__caption,.dossier-table__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dossier-table thead th{text-align:left;padding:16px 24px;background:#f5f7fa;color:#6b7280;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.dossier-table tbody td{padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#2b2b2b;vertical-align:middle}.dossier-table tbody tr:last-child td{border-bottom:none}.dossier-table tbody tr:hover{background:#f5f7fa}.dossier-table__no{font-weight:600;color:#1f3a5f}.dossier-table__status{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.dossier-table__actions{text-align:right}.dossier-table__action-row{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.dossier-table__link{display:inline-flex;align-items:center;gap:4px;color:#1787b5;font-weight:600;text-decoration:none}.dossier-table__link:hover{color:#1ca9dd;text-decoration:underline}@media(max-width:1023px){.dossier-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dossier-table,.dossier-table tbody,.dossier-table tr,.dossier-table td{display:block;width:100%}.dossier-table tbody tr{padding:8px 0;border-bottom:1px solid #e2e8f0}.dossier-table tbody td{display:flex;justify-content:space-between;gap:16px;padding:4px 24px;border-bottom:none}.dossier-table tbody td:before{content:attr(data-label);font-weight:600;color:#6b7280}.dossier-table__actions{text-align:left}}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:64px 24px;color:#6b7280}.empty-state__icon{color:#1ca9dd}.empty-state__title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#1f3a5f}.empty-state__message{max-width:420px;font-size:.875rem}.empty-state__action{margin-top:8px}.express-create{display:flex;flex-direction:column;gap:24px;max-width:720px}.express-create__file-input{display:none}.express-create__sources{display:flex;flex-wrap:wrap;gap:8px}.express-create__actions{display:flex;justify-content:flex-end}.express-create__recording{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#c0392b}.express-create__rec-dot{width:8px;height:8px;border-radius:50%;background:#c0392b;animation:express-rec-pulse 1.2s ease-in-out infinite}@keyframes express-rec-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.express-create__rec-dot{animation:none}}.express-create__audio{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f7fa;border:1px solid #e2e8f0;border-radius:8px;color:#1f3a5f;font-size:.875rem}.express-create__audio-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.express-create__audio-clear{display:inline-flex;align-items:center;color:#6b7280}.express-create__audio-clear:hover{color:#c0392b}.express-create__audio-clear:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.status-timeline{display:flex;flex-wrap:wrap;gap:16px}.status-timeline__step{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280}.status-timeline__marker{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:2px solid #e2e8f0;color:#fff;flex:none}.status-timeline__dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0}.status-timeline__step--done{color:#1f3a5f}.status-timeline__step--done .status-timeline__marker{background:#2e9e5b;border-color:#2e9e5b}.status-timeline__step--current{color:#1f3a5f;font-weight:600}.status-timeline__step--current .status-timeline__marker{border-color:#1ca9dd}.status-timeline__step--current .status-timeline__dot{background:#1ca9dd}.confirm-dialog{width:min(90vw,32rem);padding:24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#2b2b2b;box-shadow:0 4px 16px #1f3a5f1a}.confirm-dialog::backdrop{background:#1f3a5f73}.confirm-dialog__title{margin:0 0 8px;font-family:Playfair Display,Georgia,serif;font-size:1.375rem;color:#1f3a5f}.confirm-dialog__message{margin:0 0 24px;font-size:.875rem;line-height:1.6;color:#2b2b2b}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.convention-panel{display:flex;flex-direction:column;gap:16px}.convention-panel__statuses{display:flex;flex-wrap:wrap;gap:40px}.convention-panel__status{display:flex;flex-direction:column;gap:4px}.convention-panel__status-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600}.convention-panel__badges{display:inline-flex;gap:4px;flex-wrap:wrap}.convention-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.convention-panel__file-input{display:none}.convention-panel__hint{font-size:.75rem;color:#6b7280;line-height:1.6}.documents-panel__list{display:flex;flex-direction:column;gap:16px}.documents-panel__item{display:flex;flex-direction:column;gap:4px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.documents-panel__item:last-child{padding-bottom:0;border-bottom:none}.documents-panel__name{font-weight:600;color:#1f3a5f;font-size:.875rem}.documents-panel__badges{display:flex;gap:4px;flex-wrap:wrap}.documents-panel__meta{font-size:.75rem;color:#6b7280}.documents-panel__meta--send{color:#1787b5;font-weight:600}.documents-panel__actions{display:flex;gap:4px;flex-wrap:wrap;margin-top:2px}.documents-panel__section{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.documents-panel__subtitle{margin:0 0 8px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600}.event-log{display:flex;flex-direction:column;gap:8px}.event-log__empty{color:#6b7280;font-size:.875rem}.event-log__item{display:flex;align-items:flex-start;gap:8px}.event-log__body{display:flex;flex-direction:column;gap:2px;min-width:0}.event-log__message{font-size:.875rem;color:#2b2b2b}.event-log__time{font-size:.75rem;color:#6b7280}.signature-pad{display:flex;flex-direction:column;gap:16px}.signature-pad__canvas{width:100%;max-width:600px;aspect-ratio:3/1;border:2px dashed #e2e8f0;border-radius:8px;background:#fff;touch-action:none;cursor:crosshair}.signature-pad__hint{font-size:.875rem;color:#6b7280}.signature-pad__actions{display:flex;gap:8px}@media(max-width:639px){.signature-pad__actions{flex-direction:column}}.attestation-panel{display:flex;flex-direction:column;gap:16px}.attestation-panel__status{display:flex;align-items:center;gap:8px}.attestation-panel__status-label{font-weight:600;color:#2b2b2b}.attestation-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.attestation-panel__sign{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f5f7fa;border:1px solid #e2e8f0;border-radius:8px}.attestation-panel__sign-hint{font-size:.875rem;color:#6b7280}.attestation-panel__hint{font-size:.875rem;color:#6b7280;line-height:1.6}.email-log{display:flex;flex-direction:column;gap:8px}.email-log__empty{color:#6b7280;font-size:.875rem}.email-log__item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}@media(max-width:639px){.email-log__item{flex-direction:column}}.email-log__main{display:flex;flex-direction:column;gap:2px;min-width:0}.email-log__type{font-weight:600;color:#1f3a5f;font-size:.875rem}.email-log__subject{font-size:.875rem;color:#2b2b2b}.email-log__meta{font-size:.75rem;color:#6b7280}.email-log__error{font-size:.75rem;color:#c0392b}.email-log__side{display:flex;align-items:center;gap:8px;flex:none}.client-fields{border:1px solid #e2e8f0;border-radius:8px;padding:24px;background:#f5f7fa}.client-fields__legend{font-size:.875rem;font-weight:600;color:#1f3a5f;padding:0 4px}.client-fields__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1023px){.client-fields__grid{grid-template-columns:1fr}}.client-fields__remove{margin-top:16px;display:flex;justify-content:flex-end}.annexe-fields{display:flex;flex-direction:column;gap:16px}.annexe-fields__row{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:16px}@media(max-width:1023px){.annexe-fields__row{grid-template-columns:1fr}}.dossier-form{display:flex;flex-direction:column;gap:24px}.dossier-form__section{display:flex;flex-direction:column}.dossier-form__section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.dossier-form__section-head .section-title{margin-bottom:0}.dossier-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:1023px){.dossier-form__grid{grid-template-columns:1fr}}.dossier-form__grid--spaced{margin-top:16px}.dossier-form__clients{display:flex;flex-direction:column;gap:16px}.dossier-form__save-hint{font-size:.875rem;color:#6b7280;line-height:1.6;padding:16px;background:#f5f7fa;border:1px solid #e2e8f0;border-radius:8px}.dossier-form__actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:639px){.dossier-form__actions{flex-direction:column-reverse}}.btn.dossier-form__save-btn--saved{background:#2e9e5b;border-color:#2e9e5b;color:#fff}.btn.dossier-form__save-btn--saved:hover{background:#2e9e5b;border-color:#2e9e5b}.transcription-panel{display:flex;flex-direction:column;gap:16px}.transcription-panel__file-input{display:none}.transcription-panel__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}@media(max-width:639px){.transcription-panel__actions{justify-content:stretch}}.transcription-panel__playback{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f5f7fa;border:1px solid #e2e8f0;border-radius:8px}.transcription-panel__playback-label{font-size:.875rem;color:#6b7280}.transcription-panel__audio{width:100%}.transcription-panel__recording{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#c0392b}.transcription-panel__rec-dot{width:8px;height:8px;border-radius:50%;background:#c0392b;animation:rec-pulse 1.2s ease-in-out infinite}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.transcription-panel__rec-dot{animation:none}}.inspection-panel__presences{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1279px){.inspection-panel__presences{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.inspection-panel__presences{grid-template-columns:1fr}}.inspection-panel__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1279px){.inspection-panel__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.inspection-panel__grid{grid-template-columns:1fr}}.inspection-panel__actions{display:flex;justify-content:flex-end}.dossier-workspace{display:flex;flex-direction:column;gap:24px;max-width:1180px;margin:0 auto}.dossier-workspace__sticky{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;gap:16px;padding:24px 0 8px;background:#f5f7fa;border-bottom:1px solid #e2e8f0}.dossier-workspace__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.dossier-workspace__title-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dossier-workspace__subtitle{color:#6b7280;font-size:.875rem}.dossier-workspace__tabs{display:flex;gap:4px;overflow-x:auto}.dossier-workspace__tab{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-bottom:2px solid transparent;background:transparent;color:#6b7280;font-weight:600;font-size:.875rem;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.dossier-workspace__tab:hover{color:#1f3a5f}.dossier-workspace__tab:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.dossier-workspace__tab--active{color:#1787b5;border-bottom-color:#1ca9dd}.dossier-workspace__body{display:grid;gap:24px;padding-bottom:40px;grid-template-columns:1fr}@media(min-width:1024px){.dossier-workspace__body{grid-template-columns:minmax(0,1fr) 320px;align-items:start}}.dossier-workspace__main{min-width:0}.dossier-workspace__aside,.settings-form{display:flex;flex-direction:column;gap:24px}.settings-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:1023px){.settings-form__grid{grid-template-columns:1fr}.settings-form__spacer{display:none}}.settings-form__hint{font-size:.875rem;color:#6b7280;margin-bottom:16px}.settings-form__actions{display:flex;justify-content:flex-end}.prompt-manager{display:flex;flex-direction:column;gap:24px}.prompt-manager__form{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid #e2e8f0;border-radius:8px;background:#f5f7fa}.prompt-manager__form-title{font-size:1rem;color:#1f3a5f}.prompt-manager__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:1023px){.prompt-manager__form-grid{grid-template-columns:1fr}}.prompt-manager__form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.prompt-manager__list{display:flex;flex-direction:column;gap:24px}.prompt-manager__group-key{font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:700;color:#1787b5;margin-bottom:8px}.prompt-manager__versions{display:flex;flex-direction:column;gap:8px}.prompt-manager__version{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#fff}.prompt-manager__version-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prompt-manager__version-no{font-weight:700;color:#1f3a5f}.prompt-manager__version-title{flex:1;min-width:120px;color:#2b2b2b}.prompt-manager__version-meta{font-size:.75rem;color:#6b7280;margin-top:4px}.prompt-manager__version-content{margin-top:8px;padding:8px;background:#f5f7fa;border-radius:4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.75rem;color:#2b2b2b;white-space:pre-wrap;word-break:break-word;max-height:160px;overflow:auto}.ai-tester{display:flex;flex-direction:column;gap:16px}.ai-tester__controls{max-width:360px}.ai-tester__actions{display:flex;justify-content:flex-start}.ai-tester__result{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#f5f7fa}.ai-tester__result-meta{font-size:.75rem;color:#6b7280;margin-bottom:8px}.ai-tester__result-text{font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;font-size:.875rem;color:#2b2b2b;white-space:pre-wrap;word-break:break-word;line-height:1.6}.email-template-manager{display:flex;flex-direction:column;gap:24px}.email-template-manager__form{display:flex;flex-direction:column;gap:16px}.email-template-manager__hint{font-size:.875rem;color:#6b7280;line-height:1.6}.email-template-manager__placeholders{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.75rem;color:#1f3a5f}.email-template-manager__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:639px){.email-template-manager__form-grid{grid-template-columns:minmax(0,1fr)}}.email-template-manager__form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.email-template-manager__list{display:flex;flex-direction:column;gap:24px}.email-template-manager__group-key{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#1f3a5f;margin-bottom:16px}.email-template-manager__versions{display:flex;flex-direction:column;gap:16px}.email-template-manager__version{padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#f5f7fa}.email-template-manager__version-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.email-template-manager__version-no{font-weight:700;color:#1787b5}.email-template-manager__version-title{font-weight:600;flex:1}.email-template-manager__version-meta{margin:8px 0;font-size:.75rem;color:#6b7280}.email-template-manager__version-body{margin:0;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.75rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-height:220px;overflow-y:auto}.document-template-manager{display:flex;flex-direction:column;gap:24px}.document-template-manager__form{display:flex;flex-direction:column;gap:16px}.document-template-manager__hint{font-size:.875rem;color:#6b7280;line-height:1.6}.document-template-manager__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:639px){.document-template-manager__form-grid{grid-template-columns:minmax(0,1fr)}}.document-template-manager__file{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.document-template-manager__file-input{display:none}.document-template-manager__file-name{font-size:.875rem;color:#6b7280}.document-template-manager__form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.document-template-manager__list{display:flex;flex-direction:column;gap:24px}.document-template-manager__empty{color:#6b7280;font-size:.875rem}.document-template-manager__group-key{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#1f3a5f;margin-bottom:16px}.document-template-manager__versions{display:flex;flex-direction:column;gap:16px}.document-template-manager__version{padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#f5f7fa}.document-template-manager__version-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.document-template-manager__version-no{font-weight:700;color:#1787b5}.document-template-manager__version-title{font-weight:600;flex:1}.document-template-manager__version-meta{margin:8px 0 0;font-size:.75rem;color:#6b7280}.social-composer{display:flex;flex-direction:column;gap:16px}.social-composer__modes{display:flex;gap:4px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}@media(max-width:639px){.social-composer__modes{flex-direction:column}}.social-composer__mode{display:flex;align-items:center;gap:4px;padding:8px 16px;border:1px solid transparent;border-radius:8px;background:transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.social-composer__mode:hover{background:#f5f7fa;color:#2b2b2b}.social-composer__mode:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.social-composer__mode--active,.social-composer__mode--active:hover{background:#1ca9dd;color:#fff}.social-composer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:639px){.social-composer__grid{grid-template-columns:minmax(0,1fr)}}.social-composer__actions{display:flex;justify-content:flex-end}.social-post-card{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #1f3a5f0f}.social-post-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.social-post-card__platform{font-weight:600;color:#1f3a5f}.social-post-card__source{display:inline-flex;align-items:center;gap:2px;font-size:.75rem;color:#1787b5}.social-post-card__date{font-size:.75rem;color:#6b7280}.social-post-card__content{white-space:pre-wrap;line-height:1.6;color:#2b2b2b}.social-post-card__note{font-size:.875rem;color:#6b7280;font-style:italic}.social-post-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding-top:8px;border-top:1px solid #e2e8f0}.social-post-card__meta{font-size:.75rem;color:#6b7280}.social-post-card__actions,.social-page__filters{display:flex;flex-wrap:wrap;gap:4px}.social-page__filter{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#6b7280;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.social-page__filter:hover{background:#f5f7fa;color:#2b2b2b}.social-page__filter:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}.social-page__filter--active{background:#1f3a5f;color:#fff;border-color:#1f3a5f}.social-page__filter--active:hover{background:#1f3a5f;color:#fff}.social-page__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 2px;border-radius:999px;background:#c8922e;color:#fff;font-size:.75rem;font-weight:700}.social-page__list,.user-form{display:flex;flex-direction:column;gap:16px}.user-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:639px){.user-form__grid{grid-template-columns:minmax(0,1fr)}}.user-form__hint{font-size:.875rem;color:#6b7280;line-height:1.6}.user-list{display:flex;flex-direction:column;gap:16px}.user-list__items{display:flex;flex-direction:column;gap:8px}.user-list__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#f5f7fa}.user-list__identity{display:flex;flex-direction:column;gap:2px}.user-list__name{font-weight:600;color:#2b2b2b}.user-list__you{color:#6b7280;font-weight:400}.user-list__email{font-size:.875rem;color:#6b7280}.user-list__meta{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.user-list__badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.user-list__badge--admin{background:#1f3a5f1f;color:#1f3a5f}.user-list__badge--social{background:#1ca9dd24;color:#1787b5}.user-list__badge--off{background:#c0392b1f;color:#c0392b}.user-list__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.user-list__role .field__select{min-width:180px}.user-list__reset{flex:1 0 100%;display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid #e2e8f0}:root{--color-primary: #1ca9dd;--color-primary-dark: #1787b5;--color-secondary: #1f3a5f;--color-accent: #c8922e;--color-bg: #ffffff;--color-surface: #f5f7fa;--color-text: #2b2b2b;--color-text-muted: #6b7280;--color-border: #e2e8f0;--color-success: #2e9e5b;--color-warning: #c8922e;--color-error: #c0392b;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(31, 58, 95, .06);--shadow-md: 0 4px 16px rgba(31, 58, 95, .1);--transition-base: .2s ease}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:#2b2b2b;background:#f5f7fa;-webkit-font-smoothing:antialiased}img,picture,svg,canvas{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{color:#1787b5;text-decoration:underline}a:hover{color:#1ca9dd}:focus-visible{outline:2px solid #1ca9dd;outline-offset:2px}ul,ol{list-style:none;padding:0}table{border-collapse:collapse;width:100%}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;color:#1f3a5f;line-height:1.25;font-weight:700}h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}p{line-height:1.6}small{font-size:.875rem}.page{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1180px;margin:0 auto;padding-top:40px}@media(max-width:1023px){.page{padding-top:24px}}.page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.page-header__titles{display:flex;flex-direction:column;gap:4px}.page-header__subtitle{color:#6b7280;font-size:.875rem}.page-header__actions{display:flex;flex-wrap:wrap;gap:8px}.stack{display:flex;flex-direction:column;gap:16px}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #1f3a5f0f;padding:24px}.section-title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;color:#1f3a5f;margin-bottom:16px}.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px;background:#f5f7fa}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
