.storage-documents{margin:24px auto;width:100%;max-width:1180px}.storage-documents--compact{margin-top:0}.storage-documents__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.storage-documents__toolbar--end{justify-content:flex-end}.storage-documents__title{margin:0;color:#061310;font-size:1.7rem;font-weight:700;line-height:1.2}.storage-documents__upload-button{display:inline-flex;align-items:center;gap:8px}.storage-documents__tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.storage-documents__tab{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid rgba(6,19,16,0.12);border-radius:999px;background:#fff;color:#5a6c67;font-size:0.95rem;font-weight:600;line-height:1;cursor:pointer;transition:all 0.2s ease}.storage-documents__tab:hover{border-color:rgba(50,154,128,0.45);color:#061310}.storage-documents__tab.active{background:#329a80;border-color:#329a80;color:#ffffff;box-shadow:0 10px 18px rgba(50,154,128,0.2)}.storage-documents__panel{min-height:160px}.storage-documents__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px}.storage-documents__grid--compact{grid-template-columns:repeat(auto-fill, minmax(170px, 1fr));gap:16px}.storage-documents__loading{min-height:200px;display:flex;align-items:center;justify-content:center}.storage-documents__spinner{width:34px;height:34px;border:3px solid rgba(50,154,128,0.18);border-top-color:#329a80;border-radius:999px;animation:storage-documents-spinner 0.7s linear infinite}@keyframes storage-documents-spinner{to{transform:rotate(360deg)}}.storage-documents__empty{min-height:240px;display:flex;flex-direction:column;justify-content:center}.storage-documents__empty-icon{margin:0 0 12px;color:#c6d3cf;font-size:3.5rem;line-height:1}.storage-documents__empty-title{margin:0 0 8px;color:#061310;font-size:1.15rem;font-weight:700}.storage-document-card{min-width:0;border:1px solid rgba(6,19,16,0.08);border-radius:16px;overflow:hidden;background:#ffffff;box-shadow:0 18px 34px rgba(16,35,32,0.08);transition:transform 0.22s ease, box-shadow 0.22s ease}.storage-document-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px rgba(16,35,32,0.12)}.storage-document-card__media{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f4f7f9}.storage-document-card--compact .storage-document-card__media{min-height:120px}.storage-document-card__image,.storage-document-card__video{width:100%;height:100%;display:block;object-fit:cover}.storage-document-card__video{min-height:220px;background:#f4f7f9}.storage-document-card__tag{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(6,19,16,0.72);color:#ffffff;font-size:0.72rem;font-weight:600;line-height:1}.storage-document-card__actions{position:absolute;top:12px;right:12px;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;opacity:0;transition:opacity 0.2s ease}.storage-document-card:hover .storage-document-card__actions{opacity:1}.storage-document-card__action{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:rgba(6,19,16,0.76);color:#ffffff;cursor:pointer;text-decoration:none;transition:transform 0.18s ease, background-color 0.18s ease}.storage-document-card__action:hover{transform:translateY(-1px);background:rgba(6,19,16,0.88);color:#ffffff}.storage-document-card__action--danger{background:rgba(190,74,74,0.9)}.storage-document-card__action--danger:hover{background:rgba(173,54,54,0.96)}.storage-document-card__action--select{width:auto;padding:0 14px;gap:6px;background:#329a80;font-size:0.82rem;font-weight:600}.storage-document-card__action--select:hover{background:#287965}.storage-document-card__document-icon{color:#329a80;font-size:3.5rem;line-height:1}.storage-document-card__body{padding:16px}.storage-document-card__title{margin:0 0 8px;color:#061310;font-size:1rem;font-weight:600;line-height:1.35}.storage-document-card__meta{margin:0;display:flex;align-items:center;gap:6px;color:#6c7b77;font-size:0.9rem;line-height:1.4}.storage-documents__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(6,19,16,0.12);border-radius:10px;background:#ffffff;color:#5a6c67;font-size:1.4rem;line-height:1;cursor:pointer}.storage-documents__close:hover{color:#061310}.library-selection-content{background:#ffffff;border-radius:18px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.library-selection-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid rgba(6,19,16,0.08)}.library-selection-title{margin:0;color:#061310;font-size:1.25rem;font-weight:700}.library-selection-body{flex:1;overflow-y:auto;padding:24px}@media (max-width: 768px){.storage-documents{margin-top:16px}.storage-documents__toolbar{flex-direction:column;align-items:stretch}.storage-documents__tabs{gap:10px}.storage-documents__tab{justify-content:center;flex:1 1 calc(50% - 5px)}.storage-documents__grid{grid-template-columns:1fr;gap:16px}.storage-documents__grid--compact{grid-template-columns:repeat(2, minmax(0, 1fr))}.storage-document-card__actions{opacity:1}}.page-legal-links{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 20px 22px;flex-wrap:wrap}.page-legal-links__item{color:#1a456f;font-weight:600;font-size:0.9rem;text-decoration:none;border-bottom:1px solid rgba(26,69,111,0.32);padding-bottom:1px}.page-legal-links__item:hover{color:#0f2f50;border-bottom-color:rgba(15,47,80,0.56)}@media (max-width: 576px){.page-legal-links{gap:10px;padding:12px}.page-legal-links__item{font-size:0.88rem}}
