.auth-screen{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;background:#fff}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;background:#fff}.auth-form-inner{width:100%;max-width:420px}.auth-logo-wrap{display:flex;justify-content:center;margin-bottom:1.25rem}.auth-logo{height:72px;width:auto;object-fit:contain}.auth-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;color:#0f172a;text-align:center;letter-spacing:-.03em}.auth-subtitle{margin:0 0 1.75rem;font-size:.95rem;line-height:1.55;color:#64748b;text-align:center}.auth-tabs{display:flex;gap:.35rem;margin-bottom:1.5rem;background:#f1f5f9;padding:.35rem;border-radius:12px;border:1px solid #e2e8f0}.auth-tab{flex:1;padding:.65rem 1rem;border:none;border-radius:8px;background:transparent;color:#64748b;font-weight:600;font-size:.88rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.auth-tab.active{background:#fff;color:#047857;box-shadow:0 1px 3px #0f172a14}.auth-tab:hover:not(.active):not(:disabled){color:#0f172a}.auth-field-group{margin-bottom:1.1rem}.auth-field-label{display:block;margin-bottom:.45rem;font-size:.85rem;font-weight:600;color:#0f172a}.auth-field{position:relative;display:flex;align-items:center}.auth-field-icon{position:absolute;left:.95rem;width:18px;height:18px;color:#94a3b8;pointer-events:none;transition:color .2s}.auth-input{width:100%;padding:.85rem 1rem .85rem 2.75rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-input::placeholder{color:#94a3b8}.auth-input:hover{border-color:#cbd5e1}.auth-input:focus{outline:none;border-color:#047857;box-shadow:0 0 0 3px #04785726}.auth-field:focus-within .auth-field-icon{color:#047857}.auth-submit{width:100%;margin-top:.5rem;padding:.95rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#047857,#059669);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 14px #04785740;transition:box-shadow .25s,transform .2s}.auth-submit:disabled{opacity:.75;cursor:not-allowed}.auth-submit-spinner{animation:auth-spin .85s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-resend{width:100%;margin-top:.75rem;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#0f172a;font-weight:600;font-size:.9rem;cursor:pointer;transition:border-color .2s,background .2s}.auth-resend:hover:not(:disabled){border-color:#047857;background:#ecfdf5}.auth-resend:disabled{opacity:.6;cursor:not-allowed}.auth-alert{padding:.85rem 1rem;border-radius:10px;font-size:.88rem;line-height:1.45;margin-bottom:1rem}.auth-alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.auth-alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.auth-alert-info{background:#dbeafe;border:1px solid #bfdbfe;color:#1e40af}.auth-hero-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem;overflow:hidden;background:#064e3b}.auth-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#047857eb,#064e3be0 45%,#b453098c);z-index:1}.auth-hero-art{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.auth-hero-orb{position:absolute;border-radius:50%;filter:blur(40px)}.auth-hero-orb-1{width:280px;height:280px;top:10%;right:10%;background:#f59e0b59}.auth-hero-orb-2{width:220px;height:220px;bottom:25%;left:5%;background:#10b98166}.auth-hero-card{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.85rem 1.1rem;border-radius:14px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.82rem;font-weight:600;box-shadow:0 8px 24px #00000026}.auth-hero-card-doc{top:18%;left:12%}.auth-hero-card-logistics{top:42%;right:14%}.auth-hero-card-ai{bottom:32%;left:20%}.auth-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.6}.auth-hero-content{position:relative;z-index:2;max-width:480px}.auth-hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;margin-bottom:1rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fef3c7;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.auth-hero-headline{margin:0 0 1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.25;color:#fff;letter-spacing:-.02em}.auth-hero-text{margin:0;font-size:1.05rem;line-height:1.65;color:#ffffffeb}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 1rem;color:#94a3b8;font-size:.82rem;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-google-wrap{width:100%}.auth-google-wrap-disabled{opacity:.6;pointer-events:none}.auth-google-button-shell{position:relative;width:100%}.auth-google-fallback{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.82rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:.92rem;font-weight:600;box-shadow:0 1px 2px #0f172a0d;pointer-events:none}.auth-google-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.01;overflow:hidden;border-radius:12px}.auth-google-overlay iframe{width:100%!important;min-height:44px}.auth-google-hint{margin:1rem 0 0;font-size:.8rem;line-height:1.45;color:#64748b;text-align:center}.auth-google-hint code{font-size:.78rem;background:#f1f5f9;padding:.1rem .3rem;border-radius:4px}@media(max-width:900px){.auth-screen{grid-template-columns:1fr}.auth-hero-panel{display:none}.auth-form-panel{min-height:100vh;padding:2rem 1.25rem}}:root{--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-muted: #f1f5f9;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-text: #0f172a;--color-text-muted: #475569;--color-text-soft: #64748b;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-accent: #047857;--color-accent-hover: #059669;--color-accent-light: #10b981;--color-accent-soft: #d1fae5;--color-gold: #f59e0b;--color-gold-soft: #fef3c7;--color-danger: #dc2626;--color-danger-soft: #fee2e2;--color-success: #059669;--color-success-soft: #d1fae5;--color-info: #2563eb;--color-info-soft: #dbeafe;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 4px 14px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-sans);background:var(--color-bg-subtle);color:var(--color-text);-webkit-font-smoothing:antialiased}button,input,textarea,select{font-family:inherit}::selection{background:var(--color-accent-soft);color:var(--color-text)}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-subtle)}.app-header{padding:.9rem 1.5rem;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--color-surface);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:.85rem}.brand-logo-img{height:42px;width:auto;object-fit:contain}.brand-copy{display:flex;flex-direction:column;gap:.1rem}.brand-title{font-size:1.05rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.brand-sub{font-size:.78rem;color:var(--color-text-soft)}.app-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:1.75rem 1.25rem 3rem}.card{width:100%;max-width:520px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.card-wide,.history-card,.settings-card{max-width:1100px}.card-editor{max-width:none}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem;width:100%;max-width:1280px;align-items:start}.editor-column{min-width:0}.editor-preview-column{position:sticky;top:5.5rem;max-height:calc(100vh - 6.5rem);display:flex;flex-direction:column;min-height:0}@media(max-width:1024px){.editor-layout{grid-template-columns:1fr}.editor-preview-column{position:static;order:-1}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.card h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.card .subtitle{margin:0 0 1.5rem;color:var(--color-text-muted);font-size:.9rem;line-height:1.55}.auth-tabs{display:flex;gap:.35rem;margin-bottom:1.5rem;background:var(--color-bg-muted);padding:.35rem;border-radius:var(--radius-md);border:1px solid var(--color-border)}.auth-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.88rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.auth-tab.active{background:var(--color-surface);color:var(--color-accent);box-shadow:var(--shadow-sm)}.auth-tab:hover:not(.active):not(:disabled){color:var(--color-text);background:#ffffffb3}.form-group{margin-bottom:1.1rem}.form-group label{display:flex;align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.85rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group textarea,.form-select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-size:.95rem;transition:border-color .2s,box-shadow .2s,transform .15s}.form-group input:hover,.form-group textarea:hover,.form-select:hover{border-color:var(--color-border-strong)}.form-group input:focus,.form-group textarea:focus,.form-select:focus{outline:none;border-color:var(--color-accent-light);box-shadow:0 0 0 3px #10b98126}.form-group textarea{min-height:200px;resize:vertical;line-height:1.55}.import-textarea{min-height:360px}.file-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;padding:1.5rem 1.25rem;border:2px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--color-bg-subtle) 0%,var(--color-surface) 100%);text-align:center;transition:border-color .25s,background .25s,box-shadow .25s,transform .2s;overflow:hidden}.file-dropzone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(16,185,129,.08),transparent 55%);opacity:0;transition:opacity .25s;pointer-events:none}.file-dropzone:hover:not(.file-dropzone-loading){border-color:var(--color-accent-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.file-dropzone:hover:before{opacity:1}.file-dropzone-active{border-color:var(--color-accent);background:var(--color-accent-soft);box-shadow:0 0 0 4px #10b9811f;transform:translateY(-2px) scale(1.01)}.file-dropzone-loading{min-height:160px}.file-drop-illustration{position:relative;width:88px;height:64px;margin-bottom:.35rem}.file-drop-illustration-glow{position:absolute;top:10%;right:5%;bottom:10%;left:5%;background:radial-gradient(circle,rgba(245,158,11,.25),transparent 70%);border-radius:50%}.file-drop-illustration-doc{position:absolute;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-accent);box-shadow:var(--shadow-sm)}.file-drop-illustration-doc-back{left:4px;top:8px;color:var(--color-gold)}.file-drop-illustration-doc-front{right:4px;bottom:0}.file-dropzone-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-dropzone-title{display:inline-flex;align-items:center;gap:.45rem;margin:0;font-weight:700;color:var(--color-text)}.file-dropzone-hint{margin:0;font-size:.88rem;color:var(--color-text-soft)}.file-dropzone-btn{margin-top:.35rem;cursor:pointer}.file-dropzone-status{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.25rem;border:none;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-primary{width:100%;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);color:#fff;margin-top:.5rem;box-shadow:var(--shadow-sm)}.btn-primary:not(:disabled):hover{box-shadow:var(--shadow-md)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.btn-secondary:not(:disabled):hover{border-color:var(--color-accent-light);color:var(--color-accent)}.btn-download{width:100%;margin-top:1rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:var(--shadow-sm)}.btn-ghost{padding:.5rem .85rem;font-size:.85rem;background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border)}.btn-ghost:hover:not(:disabled){color:var(--color-text);border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.btn-sm{padding:.35rem .65rem;font-size:.78rem}.btn-danger{background:var(--color-danger-soft);color:var(--color-danger);border:1px solid #fecaca}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-whatsapp{width:100%;margin-top:.65rem;background:#fff;color:#0f172a;border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.btn-whatsapp:not(:disabled):hover{color:#25d366;border-color:#25d366;background:#f0fdf4;box-shadow:0 4px 14px #25d3662e}.btn-whatsapp.btn-sm{width:auto;margin-top:0}.alert{padding:.85rem 1rem;border-radius:var(--radius-md);font-size:.88rem;line-height:1.45;margin-bottom:1rem}.alert-error{background:var(--color-danger-soft);border:1px solid #fecaca;color:#991b1b}.error-toast{display:flex;align-items:flex-start;gap:.6rem;padding:.9rem 1rem;border-radius:var(--radius-md);background:var(--color-danger-soft);border:1px solid #fecaca;margin-bottom:1rem}.error-toast-icon{flex-shrink:0;color:var(--color-danger);margin-top:1px}.error-toast-message{flex:1;margin:0;font-size:.875rem;line-height:1.5;color:#991b1b}.error-toast-close{flex-shrink:0;background:none;border:none;cursor:pointer;padding:.1rem;color:var(--color-danger);opacity:.7;border-radius:4px}.error-toast-close:hover{opacity:1}.alert-success{background:var(--color-success-soft);border:1px solid #a7f3d0;color:#065f46}.alert-info{background:var(--color-info-soft);border:1px solid #bfdbfe;color:#1e40af}.loading-block{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;text-align:center;color:var(--color-text-muted)}.spinner-sm{width:1.1rem;height:1.1rem;border-width:2px}.spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.user-badge{font-size:.82rem;color:var(--color-text-soft);padding:.35rem .65rem;background:var(--color-bg-muted);border-radius:999px;border:1px solid var(--color-border)}.user-badge strong{color:var(--color-text);font-weight:600}.success-panel{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.layout-section{margin:1.5rem 0 1.25rem;padding:1.25rem;border-radius:var(--radius-md);background:var(--color-bg-subtle);border:1px solid var(--color-border)}.layout-section-title{display:flex;align-items:center;gap:.45rem;margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--color-text)}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--color-text-soft) 50%),linear-gradient(135deg,var(--color-text-soft) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% + 2px),calc(100% - 12px) calc(50% + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.25rem}.content-format-hint{margin:.55rem 0 0;font-size:.8rem;line-height:1.5;color:var(--color-text-soft)}.content-format-hint code{font-size:.78rem;padding:.1rem .35rem;border-radius:4px;background:var(--color-bg-muted);color:var(--color-text-muted)}.document-viewer-panel{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.document-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-shrink:0}.document-viewer-label{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-soft)}.document-viewer-count{font-size:.78rem;color:var(--color-text-muted);background:var(--color-bg-muted);padding:.2rem .55rem;border-radius:999px;border:1px solid var(--color-border)}.document-viewer{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:16px;box-sizing:border-box;background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);scroll-behavior:smooth;box-shadow:inset 0 1px 2px #0f172a0a}.a4-wrapper{width:100%;max-width:800px;margin-bottom:20px;flex-shrink:0;container-type:inline-size;container-name:a4}.a4-page{width:100%;aspect-ratio:210 / 297;background:#fff;color:#1a1a1a;font-family:Times New Roman,Times,serif;font-size:1.5cqw;line-height:1.4;padding:5% 6%;box-sizing:border-box;position:relative;overflow:hidden;box-shadow:var(--shadow-lg);border-radius:2px}.content-preview-image{display:block;max-width:80%;height:auto;margin:0 auto;border-radius:4px;box-shadow:var(--shadow-sm)}.content-preview-image-placeholder{margin:0;padding:.75rem;font-size:.85rem;color:var(--color-text-soft);background:var(--color-bg-muted);border-radius:6px}.preview-skeleton-panel .document-viewer-label{color:var(--color-accent)}.preview-skeleton-viewer{flex:1;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem;background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-md)}.preview-skeleton-page{width:min(100%,320px);aspect-ratio:210 / 297;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:1.25rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:.65rem}.preview-skeleton-cover-block{display:flex;align-items:center;justify-content:center;height:72px;margin-bottom:.5rem;border-radius:8px;background:linear-gradient(135deg,var(--color-accent-soft),var(--color-gold-soft))}.preview-skeleton-icon{color:var(--color-accent)}.skeleton-line{height:10px;border-radius:999px;background:linear-gradient(90deg,var(--color-bg-muted) 0%,#e2e8f0 50%,var(--color-bg-muted) 100%);background-size:200% 100%}.preview-skeleton-status{width:min(100%,320px);text-align:center}.preview-skeleton-message{margin:0 0 .65rem;font-size:.88rem;color:var(--color-text-muted);font-weight:500}.progress-track{height:6px;border-radius:999px;background:var(--color-border);overflow:hidden}.progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-accent),var(--color-gold))}.header-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}.app-nav{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-md)}.app-nav-item{display:inline-flex;align-items:center;gap:.4rem;border:none;background:transparent;color:var(--color-text-muted);font-size:.82rem;font-weight:600;padding:.45rem .75rem;border-radius:var(--radius-sm);cursor:pointer;transition:color .2s,background .2s,box-shadow .2s}.app-nav-item:hover:not(:disabled){color:var(--color-text);background:var(--color-surface)}.app-nav-item.active{color:#fff;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);box-shadow:var(--shadow-sm)}.view-panel{width:100%;max-width:1100px}.reports-table-wrap{overflow-x:auto;margin-top:1rem;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.reports-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--color-surface)}.reports-table th,.reports-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.reports-table th{color:var(--color-text-soft);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;background:var(--color-bg-subtle)}.reports-table tbody tr{transition:background .18s ease,box-shadow .18s ease}.reports-table tbody tr:hover{background:#10b9810a}.reports-actions{display:flex;gap:.4rem;flex-wrap:wrap}.status-pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.status-termine{background:var(--color-success-soft);color:var(--color-success)}.status-en_cours,.status-en_attente{background:var(--color-gold-soft);color:#b45309}.status-erreur{background:var(--color-danger-soft);color:var(--color-danger)}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--color-text-muted)}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.settings-form .btn-primary{width:fit-content;align-self:flex-start}.settings-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1rem;border-radius:var(--radius-md);background:var(--color-bg-subtle);border:1px solid var(--color-border)}.settings-toggle-label{margin:0 0 .35rem;font-weight:700;color:var(--color-text)}.toggle-slider{background:var(--color-border-strong)}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover))}.toggle-switch{position:relative;display:inline-flex;width:48px;height:26px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:var(--shadow-sm)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-dialog{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg)}.modal-dialog h2{margin:0 0 .5rem;font-size:1.15rem;color:var(--color-text)}.modal-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1.25rem}.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}.a4-page-cover{padding:15mm 6% 0}.cover-page-inner{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.cover-preview-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;flex-shrink:0;margin-bottom:.6em}.cover-preview-col{text-align:center;line-height:1.3;min-width:0}.cover-preview-col-side{width:35%;flex-shrink:0}.cover-preview-col-logos{width:25%;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.35em}.cover-preview-logo-img{display:block;height:auto;object-fit:contain;max-width:100%}.cover-preview-logo-img-univ{width:80%}.cover-preview-logo-img-estlc{width:90%}.cpv-republic{margin:0;font-size:.92em;font-weight:700;letter-spacing:.03em}.cpv-motto{margin:2px 0 0;font-size:.72em;font-style:italic}.cpv-university{margin:5px 0 0;font-size:.75em;font-weight:700}.cpv-institute{margin:2px 0 0;font-size:.65em;font-weight:700;line-height:1.2}.cpv-address{margin:2px 0 0;font-size:.75em;font-weight:700}.cpv-rule{width:50%;max-width:120px;height:0;border:none;border-top:.7px solid #000;margin:3px auto}.cover-preview-main{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;padding-top:.5em;padding-bottom:38mm;text-align:center}.cover-preview-doc-type{font-weight:700;font-size:1.55em;margin:0 0 .25em}.cover-preview-subject{font-size:1.15em;margin:.2em 0}.cover-preview-theme{font-weight:700;font-size:1.15em;color:#047857;margin:.55em 0 .65em;line-height:1.4;word-break:break-word}.cover-preview-title{font-size:1.9em;font-weight:700;margin:.35em 0 0;line-height:1.3;word-break:break-word;max-width:92%}.cover-preview-footer{position:absolute;bottom:40mm;left:50%;transform:translate(-50%);width:90%;text-align:center}.cover-preview-redige{font-size:1.15em;margin:0 0 .2em}.cover-preview-authors{margin-bottom:.6em}.cover-preview-author-name{font-style:italic;font-size:1.1em;margin:.1em 0;word-break:break-word}.cover-preview-placeholder{color:#9ca3af}.cover-preview-meta{margin:0 auto;font-size:1.1em;border-collapse:collapse}.a4-page-body{height:100%;overflow:hidden}.content-preview-body{font-size:1.5em;line-height:1.55;color:#111}.content-preview-h1{font-size:1.9em;font-weight:700;margin:0 0 .5em;padding-bottom:.15em;border-bottom:1px solid #d1d5db}.content-preview-h2{font-size:1.5em;font-weight:700;margin:.7em 0 .35em}.content-preview-p{margin:0 0 .5em;text-align:justify}.content-preview-list{margin:.3em 0 .7em 1.5em;padding:0}.content-preview-spacer{height:.4em}.content-preview-placeholder{margin:0;color:#9ca3af;font-style:italic;text-align:center;padding-top:30%;font-size:1.2em}.content-preview-figure{margin:.75rem 0;text-align:center}.a4-page-number{position:absolute;right:6%;bottom:3%;font-size:1em;color:#6b7280}@media(max-width:900px){.header-actions{width:100%;justify-content:space-between}.app-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}.brand-sub,.reports-table thead{display:none}.reports-table tr{display:block;margin-bottom:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.5rem;box-shadow:var(--shadow-sm)}.reports-table td{display:flex;justify-content:space-between;gap:.75rem;border:none;padding:.5rem .65rem}.reports-table td:before{content:attr(data-label);font-weight:700;color:var(--color-text-soft)}}
