.pa-ops-panel.pa-create-panel{overflow:visible}.pa-ops-page{display:flex;flex-direction:column;gap:24px;padding:28px 32px 32px}@media (max-width:640px){.pa-ops-page{padding:20px 16px 24px;gap:20px}}.pa-ops-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.pa-ops-title{margin:0 0 6px;font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1.25}.pa-ops-lead{margin:0;font-size:14px;color:var(--muted);line-height:1.55;max-width:520px}.pa-ops-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pa-ops-toolbar .btn{min-height:38px;padding:8px 14px;font-size:13px;font-weight:600;border-radius:10px}.pa-ops-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:900px){.pa-ops-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.pa-ops-stat-grid{grid-template-columns:1fr}}.pa-ops-stat-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:4px}.pa-ops-stat-card--warn{border-color:#fed7aa;background:linear-gradient(180deg,#fffbeb,#fff)}.pa-ops-stat-card--ok{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#fff)}.pa-ops-stat-card--muted{background:#f8fafc}.pa-ops-stat-num{font-size:1.75rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--text)}.pa-ops-stat-card--warn .pa-ops-stat-num{color:#c2410c}.pa-ops-stat-card--ok .pa-ops-stat-num{color:#15803d}.pa-ops-stat-label{font-size:12px;font-weight:600;color:var(--muted);line-height:1.35}.pa-ops-section-title{margin:0 0 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.pa-ops-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 22px;box-shadow:var(--shadow-sm)}.pa-ops-card-title{margin:0 0 6px;font-size:15px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.pa-ops-card-desc{margin:0 0 16px;font-size:13px;color:var(--muted);line-height:1.5}.pa-ops-card-desc:last-child{margin-bottom:0}.pa-ops-card-desc code{font-size:12px;padding:2px 6px;border-radius:4px;background:#f1f5f9}.pa-ops-discovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}@media (max-width:768px){.pa-ops-discovery-grid{grid-template-columns:1fr}}.pa-ops-form-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-top:4px}.pa-ops-field{display:flex;flex-direction:column;gap:6px;min-width:0}.pa-ops-field--grow{flex:1 1;min-width:160px}.pa-ops-field-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.pa-ops-field .input,.pa-ops-field select.input{min-height:40px;padding:9px 12px;border-radius:10px;border:1.5px solid var(--border);font-size:14px;background:#fff}.pa-ops-field .input:focus,.pa-ops-field select.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent);outline:none}.pa-ops-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}.pa-ops-badge--ok{background:#dcfce7;color:#166534}.pa-ops-badge--off{background:#fef3c7;color:#92400e}.pa-ops-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px;align-items:end}.pa-ops-alert{border-radius:12px;padding:18px 20px;border:1px solid var(--border);background:#f8fafc}.pa-ops-alert--ok{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff)}.pa-ops-alert--warn{border-color:#fde68a;background:linear-gradient(135deg,#fffbeb,#fff)}.pa-ops-alert--danger{border-color:#fecaca;background:linear-gradient(135deg,#fef2f2,#fff)}.pa-ops-alert-title{margin:0 0 8px;font-size:15px;font-weight:700;color:var(--text)}.pa-ops-alert-body{font-size:14px;line-height:1.5;color:var(--text-secondary)}.pa-ops-alert-meta{margin-top:8px;font-size:12px;color:var(--muted)}.pa-ops-table-section{padding:0;overflow:hidden}.pa-ops-table-section .pa-ops-section-title{padding:18px 22px 0}.pa-ops-table-section .table-wrap{margin:12px 0 0;border-top:1px solid #f1f5f9}.pa-ops-table-section .data-table th{background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:12px 16px}.pa-ops-table-section .data-table td{padding:14px 16px;vertical-align:top}.pa-ops-empty{text-align:center;padding:48px 24px;color:var(--muted);font-size:14px;line-height:1.55}.pa-ops-empty strong{display:block;font-size:15px;color:var(--text);margin-bottom:6px}.pa-ops-loading{text-align:center;padding:40px 24px;color:var(--muted);font-size:14px}.pa-ops-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:768px){.pa-ops-two-col{grid-template-columns:1fr}}.pa-ops-card-actions{margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.pa-ops-kv-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.pa-ops-kv-list li{display:flex;justify-content:space-between;gap:12px;font-size:13px}.pa-ops-kv-list span:first-child{color:var(--muted)}.pa-ops-kv-list strong{font-weight:600;color:var(--text)}.pa-ops-modal.modal-backdrop{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:rgba(15,23,42,.48);overflow:auto}.pa-ops-modal .modal-card{padding:24px 28px;border-radius:14px;max-width:480px;width:100%;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.28);border:1px solid #e2e8f0}.pa-ops-modal .modal-card h4{margin:0 0 16px;font-size:18px;font-weight:700}.pa-ops-modal .field{margin-bottom:14px}.pa-ops-modal-actions{display:flex;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid #f1f5f9}.pa-ops-batch-progress{margin-top:12px;padding:10px 12px;border-radius:8px;background:#f0fdf8;border:1px solid #bbf7d0;font-size:13px;color:#065f46;line-height:1.45}.pa-ops-batch-hint{margin:0 0 12px;font-size:12px;color:var(--muted);line-height:1.45}.pa-ops-source-row{display:flex;flex-wrap:wrap;gap:10px}.pa-ops-source-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:1.5px solid var(--border);background:#fff;font-size:13px;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.pa-ops-source-chip:hover{box-shadow:var(--shadow-sm)}.pa-ops-source-chip--active{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 25%,transparent)}.pa-ops-source-chip--maps.pa-ops-source-chip--active{border-color:#2563eb;background:#eff6ff}.pa-ops-source-chip--tiktok.pa-ops-source-chip--active{border-color:#db2777;background:#fdf2f8}.pa-ops-source-chip--import.pa-ops-source-chip--active,.pa-ops-source-chip--manual.pa-ops-source-chip--active{border-color:#64748b;background:#f8fafc}.pa-ops-source-chip-count{font-size:1.1rem;font-weight:800;letter-spacing:-.03em}.pa-ops-source-chip--maps .pa-ops-source-chip-count{color:#2563eb}.pa-ops-source-chip--tiktok .pa-ops-source-chip-count{color:#db2777}.pa-lead-source{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.pa-lead-source--maps{background:#dbeafe;color:#1e40af}.pa-lead-source--tiktok{background:#fce7f3;color:#9d174d}.pa-lead-source--manual{background:#f1f5f9;color:#475569}.pa-lead-source--import{background:#ecfdf5;color:#047857}.pa-ops-stat-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1100px){.pa-ops-stat-grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.pa-ops-stat-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}.pa-coach-master{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 22px;border-radius:14px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-sm)}.pa-coach-master--on{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff 55%)}.pa-coach-master--off{border-color:#fecaca;background:linear-gradient(135deg,#fef2f2,#fff 55%)}.pa-coach-master-title{margin:0 0 6px;font-size:1.05rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.pa-coach-master-desc{margin:0;font-size:13px;line-height:1.55;color:var(--text-secondary);max-width:560px}.pa-coach-master-meta{margin:8px 0 0;font-size:12px;color:var(--muted)}.pa-coach-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;flex-shrink:0}.pa-coach-switch input{position:absolute;opacity:0;width:0;height:0}.pa-coach-switch-ui{position:relative;width:52px;height:30px;border-radius:999px;background:#cbd5e1;transition:background .2s ease;box-shadow:inset 0 1px 2px rgba(15,23,42,.12)}.pa-coach-switch-knob{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.18);transition:transform .2s ease}.pa-coach-switch input:checked+.pa-coach-switch-ui{background:#0d9488}.pa-coach-switch input:checked+.pa-coach-switch-ui .pa-coach-switch-knob{transform:translateX(22px)}.pa-coach-switch input:focus-visible+.pa-coach-switch-ui{outline:2px solid color-mix(in srgb,var(--primary) 45%,transparent);outline-offset:2px}.pa-coach-switch input:disabled+.pa-coach-switch-ui{opacity:.55}.pa-coach-switch-label{font-size:13px;font-weight:700;color:var(--text);min-width:2.5em}.pa-coach-badge--off{background:#fee2e2;color:#b91c1c}.pa-coach-badge--inherit{background:#f1f5f9;color:#475569}.pa-coach-tenants-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 22px 0}.pa-coach-search{min-width:min(240px,100%)}.pa-coach-filter-row{display:flex;flex-wrap:wrap;gap:8px;padding:14px 22px 0}.pa-coach-filter-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;border:1.5px solid var(--border);background:#fff;font-size:12px;font-weight:700;color:var(--text-secondary);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pa-coach-filter-chip:hover{border-color:#cbd5e1;background:#f8fafc}.pa-coach-filter-chip.is-active{border-color:#0d9488;background:#f0fdfa;color:#0f766e}.pa-coach-filter-count{display:inline-grid;place-items:center;min-width:1.4em;padding:0 6px;height:20px;border-radius:999px;background:rgba(15,23,42,.06);font-size:11px;font-weight:800}.pa-coach-filter-chip.is-active .pa-coach-filter-count{background:rgba(13,148,136,.15)}.pa-coach-tenant-table .pa-coach-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}.pa-coach-row--hidden{background:#fafafa}.pa-coach-row--hidden .pa-table-tenant-name{color:var(--muted)}.pa-coach-row-hint{display:block;margin-top:4px;font-size:11px;color:var(--muted)}.pa-coach-override-select{display:flex;flex-direction:column;gap:4px;min-width:160px}.pa-coach-override-select .input{min-height:38px;padding:8px 10px;border-radius:10px;font-size:13px}.pa-coach-saving{font-size:11px;color:var(--muted)}.pa-coach-tenants .table-wrap{margin-top:12px;border-top:1px solid #f1f5f9}.pos-tenants-tab{display:flex;flex-direction:column;gap:20px}.pos-tenants-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.pos-tenants-title{font-size:1.15rem;font-weight:700;color:var(--text-primary,#0f172a);margin:0 0 2px}.pos-tenants-sub{font-size:.8rem;color:var(--text-muted,#64748b);margin:0}.pos-tenants-filters{gap:10px}.pos-tenants-count{color:var(--text-muted,#64748b);margin-left:auto}.pos-tenants-table-wrap{overflow-x:auto;border:1px solid var(--border,#e2e8f0);border-radius:10px}.pos-tenants-table{width:100%;border-collapse:collapse;font-size:.85rem}.pos-tenants-table thead tr{background:var(--surface-alt,#f8fafc);border-bottom:1px solid var(--border,#e2e8f0)}.pos-tenants-table th{padding:10px 14px;text-align:left;font-weight:600;color:var(--text-muted,#64748b);font-size:.78rem;white-space:nowrap}.pos-tenants-table td{padding:11px 14px;border-bottom:1px solid var(--border,#e2e8f0);vertical-align:middle}.pos-tenants-table tbody tr:last-child td{border-bottom:none}.pos-tenants-row--clickable{cursor:pointer;transition:background .12s}.pos-tenants-row--clickable:hover{background:var(--surface-hover,#f1f5f9)}.pos-tenants-name{font-weight:600;color:var(--text-primary,#0f172a)}.pos-tenants-email{font-size:.75rem;color:var(--text-muted,#64748b);margin-top:2px}.pos-tenants-slug{font-size:.75rem;background:var(--surface-alt,#f1f5f9);padding:2px 6px;border-radius:4px;color:var(--text-secondary,#475569)}.pos-tenants-trial{font-size:.78rem;color:var(--color-blue,#2563eb);font-weight:500}.pos-tenants-date{font-size:.78rem;color:var(--text-muted,#64748b);white-space:nowrap}.pos-onboard-ok{color:#16a34a;font-size:.82rem}.pos-onboard-pending{color:#d97706;font-size:.82rem}.pos-tenants-empty,.pos-tenants-loading{text-align:center;padding:48px 24px;color:var(--text-muted,#64748b);font-size:.9rem}.pos-tenants-empty p{margin-bottom:16px}.pos-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.pos-modal{background:var(--surface,#fff);border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.18);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.pos-modal-header{justify-content:space-between;gap:12px;padding:22px 24px 16px}.pos-modal-title{font-size:1.05rem;font-weight:700;color:var(--text-primary,#0f172a);margin:0 0 4px}.pos-modal-sub{font-size:.78rem;color:var(--text-muted,#64748b);margin:0}.pos-modal-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.pos-modal-close{background:none;border:none;font-size:1rem;color:var(--text-muted,#64748b);cursor:pointer;padding:4px 6px;border-radius:6px;line-height:1;flex-shrink:0;transition:background .12s}.pos-modal-close:hover{background:var(--surface-alt,#f1f5f9);color:var(--text-primary,#0f172a)}.pos-modal-error{margin:12px 24px 0;padding:10px 14px;background:#fee2e2;color:#b91c1c;border-radius:8px;font-size:.83rem}.pos-modal-body{padding:20px 24px;display:flex;flex-direction:column;gap:16px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:480px){.form-row-2{grid-template-columns:1fr}}.pos-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.pos-detail-grid{gap:20px}.pos-detail-section{border:1px solid var(--border,#e2e8f0);border-radius:10px;padding:16px 18px}.pos-detail-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#64748b);margin:0 0 12px}.pos-detail-dl{display:grid;grid-template-columns:auto 1fr;grid-gap:6px 16px;gap:6px 16px;font-size:.84rem;margin:0}.pos-detail-dl dt{color:var(--text-muted,#64748b);font-weight:500;white-space:nowrap}.pos-detail-dl dd{margin:0;color:var(--text-primary,#0f172a)}.pos-detail-actions-section,.pos-tenants-filters{display:flex;align-items:center;gap:12px}.pos-tenants-filters{justify-content:space-between;flex-wrap:wrap}.pos-tenants-filter-pills{display:flex;gap:6px;flex-wrap:wrap}.pos-filter-pill{padding:5px 14px;border-radius:999px;border:1.5px solid var(--border,#e2e8f0);background:transparent;font-size:.8rem;font-weight:500;color:var(--text-secondary,#475569);cursor:pointer;transition:all .15s;white-space:nowrap;line-height:1.4}.pos-filter-pill:hover{border-color:var(--color-primary,#2563eb);color:var(--color-primary,#2563eb);background:#eff6ff}.pos-filter-pill--active{background:var(--color-primary,#2563eb);border-color:var(--color-primary,#2563eb);color:#fff}.pos-filter-pill--active:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.pos-tenants-filter-right{display:flex;align-items:center;gap:10px}.pos-tenants-count{font-size:.78rem;color:var(--text-muted,#94a3b8);font-weight:500}.pos-refresh-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1.5px solid var(--border,#e2e8f0);background:transparent;color:var(--text-muted,#94a3b8);cursor:pointer;transition:all .15s;padding:0}.pos-refresh-btn:hover{border-color:var(--color-primary,#2563eb);color:var(--color-primary,#2563eb);background:#eff6ff}.pos-modal-header{display:flex;align-items:flex-start;gap:14px;padding:18px 20px 14px;border-bottom:1px solid var(--border,#e2e8f0);position:-webkit-sticky;position:sticky;top:0;background:var(--surface,#fff);border-radius:14px 14px 0 0;z-index:1}.pos-modal-header-icon{font-size:1.5rem;line-height:1;margin-top:2px;flex-shrink:0}.pos-modal-header-text{flex:1 1;min-width:0}.pos-create-body{padding:0 18px;display:flex;flex-direction:column;gap:0}.pos-create-section{padding:20px 0;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid var(--border,#f1f5f9)}.pos-create-section:last-child{border-bottom:none}.pos-create-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted,#94a3b8);margin:0 0 2px}.pos-create-field{display:flex;flex-direction:column;gap:6px}.pos-create-label{font-size:.83rem;font-weight:600;color:var(--text-primary,#1e293b);display:flex;align-items:center;gap:6px}.pos-create-label-hint{font-weight:400;color:var(--text-muted,#94a3b8);font-size:.76rem}.pos-required{color:#ef4444}.pos-create-input{width:100%;padding:9px 12px;border:1.5px solid var(--border,#e2e8f0);border-radius:8px;font-size:.875rem;color:var(--text-primary,#0f172a);background:var(--surface,#fff);transition:border-color .15s,box-shadow .15s;outline:none;box-sizing:border-box}.pos-create-input:focus{border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.pos-create-input--mono{font-family:ui-monospace,monospace;font-size:.82rem;letter-spacing:.01em}.pos-create-textarea{resize:vertical;min-height:60px}.pos-create-url-preview{display:flex;align-items:center;gap:6px;padding:7px 10px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:7px;font-size:.78rem}.pos-create-url-icon{font-size:.85rem}.pos-create-url-preview code{color:#0369a1;font-size:.78rem;word-break:break-all}.pos-create-input-addon{display:flex;align-items:center;border:1.5px solid var(--border,#e2e8f0);border-radius:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.pos-create-input-addon:focus-within{border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.pos-create-input-addon .pos-create-input{border:none;border-radius:0;box-shadow:none;flex:1 1}.pos-create-input-addon .pos-create-input:focus{border:none;box-shadow:none}.pos-create-addon-text{padding:0 12px;font-size:.8rem;font-weight:500;color:var(--text-muted,#64748b);background:var(--surface-alt,#f8fafc);border-left:1.5px solid var(--border,#e2e8f0);height:100%;display:flex;align-items:center;white-space:nowrap}.pos-create-plan-badge{display:flex;align-items:center;gap:7px;padding:8px 12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #bbf7d0;border-radius:8px;font-size:.83rem;font-weight:600;color:#15803d}.pos-create-plan-icon{font-size:.85rem}.pos-create-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:440px){.pos-create-row-2{grid-template-columns:1fr}}.pos-create-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:14px 18px 18px;border-top:1px solid var(--border,#f1f5f9)}.pos-create-submit{display:flex;align-items:center;gap:6px;min-width:160px;justify-content:center}.pos-create-arrow{font-size:1rem;line-height:1}@keyframes pos-spin{to{transform:rotate(1turn)}}.pos-create-spinner{display:inline-block;width:13px;height:13px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:pos-spin .6s linear infinite}.pos-create-url-label{font-size:.76rem;color:#0369a1;font-weight:600}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f196b1e65fee88ed-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/61a7a85bb72f3355-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/cc95fdb254242a42-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f196b1e65fee88ed-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/61a7a85bb72f3355-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/cc95fdb254242a42-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f196b1e65fee88ed-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/61a7a85bb72f3355-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/cc95fdb254242a42-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f196b1e65fee88ed-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/61a7a85bb72f3355-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/cc95fdb254242a42-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f196b1e65fee88ed-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/61a7a85bb72f3355-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Noto_Sans_Thai_26c32c;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/cc95fdb254242a42-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Noto_Sans_Thai_Fallback_26c32c;src:local("Arial");ascent-override:99.79%;descent-override:42.32%;line-gap-override:0.00%;size-adjust:106.33%}.__className_26c32c{font-family:__Noto_Sans_Thai_26c32c,__Noto_Sans_Thai_Fallback_26c32c;font-style:normal}.__variable_26c32c{--font-noto:"__Noto_Sans_Thai_26c32c","__Noto_Sans_Thai_Fallback_26c32c"}