.extension-modal{position:absolute;display:grid;grid-template-rows:auto auto 1fr auto;width:min(680px,calc(100% - 40px));height:540px;min-width:320px;min-height:350px;max-width:100%;max-height:100%;overflow:hidden;resize:both;border:1px solid #bdcac1;border-radius:13px;background:#fff;box-shadow:0 22px 55px rgba(29,55,42,.22)}.extension-modal.maximized{inset:10px!important;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;resize:none}.modal-header{height:46px;padding:0 10px 0 15px;display:flex;align-items:center;justify-content:space-between;background:#f8faf8;border-bottom:1px solid #e2e8e3;cursor:move;user-select:none}.modal-header>div{display:flex;align-items:center;gap:8px;font-size:11px}.modal-header code{padding-left:8px;border-left:1px solid #d7ded8;color:#5a6c62;font:500 10px DM Mono}.status-dot{width:7px;height:7px;border-radius:50%;background:#2bb376;box-shadow:0 0 0 3px #d8f5e7}.has-error .status-dot{background:#db534f;box-shadow:0 0 0 3px #f9dedc}.modal-header nav{display:flex;gap:3px}.modal-header button{display:grid;place-items:center;width:27px;height:27px;border:0;border-radius:6px;background:transparent;color:#637069;font-size:17px}.modal-header button:hover{background:#e8eeea}.modal-header button.close:hover{background:#fee5e3;color:#c23834}.modal-state{height:29px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#18261f;color:#b6c7be;font:400 9px DM Mono;text-transform:uppercase}.modal-state span:last-child{color:#72dcaa}.iframe-shell{position:relative;min-height:0}.iframe-shell iframe{width:100%;height:100%;display:block;border:0;background:#fff}.loader{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#6b766f;font-size:11px}.loader i{width:13px;height:13px;border:2px solid #d8e0db;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.instance-log{height:46px;margin:0;padding:6px 12px;overflow:hidden;border-top:1px solid #e4e9e5;background:#f7f9f7;list-style:none;font:400 8px DM Mono;color:#738078}.instance-log li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.focus-mode{box-shadow:0 0 0 3px #54c690,0 22px 70px rgba(12,98,62,.3)}.notification-badge{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e3574e;color:#fff;font-size:9px}@keyframes spin{to{transform:rotate(360deg)}}
