.drawer-portal{z-index:9999;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:-1;background:#00000061;position:absolute;inset:0}.drawer-panel{background:#fff;flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden;box-shadow:-20px 0 60px #0000001a}.drawer-normal,.drawer-wide{width:100%}@media (min-width:768px){.drawer-normal{width:min(620px,55vw)}.drawer-wide{width:min(900px,75vw)}}.drawer-header{z-index:10;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.drawer-header-content{flex-direction:column;display:flex}.drawer-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:600}.drawer-title{margin:0;font-size:18px;font-weight:500}.drawer-close-btn{cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.drawer-close-btn:hover{background:var(--soft)}.drawer-scroll-area{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.drawer-content-inner{min-height:100%}.drawer-doc-viewer{flex-direction:column;height:calc(100dvh - 75px);display:flex}.drawer-doc-actions{border-bottom:1px solid var(--line);background:var(--soft-2);gap:12px;padding:16px 24px;display:flex}.drawer-doc-frame-wrapper{background:#f0f0f0;flex:1;position:relative}.drawer-doc-loading{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex;position:absolute;inset:0}.spinner{border:2px solid var(--line);border-top-color:var(--text);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.drawer-doc-error{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.drawer-iframe{background:#fff;border:none;width:100%;height:100%}.drawer-form-wrapper{padding:24px}@media (min-width:768px){.drawer-form-wrapper{padding:32px 40px}}.drawer-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:60px 24px;display:flex}.drawer-success-icon{color:#1c884c;background:#e6f6ec;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:32px;display:flex}.drawer-success h3{margin-bottom:12px;font-size:24px;font-weight:500}.drawer-success p{color:var(--muted);max-width:400px;line-height:1.5}
