@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.app-loading{overflow:hidden}.app-loading-overlay{position:fixed;inset:0;background:#0f172a33;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000}.app-loading-card{display:flex;align-items:center;gap:16px;padding:20px 24px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 60px #0f172a29}.app-loading-text{font-weight:600;color:#0f172a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.layout{min-height:100vh}.site-layout-content{background:#fff;padding:24px;min-height:280px}.app-notification-bell{border:1px solid #e2e8f0;background:#fff;color:#0a192f;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.app-notification-bell:hover{background:#f8fafc}.app-notification-dropdown .ant-dropdown-menu{min-width:240px;border-radius:12px;padding:6px}.app-notification-dropdown .ant-dropdown-menu-item{font-weight:600;border-radius:8px;white-space:normal;line-height:1.35}.app-notification-item{display:flex;flex-direction:column;gap:4px;padding:4px 2px}.app-notification-item.is-unread .app-notification-text{color:#0f172a}.app-notification-item.is-read .app-notification-text{color:#64748b}.app-notification-time{font-size:.75rem;color:#94a3b8;font-weight:500}.app-notification-empty{color:#64748b;font-weight:600}.admin-dashboard{--dash-teal: #0f766e;--dash-teal-soft: rgba(15, 118, 110, .12);--dash-ink: #0f172a;--dash-muted: #667085;--dash-border: #e2e8f0;--dash-surface: #ffffff;--dash-bg: linear-gradient(180deg, #f2f7f7 0%, #eef2f6 100%);font-family:Manrope,sans-serif;color:var(--dash-ink);background:var(--dash-bg);padding:24px 24px 96px;border-radius:20px}.admin-dashboard>.ant-row{margin-bottom:16px}.admin-dashboard>.ant-row:last-of-type{margin-bottom:0}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--dash-border);box-shadow:none;margin-bottom:16px}.dashboard-title{margin-bottom:4px!important;color:var(--dash-ink)!important}.dashboard-subtitle{display:block;color:var(--dash-muted);font-size:.95rem}.dashboard-meta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--dash-muted);font-size:.85rem}.dashboard-actions{display:flex;gap:12px;flex-wrap:wrap}.dashboard-kpi-card{display:flex;gap:14px;align-items:center;padding:16px;border-radius:18px;background:var(--dash-surface);border:1px solid rgba(15,118,110,.16);min-height:110px;box-shadow:0 12px 24px #0f172a14}.kpi-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;background:linear-gradient(135deg,#0f766e33,#38bdf840);color:var(--dash-teal);flex-shrink:0}.kpi-icon.emerald{background:linear-gradient(135deg,#10b98133,#22c55e33);color:#047857}.kpi-icon.slate{background:linear-gradient(135deg,#3b82f633,#6366f133);color:#1d4ed8}.kpi-icon.ink{background:linear-gradient(135deg,#0f172a29,#47556933);color:#0f172a}.kpi-label{display:block;font-size:.85rem;color:var(--dash-muted);margin-bottom:4px}.kpi-value{font-size:1.8rem;font-weight:700;color:var(--dash-ink)}.kpi-footnote{display:block;font-size:.8rem;color:var(--dash-muted)}.dashboard-card{background:var(--dash-surface);border:1px solid rgba(15,118,110,.14);border-radius:20px;padding:16px;height:100%;box-shadow:0 12px 24px #0f172a0f}.dashboard-card.secondary{margin-top:12px;align-self:stretch}.dashboard-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px;background:linear-gradient(90deg,#0f766e14,#0ea5e90f);border-radius:16px;padding:10px 12px}.dashboard-card-title{font-weight:700;font-size:1rem;color:var(--dash-ink)}.dashboard-card-subtitle{color:var(--dash-muted);font-size:.85rem}.dashboard-link{color:var(--dash-teal);font-weight:600}.dashboard-progress{display:flex;flex-direction:column;gap:6px}.dashboard-progress-label{display:flex;justify-content:space-between;color:var(--dash-muted);font-size:.85rem}.dashboard-list-item{padding:10px 0!important}@media(max-width:768px){.admin-dashboard{padding:16px}.dashboard-hero{flex-direction:column;align-items:flex-start}}.survey-builder{font-family:Manrope,sans-serif;color:#0f172a}.survey-builder-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.survey-builder-subtitle{display:block;color:#667085;margin-top:4px}.survey-builder-sections{display:flex;flex-direction:column;gap:16px}.survey-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;box-shadow:0 12px 24px #0f172a14}.survey-section-header{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.survey-section-drag{width:36px;height:36px;border-radius:12px;background:#0f766e1f;color:#0f766e;display:flex;align-items:center;justify-content:center;cursor:grab}.survey-section-fields{display:flex;flex-direction:column;gap:8px}.survey-section-title{font-weight:600}.survey-section-description{font-size:.9rem;color:#667085}.survey-section-actions{display:flex;gap:6px}.survey-section-questions{display:flex;flex-direction:column;gap:12px}.survey-question-inline{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#f8fafc}.survey-question-inline-header{display:grid;grid-template-columns:1fr 360px;gap:12px}.survey-question-texts{display:flex;flex-direction:column;gap:8px}.survey-question-inline textarea{border-radius:12px}.survey-question-controls{display:flex;flex-direction:column;gap:10px}.survey-question-required{display:flex;align-items:center;justify-content:space-between;color:#475467;font-size:.9rem}.survey-question-options{margin-top:12px;display:flex;flex-direction:column;gap:8px}.survey-option-row{display:flex;gap:8px;align-items:center}.survey-option-row .ant-input{flex:1}.survey-question-add{align-self:flex-start}@media(max-width:900px){.survey-question-inline-header{grid-template-columns:1fr}.survey-section-header{grid-template-columns:auto 1fr}.survey-section-actions{grid-column:1/-1;justify-content:flex-end}}.survey-results{display:flex;flex-direction:column;gap:16px}.survey-results-hero{display:flex;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;align-items:flex-start;flex-wrap:wrap}.survey-results-back{margin-bottom:8px}.survey-results-title{margin-bottom:6px!important}.survey-results-subtitle{color:#64748b}.survey-results-actions{display:flex;gap:10px;flex-wrap:wrap}.survey-results-export{border-radius:12px}.survey-results-export.neutral{background:#8c8c8c;border-color:#8c8c8c;color:#fff}.survey-results-export.success{background:#52c41a;border-color:#52c41a;color:#fff}.survey-results-export.danger{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.survey-results-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.survey-results-stat-card{border-radius:18px!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 20px #0f172a14}.survey-results-stat-label{font-size:.85rem;color:#64748b;margin-bottom:6px}.survey-results-stat-value{font-size:1.4rem;font-weight:700;color:#0f172a}.survey-results-table-card{border-radius:20px!important;border:1px solid #e2e8f0!important}.survey-results-table-card .ant-table{border-radius:16px;overflow:hidden}.survey-results-table-card .ant-table-thead>tr>th{background:#f1f5f9;font-weight:700;color:#0f172a}.survey-results-table-card .ant-table-tbody>tr:hover>td{background:#f0fdfa}.survey-results-modal{display:flex;flex-direction:column;gap:16px}.survey-results-modal-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.survey-results-modal-label{font-size:.75rem;text-transform:uppercase;color:#64748b;letter-spacing:.04em}.survey-results-modal-value{font-weight:600;color:#0f172a}.survey-results-modal-body{max-height:500px;overflow-y:auto}.survey-results-modal-item{padding-bottom:6px}.survey-results-modal-answer{margin-top:8px;padding-left:12px}@media(max-width:900px){.survey-results-stats,.survey-results-modal-meta{grid-template-columns:1fr}}:root{--primary-color: #0f766e;--primary-hover: #0b5f59;--secondary-color: #667085;--bg-gradient: linear-gradient(180deg, #f4f6f8 0%, #eef2f6 100%);--card-bg: #ffffff;--text-main: #0f172a;--text-muted: #667085;--border-color: #e2e8f0;--success-color: #16a34a;--error-color: #ef4444;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 6px 16px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 24px rgba(15, 23, 42, .12);--shadow-xl: 0 24px 40px rgba(15, 23, 42, .14)}.standalone-survey-container{min-height:100vh;background:var(--bg-gradient);font-family:Manrope,sans-serif;padding:36px 20px 48px;color:var(--text-main);display:flex;flex-direction:column;align-items:center}.survey-header{width:100%;max-width:820px;margin-bottom:28px;text-align:left}.survey-progress-container{background:var(--card-bg);padding:12px 18px;border-radius:16px;display:flex;align-items:center;gap:15px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);margin-bottom:20px}.survey-progress-icon{width:28px;height:28px;border-radius:999px;background:#0f766e1f;color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.survey-progress-bar{flex:1;height:8px;background:#edf2f7;border-radius:999px;overflow:hidden}.survey-progress-fill{height:100%;background:var(--primary-color);border-radius:999px;transition:width .4s ease}.survey-progress-text{font-size:.78rem;font-weight:700;color:var(--primary-color);white-space:nowrap;letter-spacing:.02em}.survey-title{font-size:2rem;font-weight:700;color:var(--text-main);margin-bottom:8px;letter-spacing:-.01em}.survey-description{font-size:1rem;color:var(--text-muted);max-width:720px;margin:0;line-height:1.6}.survey-body{width:100%;max-width:820px;margin-bottom:32px;display:flex;flex-direction:column;gap:16px}.survey-question-card{background:var(--card-bg);border-radius:20px;padding:28px 32px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);transition:all .3s ease;animation:surveyCardIn .55s ease}.survey-question-card.is-missing{border-color:#b91c1c99;box-shadow:0 0 0 3px #b91c1c14;background:#fff5f5}.survey-question-header{margin-bottom:20px}.survey-question-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.survey-question-required{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;border:1px solid var(--border-color);color:var(--text-muted);background:#fff}.survey-question-required.is-required{color:#b91c1c;border-color:#b91c1c33;background:#fef2f2}.survey-section-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 16px;border-radius:14px;border:1px solid var(--border-color);background:#f8fafc;margin-bottom:12px}.survey-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em}.survey-section-title{font-size:1.05rem;font-weight:700;color:var(--primary-color)}.survey-section-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.survey-section-desc{font-size:.85rem;color:var(--text-muted);margin-top:4px;max-width:520px;line-height:1.5}.survey-question-number{display:inline-flex;align-items:center;justify-content:center;background:#0f766e1f;color:var(--primary-color);padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.survey-question-text{font-size:1.35rem;font-weight:600;color:var(--text-main);line-height:1.3;margin:0}.survey-question-desc{margin-top:10px;padding:0;border-radius:0;border:none;background:transparent;font-size:.9rem;color:var(--text-muted);line-height:1.5}.survey-answer-options .survey-textarea{width:100%;max-width:680px;min-height:160px;padding:16px 18px;border:1px solid var(--border-color);border-radius:12px;font-size:.98rem;font-family:inherit;transition:all .2s ease;background:#f8fafc;display:block;margin:0 auto}.survey-answer-options .survey-textarea:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #0f766e1f}.survey-answer-options .survey-textarea::placeholder{color:#94a3b8}.survey-answer-options .survey-multiple-choice-container,.survey-answer-options .survey-checkbox-container,.survey-answer-options .survey-radio-container{display:flex;flex-direction:column;gap:12px}.survey-answer-options .survey-option-item{display:flex;align-items:center;padding:14px 18px;border:1px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;position:relative}.survey-answer-options .survey-option-item:hover{border-color:var(--primary-color);background:#f0fdfa}.survey-answer-options .survey-option-item.selected{border-color:var(--primary-color);background:#ecfdf5;box-shadow:0 6px 12px #0f766e1f}.survey-answer-options .survey-option-item.selected .survey-option-text{color:var(--primary-color);font-weight:600}.survey-answer-options .survey-option-item.selected:after{content:"✓";position:absolute;right:18px;color:var(--primary-color);font-weight:700}.survey-answer-options .survey-option-item input{display:none}.survey-answer-options .survey-option-text{flex:1;color:#334155;font-size:.98rem}.survey-rating-wrapper{margin-top:10px;padding:20px 0}.survey-rating-container{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.survey-rating-item{display:flex;flex-direction:column;align-items:center;flex:1}.survey-rating-label{font-size:.75rem;color:var(--text-muted);font-weight:600;margin-bottom:12px;height:32px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}.survey-rating-star{width:44px;height:44px;border-radius:50%;border:2px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;color:#94a3b8;cursor:pointer;transition:all .2s ease;position:relative;line-height:1}.survey-rating-star:hover{transform:scale(1.05);border-color:#cbd5e1}.survey-rating-star.active{color:#fff;border-color:transparent;box-shadow:0 6px 14px #0f172a1f}.survey-rating-star.active~.survey-rating-star{border-color:#e2e8f0;color:#94a3b8}.survey-rating-star.active[data-rating="1"]{background:#ef4444}.survey-rating-star.active[data-rating="2"]{background:#f97316}.survey-rating-star.active[data-rating="3"]{background:#f59e0b}.survey-rating-star.active[data-rating="4"]{background:#84cc16}.survey-rating-star.active[data-rating="5"]{background:#22c55e}.survey-rating-star input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.survey-navigation{width:100%;max-width:820px;display:flex;justify-content:space-between;gap:16px}.survey-confirm-overlay{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:16px;z-index:999;animation:fadeIn .3s ease}.survey-confirm-card{width:min(420px,100%);background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:var(--shadow-lg);animation:popIn .35s ease}.survey-confirm-title{font-size:1.05rem;font-weight:700;color:var(--text-main);margin-bottom:8px}.survey-confirm-text{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:16px}.survey-confirm-actions{display:flex;gap:12px;justify-content:flex-end}.survey-confirm-button{padding:10px 16px;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer}.survey-confirm-button.secondary{background:#fff;color:var(--secondary-color);border-color:var(--border-color)}.survey-confirm-button.primary{background:var(--primary-color);color:#fff}.survey-confirm-button:disabled{opacity:.6;cursor:not-allowed}.survey-nav-button{flex:1;padding:14px 24px;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.survey-nav-button:disabled{opacity:.4;cursor:not-allowed}.survey-prev-button{background:#fff;color:var(--secondary-color);border:1px solid var(--border-color)}.survey-prev-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#475569}.survey-next-button,.survey-submit-button{background:var(--primary-color);color:#fff;box-shadow:0 8px 16px #0f766e3d}.survey-next-button:hover:not(:disabled),.survey-submit-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #0f766e4d}.survey-next-button:active:not(:disabled),.survey-submit-button:active:not(:disabled){transform:translateY(0)}.survey-success-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-gradient);padding:20px}.survey-success-container .success-card{background:#fff;padding:48px;border-radius:24px;text-align:center;box-shadow:var(--shadow-lg);max-width:500px;width:100%}.survey-success-container .survey-success-icon{width:80px;height:80px;background:#ecfdf5;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:40px;border-radius:50%;margin:0 auto 24px}.survey-success-container .survey-success-title{font-size:1.6rem;font-weight:800;color:var(--text-main);margin-bottom:16px}.survey-success-container .survey-success-message{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:8px}.survey-success-container .survey-success-subtitle{color:var(--secondary-color);font-size:.95rem;font-weight:500}@keyframes surveyCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.standalone-survey-container{padding:20px 16px}.survey-question-card{padding:28px 20px}.survey-title{font-size:1.6rem}.survey-rating-star{font-size:1.9rem}.survey-navigation{flex-direction:column-reverse}.survey-nav-button{width:100%}}:root{--file-primary: #1b2a41;--file-primary-dark: #111827;--file-accent: #0f766e;--file-secondary: #5b6b7b;--file-bg: linear-gradient(180deg, #f4f6f8 0%, #e9eef3 100%);--file-card: #ffffff;--file-text: #0f172a;--file-muted: #5b6b7b;--file-border: #d9e1ea;--file-shadow: 0 18px 40px rgba(15, 23, 42, .06)}.standalone-file-library{min-height:100vh;background:var(--file-bg);font-family:Plus Jakarta Sans,sans-serif;padding:104px 24px 48px;color:var(--file-text);display:flex;flex-direction:column;align-items:center;gap:32px}.file-library-navbar{position:fixed;top:0;left:0;right:0;width:100%;max-width:none;z-index:1200;background:var(--file-card);border-bottom:1px solid #e3e9f0;border-radius:0;padding:12px 32px;box-shadow:var(--file-shadow)}.file-library-navbar-inner{width:100%;max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.file-library-brand{font-weight:700;color:var(--file-primary);font-size:1.05rem;white-space:nowrap}.file-library-nav-menu{flex:1;justify-content:center;border-bottom:none!important;background:transparent!important;min-width:0;overflow:hidden}.file-library-nav-menu .ant-menu-item{font-weight:600;color:var(--file-secondary)}.file-library-nav-menu .ant-menu-item-selected{color:var(--file-primary)!important}.file-library-user{border:1px solid #dbe3ec;background:#f8fafc;color:var(--file-primary);font-weight:600;padding:8px 12px;border-radius:999px;cursor:pointer;white-space:nowrap;margin-left:auto}.file-library-user:hover{background:#eef2f6}.file-library-user-area{display:inline-flex;align-items:center;gap:10px}.file-library-user-area .app-notification-bell{background:#f8fafc;border-color:#dbe3ec;color:var(--file-primary)}.file-library-user-dropdown .ant-dropdown-menu{min-width:140px;border-radius:12px;padding:6px}.file-library-user-dropdown .ant-dropdown-menu-item{font-weight:600;border-radius:8px}.file-library-user-dropdown{z-index:2001}.file-library-search-card{width:100%;max-width:1240px;background:var(--file-card);border-radius:24px;padding:36px;box-shadow:var(--file-shadow);border:1px solid #e3e9f0;margin:0 auto}.file-library-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.file-library-title{margin-bottom:6px!important;color:var(--file-primary-dark)!important;font-size:1.6rem!important;font-weight:700!important;letter-spacing:-.01em;position:relative;padding-left:12px}.file-library-title:before{content:"";position:absolute;left:0;top:6px;width:4px;height:26px;border-radius:999px;background:linear-gradient(180deg,#0f766e,#38bdf8)}.file-library-subtitle{color:var(--file-muted);font-size:.95rem;line-height:1.5}.file-library-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.file-library-search-bar{display:flex;gap:12px;flex-direction:column;align-items:center;flex-wrap:wrap;margin-bottom:28px;justify-content:center}.file-library-search-controls{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:12px 16px;border-radius:16px;background:transparent;border:none}.file-library-chip-group{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;background:#fff;border:1px solid #d7e2ee;border-radius:14px;padding:6px;box-shadow:inset 0 0 0 1px #0f172a05}.file-library-chip-label{font-size:.7rem;font-weight:700;color:#1f2937;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#0f766e14}.file-library-chip{border:1px solid #e2e8f0;background:#fff;color:#334155;font-weight:600;font-size:.82rem;padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 12px #0f172a0f}.file-library-chip:hover{border-color:#0f766e59;color:var(--file-primary);transform:translateY(-1px)}.file-library-chip.is-active{background:linear-gradient(135deg,#0f766e2e,#38bdf824);color:#0f172a;border-color:#0f766e73;box-shadow:0 10px 16px #0f766e2e}.file-library-clear-button{color:var(--file-primary)!important;font-weight:600}.file-library-breadcrumb-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.file-library-breadcrumb{margin-bottom:16px}.file-library-breadcrumb-link{background:transparent;border:none;padding:0;color:#0f172a;font-weight:600;cursor:pointer;transition:color .2s ease}.file-library-breadcrumb-link:hover{color:#0f172a;text-decoration:underline}.file-library-search-bar .ant-input-affix-wrapper{width:min(720px,100%);border-radius:16px;padding:10px 14px;border:1px solid #cfd9e3;box-shadow:0 10px 18px #0f172a0f}.file-library-search-bar .ant-input-affix-wrapper .ant-input-prefix{display:none}.file-library-search-autocomplete{width:min(720px,100%)}.file-library-search-autocomplete .ant-select-selector{border-radius:16px!important;padding:6px 12px!important;border:1px solid #cfd9e3!important;box-shadow:0 10px 18px #0f172a0f}.file-library-suggest-item{display:flex;flex-direction:column;gap:2px}.file-library-suggest-title{font-weight:600;color:var(--file-text);display:flex;align-items:center;gap:8px}.file-library-suggest-path{font-size:.75rem;color:var(--file-muted)}.file-library-suggest-badge{font-size:.7rem;padding:2px 8px;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.file-library-suggest-badge.category{background:#1b2a411f;color:var(--file-primary)}.file-library-suggest-badge.file{background:#0f766e29;color:#0f766e}.file-library-content{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.file-library-top-row{grid-column:1/-1;display:flex;flex-direction:column;gap:12px}.file-library-categories{display:flex;flex-direction:column;gap:12px}.file-library-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;border-radius:16px;background:#f3f6f9;border:1px solid #dbe3ec}.file-library-section-title{font-weight:700;color:var(--file-text)}.file-library-section-subtitle{font-size:.85rem;color:var(--file-muted)}.file-library-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;animation:fadeInGrid .6s ease}.file-library-category-grid.is-list{grid-template-columns:1fr}.file-library-category-card{border:2px solid transparent;background:#f5f7fa;border-radius:18px;padding:18px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .25s ease;position:relative;width:100%;text-align:left}.file-library-category-card:not(.is-file){align-items:flex-start}.file-library-category-card.is-file{background:#f1f7f6;border-color:#0f766e33}.file-library-category-grid.is-list .file-library-category-card{align-items:center;gap:16px;padding:14px 8px;background:transparent;border-radius:0;border:1px solid transparent;box-shadow:none;border-bottom:1px solid #e7edf5}.file-library-category-grid.is-list .file-library-category-content{gap:8px}.file-library-category-grid.is-list .file-library-category-card:hover{transform:none;border-color:transparent;box-shadow:none;background:#94a3b81a}.file-library-category-grid.is-list .file-library-category-card.is-active{transform:none;box-shadow:none;background:#1b2a4114;border-color:transparent}.file-library-category-grid.is-list .file-library-category-card.is-file{background:transparent;border-color:transparent}.file-library-category-grid.is-list .file-library-category-card.is-file:hover{background:#0f766e14}.file-library-category-grid.is-list .file-library-category-icon{width:40px;height:40px;border-radius:12px;font-size:20px}.file-library-category-card.is-file{background:#f4f8ff;border-color:#0ea5e933}.file-library-category-card.is-file:hover{border-color:#0f766e66;box-shadow:0 14px 22px #0f766e29}.file-library-category-card:hover{transform:translateY(-2px);border-color:#1b2a4159;box-shadow:0 16px 26px #0f172a1f}.file-library-category-card.is-active{background:#1b2a411a;border-color:var(--file-primary);box-shadow:0 18px 28px #1b2a4129;transform:translateY(-2px) scale(1.01)}.file-library-category-card.is-selected{background:#0f766e1f;border-color:#0f766e;box-shadow:0 18px 28px #0f766e2e}.file-library-category-icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#1b2a411f;color:var(--file-primary);font-size:22px}.file-library-category-card.is-file .file-library-category-icon{background:#0f766e29;color:#0f766e}.file-library-category-content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.file-library-category-card:not(.is-file) .file-library-category-content{justify-content:flex-start;padding-top:0;gap:6px}.file-library-category-card:not(.is-file) .file-library-category-name{padding-top:14px}.file-library-folder-title-row{display:flex;align-items:center;gap:8px;justify-content:space-between;min-width:0}.file-library-folder-title-row .ant-badge{flex-shrink:0}.file-library-category-name{font-weight:600;color:var(--file-text);margin-bottom:6px;font-size:.9rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-library-category-meta,.file-library-meta-row-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.file-library-meta-line{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.file-library-meta-date{font-size:.78rem;color:var(--file-muted);font-weight:600;min-width:0;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-library-meta-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;background:#0f766e1f;color:#0f766e;font-size:.78rem;font-weight:700}.file-library-file-link{display:inline-flex;align-items:center;gap:6px;color:#0f766e;font-weight:600;font-size:.85rem}.file-library-node-path{display:block;margin-top:6px;font-size:.75rem;color:var(--file-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-library-highlight{background:#0f766e33;color:var(--file-text);border-radius:4px;padding:0 4px}.file-library-detail-panel{background:linear-gradient(180deg,#fff,#f3f6f9);border-radius:20px;border:1px solid #cfe0ee;padding:18px;display:block;height:fit-content;align-self:start;box-shadow:0 18px 36px #0f172a1f;position:sticky;top:110px;overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;pointer-events:none}.file-library-detail-panel.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.file-library-detail-panel:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#0f766e,#38bdf8,#6366f1);margin:-18px -18px 14px}.file-library-detail-empty{color:var(--file-muted);font-style:italic}.file-library-detail-actions{margin-top:16px}.file-library-file-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;border-radius:14px;border:1px solid #dbe3ec;background:#f3f6f9}.file-library-file-stat{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.85rem;color:var(--file-muted);white-space:nowrap}.file-library-file-stat strong{color:var(--file-text);font-size:.95rem;font-weight:600}.file-library-file-detail{display:flex;flex-direction:column;gap:16px;color:var(--file-text);animation:detailFadeIn .25s ease}.file-library-modal .ant-modal-content{border-radius:22px;padding:26px;border:1px solid #dbe3ec}.file-library-file-hero{display:flex;gap:16px;align-items:flex-start;padding:12px;border-radius:16px;background:#0f766e14;border:1px solid rgba(15,118,110,.18)}.file-library-file-hero>div{min-width:0}.file-library-file-icon{width:52px;height:52px;border-radius:16px;background:#0f766e29;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;font-size:26px}.file-library-file-name{font-size:.98rem;font-weight:700;color:var(--file-text);line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.file-library-file-desc{color:var(--file-muted);margin-top:6px}.file-library-file-link{background:#fff;border-radius:14px;padding:12px 14px;border:1px solid #d3e1ee;word-break:break-all;display:flex;flex-direction:column;gap:6px}.file-library-file-link strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--file-muted);margin:0}.file-library-file-link div{font-size:.9rem;color:var(--file-text);line-height:1.4;margin:0}.file-library-category-grid.is-list .file-library-category-card.is-selected{background:#0f766e1a;border-color:transparent;box-shadow:none}.file-library-update-section{border-top:1px dashed var(--file-border);padding-top:16px}.file-library-update-title{font-weight:700;margin-bottom:12px}.file-library-update-list{display:flex;flex-direction:column;gap:12px}.file-library-update-item{padding:14px;border-radius:14px;border:1px solid #e1e7ef;background:#f3f6f9}.file-library-update-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.file-library-update-name{font-weight:600}.file-library-update-date{font-size:.8rem;color:var(--file-muted)}.file-library-update-desc{margin-top:6px;color:var(--file-text)}.file-library-update-link{margin-top:8px;font-size:.85rem;color:var(--file-muted);word-break:break-all}.file-library-update-empty{color:var(--file-muted);font-style:italic}@media(max-width:900px){.file-library-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.standalone-file-library{padding:112px 16px 24px}.file-library-navbar{padding:12px 16px}.file-library-navbar-inner{flex-direction:column;align-items:flex-start}.file-library-nav-menu{width:100%;justify-content:flex-start}.file-library-search-card{padding:24px}.file-library-category-grid,.file-library-file-stats{grid-template-columns:1fr}}@media(min-width:1024px){.file-library-content{grid-template-columns:minmax(0,1fr) 320px}}@keyframes fadeInGrid{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes detailFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:100vh;background:#f5f7fb;padding:48px 0}.login-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 16px 40px #0f172a14;padding:40px 36px;display:flex;flex-direction:column;gap:16px}.login-brand{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.login-card-header{text-align:left}.login-title{margin-bottom:4px!important}.login-submit{background:#1d4ed8;border:none;box-shadow:0 10px 20px #1d4ed833}.login-submit:hover{background:#1e40af}.login-note{text-align:center;margin-top:8px}.login-card .ant-input,.login-card .ant-input-affix-wrapper{border-radius:10px;border:1px solid #e2e8f0;transition:border-color .2s ease,box-shadow .2s ease}.login-card .ant-input-affix-wrapper:focus,.login-card .ant-input-affix-wrapper-focused,.login-card .ant-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed829}.login-card .ant-form-item{margin-bottom:16px}.login-card .ant-input-group-addon{border-radius:0 10px 10px 0;background:#f8fafc;border:1px solid #e2e8f0;border-left:none}.login-card .ant-input-group-addon .ant-btn{color:#1d4ed8}.captcha-field{display:flex;align-items:center;gap:12px}.captcha-preview{width:160px;height:52px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.captcha-preview canvas{display:block}.captcha-input-item{flex:1}.captcha-input-item .ant-form-item-control-input-content{display:flex}@media(max-width:992px){.login-card{padding:32px 28px}}@media(max-width:576px){.login-page{padding:24px 0}.login-card{padding:28px 22px}.captcha-field{flex-direction:column;align-items:stretch}.captcha-preview{width:100%}}.user-dashboard{display:flex;flex-direction:column;gap:16px;font-family:Manrope,sans-serif;color:#0f172a;background:linear-gradient(180deg,#f3f8f8,#eef2f7);padding:20px;border-radius:20px}.user-dashboard-hero{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;color:#0f172a;box-shadow:none}.user-dashboard-title{margin-bottom:4px!important;color:#0f172a!important}.user-dashboard-subtitle{color:#64748b;margin:0!important}.user-kpi-card{display:flex;gap:14px;align-items:center;padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(15,118,110,.18);min-height:110px;box-shadow:0 12px 24px #0f172a14}.user-kpi-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;background:linear-gradient(135deg,#0f766e33,#38bdf840);color:#0f766e;flex-shrink:0}.user-kpi-icon.alt{background:linear-gradient(135deg,#3b82f633,#6366f140);color:#1d4ed8}.user-kpi-label{display:block;font-size:.85rem;color:#64748b;margin-bottom:4px}.user-kpi-value{font-size:1.7rem;font-weight:700;color:#0f172a}.user-kpi-footnote{display:block;font-size:.8rem;color:#64748b}.user-dashboard-card{border-radius:20px!important;border:1px solid rgba(15,118,110,.16)!important;box-shadow:0 14px 28px #0f172a14}.user-dashboard-list-item{padding-left:0!important;padding-right:0!important}.user-dashboard-list-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;color:#0f172a}.user-dashboard-link{color:#0f766e;font-weight:600}.user-dashboard-card .ant-card-head{border-bottom:none;background:linear-gradient(90deg,#0f766e1a,#0ea5e914);border-radius:20px 20px 0 0}.user-dashboard-card .ant-card-head-title{font-weight:700;color:#0f172a}.user-dashboard-list-sub{display:flex;flex-direction:column;gap:4px;color:#64748b}.user-sop-card{border-radius:20px!important;border:1px solid #e2e8f0!important}.user-surveys-page{display:flex;flex-direction:column;gap:16px}.user-surveys-hero{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px}.user-surveys-title{margin-bottom:4px!important}.user-surveys-subtitle{color:#64748b;margin:0!important}.user-surveys-card{border-radius:20px!important;border:1px solid #e2e8f0!important}.user-survey-item{padding:0!important;border:none!important}.user-survey-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.user-survey-card:hover{border-color:#0f766e66;box-shadow:0 10px 20px #0f172a14;transform:translateY(-2px)}.user-survey-header{display:flex;gap:14px}.user-survey-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;background:#0ea5e91f;color:#0ea5e9}.user-survey-icon.is-private{background:#faad1424;color:#d97706}.user-survey-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.user-survey-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.user-survey-title{font-weight:700;color:#0f172a;font-size:1rem}.user-survey-tags{flex-shrink:0}.user-survey-desc{color:#64748b;line-height:1.5}.user-survey-meta{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:.85rem}.user-survey-actions{display:flex;justify-content:flex-end}@media(max-width:768px){.user-survey-title-row{flex-direction:column;align-items:flex-start}.user-survey-actions{justify-content:flex-start}}.activity-logs{background:linear-gradient(180deg,#f8fbfb,#eef2f6);border:1px solid #e2e8f0;border-radius:20px;padding:20px}.activity-logs-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.activity-logs-header h3{margin-bottom:4px!important}.activity-logs-filters{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.activity-logs-table .ant-table-thead>tr>th{background:#f1f5f9;color:#0f172a;font-weight:700}.activity-logs-table .ant-table-tbody>tr>td{background:#fff}.activity-logs-table .ant-table{border-radius:16px}.activity-desc{display:flex;flex-direction:column;gap:4px}.activity-desc-title{font-weight:600;color:#0f172a}.activity-desc-meta{font-size:.82rem}.activity-logs .ant-table{border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.activity-logs .ant-table-container{border-radius:16px}.activity-logs .ant-table-tbody>tr:hover>td{background:#f0fdfa}.activity-logs .ant-select-selector,.activity-logs .ant-picker{border-radius:12px!important}.activity-logs .ant-btn{border-radius:12px}
