body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:radial-gradient(1200px 700px at 10% 10%,#60a5fa2e,#0000 55%),radial-gradient(900px 600px at 90% 30%,#6366f129,#0000 55%),var(--mrt-bg);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{animation:slideIn .5s ease-out;background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:20px;box-shadow:0 20px 60px #0000004d;color:var(--mrt-text);max-width:450px;padding:50px;position:relative;width:100%}.login-header{margin-bottom:40px;text-align:center}.login-header h1{color:var(--mrt-text);font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:10px}.login-header p{color:var(--mrt-muted);font-size:1rem;margin:0}.login-content{align-items:center;display:flex;flex-direction:column;gap:30px}.login-content>div:first-child{display:flex;justify-content:center;width:100%}.login-info{background:var(--mrt-surface-2);border-left:4px solid var(--mrt-primary);border:1px solid var(--mrt-border);border-radius:10px;padding:20px;width:100%}.login-info p{color:var(--mrt-text-2);font-size:.9rem;line-height:1.5;margin:8px 0}.login-info p:first-child{color:var(--mrt-primary);font-weight:600}.login-theme-toggle{align-items:center;display:inline-flex;gap:6px;position:absolute;right:14px;top:14px}.login-theme-btn{background:var(--mrt-surface-2);border:1px solid var(--mrt-border);border-radius:999px;color:var(--mrt-text);cursor:pointer;font-size:12px;font-weight:900;height:30px;padding:0 10px}.login-theme-btn.active{background:var(--mrt-primary);border-color:#0000001f;color:var(--mrt-primary-contrast)}@media (max-width:600px){.login-box{padding:30px 20px}.login-header h1{font-size:2rem}.login-header p{font-size:.9rem}}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:8px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header-left{flex:0 0 auto;margin-right:auto;min-width:0}.header-left,.user-info{align-items:center;display:flex;gap:10px}.user-info{flex:0 0 auto;flex-wrap:nowrap;margin-left:auto}.user-details{display:flex;flex-direction:column;text-align:right}.user-name{font-size:.95rem;font-weight:600}.user-email{font-size:.8rem;opacity:.9}.logout-button{background:#fff3;border:2px solid #fff;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:6px 14px;transition:all .3s ease}.logout-button:hover{background:#fff;box-shadow:0 4px 12px #0003;color:#667eea;transform:translateY(-2px)}.token-remain{background:#ffffff29;border:1px solid #fff6;border-radius:999px}.db-badge,.token-remain{align-items:center;color:#fff;display:inline-flex;font-size:12px;font-weight:900;height:26px;padding:0 10px;white-space:nowrap}.db-badge{background:#ffffff2e;border:1px solid #ffffff8c;border-radius:999px}@media (max-width:768px){.header-content{flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:space-between;padding:0 12px}.header-left{flex:0 0 auto}.user-info{flex-wrap:nowrap;gap:8px;justify-content:flex-end;width:auto}.user-details{align-items:flex-end;flex-direction:column;gap:2px;text-align:right;white-space:nowrap}.user-name{font-size:.85rem}.user-email{font-size:.72rem;opacity:.95}}.dashboard-container{background:var(--mrt-bg);min-height:100vh}.dashboard-main{margin:0 auto;max-width:1200px;padding:40px 20px}.welcome-section{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:15px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:30px}.welcome-section h2{color:var(--mrt-text);font-size:1.8rem;margin:0 0 10px}.welcome-section p{color:var(--mrt-text-2);font-size:1.1rem;margin:0}.dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.dashboard-card{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:15px;box-shadow:0 2px 10px #0000001a;cursor:pointer;padding:30px;text-align:center;transition:all .3s ease}.dashboard-card:hover{box-shadow:0 8px 25px #0000002e;transform:translateY(-5px)}.card-icon{font-size:3rem;margin-bottom:15px}.dashboard-card h3{color:var(--mrt-text);font-size:1.3rem;margin:0 0 10px}.dashboard-card p{color:var(--mrt-text-2);font-size:.95rem;line-height:1.5;margin:0}.info-section{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:30px}.info-section h3{color:var(--mrt-text);font-size:1.5rem;margin:0 0 20px}.info-grid{grid-gap:15px;display:grid;gap:15px}.info-item{align-items:center;background:var(--mrt-surface-2);border:1px solid var(--mrt-border-2);border-radius:10px;display:flex;justify-content:space-between;padding:15px}.info-label{color:var(--mrt-muted);font-weight:600}.info-value{color:var(--mrt-text)}.status-active{color:#28a745;font-weight:600}@media (max-width:768px){.dashboard-container .header-content{flex-direction:column;gap:20px}.dashboard-container .header-content h1{font-size:1.5rem}.dashboard-container .user-info{justify-content:center;width:100%}.dashboard-cards{grid-template-columns:1fr}.info-item{flex-direction:column;gap:8px;text-align:center}}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:var(--mrt-overlay);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-content{animation:slideIn .3s ease-out;background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:20px;box-shadow:0 10px 40px #0000004d;min-width:300px;padding:40px 60px;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.loading-spinner-large{animation:spin 1s linear infinite;border:6px solid var(--mrt-border);border-radius:50%;border-top-color:var(--mrt-primary);height:60px;margin:0 auto 20px;width:60px}.loading-content h3{color:var(--mrt-text);font-size:1.2rem;font-weight:600;margin:0 0 20px}.loading-progress{margin-top:20px}.progress-bar{background:var(--mrt-border);border-radius:10px;height:10px;margin-bottom:10px;overflow:hidden;width:100%}.progress-fill{animation:shimmer 2s infinite;background:linear-gradient(90deg,var(--mrt-primary) 0,#764ba2e6 100%);border-radius:10px;height:100%;transition:width .3s ease}@keyframes shimmer{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.progress-text{color:var(--mrt-primary);font-size:1rem;font-weight:600;margin:0}.json-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--mrt-overlay);display:flex;inset:0;justify-content:center;padding:14px;position:fixed;z-index:30000}.json-modal{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:16px;box-shadow:0 18px 50px #00000073;max-height:92vh;overflow:hidden;width:min(980px,96vw)}.json-modal-head{align-items:center;background:var(--mrt-primary);color:var(--mrt-primary-contrast);display:flex;gap:10px;justify-content:space-between;padding:12px 14px}.json-modal-title{font-size:14px;font-weight:950;line-height:1.1}.json-modal-subtitle,.json-modal-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.json-modal-subtitle{font-size:12px;font-weight:700;opacity:.95}.json-modal-actions{align-items:center;display:flex;gap:8px}.json-modal-btn{border-radius:12px;cursor:pointer;font-weight:900;padding:10px 12px}.json-modal-btn--copy{background:var(--mrt-on-primary-glass);border:1px solid var(--mrt-on-primary-border);color:var(--mrt-primary-contrast)}.json-modal-btn--close{background:var(--mrt-surface);border:1px solid var(--mrt-border);color:var(--mrt-text);font-weight:950}.json-modal-body{background:var(--mrt-surface);padding:12px 14px}.json-modal-pre{background:var(--mrt-code-bg);border:1px solid var(--mrt-border);border-radius:12px;color:var(--mrt-code-text);font-size:12px;line-height:1.45;margin:0;max-height:72vh;overflow:auto;padding:12px}.or-wrap{background:var(--mrt-accent-bg);border:1px solid var(--mrt-accent-border);border-radius:12px;box-shadow:0 8px 22px #0f172a0d;padding:10px}.or-top{align-items:center;display:flex;gap:10px;justify-content:space-between}.or-title{color:var(--mrt-text-2);font-size:12px;font-weight:950}.or-top-right{align-items:center;display:flex;gap:8px}.or-muted{color:var(--mrt-muted);font-size:12px}.or-error{color:var(--mrt-danger);font-size:12px;font-weight:650;margin-top:8px}.or-btn{background:var(--mrt-surface);border:1px solid #0f172a29;border-radius:10px;cursor:pointer;font-family:inherit;font-weight:900;height:30px;padding:0 10px}.or-btn:disabled{cursor:not-allowed;opacity:.6}.or-btn--ghost{background:var(--mrt-surface)}.or-btnrow{align-items:center;display:flex;gap:4px;justify-content:center}.or-btn--add{background:#22c55e14;border:1px solid #22c55e8c;border-radius:6px;color:#15803dfa}.or-btn--add,.or-btn--info{font-size:10px;font-weight:900;height:18px;padding:0 6px}.or-btn--info{background:#ef444414;border:1px solid #ef44448c;border-radius:6px;color:#b91c1cfa}.or-tablewrap{-ms-overflow-style:none;background:var(--mrt-accent-bg-2);border:1px solid var(--mrt-accent-border);border-radius:14px;box-shadow:0 10px 26px #0f172a0d;margin-top:10px;overflow:auto;scrollbar-width:none}.or-tablewrap::-webkit-scrollbar{height:0;width:0}.or-table{background:#0000;border:none;border-collapse:initial;border-spacing:0;table-layout:fixed;width:100%}.or-table th{background:var(--mrt-accent-pill);border:1px solid #0f172a24;color:#0f172aeb;font-size:13px;font-weight:900;overflow-wrap:anywhere;padding:6px;text-align:center;vertical-align:middle;white-space:normal;word-break:keep-all}.or-table thead tr:first-child th:first-child{border-top-left-radius:14px}.or-table thead tr:first-child th:last-child{border-top-right-radius:14px}.or-table td{background:var(--mrt-accent-field);border:1px solid #0f172a24;font-size:12px;overflow:hidden;overflow-wrap:anywhere;padding:4px 6px;vertical-align:middle;white-space:normal;word-break:break-word}.or-table td:last-child{overflow:visible}.or-table tbody tr:last-child td:first-child{border-bottom-left-radius:14px}.or-table tbody tr:last-child td:last-child{border-bottom-right-radius:14px}.or-table .or-contacts{max-height:none;overflow:visible;padding-right:0}.or-contacts-wrap{align-items:flex-start;display:flex;gap:8px;min-width:0;width:100%}.or-contacts-actions{display:flex;flex:0 0 auto;flex-direction:column;gap:4px}.or-contacts5{grid-gap:2px;display:grid;gap:2px}.or-table .or-contacts5{align-items:center;column-gap:6px;grid-template-columns:-webkit-max-content 16px minmax(90px,1fr) -webkit-max-content 14px;grid-template-columns:max-content 16px minmax(90px,1fr) max-content 14px;row-gap:2px}.or-table .or-contact5-row{display:contents}.or-actions-slot{min-width:0}.or-del-spacer{display:block;height:14px;width:14px}.or-actions-span{min-width:44px}.or-contacts-actions--grid{align-self:center;justify-content:center}.or-table .or-contact{grid-column-gap:4px;grid-row-gap:0;align-items:center;background:#0000;border:none;border-radius:0;column-gap:4px;display:grid;grid-template-columns:16px 1fr -webkit-max-content 14px;grid-template-columns:16px 1fr max-content 14px;padding:2px 0;row-gap:0}.or-table .or-contact-chip{font-size:13px;justify-self:start;line-height:1.15}.or-table .or-contact-chip--name{justify-self:stretch;min-width:0;text-align:left}.or-table .or-contact-chip--phone{justify-self:end;min-width:0;text-align:right}.or-table .or-sms-toggle{justify-self:start}.or-table .or-del{justify-self:end}.or-contact .or-contact-chip--phone{margin-left:auto}.or-table .or-contact .or-contact-chip--phone{margin-left:0}.or-table .or-btnrow{justify-content:center}.or-table .or-contact-chip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.or-table .or-mini-btn{justify-content:center;padding:0;width:44px}.or-star{color:#ef4444;font-weight:950;margin-right:2px}.or-leftlabel{color:#0f172adb;font-size:12px;font-weight:800;line-height:1.25;text-align:center;white-space:normal}.or-leftlabel,.or-leftstack{background:var(--mrt-accent-pill);overflow:visible;vertical-align:middle}.or-leftstack{padding:8px}.or-leftreq{color:#0f172adb;font-size:12px;font-weight:800;margin-top:10px;text-align:center}.or-input{font-size:12px;height:28px;padding:0 12px}.or-input,.or-textarea{background:var(--mrt-accent-field);border:1px solid var(--mrt-accent-border);border-radius:12px;font-family:inherit;outline:none;width:100%}.or-textarea{font-size:13px;min-height:44px;padding:6px 10px;resize:none}.or-input:focus,.or-textarea:focus{border-color:#10b98159;box-shadow:0 0 0 3px var(--mrt-accent-focus)}.or-contacts{grid-gap:2px;display:grid;gap:2px}.or-contact{align-items:center;display:flex;flex-wrap:nowrap;gap:0;max-width:100%}.or-contact>*{max-width:100%;min-width:0}.or-sms-toggle{align-items:center;background:#02061705;border:1px solid #0f172a2e;border-radius:6px;display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.or-sms-toggle input{cursor:pointer;height:12px;margin:0;width:12px}.or-dbmap{align-items:center;background:#02061705;border:1px dashed #0f172a2e;border-radius:999px;color:#0f172ab8;display:inline-flex;font-size:10px;font-weight:900;padding:1px 6px;white-space:nowrap}.or-leftlabel .or-dbmap,.or-leftreq .or-dbmap{display:block;margin:4px auto 0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.or-contact-chip{background:#0000;border:none;border-radius:0;color:#0f172ae6;flex:1 1;font-size:11px;font-weight:750;max-width:100%;min-width:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.or-contact-chip--name{flex:0 1 92px;font-weight:600;text-align:left}.or-contact-chip--phone{font-feature-settings:"tnum";flex:1 1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-variant-numeric:tabular-nums;font-weight:600;margin-right:0;text-align:right}.or-reqerr{color:#b91c1cf2;font-size:11px;font-weight:900;margin-top:6px}.or-mini-btn{font-family:inherit;white-space:nowrap}.or-del{background:#ef444414;border:1px solid #ef44448c;border-radius:6px;color:#b91c1cf2;cursor:pointer;font-size:11px;font-weight:950;height:14px;line-height:12px;margin-left:0;padding:0;width:14px}.or-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:65000}.or-modal{background:#fff;border:1px solid #0f172a29;border-radius:14px;box-shadow:0 18px 50px #00000038;overflow:hidden;width:min(420px,100%)}.or-modal-head{align-items:center;border-bottom:1px solid #0f172a1a;display:flex;gap:10px;justify-content:space-between;padding:10px 12px}.or-modal-title{color:var(--mrt-text);font-size:13px;font-weight:950}.or-modal-body{grid-gap:8px;display:grid;gap:8px;padding:10px 12px}.or-modal-row{align-items:center;display:flex;gap:8px}.or-modal-label{color:#0f172adb;flex:0 0 92px;font-size:11px;font-weight:900;white-space:nowrap;width:92px}.or-modal-body .or-input{border-radius:10px;font-size:13px;height:30px;padding:0 10px}.or-modal-body .or-btn{border-radius:10px;height:28px;padding:0 10px}.or-modal-sms{align-items:center;color:#0f172adb;display:inline-flex;font-size:12px;font-weight:900;gap:6px}.or-modal-error{background:#ef444414;border:1px solid #ef444438;border-radius:12px;color:#b91c1cf2;font-size:12px;font-weight:700;padding:8px 10px}.or-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:2px}@media (max-width:420px){.or-modal-label{flex-basis:78px;font-size:11px;width:78px}.or-modal-body{padding:10px}}.or-mobile-grid{grid-gap:10px;display:grid;gap:10px;margin-top:10px}.or-card{background:var(--mrt-accent-bg);border:1px solid var(--mrt-accent-border);border-radius:12px;box-shadow:0 10px 26px #0f172a0d;padding:10px}.or-card-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.or-card-title{color:#0f172aeb;font-size:13px;font-weight:950}.or-card-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.or-field{grid-gap:6px;display:grid;gap:6px;margin-top:10px}.or-field-label{color:#0f172adb;font-size:12px;font-weight:800}@media (max-width:760px){.or-tablewrap{display:none}.or-wrap{padding:10px}.or-input{border-radius:12px;height:36px}.or-textarea{border-radius:12px;min-height:96px}.or-contact-chip{flex:1 1 140px}.or-del,.or-mini-btn{height:26px}}.pc-container{background:#f7f7fb;background:var(--mrt-bg,#f7f7fb);min-height:100vh}.pc-wrap{margin:0 auto;max-width:980px;padding:18px 14px 40px}.pc-head{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;margin:8px 0 12px}.pc-title{color:#111827;color:var(--mrt-text,#111827);font-size:20px;font-weight:950}.pc-sub{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px;margin-top:6px}.pc-card{background:#fff;background:var(--mrt-surface,#fff);border:1px solid #1118271f;border:1px solid var(--mrt-border,#1118271f);border-radius:14px;box-shadow:0 6px 18px #1118270f;padding:14px}.pc-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@media (max-width:860px){.pc-wrap{padding:14px 12px 34px}.pc-head{align-items:flex-start;flex-direction:column}.pc-grid{grid-template-columns:1fr}.pc-label--full{grid-column:auto}.pc-card{padding:12px}.pc-btn{border-radius:12px;font-weight:900;height:34px;padding:0 10px}.pc-input{height:38px}.pc-label-text--row{align-items:flex-start;flex-wrap:wrap}.pc-dbmap{font-size:10px;padding:1px 6px}}.pc-label{display:flex;flex-direction:column;gap:6px}.pc-label--full{grid-column:1/-1}.pc-label-text{color:#374151;color:var(--mrt-muted,#374151);font-size:12px;font-weight:800}.pc-label-text--row{align-items:center;display:flex;gap:8px;justify-content:space-between}.pc-dbmap{background:#11182705;border:1px dashed #1118272e;border-radius:999px;color:#111827b3;font-size:11px;font-weight:800;padding:2px 8px;white-space:nowrap}.pc-dbmap--mini{font-size:10px;padding:1px 6px}.pc-input{background:#fff;border:1px solid #11182724;border:1px solid var(--mrt-border,#11182724);border-radius:10px;color:#111827;color:var(--mrt-text,#111827);font-size:14px;height:38px;outline:none;padding:0 10px}.pc-mini4{grid-gap:10px;align-items:end;display:grid;gap:10px;grid-column:1/-1;grid-template-columns:repeat(4,minmax(130px,1fr))}.pc-mini-field{display:flex;flex-direction:column;gap:6px;min-width:0}.pc-mini-label{align-items:center;color:#374151;color:var(--mrt-muted,#374151);display:flex;font-size:11px;font-weight:900;gap:6px;justify-content:space-between;white-space:nowrap}.pc-input--mini{border-radius:10px;font-size:13px;height:32px;padding:0 8px}@media (max-width:860px){.pc-mini4{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (max-width:420px){.pc-mini4{grid-template-columns:1fr}}select.pc-input{padding-right:28px}.pc-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}@media (max-width:560px){.pc-actions{flex-wrap:wrap;justify-content:stretch}.pc-actions .pc-btn{flex:1 1 140px}}.pc-btn{background:#fff;background:var(--mrt-surface,#fff);border:1px solid #11182729;border:1px solid var(--mrt-border,#11182729);border-radius:12px;color:#111827;color:var(--mrt-text,#111827);cursor:pointer;font-weight:900;height:36px;padding:0 12px}.pc-icon-btn{align-items:center;display:inline-flex;font-size:18px;justify-content:center;line-height:1;min-width:36px;padding:0;width:36px}.pc-btn:disabled{cursor:not-allowed;opacity:.55}.pc-btn--primary{background:#2563eb;border-color:#2563eb8c;color:#fff}.pc-btn--ghost{background:#0000}.pc-alert{border:1px solid #1118271f;border-radius:12px;font-size:13px;margin-top:12px;padding:10px 12px}.pc-alert--error{background:#ef444412;border-color:#ef444438;color:#991b1b}.pc-alert--ok{background:#22c55e14;border-color:#22c55e42;color:#065f46}.pc-dup{border:1px solid #1118271f;border:1px solid var(--mrt-border,#1118271f);border-radius:12px;margin-top:12px;padding:10px 12px}.pc-dup-title{color:#111827;color:var(--mrt-text,#111827);font-size:12px;font-weight:950;margin-bottom:8px}.pc-dup-list{grid-gap:8px;display:grid;gap:8px}.pc-dup-item{background:#11182705;border:1px solid #11182714;border-radius:10px;padding:8px 10px}.pc-dup-name{color:#111827;color:var(--mrt-text,#111827);font-size:13px;font-weight:900}.pc-dup-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pc-pill{background:#fff;border:1px solid #1118271a;border-radius:999px;color:#111827c7;padding:2px 8px}.pc-dup-hint{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px;margin-top:8px}.pc-inline{align-items:center;display:flex;gap:8px;height:38px}.pc-inline-text{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px}.pc-row{align-items:center;display:flex;gap:8px}.pc-row .pc-input{flex:1 1 auto}@media (max-width:560px){.pc-row{align-items:stretch;flex-wrap:wrap}.pc-row .pc-input{min-width:200px}.pc-row .pc-btn{flex:0 0 auto}}.pc-hint{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px;margin-top:6px}.pc-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.pc-modal{background:#fff;border:1px solid #11182724;border-radius:14px;box-shadow:0 18px 50px #00000038;display:flex;flex-direction:column;height:min(620px,100%);width:min(820px,100%)}@media (max-width:560px){.pc-modal-backdrop{align-items:stretch;padding:10px}.pc-modal{border-radius:12px;height:min(92vh,620px);width:min(96vw,820px)}.pc-modal-body,.pc-modal-head{padding:10px 12px}}.pc-modal-head{align-items:flex-start;border-bottom:1px solid #1118271a;display:flex;gap:10px;justify-content:space-between;padding:12px 14px}.pc-modal-title{color:#111827;color:var(--mrt-text,#111827);font-size:14px;font-weight:950}.pc-modal-sub{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px;margin-top:4px}.pc-modal-body{display:flex;flex-direction:column;gap:10px;min-height:0;overflow:auto;padding:12px 14px}.pc-addr-list{grid-gap:6px;display:grid;gap:6px}.pc-addr-item{align-items:center;background:#11182705;border:1px solid #1118271a;border-radius:12px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:6px 10px;text-align:left}.pc-addr-item:hover{background:#2563eb0f;border-color:#2563eb38}.pc-addr-main{color:#111827;color:var(--mrt-text,#111827);font-size:13px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-addr-sub{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;margin-top:0;white-space:nowrap}@media (max-width:560px){.pc-addr-sub{flex-wrap:wrap;white-space:normal}}.pc-addr-sub--inline{margin-top:0}.pc-pill{font-size:11px;padding:1px 7px}.pc-fixed{align-items:center;display:flex;flex-wrap:wrap;gap:8px;height:38px}.pc-fixed-sub{color:#6b7280;color:var(--mrt-muted,#6b7280);font-size:12px}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.schedule-toolbar{align-items:stretch;background:var(--mrt-surface);border-bottom:1px solid var(--mrt-border);box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 20px}:root[data-theme=dark] .schedule-toolbar{background:#3c5072;border-bottom:1px solid #ffffff24}.schedule-toolbar-mobilebar{display:none}.schedule-toolbar-toggle{background:var(--mrt-surface-2);border:1px solid var(--mrt-border);border-radius:10px;color:var(--mrt-text);cursor:pointer;font-weight:900;height:36px;width:100%}.schedule-toolbar-content{gap:10px}.schedule-search,.schedule-toolbar-content{align-items:center;display:flex;flex-wrap:wrap}.schedule-search{gap:8px}.schedule-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.schedule-tab-btn{white-space:nowrap}@media (max-width:999px){.schedule-toolbar{padding:10px 12px}.schedule-toolbar-mobilebar{display:block}.schedule-toolbar-content{overflow:hidden;transition:max-height .22s ease;will-change:max-height}.schedule-search,.schedule-tabs{flex:1 1 100%}.schedule-tabs .schedule-tab-btn{flex:1 1;min-width:140px}}.schedule-reception-overlay{-webkit-overflow-scrolling:touch;align-items:flex-start;background:var(--mrt-overlay);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:0;position:fixed;z-index:9999}.schedule-reception-modal{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:14px;box-shadow:0 18px 60px #00000059;display:flex;flex-direction:column;height:auto;margin:14px;overflow:visible;width:98vw}@media (min-width:1000px){.schedule-reception-overlay{align-items:center;overflow:hidden;padding:14px}.schedule-reception-modal{height:min(84vh,900px);margin:0;overflow:hidden}.schedule-reception-modal-body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}}.schedule-reception-move-overlay{align-items:center;background:var(--mrt-overlay);display:flex;inset:0;justify-content:center;padding:14px;position:fixed;z-index:10050}.schedule-reception-move-modal{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:14px;box-shadow:0 18px 60px #00000059;padding:14px;width:min(520px,94vw)}.schedule-reception-move-title{color:var(--mrt-text);font-size:16px;font-weight:900}.schedule-reception-move-sub{color:var(--mrt-text-2);font-size:12px;font-weight:800;margin-top:6px}.schedule-reception-move-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:92px 1fr;margin-top:12px}.schedule-reception-move-label{color:var(--mrt-text-2);font-size:12px;font-weight:900}.schedule-reception-move-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:14px}.schedule-reception-modal-head{align-items:center;justify-content:space-between;padding:12px;z-index:3}.schedule-reception-modal-head,.schedule-reception-sheetbar{background:var(--mrt-surface-2);border-bottom:none;display:flex;position:relative}.schedule-reception-sheetbar{align-items:flex-end;flex:0 0 auto;flex-wrap:wrap;gap:6px;min-height:40px;overflow:visible!important;padding:8px 12px 0;z-index:4}.schedule-reception-sheetbtn{background:var(--mrt-surface-2);border:1px solid var(--mrt-border);border-bottom:none;border-radius:10px 10px 0 0;box-sizing:border-box;color:var(--mrt-text-2);cursor:pointer;font-weight:900;height:34px;line-height:34px;margin-bottom:0;overflow:visible;padding:0 14px;position:relative;transform:none;white-space:nowrap}.schedule-reception-sheetbtn.active{background:var(--mrt-surface);box-shadow:inset 0 2px 0 0 var(--mrt-primary),inset 2px 0 0 0 var(--mrt-primary),inset -2px 0 0 0 var(--mrt-primary),0 -6px 14px #00000014;color:var(--mrt-text)}.schedule-reception-sheetbtn.active:after,.schedule-reception-sheetbtn.active:before{background:var(--mrt-primary);border-radius:999px;bottom:0;content:"";height:2px;pointer-events:none;position:absolute;width:8px}.schedule-reception-sheetbtn.active:after{left:-6px}.schedule-reception-sheetbtn.active:before{right:-6px}.schedule-reception-sheetbtn:hover{filter:brightness(1.03)}.schedule-reception-headfilters{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px;justify-content:center;margin-left:10px}@media (max-width:860px){.schedule-reception-modal-head{align-items:flex-start;flex-wrap:wrap;gap:10px}.schedule-reception-title{flex:1 1 100%;min-width:0}.schedule-reception-headfilters,.schedule-reception-querybar{flex:1 1 100%;justify-content:flex-start;margin-left:0}.schedule-reception-actions{flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start}.schedule-reception-modal-head .schedule-reception-filtertext{width:min(200px,52vw)}.schedule-reception-modal-head .schedule-reception-filterdate--calendar{padding:0 6px;width:104px}}.schedule-reception-modal-head .schedule-reception-filterlabel{color:var(--mrt-text-2)}.schedule-reception-modal-head .schedule-reception-filterdate,.schedule-reception-modal-head .schedule-reception-filterselect{background:var(--mrt-surface);color:var(--mrt-text)}.schedule-reception-title-main{color:var(--mrt-text);font-size:16px;font-weight:900}.schedule-reception-title-sub{color:var(--mrt-muted);font-size:12px;margin-top:2px}.schedule-reception-querybar{align-items:center;display:flex;flex:0 0 auto;gap:8px;justify-content:center;margin-left:10px}.schedule-reception-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.schedule-reception-btn{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:10px;color:var(--mrt-text);cursor:pointer;font-weight:800;height:34px;padding:0 12px;white-space:nowrap}.schedule-reception-btn--primary{background:var(--mrt-btn-bg);border-color:var(--mrt-btn-bg);color:var(--mrt-btn-text)}.schedule-reception-dash{color:var(--mrt-muted);font-weight:800}.schedule-reception-modal-body{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr;min-height:0}.schedule-reception-overlay.has-fab .schedule-reception-modal-body{padding-bottom:92px}.schedule-reception-fab{bottom:calc(12px + env(safe-area-inset-bottom, 0px));margin:0 auto 12px;max-width:200px;pointer-events:none;position:-webkit-sticky;position:sticky;width:min(200px,calc(100% - 24px));z-index:6}.schedule-reception-fab-inner{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d6efdf2,#7b9ef0f2);border:1px solid #2563eb59;border-radius:16px;box-shadow:0 18px 50px #0000002e;display:flex;flex-direction:row;gap:8px;justify-content:space-between;padding:8px 10px;pointer-events:auto}.schedule-reception-fab-count{color:#ffffffeb;font-size:11px;font-weight:900;white-space:nowrap}.schedule-reception-fab-count b{color:#fff;font-weight:950}.schedule-reception-fab-inner .schedule-reception-btn--primary{background:#ffffffeb;border:1px solid #ffffffb3;border-radius:12px;color:#0d6efdfa;font-weight:950;height:34px;width:auto}.schedule-reception-fab-inner .schedule-reception-btn--final{background:#22c55ef2;border:1px solid #22c55e8c;border-radius:12px;color:#fff;font-weight:950;height:34px;width:auto}.schedule-reception-pane{display:flex;flex-direction:column}.schedule-reception-pane+.schedule-reception-pane{border-left:1px solid #e2e8f0}.schedule-reception-pane-head{border-bottom:1px solid #e2e8f0;color:#0f172a;font-weight:900}.schedule-reception-filterbar,.schedule-reception-pane-head{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:10px 12px}.schedule-reception-filterbar{border-bottom:1px solid #94a3b838;flex-wrap:wrap;gap:10px}.schedule-reception-filtergroup{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.schedule-reception-filterlabel{color:#334155;font-size:12px;font-weight:900}.schedule-reception-filterdate,.schedule-reception-filterselect{background:#fff;border:1px solid #0f172a24;border-radius:10px;color:#0f172a;font-family:inherit;font-size:12px;font-weight:850;height:34px;line-height:1;padding:0 10px}.schedule-reception-filtertext{width:220px}.schedule-reception-filterdate--calendar{font-feature-settings:"tnum";cursor:pointer;font-variant-numeric:tabular-nums;padding:0 8px;text-align:center;width:116px}.schedule-reception-filterdate--calendar::placeholder{color:#94a3b8}.mrt-calendar-modal{background:#fff;border:1px solid #0f172a1a;border-radius:16px;box-shadow:0 18px 60px #00000073;font-family:inherit;overflow:hidden;width:min(420px,94vw)}.mrt-calendar-head{align-items:center;background:linear-gradient(135deg,#2563eb,#7b9ef0);color:#fff;display:flex;gap:10px;justify-content:space-between;padding:12px 14px}.mrt-calendar-title{font-size:14px;font-weight:950}.mrt-calendar-close{background:#ffffff2e;border:1px solid #ffffff8c;border-radius:12px;color:#fff;cursor:pointer;font-weight:950;height:32px;padding:0 10px}.mrt-calendar-body{padding:12px 14px 14px}.mrt-calendar-hint{color:#64748b;font-size:11px;font-weight:800;margin-top:10px}.mrt-calendar-rangebar{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:auto auto 1fr;margin-top:10px}.mrt-calendar-chip{background:#f8fafc;border:1px solid #0f172a24;border-radius:999px;color:#0f172a;cursor:pointer;font-weight:950;height:30px;padding:0 10px}.mrt-calendar-chip.active{background:#2563eb24;border-color:#2563eb59;color:#7b9ef0}.mrt-calendar-chip:disabled{cursor:not-allowed;opacity:.55}.mrt-calendar-rangeinfo{color:#334155;font-size:12px;font-weight:850;justify-self:end;text-align:right}.mrt-calendar-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.mrt-calendar-btn{background:#fff;border:1px solid #0f172a2e;border-radius:12px;cursor:pointer;font-weight:950;height:34px;padding:0 12px}.mrt-calendar-btn--primary{background:#0d6efd;border-color:#0d6efd;color:#fff}.mrt-calendar-btn:disabled{cursor:not-allowed;opacity:.6}.mrt-calendar-modal .react-calendar{border:none;font-family:inherit;width:100%}.mrt-calendar-modal .react-calendar__navigation button{background:#f1f5f9;border-radius:10px;color:#0f172a;font-weight:900;min-width:40px}.mrt-calendar-modal .react-calendar__navigation button:enabled:focus,.mrt-calendar-modal .react-calendar__navigation button:enabled:hover{background:#dbeafe}.mrt-calendar-modal .react-calendar__month-view__weekdays{color:#334155;font-weight:950;text-transform:none}.mrt-calendar-modal .react-calendar__month-view__weekdays__weekday:first-child abbr{color:#ef4444}.mrt-calendar-modal .react-calendar__tile{border-radius:12px;font-weight:800}.mrt-calendar-modal .react-calendar__tile.mrt-cal-sun{color:#ef4444}.mrt-calendar-modal .react-calendar__tile--active.mrt-cal-sun,.mrt-calendar-modal .react-calendar__tile--rangeEnd.mrt-cal-sun,.mrt-calendar-modal .react-calendar__tile--rangeStart.mrt-cal-sun{color:#fff}.mrt-calendar-modal .react-calendar__tile:enabled:focus,.mrt-calendar-modal .react-calendar__tile:enabled:hover{background:#2563eb1f}.mrt-calendar-modal .react-calendar__tile--now{background:#10b98124}.mrt-calendar-modal .react-calendar__tile--active,.mrt-calendar-modal .react-calendar__tile--hasActive{background:#2563eb;color:#fff}.mrt-calendar-modal .react-calendar__tile--rangeEnd,.mrt-calendar-modal .react-calendar__tile--rangeStart{background:#7b9ef0;color:#fff}.mrt-calendar-modal .react-calendar__tile--range{background:#2563eb2e;color:#0f172a}.mrt-calendar-modal .react-calendar__tile.mrt-cal-rangeEnd,.mrt-calendar-modal .react-calendar__tile.mrt-cal-rangeStart{background:#7b9ef0;color:#fff}.mrt-calendar-modal .react-calendar__tile.mrt-cal-range{background:#2563eb2e;color:#0f172a}.schedule-reception-filterdate[type=date]{font-feature-settings:"tnum";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px 16px;font-variant-numeric:tabular-nums;padding-right:34px}.schedule-reception-filterdate:focus,.schedule-reception-filterselect:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb24;outline:none}.schedule-reception-filterdash{color:var(--mrt-muted);font-size:12px;font-weight:900}.schedule-reception-count{color:var(--mrt-muted);font-size:11px;font-weight:700;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-reception-tablewrap{-webkit-overflow-scrolling:touch;background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:0 0 12px 12px;border-top:none;flex:0 0 auto;max-width:100%;overflow:visible!important;width:100%}.schedule-reception-table{border-collapse:collapse;font-size:12.5px;table-layout:fixed;width:100%}.schedule-reception-table td,.schedule-reception-table th{border-bottom:1px solid var(--mrt-border-2);color:var(--mrt-text);overflow:hidden;padding:10px 12px;text-align:left;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.schedule-reception-table td:first-child,.schedule-reception-table th:first-child{overflow:visible;text-overflow:clip}.schedule-reception-table input[type=checkbox]{accent-color:var(--mrt-primary);cursor:pointer;height:18px;transform:translateY(1px);width:18px}.schedule-reception-mobilelist{grid-gap:10px;display:grid;gap:10px;padding:10px 6px}.schedule-reception-mobilelist-head{display:flex;justify-content:flex-start}.schedule-reception-mobileall{align-items:center;background:var(--mrt-surface-2);border:1px solid var(--mrt-border);border-radius:12px;color:var(--mrt-text-2);cursor:pointer;display:inline-flex;font-size:12px;font-weight:900;gap:8px;padding:8px 10px;-webkit-user-select:none;user-select:none}.schedule-reception-card{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:14px;box-shadow:0 10px 30px #0000001a;padding:10px}.schedule-reception-card.active{border-color:#6366f173;box-shadow:0 12px 36px #6366f12e}.schedule-reception-card.checked{border-color:#60a5fa66;box-shadow:0 12px 36px #60a5fa29}.schedule-reception-card-top{align-items:flex-start;display:flex;gap:10px}.schedule-reception-card-check{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding-top:2px}.schedule-reception-card-meta{grid-gap:6px;display:grid;flex:1 1 auto;gap:6px;min-width:0}.schedule-reception-card-created{color:var(--mrt-muted);font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-reception-card-pills{display:flex;flex-wrap:wrap;gap:6px}.schedule-reception-card-title{color:var(--mrt-text);font-size:13px;font-weight:950;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-reception-card-sub{color:var(--mrt-text-2);font-size:12px;font-weight:700;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-reception-card-content{-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;color:var(--mrt-text-2);display:-webkit-box;font-size:12.5px;font-weight:700;line-height:1.35;margin-top:8px;overflow:hidden;white-space:normal;word-break:break-word}.schedule-reception-table td:nth-child(-n+7),.schedule-reception-table th:nth-child(-n+7){text-align:center}.schedule-reception-col-date{width:clamp(120px,12vw,240px)}.schedule-reception-col-plant{width:clamp(180px,18vw,360px)}.schedule-reception-col-company{width:clamp(110px,10vw,220px)}.schedule-reception-col-method{width:clamp(90px,8vw,180px)}.schedule-reception-col-status,.schedule-reception-col-user{width:clamp(110px,10vw,200px)}.schedule-reception-col-content{width:auto}.schedule-reception-table th{background:var(--mrt-surface-2);border-bottom:1px solid var(--mrt-border);font-weight:900;position:-webkit-sticky;position:sticky;top:0;z-index:1}.schedule-reception-table tbody tr{cursor:pointer}.schedule-reception-table tbody tr:hover td,.schedule-reception-table tbody tr:nth-child(2n) td{background:var(--mrt-hover)}.schedule-reception-table tbody tr.checked td{background:#60a5fa1f}.schedule-reception-table tbody tr.checked td:first-child{box-shadow:inset 4px 0 0 #60a5fabf}.schedule-reception-table tbody tr.checked{outline:2px solid #60a5fa47;outline-offset:-2px}.schedule-reception-table tbody tr.checked.active td{background:#60a5fa2e}.schedule-reception-table tbody tr.active td{background:var(--mrt-active)}.schedule-reception-table tbody tr.active td:first-child{box-shadow:inset 4px 0 0 var(--mrt-primary)}.schedule-reception-table tbody tr.active{outline:3px solid #60a5fa8c;outline-offset:-3px}.schedule-reception-td-content{width:auto}.schedule-reception-content{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;line-height:1.35;overflow:hidden;white-space:normal;word-break:break-word}.schedule-reception-table td:before{content:"";display:none}@media (max-width:999px){.schedule-reception-tablewrap{overflow-x:hidden}.schedule-reception-table{min-width:0;width:100%}.schedule-reception-table thead{display:none}.schedule-reception-table,.schedule-reception-table tbody,.schedule-reception-table td,.schedule-reception-table tr{display:block}.schedule-reception-table tbody tr{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:14px;box-shadow:0 10px 30px #0000001f;margin:10px 6px;padding:10px}.schedule-reception-table tbody tr.active{border-color:#6366f173;box-shadow:0 12px 36px #6366f138}.schedule-reception-table td{border-bottom:0;overflow:hidden;padding:8px 6px;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.schedule-reception-table td:before{color:var(--mrt-muted);content:attr(data-label);display:block;font-size:11px;font-weight:950;margin-bottom:4px}.schedule-reception-content{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;white-space:normal}}.schedule-reception-pill{align-items:center;border:1px solid #0f172a1f;border-radius:999px;display:inline-flex;font-size:12px;font-weight:900;line-height:1.2;padding:3px 9px;white-space:nowrap}.schedule-reception-pill--company{background:#f1f5f9e6;color:#334155}.schedule-reception-pill--method{background:#eff6fff2;border-color:#1d4ed82e;color:#7b9ef0}.schedule-reception-pill--status{background:#ecfdf5e6;border-color:#0478572e;color:#047857}.schedule-reception-pre{flex:0 0 auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.35;margin:0;overflow:visible;padding:10px;white-space:pre-wrap;word-break:break-word}.schedule-reception-detail{display:flex;flex:0 0 auto;flex-direction:column;min-height:auto}.schedule-reception-detail-actions{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:8px;padding:10px 12px}.schedule-reception-btn--chip{border-radius:999px;font-weight:900;height:30px;padding:0 10px}.schedule-reception-btn--chip.active{background:#111827;border-color:#111827;color:#fff}.schedule-reception-pretty{background:#fff;flex:0 0 auto;min-height:auto;overflow:visible;padding:12px}.schedule-reception-section{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden}.schedule-reception-section-head{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#0f172a;font-weight:900;padding:10px 12px}.schedule-reception-kv-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.schedule-reception-kv{border-bottom:1px solid #f1f5f9;padding:10px 12px}.schedule-reception-kv:nth-child(odd){border-right:1px solid #f1f5f9}.schedule-reception-k{color:#64748b;font-size:11px;font-weight:800;margin-bottom:4px}.schedule-reception-textbox,.schedule-reception-v{color:#0f172a;font-size:12px;font-weight:700;white-space:pre-wrap;word-break:break-word}.schedule-reception-textbox{background:#fff;line-height:1.45;padding:12px}.schedule-reception-muted{color:#64748b;font-size:12px;padding:12px}.schedule-reception-error{color:#b91c1c;font-size:12px;padding:12px;white-space:pre-wrap}@media (max-width:980px){.schedule-reception-modal-body{grid-template-columns:1fr}.schedule-reception-pane+.schedule-reception-pane{border-left:none;border-top:1px solid #e2e8f0}.schedule-reception-kv-grid{grid-template-columns:1fr}.schedule-reception-kv:nth-child(odd){border-right:none}}.rc-container{background:var(--mrt-bg);min-height:100vh}.rc-toolbar{align-items:center;display:flex;gap:12px;margin:0 auto;max-width:1400px;padding:16px 18px}.rc-title h2{color:var(--mrt-text);font-size:20px;font-weight:800;margin:0}.rc-sub{color:var(--mrt-muted);font-size:12px;margin-top:2px}.rc-right{align-items:center;display:flex;gap:10px;margin-left:auto}.rc-count{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:999px;color:var(--mrt-text-2);font-size:12px;padding:6px 10px}.rc-btn{background:var(--mrt-btn-bg);border:none;border-radius:10px;color:var(--mrt-btn-text);cursor:pointer;font-weight:700;padding:10px 12px}.rc-btn:hover{opacity:.92}.rc-loading{align-items:center;color:var(--mrt-text-2);display:flex;gap:10px;margin:40px auto 0;max-width:1400px;padding:24px 18px}.rc-spinner{animation:rcspin .9s linear infinite;border:2px solid var(--mrt-border);border-radius:999px;border-top-color:var(--mrt-text);height:16px;width:16px}@keyframes rcspin{to{transform:rotate(1turn)}}.rc-error{background:var(--mrt-surface);border:1px solid var(--mrt-danger-border);border-radius:12px;margin:28px auto 0;max-width:1400px;padding:16px 18px}.rc-error-title{color:var(--mrt-danger);font-weight:800;margin-bottom:6px}.rc-error-msg{color:var(--mrt-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;white-space:pre-wrap}.rc-error-hint{color:var(--mrt-muted);font-size:12px;margin-top:10px}.rc-table-wrap{overflow:auto}.rc-layout,.rc-table-wrap{margin:0 auto 26px;max-width:1400px;padding:0 18px 18px}.rc-layout{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:1.15fr .85fr}.rc-table-wrap--half{margin:0;max-width:none;padding:0}.rc-table{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.rc-row{cursor:pointer}.rc-row:hover td{background:var(--mrt-hover)}.rc-row--active td{background:var(--mrt-active)}.rc-table td,.rc-table th{border-bottom:1px solid var(--mrt-border-2);color:var(--mrt-text);font-size:12px;padding:10px;text-align:left;vertical-align:top}.rc-table th{background:var(--mrt-surface-2);border-bottom:1px solid var(--mrt-border);color:var(--mrt-text-2);font-weight:800;position:-webkit-sticky;position:sticky;top:0;z-index:1}.rc-cell{max-width:520px;white-space:pre-wrap;word-break:break-word}.rc-detail{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:12px;overflow:hidden;position:-webkit-sticky;position:sticky;top:12px}.rc-detail-head{align-items:center;background:var(--mrt-surface-2);border-bottom:1px solid var(--mrt-border-2);display:flex;justify-content:space-between;padding:12px}.rc-detail-title{color:var(--mrt-text);font-weight:900}.rc-btn--ghost{background:#0000;border:1px solid var(--mrt-border);color:var(--mrt-text)}.rc-detail-empty,.rc-detail-loading{align-items:center;color:var(--mrt-muted);display:flex;font-size:12px;gap:10px;padding:14px 12px}.rc-detail-error{padding:14px 12px}.rc-detail-pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.4;margin:0;max-height:calc(100vh - 160px);overflow:auto;padding:12px;white-space:pre-wrap;word-break:break-word}@media (max-width:1100px){.rc-layout{grid-template-columns:1fr}.rc-detail{position:static}}.settings-container{background:var(--mrt-bg);min-height:100vh}.settings-wrap{margin:0 auto;max-width:1100px;padding:18px}.settings-head{align-items:center;display:flex;gap:12px;margin-bottom:14px}.settings-title h2{color:var(--mrt-text);font-size:20px;font-weight:900;margin:0}.settings-sub{color:var(--mrt-muted);font-size:12px;margin-top:2px}.settings-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.settings-card{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:12px;padding:14px}.settings-card-title{color:var(--mrt-text);font-weight:900;margin-bottom:10px}.settings-card--span{grid-column:1/-1}.settings-kv{grid-gap:10px;align-items:center;border-bottom:1px solid var(--mrt-border-2);display:grid;gap:10px;grid-template-columns:120px 1fr;padding:8px 0}.settings-kv .k{color:var(--mrt-muted);font-size:12px;font-weight:800}.settings-kv .v{color:var(--mrt-text);font-size:12px;font-weight:900;word-break:break-word}.settings-row{align-items:center;display:flex;gap:14px;margin-bottom:10px}.settings-checkbox,.settings-radio{align-items:center;color:var(--mrt-text);display:inline-flex;font-size:12px;font-weight:900;gap:8px}.settings-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:10px}.settings-field .label{color:var(--mrt-muted);font-size:11px;font-weight:900;margin-bottom:6px}.settings-field input{background:var(--mrt-surface);border:1px solid var(--mrt-border);border-radius:10px;color:var(--mrt-text);font-size:13px;height:36px;outline:none;padding:0 10px;width:100%}.settings-hint{color:var(--mrt-muted);font-size:11px;grid-column:1/-1}.settings-btn{background:var(--mrt-btn-bg);border:none;border-radius:10px;color:var(--mrt-btn-text);cursor:pointer;font-weight:900;padding:10px 12px}.settings-btn-primary{background:#2563eb}.settings-btn--ghost{background:#0000;border:1px solid var(--mrt-border);color:var(--mrt-text)}.settings-error{background:var(--mrt-surface);border:1px solid var(--mrt-danger-border);border-radius:12px;margin-bottom:12px;padding:14px}.settings-error-title{color:var(--mrt-danger);font-weight:900;margin-bottom:6px}.settings-error-msg{color:var(--mrt-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;white-space:pre-wrap}.settings-section{border-top:1px dashed var(--mrt-border);margin-top:10px;padding-top:10px}.settings-section-title{color:var(--mrt-text-2);font-size:12px;font-weight:900;margin-bottom:8px}.settings-menu-item{align-items:center;display:flex;gap:12px;justify-content:space-between}.settings-menu-item-left{min-width:0}.settings-menu-item-name{color:var(--mrt-text);font-size:13px;font-weight:900}.settings-menu-item-sub{color:var(--mrt-muted);font-size:11px;margin-top:2px}@media (max-width:900px){.settings-form,.settings-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.loading-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{font-size:1.2rem;font-weight:500}.error-container{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px;text-align:center}.error-container h2{font-size:2.5rem;margin-bottom:20px}.error-container p{font-size:1.2rem;margin-bottom:30px}.error-container ol{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;color:#333;max-width:600px;padding:30px 50px;text-align:left}.error-container li{line-height:1.6;margin:15px 0}.error-container a{border-bottom:2px solid #667eea;color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.error-container a:hover{border-bottom-color:#764ba2;color:#764ba2}:root{--mrt-bg:#f5f7fb;--mrt-surface:#fff;--mrt-surface-2:#f9fafb;--mrt-text:#111827;--mrt-text-2:#374151;--mrt-muted:#6b7280;--mrt-border:#e5e7eb;--mrt-border-2:#eef2f7;--mrt-hover:#f8fafc;--mrt-active:#eef2ff;--mrt-btn-bg:#111827;--mrt-btn-text:#fff;--mrt-danger:#b91c1c;--mrt-danger-border:#fee2e2;--mrt-overlay:#0206179e;--mrt-code-bg:#0b1220;--mrt-code-text:#e2e8f0;--mrt-primary:#2563eb;--mrt-primary-contrast:#fff;--mrt-field-bg:#f8fafc;--mrt-field-bg-strong:#eef2f7;--mrt-warn-bg:#fff7ed;--mrt-accent-bg:#f5fcf88c;--mrt-accent-bg-2:#f5fcf86b;--mrt-accent-pill:#f5fcf899;--mrt-accent-field:#f5fcf8ad;--mrt-accent-border:#d8e9e0b8;--mrt-accent-focus:#10b98124;--mrt-on-primary-glass:#ffffff24;--mrt-on-primary-border:#ffffff38;--mrt-on-primary-divider:#ffffff2e}:root[data-theme=dark]{--mrt-bg:#0f172a;--mrt-surface:#16213a;--mrt-surface-2:#1a2a4a;--mrt-text:#d2d7e0;--mrt-text-2:#b9c2d0;--mrt-muted:#94a3b8;--mrt-border:#94a3b838;--mrt-border-2:#94a3b82e;--mrt-hover:#94a3b81a;--mrt-active:#6366f138;--mrt-btn-bg:#e5e7eb;--mrt-btn-text:#0b1220;--mrt-danger:#fca5a5;--mrt-danger-border:#f8717140;--mrt-overlay:#000000b3;--mrt-code-bg:#050a14;--mrt-code-text:#d6dde8;--mrt-primary:#60a5fa;--mrt-primary-contrast:#0b1220;--mrt-field-bg:#0f1b33;--mrt-field-bg-strong:#0b162b;--mrt-warn-bg:#f59e0b24;--mrt-accent-bg:#10b98114;--mrt-accent-bg-2:#10b9810f;--mrt-accent-pill:#10b9811a;--mrt-accent-field:#02061733;--mrt-accent-border:#10b98133;--mrt-accent-focus:#10b9812e;--mrt-on-primary-glass:#0000001f;--mrt-on-primary-border:#0000002e;--mrt-on-primary-divider:#00000024}
/*# sourceMappingURL=main.865ce083.css.map*/