.demo-cta-banner{position:fixed;top:0;left:0;right:0;z-index:95;display:flex;align-items:center;background-color:var(--rp-card-bg,#ffffff);border-bottom:1px solid var(--rp-border,#e5e7eb);box-shadow:0 1px 4px rgba(0,0,0,.06);padding:0 12px;min-height:44px}.demo-cta-banner-inner{flex:1 1;gap:12px;padding:8px 0}.demo-cta-banner-inner,.demo-cta-banner-text{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.demo-cta-banner-text{margin:0;font-size:.84rem;color:var(--rp-text,#1F2937);gap:8px;line-height:1.4}.demo-cta-banner-label{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:4px}.demo-cta-banner-label,.demo-cta-banner-link{background-color:var(--rp-accent,#00d4ff);color:var(--rp-accent-text,#000000);flex-shrink:0}.demo-cta-banner-link{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;padding:5px 14px;border-radius:6px;text-decoration:none;white-space:nowrap;transition:opacity .15s}.demo-cta-banner-link:hover{opacity:.85}.demo-cta-banner-dismiss{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:var(--rp-secondary-text,#6B7280);cursor:pointer;border-radius:4px;flex-shrink:0;transition:background-color .15s}.demo-cta-banner-dismiss:hover{background-color:var(--rp-border,#E5E7EB)}.demo-cta-fab{position:fixed;bottom:80px;right:16px;z-index:90;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:24px;background-color:var(--rp-accent,#00d4ff);color:var(--rp-accent-text,#000000);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:opacity .15s,transform .15s}.demo-cta-fab:hover{opacity:.9;transform:translateY(-1px)}.rescue-public-page.demo-banner-active{padding-top:44px}.rescue-public-page.demo-banner-active .rescue-brand-btn{top:56px}.demo-switcher-rail{position:fixed;right:10px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 6px;background-color:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.08)}.demo-switcher-swatches{display:flex;flex-direction:column;gap:6px}.demo-switcher-label{font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:#9CA3AF;white-space:nowrap;font-weight:600}.demo-switcher-swatch{position:relative;width:28px;height:28px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:transform .15s;background:none}.demo-switcher-swatch:hover{transform:scale(1.15)}.demo-switcher-swatch-ring{position:absolute;inset:0;border-radius:50%;background-color:var(--sw-bg,#fff);border:2px solid rgba(0,0,0,.08)}.demo-switcher-swatch--active .demo-switcher-swatch-ring{border-color:var(--sw-accent,#00d4ff);border-width:2.5px}.demo-switcher-swatch-fill{position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;background-color:var(--sw-accent,#00d4ff)}.demo-switcher-swatch-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;filter:drop-shadow(0 0 1px rgba(0,0,0,.4));z-index:1}.demo-switcher-drawer-backdrop,.demo-switcher-fab{display:none}.demo-tour-trigger{position:fixed;bottom:80px;left:16px;z-index:90;display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:28px;border:2px solid var(--rp-accent,#00d4ff);background-color:var(--rp-card-bg,#ffffff);color:var(--rp-text,#1F2937);cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:transform .15s,box-shadow .15s;animation:demo-tour-pulse 2.5s ease-in-out infinite}.demo-tour-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.16);animation:none}.demo-tour-trigger-text{font-size:.88rem;font-weight:700;white-space:nowrap}.demo-tour-trigger-hint{display:none}@keyframes demo-tour-pulse{0%,to{box-shadow:0 4px 16px rgba(0,0,0,.12)}50%{box-shadow:0 4px 16px rgba(0,0,0,.12),0 0 0 4px rgba(0,212,255,.15)}}@media (min-width:600px){.demo-tour-trigger{flex-direction:column;align-items:flex-start;gap:2px;padding:12px 22px}.demo-tour-trigger-text{display:flex;align-items:center;gap:8px}.demo-tour-trigger-hint{display:block;font-size:.7rem;color:var(--rp-secondary-text,#6B7280);font-weight:400}}.demo-tour-tooltip{position:fixed;z-index:300;width:320px;background-color:#1F2937;color:#ffffff;border-radius:14px;padding:18px 20px;box-shadow:0 12px 40px rgba(0,0,0,.3)}.demo-tour-arrow{position:absolute;left:28px;width:14px;height:14px;background-color:#1F2937;transform:rotate(45deg)}.demo-tour-arrow--top{top:-7px}.demo-tour-arrow--bottom{bottom:-7px}.demo-tour-tooltip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.demo-tour-step-counter{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}.demo-tour-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:rgba(255,255,255,.5);cursor:pointer;border-radius:4px;transition:color .15s}.demo-tour-close:hover{color:#ffffff}.demo-tour-title{margin:0 0 6px;font-size:1rem;font-weight:700;color:#ffffff}.demo-tour-desc{margin:0 0 16px;font-size:.82rem;line-height:1.5;color:rgba(255,255,255,.72)}.demo-tour-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.demo-tour-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:8px;border:none;font-size:.78rem;font-weight:600;cursor:pointer;transition:opacity .15s;text-decoration:none}.demo-tour-btn:hover{opacity:.85}.demo-tour-btn--prev{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);padding-left:6px}.demo-tour-btn--next{background-color:#ffffff;color:#1F2937;margin-left:auto}.demo-tour-btn--done{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.demo-tour-btn--cta{background-color:#ffffff;color:#1F2937}.demo-tour-final-actions{display:flex;align-items:center;gap:8px;margin-left:auto}[data-demo-section].demo-highlight{animation:demo-highlight-pulse 1.5s ease-in-out}@keyframes demo-highlight-pulse{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px var(--rp-accent,#00d4ff)}}@media (max-width:480px){.demo-cta-banner{min-height:auto;padding:6px 8px}.demo-cta-banner-inner{gap:6px;padding:4px 0}.demo-cta-banner-text{font-size:.76rem;text-align:center}.demo-cta-banner-link{font-size:.74rem;padding:4px 10px}.rescue-public-page.demo-banner-active{padding-top:64px}.rescue-public-page.demo-banner-active .rescue-brand-btn{top:72px}.demo-cta-fab{bottom:72px;right:12px;padding:8px 14px;font-size:.76rem}.demo-switcher-rail{display:none}.demo-switcher-fab{display:flex;align-items:center;justify-content:center;position:fixed;bottom:120px;right:12px;z-index:90;width:40px;height:40px;border-radius:50%;border:none;background-color:var(--rp-card-bg,#ffffff);color:var(--rp-accent,#00d4ff);box-shadow:0 2px 10px rgba(0,0,0,.14);cursor:pointer;transition:transform .15s}.demo-switcher-fab:hover{transform:scale(1.08)}.demo-switcher-drawer-backdrop{display:block;position:fixed;inset:0;z-index:200;background-color:rgba(0,0,0,.35)}.demo-switcher-drawer{position:absolute;bottom:0;left:0;right:0;background-color:#fff;border-radius:16px 16px 0 0;padding:16px 16px 24px;box-shadow:0 -4px 24px rgba(0,0,0,.12)}.demo-switcher-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.demo-switcher-drawer-title{font-size:.9rem;font-weight:600;color:#1F2937}.demo-switcher-drawer-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:#9CA3AF;cursor:pointer;border-radius:6px}.demo-switcher-drawer-close:hover{background-color:#F3F4F6}.demo-switcher-drawer-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.demo-switcher-swatch--drawer{width:36px;height:36px;flex-shrink:0}.demo-switcher-swatch--drawer .demo-switcher-swatch-fill{top:6px;left:6px;right:6px;bottom:6px}.demo-switcher-swatch-name{position:absolute;top:calc(100% + 4px);left:50%;transform:translateX(-50%);font-size:.58rem;color:#6B7280;white-space:nowrap;pointer-events:none}.demo-switcher-drawer-note{margin:12px 0 0;font-size:.68rem;color:#9CA3AF;text-align:center}.demo-tour-trigger{bottom:72px;left:12px;padding:10px 16px;flex-direction:row;gap:8px}.demo-tour-trigger-text{font-size:.82rem}.demo-tour-trigger-hint{display:none!important}.demo-tour-tooltip{width:calc(100vw - 32px);left:16px!important;right:16px}.demo-tour-final-actions{flex-direction:column;align-items:stretch;gap:6px}.demo-tour-btn--cta,.demo-tour-btn--done{justify-content:center}}.rescue-msg-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;animation:rescue-msg-fade-in .2s ease}.rescue-msg-panel{position:fixed;bottom:0;right:0;width:100%;max-width:420px;max-height:80vh;min-height:400px;background:#ffffff;border-radius:16px 16px 0 0;box-shadow:0 -4px 30px rgba(0,0,0,.15);z-index:9999;display:flex;flex-direction:column;animation:rescue-msg-slide-up .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.rescue-msg-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#ffffff;flex-shrink:0}.rescue-msg-header-info{display:flex;align-items:center;gap:10px}.rescue-msg-header-icon{color:#00d4ff;flex-shrink:0}.rescue-msg-header-name{font-size:.95rem;font-weight:700;color:#1F2937;line-height:1.2}.rescue-msg-header-sub{font-size:.75rem;color:#9CA3AF;font-weight:500}.rescue-msg-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#F3F4F6;color:#6B7280;cursor:pointer;transition:all .15s ease}.rescue-msg-close:hover{background:#E5E7EB;color:#1F2937}.rescue-msg-name-prompt{padding:20px 16px;border-bottom:1px solid #e5e7eb;background:#F9FAFB}.rescue-msg-name-prompt-title{font-size:.95rem;font-weight:700;color:#1F2937;margin:0 0 4px}.rescue-msg-name-prompt-desc{font-size:.825rem;color:#6B7280;margin:0 0 14px;line-height:1.4}.rescue-msg-name-fields{display:flex;flex-direction:column;gap:8px}.rescue-msg-name-input{padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1F2937;background:#ffffff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.rescue-msg-name-input:focus{border-color:#00d4ff;box-shadow:0 0 0 3px rgba(0,212,255,.1)}.rescue-msg-name-input::placeholder{color:#9CA3AF}.rescue-msg-name-continue{padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#00d4ff,#0088cc);color:#ffffff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .15s ease;font-family:inherit}.rescue-msg-name-continue:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.rescue-msg-name-continue:disabled{opacity:.5;cursor:not-allowed}.rescue-msg-body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;min-height:0}.rescue-msg-loading{text-align:center;color:#9CA3AF;font-size:.85rem;padding:40px 0}.rescue-msg-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;flex:1 1}.rescue-msg-empty-icon{color:#D1D5DB;margin-bottom:12px}.rescue-msg-empty-title{font-size:.95rem;font-weight:600;color:#1F2937;margin:0 0 4px}.rescue-msg-empty-desc{font-size:.825rem;color:#9CA3AF;margin:0;line-height:1.4}.rescue-msg-bubble{max-width:82%;padding:10px 14px;border-radius:16px;word-wrap:break-word;white-space:pre-wrap}.rescue-msg-bubble--mine{align-self:flex-end;background:linear-gradient(135deg,#00d4ff,#0099dd);color:#ffffff;border-bottom-right-radius:4px}.rescue-msg-bubble--theirs{align-self:flex-start;background:#F3F4F6;color:#1F2937;border-bottom-left-radius:4px}.rescue-msg-bubble-text{font-size:.875rem;line-height:1.5}.rescue-msg-bubble-time{font-size:.65rem;margin-top:4px;opacity:.65}.rescue-msg-bubble--mine .rescue-msg-bubble-time{text-align:right;color:rgba(255,255,255,.75)}.rescue-msg-bubble--theirs .rescue-msg-bubble-time{color:#9CA3AF}.rescue-msg-input-bar{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#ffffff;flex-shrink:0}.rescue-msg-input{flex:1 1;padding:10px 14px;border:1px solid #e5e7eb;border-radius:20px;font-size:.875rem;color:#1F2937;background:#F9FAFB;outline:none;resize:none;max-height:120px;min-height:40px;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.rescue-msg-input:focus{border-color:#00d4ff;box-shadow:0 0 0 3px rgba(0,212,255,.08);background:#ffffff}.rescue-msg-input::placeholder{color:#9CA3AF}.rescue-msg-send{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#00d4ff,#0088cc);color:#ffffff;cursor:pointer;transition:opacity .15s ease,transform .15s ease;flex-shrink:0}.rescue-msg-send:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.rescue-msg-send:disabled{opacity:.4;cursor:not-allowed}@keyframes rescue-msg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes rescue-msg-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:769px){.rescue-msg-panel{bottom:16px;right:16px;border-radius:16px;max-height:600px;box-shadow:0 8px 40px rgba(0,0,0,.18);animation:rescue-msg-scale-in .25s cubic-bezier(.4,0,.2,1)}}@keyframes rescue-msg-scale-in{0%{transform:scale(.92) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media (max-width:480px){.rescue-msg-panel{max-height:85vh;max-width:100%}.rescue-msg-bubble{max-width:88%}}