.ps-create-page{background:var(--site-page-canvas);width:100%;max-width:none;margin:0;padding:16px 16px 24px;min-height:calc(100dvh - 56px)}.ps-create-page.ps-mobile{padding:0;min-height:0;height:auto;overflow:visible}.ps-topbar-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.ps-topbar-avatar{width:28px;height:28px;border-radius:999px;object-fit:cover;display:block;box-shadow:0 0 0 2px #ffffff2e}.ps-topbar-userName{color:#fffffff2;font-weight:800;font-size:14px;max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-topbar-userName.ps-topbar-userName--on-behalf{display:inline-flex;align-items:baseline;gap:2px;min-width:0;max-width:min(52vw,200px);overflow:visible;white-space:nowrap}.ps-topbar-userName-truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-topbar-behalf-badge{flex-shrink:0;font-weight:600;font-size:12px;opacity:.92;line-height:1.2}.ps-topbar-center{flex:1;min-width:0;display:flex;justify-content:center;align-items:center;gap:8px}.ps-topbar-right{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:56px}.ps-topbar-title-icon{font-size:18px;color:#ffffffeb}.ps-create-page .ant-spin-nested-loading,.ps-create-page .ant-spin-container{height:auto;min-height:0}.ps-create-page .ant-spin-dot-item{background-color:#1677ff!important}.ps-draft-confirm-wrap,.psnd-modalWrap{z-index:20000!important}.ps-create-shell{display:flex;align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #0000000f;width:100%;max-width:1200px;margin:0 auto}.ps-create-shell.ps-row{flex-direction:row}.ps-create-shell.ps-col{flex-direction:column}.ps-create-page.ps-mobile .ps-create-shell{max-width:none;margin:0;border-radius:0;box-shadow:none;flex:none;min-height:0}.ps-left,.ps-right{display:flex;flex-direction:column;min-width:0}.ps-left{width:56%;background:#fff;border-right:1px solid #eef2f6}.ps-right{width:44%;flex:1;background:#fff}.ps-left-half,.ps-right-half{width:100%;height:auto}.ps-page-topbar,.ps-mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.16);background:#326fad;position:sticky;top:0;z-index:2000}.ps-page-title,.ps-mobile-title{font-weight:800;color:#fff;font-size:16px}.ps-icon-btn{background:transparent;border:0;cursor:pointer;color:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease}.ps-icon-btn:hover{color:#fff}.ps-mobile-post{border:0;background:transparent;color:#ef4444;font-weight:800;cursor:pointer}.ps-mobile-post:disabled{opacity:.3;cursor:not-allowed}.ps-left-body{flex:1;padding:20px;background:#fff}.ps-img-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--site-card-grid-gap-2)}.ps-img-item{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ps-img{width:100%;height:100%;object-fit:cover;display:block}.ps-img-remove{position:absolute;top:6px;right:6px;border:0;cursor:pointer;background:#00000080;color:#fff;border-radius:999px;padding:4px;opacity:0;transition:opacity .2s ease}.ps-img-item:hover .ps-img-remove{opacity:1}.ps-preview-panel{width:100%;height:min(700px,70vh);border:1px solid #e5e7eb;border-radius:14px;background:var(--site-patient-panel-surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.ps-preview-main-img{width:100%;height:min(700px,70vh);object-fit:contain}.ps-preview-empty{color:#94a3b8;font-size:14px;text-align:center;padding:24px}.ps-right-header{padding:18px 20px 10px;background:#fff}.ps-right-title{font-size:24px;font-weight:800;color:#111827;margin:0}.ps-right-body{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:24px;overflow:visible;background:#fff}.ps-field{display:flex;flex-direction:column;gap:10px}.ps-field-head{display:flex;align-items:center;justify-content:space-between}.ps-label{font-size:15px;font-weight:700;color:#1f2937;letter-spacing:.06em;text-transform:none}.ps-title-input{border:0!important;border-bottom:1px solid #d1d5db!important;border-radius:0!important;padding-left:0!important;padding-right:0!important;box-shadow:none!important;font-size:20px!important;font-weight:800!important;background-color:#fff!important}.ps-title-input::placeholder{color:#94a3b8!important}.ps-desc-textarea{border:1px solid #d1d5db!important;border-radius:12px!important;background:#fff!important;padding:16px!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease}.ps-desc-textarea:hover,.ps-desc-textarea:focus{border-color:#93c5fd!important;box-shadow:0 0 0 3px #3b82f614!important}.ps-ai-btn{color:#ef4444!important;padding:0!important;height:auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important}.ps-ai-btn:hover{color:#dc2626!important;background:transparent!important}.ps-ai-icon{font-size:16px}.ps-ai-text{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ps-thumb-list,.ps-upload-row{display:flex;flex-wrap:wrap;gap:12px}.ps-thumb-item{position:relative;width:88px;height:88px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:var(--site-page-canvas);cursor:pointer;transition:border-color .2s ease,transform .2s ease}.ps-thumb-item:hover{transform:translateY(-2px)}.ps-thumb-item.active{border-color:#1677ff}.ps-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.ps-thumb-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:#000000a6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.ps-thumb-remove .material-icons{font-size:14px}.ps-thumb-mobile-sort{position:absolute;left:4px;bottom:4px;display:flex;gap:4px}.ps-thumb-sort-btn{border:none;border-radius:6px;background:#000000a6;color:#fff;font-size:12px;padding:2px 6px;cursor:pointer}.ps-thumb-sort-btn:disabled{opacity:.4;cursor:not-allowed}.ps-add-tile{width:100%;aspect-ratio:3 / 4;border:2px dashed #e5e7eb;border-radius:12px;background:#fff;transition:all .2s ease;cursor:pointer}.ps-add-tile:hover{border-color:#fecaca;background:#fafafa}.ps-add-inner{width:88px;height:88px;min-height:88px;border:1px dashed #d9d9d9;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;padding:12px;text-align:center;background:#fff}.ps-add-inner-disabled{opacity:.5;cursor:not-allowed}.ps-add-icon{width:40px;height:40px;background:#fee2e2;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#ef4444}.ps-add-text{font-size:10px;color:#1f2937;font-weight:800;letter-spacing:.08em}.ps-add-tile .ant-upload{width:100%!important;height:100%!important;display:flex!important}.ps-add-tile .ant-upload,.ps-add-tile .ant-upload-select,.ps-add-tile .ant-upload-select>span{width:100%;height:100%;display:block}.ps-create-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid #eef2f6;background:#fff}.ps-btn{border-radius:999px!important;font-weight:800!important}.ps-btn-release{padding:0 24px!important}.ps-image-preview-overlay{position:fixed;inset:0;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center}.ps-mobile-preview-img{width:100%;max-width:100%;max-height:100vh;object-fit:contain;display:block}.ps-preview-close{position:absolute;top:16px;right:16px;z-index:10;width:36px;height:36px;border:none;border-radius:50%;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.ps-preview-close .material-icons{font-size:20px}.ps-sheet-mask{position:fixed;inset:0;background:#00000059;z-index:1000}.ps-sheet{position:fixed;left:0;right:0;bottom:0;z-index:1001;background:#fff;border-radius:20px 20px 0 0;padding:10px 16px calc(16px + var(--site-bottom-safe, 0px));box-shadow:0 -8px 30px #00000029;animation:ps-sheet-slide-up .22s ease-out}.ps-sheet-handle{width:44px;height:5px;border-radius:999px;background:#d1d5db;margin:0 auto 12px}.ps-sheet-title{text-align:center;font-size:15px;font-weight:700;color:#111827;margin-bottom:14px}.ps-sheet-action,.ps-sheet-cancel{width:100%;min-height:52px;border:none;border-radius:14px;background:var(--site-patient-panel-surface);display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:600;color:#111827;cursor:pointer}.ps-sheet-action+.ps-sheet-action{margin-top:10px}.ps-sheet-cancel{margin-top:14px;background:#fff;border:1px solid #e5e7eb}.ps-sheet-action-icon{font-size:18px;line-height:1}@media(min-width:768px){.ps-page-topbar,.ps-mobile-topbar{display:none}.ps-left-body{padding:20px}.ps-right-body{padding:24px 20px}}@media(max-width:767px){.ps-create-page{background:var(--site-page-canvas);padding:0 16px}.ps-create-shell{display:flex;flex-direction:column;border-radius:0;box-shadow:none;height:auto;min-height:0;overflow:visible}.ps-left{display:none}.ps-right{width:100%;flex:none;min-height:0;display:flex;flex-direction:column}.ps-right-header{display:none}.ps-right-body{padding:16px;gap:20px;flex:none;min-height:0;overflow:visible}.ps-title-input,.ps-desc-textarea,.ps-title-input input,.ps-desc-textarea textarea{scroll-margin-top:calc(52px + var(--site-top-safe, 0px));scroll-margin-bottom:calc(72px + var(--site-bottom-safe, 0px))}.ps-label{font-size:14px;letter-spacing:.04em}.ps-title-input{font-size:18px!important;padding:12px 14px!important;border:1px solid #d1d5db!important;border-radius:12px!important;box-shadow:none!important;line-height:1.35!important}.ps-desc-textarea{min-height:160px;font-size:16px!important;padding:16px!important;line-height:1.5}.ps-create-footer{flex-shrink:0;width:100%;box-sizing:border-box;padding:12px 16px calc(12px + var(--site-bottom-safe, 0px));position:static;border-top:1px solid #eef2f6;background:#fff;box-shadow:none}.ps-thumb-item,.ps-add-inner{width:76px;height:76px;min-height:76px}.ps-add-icon{width:34px;height:34px}.ps-add-text{font-size:9px;letter-spacing:.06em}.ps-preview-close{top:calc(16px + var(--site-top-safe))}}@keyframes ps-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
