@charset "UTF-8";.volunteer-list{padding:16px}.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:24px}.stats-bar .stat-card{background:#fff;padding:16px;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;text-align:center}.stats-bar .stat-card .stat-value{font-size:28px;font-weight:700;color:#334e68;margin-bottom:4px}.stats-bar .stat-card .stat-label{font-size:14px;color:#4b5563}.volunteers-grid.compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px}@media (max-width: 768px){.volunteers-grid.compact{grid-template-columns:1fr;gap:12px}}.volunteers-grid.full{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}@media (max-width: 768px){.volunteers-grid.full{grid-template-columns:1fr;gap:16px}}.pagination-info{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb;color:#4b5563;font-size:14px}.pagination-info .pagination-controls{display:flex;gap:8px}.pagination-info .pagination-controls button{padding:6px 12px;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer}.pagination-info .pagination-controls button:hover:not(:disabled){background:#f3f4f6}.pagination-info .pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.pagination-info .pagination-controls button.active{background:#627d98;color:#fff;border-color:#627d98}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.loading-container .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #627d98;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.error-container{text-align:center;padding:32px;background:#ef44440d;border-radius:.5rem;margin:16px}.error-container .error-icon{font-size:32px;margin-bottom:12px}.error-container h3{color:#ef4444;margin-bottom:8px}.error-container p{color:#374151;margin-bottom:16px}.error-container .retry-button{background:#627d98;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.error-container .retry-button:hover{background:#486581}.empty-container{text-align:center;padding:32px}.empty-container .empty-icon{font-size:48px;margin-bottom:12px}.empty-container h3{color:#374151;margin-bottom:8px}.empty-container p{color:#6b7280}.filter-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding:12px;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.filter-toolbar .filter-group{display:flex;align-items:center;gap:8px}.filter-toolbar .filter-group label{font-size:14px;color:#4b5563;font-weight:500}.filter-toolbar .filter-group select,.filter-toolbar .filter-group input{padding:6px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.filter-toolbar .filter-group select:focus,.filter-toolbar .filter-group input:focus{outline:2px solid #627d98;outline-offset:2px}.filter-toolbar .search-box{flex:1;min-width:200px}.filter-toolbar .search-box input{width:100%}.view-toggle{display:flex;justify-content:flex-end;margin-bottom:16px}.view-toggle .view-buttons{display:flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.view-toggle .view-buttons button{padding:8px 16px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px}.view-toggle .view-buttons button:hover:not(.active){background:#f3f4f6}.view-toggle .view-buttons button.active{background:#627d98;color:#fff}.view-toggle .view-buttons button:first-child{border-right:1px solid #d1d5db}@media (max-width: 768px){.stats-bar{grid-template-columns:1fr}.filter-toolbar{flex-direction:column}.filter-toolbar .search-box{min-width:100%}.view-toggle{justify-content:center}.pagination-info{flex-direction:column;gap:12px;text-align:center}}.volunteer-card{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.volunteer-card:hover{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transform:translateY(-2px)}.volunteer-card{position:relative;overflow:hidden;cursor:pointer;background:#fff;height:100%;display:flex;flex-direction:column;transition:all .25s cubic-bezier(.4,0,.2,1)}.volunteer-card:hover{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.volunteer-card:hover:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-2px)}.volunteer-card:hover{transform:translateY(-4px)}.volunteer-card:hover .card-actions{opacity:1;transform:translateY(0)}.volunteer-card:hover .avatar-container{transform:scale(1.05)}.volunteer-card:hover .service-tag{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.volunteer-card:active{transform:translateY(-1px)}.volunteer-card:focus-visible{outline:3px solid #627d98;outline-offset:2px;box-shadow:0 0 0 4px #627d981a}.volunteer-card[disabled],.volunteer-card.disabled{opacity:.6;cursor:not-allowed}.volunteer-card[disabled]:hover,.volunteer-card.disabled:hover{transform:none;box-shadow:0 1px 2px #0000000d}.volunteer-card--compact{padding:16px}.volunteer-card--compact .card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.volunteer-card--compact .card-header .avatar-container{position:relative;flex-shrink:0}.volunteer-card--compact .card-header .avatar-container .avatar{width:3.5rem;height:3.5rem;border-radius:1rem;object-fit:cover;border:3px solid #ffffff;box-shadow:0 1px 2px #0000000d;transition:transform .25s cubic-bezier(.4,0,.2,1)}.volunteer-card--compact .card-header .avatar-container .status-indicator{position:absolute;bottom:2px;right:2px;width:.75rem;height:.75rem;border-radius:50%;border:2px solid #ffffff;z-index:1}.volunteer-card--compact .card-header .avatar-container .status-indicator--active{background-color:#10b981;box-shadow:0 0 0 2px #10b98133}.volunteer-card--compact .card-header .avatar-container .status-indicator--inactive{background-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.volunteer-card--compact .card-header .name-section{flex:1;min-width:0}.volunteer-card--compact .card-header .name-section .chinese-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.volunteer-card--compact .card-header .name-section .chinese-name:before{content:"";display:inline-block;width:.25rem;height:.25rem;border-radius:50%;background:#627d98;margin-right:8px;vertical-align:middle}.volunteer-card--compact .card-header .name-section .english-name{font-size:.875rem;color:#4b5563;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.volunteer-card--compact .card-header .name-section .id-badge{display:inline-block;background:#f0f4f8;color:#334e68;padding:.125rem 8px;border-radius:9999px;font-size:.75rem;font-weight:500;margin-top:4px}.volunteer-card--compact .card-body .info-row{display:flex;align-items:flex-start;margin-bottom:12px;font-size:.875rem}.volunteer-card--compact .card-body .info-row:last-child{margin-bottom:0}.volunteer-card--compact .card-body .info-row .info-label{flex:0 0 6rem;color:#6b7280;font-weight:500;display:flex;align-items:center;gap:4px}.volunteer-card--compact .card-body .info-row .info-label:before{content:"";display:inline-block;width:.5rem;height:.5rem;background:currentColor;border-radius:2px;opacity:.5}.volunteer-card--compact .card-body .info-row .info-value{flex:1;color:#111827;text-align:right;font-weight:500}.volunteer-card--compact .card-body .info-row .info-value.highlight{color:#334e68;font-weight:600}.volunteer-card--compact .card-body .info-row.services-row{align-items:flex-start}.volunteer-card--compact .card-body .info-row.services-row .services-container{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}.volunteer-card--compact .card-body .info-row.services-row .services-container .service-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;background-color:#627d981a;color:#627d98;font-weight:500;line-height:1;white-space:nowrap;font-size:.75rem;padding:.125rem 8px;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.volunteer-card--compact .card-body .info-row.services-row .services-container .service-tag:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.volunteer-card--compact .card-body .info-row.services-row .services-container .service-tag:hover:after{left:100%}.volunteer-card--compact .card-body .info-row.status-row .info-value{display:flex;align-items:center;justify-content:flex-end;gap:4px}.volunteer-card--compact .card-body .info-row.status-row .info-value .status-badge{padding:.25rem 8px;border-radius:9999px;font-weight:600;font-size:.75rem}.volunteer-card--compact .card-body .info-row.status-row .info-value .status-badge--active{background-color:#10b9811a;color:#10b981}.volunteer-card--compact .card-body .info-row.status-row .info-value .status-badge--active:before{content:"●";animation:blink 2s infinite}.volunteer-card--compact .card-body .info-row.status-row .info-value .status-badge--inactive{background-color:#ef44441a;color:#ef4444}.volunteer-card--compact .card-body .info-row.status-row .info-value .status-badge--inactive:before{content:"○"}.volunteer-card--compact .card-body .stats-preview{display:flex;justify-content:space-between;background:#f9fafb;border-radius:.5rem;padding:8px;margin-top:12px}.volunteer-card--compact .card-body .stats-preview .stat-item{text-align:center;flex:1}.volunteer-card--compact .card-body .stats-preview .stat-item:not(:last-child){border-right:1px solid #e5e7eb}.volunteer-card--compact .card-body .stats-preview .stat-item .stat-value{display:block;font-size:1.125rem;font-weight:700;color:#334e68;line-height:1.2}.volunteer-card--compact .card-body .stats-preview .stat-item .stat-label{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.volunteer-card--full{padding:0}.volunteer-card--full .card-header{background:linear-gradient(135deg,#486581,#243b53);color:#fff;padding:24px;text-align:center;position:relative;overflow:hidden}.volunteer-card--full .card-header:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,rgba(255,255,255,.1),transparent)}.volunteer-card--full .card-header .avatar-container{position:relative;width:8rem;height:8rem;margin:0 auto 16px}.volunteer-card--full .card-header .avatar-container .avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.volunteer-card--full .card-header .avatar-container .avatar-frame{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:spin 20s linear infinite}.volunteer-card--full .card-header .avatar-container .avatar-frame:before,.volunteer-card--full .card-header .avatar-container .avatar-frame:after{content:"";position:absolute;width:1rem;height:1rem;background:#fff;border-radius:50%}.volunteer-card--full .card-header .avatar-container .avatar-frame:before{top:-.5rem;left:calc(50% - .5rem)}.volunteer-card--full .card-header .avatar-container .avatar-frame:after{bottom:-.5rem;left:calc(50% - .5rem)}.volunteer-card--full .card-header .avatar-container .status-indicator{position:absolute;bottom:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;border:3px solid #ffffff;z-index:2;display:flex;align-items:center;justify-content:center;font-size:.75rem}.volunteer-card--full .card-header .avatar-container .status-indicator--active{background-color:#10b981;box-shadow:0 0 0 4px #10b9814d;color:#fff}.volunteer-card--full .card-header .avatar-container .status-indicator--inactive{background-color:#ef4444;box-shadow:0 0 0 4px #ef44444d;color:#fff}.volunteer-card--full .card-header .name-section .chinese-name{font-size:1.875rem;font-weight:700;margin:0 0 4px;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:-.025em}.volunteer-card--full .card-header .name-section .english-name{font-size:1.125rem;opacity:.9;margin:0 0 16px;font-weight:400}.volunteer-card--full .card-header .name-section .id-display{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.2);font-size:.875rem;font-weight:500}.volunteer-card--full .card-header .name-section .id-display .id-label{opacity:.8}.volunteer-card--full .card-header .name-section .id-display .id-value{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier New,monospace;letter-spacing:.05em}.volunteer-card--full .card-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:16px}.volunteer-card--full .card-body .section:not(:last-child){padding-bottom:16px;border-bottom:1px solid #f3f4f6}.volunteer-card--full .card-body .section .section-title{font-size:.875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;display:flex;align-items:center;gap:8px}.volunteer-card--full .card-body .section .section-title:before{content:"";width:.25rem;height:1rem;background:linear-gradient(to bottom,#627d98,#334e68);border-radius:9999px}.volunteer-card--full .card-body .section.services-section .services-grid{display:flex;flex-wrap:wrap;gap:8px}.volunteer-card--full .card-body .section.services-section .services-grid .service-chip{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#627d98,#486581);color:#fff;padding:8px 12px;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.volunteer-card--full .card-body .section.services-section .services-grid .service-chip:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%)}.volunteer-card--full .card-body .section.services-section .services-grid .service-chip:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.volunteer-card--full .card-body .section.services-section .services-grid .service-chip:hover:before{animation:shine 1s ease}.volunteer-card--full .card-body .section.services-section .services-grid .service-chip .service-icon{font-size:.875em}.volunteer-card--full .card-body .section.stats-section .stats-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:.5rem;padding:12px;text-align:center;transition:all .15s cubic-bezier(.4,0,.2,1)}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card:hover{transform:translateY(-2px);background:linear-gradient(135deg,#f0f4f8,#d9e2ec)}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card .stat-value{display:block;font-size:1.5rem;font-weight:700;color:#334e68;line-height:1;margin-bottom:4px}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card .stat-label{display:block;font-size:.75rem;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card .stat-trend{display:block;font-size:.75rem;margin-top:4px}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card .stat-trend.positive{color:#10b981}.volunteer-card--full .card-body .section.stats-section .stats-cards .stat-card .stat-trend.negative{color:#ef4444}.volunteer-card--full .card-body .section.info-section .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.volunteer-card--full .card-body .section.info-section .info-grid .info-item .info-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.volunteer-card--full .card-body .section.info-section .info-grid .info-item .info-value{display:block;font-size:.875rem;color:#111827;font-weight:500}.volunteer-card--full .card-body .section.info-section .info-grid .info-item .info-value.region-value{display:flex;align-items:center;gap:4px;color:#334e68}.volunteer-card--full .card-body .section.info-section .info-grid .info-item .info-value.region-value:before{content:"📍"}.volunteer-card--full .card-footer{padding:16px 24px;background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.volunteer-card--full .card-footer .last-updated{font-size:.75rem;color:#6b7280}.volunteer-card--full .card-footer .action-buttons{display:flex;gap:8px}.volunteer-card--full .card-footer .action-buttons .action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:.5rem;font-weight:500;font-size:.875rem;line-height:1.5;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;text-decoration:none;background-color:#f3f4f6;color:#374151;border-color:#e5e7eb}.volunteer-card--full .card-footer .action-buttons .action-button:hover:not(:disabled){background-color:#e5e7eb}.volunteer-card--full .card-footer .action-buttons .action-button:disabled{opacity:.5;cursor:not-allowed}.volunteer-card--full .card-footer .action-buttons .action-button:focus-visible{outline:2px solid #627d98;outline-offset:2px}.volunteer-card--full .card-footer .action-buttons .action-button{font-size:.75rem;padding:4px 8px}.volunteer-card--full .card-footer .action-buttons .action-button:hover{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:.5rem;font-weight:500;font-size:.875rem;line-height:1.5;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;text-decoration:none;background-color:#486581;color:#fff}.volunteer-card--full .card-footer .action-buttons .action-button:hover:hover:not(:disabled){background-color:#334e68}.volunteer-card--full .card-footer .action-buttons .action-button:hover:active:not(:disabled){background-color:#243b53}.volunteer-card--full .card-footer .action-buttons .action-button:hover:disabled{opacity:.5;cursor:not-allowed}.volunteer-card--full .card-footer .action-buttons .action-button:hover:focus-visible{outline:2px solid #627d98;outline-offset:2px}.card-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transform:translateY(-10px);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:10}.card-actions .action-button{width:2rem;height:2rem;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .15s cubic-bezier(.4,0,.2,1)}.card-actions .action-button:hover{transform:scale(1.1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card-actions .action-button:hover.edit-button{background:#f0f4f8;color:#486581}.card-actions .action-button:hover.delete-button{background:#ef4444;color:#fff}.card-actions .action-button:hover.favorite-button{background:#f59e0b;color:#fff}.card-actions .action-button .action-icon{font-size:.875rem}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.floating-element{animation:float 3s ease-in-out infinite}@media (min-width: 640px){.volunteer-card--compact{padding:20px}.volunteer-card--compact .card-header .avatar{width:4rem;height:4rem}.volunteer-card--compact .card-header .name-section .chinese-name{font-size:1.25rem}.volunteer-card--compact .card-body .info-row{font-size:1rem}}@media (max-width: 639px){.volunteer-card--full .card-header .avatar-container{width:6rem;height:6rem}.volunteer-card--full .card-header .chinese-name{font-size:1.5rem}.volunteer-card--full .card-body{padding:16px}.volunteer-card--full .card-body .section.stats-section .stats-cards,.volunteer-card--full .card-body .section.info-section .info-grid{grid-template-columns:1fr}}@media (forced-colors: active){.volunteer-card{border:2px solid CanvasText}.volunteer-card .card-header{background:Canvas;color:CanvasText}}@media print{.volunteer-card{box-shadow:none!important;border:1px solid #d1d5db;break-inside:avoid}.volunteer-card:hover{transform:none!important}.volunteer-card .card-actions{display:none}}.header{background:#334e68;color:#fff;padding:16px 0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:sticky;top:0;z-index:100}.header .container{max-width:80rem;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center;gap:12px;text-decoration:none}.header .logo .logo-icon{font-size:32px}.header .logo .title{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.header .logo .subtitle{font-size:.875rem;opacity:.8;margin:0}.header .nav{display:flex;gap:16px}.header .nav .nav-link{color:#fffc;text-decoration:none;padding:8px 12px;border-radius:4px;transition:all .2s ease}.header .nav .nav-link:hover{color:#fff;background:#ffffff1a}.header .nav .nav-link.active{color:#fff;background:#fff3}@media (max-width: 768px){.header .container{flex-direction:column;gap:12px;text-align:center}.header .nav{width:100%;justify-content:center;flex-wrap:wrap;gap:8px}.header .nav .nav-link{padding:6px 10px;font-size:.875rem}}.footer{background:#111827;color:#fff;padding:24px 0;margin-top:auto}.footer .footer-content{max-width:80rem;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.footer .footer-section h3{font-size:1.125rem;font-weight:700;margin:0 0 12px;color:#fff}.footer .footer-section p{color:#ffffffb3;line-height:1.6;margin:0 0 12px}.footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-section .footer-links li{margin-bottom:8px}.footer .footer-section .footer-links li:last-child{margin-bottom:0}.footer .footer-section .footer-links li a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer .footer-section .footer-links li a:hover{color:#fff;text-decoration:underline}.footer .footer-bottom{max-width:80rem;margin:24px auto 0;padding:16px 16px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom .copyright{color:#ffffff80;font-size:.875rem;margin:0}.footer .footer-bottom .version{color:#ffffff80;font-size:.75rem;margin:0}@media (max-width: 768px){.footer{padding:16px 0}.footer .footer-content{grid-template-columns:1fr;gap:16px}.footer .footer-bottom{flex-direction:column;gap:8px;text-align:center}}:root{--color-primary-500: #627d98;--color-secondary-500: #64748b}.spinner--default{width:40px;height:40px;border:3px solid rgba(98,125,152,.2);border-top:3px solid #627d98;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.spinner--small{width:20px;height:20px;border-width:2px}.spinner--large{width:60px;height:60px;border-width:4px}.spinner--button{width:16px;height:16px;border-width:2px;display:inline-block;vertical-align:middle;margin-right:8px}.spinner--white{border-color:#fff3;border-top-color:#fff}.spinner--success{border-color:#10b98133;border-top-color:#10b981}.spinner--danger{border-color:#ef444433;border-top-color:#ef4444}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.spinner-container--full{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;z-index:1000}.spinner-container--inline{display:inline-flex;min-height:auto}.spinner-text{margin-top:12px;color:#4b5563;font-size:.875rem;text-align:center}.spinner-dots{display:flex;justify-content:center;gap:4px}.spinner-dots .dot{width:8px;height:8px;background:#627d98;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.spinner-dots .dot:nth-child(1){animation-delay:-.32s}.spinner-dots .dot:nth-child(2){animation-delay:-.16s}.spinner-dots .dot--white{background:#fff}.spinner-dots .dot--small{width:6px;height:6px}.spinner-dots .dot--large{width:12px;height:12px}.skeleton-loader{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.skeleton-loader--text{height:16px;border-radius:4px}.skeleton-loader--avatar{width:48px;height:48px;border-radius:50%}.skeleton-loader--card{height:120px;border-radius:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.progress-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.progress-bar .progress-fill{height:100%;background:#627d98;border-radius:2px;animation:progress-animation 2s ease-in-out infinite}@keyframes progress-animation{0%{transform:translate(-100%)}to{transform:translate(400%)}}
