:root{--bg:#f6f7fb;--panel:#fff;--ink:#1f2937;--muted:#6b7280;--brand:#16a34a;--brand-ink:#fff;--bubble-me:#dcf8c6;--bubble-them:#ffffff;--shadow:0 8px 24px rgba(0,0,0,.1);--radius:16px}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Noto Sans,sans-serif}.chat-root{position:fixed;top:0;right:0;bottom:0;left:0;display:flex}.stage{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:56px;background:#37b24d;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 10px;box-shadow:var(--shadow);z-index:3}.topbar .icon-btn{background:transparent;color:#fff;width:36px;height:36px;border-radius:10px;border:none;display:grid;place-items:center;cursor:pointer}.avatar{width:34px;height:34px;border-radius:50%;background:#00000024;display:grid;place-items:center;font-weight:800}.meta .title{font-weight:800;font-size:16px;line-height:1;white-space:nowrap;max-width:56vw;overflow:hidden;text-overflow:ellipsis}.meta .sub{font-size:12px;opacity:.9;margin-top:2px}.topbar .right .icon-btn{background:transparent;color:#fff}.input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.input:focus{outline:none;border-color:#cbd5e1;box-shadow:0 0 0 3px #16a34a1f}.icon-btn{border:none;background:#f1f5f9;border-radius:12px;width:38px;height:38px;display:grid;place-items:center;cursor:pointer}.btn{border:none;background:#e5e7eb;padding:8px 12px;border-radius:12px;cursor:pointer}.btn.primary{background:var(--brand);color:var(--brand-ink)}.send-btn{border:none;background:var(--brand);color:var(--brand-ink);width:44px;height:44px;border-radius:12px;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 6px #16a34a33}.btn.rec-stop{padding:6px 10px;border-radius:10px;font-size:13px;display:flex;align-items:center;gap:6px}.body{flex:1;display:flex;flex-direction:column;min-height:0}.thread{flex:1;min-height:0;overflow:auto;padding:14px 12px 6px}.down-fab{position:absolute;right:16px;bottom:94px;border:none;background:var(--brand);color:#fff;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;box-shadow:0 2px 10px #0000002e}.auth-card{background:var(--panel);box-shadow:var(--shadow);border-radius:20px;margin:auto;padding:20px;min-width:300px;max-width:440px;width:90%}.msg{display:flex;margin:8px 0}.msg .bubble{max-width:82%;padding:10px 12px;border-radius:14px;position:relative;box-shadow:0 1px 1px #0000000a}.msg.me .bubble{background:var(--bubble-me)}.msg.them .bubble{background:var(--bubble-them)}.msg.flash .bubble,.msg .bubble.flash{box-shadow:0 0 0 3px #16a34a40 inset}.msg .msg-tools{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:14px;border:none;background:#e7f6eb;color:#0a7f43;display:grid;place-items:center;cursor:pointer}.text{white-space:pre-wrap;line-height:1.35}.img img{display:block;max-width:240px;width:100%;height:auto;border-radius:12px}@media (min-width:900px){.img img{max-width:420px}}.day-sep{display:flex;justify-content:center;margin:10px 0}.day-sep span{background:#e5e7eb;color:#4b5563;border-radius:12px;padding:4px 8px;font-size:12px}.reply-card{display:flex;gap:8px;align-items:stretch;background:#ffffffb3;border-radius:10px;padding:6px 8px;margin:0 0 6px;border:1px solid #e5e7eb}.msg.me .reply-card{background:#fff9}.reply-card .rc-bar{width:4px;border-radius:6px;background:#10b981}.reply-card .rc-body{min-width:0}.reply-card .rc-name{font-size:12px;font-weight:700;color:#0b7d4f;line-height:1}.reply-card .rc-text{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-preview{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-top:1px solid #e5e7eb;padding:8px 10px}.reply-preview .rp-title{font-size:12px;font-weight:700;color:#0f5132}.reply-preview .rp-snippet{font-size:12px;color:#6b7280;max-width:72vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spr-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.spr-title{font-weight:700;margin-bottom:6px}.spr-card .row{display:flex;gap:8px}.quote-chip{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.q-dot{width:24px;height:24px;border-radius:50%;background:#16a34a;color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.q-details{flex:1;min-width:0}.q-amt{font-weight:700;margin-top:2px}.q-fileline{display:flex;align-items:center;gap:8px;margin-top:4px;min-width:0;flex-wrap:wrap}.q-file{font-size:12px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:56vw}.open-mini{font-size:12px;font-weight:700;color:#0b7d4f;text-decoration:none;padding:4px 8px;border-radius:8px;background:#d1fae5}.open-mini.pay{background:#16a34a;color:#fff}.file-card{display:flex;align-items:center;gap:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px;margin-top:6px}.file-left{width:38px;height:38px;border-radius:8px;background:#eef2ff;display:grid;place-items:center;font-weight:800;color:#111827}.file-title{color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60vw}.open-btn{padding:6px 10px;border-radius:10px;background:#0b7d4f;color:#fff;text-decoration:none;font-weight:600}.composer{display:flex;gap:8px;align-items:flex-end;background:var(--panel);padding:8px;border-top:1px solid #edf2f7;position:sticky;bottom:0}.composer .ta{max-height:200px}.attach-chip{position:sticky;bottom:56px;margin:0 10px 6px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;font-size:13px;width:max-content}.vmsg{display:flex;align-items:center;gap:10px}.vmsg .v-play{width:36px;height:36px;border:none;border-radius:50%;display:grid;place-items:center;background:#eafaf1;color:#0b7d4f;cursor:pointer}.msg.me .vmsg .v-play{background:#16a34a;color:#fff}.vmsg .v-wave{position:relative;flex:1;height:18px;border-radius:10px;cursor:pointer}.vmsg .v-dots{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.45;background-image:radial-gradient(currentColor 1px,transparent 1.5px);background-size:8px 8px}.vmsg .v-knob{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#16a34a}.vmsg .v-time{font-size:12px;color:#374151;min-width:38px;text-align:right;font-variant-numeric:tabular-nums}.rec-banner{display:flex;align-items:center;gap:8px;background:#fff7f7;border-top:1px solid #fee2e2;padding:8px 10px}.rec-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.rec-time{font-family:monospace;font-weight:700}.voice-draft{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-top:1px solid #e5e7eb;padding:8px 10px}.vd-time{font-family:monospace;font-size:14px;min-width:68px;text-align:left}.vd-wave{flex:1;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.vd-prog{height:100%;background:#16a34a}.small-send{padding:8px 12px;border-radius:10px}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0}.ctx{position:absolute;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:var(--shadow);padding:6px;z-index:40}.ctx-item{display:flex;gap:8px;align-items:center;width:100%;padding:10px 12px;border-radius:10px;background:transparent;border:none;cursor:pointer}.ctx-item:hover{background:#f6f7fb}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000001f;z-index:30;display:flex;align-items:flex-end}.sheet{width:100%;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:var(--shadow);padding:6px}.sheet-grip{width:40px;height:4px;background:#e5e7eb;border-radius:999px;margin:6px auto}.sheet-item{width:100%;padding:14px;border:none;background:transparent;text-align:left;border-radius:10px}.sheet-item:hover{background:#f6f7fb}.slideover{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:#00000026;z-index:25}.slideover.open{display:block}.slideover-inner{position:absolute;right:0;top:0;height:100%;width:min(420px,92vw);background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column}.slideover-head{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-bottom:1px solid #e5e7eb}.slideover-body{padding:12px;overflow:auto}.muted{color:var(--muted);font-size:14px}.quote-list{display:flex;flex-direction:column;gap:10px}.quote-row{display:flex;gap:10px;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.quote-row .qnum{font-weight:700;width:36px;text-align:center}.qinfo{flex:1}.qtitle{font-weight:700}.qfile{font-size:12px;color:#6b7280}.qamt{font-weight:700;margin-top:4px}.qactions{display:flex;gap:8px}.preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;z-index:80;display:flex;align-items:center;justify-content:center;padding:6vh 2vw}.preview{width:min(900px,100%);height:min(70vh,100%);display:flex;flex-direction:column}.preview-head{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:6px 8px}.p-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80vw}.p-image{max-width:96%;max-height:58vh;object-fit:contain;border-radius:8px}.p-pdf{width:94%;height:60vh;border:0}.p-other{width:94%;display:flex;align-items:center;justify-content:center}.preview-actions{display:flex;gap:8px;justify-content:flex-end;padding:8px}body.chat-fullscreen header.site-nav{display:none!important}@media (max-width:780px){.msg .bubble{max-width:88%}}:root{--bg:#f6f7f8;--panel:#ffffff;--line:#e5e7eb;--muted:#64748b;--text:#0f172a;--green:#22c55e;--green-600:#16a34a;--green-weak:#e8fbe9;--blue:#2563eb;--amber:#f59e0b;--shadow:0 10px 24px rgba(2,6,23,.06);--radius:16px}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);display:flex;flex-direction:column;z-index:9999}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#3aa956;color:#fff;box-shadow:0 1px #0000000d}.topbar .left{display:flex;align-items:center;gap:8px}.topbar .right{display:flex;align-items:center;gap:6px}.topbar .avatar{width:36px;height:36px;border-radius:999px;background:#2f8f42;color:#eafff1;display:grid;place-items:center;font-weight:800}.topbar .meta{display:flex;flex-direction:column}.topbar .title{font-weight:800;letter-spacing:.2px}.topbar .sub{font-size:12px;opacity:.9}.icon-btn{border:none;background:transparent;color:inherit;padding:8px;border-radius:10px;cursor:pointer}.icon-btn:hover{background:#ffffff24}.icon-btn:active{transform:translateY(1px)}.btn{height:36px;border-radius:10px;padding:0 12px;border:none;font-weight:700;cursor:pointer}.btn.primary{background:var(--green);color:#fff}.btn.info{background:var(--blue);color:#fff}.btn.ghost{background:#f3f4f6}.cols{flex:1;min-height:0;display:grid;grid-template-columns:360px 1fr}.cols.only-list{grid-template-columns:1fr 0}.cols.only-thread{grid-template-columns:0 1fr}@media (max-width:1000px){.cols{grid-template-columns:1fr}}.list{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.list-head{padding:10px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:8px 12px;border:none;border-radius:999px;background:#eef6f0;color:#14532d;font-weight:700;cursor:pointer}.chip.active{background:#1f5f2b;color:#eafff1}.search{display:flex;gap:8px;align-items:center}.search input{flex:1;padding:8px 10px;border-radius:10px;border:1px solid var(--line);background:#f8fafc}.search .btn.refresh{height:32px;padding:0 10px}@media (max-width:640px){.search .btn.refresh{height:30px;padding:0 8px;font-size:13px}}.list-inner{overflow:auto;-webkit-overflow-scrolling:touch}.row{display:flex;gap:10px;padding:12px;border-bottom:1px solid #f1f5f9;cursor:pointer}.row:hover{background:#f9fafb}.row.active{background:#f6fff8}.row .avatar{width:36px;height:36px;border-radius:999px;background:#e3f7ea;color:#14532d;display:grid;place-items:center;font-weight:800}.row .meta{min-width:0;flex:1}.row .line1{display:flex;align-items:center;gap:8px}.row .line2{color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row .line3{color:#6b7280;font-size:12px;margin-top:2px}.badge{background:var(--green);color:#fff;font-size:12px;padding:2px 6px;border-radius:999px}.thread{background:var(--bg);display:flex;flex-direction:column;min-height:0}.thread-body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px}.empty{display:grid;place-items:center;height:100%;color:var(--muted)}.empty .title{font-weight:800}.day{display:flex;justify-content:center;margin:10px 0}.day span{background:#e3f7ea;color:#14532d;border-radius:999px;padding:4px 10px;font-size:12px}.msg{position:relative;margin:8px 0;display:flex}.msg.me{justify-content:flex-end}.bubble{position:relative;max-width:min(86%,560px);padding:10px 12px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 1px #00000008}.msg.me .bubble{background:var(--green-weak);border-color:#cde9cf}.text{white-space:pre-wrap;word-break:break-word}.text a{color:#0b69ff;text-decoration:underline}.time{font-size:11px;color:#6b7280;margin-top:6px;text-align:right}.reply-fab{display:none!important}.hover-actions{position:absolute;top:50%;transform:translateY(-50%);right:-36px;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.msg.me .hover-actions{right:auto;left:-36px}.msg:hover .hover-actions{opacity:1;pointer-events:auto}.ha-btn{width:28px;height:28px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000026;display:grid;place-items:center;cursor:pointer}@media (hover:none){.hover-actions{display:none}}.img{border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#fff;margin-top:6px;display:inline-block;max-width:100%}.img img{display:block;max-width:100%;height:auto;max-height:260px;object-fit:contain}.img-caption{display:inline-block;margin-top:6px;font-size:12px;color:#065f46;text-decoration:none;max-width:100%;word-break:break-all}.doc-card{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;margin-top:6px}.doc-icon{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;font-weight:700;font-size:12px;color:#0f172a;background:#f1f5f9}.doc-icon.pdf{color:#b91c1c;background:#fee2e2}.doc-main{flex:1;min-width:0}.doc-meta{font-size:12px;color:#6b7280;margin-top:2px}.down-fab{position:absolute;right:18px;bottom:92px;z-index:35;width:42px;height:42px;border-radius:999px;background:var(--green);color:#fff;border:none;box-shadow:0 6px 18px #00000026;display:grid;place-items:center;cursor:pointer}.previews{padding:6px 10px;border-top:1px solid var(--line);background:#fff}.pv{position:relative;display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:6px;margin-right:8px}.pv img{width:48px;height:48px;object-fit:cover;border-radius:8px}.pv-doc{font-size:13px;color:#334155;max-width:60vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:640px){.pv-doc{max-width:68vw}}.pv-x{position:absolute;top:-8px;right:-8px;background:#fff;border:1px solid var(--line);border-radius:999px;width:22px;height:22px;display:grid;place-items:center}.reply-preview{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-top:1px solid var(--line);background:#f0fff6}.rp-title{font-weight:700}.rp-snippet{font-size:13px;color:#065f46;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer{position:sticky;bottom:0;z-index:25;background:#fff;padding:8px;border-top:1px solid var(--line);display:flex;gap:8px;align-items:flex-end}.c-icon{border:none;background:#f3f4f6;padding:10px;border-radius:12px;display:grid;place-items:center;cursor:pointer}.ta{flex:1;padding:10px 12px;border:1px solid var(--line);border-radius:12px;resize:none;max-height:180px;outline:none;background:#f8fafc}.send{background:var(--green);color:#fff;border:none;padding:10px 12px;border-radius:12px;cursor:pointer}.mic{border:none;background:#f3f4f6;padding:10px;border-radius:12px;cursor:pointer}.mic.rec{background:#fee2e2;color:#b91c1c}.file-hint{padding:6px 10px;font-size:14px}.voice-draft{display:flex;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid var(--line);background:#fff}.vd-wave{flex:1;height:6px;background:#eef2f7;border-radius:6px;overflow:hidden}.vd-prog{height:100%;background:var(--green)}.vmsg{display:flex;align-items:center;gap:8px;background:#e8f5ee;border-radius:12px;padding:10px}.msg.me .vmsg{background:#dff7e3}.v-play{border:none;background:var(--green);color:#fff;border-radius:999px;width:32px;height:32px;display:grid;place-items:center;cursor:pointer}.v-wave{position:relative;flex:1;height:20px;background:#d1fae5;border-radius:10px;cursor:pointer}.v-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#10b981 1px,transparent 1px);background-size:8px 8px;opacity:.7}.v-knob{position:absolute;top:0;bottom:0;width:2px;background:#065f46}.v-time{width:44px;text-align:right;color:#065f46;font-weight:700}.slideover{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061752;display:none;z-index:60}.slideover.open{display:flex;align-items:center;justify-content:center}.slideover-inner{width:min(720px,96vw);background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow)}.slideover-head{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f3f4f6}.slideover-body{padding:12px}.input{width:100%;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 10px}.admin-login-shell{min-height:100vh;display:flex;justify-content:center;align-items:center;background:var(--bg);padding:18px}.admin-auth-card{width:min(520px,92vw);background:#fff;border-radius:16px;padding:18px;box-shadow:var(--shadow)}.admin-notice{background:#fff7ed;border:1px solid #fde68a;color:#7c2d12;padding:10px;border-radius:10px;font-size:14px}.title{margin:10px 0 6px;font-size:24px;font-weight:800}.form{display:flex;flex-direction:column;gap:8px}.input-wrap{height:42px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;display:flex;align-items:center}.input-wrap input{border:none;outline:none;width:100%;height:100%;font-size:15px;background:transparent}.hint{color:var(--muted);font-size:12px;margin-top:4px}.err{color:#b91c1c;font-size:14px}.link{border:none;background:transparent;color:#0b69ff;cursor:pointer;padding:0}.admin-notice .clinic-link{font-weight:700;text-decoration:underline;color:#0b69ff;cursor:pointer}.admin-notice .clinic-link:hover{color:#2563eb}.admin-auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 28px #0000000f;box-sizing:border-box}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.ctx-new{position:fixed;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #0003;overflow:hidden;min-width:240px}.ctx-item{display:flex;gap:8px;align-items:center;width:100%;padding:12px 14px;background:#fff;border:none}.ctx-item:hover{background:#f8fafc}.ctx-item.danger{color:#b91c1c}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:60;display:flex;align-items:flex-end}.sheet{width:100%;background:#fff;border-radius:18px 18px 0 0;padding:10px}.sheet-item{display:block;width:100%;text-align:left;padding:14px;background:#fff;border:none}.sheet-item.danger{color:#b91c1c}.sheet-grip{width:40px;height:4px;background:#e5e7eb;border-radius:999px;margin:0 auto 8px}.preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:80;display:flex;align-items:center;justify-content:center}.preview{width:min(520px,96vw);display:flex;flex-direction:column;background:transparent}.preview.tall{height:min(78vh,100%)}.preview.compact{height:auto}.preview-head{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:8px 10px}.preview-head .icon-btn,.viewer-head .icon-btn{background:transparent!important;color:#fff!important;box-shadow:none!important}.preview-head .icon-btn:hover,.viewer-head .icon-btn:hover{background:transparent!important}.preview-head .icon-btn:focus-visible,.viewer-head .icon-btn:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.p-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78vw}.preview-body{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.p-image{max-width:100%;max-height:60vh;object-fit:contain}.p-pdf{width:96%;height:66vh}.p-other{width:96%}.preview-actions{display:flex;gap:8px;justify-content:flex-end;padding:10px}.p-file-chip{display:flex;align-items:center;gap:12px;background:#fff;border-radius:16px;padding:14px;box-shadow:0 8px 24px #0000002e}.p-file-ico{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;font-weight:800;color:#111827;background:#eef2ff}.p-file-main{min-width:0}.p-file-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:85;display:flex;align-items:center;justify-content:center}.viewer{width:100%;max-width:900px;height:100%;max-height:90vh;display:flex;flex-direction:column}.viewer-head{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:8px 10px}.viewer-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78vw}.viewer-body{flex:1;display:flex;align-items:center;justify-content:center}.viewer-image{max-width:96vw;max-height:80vh;object-fit:contain}.ctx-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.ctx{position:fixed;z-index:61;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;min-width:220px;overflow:hidden}.ctx button{padding:10px 12px;background:#fff;border:none;text-align:left;font-size:14px}.ctx button:hover{background:#f3f4f6}.ctx button.light{color:#6b7280}.reply-card{display:flex;align-items:stretch;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:8px}.rc-bar{width:4px;background:var(--green-600)}.rc-body{padding:6px 8px;min-width:0}.rc-name{font-size:12px;font-weight:700;color:#14532d}.rc-text{font-size:13px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-chip{display:flex;gap:10px;align-items:flex-start;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:10px;margin-top:6px}.q-dot{width:28px;height:28px;border-radius:999px;background:#ecfdf5;color:#065f46;display:grid;place-items:center;font-weight:800}.q-details{min-width:0}.q-title{font-weight:700}.q-amt{font-weight:800;color:#065f46;margin-top:2px}.q-file-row{display:flex;align-items:center;gap:8px;margin-top:6px;min-width:0}.q-file{font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:56vw}.btn.tiny{height:28px;padding:0 8px;border-radius:8px;background:#ecfdf5;color:#065f46;font-weight:700;border:none;cursor:pointer}.spr-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;margin-top:6px}.spr-card .spr-title{font-weight:800;margin-bottom:6px;color:#14532d}.spr-card .row{display:flex;gap:8px;font-size:14px}.spr-card .row b{color:#0f172a;min-width:72px}@keyframes flash{0%{box-shadow:0 0 #22c55eb3}to{box-shadow:none}}.msg.flash .bubble,.flash .bubble{animation:flash .9s ease}.recording-bar{display:flex;align-items:center;gap:8px;background:#111827;color:#fff;padding:8px 10px}.rec-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}.rec-time{font-weight:700}.send-btn{border:none;background:var(--green);color:#fff;border-radius:10px;padding:8px 10px;display:grid;place-items:center;cursor:pointer}.vd-time{min-width:40px;text-align:center}.preview-actions{padding:10px}.preview-actions .btn.primary{width:100%;height:52px;border-radius:999px;font-size:16px;font-weight:800}.p-file-chip{display:flex;align-items:center;gap:12px;background:#fff;border-radius:16px;padding:14px;box-shadow:0 8px 24px #0000002e;max-width:96%}.p-file-ico{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;font-weight:800;color:#111827;background:#eef2ff;text-transform:uppercase}.p-file-ico.pdf,.doc-icon.pdf{color:#b91c1c;background:#fee2e2}.p-file-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}.p-file-sub{color:#334155;opacity:.9;margin-top:2px;font-size:13px}.pv-doc{max-width:68vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:641px){.pv-doc{max-width:60vw}}.preview.pdf .p-other{display:none}.preview.pdf .p-file-chip{display:flex}.doc-card{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;margin-top:6px;max-width:min(86%,560px)}.doc-title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-open{font-weight:600;text-decoration:none;color:#065f46;padding:6px 10px;border-radius:10px;background:#ecfdf5}.doc-open:hover{background:#d1fae5}.admin-auth-card{width:100%;max-width:520px;background:#fff;border-radius:16px;padding:22px;box-shadow:0 10px 28px #0000000f;box-sizing:border-box}@media (min-width:768px){.admin-auth-card{max-width:560px;padding:24px}}.admin-login-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background:var(--bg);padding:18px}.admin-auth-card{margin-top:8vh}.policy-container{max-width:1200px;margin:30px auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.policy-header{background:#1db908;color:#fff;padding:20px}.policy-content{padding:20px;line-height:1.6;font-size:15px;color:#333}.policy-content h2{margin-top:20px;font-size:18px;color:#1db908}.policy-content p{margin-bottom:12px}.back-btn{background:#1db908;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease}.back-btn:hover{background:#179307}.policy-header{background:#1db908;color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.policy-header h1{margin:0;font-size:22px;font-weight:700}.back-icon{background:transparent;border:none;font-size:22px;cursor:pointer;color:#fff;font-weight:700;transition:transform .2s ease}.back-icon:hover{transform:translate(-4px)}.policy-content p,.policy-content li{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.policy-content ul{list-style:disc;padding-left:20px;margin:12px 0}.back-icon{font-size:26px;padding:6px 10px;line-height:1;display:inline-flex;align-items:center;justify-content:center}@media (min-width: 768px){.back-icon{font-size:28px}}.policy-header{align-items:center}@media (max-width: 640px){.policy-content p,.policy-content li{hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;word-break:normal;overflow-wrap:break-word;text-align:justify;text-justify:inter-word;line-height:1.75}}.policy-content .kv p{text-align:left;text-justify:auto}*{box-sizing:border-box}:root{--bg:#f7fafc;--ink:#222;--muted:#6b7280;--brand:#48a43f;--brand-ink:#ffffff;--accent:#48a43f;--danger:#ff3b30;--card:#ffffff;--border:#e5e7eb;--border-soft:#eee;--shadow:0 2px 12px rgba(0,0,0,.06);--radius:12px;--radius-lg:14px;--radius-pill:999px;--space:16px;--font: system-ui, Segoe UI, Roboto, Arial, sans-serif}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:16px}.justify{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.mt-0{margin-top:0}.card.soft{background:#e9f8f1;border:1px solid #bfeedd;box-shadow:none}.btn{display:inline-block;padding:12px 16px;border:0;border-radius:10px;background:var(--brand);color:var(--brand-ink);font-weight:700;cursor:pointer;box-shadow:0 6px 14px #48a43f2e}.btn:hover{filter:brightness(.96)}.btn.ghost{background:#fff;color:#0f766e;border:1px solid #c7efe1}.btn.block{width:100%}.card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:16px;margin-bottom:16px}.card>h1,.card>h2,.card>h3{margin-top:0}.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-3{grid-template-columns:1fr}.container{padding:12px}.btn{width:100%}}.table-wrap{overflow-x:auto}.table{width:100%;min-width:520px;border-collapse:collapse}.table th,.table td{padding:10px;text-align:left;border-bottom:1px solid var(--border-soft)}.carousel{position:relative;width:100%;overflow:hidden;border-radius:12px;background:#f6f6f6}.carousel-aspect{width:100%;pointer-events:none}.carousel-track{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;height:100%;transition:transform .45s ease}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-img{width:100%;height:100%;object-fit:contain;background:#f6f6f6}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#00000073;color:#fff;border:none;cursor:pointer}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.carousel-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.carousel-dot{width:8px;height:8px;border-radius:999px;border:0;background:#fff9}.carousel-dot.active{background:#fff;width:18px}.card.hero .hero-wrap{border-radius:12px;background:linear-gradient(135deg,#6ecf68,#48a43f,#1e5631);color:#fff;padding:48px 24px;text-align:center}.card.hero .hero-title{font-size:clamp(28px,4.5vw,48px);line-height:1.15;margin:0 0 12px}.card.hero .hero-sub{max-width:820px;margin:0 auto 22px;font-size:clamp(14px,2vw,18px);opacity:.95}.card.hero .hero-cta{background:#fbbf24;color:#153e2a;border:none}.card.stats .stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:16px}.card.stats .stat{background:#fff;border:1px solid #e9edf3;border-radius:12px;padding:18px 16px;text-align:center;box-shadow:0 6px 14px #1118270f}.card.stats .stat .num{font-size:clamp(22px,3.2vw,32px);font-weight:800;color:#06603b}.card.stats .stat .lbl{margin-top:6px;color:#334155;font-size:clamp(12px,1.8vw,14px)}.card.expertise .intro{text-align:center;max-width:880px;margin:0 auto 18px;color:#4b5563}.card.expertise .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card.expertise .box{background:#fff;border:1px solid #e9edf3;border-radius:12px;padding:16px}.card.expertise .box .title{font-size:18px;font-weight:800;margin-bottom:6px}.card.expertise .box .sub{color:#6b7280;margin-bottom:10px}.card.expertise .box ul{margin:0;padding-left:18px}.card.expertise .box .note{margin-top:10px;color:#0f766e}.card.founder .wrap{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.card.founder .photo{text-align:center}.card.founder .photo img{width:160px;height:160px;object-fit:cover;border-radius:50%;border:2px solid #e5e7eb}.card.founder .photo .name{font-weight:700;margin-top:8px}.card.testimonials .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card.testimonials .t{background:#fff;border:1px solid #e9edf3;border-radius:16px;padding:16px;box-shadow:0 6px 14px #1118270f}.card.testimonials .quote-mark{font-size:28px;color:#93c5fd}.card.testimonials .author{margin-top:10px;font-weight:700;color:#0f766e}.card.education{padding:16px}.card.education .intro{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px 16px;color:#064e3b;margin-bottom:16px}.card.education .intro ul{margin:0 0 6px 18px;padding:0;line-height:1.6}.card.education .grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-top:16px}.card.education .video{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#000;padding-top:56.25%;box-shadow:0 6px 14px #1118270f}.card.education .video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.card.education .topics{display:grid;gap:10px}.card.education .topic{background:#eaf8f0;border:1px solid #c9edd7;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px}.card.education .topic .ico{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#d6f3e2;color:#0b5a3b;font-size:18px}.card.education .topic .txt .ttl{font-weight:700;color:#0b5a3b}.card.education .topic .txt .sub{color:#0f7d53;font-size:13px}@media (max-width: 600px){.card.education .grid{grid-template-columns:1fr!important}.card.education .video{max-width:92%;margin:0 auto;border-radius:14px}}@media (min-width: 901px){.card.education .grid{align-items:start}.card.education .video{aspect-ratio:16/9;height:auto;max-height:560px;max-width:996px}}.card.site-footer{background:var(--brand);color:#e6fffb}.card.site-footer .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card.site-footer .grid a{color:#e6fffb;text-decoration:none;font-size:14px}.card.site-footer .grid a:hover{text-decoration:underline}.card.site-footer .copy{margin-top:12px;border-top:1px solid rgba(255,255,255,.1);padding-top:8px;font-size:13px;opacity:.85;text-align:center}@media (max-width:1024px){.card.stats .stats-grid,.card.expertise .grid,.card.testimonials .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card.founder .wrap{grid-template-columns:1fr}.card.site-footer .grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.card.hero .hero-wrap{padding:36px 16px}.card.stats .stats-grid,.card.expertise .grid,.card.testimonials .grid,.card.education .grid{grid-template-columns:1fr}.card.education .intro{font-size:14px;padding:12px}.card.education .topic{padding:10px 12px}.card.education .topic .ico{width:28px;height:28px;font-size:16px}.card.site-footer .grid{grid-template-columns:1fr}.card.founder .photo img{width:140px;height:140px}}@media (max-width:480px){.card.hero .hero-title{font-size:26px}.card.hero .hero-sub{font-size:14px}.btn{padding:9px 14px}}#google_translate_container,.goog-te-banner-frame,.goog-te-gadget,.goog-logo-link{display:none!important}body{top:0!important}html.kn *{font-family:Noto Sans Kannada,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.site-header{position:fixed;top:0;left:0;right:0;z-index:70;height:64px;background:var(--brand);color:#fff;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:12px;padding:0 16px}.header-spacer{height:64px}.brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;min-width:0}.brand-logo{width:36px;height:36px;object-fit:cover;border-radius:8px;background:transparent}.brand-name{font-weight:800;font-size:18px;line-height:1;white-space:nowrap}.center-bar{position:absolute;left:50%;transform:translate(-50%)}.primary-nav{display:none;gap:28px}.primary-nav a{color:#fff;font-weight:800;letter-spacing:.1px;padding:8px 0;opacity:.95}.primary-nav a:hover,.primary-nav a.active{text-decoration:underline;text-underline-offset:8px;opacity:1}.right-tools{margin-left:auto;display:flex;align-items:center;gap:10px}.lang-switch button,.lang-switch .btn{height:36px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#575757;color:#fff;font-weight:800}.burger:before,.burger:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:20px;height:2px;background:#fff;border-radius:2px}.burger:before{top:9px}.burger:after{bottom:9px}@media (min-width:992px){.primary-nav{display:flex}.burger{display:none}}.drawer-backdrop{position:fixed;top:64px;right:0;bottom:0;left:0;background:#00000047;opacity:0;pointer-events:none;z-index:74;transition:opacity .2s}.drawer-backdrop.show{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #eee}.drawer-title{display:flex;align-items:center;gap:10px}.drawer-title img{width:28px;height:28px;border-radius:6px}.drawer-close{width:36px;height:32px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:20px}.drawer-links{padding:10px 12px}.drawer-links a{display:block;padding:10px 8px;color:#111;font-weight:700;border-radius:8px}.drawer-links a.active{color:#0aa777}.mobile-drawer .lang-switch{display:none!important}@media (min-width:992px){.burger{display:none}}.card.welcome h2{text-align:center;text-wrap:balance}.page-clinic .card{line-height:1.65}.page-clinic p,.page-clinic .intro p,.page-clinic .sub{text-align:justify;text-justify:inter-word;text-wrap:pretty}.page-clinic h1,.page-clinic h2,.page-clinic h3{text-wrap:balance}.page-clinic ul,.page-clinic ol{margin:0 0 8px;padding-left:18px;line-height:1.7}.page-clinic .with-icon,.page-clinic .stat .num{display:inline-flex;align-items:center;gap:8px}.page-clinic .stat{text-align:center}.page-clinic .cta-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:8px}.page-clinic .cta-row .btn{min-width:160px;min-height:44px;padding-left:16px;padding-right:16px}.page-clinic .badge-btn{position:relative;padding-right:26px}.page-clinic .badge-pill{top:-8px;right:-8px}.page-clinic .card.expertise .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width:1024px){.page-clinic .card.expertise .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.page-clinic .card.expertise .grid{grid-template-columns:1fr}}.page-clinic .hero .hero-wrap{text-align:center;padding:32px 18px}.page-clinic .hero .hero-sub{max-width:820px;margin:0 auto 18px;text-align:justify;text-wrap:pretty}.clinic-page .intro{text-align:center}.clinic-page .intro p{max-width:880px;margin:8px auto 0;color:#475569;font-size:clamp(15px,1.6vw,18px)}@media (min-width: 900px){.card.welcome.center-lg h2,.card.welcome.center-lg p{text-align:center}.card.welcome.center-lg p{max-width:980px;margin-left:auto;margin-right:auto}}.cta-row{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:12px}.cta-row .btn{min-height:42px}@media (max-width: 768px){.justify-sm{text-align:justify;text-justify:inter-word}}.about-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.about-ico{font-size:28px;line-height:1;margin-top:2px}.about-title{margin:0;font-weight:800;line-height:1.2;font-size:clamp(22px,3vw,36px);text-wrap:balance}.br-sm{display:none}@media (max-width:640px){.about-title{font-size:clamp(20px,6vw,28px);line-height:1.25}.br-sm{display:inline}}.about-text{color:#475569;line-height:1.7;text-align:justify;text-justify:inter-word}.mb-0{margin-bottom:0}.about-block{margin-top:14px;border-radius:12px;padding:14px 16px}.about-block-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.about-block--green{background:#f0fdf4;border:1px solid #bbf7d0;color:#065f46}.about-block--blue{background:#eff6ff;border:1px solid #c7d2fe;color:#1e3a8a}.about-block--amber{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.about-list{margin:0;padding-left:20px;line-height:1.7}.about-cta{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media (max-width: 900px){.contact-grid{display:flex!important;flex-direction:column!important;gap:12px}.hero-card{order:1!important}.left-col{order:2!important}.right-col{order:3!important}.c-card{border-radius:16px}.hero-inner{padding:20px 16px}.hero-title{font-size:24px}}.burger{display:inline-flex;justify-content:center;align-items:center;width:40px;height:34px;border:1px solid rgba(255,255,255,.45);background:transparent;border-radius:10px;color:#fff;gap:0;font-size:0;position:relative}.burger span{width:20px;height:2px;background:#fff;display:block}.burger span+span{margin-top:4px}@media (min-width:980px){.primary-nav{display:flex}.burger{display:none}.mobile-drawer,.drawer-backdrop{display:none!important}}.mobile-drawer{position:fixed;top:64px;left:-280px;bottom:0;width:280px;background:#fff;border-right:1px solid #e5e7eb;transition:left .25s ease;z-index:75}.mobile-drawer.open{left:0}.burger{display:inline-flex;justify-content:center;align-items:center;width:40px;height:34px;border:1px solid rgba(255,255,255,.45);background:transparent;border-radius:10px;position:relative;color:#fff;font-size:0}.burger{background:linear-gradient(currentColor,currentColor) center/22px 2px no-repeat,linear-gradient(currentColor,currentColor) center calc(50% - 6px) /22px 2px no-repeat,linear-gradient(currentColor,currentColor) center calc(50% + 6px) /22px 2px no-repeat}.burger span{display:none!important}@media (min-width:980px){.burger{display:none}.mobile-drawer,.drawer-backdrop{display:none!important}}@media (min-width:980px){.center-bar{left:0;right:0;transform:none;width:auto;padding-left:210px;padding-right:150px;display:flex;justify-content:center}}.guide-wrap{max-width:1000px;margin:20px auto;padding:0 14px}.guide-hero{background:#fff;border-radius:16px;box-shadow:0 10px 24px #0206170f;padding:18px}.guide-hero h1{margin:0 0 6px;font-size:22px;font-weight:800}.guide-hero .sub{margin:0;color:#475569}.guide-actions{margin-top:12px}.btn.big{display:inline-block;padding:14px 18px;border-radius:12px;font-weight:700;text-decoration:none}.btn.primary{background:#e53935;color:#fff}.btn.light{background:#f1f5f9;color:#111827;padding:10px 14px;border-radius:10px;text-decoration:none}.guide-index{margin-top:16px;background:#fff;border-radius:16px;box-shadow:0 10px 24px #0206170f;padding:16px}.guide-index h2{margin:0 0 10px;font-size:18px;font-weight:800}.guide-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.guide-link{display:flex;gap:10px;align-items:center;padding:10px;border-radius:12px;text-decoration:none;background:#f8fafc;color:#0f172a}.guide-link:hover{background:#eef2f7}.pill{min-width:28px;height:28px;border-radius:999px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:700}.guide-chapter{max-width:900px;margin:20px auto;padding:0 14px}.chapter-head{background:#fff;border-radius:16px;box-shadow:0 10px 24px #0206170f;padding:16px}.chapter-head h1{margin:0;font-size:20px;font-weight:800}.chapter-head .muted{margin:4px 0 0;color:#64748b}.chapter-body{background:#fff;margin-top:12px;border-radius:16px;box-shadow:0 10px 24px #0206170f;padding:16px;line-height:1.6}.pager{display:flex;justify-content:space-between;align-items:center;margin:14px 0}.yt-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000001f;margin:10px 0 16px}.chapter-body p,.chapter-body li{text-align:justify;text-justify:inter-word;line-height:1.75}.chapter-body ul{padding-left:20px;margin:8px 0 12px}.chapter-body h3{margin:18px 0 8px;font-size:18px;font-weight:800}.yt-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000001f;margin:10px 0 16px}.yt-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}@media (min-width: 1024px){.guide-chapter{max-width:1000px}.chapter-head,.chapter-body{padding:24px 28px}}@media (min-width: 1440px){.guide-chapter{max-width:1100px}}.chapter-body .table-wrap{margin:10px 0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.chapter-body table{width:100%;border-collapse:collapse;table-layout:auto;background:#fff;border:1px solid #e5e7eb}.chapter-body th,.chapter-body td{border:1px solid #e5e7eb;padding:10px 12px;text-align:left;vertical-align:top;word-break:break-word}.chapter-body thead th{background:#f8fafc;font-weight:700}.chapter-body tbody tr:nth-child(2n){background:#fafafa}@media (max-width: 640px){.chapter-body th,.chapter-body td{padding:8px 10px}}.chapter-body>table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb}.chapter-body>table th,.chapter-body>table td{border:1px solid #e5e7eb;padding:10px 12px}.pager-shelf{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0 6px}.next-cta{display:block;width:100%;text-align:center;background:#ef4444;color:#fff;font-weight:800;font-size:20px;padding:14px 16px;border-radius:12px;text-decoration:none}.page-nums{display:flex;align-items:center;gap:14px}.page-btn{min-width:56px;height:56px;border-radius:14px;background:#e5e7eb;color:#374151;display:grid;place-items:center;text-decoration:none;font-weight:700;box-shadow:0 1px #00000008}.page-btn.active{background:#111827;color:#fff}.page-btn.last{color:#ef4444}.dots{color:#6b7280;font-weight:700}@media (max-width: 640px){.next-cta{font-size:18px;padding:12px}.page-btn{min-width:44px;height:44px;border-radius:12px}}@media (max-width: 640px){.chapter-body .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px -10px 16px;padding:0 10px}.chapter-body .table-wrap table{width:auto;table-layout:auto;min-width:760px}.chapter-body .table-wrap th,.chapter-body .table-wrap td{white-space:nowrap;word-break:keep-all;-webkit-hyphens:manual;hyphens:manual}.chapter-body .table-wrap::-webkit-scrollbar{height:8px}.chapter-body .table-wrap::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}}.yt-wrap{position:relative;padding-top:56.25%;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);margin:12px 0 20px}.yt-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.table-wrap{overflow-x:auto;border:1px solid var(--border, #e5e7eb);border-radius:12px;background:var(--card, #fff)}.table-wrap table{width:100%;border-collapse:collapse;min-width:640px}.table-wrap th,.table-wrap td{padding:10px 12px;border-bottom:1px solid var(--border, #e5e7eb);text-align:left}.table-wrap thead th{background:#f8fafc;font-weight:600}
