.sol-page{display:flex;flex-direction:column;gap:18px;color:#fff}.sol-header h2{margin:0 0 4px}.sol-header p{margin:0;opacity:.8}.sol-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.sol-header-actions{display:flex;gap:8px;flex-wrap:wrap}.sol-sheet{background:#0a0c1c8c;border:1px solid rgba(99,102,241,.3);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.sol-sheet h3{margin:0}.sol-sheet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.sol-sheet-action{display:flex;flex-direction:column;gap:6px}.sol-sheet button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.sol-sheet button[disabled]{opacity:.6;cursor:not-allowed}.sol-sheet-action small,.sol-sheet-hint{opacity:.75;font-size:.85rem}.sol-file-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%}.sol-file-chip small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sol-file-chip button{display:inline-grid;place-items:center;flex:0 0 auto;width:24px;height:24px;min-height:24px;padding:0;border:1px solid rgba(248,113,113,.36);border-radius:999px;background:#7f1d1d4d;color:#fecaca;font-size:.82rem;font-weight:800;line-height:1}.sol-sheet-status{font-size:.9rem;opacity:.85}.sol-sheet-status.is-error{color:#fecaca;opacity:1}.sol-sheet-status.is-success{color:#bbf7d0;opacity:1}.sol-sections{display:grid;gap:16px}.sol-card{background:#0a0c1c8c;border:1px solid rgba(99,102,241,.3);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 12px 24px #0f172a59}.sol-card--warning{border-color:#f8717166;background:#f8717114}.sol-duplicates{display:grid;gap:12px}.sol-duplicate-card{text-align:left;border:1px solid rgba(148,163,255,.25);border-radius:12px;padding:12px 14px;background:#0a0c1c8c;color:#e6e9ff;cursor:pointer;display:grid;gap:8px;transition:border-color .2s ease,transform .2s ease}.sol-duplicate-card:hover{border-color:#6366f1b3;transform:translateY(-1px)}.sol-duplicate-card strong{display:block;font-size:.95rem}.sol-duplicate-card span{display:block;font-size:.85rem;opacity:.75}.sol-duplicate-meta{display:grid;gap:4px;font-size:.82rem;opacity:.78}.sol-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.sol-card-head span{font-size:1.05rem;font-weight:600}.sol-card-head small{opacity:.75}.sol-card-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.sol-field{display:flex;flex-direction:column;gap:6px}.sol-field span{font-size:.9rem;opacity:.85}.sol-field small,.sol-email-hint{font-size:.8rem;opacity:.7}.sol-field input,.sol-field select{background:#0a0c1c73;color:#e6e9ff;border:1px solid rgba(148,163,255,.25);border-radius:10px;padding:10px 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.sol-field input[type=file]{padding:8px 12px;cursor:pointer}.sol-attachment-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.sol-attachment-saved{margin-top:6px;display:flex;flex-direction:column;gap:6px}.sol-attachment-title{font-size:.8rem;opacity:.7}.sol-attachment-item{position:relative;display:inline-flex}.sol-attachment-preview-btn{border:none;background:transparent;padding:0;cursor:zoom-in;border-radius:10px;display:inline-flex}.sol-attachment-preview-btn:focus-visible{outline:2px solid rgba(148,163,255,.7);outline-offset:2px}.sol-attachment-thumb{width:140px;height:100px;object-fit:cover;border-radius:10px;border:1px solid rgba(148,163,255,.25);box-shadow:0 6px 18px #0f172a33;background:#0a0c1c59}.sol-attachment-file{width:140px;height:100px;border-radius:10px;border:1px dashed rgba(148,163,255,.35);background:#0a0c1c59;color:#e6e9ff;display:flex;align-items:center;justify-content:center;padding:8px;font-size:.75rem;text-align:center;word-break:break-word}button.sol-attachment-file{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:zoom-in;font:inherit;flex-direction:column;gap:6px}button.sol-attachment-file small{font-size:.65rem;opacity:.7}.sol-attachment-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:999px;border:none;background:#ef4444;color:#fff;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 4px 10px #0f172a59}.sol-attachment-remove:hover{filter:brightness(.95)}.sol-attachment-remove:disabled{opacity:.6;cursor:not-allowed}.sol-queue-attachments{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.sol-queue-thumb{width:120px;height:90px;object-fit:cover;border-radius:10px;border:1px solid rgba(148,163,255,.25);box-shadow:0 6px 18px #0f172a33;background:#0a0c1c59}.sol-queue-file{width:120px;height:90px;border-radius:10px;border:1px dashed rgba(148,163,255,.35);background:#0a0c1c59;color:#e6e9ff;display:flex;align-items:center;justify-content:center;padding:8px;font-size:.7rem;text-align:center;word-break:break-word}button.sol-queue-file{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:zoom-in;font:inherit;flex-direction:column;gap:6px}button.sol-queue-file small{font-size:.6rem;opacity:.7}.sol-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#050812bf;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.sol-preview-body{position:relative;max-width:min(1100px,92vw);max-height:88vh;background:#0c0e1cf2;border:1px solid rgba(148,163,255,.25);border-radius:16px;padding:16px;box-shadow:0 20px 60px #0f172a80}.sol-preview-body img{max-width:100%;max-height:78vh;object-fit:contain;display:block;border-radius:12px}.sol-preview-pdf{width:min(980px,88vw);height:78vh;border:none;border-radius:12px;background:#0b0e1c}.sol-preview-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:none;background:#ef4444e6;color:#fff;font-size:20px;line-height:1;cursor:pointer}.sol-details-modal{position:relative;width:min(980px,94vw);max-height:92vh;overflow:hidden;background:#0c0e1cfa;border:1px solid rgba(148,163,255,.25);border-radius:18px;padding:16px 16px 12px;box-shadow:0 24px 60px #0f172a80;color:#e6e9ff}.sol-details-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(148,163,255,.15)}.sol-details-head strong{font-size:1.1rem}.sol-details-head span{opacity:.8;font-size:.9rem}.sol-details-body{max-height:calc(92vh - 120px);overflow:auto;padding-right:6px}.sol-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px 12px;margin-bottom:12px}.sol-details-grid div{display:flex;flex-direction:column;gap:4px;background:#0a0c1c66;border:1px solid rgba(148,163,255,.18);border-radius:10px;padding:8px 10px}.sol-details-grid span{font-size:.72rem;opacity:.7}.sol-details-grid strong{font-size:.9rem}.sol-details-attachments{margin-top:10px;display:flex;flex-direction:column;gap:8px}.sol-details-actions{margin-top:12px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.sol-details-actions button{border:0;border-radius:10px;padding:8px 14px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.sol-details-actions span{margin-right:auto;font-size:.9rem;opacity:.85}.sol-email-modal{position:relative;max-width:min(520px,92vw);background:#0c0e1cf2;border:1px solid rgba(148,163,255,.25);border-radius:16px;padding:18px 16px 16px;box-shadow:0 20px 60px #0f172a80;color:#e6e9ff}.sol-email-modal h3{margin:0 0 8px}.sol-email-modal p{margin:0 0 16px;opacity:.85;font-size:.95rem}.sol-email-actions{display:flex;gap:10px;flex-wrap:wrap}.sol-email-actions button{border:0;border-radius:10px;padding:10px 12px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.sol-email-actions button.is-neutral{background:linear-gradient(135deg,#0ea5e9,#3b82f6)}.sol-preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:none;background:#0f172aa6;color:#e6e9ff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.sol-preview-nav.is-left{left:10px}.sol-preview-nav.is-right{right:10px}.sol-preview-nav:disabled{opacity:.4;cursor:not-allowed}.sol-field input:focus,.sol-field select:focus{outline:none;border-color:#6366f1cc;box-shadow:0 0 0 2px #6366f159}.sol-field.is-invalid input,.sol-field.is-invalid select{border-color:#f87171d9;box-shadow:0 0 0 2px #f871714d}.sol-field.is-invalid span{color:#fecaca;opacity:1}.sol-span-2{grid-column:span 2}.sol-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sol-export-range{display:flex;gap:8px;align-items:flex-end;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,255,.25);background:#0a0c1c73}.sol-export-range label{display:flex;flex-direction:column;gap:6px}.sol-export-range span{font-size:.8rem;opacity:.8}.sol-export-range input{background:#0a0c1c73;color:#e6e9ff;border:1px solid rgba(148,163,255,.25);border-radius:10px;padding:8px 10px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.sol-export-range input[type=date]{color-scheme:dark}.sol-export-range input:focus{outline:none;border-color:#6366f1cc;box-shadow:0 0 0 2px #6366f159}.sol-actions button{border:0;border-radius:10px;padding:12px 16px;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-weight:600;box-shadow:0 15px 40px #ec48994d}.sol-btn-primary{border:1px solid rgba(148,163,255,.35);border-radius:14px;min-height:44px;padding:0 1.2rem;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-size:.95rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 8px 22px #0f172a4d;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.sol-btn-primary[disabled]{opacity:.6;cursor:not-allowed}.sol-btn-secondary{border:1px solid rgba(148,163,255,.35);border-radius:14px;min-height:44px;padding:0 1.2rem;cursor:pointer;background:#0f172a73;color:#e6e9ff;font-size:.95rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 8px 22px #0f172a38;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.sol-btn-primary:hover:not(:disabled),.sol-btn-secondary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 12px 26px #0f172a52}.sol-btn-primary:active:not(:disabled),.sol-btn-secondary:active:not(:disabled){transform:translateY(0)}.sol-actions button[disabled]{opacity:.6;cursor:not-allowed}.sol-hint{font-size:.9rem;opacity:.8}.sol-hint.is-error{color:#fecaca;opacity:1}.sol-hint.is-success{color:#bbf7d0;opacity:1}.sol-action-hints{display:flex;gap:8px;align-items:center}.sol-preview{margin-bottom:24px}.sol-queue{background:#0a0c1c8c;border:1px solid rgba(99,102,241,.3);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:60vh;overscroll-behavior:contain}.sol-queue-search{display:flex;justify-content:flex-start}.sol-queue-search label{display:flex;flex-direction:column;gap:6px;min-width:min(520px,100%)}.sol-queue-search span{font-size:.9rem;opacity:.85}.sol-queue-search input{background:#0a0c1c73;color:#e6e9ff;border:1px solid rgba(148,163,255,.25);border-radius:10px;padding:10px 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.sol-queue-search input:focus{outline:none;border-color:#6366f1cc;box-shadow:0 0 0 2px #6366f159}.sol-queue-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.sol-queue-dates{display:flex;gap:10px;flex-wrap:wrap}.sol-queue-dates label{display:flex;flex-direction:column;gap:6px}.sol-queue-date-actions{display:flex;gap:8px;align-items:flex-end}.sol-queue-dates span{font-size:.85rem;opacity:.85}.sol-queue-dates input{background:#0a0c1c73;color:#e6e9ff;border:1px solid rgba(148,163,255,.25);border-radius:10px;padding:8px 10px;font-size:.9rem}.sol-client-autocomplete{position:relative}.sol-client-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;background:#f2f4f8;border-radius:8px;border:1px solid rgba(148,163,255,.3);box-shadow:0 10px 24px #02061747;max-height:180px;overflow-y:auto}.sol-client-suggestions li{margin:0}.sol-client-suggestions button{width:100%;text-align:left;border:0;background:transparent;color:#1f2937;font-size:.85rem;line-height:1.15;padding:6px 8px;border-radius:6px;cursor:pointer}.sol-client-suggestions button:hover{background:#dbeafe}.sol-queue-export{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sol-queue-export button{border:0;border-radius:8px;padding:8px 12px;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600}.sol-queue-export-status{font-size:.85rem;opacity:.8}.sol-queue-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sol-queue-head h3{margin:0 0 4px}.sol-queue-head p{margin:0;opacity:.75}.sol-queue-alert{color:#fecaca;opacity:1}.sol-queue-empty{opacity:.75}.sol-queue-list{display:grid;gap:12px}.sol-queue-card{background:#0a0c1c73;border:1px solid rgba(148,163,255,.2);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.sol-queue-main{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.sol-queue-main strong{display:block;font-size:1rem}.sol-queue-main span{opacity:.75;font-size:.9rem}.sol-queue-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:.85rem;opacity:.75}.sol-queue-extra{display:flex;gap:12px;flex-wrap:wrap;font-size:.85rem;opacity:.7}.sol-queue-actions{display:flex;gap:8px;flex-wrap:wrap}.sol-queue-actions button{border:0;border-radius:8px;padding:8px 12px;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.sol-queue-actions button.is-danger{background:linear-gradient(135deg,#ef4444,#f97316)}.sol-queue-actions button.is-neutral{background:linear-gradient(135deg,#0ea5e9,#3b82f6)}.sol-preview-card{background:#f5f4fc;color:#0f172a;border-radius:14px;padding:20px;border:1px solid rgba(15,23,42,.15);box-shadow:0 15px 40px #0f172a33}.sol-preview-card--capture{box-sizing:border-box;width:1576px;max-width:none;background:#f5f4fc}.sol-preview-head{margin-bottom:12px}.sol-preview-head h3{margin:0;color:#0f172a}.sol-preview-head p{margin:4px 0 0;opacity:.7}.sol-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.sol-preview-card--capture .sol-preview-grid{grid-template-columns:repeat(6,1fr)}:root[data-theme=light] .sol-card,:root[data-theme=light] .sol-queue,:root[data-theme=light] .sol-queue-card,:root[data-theme=light] .sol-duplicate-card{background:#fff;border-color:var(--app-border);box-shadow:var(--app-shadow-soft);color:var(--app-text)}:root[data-theme=light] .sol-card--warning{background:#b24b5214;border-color:#b24b5259}:root[data-theme=light] .sol-card-head small,:root[data-theme=light] .sol-duplicate-card span,:root[data-theme=light] .sol-queue-head p,:root[data-theme=light] .sol-queue-empty,:root[data-theme=light] .sol-queue-meta,:root[data-theme=light] .sol-queue-extra,:root[data-theme=light] .sol-queue-export-status,:root[data-theme=light] .sol-queue-search span,:root[data-theme=light] .sol-queue-dates span,:root[data-theme=light] .sol-hint{color:var(--app-text-muted);opacity:1}:root[data-theme=light] .sol-field input,:root[data-theme=light] .sol-field select,:root[data-theme=light] .sol-queue-search input,:root[data-theme=light] .sol-queue-dates input{background:#fff;color:var(--app-text);border-color:var(--app-border)}:root[data-theme=light] .sol-btn-secondary{background:#fff;border-color:var(--app-border);color:var(--app-text)}.sol-preview-row{display:flex;flex-direction:column;background:#0f172a0a;border-radius:10px;padding:10px 12px;border:1px solid rgba(15,23,42,.05)}.sol-preview-label{font-size:.85rem;opacity:.7}.sol-preview-value{font-size:1rem;font-weight:600;color:#111827}@media (max-width: 900px){.sol-card-grid{grid-template-columns:1fr}.sol-span-2{grid-column:span 1}}
