.case-docs{flex-direction:column;gap:12px;display:flex}.case-docs__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.case-docs__filters{flex-wrap:wrap;gap:8px;display:flex}.case-docs__filters select{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;font-size:.875rem}.case-docs__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.case-docs__card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 14px;transition:border-color .15s}.case-docs__card:hover{border-color:#93c5fd}.case-docs__card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.case-docs__card-title{margin:0;font-size:1rem;font-weight:600}.case-docs__card-meta{color:#6b7280;margin:4px 0 0;font-size:.8rem}.case-docs__chips{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.case-docs__chip{color:#374151;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:.7rem}.case-docs__chip--pending{color:#92400e;background:#fef3c7}.case-docs__chip--warning{color:#991b1b;background:#fee2e2}.case-docs__chip--completed{color:#065f46;background:#d1fae5}.case-docs__banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 12px;font-size:.8rem}.case-docs__drawer-backdrop{z-index:60;background:#0f172a73;flex-direction:column;display:flex;position:fixed;inset:0}.case-docs__drawer{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:column;max-height:92vh;margin-top:auto;display:flex;overflow:hidden}.case-docs__drawer-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.case-docs__drawer-body{flex:1;padding:16px;overflow:auto}.case-docs__drawer-foot{border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.case-docs__drawer--expanded{z-index:80;border-radius:0;max-height:none;margin-top:0;position:fixed;inset:0}.case-docs__preview-frame{border:1px solid #e5e7eb;border-radius:8px;width:100%;min-height:45vh;margin-bottom:16px}.case-docs__drawer--expanded .case-docs__preview-frame{min-height:calc(100vh - 140px)}.case-docs__preview-hint{color:#64748b;background:#f8fafc;border-radius:8px;margin:0 0 16px;padding:10px 12px;font-size:.85rem}.case-docs-modal__backdrop{z-index:70;background:#0f172a66;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.case-docs-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;padding:20px;overflow:auto;box-shadow:0 20px 40px #0000001f}.case-docs-modal label{color:#4b5563;margin-bottom:12px;font-size:.8rem;display:block}.case-docs-modal input,.case-docs-modal select,.case-docs-modal textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:4px;padding:8px 10px;font-size:.9rem;display:block}.case-docs-modal__tabs{gap:8px;margin-bottom:16px;display:flex}.case-docs-modal__tabs button{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1;padding:8px}.case-docs-modal__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:12px;display:flex}.case-docs-modal__preview{background:#f8fafc;border-radius:10px;margin-bottom:12px;padding:12px}.case-docs-modal__tabs button.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.case-docs-comments{margin-top:20px}.case-docs-comments ul{margin:8px 0 0;padding:0;list-style:none}.case-docs-comments li{border-bottom:1px solid #f3f4f6;padding:10px 0;font-size:.875rem}
