.phone-relay{display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:600px;margin:0 auto;background:var(--bg-base-default);color:var(--text-default);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,PingFang SC,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;overflow:hidden}.phone-relay-login{align-items:center;justify-content:center;padding:24px;background:var(--bg-base-default);padding-top:max(24px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom))}.phone-relay-login-card{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;text-align:center}.phone-relay-login-logo{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;box-shadow:0 0 0 1px var(--bg-brand-popup),0 8px 24px #0003,0 0 36px var(--bg-brand-surface);margin-bottom:20px}.phone-relay-login-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.phone-relay-logo{font-size:26px;font-weight:700;color:var(--text-default);letter-spacing:-.02em;margin:0 0 6px}.phone-relay-subtitle{font-size:12.5px;color:var(--text-tertiary);margin:0 0 28px;line-height:1.5}.phone-relay-form{display:flex;flex-direction:column;gap:12px;width:100%}.phone-relay-input{width:100%;height:44px;padding:0 14px;border:1px solid var(--border-neutral-l1);border-radius:8px;background:var(--bg-base-secondary);color:var(--text-default);font-size:15px;font-family:inherit;outline:none;transition:border-color .12s,background .12s,box-shadow .12s;box-sizing:border-box}.phone-relay-input::-moz-placeholder{color:var(--text-tertiary)}.phone-relay-input::placeholder{color:var(--text-tertiary)}.phone-relay-input:focus{border-color:var(--border-brand);background:var(--bg-base-default);box-shadow:0 0 0 3px var(--bg-brand-popup)}.phone-relay-btn{width:100%;height:44px;border:none;border-radius:8px;background:var(--bg-brand);color:var(--text-onbrand);font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s,transform .1s;letter-spacing:.01em;margin-top:4px}.phone-relay-btn:hover:not(:disabled){background:var(--bg-brand-hover)}.phone-relay-btn:active:not(:disabled){transform:scale(.99)}.phone-relay-btn:disabled{opacity:.5;cursor:not-allowed}.phone-relay-error{font-size:12.5px;color:var(--status-error-default);padding:8px 12px;background:var(--status-error-surface-l1);border:1px solid var(--status-error-surface-l2);border-radius:6px;line-height:1.4}.phone-relay-header{display:flex;align-items:center;gap:10px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;background:var(--bg-base-default);border-bottom:1px solid var(--border-neutral-l1);flex-shrink:0}.phone-relay-header-logo{width:28px;height:28px;border-radius:6px;overflow:hidden;background:#000;flex-shrink:0;display:flex;align-items:center;justify-content:center}.phone-relay-header-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.phone-relay-brand{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}.phone-relay-brand-name{font-size:15px;font-weight:700;color:var(--text-default);letter-spacing:-.01em;line-height:1.2}.phone-relay-brand-sub{font-size:10.5px;color:var(--text-tertiary);line-height:1.2}.phone-relay-status{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:500;flex-shrink:0}.phone-relay-status.is-online{background:var(--status-success-surface-l1);color:var(--status-success-default)}.phone-relay-status.is-offline{background:var(--bg-overlay-l2);color:var(--text-tertiary)}.phone-relay-main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;background:var(--bg-base-secondary)}.phone-relay-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-tertiary);gap:8px;padding:24px}.phone-relay-empty-icon{width:56px;height:56px;border-radius:14px;background:var(--bg-brand-surface);display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--bg-brand)}.phone-relay-empty p{margin:0;font-size:14px;color:var(--text-secondary)}.phone-relay-empty-hint{font-size:12.5px!important;color:var(--text-tertiary);line-height:1.6;margin-top:4px!important}.phone-relay-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.phone-relay-item{display:flex;flex-direction:column;gap:6px}.phone-relay-outgoing{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.phone-relay-bubble-out{min-width:60px;max-width:80%;padding:9px 13px;background:var(--bg-brand);color:var(--text-onbrand);border-radius:14px 14px 4px;font-size:14px;line-height:1.5;word-break:break-word;white-space:pre-wrap}.phone-relay-time{font-size:10.5px;color:var(--text-tertiary);padding-right:4px;font-variant-numeric:tabular-nums}.phone-relay-pending{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-base-default);border:1px solid var(--border-neutral-l1);border-radius:12px;font-size:12px;color:var(--text-secondary);align-self:flex-start}.phone-relay-spin{animation:phone-relay-spin .9s linear infinite}@keyframes phone-relay-spin{to{transform:rotate(360deg)}}.phone-relay-incoming{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.phone-relay-bubble-in{min-width:60%;max-width:85%;padding:10px 14px;background:var(--bg-base-default);color:var(--text-default);border:1px solid var(--border-neutral-l1);border-radius:14px 14px 14px 4px;font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap}.phone-relay-footer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:var(--bg-base-default);border-top:1px solid var(--border-neutral-l1);flex-shrink:0}.phone-relay-textarea{flex:1;min-height:40px;max-height:120px;padding:10px 14px;border:1px solid var(--border-neutral-l1);border-radius:10px;background:var(--bg-base-secondary);color:var(--text-default);font-size:14px;line-height:1.5;font-family:inherit;resize:none;outline:none;transition:border-color .12s,background .12s,box-shadow .12s}.phone-relay-textarea::-moz-placeholder{color:var(--text-tertiary)}.phone-relay-textarea::placeholder{color:var(--text-tertiary)}.phone-relay-textarea:focus{border-color:var(--border-brand);background:var(--bg-base-default);box-shadow:0 0 0 3px var(--bg-brand-popup)}.phone-relay-textarea:disabled{opacity:.5}.phone-relay-send{width:40px;height:40px;border:none;border-radius:10px;background:var(--bg-brand);color:var(--text-onbrand);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s,transform .1s}.phone-relay-send:hover:not(:disabled){background:var(--bg-brand-hover)}.phone-relay-send:active:not(:disabled){transform:scale(.96)}.phone-relay-send:disabled{opacity:.4;cursor:not-allowed}.phone-relay-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);padding:9px 16px;background:var(--bg-invert);color:#fff;border-radius:999px;font-size:12.5px;z-index:100;animation:phone-relay-fade-in .2s;box-shadow:0 4px 12px #00000026}@keyframes phone-relay-fade-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.phone-relay-toast--offline{background:var(--status-error-default);bottom:120px}.phone-relay-pwa-banner{display:flex;align-items:center;gap:10px;padding:9px 14px;background:var(--bg-base-secondary);color:var(--text-default);font-size:12.5px;border-bottom:1px solid var(--border-neutral-l1)}.phone-relay-pwa-banner>svg{color:var(--bg-brand);flex-shrink:0}.phone-relay-pwa-banner>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary)}.phone-relay-pwa-install{flex-shrink:0;padding:6px 14px;border:none;border-radius:6px;background:var(--bg-brand);color:var(--text-onbrand);font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s}.phone-relay-pwa-install:hover{background:var(--bg-brand-hover)}.phone-relay-pwa-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;border-radius:4px;transition:background .12s,color .12s}.phone-relay-pwa-close:hover{background:var(--bg-overlay-l2);color:var(--text-default)}.phone-relay-asks{flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:var(--bg-base-tertiary);border-bottom:1px solid var(--border-neutral-l1);max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.phone-relay-ask-card{background:var(--bg-base-default);border:1px solid var(--border-brand);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #0000000f}.phone-relay-ask-head{display:flex;align-items:center;gap:8px;color:var(--bg-brand)}.phone-relay-ask-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--bg-brand-surface);flex-shrink:0}.phone-relay-ask-title{font-size:12.5px;font-weight:600;flex:1;color:var(--text-brand);letter-spacing:.01em}.phone-relay-ask-close{background:transparent;border:none;padding:2px;cursor:pointer;color:var(--text-tertiary);display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:color .12s,background .12s}.phone-relay-ask-close:hover:not(:disabled){color:var(--status-error-default);background:var(--status-error-surface-l1)}.phone-relay-ask-close:disabled{opacity:.4;cursor:not-allowed}.phone-relay-ask-question{font-size:14px;line-height:1.5;color:var(--text-default);font-weight:500;word-break:break-word;white-space:pre-wrap}.phone-relay-ask-input{width:100%;padding:10px 12px;border:1px solid var(--border-neutral-l1);border-radius:8px;background:var(--bg-base-secondary);color:var(--text-default);font-size:14px;line-height:1.5;font-family:inherit;resize:vertical;outline:none;transition:border-color .12s,background .12s,box-shadow .12s;box-sizing:border-box}.phone-relay-ask-input::-moz-placeholder{color:var(--text-tertiary)}.phone-relay-ask-input::placeholder{color:var(--text-tertiary)}.phone-relay-ask-input:focus{border-color:var(--border-brand);background:var(--bg-base-default);box-shadow:0 0 0 3px var(--bg-brand-popup)}.phone-relay-ask-input:disabled{opacity:.6}.phone-relay-ask-options{display:flex;flex-direction:column;gap:6px}.phone-relay-ask-option{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;background:var(--bg-base-secondary);border:1px solid var(--border-neutral-l1);border-radius:8px;color:var(--text-default);font-size:14px;line-height:1.4;text-align:left;cursor:pointer;transition:background .12s,border-color .12s;font-family:inherit}.phone-relay-ask-option:hover:not(:disabled){background:var(--bg-overlay-l2);border-color:var(--border-neutral-l2)}.phone-relay-ask-option.is-active{background:var(--bg-brand-surface);border-color:var(--border-brand);color:var(--text-default);font-weight:500}.phone-relay-ask-option:disabled{opacity:.5;cursor:not-allowed}.phone-relay-ask-option-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--border-neutral-l2);background:var(--bg-base-default);flex-shrink:0;color:transparent;transition:background .12s,border-color .12s,color .12s}.phone-relay-ask-option.is-active .phone-relay-ask-option-mark{background:var(--bg-brand);border-color:var(--bg-brand);color:var(--text-onbrand)}.phone-relay-ask-confirm{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-relay-ask-confirm-yes,.phone-relay-ask-confirm-no{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s,transform .1s}.phone-relay-ask-confirm-yes{background:var(--bg-brand);color:var(--text-onbrand)}.phone-relay-ask-confirm-yes:hover:not(:disabled){background:var(--bg-brand-hover)}.phone-relay-ask-confirm-no{background:var(--bg-overlay-l2);color:var(--text-default);border:1px solid var(--border-neutral-l1)}.phone-relay-ask-confirm-no:hover:not(:disabled){background:var(--bg-overlay-l3)}.phone-relay-ask-confirm-yes:active:not(:disabled),.phone-relay-ask-confirm-no:active:not(:disabled){transform:scale(.99)}.phone-relay-ask-confirm-yes:disabled,.phone-relay-ask-confirm-no:disabled{opacity:.5;cursor:not-allowed}.phone-relay-ask-helper{font-size:12px;line-height:1.5;color:var(--text-tertiary);padding:0 2px}.phone-relay-ask-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center}.phone-relay-ask-skip{height:38px;padding:0 14px;background:transparent;border:none;border-radius:8px;color:var(--text-tertiary);font-size:13px;font-family:inherit;cursor:pointer;transition:color .12s,background .12s}.phone-relay-ask-skip:hover:not(:disabled){color:var(--text-default);background:var(--bg-overlay-l2)}.phone-relay-ask-skip:disabled{opacity:.4;cursor:not-allowed}.phone-relay-ask-submit{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 18px;background:var(--bg-brand);border:none;border-radius:8px;color:var(--text-onbrand);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s,transform .1s}.phone-relay-ask-submit:hover:not(:disabled){background:var(--bg-brand-hover)}.phone-relay-ask-submit:active:not(:disabled){transform:scale(.99)}.phone-relay-ask-submit:disabled{opacity:.5;cursor:not-allowed}.phone-relay-header-menu{position:relative;flex-shrink:0}.phone-relay-menu-btn{width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .12s,color .12s}.phone-relay-menu-btn:hover{background:var(--bg-overlay-l2);color:var(--text-default)}.phone-relay-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:var(--bg-menu);border:1px solid var(--border-neutral-l1);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px;z-index:200;animation:phone-relay-menu-in .12s ease-out}@keyframes phone-relay-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.phone-relay-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;color:var(--text-default);font-size:13.5px;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s}.phone-relay-menu-item:hover{background:var(--bg-overlay-l2)}.phone-relay-menu-item--danger{color:var(--status-error-default)}.phone-relay-menu-item--danger:hover{background:var(--status-error-surface-l1)}.phone-relay-pull-indicator{display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text-tertiary);transition:height .15s ease}.phone-relay-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:transparent}.phone-relay-bubble-menu{position:fixed;z-index:300;min-width:140px;background:var(--bg-menu);border:1px solid var(--border-neutral-l1);border-radius:8px;box-shadow:0 4px 16px #00000026;padding:4px;animation:phone-relay-menu-in .12s ease-out}.phone-relay-bubble-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;background:transparent;border:none;border-radius:6px;color:var(--text-default);font-size:13.5px;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s}.phone-relay-bubble-menu-item:hover:not(:disabled){background:var(--bg-overlay-l2)}.phone-relay-bubble-menu-item:disabled{opacity:.4;cursor:not-allowed}.phone-relay-outgoing,.phone-relay-incoming{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.phone-relay-bubble-out,.phone-relay-bubble-in{-webkit-user-select:text;-moz-user-select:text;user-select:text}.phone-relay-search{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-base-secondary);border-bottom:1px solid var(--border-neutral-l1);flex-shrink:0;color:var(--text-tertiary)}.phone-relay-search-input{flex:1;height:34px;padding:0 10px;border:1px solid var(--border-neutral-l1);border-radius:8px;background:var(--bg-base-default);color:var(--text-default);font-size:13.5px;font-family:inherit;outline:none;transition:border-color .12s,box-shadow .12s}.phone-relay-search-input::-moz-placeholder{color:var(--text-tertiary)}.phone-relay-search-input::placeholder{color:var(--text-tertiary)}.phone-relay-search-input:focus{border-color:var(--border-brand);box-shadow:0 0 0 3px var(--bg-brand-popup)}.phone-relay-search-clear{width:26px;height:26px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0;transition:background .12s,color .12s}.phone-relay-search-clear:hover{background:var(--bg-overlay-l2);color:var(--text-default)}.phone-relay-menu-btn.is-active{background:var(--bg-brand-surface);color:var(--bg-brand)}.phone-relay-quick{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-base-default);border-top:1px solid var(--border-neutral-l1);flex-shrink:0}.phone-relay-quick-toggle{width:32px;height:32px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0;transition:background .12s,color .12s}.phone-relay-quick-toggle:hover{background:var(--bg-overlay-l2);color:var(--text-default)}.phone-relay-quick-toggle.is-active{background:var(--bg-brand-surface);color:var(--bg-brand)}.phone-relay-quick-list{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}.phone-relay-quick-list::-webkit-scrollbar{display:none}.phone-relay-quick-pill{flex-shrink:0;height:30px;padding:0 14px;border:1px solid var(--border-neutral-l1);border-radius:999px;background:var(--bg-base-secondary);color:var(--text-default);font-size:12.5px;font-family:inherit;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.phone-relay-quick-pill:hover:not(:disabled){background:var(--bg-brand-surface);border-color:var(--border-brand);color:var(--text-brand)}.phone-relay-quick-pill:active:not(:disabled){transform:scale(.97)}.phone-relay-quick-pill:disabled{opacity:.4;cursor:not-allowed}.phone-relay-md p{margin:0 0 8px}.phone-relay-md p:last-child{margin-bottom:0}.phone-relay-md h1,.phone-relay-md h2,.phone-relay-md h3,.phone-relay-md h4{margin:12px 0 6px;font-weight:600;line-height:1.3}.phone-relay-md h1{font-size:16px}.phone-relay-md h2{font-size:15px}.phone-relay-md h3{font-size:14px}.phone-relay-md h4{font-size:13px}.phone-relay-md ul,.phone-relay-md ol{margin:6px 0;padding-left:20px}.phone-relay-md li{margin:2px 0}.phone-relay-md code{font-family:ui-monospace,SF Mono,Fira Code,monospace;font-size:12.5px;padding:1px 5px;background:var(--bg-overlay-l2);border-radius:4px}.phone-relay-md pre{margin:8px 0;padding:10px 12px;background:var(--bg-overlay-l2);border-radius:6px;overflow-x:auto;-webkit-overflow-scrolling:touch}.phone-relay-md pre code{padding:0;background:transparent;font-size:12px;line-height:1.5}.phone-relay-md blockquote{margin:6px 0;padding:4px 12px;border-left:3px solid var(--bg-brand);color:var(--text-secondary)}.phone-relay-md a{color:var(--text-brand);text-decoration:none}.phone-relay-md a:hover{text-decoration:underline}.phone-relay-md strong{font-weight:600}.phone-relay-md hr{border:none;border-top:1px solid var(--border-neutral-l1);margin:10px 0}.phone-relay-md table{width:100%;border-collapse:collapse;margin:8px 0;font-size:12.5px}.phone-relay-md th,.phone-relay-md td{padding:5px 8px;border:1px solid var(--border-neutral-l1);text-align:left}.phone-relay-md th{background:var(--bg-overlay-l1);font-weight:600}.phone-relay-tabbar{display:flex;align-items:center;justify-content:space-around;padding:6px 8px;padding-bottom:calc(6px + env(safe-area-inset-bottom));background:var(--bg-base-default);border-top:1px solid var(--border-neutral-l1);flex-shrink:0;z-index:10}.phone-relay-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;background:transparent;border:none;color:var(--text-tertiary);font-size:11px;font-weight:500;cursor:pointer;border-radius:8px;transition:color .15s,background .15s;min-height:44px;justify-content:center}.phone-relay-tab>svg{width:20px;height:20px}.phone-relay-tab.is-active{color:var(--bg-brand)}.phone-relay-tab:active{background:var(--bg-overlay-l1)}.phone-relay-tab-content{padding:12px 16px;flex:1;overflow-y:auto}.phone-relay-settings{display:flex;flex-direction:column;gap:20px}.phone-relay-settings-section{display:flex;flex-direction:column;gap:1px;background:var(--bg-overlay-l1);border-radius:10px;overflow:hidden}.phone-relay-settings-section-title{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:8px 4px}.phone-relay-settings-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--bg-base-secondary);border:none;color:var(--text-default);font-size:14px;text-align:left;cursor:pointer;width:100%;min-height:48px;transition:background .15s}.phone-relay-settings-item>svg{color:var(--text-tertiary);flex-shrink:0}.phone-relay-settings-item:active{background:var(--bg-overlay-l1)}.phone-relay-settings-item--static{cursor:default}.phone-relay-settings-item--static:active{background:var(--bg-base-secondary)}.phone-relay-settings-item--danger{color:var(--status-error-default)}.phone-relay-settings-item--danger>svg{color:var(--status-error-default)}.phone-relay-exec-bar{display:flex;flex-direction:column;gap:6px;padding:8px 16px;background:var(--bg-brand-surface);border-bottom:1px solid var(--border-brand);flex-shrink:0}.phone-relay-exec-steps{display:flex;align-items:center;gap:4px}.phone-relay-exec-step{display:flex;align-items:center;gap:4px;flex:1;font-size:11px;color:var(--text-tertiary);font-weight:500}.phone-relay-exec-step-dot{width:6px;height:6px;border-radius:50%;background:var(--border-neutral-l2);flex-shrink:0;transition:background .2s}.phone-relay-exec-step.is-done .phone-relay-exec-step-dot{background:var(--bg-brand)}.phone-relay-exec-step.is-active .phone-relay-exec-step-dot{background:var(--bg-brand);box-shadow:0 0 0 3px var(--bg-brand-surface);animation:phone-relay-exec-pulse 1.4s ease-in-out infinite}.phone-relay-exec-step.is-done,.phone-relay-exec-step.is-active{color:var(--text-default)}@keyframes phone-relay-exec-pulse{0%,to{box-shadow:0 0 0 3px var(--bg-brand-surface)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--bg-brand) 20%,transparent)}}.phone-relay-exec-live{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary);min-height:18px}.phone-relay-exec-live>svg{color:var(--bg-brand);flex-shrink:0}.phone-relay-exec-live-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-relay-exec-task-badge{font-size:10px;font-weight:600;padding:1px 6px;border-radius:8px;background:var(--bg-brand);color:var(--text-onbrand);flex-shrink:0}.phone-relay-exec-preview{font-size:11px;color:var(--text-tertiary);font-family:var(--font-mono, ui-monospace, monospace);line-height:1.4;max-height:40px;overflow:hidden;background:var(--bg-overlay-l1);padding:4px 8px;border-radius:4px;white-space:pre-wrap;word-break:break-word}.phone-relay-exec-preview-cursor{color:var(--bg-brand);animation:phone-relay-exec-blink 1s step-end infinite}@keyframes phone-relay-exec-blink{0%,50%{opacity:1}51%,to{opacity:0}}.phone-relay-main:has(.phone-relay-tab-content){-webkit-overflow-scrolling:touch}
