@import "https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600;700&family=DM+Sans:wght@600&display=swap";:root{--mkt-header-h:80px;--mkt-accent:#00a29b;--mkt-cta:#03a191;--mkt-white:#fff;--mkt-white-30:#ffffff4d;--mkt-white-90:#ffffffe6;--mkt-white-80:#fffc;--mkt-white-70:#ffffffb3;--mkt-white-15:#ffffff26;--mkt-white-10:#ffffff1a;--mkt-text:#111;--mkt-text-soft:#4b5563;--mkt-bg-page:#fff;--mkt-header-gradient:linear-gradient(180deg, #1c1b1f 0%, #1a2e46 98%);--mkt-dark-gradient:linear-gradient(180deg, #1a2e46 0%, #1c1b1f 98%)}html.mkt-no-overscroll,html.mkt-no-overscroll body{overscroll-behavior-y:none}.mkt-page{background:var(--mkt-bg-page);min-height:100vh;color:var(--mkt-text);flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.mkt-main{padding-top:var(--mkt-header-h);flex:1}.mkt-header{z-index:50;background:var(--mkt-header-gradient);transition:box-shadow .2s;position:fixed;top:0;left:0;right:0}.mkt-header--scrolled{box-shadow:0 4px 20px #00000026}.mkt-header__inner{width:100%;height:var(--mkt-header-h);align-items:center;padding:8px 16px;display:flex}@media (width>=768px){.mkt-header__inner{padding:12px 24px}}@media (width>=1024px){.mkt-header__inner{padding:12px 32px}}.mkt-header__logo{flex-shrink:0;align-items:center;transition:opacity .2s;display:inline-flex}.mkt-header__logo:hover{opacity:.9}.mkt-header__logo img{width:auto;height:40px;display:block}@media (width>=768px){.mkt-header__logo img{height:56px}}.mkt-header__right{flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}@media (width>=1024px){.mkt-header__right{gap:20px}}.mkt-nav{align-items:center;gap:4px;display:none}@media (width>=768px){.mkt-nav{display:flex}}.mkt-nav__item{position:relative}.mkt-nav__link{min-height:44px;color:var(--mkt-white-90);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.mkt-nav__link:hover,.mkt-nav__link[aria-expanded=true]{background:var(--mkt-white-10);color:var(--mkt-white)}.mkt-nav__link:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:2px}.mkt-nav__chevron{width:14px;height:14px;transition:transform .2s}.mkt-nav__link[aria-expanded=true] .mkt-nav__chevron{transform:rotate(180deg)}.mkt-nav__panel{min-width:320px;color:var(--mkt-text);z-index:60;background:#fff;border-radius:14px;flex-direction:column;gap:2px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 24px 48px -12px #00000059}.mkt-nav__panel-title{letter-spacing:.08em;text-transform:uppercase;color:#6b7280;padding:8px 12px 6px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600}.mkt-nav__sublink{min-height:44px;color:var(--mkt-text);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.mkt-nav__sublink:hover,.mkt-nav__sublink:focus-visible{color:var(--mkt-accent);background:#00a29b14}.mkt-nav__sublink:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:-2px}.mkt-nav__sublink svg{color:var(--mkt-accent);flex-shrink:0}.mkt-header__divider{background:var(--mkt-white-30);width:1px;height:24px;display:none}@media (width>=1024px){.mkt-header__divider{display:block}}.mkt-header__cta{color:var(--mkt-white);background:var(--mkt-cta);white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-family:DM Sans,Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none;transition:opacity .2s;display:inline-flex}.mkt-header__cta:hover,.mkt-header__cta:focus-visible{opacity:.95}.mkt-header__cta:focus-visible{outline:2px solid var(--mkt-white);outline-offset:2px}@media (width>=1024px){.mkt-header__cta{padding:10px 20px;font-size:1rem}}.mkt-burger{width:44px;height:44px;color:var(--mkt-white);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:inline-flex}.mkt-burger:hover{background:var(--mkt-white-10)}.mkt-burger:focus-visible{outline:2px solid var(--mkt-white);outline-offset:2px}@media (width>=768px){.mkt-burger{display:none}}.mkt-mobile{background:var(--mkt-header-gradient);border-top:1px solid var(--mkt-white-15);max-height:calc(100vh - var(--mkt-header-h));padding:12px 16px 16px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}@media (width>=768px){.mkt-mobile{display:none}}.mkt-mobile__group{flex-direction:column;gap:2px;display:flex}.mkt-mobile__row{width:100%;min-height:44px;color:var(--mkt-white-90);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.mkt-mobile__row:hover,.mkt-mobile__row[aria-expanded=true]{background:var(--mkt-white-10);color:var(--mkt-white)}.mkt-mobile__row:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:-2px}.mkt-mobile__chevron{width:16px;height:16px;transition:transform .2s}.mkt-mobile__row[aria-expanded=true] .mkt-mobile__chevron{transform:rotate(180deg)}.mkt-mobile__sub{border-left:1px solid var(--mkt-white-15);flex-direction:column;gap:2px;margin:4px 0 8px 8px;padding-left:12px;display:flex}.mkt-mobile__sublabel{letter-spacing:.08em;text-transform:uppercase;color:var(--mkt-white-70);padding:8px 12px 4px;font-size:.7rem;font-weight:600}.mkt-mobile__sublink{min-height:44px;color:var(--mkt-white-90);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.9375rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.mkt-mobile__sublink:hover,.mkt-mobile__sublink:focus-visible{background:var(--mkt-white-10);color:var(--mkt-white)}.mkt-mobile__sublink:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:-2px}.mkt-mobile__sublink svg{color:var(--mkt-white-70);flex-shrink:0}.mkt-mobile__cta{background:var(--mkt-cta);min-height:44px;color:var(--mkt-white);text-align:center;border-radius:14px;justify-content:center;align-items:center;margin:12px 12px 0;padding:12px 16px;font-family:DM Sans,Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.mkt-mobile__cta:hover{opacity:.95}.mkt-footer{background:var(--mkt-dark-gradient);color:var(--mkt-white-90);position:relative}.mkt-footer__inner{max-width:1280px;margin:0 auto;padding:48px 16px 0}@media (width>=768px){.mkt-footer__inner{padding:64px 24px 0}}@media (width>=1024px){.mkt-footer__inner{padding:64px 32px 0}}.mkt-footer__grid{grid-template-columns:1fr;gap:32px;margin-bottom:32px;display:grid}@media (width>=768px){.mkt-footer__grid{grid-template-columns:repeat(6,1fr);gap:48px}}@media (width>=1024px){.mkt-footer__grid{gap:64px}}.mkt-footer__brand{grid-column:span 1}@media (width>=768px){.mkt-footer__brand{grid-column:span 6;max-width:28rem}}@media (width>=1024px){.mkt-footer__brand{grid-column:span 2}}.mkt-footer__logo{display:inline-flex}.mkt-footer__logo img{width:auto;height:64px;transition:transform .2s;display:block}.mkt-footer__logo:hover img{transform:scale(1.05)}@media (width>=768px){.mkt-footer__logo img{height:80px}}.mkt-footer__tagline{color:var(--mkt-white-80);max-width:22rem;margin-top:16px;font-size:.9375rem;line-height:1.6}.mkt-footer__social{gap:16px;margin-top:16px;display:flex}.mkt-footer__social a{color:#ffffffb3;justify-content:flex-start;align-items:center;min-width:44px;min-height:44px;transition:color .2s,transform .2s;display:inline-flex}.mkt-footer__social a:hover,.mkt-footer__social a:focus-visible{color:var(--mkt-accent);transform:scale(1.05)}.mkt-footer__social a:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:4px;border-radius:4px}.mkt-footer__cols{grid-column:span 1;grid-template-columns:1fr;gap:24px;display:grid}@media (width>=640px){.mkt-footer__cols{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width>=768px){.mkt-footer__cols{grid-column:span 6;grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.mkt-footer__cols{grid-column:span 4}}.mkt-footer__col-title{letter-spacing:.02em;color:var(--mkt-accent);margin-bottom:16px;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600}.mkt-footer__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mkt-footer__link{color:var(--mkt-white-80);font-family:DM Sans,Inter,sans-serif;font-size:.9375rem;text-decoration:none;transition:color .2s}.mkt-footer__link:hover,.mkt-footer__link:focus-visible{color:var(--mkt-accent)}.mkt-footer__link:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:2px;border-radius:2px}.mkt-footer__contact-row{color:var(--mkt-white-80);align-items:flex-start;gap:10px;display:flex}.mkt-footer__contact-row svg{color:var(--mkt-accent);flex-shrink:0;margin-top:2px}.mkt-footer__contact-row a{color:inherit;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.45;text-decoration:none;transition:color .2s}.mkt-footer__contact-row a:hover{color:var(--mkt-accent)}.mkt-footer__bottom{border-top:1px solid var(--mkt-accent);flex-direction:column;justify-content:space-between;gap:16px;padding:20px 0 40px;display:flex}@media (width>=768px){.mkt-footer__bottom{flex-direction:row;align-items:center;gap:0}}.mkt-footer__copyright{color:var(--mkt-white-80);text-align:center;font-size:.875rem}@media (width>=768px){.mkt-footer__copyright{text-align:left}}.mkt-footer__copyright em{color:var(--mkt-accent);font-style:normal}.mkt-footer__legal{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width>=768px){.mkt-footer__legal{justify-content:flex-end;gap:16px}}.mkt-footer__legal a{color:var(--mkt-white-80);font-family:DM Sans,Inter,sans-serif;font-size:.875rem;text-decoration:none;transition:color .2s}.mkt-footer__legal a:hover,.mkt-footer__legal a:focus-visible{color:var(--mkt-accent)}.mkt-footer__legal a:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:2px;border-radius:2px}.mkt-404{min-height:calc(100vh - var(--mkt-header-h));justify-content:center;align-items:center;padding:32px 16px 64px;display:flex}.mkt-404__card{background:var(--mkt-white);border-radius:16px;width:100%;max-width:1050px;overflow:hidden;box-shadow:0 10px 40px #00000014}.mkt-404__inner{flex-direction:column;gap:32px;padding:40px 24px;display:flex}@media (width>=1024px){.mkt-404__inner{flex-direction:row;align-items:center;gap:48px;min-height:480px;padding:56px}}.mkt-404__col-text{flex:50%;min-width:0}.mkt-404__label{color:var(--mkt-accent);letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:600}.mkt-404__title{color:var(--mkt-text);margin-top:12px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2}@media (width>=768px){.mkt-404__title{font-size:2rem}}.mkt-404__desc{color:var(--mkt-text-soft);max-width:32rem;margin-top:16px;font-size:1rem;line-height:1.6}.mkt-404__actions{margin-top:24px}.mkt-404__btn{cursor:pointer;border:1px solid var(--mkt-accent);background:var(--mkt-white);min-height:44px;color:var(--mkt-accent);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.mkt-404__btn:hover{background:var(--mkt-accent);color:var(--mkt-white)}.mkt-404__btn:focus-visible{outline:2px solid var(--mkt-accent);outline-offset:3px}.mkt-404__btn svg{flex-shrink:0;width:18px;height:18px}.mkt-404__col-visual{flex-direction:column;flex:50%;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.mkt-404__fuzzy-lg,.mkt-404__fuzzy-sm{justify-content:center;align-items:center;width:100%;display:flex}.mkt-404__col-visual canvas{max-width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.mkt-header,.mkt-header__cta,.mkt-footer__logo img,.mkt-footer__social a,.mkt-footer__link,.mkt-404__btn{transition:none}}:root{--gradient-header:linear-gradient(180deg, #1c1b1f 0%, #1a2e46 98%);--gradient-dark:linear-gradient(180deg, #1a2e46 0%, #1c1b1f 98%);--chrome-text:#fffffff2;--chrome-text-muted:#ffffffb8;--chrome-border:#ffffff38;--primary:#00a09b;--primary-hover:#008a82;--primary-active:#007066;--primary-dark:#007066;--primary-light:#b6d7b9;--primary-ultra-light:#e8f5e8;--primary-disabled:#cce5e2;--primary-10:color-mix(in srgb, var(--primary) 10%, transparent);--primary-05:color-mix(in srgb, var(--primary) 5%, transparent);--primary-22:color-mix(in srgb, var(--primary) 22%, transparent);--shadow-primary-btn:0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);--page-accent:var(--primary);--page-accent-rgb:0, 160, 155;--text:#000;--text-sec:#1a1a1a;--text-tertiary:#333;--text-light:#4a4a4a;--text-ultra-light:#666;--bg:#f4f1ee;--bg-warm:#f4f1ee;--surface:#fff;--surface-light:#f0f0f0;--border:#e5e5e5;--border-light:#f0f0f0;--table-header-bg:var(--surface-light);--table-row-hover:var(--primary-05);--table-sticky-shadow:0 1px 0 var(--border);--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--sidebar-w:280px;--sidebar-collapsed:80px;--header-h:80px;--radius:.5rem;--shadow-card:0 2px 16px 0 #1a2e460f;--shadow-card-hover:0 4px 24px 0 #1a2e461a}[data-theme=dark]{--text:#1a1a1a;--text-sec:#333;--text-tertiary:#4a4a4a;--text-light:#666;--text-ultra-light:#888;--primary:#00a09b;--primary-hover:#008a82;--primary-active:#007066;--primary-dark:#007066;--primary-ultra-light:#e8f5e8;--primary-disabled:#cce5e2;--primary-10:color-mix(in srgb, var(--primary) 12%, transparent);--primary-05:color-mix(in srgb, var(--primary) 8%, transparent);--primary-22:color-mix(in srgb, var(--primary) 22%, transparent);--shadow-primary-btn:0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);--page-accent:var(--primary);--bg:#141414;--bg-warm:#1a1a1a;--surface:#fff;--surface-light:#f4f1ee;--border:#e5e5e5;--border-light:#f0f0f0;--table-header-bg:var(--surface-light);--table-row-hover:var(--primary-05);--table-sticky-shadow:0 1px 0 var(--border)}*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none;font-size:16px}body{background:var(--bg);color:var(--text);overscroll-behavior:none;min-height:100vh;font-family:Inter,sans-serif;transition:background .3s,color .3s}h1,h2,h3{font-family:Poppins,sans-serif}.font-cta{font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-primary-btn)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary-10)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-warning{background:var(--warning);color:#212529}.btn-outline{border:1px solid var(--border);color:var(--text-sec);background:0 0}.btn-outline:hover{background:var(--bg)}.btn-sm{border-radius:6px;padding:6px 12px;font-size:.8rem}.btn-icon{border-radius:8px;justify-content:center;width:36px;height:36px;padding:0}.card{background:var(--surface);box-shadow:var(--shadow-card);border-radius:16px;padding:20px;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-card-hover)}.badge-pill{border-radius:999px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-active{color:var(--success);background:#10b9811f}.badge-inactive{color:var(--danger);background:#ef44441f}.badge-pending{color:var(--warning);background:#f59e0b26}.form-group{margin-bottom:18px}.form-label{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-control{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;outline:none;padding:11px 14px;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-10)}textarea.form-control{resize:vertical;min-height:100px}select.form-control{cursor:pointer}.table-wrap{overscroll-behavior-x:none;overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:var(--table-header-bg);text-align:left;color:var(--text);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:.78rem;font-weight:600}tbody tr{border-bottom:1px solid var(--border);transition:background .15s}tbody tr:hover{background:var(--table-row-hover)}tbody td{color:var(--text-sec);padding:12px 16px;font-size:.875rem}.grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title{color:var(--text);font-size:1.1rem;font-weight:700}.section-sub{color:var(--text-light);margin-top:2px;font-size:.8rem}.filter-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.filter-input{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex:1;align-items:center;gap:8px;min-width:180px;max-width:280px;padding:8px 12px;display:flex}.filter-input input{color:var(--text);background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:.875rem}.filter-input input::placeholder{color:var(--text-light)}select.filter-select{background:var(--surface);border:1px solid var(--border);color:var(--text-sec);cursor:pointer;border-radius:8px;outline:none;padding:8px 14px;font-family:Inter,sans-serif;font-size:.875rem}.pagination{align-items:center;gap:6px;display:flex}.page-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;min-width:34px;height:34px;color:var(--text-sec);border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.page-btn:hover{border-color:var(--primary);color:var(--primary)}.page-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.modal-overlay{z-index:200;overscroll-behavior:none;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);overscroll-behavior:none;-webkit-overflow-scrolling:touch;border-radius:20px;width:100%;max-width:600px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-title{color:var(--text);font-size:1.15rem;font-weight:700}.upload-area{border:2px dashed var(--border);text-align:center;cursor:pointer;color:var(--text-light);border-radius:12px;padding:32px;transition:all .2s}.upload-area:hover{border-color:var(--primary);background:var(--primary-05);color:var(--primary)}.tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:24px;display:flex}.tab{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.tab:hover{color:var(--primary)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}@media (width<=1280px){.grid-4{grid-template-columns:repeat(3,1fr)}.modal{max-width:560px}.section-title{font-size:1.05rem}}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.modal{border-radius:16px;max-width:520px;padding:20px}.modal-overlay{padding:16px}.section-header{flex-wrap:wrap;gap:12px}.filter-bar{gap:10px}.filter-input{min-width:0;max-width:100%}.tab{padding:8px 14px;font-size:.85rem}.btn{padding:8px 16px;font-size:.82rem}.card{border-radius:14px;padding:16px}thead th{padding:10px 12px;font-size:.72rem}tbody td{padding:10px 12px;font-size:.82rem}}@media (width<=768px){html{font-size:15px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.modal{border-radius:16px 16px 0 0;max-width:100%;max-height:95vh;padding:18px}.modal-overlay{align-items:flex-end;padding:0}.modal-title{font-size:1.05rem}.section-header{margin-bottom:14px}.section-title{font-size:1rem}.section-sub{font-size:.75rem}.filter-bar{gap:8px;margin-bottom:14px}.filter-input{flex:100%;max-width:100%}.btn{gap:6px;padding:8px 14px;font-size:.8rem}.btn-sm{padding:5px 10px;font-size:.75rem}.card{border-radius:12px;padding:14px}.form-group{margin-bottom:14px}.form-label{margin-bottom:4px;font-size:.8rem}.form-control{padding:9px 12px;font-size:.85rem}.tabs{overscroll-behavior:none;-webkit-overflow-scrolling:touch;margin-bottom:16px;overflow-x:auto}.tab{flex-shrink:0;padding:8px 12px;font-size:.8rem}thead th{padding:8px 10px;font-size:.68rem}tbody td{padding:8px 10px;font-size:.8rem}.upload-area{padding:20px}.pagination{flex-wrap:wrap;justify-content:center}}
