:root{--primary:#4f46e5;--primary-dark:#4338ca;--primary-light:#e0e7ff;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--info:#3b82f6;--info-light:#dbeafe;--purple:#8b5cf6;--purple-light:#ede9fe;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-xl:16px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--gray-50);color:#1f2937;color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.loading-screen{color:#6b7280;color:var(--gray-500);font-size:1.125rem}.loading-screen,.login-page{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-page{background:linear-gradient(135deg,#e0e7ff,#f3f4f6);background:linear-gradient(135deg,var(--primary-light) 0,var(--gray-100) 100%);padding:1rem}.login-card{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);max-width:420px;padding:2.5rem;width:100%}.login-logo{margin-bottom:2rem;text-align:center}.login-logo h1{color:#4f46e5;color:var(--primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-logo p{color:#6b7280;color:var(--gray-500);font-size:.875rem}.login-toggle{background:#f3f4f6;background:var(--gray-100);border-radius:8px;border-radius:var(--radius);display:flex;margin-bottom:1.5rem;padding:4px}.login-toggle button{background:#0000;border:none;border-radius:4px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s ease}.login-toggle button.active{background:#fff;background:var(--white);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#4f46e5;color:var(--primary)}.login-form .form-group{margin-bottom:1rem}.login-form label{color:#374151;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.login-form input{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.login-form input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #e0e7ff;box-shadow:0 0 0 3px var(--primary-light);outline:none}.login-form input::placeholder{color:#9ca3af;color:var(--gray-400)}.login-form .error-message{background:#fee2e2;background:var(--danger-light);border-radius:8px;border-radius:var(--radius);color:#ef4444;color:var(--danger);font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.login-form button[type=submit]{background:#4f46e5;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;color:var(--white);cursor:pointer;font-size:.9375rem;font-weight:600;padding:.875rem;transition:all .2s ease;width:100%}.login-form button[type=submit]:hover{background:#4338ca;background:var(--primary-dark)}.login-form button[type=submit]:disabled{background:#9ca3af;background:var(--gray-400);cursor:not-allowed}.header{background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);padding:1rem 1.5rem;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1.5rem}.header-logo{color:#4f46e5;color:var(--primary);font-size:1.5rem;font-weight:700}.header-nav{display:flex;gap:.5rem}.header-nav a{border-radius:8px;border-radius:var(--radius);color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.header-nav a:hover{background:#f3f4f6;background:var(--gray-100);color:#1f2937;color:var(--gray-800)}.header-nav a.active{background:#e0e7ff;background:var(--primary-light);color:#4f46e5;color:var(--primary)}.header-right{gap:1rem}.header-right,.user-info{align-items:center;display:flex}.user-info{color:#4b5563;color:var(--gray-600);font-size:.875rem;gap:.5rem}.user-badge{background:#e0e7ff;background:var(--primary-light);border-radius:4px;border-radius:var(--radius-sm);color:#4f46e5;color:var(--primary);font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.logout-btn{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.logout-btn:hover{background:#fee2e2;background:var(--danger-light);border-color:#ef4444;border-color:var(--danger);color:#ef4444;color:var(--danger)}.dashboard{min-height:calc(100vh - 65px)}.dashboard-content{margin:0 auto;max-width:1400px;padding:1.5rem}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h2{color:#1f2937;color:var(--gray-800);font-size:1.5rem;font-weight:600}.dashboard-header p{color:#6b7280;color:var(--gray-500);font-size:.875rem;margin-top:.25rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.stat-card{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:1.25rem}.stat-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.stat-card-title{color:#6b7280;color:var(--gray-500);font-size:.875rem;font-weight:500}.stat-card-icon{align-items:center;border-radius:8px;border-radius:var(--radius);display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.stat-card-icon.blue{background:#dbeafe;background:var(--info-light)}.stat-card-icon.orange{background:#fef3c7;background:var(--warning-light)}.stat-card-icon.green{background:#d1fae5;background:var(--success-light)}.stat-card-icon.purple{background:#ede9fe;background:var(--purple-light)}.stat-card-value{color:#1f2937;color:var(--gray-800);font-size:1.75rem;font-weight:700}.orders-section{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.orders-section-header{align-items:center;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:1rem 1.25rem}.orders-section-title{color:#1f2937;color:var(--gray-800);font-size:1rem;font-weight:600}.orders-filter{display:flex;gap:.5rem}.orders-filter select{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);color:#374151;color:var(--gray-700);font-size:.875rem;padding:.5rem .75rem}.orders-table-wrapper{overflow-x:auto}.orders-table{border-collapse:collapse;font-size:.875rem;width:100%}.orders-table th{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:#4b5563;color:var(--gray-600);font-weight:600;padding:.875rem 1rem;text-align:left;white-space:nowrap}.orders-table td{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);color:#374151;color:var(--gray-700);padding:1rem}.orders-table tbody tr:hover{background:#f9fafb;background:var(--gray-50)}.orders-table tbody tr:last-child td{border-bottom:none}.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;gap:.375rem;padding:.375rem .75rem;text-transform:capitalize}.status-badge:before{border-radius:50%;content:"";height:6px;width:6px}.status-badge.draft{background:#f3f4f6;background:var(--gray-100);color:#4b5563;color:var(--gray-600)}.status-badge.draft:before{background:#9ca3af;background:var(--gray-400)}.status-badge.confirmed{background:#dbeafe;background:var(--info-light);color:#3b82f6;color:var(--info)}.status-badge.confirmed:before{background:#3b82f6;background:var(--info)}.status-badge.production{background:#fef3c7;background:var(--warning-light);color:#f59e0b;color:var(--warning)}.status-badge.production:before{background:#f59e0b;background:var(--warning)}.status-badge.shipped{background:#ede9fe;background:var(--purple-light);color:#8b5cf6;color:var(--purple)}.status-badge.shipped:before{background:#8b5cf6;background:var(--purple)}.status-badge.delivered{background:#d1fae5;background:var(--success-light);color:#10b981;color:var(--success)}.status-badge.delivered:before{background:#10b981;background:var(--success)}.action-link{color:#4f46e5;color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.action-link:hover{color:#4338ca;color:var(--primary-dark);text-decoration:underline}.empty-state{color:#6b7280;color:var(--gray-500);padding:3rem 1.5rem;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#374151;color:var(--gray-700);font-size:1.125rem;margin-bottom:.5rem}.loading-spinner{align-items:center;color:#6b7280;color:var(--gray-500);display:flex;justify-content:center;padding:3rem}.error-alert{background:#fee2e2;background:var(--danger-light);border-radius:8px;border-radius:var(--radius);color:#ef4444;color:var(--danger);font-size:.875rem;margin:1rem 0;padding:1rem 1.25rem}.order-detail{background:#f9fafb;background:var(--gray-50);min-height:calc(100vh - 65px)}.order-detail-content{margin:0 auto;max-width:1400px;padding:1.5rem}.order-detail-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}.order-detail-header,.order-detail-header-left{align-items:center;display:flex;gap:1rem}.back-link{align-items:center;color:#6b7280;color:var(--gray-500);display:flex;font-size:.875rem;gap:.375rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#4f46e5;color:var(--primary)}.order-detail-header h2{color:#1f2937;color:var(--gray-800);font-size:1.5rem;font-weight:600}.order-detail-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.order-info-card{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.order-info-header{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:1rem 1.25rem}.order-info-header h3{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.order-info-body{padding:1.25rem}.info-row{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:.75rem 0}.info-row:last-child{border-bottom:none}.info-label{color:#6b7280;color:var(--gray-500);font-size:.875rem}.info-value{color:#1f2937;color:var(--gray-800);font-size:.875rem;font-weight:500}.status-select{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);color:#374151;color:var(--gray-700);font-size:.875rem;padding:.375rem .75rem}.documents-card,.status-select{background:#fff;background:var(--white)}.documents-card{border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.documents-header{align-items:center;background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:1rem 1.25rem}.documents-header h3{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.upload-buttons{display:flex;gap:.5rem}.upload-btn{align-items:center;background:#4f46e5;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.5rem .875rem;transition:all .2s ease}.upload-btn:hover{background:#4338ca;background:var(--primary-dark)}.upload-btn:disabled{background:#9ca3af;background:var(--gray-400);cursor:not-allowed}.upload-input{display:none}.documents-body{padding:1.25rem}.document-list{display:flex;flex-direction:column;gap:.75rem}.document-item{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);padding:1rem;transition:all .2s ease}.document-item:hover{border-color:#d1d5db;border-color:var(--gray-300)}.document-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.document-type{gap:.5rem}.document-icon,.document-type{align-items:center;display:flex}.document-icon{background:#e0e7ff;background:var(--primary-light);border-radius:8px;border-radius:var(--radius);font-size:1rem;height:36px;justify-content:center;width:36px}.document-type-name{color:#1f2937;color:var(--gray-800);font-size:.9375rem;font-weight:600}.document-version{background:#f3f4f6;background:var(--gray-100);border-radius:4px;border-radius:var(--radius-sm);font-size:.75rem;padding:.25rem .5rem}.document-meta,.document-version{color:#6b7280;color:var(--gray-500)}.document-meta{align-items:center;display:flex;font-size:.8125rem;gap:1rem;margin-bottom:.75rem}.document-actions{display:flex;gap:.5rem}.doc-action-btn{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:4px;border-radius:var(--radius-sm);color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.doc-action-btn:hover{background:#f9fafb;background:var(--gray-50);border-color:#d1d5db;border-color:var(--gray-300)}.doc-action-btn.approve{background:#10b981;background:var(--success);border-color:#10b981;border-color:var(--success);color:#fff;color:var(--white)}.doc-action-btn.approve:hover{background:#10b981;background:var(--success);opacity:.9}.doc-action-btn:disabled{cursor:not-allowed;opacity:.5}.version-history{border-top:1px dashed #e5e7eb;border-top:1px dashed var(--gray-200);margin-top:.75rem;padding-top:.75rem}.version-history-title{color:#6b7280;color:var(--gray-500);font-size:.75rem;margin-bottom:.5rem}.version-list{display:flex;flex-direction:column;gap:.375rem}.version-item{align-items:center;background:#f9fafb;background:var(--gray-50);border-radius:4px;border-radius:var(--radius-sm);display:flex;font-size:.75rem;justify-content:space-between;padding:.375rem .5rem}.version-number{color:#4b5563;color:var(--gray-600);font-weight:500}.version-date{color:#9ca3af;color:var(--gray-400)}.chat-card{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);display:flex;flex-direction:column;height:500px;overflow:hidden}.chat-header{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:1rem 1.25rem}.chat-header h3{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem}.chat-message{border-radius:12px;border-radius:var(--radius-lg);font-size:.875rem;line-height:1.5;max-width:80%;padding:.75rem 1rem}.chat-message.own{align-self:flex-end;background:#4f46e5;background:var(--primary);border-bottom-right-radius:4px;border-bottom-right-radius:var(--radius-sm);color:#fff;color:var(--white)}.chat-message.other{align-self:flex-start;background:#f3f4f6;background:var(--gray-100);border-bottom-left-radius:4px;border-bottom-left-radius:var(--radius-sm);color:#1f2937;color:var(--gray-800)}.message-sender{font-size:.75rem;font-weight:600;margin-bottom:.25rem;opacity:.8}.message-time{font-size:.6875rem;margin-top:.25rem;opacity:.6}.chat-input-area{border-top:1px solid #f3f4f6;border-top:1px solid var(--gray-100);display:flex;gap:.75rem;padding:1rem}.chat-input{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);flex:1 1;font-family:inherit;font-size:.875rem;padding:.75rem 1rem;resize:none}.chat-input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #e0e7ff;box-shadow:0 0 0 3px var(--primary-light);outline:none}.chat-send-btn{background:#4f46e5;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;color:var(--white);cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.chat-send-btn:hover{background:#4338ca;background:var(--primary-dark)}.chat-send-btn:disabled{background:#9ca3af;background:var(--gray-400);cursor:not-allowed}.chat-empty{color:#9ca3af;color:var(--gray-400);font-size:.875rem;padding:2rem;text-align:center}.vendor-manager{min-height:calc(100vh - 65px)}.vendor-manager-content{margin:0 auto;max-width:1400px;padding:1.5rem}.vendor-manager-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.vendor-form-card{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.vendor-form-header{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:1rem 1.25rem}.vendor-form-header h3{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.vendor-form-body{padding:1.25rem}.form-row{margin-bottom:1rem}.form-row label{color:#374151;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-row input{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-row input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #e0e7ff;box-shadow:0 0 0 3px var(--primary-light);outline:none}.submit-btn{background:#4f46e5;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;color:var(--white);cursor:pointer;font-size:.9375rem;font-weight:600;padding:.875rem;transition:all .2s ease;width:100%}.submit-btn:hover{background:#4338ca;background:var(--primary-dark)}.submit-btn:disabled{background:#9ca3af;background:var(--gray-400);cursor:not-allowed}.vendor-list-card{background:#fff;background:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden}.vendor-list-header{background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:1rem 1.25rem}.vendor-list-header h3{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.vendor-list-body{padding:1.25rem}.vendor-item{align-items:center;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem;transition:all .2s ease}.vendor-item:hover{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.vendor-info h4{color:#1f2937;color:var(--gray-800);font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.vendor-info p{color:#6b7280;color:var(--gray-500);font-size:.8125rem}.vendor-badge{background:#d1fae5;background:var(--success-light);border-radius:4px;border-radius:var(--radius-sm);color:#10b981;color:var(--success);font-size:.75rem;font-weight:600;padding:.25rem .625rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}.order-detail-grid{grid-template-columns:1fr 1.5fr}.chat-card{grid-column:1/-1;height:400px}.vendor-manager-grid{grid-template-columns:400px 1fr}}@media (min-width:1024px){.order-detail-grid{grid-template-columns:320px 1fr 380px}.chat-card{grid-column:auto;height:calc(100vh - 180px)}.dashboard-content,.order-detail-content,.vendor-manager-content{padding:2rem}}@media (min-width:1280px){.stats-grid{gap:1.5rem}.stat-card{padding:1.5rem}.stat-card-value{font-size:2rem}}@media (max-width:767px){.header-content{flex-wrap:wrap;gap:.75rem}.header-nav{justify-content:center;order:3;width:100%}.header-right{font-size:.75rem}.user-info span:not(.user-badge){display:none}.login-card{padding:1.5rem}.orders-table-wrapper{margin:0 -1rem}.orders-table td,.orders-table th{padding:.75rem;white-space:nowrap}.order-detail-header{align-items:flex-start;flex-direction:column}.chat-card{height:400px}.chat-message{max-width:90%}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
/*# sourceMappingURL=main.0bfa9cba.css.map*/