:root{--color-primary: #14957d;--color-primary-hover: #18ba9c;--color-primary-light: #72f4b0;--color-accent: #69EBA7;--color-accent-light: #B9FAD8;--color-text: #1e1e1e;--color-border: #d9d9d9;--color-placeholder: #bfbfbf;--color-background: #ffffff;--color-error: #dc2626}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:var(--color-background)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.loading-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.aw-file-viewer{display:flex;flex-direction:column;flex:1;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0f172a14;min-height:380px}.aw-fv-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;gap:1rem}.aw-fv-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.aw-fv-tab{border:1px solid #cbd5f5;border-radius:9999px;padding:.35rem .9rem;font-size:.85rem;background:transparent;color:#475569;cursor:pointer;transition:all .15s ease}.aw-fv-tab.active{background:#1c7ed6;color:#fff;border-color:#1c7ed6;box-shadow:0 2px 8px #1c7ed659}.aw-fv-tab:not(.active):hover{border-color:#94a3b8}.aw-fv-info{font-size:.9rem;color:#475569;display:flex;align-items:baseline;gap:.5rem}.aw-fv-meta{font-size:.8rem;color:#94a3b8}.aw-fv-open{font-size:.83rem;border-radius:6px;padding:.35rem .75rem;text-decoration:none;background:#eef2ff;color:#4c1d95;border:1px solid #c4b5fd;transition:background .15s}.aw-fv-open:hover{background:#e0e7ff}.aw-fv-preview{flex:1;min-height:320px;padding:1rem;display:flex;align-items:stretch;justify-content:center;background:#fdfefe}.aw-fv-pdf{width:100%;height:100%;min-height:70vh;background:#eef2f5;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b866}.aw-fv-pdf-frame{width:100%;height:100%;border:0}.aw-fv-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px;box-shadow:0 4px 18px #0f172a1a;background:#fff}.aw-fv-placeholder{flex:1;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#94a3b8;gap:.35rem}.aw-fv-placeholder-sub{margin:0;font-size:.85rem}.aw-fv-download{color:#2563eb;text-decoration:none;font-weight:500}.aw-fv-download:hover{text-decoration:underline}
