.login-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:380px}.login-brand{text-align:center;margin-bottom:2rem}.login-logo{max-height:100px;width:auto;display:block;margin:0 auto .5rem}.login-logo-fallback{display:none;font-size:1.5rem;font-weight:700;color:#1e293b}.login-logo-fallback.show{display:block;margin-bottom:.5rem}.login-tagline{margin:0;font-size:1rem;color:#64748b;font-weight:500}.login-form label{display:block;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;color:#334155}.login-form input{width:100%;margin-top:.35rem;padding:.65rem .85rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem}.login-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.login-form button{width:100%;padding:.75rem 1rem;margin-top:.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.login-form button:hover:not(:disabled){background:#1d4ed8}.login-form button:disabled{opacity:.7;cursor:not-allowed}.login-error{background:#fef2f2;color:#b91c1c;padding:.6rem .85rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:12px;box-shadow:0 25px 50px #0003;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:.25rem}.modal-close:hover{color:#1e293b}.modal-form{padding:1.5rem}.modal-error{background:#fef2f2;color:#b91c1c;padding:.6rem .85rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.modal-form label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:10px}.modal-form .required{color:#dc2626}.modal-form input,.modal-form textarea{width:100%;margin-top:.35rem;padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem}.modal-form input:focus,.modal-form textarea:focus{outline:none;border-color:#3b82f6}.relation-field{display:flex;flex-direction:column;gap:.35rem}.relation-label{font-size:.875rem;font-weight:500;color:#334155;margin-top:.25rem}.relation-type-select,.relation-mode-select{width:100%;padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;margin-top:.25rem}.relation-list-select{width:100%;padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.btn-secondary:hover{background:#e2e8f0}.modal-actions .btn-primary{padding:.6rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer}.modal-actions .btn-primary:hover:not(:disabled){background:#1d4ed8}.modal-actions .btn-primary:disabled{opacity:.7;cursor:not-allowed}.dashboard{min-height:100vh;background:#f1f5f9}.dashboard-header{background:#fff;padding:.65rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;box-shadow:0 1px 3px #00000014}.dashboard-header-main{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;min-width:0}.dashboard-brand-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.dashboard-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.125rem;color:#1e293b}.dashboard-logo{height:70px;width:auto;display:block}.dashboard-nav{display:flex;align-items:center;gap:.35rem}.dashboard-nav-link{padding:.5rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;color:#64748b;text-decoration:none;border:1px solid transparent}.dashboard-nav-link:hover{color:#334155;background:#f8fafc}.dashboard-nav-link--active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.btn-logout{padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;color:#64748b}.btn-logout:hover{background:#f8fafc;color:#334155}.dashboard-main{max-width:1200px;margin:0 auto;padding:1.5rem}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.dashboard-toolbar h1{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.dashboard-actions{display:flex;align-items:center;gap:.75rem}.btn-secondary{padding:.6rem 1.25rem;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{padding:.6rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer}.btn-primary:hover{background:#1d4ed8}.dashboard-loading{color:#64748b;margin:2rem 0}.dashboard-fetch-error{margin-bottom:1rem;padding:.85rem 1rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.875rem;line-height:1.45}.dashboard-fetch-error strong{font-weight:700}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.125rem;color:#64748b}.employee-table-wrap{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.employee-table-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem .75rem .25rem}.employee-search{max-width:260px;width:100%;padding:.4rem .6rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.9rem}.employee-search:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.employee-count{font-size:.8rem;color:#64748b}.employee-toolbar-right{display:flex;align-items:center;gap:.75rem}.employee-page-size-label{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#64748b}.employee-page-size-label select{padding:.25rem .5rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.8rem}.employee-table{width:100%;border-collapse:collapse}.employee-table th,.employee-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.employee-table th{background:#f8fafc;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.employee-table tbody tr:hover{background:#fafafa}.empty-cell{color:#94a3b8;font-style:italic;padding:2rem!important;text-align:center}.management-details-cell{max-width:240px;font-size:.875rem;color:#475569;vertical-align:top;line-height:1.4}.qr-link{display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#2563eb;text-decoration:none;max-width:88px}.qr-link--textonly{display:inline;max-width:none;font-size:.75rem}.qr-link--textonly:hover,.qr-link:hover .qr-link-label{text-decoration:underline}.qr-link-label{font-size:.7rem;font-weight:600;text-align:center;line-height:1.2}.qr-svg{display:block;border-radius:6px;background:#fff;padding:2px}.qr-cell{display:flex;flex-direction:column;align-items:center;gap:.25rem}.btn-delete{padding:.35rem .65rem;background:#fef2f2;color:#b91c1c;border:none;border-radius:6px;font-size:.8125rem;cursor:pointer}.btn-delete:hover:not(:disabled){background:#fee2e2}.btn-delete:disabled{opacity:.7;cursor:not-allowed}.btn-edit{padding:.35rem .65rem;background:#eff6ff;color:#1d4ed8;border:none;border-radius:6px;font-size:.8125rem;cursor:pointer}.btn-edit:hover{background:#dbeafe}.actions-cell{display:flex;gap:.5rem}.employee-pagination{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding:.75rem .75rem .6rem;font-size:.85rem;color:#64748b}.employee-pagination button{padding:.3rem .7rem;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8rem;cursor:pointer}.employee-pagination button:disabled{opacity:.5;cursor:not-allowed}.employee-pagination button:not(:disabled):hover{background:#e2e8f0}.mgmt-modal-card{max-width:680px;max-height:92vh;overflow-y:auto}.mgmt-modal-card .modal-form fieldset{border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1rem .25rem;margin-bottom:1rem}.mgmt-modal-card legend{font-size:.8125rem;font-weight:700;color:#475569;padding:0 .35rem;letter-spacing:.02em}.mgmt-modal-card .form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 560px){.mgmt-modal-card .form-row-2{grid-template-columns:1fr}}.employee-mgmt-public-wrap{min-height:100vh;background:linear-gradient(160deg,#0f172a,#1e293b 45%,#334155);display:flex;align-items:center;justify-content:center;padding:1.5rem}.employee-mgmt-card{width:100%;max-width:400px;background:#fffffff7;border-radius:20px;padding:1.5rem 1.35rem 1.75rem;box-shadow:0 25px 50px #00000059;border:1px solid rgba(255,255,255,.2)}.employee-mgmt-top{text-align:center;margin-bottom:1.25rem}.employee-mgmt-logo{height:36px;width:auto;margin-bottom:1rem;opacity:.9}.employee-mgmt-avatar-block{display:flex;justify-content:center;margin-bottom:.85rem}.employee-mgmt-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;border:4px solid #e2e8f0;box-shadow:0 8px 24px #0f172a26}.employee-mgmt-avatar--ph{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800}.employee-mgmt-name{margin:0;font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.2}.employee-mgmt-sub{margin:.35rem 0 0;font-size:.875rem;color:#64748b}.employee-mgmt-facts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.employee-mgmt-facts li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .75rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.employee-mgmt-k{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.employee-mgmt-v{font-size:.9375rem;font-weight:600;color:#1e293b;text-align:right}.employee-mgmt-blood{color:#b91c1c;font-size:1.05rem}.employee-mgmt-tel{color:#2563eb;text-decoration:none}.employee-mgmt-tel:hover{text-decoration:underline}.employee-mgmt-addresses{margin-top:1.1rem;padding-top:1rem;border-top:1px solid #e2e8f0;font-size:.8125rem;color:#475569;line-height:1.5}.employee-mgmt-addresses p{margin:0 0 .75rem}.employee-mgmt-addresses p:last-child{margin-bottom:0}.employee-mgmt-addresses strong{color:#334155;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.employee-mgmt-web{display:block;margin-top:1rem;text-align:center;padding:.65rem 1rem;background:#0f172a;color:#fff;text-decoration:none;border-radius:10px;font-size:.875rem;font-weight:600}.employee-mgmt-web:hover{background:#1e293b}.employee-public-wrap{min-height:100vh;background:#b8d4e8;display:flex;align-items:center;justify-content:center;padding:1.5rem}.employee-public-loading{color:#1e293b;font-size:1.125rem}.employee-public-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001f;width:100%;max-width:560px;overflow:hidden}.employee-public-error{padding:2rem;text-align:center;color:#64748b}.employee-card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:0 1.5rem;padding-top:0;position:relative}.employee-card-avatar-wrap{margin-top:10px;flex-shrink:0}.employee-card-avatar,.employee-card-avatar-placeholder{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 8px #0000001a}.employee-card-avatar-placeholder{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.employee-card-brand{display:flex;flex-direction:column;align-items:flex-end;padding-top:1rem}.employee-card-logo{height:100px;width:auto}.employee-card-tagline{font-size:.7rem;font-weight:600;letter-spacing:.05em;color:#94a3b8;margin-top:.25rem}.employee-card-details{padding:1.25rem 1.5rem 1.5rem}.employee-card-dl{margin:0;display:flex;flex-direction:column;gap:0}.employee-card-row{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:start;padding:.65rem 0;border-bottom:1px solid #f1f5f9}.employee-card-row:last-child{border-bottom:none}.employee-card-row dt{margin:0;font-size:.8125rem;font-weight:700;color:#334155}.employee-card-row dd{margin:0;font-size:.9375rem;color:#475569;line-height:1.45}.employee-card-website-btn{display:inline-block;padding:.5rem 1rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:600}.employee-card-website-btn:hover{background:#1d4ed8}.employee-card-no-website{color:#94a3b8}@media (max-width: 480px){.employee-card-row{grid-template-columns:1fr;gap:.25rem}}.mgmt-card-page{min-height:100vh;background:radial-gradient(1200px 600px at 10% -10%,rgba(251,146,60,.18),transparent 55%),radial-gradient(900px 500px at 100% 0%,rgba(56,189,248,.12),transparent 50%),linear-gradient(165deg,#0c1222,#151b2e 40%,#1e293b);padding:1.75rem 1rem 3rem;color:#e2e8f0}.mgmt-card-page--loading,.mgmt-page-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem;color:#94a3b8}.mgmt-page-error{max-width:400px;margin:3rem auto;padding:2rem;text-align:center;background:#ffffff0f;border-radius:16px;border:1px solid rgba(255,255,255,.1);color:#cbd5e1}.mgmt-shell{max-width:800px;margin:0 auto}.mgmt-hero{position:relative;padding-top:3.25rem;margin-bottom:1.25rem}.mgmt-avatar-ring{position:absolute;top:0;left:50%;transform:translate(-50%);width:108px;height:108px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#fffd7d,#e48731,#ce0303);box-shadow:0 12px 40px #00000073;z-index:2}.mgmt-avatar-img,.mgmt-avatar-ph{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#1e293b;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:800;color:#fff}.mgmt-hero-panel{background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:20px;padding:4rem 1.35rem 1.5rem;text-align:center;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000059}.mgmt-hero-name{margin:0;font-size:clamp(1.35rem,4vw,1.65rem);font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.2}.mgmt-hero-role{margin:.5rem 0 0;font-size:.95rem;font-weight:600;color:#cbd5e1}.mgmt-hero-org{margin:.25rem 0 0;font-size:.85rem;color:#94a3b8}.mgmt-cta-row{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.5rem}.mgmt-btn-primary{width:100%;padding:.85rem 1.25rem;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(135deg,#fffd7d,#e48731,#ce0303);box-shadow:0 8px 24px #ea580c59;transition:transform .15s ease,box-shadow .15s ease}.mgmt-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #ea580c73}.mgmt-btn-ghost{width:100%;padding:.85rem 1.25rem;border:2px solid #e48731;border-radius:12px;background:transparent;font-size:.9rem;font-weight:700;color:#e48731;cursor:pointer;text-underline-offset:3px}.mgmt-btn-ghost:hover{color:#fdba74}.mgmt-share-hint{text-align:center;font-size:.8rem;color:#94a3b8;margin:0 0 1rem}.mgmt-bio-block{margin:1.5rem 0;padding:1.15rem 1.2rem;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.08)}.mgmt-bio-heading{margin:0 0 .65rem;font-size:.95rem;font-weight:800;color:#f8fafc}.mgmt-bio-text{font-size:.875rem;line-height:1.55;color:#cbd5e1}.mgmt-bio-text p{margin:0 0 .5rem}.mgmt-bio-text p:last-child{margin-bottom:0}.mgmt-section{margin-bottom:1.75rem}.mgmt-section-title{text-align:center;margin:0 0 .85rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.mgmt-tile-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.mgmt-tile{display:flex;flex-direction:column;align-items:center;gap:.45rem;width:88px;padding:.65rem .35rem .5rem;border-radius:14px;border:1px solid rgba(255,255,255,.12);text-decoration:none;color:#fff;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 6px 20px #00000040}.mgmt-tile:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000059}.mgmt-tile:focus-visible{outline:2px solid #fb923c;outline-offset:3px}.mgmt-tile-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px}.mgmt-icon-svg{width:22px;height:22px}.mgmt-tile-label{font-size:.7rem;font-weight:700;text-align:center;line-height:1.2;color:#ffffffeb}.mgmt-tile--green .mgmt-tile-icon{background:linear-gradient(145deg,#22c55e,#15803d)}.mgmt-tile--blue .mgmt-tile-icon{background:linear-gradient(145deg,#3b82f6,#1d4ed8)}.mgmt-tile--emerald .mgmt-tile-icon{background:linear-gradient(145deg,#10b981,#047857)}.mgmt-tile--sky .mgmt-tile-icon{background:linear-gradient(145deg,#38bdf8,#0284c7)}.mgmt-tile--indigo .mgmt-tile-icon{background:linear-gradient(145deg,#6366f1,#4338ca)}.mgmt-tile--amber .mgmt-tile-icon{background:linear-gradient(145deg,#fb923c,#c2410c)}.mgmt-tile--cyan .mgmt-tile-icon{background:linear-gradient(145deg,#06b6d4,#0e7490)}.mgmt-tile--pink .mgmt-tile-icon{background:linear-gradient(145deg,#ec42ec,#8d0b62)}.mgmt-tile--black .mgmt-tile-icon{background:linear-gradient(145deg,#000,#000)}.mgmt-tile--green{background:linear-gradient(160deg,#22c55e40,#0f172ae6)}.mgmt-tile--blue{background:linear-gradient(160deg,#3b82f647,#0f172aeb)}.mgmt-tile--emerald{background:linear-gradient(160deg,#10b98147,#0f172aeb)}.mgmt-tile--sky{background:linear-gradient(160deg,#38bdf847,#0f172aeb)}.mgmt-tile--indigo{background:linear-gradient(160deg,#6366f14d,#0f172aeb)}.mgmt-tile--amber{background:linear-gradient(160deg,#fb923c4d,#0f172aeb)}.mgmt-tile--cyan{background:linear-gradient(160deg,#06b6d447,#0f172aeb)}.mgmt-info-cards{display:flex;flex-direction:column;gap:.85rem}.mgmt-info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1.1rem}.mgmt-info-card-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.5rem}.mgmt-tile-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mgmt-tile-icon-wrap .mgmt-icon-svg{color:#fff}.mgmt-tile-icon-wrap.mgmt-tile--green{background:linear-gradient(145deg,#22c55e,#15803d)}.mgmt-tile-icon-wrap.mgmt-tile--lime{background:linear-gradient(145deg,#a3e635,#65a30d)}.mgmt-info-card-title{font-size:.9rem;font-weight:800;color:#f1f5f9}.mgmt-info-card-body{margin:0;font-size:.84rem;line-height:1.5;color:#cbd5e1;white-space:pre-wrap}@media (min-width: 480px){.mgmt-info-cards{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.flex{display:flex}.grid{display:grid}.table{display:table}.flex-col{flex-direction:column}.justify-center{justify-content:center}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}@media (min-width:64rem){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#root{min-height:100vh}
