.medai-page{height:100dvh;min-height:100dvh;margin:0;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 50% 0,#fff 0,#f6faff 38%,#eef2f7 100%);color:#151922;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}.medai-root{--bg:#eef2f7;--screen:#ffffff;--text:#151922;--muted:#7a8392;--line:#e3e8f1;--blue:#1677ff;--blue-soft:#edf6ff;--purple:#7d2ee6;--purple-soft:#f6edff;--purple-line:#d9bcff;--orange:#ffb020;--orange-soft:#fff7df;--red:#ff3b4e;--green:#19b84a;--teal:#1ba7a6;--shadow:0 22px 60px rgba(15,23,42,0.22);--card-shadow:0 5px 18px rgba(15,23,42,0.08);flex:1;min-height:0;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px 40px;color:var(--text)}.medai-root,.medai-root *{box-sizing:border-box}.medai-root .phone{width:430px;height:900px;max-height:calc(100dvh - 64px);background:#090909;border-radius:50px;padding:13px;box-shadow:var(--shadow);position:relative}.medai-root .phone:before{content:"";position:absolute;left:50%;top:17px;transform:translateX(-50%);width:118px;height:32px;border-radius:999px;background:#000;z-index:60}.medai-root .screen{height:100%;background:var(--screen);border-radius:39px;overflow:hidden;position:relative;display:flex;flex-direction:column}.medai-root .statusbar,.medai-root .topbar{flex:0 0 auto}.medai-root .statusbar{height:48px;padding:14px 28px 0;display:flex;justify-content:space-between;font-size:14px;font-weight:800}.medai-root .icons{display:flex;gap:6px;align-items:center;margin-top:2px}.medai-root .sig{width:16px;height:12px;border-left:3px solid #111;border-bottom:3px solid #111;transform:skew(-12deg)}.medai-root .wifi{width:15px;height:11px;border:3px solid #111;border-bottom:0;border-radius:16px 16px 0 0}.medai-root .battery{width:22px;height:11px;border:2px solid #111;border-radius:3px;position:relative}.medai-root .battery:after{content:"";position:absolute;width:3px;height:5px;right:-5px;top:2px;background:#111;border-radius:2px}.medai-root .topbar{height:44px;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.medai-root .top-left{display:flex;align-items:center;gap:14px}.medai-root .back{width:13px;height:13px;border-left:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);cursor:pointer}.medai-root .close-x{width:28px;height:28px;border:0;background:transparent;color:var(--blue);font-size:30px;line-height:1;transform:rotate(45deg);cursor:pointer;padding:0}.medai-root .title{font-size:18px;font-weight:850}.medai-root .title.center{flex:1;text-align:center;font-size:21px}.medai-root .more{font-size:24px;line-height:1}.medai-root .content{flex:1;min-height:0;overflow-y:auto;padding:0 18px 92px;scrollbar-width:none}.medai-root .content::-webkit-scrollbar{display:none}.medai-root .patient-card{display:grid;grid-template-columns:82px 1fr;gap:15px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:14px;box-shadow:var(--card-shadow);margin-bottom:10px;background:#fff}.medai-root .avatar{width:76px;height:76px;border-radius:50%;overflow:hidden;border:1px solid #dde3ec;background:linear-gradient(135deg,#d9e8ff,#9ec5ff);display:grid;place-items:center;font-weight:800;color:#1f4f9a;font-size:22px}.medai-root .avatar.small{width:54px;height:54px;font-size:16px}.medai-root .name{font-size:18px;font-weight:850;margin-bottom:4px}.medai-root .patient-meta{font-size:13px;color:#333;margin-bottom:10px}.medai-root .status-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--purple-line);color:var(--purple);background:#fbf7ff;border-radius:9px;padding:8px 10px;font-size:13px;font-weight:760;line-height:1.15}.medai-root .tabs{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;margin-bottom:12px;position:sticky;top:0;z-index:5}.medai-root .tab{border:0;border-right:1px solid var(--line);background:#fff;color:#202734;height:36px;font-size:12px;cursor:pointer}.medai-root .tab:last-child{border-right:0}.medai-root .tab.active{background:var(--blue);color:#fff;font-weight:800}.medai-root .panel{display:none}.medai-root .panel.active{display:block}.medai-root .diagnosis-card{border:1px solid var(--purple-line);background:linear-gradient(135deg,#fff,var(--purple-soft));border-radius:14px;padding:16px;box-shadow:var(--card-shadow);margin-bottom:10px;cursor:pointer}.medai-root .eyebrow{color:var(--purple);font-size:13px;font-weight:850;margin-bottom:8px}.medai-root .diag-title{font-size:20px;font-weight:900;margin-bottom:12px}.medai-root .badge{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:var(--purple);color:#fff;padding:7px 10px;font-size:12px;font-weight:900}.medai-root .meta-row{color:#333;font-size:14px;margin:8px 0;line-height:1.35}.medai-root .meta-row span{color:var(--muted);margin-right:7px}.medai-root .card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.medai-root .btn{height:46px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:850;cursor:pointer}.medai-root .btn.blue{background:var(--blue);color:#fff}.medai-root .btn.orange{background:var(--orange);color:#fff}.medai-root .btn.outline{background:#fff;color:var(--blue);border:1px solid #a9d0ff}.medai-root .btn.red{background:#fff0f1;color:var(--red);border:1px solid #ffc4cb}.medai-root .btn.small{height:36px;font-size:13px;padding:0 12px}.medai-root .btn.full{width:100%}.medai-root .action-stack{display:grid;gap:10px;margin-bottom:12px}.medai-root .mini-card{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--card-shadow);margin-bottom:10px}.medai-root .mini-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:16px;font-weight:850;margin-bottom:10px}.medai-root .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.medai-root .metric-label{color:var(--muted);font-size:11px;margin-bottom:4px}.medai-root .metric-value{font-size:14px;font-weight:800}.medai-root .chips,.medai-root .filter-row{display:flex;flex-wrap:nowrap;gap:7px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.medai-root .chip{border:1px solid #dfe6ef;border-radius:9px;padding:8px 10px;background:#fff;color:#2c3240;font-size:13px;font-weight:760;white-space:nowrap;cursor:pointer}.medai-root .chip.active{background:var(--blue);color:#fff;border-color:var(--blue)}.medai-root .chip.green{background:#edfff2;color:#17a33d;border-color:#9aeba9}.medai-root .chip.orange{background:#fff8e9;color:#f29b00;border-color:#ffd47b}.medai-root .chip.red{background:#fff0f1;color:var(--red);border-color:#ffb7c0}.medai-root .chip.filter{color:var(--blue);background:#f7fbff;border-color:#c9e2ff}.medai-root .chip.ghost{color:var(--blue);background:#fff;border-color:#c9e2ff}.medai-root .filter-wrap{margin-bottom:10px}.medai-root .active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.medai-root .docs-box{margin-top:10px;font-size:13px}.medai-root .small-icon{color:var(--blue);font-weight:800}.medai-root .icon-blue{color:var(--blue)}.medai-root .event-card.purple{background:linear-gradient(135deg,#fff,var(--purple-soft));border-color:var(--purple-line)}.medai-root .section-icon{color:var(--blue)}.medai-root .chev{color:var(--muted);font-size:18px}.medai-root .timeline{position:relative;margin-left:6px;padding-left:22px}.medai-root .timeline:before{content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background:#dbe3ef}.medai-root .event{position:relative;margin-bottom:10px}.medai-root .dot{position:absolute;left:-23px;top:18px;width:13px;height:13px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #fff}.medai-root .dot.orange{background:var(--orange)}.medai-root .dot.green{background:#5bd583}.medai-root .dot.purple{background:var(--purple)}.medai-root .dot.teal{background:var(--teal)}.medai-root .event-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;box-shadow:var(--card-shadow)}.medai-root .event-card.yellow{background:linear-gradient(135deg,#fff,var(--orange-soft));border-color:#ffd773}.medai-root .event-title{font-size:15px;font-weight:900;margin-bottom:8px;display:flex;justify-content:space-between;gap:8px;align-items:center}.medai-root .tag{font-size:12px;font-weight:800;background:#f3f5f8;color:#333;padding:5px 8px;border-radius:7px}.medai-root .tag.orange{background:#fff4d6;color:#f29900;border:1px solid #ffd773}.medai-root .event-meta{font-size:13px;line-height:1.5;margin:4px 0}.medai-root .link{color:var(--blue);font-weight:800}.medai-root .event-actions{display:flex;gap:8px;margin:10px 0}.medai-root .doc-row{display:grid;grid-template-columns:22px 1fr 24px 24px;gap:6px;align-items:center;padding:7px 0;font-size:13px}.medai-root .doc-row+.doc-row{border-top:1px solid #edf0f5}.medai-root .bottom-action{position:absolute;left:18px;right:18px;bottom:20px;z-index:20}.medai-root .new-menu{position:absolute;right:18px;bottom:76px;width:244px;display:none;background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:12px;box-shadow:0 18px 42px rgba(13,23,42,.22);z-index:35}.medai-root .new-menu.open{display:block}.medai-root .menu-item{display:flex;align-items:center;gap:12px;color:var(--blue);font-size:15px;font-weight:800;padding:12px 8px;border-radius:10px;cursor:pointer;border:0;background:transparent;width:100%;text-align:left}.medai-root .sheet-backdrop{position:absolute;inset:0;background:rgba(12,18,28,.3);opacity:0;pointer-events:none;transition:.2s ease;z-index:45}.medai-root .sheet-backdrop.open{opacity:1;pointer-events:auto}.medai-root .sheet{position:absolute;left:0;right:0;bottom:-420px;background:#fff;border-radius:26px 26px 0 0;padding:18px;box-shadow:0 -18px 42px rgba(13,23,42,.25);transition:.24s ease;z-index:46}.medai-root .sheet.open{bottom:0}.medai-root .grab{width:44px;height:5px;background:#d7dce6;border-radius:999px;margin:0 auto 16px}.medai-root .sheet-title{font-size:19px;font-weight:900;margin-bottom:14px}.medai-root .form-row{margin-bottom:12px}.medai-root .form-row label{display:block;color:var(--muted);font-size:12px;margin-bottom:6px;font-weight:800}.medai-root .input{width:100%;border:1px solid var(--line);border-radius:10px;height:42px;padding:0 12px;font-size:14px;background:#fff}.medai-root .sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.medai-root .appointment,.medai-root .overlay-screen{position:absolute;inset:0;background:#fff;z-index:30;display:none;flex-direction:column;border-radius:39px;overflow:hidden}.medai-root .appointment.open,.medai-root .overlay-screen.open{display:flex;z-index:50}.medai-root .appointment-content,.medai-root .case-content{flex:1;min-height:0;overflow-y:auto;padding:0 18px 98px;scrollbar-width:none}.medai-root .case-summary{border:1px solid var(--purple-line);background:linear-gradient(135deg,#fff,var(--purple-soft));border-radius:15px;padding:16px;margin-bottom:12px;box-shadow:var(--card-shadow)}.medai-root .case-title{font-size:18px;color:var(--purple);font-weight:900;margin-bottom:10px}.medai-root .appointment-patient{display:flex;align-items:center;gap:14px;margin:8px 0 16px}.medai-root .case-chip{display:inline-flex;color:var(--blue);background:#eaf3ff;padding:5px 10px;border-radius:999px;font-size:13px;font-weight:800}.medai-root .label{display:block;font-size:14px;font-weight:800;margin:12px 0 7px}.medai-root .select{height:44px;border:1px solid #d8dee9;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#adb3bd;font-size:15px;background:#fff;cursor:pointer}.medai-root .medai{position:relative;min-height:104px;width:100%;border:0;border-radius:16px;padding:18px 16px 18px 132px;margin:18px 0 14px;color:#fff;text-align:left;cursor:pointer;box-shadow:0 16px 34px rgba(22,119,255,.28);background:linear-gradient(120deg,#3c1fea,#106dff 48%,#04d4ef)}.medai-root .mic-orb{position:absolute;left:18px;top:18px;width:70px;height:70px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;box-shadow:0 0 28px rgba(35,229,255,.78)}.medai-root .mic-icon{width:26px;height:34px;border:3px solid #fff;border-radius:14px;position:relative}.medai-root .medai-title{display:flex;align-items:center;gap:8px;font-size:27px;font-weight:950;margin-bottom:6px}.medai-root .ai-badge{font-size:13px;border:1px solid rgba(255,255,255,.8);border-radius:8px;padding:3px 5px;font-weight:900}.medai-root .medai-text{font-size:14px;line-height:1.25;max-width:230px;opacity:.96}.medai-root .go{position:absolute;right:20px;top:50%;width:42px;height:42px;transform:translateY(-50%);border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:28px;font-weight:800}.medai-root .recording{display:none;margin:-4px 0 14px;border:1px solid #bde9ff;background:#f3fbff;border-radius:14px;padding:12px}.medai-root .recording.open{display:block}.medai-root .record-head{display:flex;align-items:center;justify-content:space-between;font-weight:850;margin-bottom:10px;color:#0a5ccf;font-size:14px}.medai-root .wave{height:44px;display:flex;align-items:center;gap:4px}.medai-root .wave span{width:5px;border-radius:999px;background:linear-gradient(#18d7ff,#1677ff);animation:medai-wave 1s ease-in-out infinite}.medai-root .wave span:first-child{height:14px}.medai-root .wave span:nth-child(2){height:28px;animation-delay:.08s}.medai-root .wave span:nth-child(3){height:18px;animation-delay:.16s}.medai-root .wave span:nth-child(4){height:36px;animation-delay:.24s}.medai-root .wave span:nth-child(5){height:22px;animation-delay:.32s}.medai-root .wave span:nth-child(6){height:31px;animation-delay:.4s}.medai-root .wave span:nth-child(7){height:16px;animation-delay:.48s}.medai-root .wave span:nth-child(8){height:34px;animation-delay:.56s}.medai-root .wave span:nth-child(9){height:24px;animation-delay:.64s}.medai-root .wave span:nth-child(10){height:18px;animation-delay:.72s}@keyframes medai-wave{0%,to{transform:scaleY(.55);opacity:.58}50%{transform:scaleY(1.05);opacity:1}}.medai-root .record-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.medai-root .section{border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--card-shadow);margin-bottom:10px;overflow:hidden}.medai-root .section-title{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:17px;font-weight:900;cursor:pointer;border:0;background:#fff;width:100%;text-align:left}.medai-root .section-title .left{display:flex;align-items:center;gap:12px}.medai-root .section-body{display:none;padding:0 16px 16px}.medai-root .section.open .section-body{display:block}.medai-root .field-label{font-size:14px;font-weight:800;margin:10px 0 7px}.medai-root .req{color:var(--red)}.medai-root .input-box{min-height:46px;border:1px solid #d9e0ea;border-radius:12px;display:grid;grid-template-columns:1fr 39px 39px;align-items:center;background:#fff;overflow:hidden}.medai-root .input-box textarea{border:0;min-height:44px;width:100%;padding:13px 12px;font:inherit;resize:none;outline:none;color:var(--text);background:transparent}.medai-root .mini-ico{width:29px;height:29px;border-radius:50%;border:0;background:#eaf6ff;color:var(--blue);display:grid;place-items:center;margin-right:6px;cursor:pointer;font-size:15px}.medai-root .add-doc{height:38px;border:1px solid var(--blue);color:var(--blue);border-radius:9px;justify-content:center;gap:8px;font-size:15px;font-weight:850;margin-top:12px;width:100%}.medai-root .add-doc,.medai-root .diagnosis-select{background:#fff;display:flex;align-items:center;cursor:pointer}.medai-root .diagnosis-select{height:44px;border:1px solid #d9e0ea;border-radius:12px;justify-content:space-between;padding:0 12px;color:#a8afb9;margin-bottom:12px}.medai-root .outcome{display:flex;align-items:center;gap:10px;margin:14px 0 6px;font-size:14px;font-weight:800}.medai-root .select-mini{height:38px;border:1px solid #d9e0ea;border-radius:10px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;color:#323946;background:#fff;cursor:pointer}.medai-root .appointment-actions{position:absolute;left:20px;right:20px;bottom:20px;display:grid;grid-template-columns:.8fr 1.45fr;gap:12px;z-index:54;background:linear-gradient(transparent,#fff 25%);padding-top:22px}.medai-root .ai-result{border:1px solid #c9e9ff;background:#f4fbff;border-radius:14px;padding:12px;font-size:14px;line-height:1.45;color:#253044}.medai-root .empty{text-align:center;padding:28px 14px;color:var(--muted);font-weight:700}.medai-root .toast{position:fixed;left:50%;bottom:calc(28px + env(safe-area-inset-bottom, 0px));transform:translateX(-50%) translateY(20px);background:#111827;color:#fff;padding:12px 18px;border-radius:999px;font-weight:850;opacity:0;pointer-events:none;transition:.22s ease;z-index:99}.medai-root .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media (max-width:520px){.medai-page{height:100dvh;min-height:100dvh;max-height:100dvh;background:var(--screen,#ffffff)}.medai-root{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:env(safe-area-inset-top,0) 0 env(safe-area-inset-bottom,0);background:#fff}.medai-root,.medai-root .phone{min-height:0;width:100%;overflow:hidden}.medai-root .phone{flex:1 1 auto;height:100%;max-height:none;border-radius:0;border:0;padding:0;box-shadow:none;background:transparent}.medai-root .phone:before{display:none}.medai-root .appointment,.medai-root .overlay-screen,.medai-root .screen{height:100%;min-height:0;border-radius:0}.medai-root .bottom-action{bottom:calc(12px + env(safe-area-inset-bottom, 0px));left:14px;right:14px}}