:root{
  --sage:#627052;
  --sage-dark:#4c573f;
  --sage-soft:#e9eee4;
  --gold:#c39a49;
  --gold-soft:#f2e8c9;
  --terracotta:#c46f53;
  --lavender:#62708a;
  --ink:#2f312d;
  --muted:#706d65;
  --line:#d9d1c3;
  --cream:#fffdf8;
  --paper:#f7f2e9;
  --white:#fff;
  --success:#667a5c;
  --danger:#b75e4a;
  --shadow:0 18px 48px rgba(75,64,43,.12);
  --shadow-soft:0 8px 24px rgba(75,64,43,.08);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 86% 4%,rgba(197,154,69,.12),transparent 24%),
    radial-gradient(circle at 8% 12%,rgba(98,112,82,.10),transparent 28%),
    var(--cream);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
svg{display:block}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header — shared OKPAN standard */
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,253,248,.95);
  border-bottom:1px solid rgba(217,209,195,.94);
  backdrop-filter:blur(18px);
}
.nav-shell{min-height:64px;display:flex;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}
.brand-mark{
  width:27px;min-width:27px;height:27px;display:block;
  background:
    linear-gradient(#c46f53 0 0) 0 0/12px 12px no-repeat,
    linear-gradient(#7a8768 0 0) 15px 0/12px 12px no-repeat,
    linear-gradient(#c39a49 0 0) 0 15px/12px 12px no-repeat,
    linear-gradient(#62708a 0 0) 15px 15px/12px 12px no-repeat;
}
.brand-text{display:flex;flex-direction:column;color:#242621;font-size:18px;font-weight:700;line-height:1.05;letter-spacing:.02em}
.brand-text small{margin-top:4px;color:#777269;font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0;flex:1 1 auto}
.nav-link,.nav-drop-btn{
  min-height:64px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;
  color:#34352f;border:0;background:transparent;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;
}
.nav-link:hover,.nav-link.active,.nav-drop-btn:hover{color:var(--sage)}
.nav-drop-btn .chev{font-size:16px;transition:transform .18s ease}
.nav-dropdown{position:relative}
.nav-dropdown.open .chev{transform:rotate(180deg)}
.dropdown-panel{
  position:absolute;top:58px;left:50%;width:420px;padding:10px;display:none;
  grid-template-columns:1fr 1fr;gap:6px;background:var(--cream);border:1px solid var(--line);
  border-radius:2px;box-shadow:var(--shadow);transform:translateX(-50%);
}
.nav-dropdown.open .dropdown-panel{display:grid}
.product-link{min-width:0;padding:12px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;border:1px solid transparent}
.product-link:hover{border-color:#d5c9ad;background:#f6f0e2}
.mini-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#6f6539;background:#f0e8cf}
.mini-icon svg{width:21px;height:21px}
.product-link strong{display:block;margin-bottom:2px;color:#2f302b;font-size:13px;line-height:1.3}
.product-link span span{display:block;color:#6c685e;font-size:11px;line-height:1.45}
.nav-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}
.account-link{min-height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#3f413b;border:1px solid #3f413b;font-size:13px;font-weight:600}
.account-link:hover{background:#272923}
.lang-btn{min-height:38px;padding:0 10px;display:inline-flex;align-items:center;gap:7px;color:#3f403a;border:1px solid #cfc6b5;border-radius:2px;background:var(--cream);font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}
.lang-btn:hover{border-color:#b7a36c;background:#fff9ec}
.lang-btn svg{width:17px;height:17px;color:#736324}
.lang-status{min-width:24px;padding-left:7px;border-left:1px solid #d8d0c0;color:#716d63;text-align:center}
.mobile-toggle{display:none;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #cfc6b5;border-radius:2px;background:var(--cream);cursor:pointer}
.mobile-toggle span,.mobile-toggle span::before,.mobile-toggle span::after{width:18px;height:2px;display:block;background:#393a35;position:relative;transition:.2s}
.mobile-toggle span::before,.mobile-toggle span::after{content:"";position:absolute;left:0}
.mobile-toggle span::before{top:-6px}.mobile-toggle span::after{top:6px}
.mobile-toggle[aria-expanded="true"] span{background:transparent}
.mobile-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.mobile-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}
.mobile-menu{display:none;max-height:calc(100vh - 64px);overflow:auto;padding:8px 20px 20px;background:var(--cream);border-top:1px solid var(--line)}
.mobile-menu.open{display:block}
.mobile-menu>a,.mobile-section-title{min-height:45px;display:flex;align-items:center;padding:0 4px;border-bottom:1px solid #e7e0d4;color:#3c3d37;font-size:14px}
.mobile-section-title{color:#777268;font-size:12px;font-weight:700;text-transform:uppercase}
.mobile-menu .mobile-sub{padding-left:20px}
.mobile-actions{padding-top:14px;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}
.mobile-actions .account-link{width:100%}
.mobile-actions .lang-btn{justify-self:end}

/* Page hero */
.hero{padding:54px 0 28px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:48px;align-items:center}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:17px;color:#6a6038;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero-kicker::before{content:"";width:30px;height:1px;background:var(--gold)}
.hero h1{max-width:760px;margin:0;color:#2c2f2a;font-size:clamp(42px,5vw,70px);line-height:1.03;letter-spacing:-.045em;font-weight:650}
.hero p{max-width:690px;margin:22px 0 0;color:#625f57;font-size:18px;line-height:1.75}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.hero-tag{min-height:31px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d9d1c3;background:rgba(255,253,248,.82);color:#5f6259;font-size:12px;font-weight:700}
.hero-tag svg{width:15px;height:15px;color:var(--sage)}
.hero-visual{position:relative;min-height:310px;display:flex;align-items:center;justify-content:center}
.connection-orbit{position:absolute;width:290px;height:290px;border:1px solid rgba(98,112,82,.23);border-radius:50%}
.connection-orbit::before,.connection-orbit::after{content:"";position:absolute;border:1px solid rgba(197,154,69,.24);border-radius:50%}
.connection-orbit::before{inset:42px}.connection-orbit::after{inset:86px}
.device-card{position:absolute;width:152px;min-height:124px;padding:18px;background:#fffdf8;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.device-card.left{left:0;top:84px}.device-card.right{right:0;bottom:48px}
.device-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--sage-soft);color:var(--sage)}
.device-icon svg{width:22px;height:22px}
.device-card b{display:block;margin-top:12px;font-size:14px}.device-card span{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.5}
.direct-node{position:relative;z-index:2;width:94px;height:94px;display:grid;place-items:center;background:linear-gradient(145deg,#66734f,#4c573f);color:#fff;box-shadow:0 20px 42px rgba(76,87,63,.24)}
.direct-node svg{width:38px;height:38px}
.connection-line{position:absolute;width:250px;height:2px;background:linear-gradient(90deg,var(--terracotta),var(--gold),var(--sage));transform:rotate(-20deg)}
.connection-line::after{content:"";position:absolute;top:50%;left:0;width:11px;height:11px;border-radius:50%;background:var(--gold);transform:translateY(-50%);animation:packet 2.2s linear infinite}
@keyframes packet{from{left:0}to{left:calc(100% - 11px)}}

/* Workspace */
.workspace-section{padding:24px 0 60px}
.workspace-shell{border:1px solid var(--line);background:rgba(255,253,248,.9);box-shadow:var(--shadow);overflow:hidden}
.workspace-head{min-height:74px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:#f4efe6}
.workspace-title{display:flex;align-items:center;gap:12px}
.workspace-title-icon{width:39px;height:39px;display:grid;place-items:center;background:#e7eadf;color:var(--sage)}
.workspace-title-icon svg{width:20px;height:20px}
.workspace-title h2{margin:0;font-size:20px;font-weight:700}.workspace-title p{margin:4px 0 0;color:var(--muted);font-size:12px}
.mode-switch{display:inline-grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid #d3cab9;background:#fffdf8}
.mode-btn{min-height:38px;padding:0 20px;border:0;background:transparent;color:#67645c;font-size:13px;font-weight:800;cursor:pointer}
.mode-btn.active{background:var(--sage);color:#fff}
.mode-btn.mode-locked{opacity:.58;cursor:not-allowed}
.connection-safety-notice{display:none;align-items:center;gap:10px;padding:11px 18px;border-bottom:1px solid #dfd09f;background:#fbf4dc;color:#5e5433;font-size:12px;font-weight:750;line-height:1.55}
.connection-safety-notice.show{display:flex}.connection-safety-notice svg{width:18px;height:18px;flex:0 0 18px;color:#8a7335}
.workspace-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(320px,.72fr)}
.transfer-main{padding:24px;border-right:1px solid var(--line)}
.transfer-side{padding:24px;background:#f7f2e9}
.panel-view{display:none}.panel-view.active{display:block}
.connection-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px;border:1px solid #d8d0c1;background:#fff}
.connection-card-top{display:flex;align-items:center;gap:12px}
.status-dot{width:10px;height:10px;border-radius:50%;background:#c59a45;box-shadow:0 0 0 6px rgba(197,154,69,.12)}
.status-dot.connected{background:#718064;box-shadow:0 0 0 6px rgba(113,128,100,.13)}
.connection-copy b{display:block;font-size:15px}.connection-copy span{display:block;margin-top:4px;color:var(--muted);font-size:12px}
.connection-code-wrap{margin-top:15px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.room-code{min-height:48px;padding:0 17px;display:inline-flex;align-items:center;background:#f1ece2;border:1px solid #d9d1c3;color:#33362f;font-family:"SFMono-Regular",Consolas,monospace;font-size:22px;font-weight:800;letter-spacing:.18em}
.small-btn{min-height:38px;padding:0 13px;border:1px solid #cfc6b5;background:#fffdf8;color:#4c4e48;font-size:12px;font-weight:800;cursor:pointer}
.small-btn:hover{border-color:#9aa488;background:#f1f3ed;color:var(--sage)}
.qr-mini{width:92px;height:92px;padding:7px;display:block;object-fit:contain;background:#fff;border:1px solid var(--line)}
.qr-mini i{background:#343630}.qr-mini i:nth-child(2n){opacity:.25}.qr-mini i:nth-child(5n){background:var(--sage);opacity:1}
.share-link-line{margin-top:12px;color:#777268;font-size:12px;word-break:break-all}
.share-link-line strong{color:#4c573f}

.upload-zone{margin-top:16px;min-height:246px;display:flex;align-items:center;justify-content:center;border:1.5px dashed #9da78e;background:linear-gradient(180deg,#f3f5ef,#fffdf8);cursor:pointer;transition:.18s}
.upload-zone:hover,.upload-zone.dragover{border-color:var(--sage);background:#edf1e9}
.upload-zone input{display:none}
.upload-inner{text-align:center;padding:28px 20px}
.upload-icon{width:66px;height:66px;margin:0 auto 16px;display:grid;place-items:center;background:var(--sage);color:#fff;box-shadow:0 14px 28px rgba(98,112,82,.18)}
.upload-icon svg{width:31px;height:31px}
.upload-inner h3{margin:0;font-size:22px}.upload-inner p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
.upload-action{margin-top:17px;min-height:42px;padding:0 20px;border:0;background:#3f413b;color:#fff;font-size:13px;font-weight:800;cursor:pointer}
.upload-action:hover{background:#262823}
.file-queue{display:grid;gap:9px;margin-top:14px}
.file-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto 32px;gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--line);background:#fff}
.file-type{width:38px;height:38px;display:grid;place-items:center;background:#ecefe7;color:var(--sage)}
.file-type svg{width:19px;height:19px}.file-info{min-width:0}.file-info b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info span{display:block;margin-top:4px;color:var(--muted);font-size:11px}
.file-state{min-width:86px;text-align:right;color:#777268;font-size:11px;font-weight:700}
.remove-file{width:30px;height:30px;border:0;background:transparent;color:#8d877c;font-size:20px;cursor:pointer}.remove-file:hover{background:#f7e4df;color:var(--danger)}
.progress-track{height:5px;margin-top:7px;background:#e8e1d5;overflow:hidden}.progress-track i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--sage),var(--gold));transition:width .25s}
.transfer-action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
.transfer-note{color:#777268;font-size:12px;line-height:1.55}
.primary-action{min-height:46px;padding:0 24px;border:0;background:var(--sage);color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 12px 24px rgba(98,112,82,.18)}
.primary-action:hover{background:var(--sage-dark)}.primary-action:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}

.receive-form{padding:26px;border:1px solid var(--line);background:#fff}
.receive-form h3{margin:0;font-size:24px}.receive-form p{margin:9px 0 19px;color:var(--muted);font-size:13px;line-height:1.65}
.code-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.code-input{height:48px;padding:0 14px;border:1px solid #cfc6b5;background:#fffdf8;outline:0;font-family:"SFMono-Regular",Consolas,monospace;font-size:18px;font-weight:800;letter-spacing:.12em}
.code-input:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(98,112,82,.10)}
.code-input[readonly]{border-color:#d5d1c8;background:#e9e8e4;color:#77756f;cursor:not-allowed;box-shadow:none}
.received-summary{display:flex;align-items:center;gap:10px;margin-top:15px;padding:0 2px;text-align:left}
.received-summary[hidden]{display:none}.received-summary-icon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#e5eadf;color:#59684d}
.received-summary-icon svg{display:block;width:17px;height:17px}.received-summary-copy b{display:block;color:#242922;font-size:14px;line-height:1.3}.received-summary-copy span{display:block;margin-top:2px;color:#817b70;font-size:10.5px;line-height:1.35}
.receive-wait{margin-top:16px;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed #afa794;background:#f7f2e9;padding:24px}
.receive-wait svg{width:46px;height:46px;color:var(--sage)}.receive-wait b{margin-top:14px;font-size:17px}.receive-wait span{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.6}

.side-status{padding:18px;border:1px solid var(--line);background:#fffdf8}
.side-status-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.side-status h3{margin:0;font-size:17px}.status-pill{min-height:25px;padding:0 9px;display:inline-flex;align-items:center;background:#eee7cf;color:#6b5c25;font-size:11px;font-weight:800}
.status-pill.connected{background:#e4eadf;color:#536247}
.peer-route{margin-top:18px;display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center}
.peer-box{padding:14px 10px;text-align:center;border:1px solid var(--line);background:#fff}
.peer-box svg{width:26px;height:26px;margin:0 auto;color:var(--sage)}.peer-box b{display:block;margin-top:8px;font-size:12px}.peer-box span{display:block;margin-top:3px;color:var(--muted);font-size:10px}
.route-arrow{color:var(--gold);font-size:23px;font-weight:800}
.security-list{display:grid;gap:10px;margin-top:14px}
.security-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border-top:1px solid var(--line)}
.security-item:first-child{border-top:0}.security-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;background:#ebe6d9;color:#675e39}.security-icon svg{display:block;width:17px;height:17px;margin:0}.security-item b{display:block;font-size:13px}.security-item span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.55}
.demo-connect{width:100%;min-height:40px;margin-top:14px;border:1px solid #a7b096;background:#edf1e9;color:var(--sage-dark);font-size:12px;font-weight:800;cursor:pointer}.demo-connect:hover{background:#e1e7dc}
.side-help{margin-top:14px;padding:14px;border:1px solid #e1d3a6;background:#f6efd8;color:#625832;font-size:11px;line-height:1.7}

/* Feature section */
.features{padding:6px 0 68px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}
.section-head h2{margin:0;font-size:clamp(30px,4vw,44px);font-weight:650;letter-spacing:-.03em}.section-head p{max-width:630px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.feature-card{min-height:220px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdf8}
.feature-no{color:#9a8e70;font-size:11px;font-weight:800;letter-spacing:.12em}.feature-card h3{margin:28px 0 10px;font-size:21px}.feature-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.feature-card:nth-child(1){background:#f1ebdf}.feature-card:nth-child(2){background:#e8ede3}.feature-card:nth-child(3){background:#edf2f8}

/* Footer */
.footer{background:#f1ece2;color:#616158;font-size:12px;border-top:1px solid #ded6c9}
.footer-main{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:22px;padding-bottom:22px}
.footer-copy{line-height:1.7}.footer-links{display:flex;align-items:center;gap:24px;white-space:nowrap}.footer-links a:hover{text-decoration:underline;color:#111}
.back-top{position:fixed;right:22px;bottom:22px;min-height:42px;padding:0 16px;background:#d9d1c3;border:0;font-weight:700;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s;z-index:30}
.back-top.show{opacity:1;pointer-events:auto;transform:none}
.toast{position:fixed;left:50%;bottom:24px;z-index:2000;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:11px 16px;background:#33362f;color:#fff;font-size:12px;font-weight:700;box-shadow:var(--shadow);transition:.2s}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:1180px){
  .desktop-nav{display:none}.mobile-toggle{display:inline-flex}.nav-actions>.account-link,.nav-actions>.lang-btn{display:none}
  .hero-grid{grid-template-columns:1fr;gap:28px}.hero-visual{min-height:280px;max-width:620px;width:100%;margin:0 auto}
  .workspace-grid{grid-template-columns:1fr}.transfer-main{border-right:0;border-bottom:1px solid var(--line)}
}
@media(max-width:820px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .hero{padding-top:38px}.hero h1{font-size:43px}.hero p{font-size:16px}
  .workspace-head{padding:14px 16px;align-items:flex-start;flex-direction:column}.mode-switch{width:100%}.mode-btn{width:100%}
  .transfer-main,.transfer-side{padding:16px}.connection-card{grid-template-columns:1fr}.qr-mini{display:none}
  .connection-orbit{width:240px;height:240px}.device-card{width:132px;min-height:112px}.device-card.left{left:2px}.device-card.right{right:2px}.connection-line{width:200px}
  .feature-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}
  .footer-main{align-items:flex-start;flex-direction:column;gap:15px}.footer-links{width:100%;display:grid;grid-template-columns:repeat(4,auto);gap:13px 18px}
}
@media(max-width:560px){
  .site-header .container{width:min(calc(100% - 22px),1240px)}.brand-text{font-size:16px}.brand-text small{display:none}
  .mobile-menu{padding-left:11px;padding-right:11px}.mobile-actions{grid-template-columns:1fr}.mobile-actions .lang-btn{justify-self:stretch;justify-content:center;width:100%}
  .hero h1{font-size:36px}.hero-visual{min-height:240px}.connection-orbit{width:190px;height:190px}.connection-orbit::before{inset:30px}.connection-orbit::after{inset:62px}.direct-node{width:75px;height:75px}.direct-node svg{width:31px;height:31px}.device-card{width:112px;min-height:94px;padding:12px}.device-icon{width:32px;height:32px}.device-card b{font-size:12px;margin-top:8px}.device-card span{font-size:9px}.device-card.left{top:55px}.device-card.right{bottom:25px}.connection-line{width:156px}
  .connection-code-wrap{align-items:stretch}.room-code{width:100%;justify-content:center}.small-btn{flex:1}
  .upload-zone{min-height:220px}.file-item{grid-template-columns:34px minmax(0,1fr) 28px}.file-state{grid-column:2;grid-row:2;text-align:left}.remove-file{grid-column:3;grid-row:1/3}.transfer-action-row{align-items:stretch;flex-direction:column}.primary-action{width:100%}
  .code-input-row{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,auto)}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* okpan-online-transfer-remove-device-visual-final */

.hero-visual,
  .device-card,
  .connection-orbit,
  .connection-line,
  .direct-node{
    display:none!important;
  }
  .hero-inner{
    grid-template-columns:1fr!important;
  }
  .hero-copy{
    max-width:880px!important;
  }

/* okpan-online-transfer-hero-flat-final */

/* 首屏文案横向平铺，缩小间距，让传输工作区更靠上 */
.hero{
  padding:18px 0 10px!important;
}
.hero-grid{
  display:block!important;
}
.hero-grid>div{
  display:grid!important;
  grid-template-columns:minmax(250px,.78fr) minmax(340px,1.25fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  width:100%!important;
}
.hero-kicker{
  display:none!important;
}
.hero h1{
  max-width:none!important;
  margin:0!important;
  font-size:clamp(27px,2.45vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.hero p{
  max-width:none!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.58!important;
}
.hero-tags{
  margin:0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-end!important;
  gap:6px!important;
}
.hero-tag{
  min-height:28px!important;
  padding:0 8px!important;
  gap:5px!important;
  font-size:11px!important;
  white-space:nowrap!important;
}
.hero-tag svg{
  width:13px!important;
  height:13px!important;
}
.workspace-section{
  padding-top:10px!important;
}
@media(max-width:1180px){
  .hero-grid>div{
    grid-template-columns:minmax(230px,.8fr) minmax(300px,1.25fr)!important;
    gap:12px 16px!important;
  }
  .hero-tags{
    grid-column:1/-1!important;
    justify-content:flex-start!important;
  }
}
@media(max-width:760px){
  .hero{
    padding:14px 0 8px!important;
  }
  .hero-grid>div{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:7px!important;
  }
  .hero h1{
    font-size:27px!important;
    line-height:1.14!important;
  }
  .hero p{
    font-size:13px!important;
    line-height:1.55!important;
  }
  .hero-tags{
    width:100%!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    gap:5px!important;
  }
  .hero-tag{
    min-height:27px!important;
    font-size:10.5px!important;
  }
  .workspace-section{
    padding-top:8px!important;
  }
}

/* okpan-online-transfer-hero-clean-final */

/* 清晰的两层结构：标题/说明一行，卖点标签下一行 */
  .hero{
    padding:18px 0 12px!important;
  }
  .hero-grid{
    display:block!important;
  }
  .hero-grid>div,
  .hero-compact-layout{
    display:block!important;
    width:100%!important;
  }
  .hero-intro{
    display:grid!important;
    grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr)!important;
    align-items:center!important;
    gap:28px!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(217,209,195,.78)!important;
  }
  .hero-kicker{
    display:none!important;
  }
  .hero h1{
    margin:0!important;
    max-width:520px!important;
    font-size:clamp(29px,2.55vw,40px)!important;
    line-height:1.13!important;
    letter-spacing:-.03em!important;
  }
  .hero p{
    margin:0!important;
    max-width:720px!important;
    color:#67675f!important;
    font-size:14px!important;
    line-height:1.65!important;
  }
  .hero-tags{
    margin:10px 0 0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
  }
  .hero-tag{
    min-height:29px!important;
    padding:0 10px!important;
    gap:6px!important;
    border-radius:2px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  .hero-tag svg{
    width:14px!important;
    height:14px!important;
  }
  .workspace-section{
    padding-top:10px!important;
  }

  @media(max-width:980px){
    .hero-intro{
      grid-template-columns:1fr!important;
      gap:7px!important;
      padding-bottom:10px!important;
    }
    .hero h1{
      max-width:none!important;
    }
    .hero p{
      max-width:820px!important;
    }
  }

  @media(max-width:760px){
    .hero{
      padding:14px 0 9px!important;
    }
    .hero-intro{
      gap:6px!important;
    }
    .hero h1{
      font-size:27px!important;
      line-height:1.15!important;
    }
    .hero p{
      font-size:13px!important;
      line-height:1.58!important;
    }
    .hero-tags{
      margin-top:8px!important;
      gap:6px!important;
    }
    .hero-tag{
      min-height:27px!important;
      padding:0 8px!important;
      font-size:10.5px!important;
    }
    .workspace-section{
      padding-top:8px!important;
    }
  }

/* okpan-online-transfer-benefits-left */

.hero{padding-bottom:10px!important;}
  .hero-tags{display:none!important;}
  .workspace-head{margin-bottom:16px!important;}
  .workspace-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.72fr)!important;}
  .transfer-main{display:grid!important;grid-template-columns:170px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;}
  .transfer-benefits{display:flex!important;flex-direction:column!important;gap:10px!important;padding-top:6px!important;}
  .benefit-chip{display:flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:10px 12px!important;border:1px solid rgba(217,209,195,.9)!important;background:#faf7f1!important;border-radius:14px!important;color:#5f6e52!important;font-size:12px!important;font-weight:800!important;line-height:1.45!important;box-shadow:0 8px 20px rgba(74,84,64,.05)!important;}
  .benefit-chip svg{width:16px!important;height:16px!important;flex:0 0 auto!important;}
  .transfer-main .panel-view{min-width:0!important;}
  @media (max-width: 980px){
    .transfer-main{grid-template-columns:1fr!important;gap:12px!important;}
    .transfer-benefits{flex-direction:row!important;flex-wrap:wrap!important;padding-top:0!important;}
    .benefit-chip{min-height:36px!important;padding:8px 10px!important;font-size:11.5px!important;}
  }
  @media (max-width: 760px){
    .transfer-benefits{gap:8px!important;}
    .benefit-chip{width:100%!important;}
  }

/* okpan-online-transfer-benefits-header-final */

.workspace-head{
    display:grid!important;
    grid-template-columns:minmax(250px,auto) minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
  }
  .workspace-benefits{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:7px!important;
  }
  .workspace-benefit{
    min-height:30px!important;
    padding:0 9px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    border:1px solid rgba(217,209,195,.9)!important;
    border-radius:10px!important;
    background:#faf7f1!important;
    color:#5f6e52!important;
    font-size:11px!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  .workspace-benefit svg{
    width:14px!important;
    height:14px!important;
    flex:0 0 auto!important;
  }
  .transfer-main{
    display:block!important;
    padding:24px!important;
  }
  .transfer-benefits{display:none!important;}

  @media(max-width:1180px){
    .workspace-head{
      grid-template-columns:minmax(240px,1fr) auto!important;
    }
    .workspace-benefits{
      grid-column:1 / -1!important;
      grid-row:2!important;
      order:3!important;
    }
  }
  @media(max-width:760px){
    .workspace-head{
      display:flex!important;
      flex-direction:column!important;
      align-items:stretch!important;
      gap:10px!important;
    }
    .workspace-benefits{
      width:100%!important;
      gap:6px!important;
    }
    .workspace-benefit{
      flex:1 1 calc(50% - 6px)!important;
      justify-content:center!important;
      white-space:normal!important;
      text-align:center!important;
    }
    .mode-switch{width:100%!important;}
  }

/* okpan-online-transfer-collection-upload-final */

/* Match the file collection page upload box */
  .upload-zone{
    position:relative!important;
    min-height:360px!important;
    margin-top:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    text-align:center!important;
    border:1.5px dashed #aeb69c!important;
    border-radius:2px!important;
    background:linear-gradient(180deg,#f0f2eb,#fffdf8)!important;
    box-shadow:inset 0 0 0 7px rgba(102,115,79,.045)!important;
    cursor:pointer!important;
    transition:border-color .2s ease,background .2s ease!important;
  }
  .upload-zone:hover,.upload-zone.dragover{
    border-color:#66734f!important;
    background:linear-gradient(180deg,#e9ede3,#fffdf8)!important;
    transform:none!important;
  }
  .upload-zone input{display:none!important;}
  .upload-inner{
    width:100%!important;
    padding:34px 20px!important;
    text-align:center!important;
    pointer-events:none!important;
  }
  .upload-cloud{
    width:82px!important;
    height:82px!important;
    margin:0 auto 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#fff!important;
    background:#66734f!important;
    border-radius:2px!important;
    box-shadow:none!important;
  }
  .upload-cloud svg{width:40px!important;height:40px!important;}
  .upload-inner h2{
    margin:0 0 10px!important;
    color:#30322d!important;
    font-size:29px!important;
    line-height:1.15!important;
    font-weight:700!important;
    letter-spacing:-.5px!important;
  }
  .upload-inner p{
    margin:0!important;
    color:#69675f!important;
    font-size:14px!important;
    line-height:1.65!important;
    font-weight:400!important;
  }
  .upload-select-cta{
    min-height:46px!important;
    margin-top:18px!important;
    padding:0 28px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    color:#fff!important;
    background:#66734f!important;
    border:0!important;
    border-radius:2px!important;
    box-shadow:none!important;
    font-size:15px!important;
    font-weight:650!important;
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .upload-select-cta:hover{background:#4e5940!important;}
  .upload-choice-actions{
    margin-top:18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    pointer-events:auto!important;
  }
  .upload-choice-actions .upload-select-cta{margin-top:0!important;}
  .upload-folder-cta{
    min-height:46px!important;
    padding:0 22px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    color:#4f5c46!important;
    background:#fffdf8!important;
    border:1px solid #aeb69c!important;
    border-radius:2px!important;
    font-size:15px!important;
    font-weight:650!important;
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .upload-folder-cta:hover{background:#eef1e9!important;border-color:#66734f!important;}
  .upload-folder-cta svg{width:18px!important;height:18px!important;flex:0 0 auto!important;}
  .add-plus{
    width:21px!important;
    height:21px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.18)!important;
    font-size:18px!important;
    line-height:1!important;
    font-weight:700!important;
  }
  .upload-start-note{
    display:block!important;
    margin-top:11px!important;
    color:#7b786f!important;
    font-size:12px!important;
    line-height:1.55!important;
    font-weight:600!important;
  }
  .upload-tags{
    display:flex!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:16px!important;
  }
  .upload-tags span{
    min-height:29px!important;
    padding:0 10px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#5d624f!important;
    background:#fffdf8!important;
    border:1px solid #d7d2c7!important;
    border-radius:2px!important;
    font-size:12px!important;
    font-weight:600!important;
  }

  /* Selected files stay inside the upload box, like the collection page */
  .upload-zone.has-files{
    min-height:360px!important;
    padding:16px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    text-align:left!important;
    background:#f7f3eb!important;
    box-shadow:inset 0 0 0 6px rgba(102,115,79,.04)!important;
    cursor:default!important;
  }
  .upload-zone.has-files .upload-inner{display:none!important;}
  .upload-zone:not(.has-files) .file-queue{display:none!important;}
  .upload-zone.has-files .file-queue{
    width:100%!important;
    max-height:326px!important;
    margin:0!important;
    padding:2px!important;
    display:grid!important;
    align-content:start!important;
    gap:10px!important;
    overflow:auto!important;
  }
  .upload-zone .file-item{
    padding:13px 14px!important;
    border:1px solid #d9d1c3!important;
    border-radius:2px!important;
    background:#fffdf8!important;
    box-shadow:0 7px 18px rgba(75,64,43,.05)!important;
  }
  .upload-zone .file-type{
    width:42px!important;
    height:42px!important;
    border-radius:2px!important;
    color:#66734f!important;
    background:#e8eadf!important;
  }
  .upload-zone .file-info b{color:#30322d!important;font-size:14px!important;font-weight:800!important;}
  .upload-zone .file-info span,.upload-zone .file-state{color:#777268!important;font-weight:650!important;}
  .upload-zone .progress-track{background:#e7e0d4!important;}
  .upload-zone .progress-track i{background:linear-gradient(90deg,#66734f,#c59a45)!important;}

  @media(max-width:760px){
    .upload-zone{min-height:280px!important;}
    .upload-zone.has-files{min-height:320px!important;padding:12px!important;}
    .upload-zone.has-files .file-queue{max-height:294px!important;}
    .upload-cloud{width:70px!important;height:70px!important;}
    .upload-cloud svg{width:34px!important;height:34px!important;}
    .upload-inner h2{font-size:22px!important;}
    .upload-inner p{font-size:13px!important;}
    .upload-choice-actions{display:grid!important;grid-template-columns:1fr!important;width:min(100%,240px)!important;margin-left:auto!important;margin-right:auto!important;}
    .upload-select-cta,.upload-folder-cta{width:100%!important;min-height:44px!important;}
    .upload-tags{gap:6px!important;}
    .upload-tags span{flex:1 1 calc(50% - 6px)!important;}
  }

/* okpan-online-transfer-continue-add-final */

.queue-add-bar{display:none;}
  .upload-zone.has-files{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .upload-zone.has-files .queue-add-bar{
    width:100%!important;
    min-height:58px!important;
    padding:10px 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border:1px solid #d9d1c3!important;
    border-radius:2px!important;
    background:#fffdf8!important;
    box-shadow:0 7px 18px rgba(75,64,43,.05)!important;
    flex:0 0 auto!important;
  }
  .queue-add-copy{min-width:0!important;}
  .queue-add-copy b{
    display:block!important;
    color:#30322d!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.3!important;
  }
  .queue-add-copy span{
    display:block!important;
    margin-top:3px!important;
    color:#777268!important;
    font-size:11px!important;
    font-weight:650!important;
    line-height:1.45!important;
  }
  .queue-add-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex:0 0 auto!important;
  }
  .queue-add-file,.queue-add-folder{
    min-height:36px!important;
    padding:0 12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border-radius:2px!important;
    font-size:12px!important;
    font-weight:800!important;
    cursor:pointer!important;
    white-space:nowrap!important;
  }
  .queue-add-file{
    border:1px solid #66734f!important;
    color:#fff!important;
    background:#66734f!important;
  }
  .queue-add-file:hover{background:#4e5940!important;}
  .queue-add-folder{
    border:1px solid #cfc6b5!important;
    color:#4f514a!important;
    background:#fffdf8!important;
  }
  .queue-add-folder:hover{border-color:#9aa48b!important;background:#f1f3ec!important;color:#596448!important;}
  .queue-add-folder svg{width:15px!important;height:15px!important;flex:0 0 auto!important;}
  .queue-add-plus{font-size:18px!important;font-weight:500!important;line-height:1!important;}
  .upload-zone.has-files .file-queue{
    flex:1 1 auto!important;
    max-height:258px!important;
  }
  @media(max-width:760px){
    .upload-zone.has-files .queue-add-bar{
      align-items:stretch!important;
      flex-direction:column!important;
      padding:10px!important;
    }
    .queue-add-actions{width:100%!important;}
    .queue-add-file,.queue-add-folder{flex:1 1 0!important;padding:0 8px!important;}
    .upload-zone.has-files .file-queue{max-height:232px!important;}
  }

/* okpan-online-transfer-first-upload-restored */

/* 恢复第一版上传框：上传框始终保留，队列在下方 */
  .upload-zone,
  .upload-zone.has-files{
    position:relative!important;
    min-height:246px!important;
    margin-top:16px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    text-align:center!important;
    border:1.5px dashed #9da78e!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#f3f5ef,#fffdf8)!important;
    box-shadow:none!important;
    cursor:pointer!important;
    transition:.18s!important;
  }
  .upload-zone:hover,.upload-zone.dragover,
  .upload-zone.has-files:hover{
    border-color:var(--sage)!important;
    background:#edf1e9!important;
    transform:none!important;
  }
  .upload-zone input{display:none!important;}
  .upload-zone .upload-inner,
  .upload-zone.has-files .upload-inner{
    width:100%!important;
    display:block!important;
    padding:28px 20px!important;
    text-align:center!important;
    pointer-events:none!important;
  }
  .upload-icon{
    width:66px!important;
    height:66px!important;
    margin:0 auto 16px!important;
    display:grid!important;
    place-items:center!important;
    background:var(--sage)!important;
    color:#fff!important;
    box-shadow:0 14px 28px rgba(98,112,82,.18)!important;
  }
  .upload-icon svg{width:31px!important;height:31px!important;}
  .upload-inner h3{margin:0!important;font-size:22px!important;font-weight:700!important;color:var(--ink)!important;}
  .upload-inner p{margin:9px auto 0!important;max-width:680px!important;color:var(--muted)!important;font-size:13px!important;line-height:1.65!important;font-weight:400!important;}
  .upload-first-actions{
    margin-top:17px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    flex-wrap:wrap!important;
    pointer-events:auto!important;
  }
  .upload-action{
    margin:0!important;
    min-height:42px!important;
    padding:0 20px!important;
    border:0!important;
    border-radius:0!important;
    background:#3f413b!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:800!important;
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .upload-action:hover{background:#262823!important;}
  .upload-folder-cta{
    min-height:42px!important;
    padding:0 17px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border:1px solid #aeb69c!important;
    border-radius:0!important;
    background:#fffdf8!important;
    color:#4f5c46!important;
    font-size:13px!important;
    font-weight:800!important;
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .upload-folder-cta:hover{background:#eef1e9!important;border-color:#66734f!important;}
  .upload-folder-cta svg{width:17px!important;height:17px!important;}
  .queue-add-bar{display:none!important;}
  .upload-zone .file-queue,
  .upload-zone.has-files .file-queue{display:none!important;}
  #fileQueue{
    display:grid!important;
    gap:9px!important;
    margin-top:14px!important;
    max-height:none!important;
    overflow:visible!important;
  }
  #fileQueue:empty{display:none!important;}
  #fileQueue .file-item{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) auto 32px!important;
    gap:10px!important;
    align-items:center!important;
    padding:11px 12px!important;
    border:1px solid var(--line)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  #fileQueue .file-type{
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:0!important;
    background:#ecefe7!important;
    color:var(--sage)!important;
  }
  #fileQueue .file-info b{font-size:13px!important;color:var(--ink)!important;font-weight:700!important;}
  #fileQueue .file-info span,#fileQueue .file-state{font-size:11px!important;color:var(--muted)!important;font-weight:700!important;}
  @media(max-width:760px){
    .upload-zone,.upload-zone.has-files{min-height:220px!important;}
    .upload-first-actions{display:grid!important;grid-template-columns:1fr!important;width:min(100%,230px)!important;margin-left:auto!important;margin-right:auto!important;}
    .upload-action,.upload-folder-cta{width:100%!important;}
    #fileQueue .file-item{grid-template-columns:34px minmax(0,1fr) 28px!important;}
    #fileQueue .file-state{grid-column:2;grid-row:2;text-align:left!important;}
    #fileQueue .remove-file{grid-column:3;grid-row:1/3;}
  }

/* okpan-remove-empty-queue-boxes-final */

.queue-add-bar,
  .queue-add-file,
  .queue-add-folder{
    display:none!important;
  }

/* okpan-p2p-floating-progress-final */

.transfer-progress-panel{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:1300;
    width:min(480px,calc(100vw - 48px));
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid #d9d1c3;
    border-radius:18px;
    background:rgba(255,253,248,.98);
    box-shadow:0 24px 70px rgba(53,57,49,.24);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  }
  .transfer-progress-panel.show{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .transfer-progress-head{
    min-height:62px;
    padding:10px 12px 10px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-bottom:1px solid #e3dccf;
    background:linear-gradient(135deg,#faf7f1,#eef1e9);
  }
  .transfer-progress-title{display:flex;align-items:center;gap:10px;min-width:0;}
  .transfer-progress-icon{
    width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;
    border:1px solid #d7ded0;border-radius:12px;background:#fffdf8;color:#5f6e52;
  }
  .transfer-progress-icon svg{display:block;width:20px;height:20px;margin:0;}
  .transfer-progress-title b{display:block;color:#2f312d;font-size:14px;font-weight:900;line-height:1.2;}
  .transfer-progress-title span{display:block;margin-top:4px;color:#777268;font-size:11px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .transfer-progress-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto;}
  .progress-window-btn{
    width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #d9d1c3;
    border-radius:10px;background:#fffdf8;color:#5f5e56;font-family:Arial,sans-serif;font-size:20px;line-height:0;vertical-align:middle;cursor:pointer;
  }
  .progress-window-btn:hover{color:#4f5c46;background:#eef1e9;border-color:#bdc8b3;}
  .progress-add-wrap{position:relative;display:inline-flex;}
  .progress-add-btn{font-size:22px;font-weight:500;color:#fff;background:linear-gradient(135deg,#66734f,#4f5c46);border-color:#4f5c46;}
  .progress-add-btn:hover{color:#fff;background:linear-gradient(135deg,#596448,#414a39);border-color:#414a39;}
  .progress-add-btn:disabled{opacity:.5;cursor:not-allowed;}
  .progress-add-menu{
    position:absolute;right:0;top:calc(100% + 8px);z-index:20;width:176px;display:none;gap:6px;padding:7px;
    border:1px solid #d9d1c3;border-radius:13px;background:#fffdf8;box-shadow:0 18px 44px rgba(53,57,49,.18);
  }
  .progress-add-menu.show{display:grid;}
  .progress-add-option{
    min-height:40px;border:0;border-radius:10px;background:#faf7f1;color:#3f413b;display:flex;align-items:center;gap:9px;
    padding:0 11px;font-size:12px;font-weight:850;cursor:pointer;text-align:left;
  }
  .progress-add-option:hover{background:#eef1e9;color:#4f5c46;}
  .progress-add-option:disabled{opacity:.5;cursor:not-allowed;}
  .progress-add-option svg{width:16px;height:16px;flex:0 0 auto;}
  .transfer-progress-body{padding:12px;max-height:330px;overflow:auto;}
  #transferProgressPanel #fileQueue{display:grid!important;gap:9px!important;margin:0!important;max-height:none!important;overflow:visible!important;}
  #transferProgressPanel #fileQueue .file-item{border-radius:13px!important;background:#fffdf8!important;}
  #transferProgressPanel .transfer-progress-title>.transfer-progress-icon{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;
    margin:0!important;padding:0!important;line-height:0!important;
  }
  #transferProgressPanel .transfer-progress-title>.transfer-progress-icon svg{
    display:block!important;margin:0!important;position:static!important;transform:none!important;
  }
  #transferProgressPanel #fileQueue .file-type{
    display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;line-height:0!important;
  }
  #transferProgressPanel #fileQueue .file-type svg{display:block!important;margin:0!important;}
  #transferProgressPanel #fileQueue .file-type-image{color:#173b9f!important;background:#d9e5ff!important;}
  #transferProgressPanel #fileQueue .file-type-pdf{color:#c3483e!important;background:#fae9e6!important;}
  #transferProgressPanel #fileQueue .file-type-word{color:#3268ad!important;background:#e8f0fa!important;}
  #transferProgressPanel #fileQueue .file-type-sheet{color:#34805b!important;background:#e6f3eb!important;}
  #transferProgressPanel #fileQueue .file-type-slide{color:#c66c32!important;background:#faeee5!important;}
  #transferProgressPanel #fileQueue .file-type-archive{color:#1f4fd1!important;background:#e8f0ff!important;}
  #transferProgressPanel #fileQueue .file-type-video{color:#c34f78!important;background:#f9e8ef!important;}
  #transferProgressPanel #fileQueue .file-type-audio{color:#397d93!important;background:#e5f2f5!important;}
  #transferProgressPanel #fileQueue .file-type-code{color:#536b9e!important;background:#e9edf6!important;}
  #transferProgressPanel #fileQueue .file-type-app{color:#62708a!important;background:#d9e5ff!important;}
  #transferProgressPanel #fileQueue .file-type-text{color:#76705f!important;background:#f0ede6!important;}
  .transfer-progress-footer{padding:10px 14px;border-top:1px solid #e3dccf;background:#faf7f1;color:#777268;font-size:11px;font-weight:750;line-height:1.5;}
  .mobile-progress-start{display:none;}
  .transfer-progress-panel.collapsed{width:min(380px,calc(100vw - 48px));}
  .transfer-progress-panel.collapsed .transfer-progress-body,
  .transfer-progress-panel.collapsed .transfer-progress-footer{display:none!important;}
  .transfer-progress-panel.collapsed .transfer-progress-head{border-bottom:0;}
  .progress-reopen-btn{
    position:fixed;right:24px;bottom:24px;z-index:1299;min-height:42px;padding:0 16px;
    display:none;align-items:center;justify-content:center;border:1px solid #4f5c46;border-radius:13px;
    background:#3f413b;color:#fff;font-size:13px;font-weight:850;box-shadow:0 16px 36px rgba(53,57,49,.22);cursor:pointer;
  }
  .progress-reopen-btn.show{display:inline-flex;}
  @media(max-width:760px){
    .transfer-progress-panel{left:12px;right:12px;bottom:12px;width:auto;border-radius:16px;}
    .transfer-progress-panel.collapsed{width:auto;}
    .transfer-progress-body{max-height:42vh;padding:10px;}
    .progress-reopen-btn{right:12px;bottom:12px;}
  }

/* okpan-mobile-layout-stable-final */

@media (max-width:760px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  body{font-size:14px!important;word-break:normal!important;overflow-wrap:anywhere!important;}
  *{min-width:0;}
  .container{width:calc(100% - 24px)!important;margin-inline:auto!important;}

  .site-header{position:sticky!important;top:0!important;z-index:1500!important;}
  .nav-shell{min-height:60px!important;height:60px!important;gap:10px!important;}
  .brand{gap:8px!important;}
  .brand-mark{width:25px!important;min-width:25px!important;height:25px!important;}
  .brand-text{font-size:16px!important;line-height:1!important;}
  .mobile-toggle{width:38px!important;height:38px!important;flex:0 0 38px!important;}
  .mobile-menu{max-height:calc(100dvh - 60px)!important;padding:6px 11px 14px!important;overflow-y:auto!important;}
  .mobile-menu>a,.mobile-section-title{min-height:43px!important;font-size:13px!important;}
  .mobile-actions{padding-top:10px!important;gap:8px!important;}

  .hero{padding:12px 0 8px!important;}
  .hero-grid,.hero-grid>div,.hero-compact-layout{display:block!important;width:100%!important;}
  .hero-intro{display:block!important;padding:0!important;border:0!important;}
  .hero h1{margin:0!important;font-size:25px!important;line-height:1.18!important;letter-spacing:-.025em!important;}
  .hero p{margin:7px 0 0!important;font-size:12.5px!important;line-height:1.55!important;color:#6b685f!important;}
  .hero-tags{display:none!important;}

  .workspace-section{padding:6px 0 18px!important;}
  .workspace-shell{width:100%!important;border-left:0!important;border-right:0!important;border-radius:0!important;overflow:hidden!important;}
  .workspace-head{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;min-height:0!important;padding:12px!important;margin:0!important;}
  .workspace-title{display:flex!important;align-items:center!important;gap:9px!important;}
  .workspace-title-icon{width:34px!important;height:34px!important;flex:0 0 34px!important;}
  .workspace-title h2{font-size:17px!important;line-height:1.25!important;}
  .workspace-title p{margin-top:3px!important;font-size:11px!important;line-height:1.45!important;}
  .workspace-benefits{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important;}
  .workspace-benefit{width:100%!important;min-height:32px!important;padding:6px 9px!important;justify-content:flex-start!important;white-space:normal!important;text-align:left!important;font-size:11px!important;line-height:1.35!important;}
  .workspace-benefit svg{width:14px!important;height:14px!important;}
  .mode-switch{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:4px!important;padding:3px!important;}
  .mode-btn{width:100%!important;min-height:38px!important;padding:0 8px!important;font-size:13px!important;}

  .workspace-grid{display:block!important;width:100%!important;}
  .transfer-main{display:block!important;width:100%!important;padding:12px!important;border:0!important;border-bottom:1px solid var(--line)!important;}
  .panel-view{width:100%!important;}
  .connection-card{display:block!important;width:100%!important;padding:12px!important;overflow:hidden!important;}
  .connection-card-top{align-items:flex-start!important;gap:9px!important;}
  .connection-copy b{font-size:13px!important;line-height:1.35!important;}
  .connection-copy span{font-size:11px!important;line-height:1.45!important;}
  .connection-code-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important;margin-top:12px!important;}
  .room-code{grid-column:1/-1!important;width:100%!important;min-height:48px!important;justify-content:center!important;font-size:25px!important;letter-spacing:.12em!important;}
  .small-btn{width:100%!important;min-height:38px!important;padding:0 8px!important;font-size:11px!important;}
  #copyLinkBtn{grid-column:1/-1!important;}
  .share-link-line{display:block!important;margin-top:10px!important;font-size:10.5px!important;line-height:1.5!important;word-break:break-all!important;}
  .qr-mini{display:none!important;}

  .upload-zone,.upload-zone.has-files{width:100%!important;min-height:220px!important;margin-top:12px!important;overflow:hidden!important;}
  .upload-zone .upload-inner,.upload-zone.has-files .upload-inner{padding:20px 12px!important;}
  .upload-icon{width:56px!important;height:56px!important;margin-bottom:12px!important;}
  .upload-icon svg{width:27px!important;height:27px!important;}
  .upload-inner h3{font-size:19px!important;line-height:1.3!important;}
  .upload-inner p{margin-top:7px!important;font-size:11.5px!important;line-height:1.55!important;}
  .upload-first-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:240px!important;margin:14px auto 0!important;gap:8px!important;}
  .upload-action,.upload-folder-cta{width:100%!important;min-height:40px!important;font-size:12px!important;padding:0 12px!important;}

  .transfer-action-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-top:10px!important;}
  .transfer-note{font-size:11px!important;line-height:1.45!important;}
  .primary-action{width:100%!important;min-height:42px!important;font-size:13px!important;padding:0 12px!important;}

  .receive-form{padding:14px!important;}
  .receive-form h3{font-size:18px!important;}
  .receive-form p{font-size:12px!important;line-height:1.55!important;}
  .code-input-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .code-input{width:100%!important;min-width:0!important;font-size:20px!important;letter-spacing:.12em!important;}
  .receive-wait{padding:18px 12px!important;}

  .transfer-side{width:100%!important;padding:12px!important;border:0!important;}
  .side-status{padding:14px!important;}
  .side-status-head{align-items:flex-start!important;gap:8px!important;}
  .side-status-head h3{font-size:16px!important;}
  .peer-route{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .route-arrow{transform:rotate(90deg)!important;justify-self:center!important;}
  .peer-box{width:100%!important;}
  .security-list{gap:8px!important;}
  .security-item{grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;padding:10px!important;}
  .security-icon{width:34px!important;height:34px!important;}
  .security-item b{font-size:12px!important;}
  .security-item span{font-size:10.5px!important;line-height:1.45!important;}
  .demo-connect{width:100%!important;min-height:40px!important;}
  .side-help{font-size:10.5px!important;line-height:1.55!important;padding:11px!important;}

  .features{padding:0 0 30px!important;}
  .section-head{gap:8px!important;margin-bottom:14px!important;}
  .section-head h2{font-size:24px!important;line-height:1.2!important;}
  .section-head p{font-size:12px!important;line-height:1.55!important;}
  .feature-grid{grid-template-columns:1fr!important;}
  .feature-card{min-height:0!important;padding:18px!important;}
  .feature-card h3{margin:15px 0 7px!important;font-size:17px!important;}
  .feature-card p{font-size:11.5px!important;line-height:1.6!important;}

  .footer-main{padding:16px 0!important;gap:10px!important;}
  .footer-copy{font-size:10.5px!important;text-align:center!important;width:100%!important;}
  .footer-links{display:grid!important;grid-template-columns:repeat(2,1fr)!important;width:100%!important;gap:8px 12px!important;text-align:center!important;}
  .footer-links a{font-size:11px!important;}

  .transfer-progress-panel{left:8px!important;right:8px!important;bottom:8px!important;width:auto!important;max-width:none!important;border-radius:14px!important;}
  .transfer-progress-panel.collapsed{left:8px!important;right:8px!important;width:auto!important;}
  .transfer-progress-head{min-height:54px!important;padding:8px 9px!important;gap:8px!important;}
  .transfer-progress-icon{width:34px!important;height:34px!important;flex-basis:34px!important;}
  .transfer-progress-title b{font-size:13px!important;}
  .transfer-progress-title span{font-size:10px!important;max-width:180px!important;}
  .progress-window-btn{width:30px!important;height:30px!important;font-size:18px!important;}
  .transfer-progress-body{max-height:48dvh!important;padding:8px!important;}
  #transferProgressPanel #fileQueue{gap:7px!important;}
  #transferProgressPanel #fileQueue .file-item{grid-template-columns:32px minmax(0,1fr) 28px!important;padding:9px!important;gap:8px!important;}
  #transferProgressPanel #fileQueue .file-type{width:32px!important;height:32px!important;}
  #transferProgressPanel #fileQueue .file-state{grid-column:2!important;grid-row:2!important;text-align:left!important;font-size:10px!important;}
  #transferProgressPanel #fileQueue .remove-file{grid-column:3!important;grid-row:1/3!important;}
  #transferProgressPanel #fileQueue .file-info b{font-size:11.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  #transferProgressPanel #fileQueue .file-info span{font-size:9.5px!important;}
  .transfer-progress-footer{
    position:sticky!important;
    bottom:0!important;
    z-index:3!important;
    display:grid!important;
    gap:8px!important;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;
    font-size:10px!important;
    background:rgba(250,247,241,.98)!important;
    box-shadow:0 -8px 18px rgba(53,57,49,.08)!important;
  }
  .mobile-progress-start{
    width:100%!important;
    min-height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,#66734f,#4e5940)!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:900!important;
    box-shadow:0 10px 22px rgba(102,115,79,.22)!important;
    cursor:pointer!important;
  }
  .mobile-progress-start:disabled{
    opacity:.48!important;
    cursor:not-allowed!important;
    box-shadow:none!important;
  }
  .progress-reopen-btn{right:8px!important;bottom:8px!important;min-height:38px!important;padding:0 12px!important;font-size:11px!important;}
  .toast{max-width:calc(100% - 24px)!important;text-align:center!important;font-size:11px!important;}
}

/* okpan-progress-start-all-devices-final */

/* 页面原位置只保留队列摘要，开始传输统一放入文件进度弹窗 */
  #startTransferBtn{
    display:none!important;
  }
  .transfer-action-row{
    justify-content:flex-start!important;
  }

  /* 电脑端与手机端都显示弹窗底部开始传输按钮 */
  .transfer-progress-footer{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:12px!important;
    padding:12px 14px!important;
  }
  .mobile-progress-start{
    min-width:170px!important;
    min-height:42px!important;
    padding:0 18px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,#6b795d,#4f5c46)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    cursor:pointer!important;
    box-shadow:0 10px 22px rgba(95,110,82,.20)!important;
    white-space:nowrap!important;
  }
  .mobile-progress-start:hover:not(:disabled){
    transform:translateY(-1px)!important;
    box-shadow:0 14px 26px rgba(95,110,82,.25)!important;
  }
  .mobile-progress-start:disabled{
    opacity:.5!important;
    cursor:not-allowed!important;
    transform:none!important;
    box-shadow:none!important;
  }
  .transfer-progress-panel.collapsed .transfer-progress-footer{
    display:none!important;
  }

  @media(max-width:760px){
    .transfer-progress-footer{
      grid-template-columns:1fr!important;
      gap:9px!important;
      padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
    }
    .mobile-progress-start{
      width:100%!important;
      min-width:0!important;
      min-height:46px!important;
      font-size:14px!important;
    }
  }

/* okpan-latest-header-standard-final */

:root{
  --ok-header-sage:#627052;
  --ok-header-cream:#fffdf8;
  --ok-header-line:#d9d1c3;
  --ok-header-shadow:0 20px 48px rgba(75,64,43,.14);
}

.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1600!important;
  background:rgba(255,253,248,.95)!important;
  border-bottom:1px solid rgba(217,209,195,.94)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

.site-header .container{
  width:min(calc(100% - 20px),1380px)!important;
  margin:0 auto!important;
}

.nav-shell{
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}

.brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  flex:0 0 auto!important;
  margin-right:4px!important;
}

.brand-mark{
  width:27px!important;
  min-width:27px!important;
  height:27px!important;
  display:block!important;
  position:static!important;
  background:
    linear-gradient(#c46f53 0 0) 0 0/12px 12px no-repeat,
    linear-gradient(#7a8768 0 0) 15px 0/12px 12px no-repeat,
    linear-gradient(#c39a49 0 0) 0 15px/12px 12px no-repeat,
    linear-gradient(#62708a 0 0) 15px 15px/12px 12px no-repeat!important;
  box-shadow:none!important;
}

.brand-mark::before,
.brand-mark::after{display:none!important}

.brand-text{
  display:flex!important;
  flex-direction:column!important;
  color:#242621!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.05!important;
  letter-spacing:.02em!important;
}

.brand-text small{
  margin:4px 0 0!important;
  color:#777269!important;
  font-size:9px!important;
  font-weight:600!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}

.desktop-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}

.desktop-nav .nav-link,
.desktop-nav .nav-drop-btn{
  min-height:64px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  position:relative!important;
  color:#34352f!important;
  border:0!important;
  background:transparent!important;
  font-size:14px!important;
  font-weight:650!important;
  letter-spacing:.005em!important;
  white-space:nowrap!important;
}

.desktop-nav .nav-link:hover,
.desktop-nav .nav-drop-btn:hover{
  color:var(--ok-header-sage)!important;
}

.desktop-nav .nav-link.active,
.desktop-nav .nav-link[aria-current="page"]{
  color:var(--ok-header-sage)!important;
  font-weight:800!important;
}

.desktop-nav .nav-link.active::after,
.desktop-nav .nav-link[aria-current="page"]::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:12px!important;
  right:12px!important;
  bottom:12px!important;
  height:2px!important;
  background:var(--ok-header-sage)!important;
  transform:none!important;
}

html[lang="en"] .desktop-nav{
  gap:4px!important;
}

html[lang="en"] .desktop-nav .nav-link,
html[lang="en"] .desktop-nav .nav-drop-btn{
  padding-left:13px!important;
  padding-right:13px!important;
}

.dropdown-panel{
  position:absolute!important;
  top:58px!important;
  left:50%!important;
  width:420px!important;
  padding:10px!important;
  display:none!important;
  grid-template-columns:1fr 1fr!important;
  gap:6px!important;
  background:var(--ok-header-cream)!important;
  border:1px solid var(--ok-header-line)!important;
  border-radius:2px!important;
  box-shadow:var(--ok-header-shadow)!important;
  transform:translateX(-50%)!important;
}

.nav-dropdown.open .dropdown-panel{display:grid!important}

.nav-actions{
  margin-left:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex:0 0 auto!important;
}

.nav-actions .account-link{
  min-height:38px!important;
  padding:0 17px!important;
  color:#fff!important;
  background:#3f413b!important;
  border:1px solid #3f413b!important;
  font-size:13px!important;
  font-weight:650!important;
}

.nav-actions .lang-btn{
  min-height:38px!important;
  padding:0 12px!important;
  color:#3f403a!important;
  border:1px solid #cfc6b5!important;
  border-radius:2px!important;
  background:var(--ok-header-cream)!important;
  font-size:12px!important;
  font-weight:650!important;
  text-decoration:none!important;
}

.mobile-toggle{
  display:none!important;
  width:38px!important;
  height:38px!important;
  border:1px solid #cfc6b5!important;
  border-radius:2px!important;
  background:var(--ok-header-cream)!important;
}

.mobile-menu{
  display:none!important;
  max-height:calc(100vh - 64px)!important;
  overflow:auto!important;
  padding:8px 20px 20px!important;
  background:var(--ok-header-cream)!important;
  border-top:1px solid var(--ok-header-line)!important;
}

.mobile-menu.open{display:block!important}

.mobile-menu>a,
.mobile-section-title{
  min-height:45px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 4px!important;
  border-bottom:1px solid #e7e0d4!important;
  color:#3c3d37!important;
  font-size:15px!important;
  font-weight:650!important;
  background:transparent!important;
}

.mobile-menu>a.active,
.mobile-menu>a[aria-current="page"]{
  color:var(--ok-header-sage)!important;
  font-weight:800!important;
}

.mobile-section-title{
  color:#777268!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}

.mobile-menu .mobile-sub{
  padding-left:20px!important;
  font-weight:600!important;
}

.mobile-actions{
  padding-top:14px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:8px!important;
  align-items:center!important;
}

.mobile-actions .account-link{width:100%!important}

.mobile-actions .lang-btn{
  justify-self:end!important;
  width:auto!important;
}

@media(max-width:1180px){
  .desktop-nav{display:none!important}
  .mobile-toggle{display:inline-flex!important}
  .nav-actions>.account-link,
  .nav-actions>.lang-btn{display:none!important}
}

@media(max-width:680px){
  .site-header .container{
    width:min(calc(100% - 22px),1380px)!important;
  }
  .brand-text{font-size:16px!important}
  .brand-text small{display:none!important}
  .mobile-menu{
    padding-left:11px!important;
    padding-right:11px!important;
  }
  .mobile-actions{grid-template-columns:1fr!important}
  .mobile-actions .lang-btn{
    justify-self:stretch!important;
    justify-content:center!important;
    width:100%!important;
  }
}

/* okpan-mobile-hamburger-position-final */

/* 手机/平板端：汉堡按钮固定在顶部最右侧 */
  @media(max-width:1180px){
    .site-header .nav-shell{
      width:min(calc(100% - 22px),1380px)!important;
      min-height:60px!important;
      display:flex!important;
      align-items:center!important;
      justify-content:flex-start!important;
      gap:10px!important;
    }

    .site-header .brand{
      margin-right:0!important;
      flex:0 1 auto!important;
      min-width:0!important;
    }

    .site-header .nav-actions{
      margin-left:auto!important;
      padding:0!important;
      display:flex!important;
      align-items:center!important;
      justify-content:flex-end!important;
      flex:0 0 auto!important;
    }

    .site-header .mobile-toggle{
      position:static!important;
      margin:0!important;
      width:38px!important;
      min-width:38px!important;
      height:38px!important;
      flex:0 0 38px!important;
      display:inline-flex!important;
      align-items:center!important;
      justify-content:center!important;
      align-self:center!important;
      transform:none!important;
    }
  }

  @media(max-width:680px){
    .site-header .nav-shell{
      width:calc(100% - 22px)!important;
      padding:0!important;
    }

    .site-header .brand-text{
      max-width:calc(100vw - 102px)!important;
      overflow:hidden!important;
      white-space:nowrap!important;
    }
  }
/* Embedded in the signed-in user center: keep the exact transfer engine, remove duplicate site chrome. */
html.okpan-transfer-embedded,html.okpan-transfer-embedded body{min-height:100%;background:#f5f7fb!important}
html.okpan-transfer-embedded body{overflow-x:hidden}
html.okpan-transfer-embedded .site-header,
html.okpan-transfer-embedded header,
html.okpan-transfer-embedded .hero,
html.okpan-transfer-embedded .features,
html.okpan-transfer-embedded .footer,
html.okpan-transfer-embedded .back-top{display:none!important}
html.okpan-transfer-embedded main{padding:0!important;margin:0!important}
html.okpan-transfer-embedded .workspace-section{padding:10px!important;margin:0!important;background:#f5f7fb!important}
html.okpan-transfer-embedded .workspace-section>.container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
html.okpan-transfer-embedded .workspace-shell{min-height:calc(100vh - 20px);border-radius:14px!important;box-shadow:0 8px 28px rgba(30,43,72,.07)!important}
@media(max-width:700px){
  html.okpan-transfer-embedded .workspace-section{padding:6px!important}
  html.okpan-transfer-embedded .workspace-shell{min-height:calc(100vh - 12px);border-radius:10px!important}
}

/* User-center visual language: cool neutral surfaces and OKPAN indigo accents. */
html.okpan-transfer-embedded{
  --sage:#3569e8;--sage-dark:#1f4fd1;--sage-soft:#e8f0ff;--gold:#3569e8;--gold-soft:#e8f0ff;
  --ink:#272d3b;--muted:#747c8d;--line:#dfe4ee;--cream:#fff;--paper:#f5f7fb;--success:#1f4fd1;
  --shadow:0 12px 34px rgba(35,47,84,.08);--shadow-soft:0 6px 18px rgba(35,47,84,.06)
}
html.okpan-transfer-embedded body{color:#272d3b!important;background:#f5f7fb!important}
html.okpan-transfer-embedded .workspace-section{background:#f5f7fb!important}
html.okpan-transfer-embedded .workspace-shell{
  border:1px solid #dfe4ee!important;border-radius:14px!important;background:#fff!important;
  box-shadow:0 10px 30px rgba(31,43,78,.07)!important
}
html.okpan-transfer-embedded .workspace-head{
  min-height:72px!important;margin:0!important;padding:12px 20px!important;border-bottom:1px solid #e1e5ee!important;
  background:linear-gradient(135deg,#fff 0%,#e8f0ff 100%)!important
}
html.okpan-transfer-embedded .workspace-title-icon{
  width:40px!important;height:40px!important;border-radius:12px!important;color:#3569e8!important;background:#e8f0ff!important
}
html.okpan-transfer-embedded .workspace-title h2{color:#252b39!important;font-size:19px!important;font-weight:760!important}
html.okpan-transfer-embedded .workspace-title p{color:#858c9b!important}
html.okpan-transfer-embedded .workspace-benefit{
  border:1px solid #e0e4ef!important;border-radius:999px!important;background:#fff!important;color:#60697a!important
}
html.okpan-transfer-embedded .workspace-benefit svg{color:#3569e8!important}
html.okpan-transfer-embedded .mode-switch{padding:3px!important;border:1px solid #dce1ed!important;border-radius:10px!important;background:#f4f6fa!important}
html.okpan-transfer-embedded .mode-btn{min-height:38px!important;border-radius:7px!important;color:#656d7e!important}
html.okpan-transfer-embedded .mode-btn.active{color:#fff!important;background:#3569e8!important;box-shadow:0 5px 14px rgba(31,79,209,.22)!important}
html.okpan-transfer-embedded .transfer-main{border-right:1px solid #e1e5ee!important;background:#fff!important}
html.okpan-transfer-embedded .transfer-side{background:#f8f9fc!important}
html.okpan-transfer-embedded .connection-card,
html.okpan-transfer-embedded .receive-form,
html.okpan-transfer-embedded .side-status{
  border:1px solid #dfe4ee!important;border-radius:12px!important;background:#fff!important;box-shadow:0 4px 14px rgba(39,51,84,.04)!important
}
html.okpan-transfer-embedded .status-dot{background:#3569e8!important;box-shadow:0 0 0 6px rgba(53,105,232,.11)!important}
html.okpan-transfer-embedded .status-dot.connected{background:#3db48b!important;box-shadow:0 0 0 6px rgba(61,180,139,.12)!important}
html.okpan-transfer-embedded .room-code{border:1px solid #dce1ed!important;border-radius:9px!important;background:#e8f0ff!important;color:#2e3546!important}
html.okpan-transfer-embedded .small-btn{border:1px solid #d9deea!important;border-radius:8px!important;background:#fff!important;color:#525b6e!important}
html.okpan-transfer-embedded .small-btn:hover{border-color:#afc5ff!important;background:#e8f0ff!important;color:#1f4fd1!important}
html.okpan-transfer-embedded .share-link-line strong{color:#1f4fd1!important}
html.okpan-transfer-embedded .qr-mini{border:1px solid #dfe4ee!important;border-radius:10px!important;background:#fff!important}
html.okpan-transfer-embedded .upload-zone,
html.okpan-transfer-embedded .upload-zone.has-files{
  border:1.5px dashed #afc5ff!important;border-radius:14px!important;background:linear-gradient(180deg,#f5f8ff,#e8f0ff)!important
}
html.okpan-transfer-embedded .upload-zone:hover,
html.okpan-transfer-embedded .upload-zone.dragover{border-color:#3569e8!important;background:#e8f0ff!important}
html.okpan-transfer-embedded .upload-icon{border-radius:14px!important;background:#3569e8!important;color:#fff!important;box-shadow:0 10px 24px rgba(31,79,209,.2)!important}
html.okpan-transfer-embedded .upload-action,
html.okpan-transfer-embedded .primary-action{border-radius:9px!important;background:#3569e8!important;color:#fff!important;box-shadow:0 8px 20px rgba(31,79,209,.18)!important}
html.okpan-transfer-embedded .upload-action:hover,
html.okpan-transfer-embedded .primary-action:hover{background:#1f4fd1!important}
html.okpan-transfer-embedded .upload-folder-cta{border-color:#d9deea!important;border-radius:9px!important;background:#fff!important;color:#525b6e!important}
html.okpan-transfer-embedded .status-pill{border-radius:999px!important;background:#e8f0ff!important;color:#1f4fd1!important}
html.okpan-transfer-embedded .status-pill.connected{background:#e9f7f2!important;color:#268766!important}
html.okpan-transfer-embedded .peer-box{border-color:#dfe4ee!important;border-radius:11px!important;background:#fff!important}
html.okpan-transfer-embedded .peer-box svg{color:#3569e8!important}
html.okpan-transfer-embedded .route-arrow{color:#3569e8!important}
html.okpan-transfer-embedded .security-item{border-color:#e5e8f0!important}
html.okpan-transfer-embedded .security-icon{border-radius:9px!important;background:#e8f0ff!important;color:#3569e8!important}
html.okpan-transfer-embedded .side-help{border-color:#d9e5ff!important;border-radius:11px!important;background:#e8f0ff!important;color:#626b83!important}
html.okpan-transfer-embedded .connection-safety-notice{border-color:#d9e5ff!important;background:#e8f0ff!important;color:#535f85!important}
html.okpan-transfer-embedded .connection-safety-notice>svg{color:#3569e8!important;stroke:#3569e8!important}
html.okpan-transfer-embedded .incoming-progress-track>i{background:linear-gradient(90deg,#3569e8,#5f82e6)!important}
html.okpan-transfer-embedded .incoming-progress-percent{color:#3569e8!important}

/* HOTFIX83: embedded P2P workspace uses the same deeper OK Blue palette. */
html.okpan-transfer-embedded{
  --sage:#1f4fd1!important;
  --sage-dark:#173b9f!important;
  --sage-soft:#e8f0ff!important;
  --gold:#3569e8!important;
  --gold-soft:#e8f0ff!important;
}
html.okpan-transfer-embedded .mode-btn.active,
html.okpan-transfer-embedded .primary-action,
html.okpan-transfer-embedded .upload-action,
html.okpan-transfer-embedded .progress-add-btn{
  border-color:#1f4fd1!important;
  background:#1f4fd1!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(31,79,209,.20)!important;
}
html.okpan-transfer-embedded .mode-btn.active:hover,
html.okpan-transfer-embedded .primary-action:hover,
html.okpan-transfer-embedded .upload-action:hover,
html.okpan-transfer-embedded .progress-add-btn:hover{
  border-color:#173b9f!important;
  background:#173b9f!important;
}
html.okpan-transfer-embedded .workspace-title-icon,
html.okpan-transfer-embedded .upload-icon,
html.okpan-transfer-embedded .security-icon,
html.okpan-transfer-embedded .transfer-progress-icon,
html.okpan-transfer-embedded #receivePanel .received-summary-icon{
  background:#e8f0ff!important;
  background-image:none!important;
  color:#1f4fd1!important;
}
html.okpan-transfer-embedded .status-dot,
html.okpan-transfer-embedded .incoming-progress-track>i,
html.okpan-transfer-embedded .progress-track i{
  background:#1f4fd1!important;
  background-image:none!important;
}
html.okpan-transfer-embedded .status-pill,
html.okpan-transfer-embedded .side-help,
html.okpan-transfer-embedded .connection-safety-notice{
  border-color:#afc5ff!important;
  background:#e8f0ff!important;
  color:#173b9f!important;
}
html.okpan-transfer-embedded .workspace-title-icon,
html.okpan-transfer-embedded .workspace-benefit svg,
html.okpan-transfer-embedded .peer-box svg,
html.okpan-transfer-embedded .route-arrow,
html.okpan-transfer-embedded .share-link-line strong,
html.okpan-transfer-embedded .incoming-progress-percent{
  color:#1f4fd1!important;
}
html.okpan-transfer-embedded .upload-zone{
  border-color:#afc5ff!important;
  background:#f8faff!important;
  background-image:none!important;
}
html.okpan-transfer-embedded .transfer-progress-panel{
  border:1px solid #dce1ed!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 48px rgba(31,43,78,.16)!important
}
html.okpan-transfer-embedded .transfer-progress-head{border-color:#e2e6ef!important;background:#f8f9fc!important}
html.okpan-transfer-embedded .transfer-progress-icon{border-radius:10px!important;background:#e8f0ff!important;color:#3569e8!important}
html.okpan-transfer-embedded .progress-window-btn{border-color:#dce1eb!important;border-radius:9px!important;background:#fff!important;color:#626b7d!important}
html.okpan-transfer-embedded .progress-add-btn{background:#3569e8!important;color:#fff!important;border-color:#3569e8!important}
html.okpan-transfer-embedded .file-item{border-color:#e1e5ed!important;border-radius:11px!important;background:#fff!important}
html.okpan-transfer-embedded .progress-track{background:#edf2f8!important}
html.okpan-transfer-embedded .progress-track i{background:linear-gradient(90deg,#3569e8,#5f82e6)!important}
html.okpan-transfer-embedded .transfer-progress-footer{border-color:#e2e6ef!important;background:#fafbfc!important}

/* HOTFIX92: stable first layout in an iOS user-center iframe and lighter motion. */
html.okpan-transfer-embedded,
html.okpan-transfer-embedded body,
html.okpan-transfer-embedded main,
html.okpan-transfer-embedded .workspace-section,
html.okpan-transfer-embedded .workspace-section>.container,
html.okpan-transfer-embedded .workspace-shell,
html.okpan-transfer-embedded .workspace-grid,
html.okpan-transfer-embedded .transfer-main,
html.okpan-transfer-embedded .panel-view{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
html.okpan-transfer-embedded{
  --okpan-transfer-motion:150ms;
  --okpan-transfer-ease:cubic-bezier(.22,.72,.24,1);
}
html.okpan-transfer-embedded :is(button,a,.mode-btn,.small-btn,.upload-zone,.file-item,.progress-window-btn){
  transition-duration:var(--okpan-transfer-motion)!important;
  transition-timing-function:var(--okpan-transfer-ease)!important;
  touch-action:manipulation;
}
html.okpan-transfer-embedded.okpan-transfer-layout-refreshing .workspace-shell{
  opacity:.999;
}
html.okpan-transfer-embedded .workspace-section{
  -webkit-overflow-scrolling:touch;
}
@media(max-width:700px){
  html.okpan-transfer-embedded .workspace-shell{
    transform:translateZ(0);
  }
  html.okpan-transfer-embedded .workspace-head,
  html.okpan-transfer-embedded .workspace-shell{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}
@media(prefers-reduced-motion:reduce){
  html.okpan-transfer-embedded *,
  html.okpan-transfer-embedded *::before,
  html.okpan-transfer-embedded *::after{
    animation-duration:1ms!important;
    animation-iteration-count:1!important;
    transition-duration:1ms!important;
  }
}
@media(max-width:700px){
  html.okpan-transfer-embedded .workspace-shell{border-radius:10px!important}
  html.okpan-transfer-embedded .workspace-head{padding:10px!important}
}

/* Embedded receive mode: compact controls, maximum room for incoming files. */
html.okpan-transfer-embedded .workspace-grid:has(#receivePanel.active){grid-template-columns:minmax(0,1fr) 300px!important;min-height:calc(100vh - 112px)!important}
html.okpan-transfer-embedded .transfer-main:has(#receivePanel.active){display:flex!important;padding:16px!important;min-height:0!important}
html.okpan-transfer-embedded #receivePanel.active{display:flex!important;flex:1 1 auto!important;min-width:0!important;min-height:0!important}
html.okpan-transfer-embedded #receivePanel .receive-form{
  width:100%!important;min-height:100%!important;padding:18px!important;display:grid!important;
  grid-template-rows:auto auto auto auto minmax(360px,1fr)!important;align-content:stretch!important
}
html.okpan-transfer-embedded #receivePanel .receive-form h3{font-size:18px!important;line-height:1.3!important}
html.okpan-transfer-embedded #receivePanel .receive-form>p{margin:4px 0 12px!important;font-size:12px!important;line-height:1.45!important}
html.okpan-transfer-embedded #receivePanel .code-input-row{gap:8px!important}
html.okpan-transfer-embedded #receivePanel .code-input{height:44px!important;border-color:#dce1ed!important;border-radius:9px!important;background:#f7f8fb!important;font-size:18px!important}
html.okpan-transfer-embedded #receivePanel .code-input[readonly]{background:#eef0f5!important;color:#697184!important}
html.okpan-transfer-embedded #receivePanel .primary-action{min-height:44px!important;padding:0 20px!important}
html.okpan-transfer-embedded #receivePanel .received-summary{margin:10px 0 6px!important}
html.okpan-transfer-embedded #receivePanel .received-summary-icon{background:#e8f0ff!important;color:#3569e8!important}
html.okpan-transfer-embedded #receivePanel .receive-wait{
  width:100%!important;min-height:360px!important;height:100%!important;margin-top:8px!important;padding:18px!important;
  border-color:#afc5ff!important;border-radius:12px!important;background:#e8f0ff!important;overflow:hidden!important
}
html.okpan-transfer-embedded #receivePanel .receive-wait.has-received{
  min-height:360px!important;height:100%!important;padding:12px!important;border-style:solid!important;background:#e8f0ff!important
}
html.okpan-transfer-embedded #receivePanel .received-file-list{
  flex:1 1 auto!important;min-height:260px!important;max-height:none!important;height:100%!important;
  border:0!important;border-radius:0!important;background:transparent!important
}
html.okpan-transfer-embedded #receivePanel .received-file-row{border-color:#e5e8f0!important;background:transparent!important}
html.okpan-transfer-embedded #receivePanel .received-file-row:hover{background:#e8f0ff!important}
html.okpan-transfer-embedded #receivePanel .received-file-action{border-color:#d8deeb!important;background:#f3f5fb!important;color:#1f4fd1!important}
@media(max-width:900px){
  html.okpan-transfer-embedded .workspace-grid:has(#receivePanel.active){display:block!important;min-height:0!important}
  html.okpan-transfer-embedded .transfer-main:has(#receivePanel.active){padding:8px!important}
  html.okpan-transfer-embedded #receivePanel .receive-form{padding:12px!important;grid-template-rows:auto auto auto auto minmax(330px,1fr)!important}
  html.okpan-transfer-embedded #receivePanel .receive-wait,
  html.okpan-transfer-embedded #receivePanel .receive-wait.has-received{min-height:330px!important}
}

/* Shared receiver page: compact header and a full-height incoming-file area. */
.workspace-grid:has(#receivePanel.active){grid-template-columns:minmax(0,1fr) 300px;min-height:620px}
.transfer-main:has(#receivePanel.active){display:flex;padding:0;min-height:0}
#receivePanel.active{display:flex;flex:1 1 auto;min-width:0;min-height:0}
#receivePanel .receive-form{
  position:relative;width:100%;min-height:100%;display:grid;grid-template-rows:auto auto auto minmax(390px,1fr);align-content:stretch;padding:20px;border:0;background:transparent
}
#receivePanel .receive-form h3{font-size:19px;line-height:1.3}
#receivePanel .receive-form>p{margin:4px 0 12px;font-size:12px;line-height:1.45}
#receivePanel .received-summary{position:absolute;z-index:2;top:18px;right:20px;max-width:300px;margin:0;justify-content:flex-end;text-align:left}
#receivePanel .receive-wait,#receivePanel .receive-wait.has-received{min-height:390px;height:100%;margin-top:8px;overflow:hidden;border:0;background:transparent}
#receivePanel .received-file-list{flex:1 1 auto;min-height:290px;max-height:none;height:100%;border:0;border-radius:0;background:transparent}
@media(max-width:900px){
  .workspace-grid:has(#receivePanel.active){display:block;min-height:0}
  .transfer-main:has(#receivePanel.active){padding:0}
  #receivePanel .receive-form{padding:14px;grid-template-rows:auto auto auto minmax(340px,1fr)}
  #receivePanel .received-summary{top:11px;right:14px;max-width:52%;justify-content:flex-end}
  #receivePanel .received-summary-icon{display:none}
  #receivePanel .received-summary-copy b,#receivePanel .received-summary-copy span{text-align:right}
  #receivePanel .receive-wait,#receivePanel .receive-wait.has-received{min-height:340px}
}

/* User-center embed: remove the extra framed canvas and use the full panel. */
html.okpan-transfer-embedded .workspace-section{
  width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important;background:#fff!important
}
html.okpan-transfer-embedded .workspace-section>.container.workspace-shell{
  width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important
}
html.okpan-transfer-embedded .workspace-head{border-radius:0!important}
@media(max-width:700px){
  html.okpan-transfer-embedded .workspace-section{padding:0!important}
  html.okpan-transfer-embedded .workspace-section>.container.workspace-shell{min-height:100dvh!important;border-radius:0!important}
}

/* Transfer queue: neutral flat rows and the shared OKPAN indigo action. */
#transferProgressPanel #fileQueue{gap:0!important;background:transparent!important}
#transferProgressPanel #fileQueue .file-item,
html.okpan-transfer-embedded #transferProgressPanel #fileQueue .file-item{
  border:0!important;border-bottom:1px solid #e2e6ef!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important
}
#transferProgressPanel #fileQueue .file-item:last-child{border-bottom:0!important}
.transfer-progress-footer,
html.okpan-transfer-embedded .transfer-progress-footer{border-color:#e2e6ef!important;background:#fff!important}
.mobile-progress-start{
  border-color:#b8872e!important;background:linear-gradient(135deg,#d8b45c,#b8872e)!important;
  color:#fff!important;box-shadow:0 8px 20px rgba(184,135,46,.24)!important
}
.mobile-progress-start:hover:not(:disabled){background:linear-gradient(135deg,#cba44d,#a97824)!important;box-shadow:0 10px 24px rgba(184,135,46,.28)!important}
html.okpan-transfer-embedded .mobile-progress-start{
  border-color:#3569e8!important;background:#3569e8!important;background-image:none!important;
  color:#fff!important;box-shadow:0 8px 20px rgba(31,79,209,.20)!important
}
html.okpan-transfer-embedded .mobile-progress-start:hover:not(:disabled){background:#1f4fd1!important;background-image:none!important;box-shadow:0 10px 24px rgba(31,79,209,.24)!important}

/* v101: keep the add menu horizontal and usable in real iOS Safari. */
.transfer-progress-panel{overflow:visible!important}
.transfer-progress-head{border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}
.transfer-progress-footer{border-radius:0 0 16px 16px}
.progress-add-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.progress-add-menu{
  top:auto!important;right:0!important;bottom:calc(100% + 8px)!important;width:190px!important;min-width:190px!important;
  z-index:1405!important;box-sizing:border-box!important
}
.progress-add-option{
  box-sizing:border-box!important;width:100%!important;min-width:0!important;white-space:nowrap!important;
  word-break:keep-all!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
.progress-add-option span{display:block!important;white-space:nowrap!important;word-break:keep-all!important;writing-mode:horizontal-tb!important}
@media(max-width:760px){
  .progress-add-menu{right:0!important;left:auto!important;width:176px!important;min-width:176px!important}
}

/* HOTFIX83 final cascade lock for embedded and receive/queue states. */
html.okpan-transfer-embedded .mode-btn.active,
html.okpan-transfer-embedded .primary-action,
html.okpan-transfer-embedded .upload-action,
html.okpan-transfer-embedded .progress-add-btn,
html.okpan-transfer-embedded .mobile-progress-start{
  border-color:#1f4fd1!important;background:#1f4fd1!important;background-image:none!important;
  color:#fff!important;box-shadow:0 8px 18px rgba(31,79,209,.20)!important
}
html.okpan-transfer-embedded .workspace-title-icon,
html.okpan-transfer-embedded .upload-icon,
html.okpan-transfer-embedded .security-icon,
html.okpan-transfer-embedded .transfer-progress-icon,
html.okpan-transfer-embedded #receivePanel .received-summary-icon{
  background:#e8f0ff!important;background-image:none!important;color:#1f4fd1!important
}
html.okpan-transfer-embedded .status-dot,
html.okpan-transfer-embedded .incoming-progress-track>i,
html.okpan-transfer-embedded .progress-track i{
  background:#1f4fd1!important;background-image:none!important
}
html.okpan-transfer-embedded .status-pill,
html.okpan-transfer-embedded .side-help,
html.okpan-transfer-embedded .connection-safety-notice{
  border-color:#afc5ff!important;background:#e8f0ff!important;color:#173b9f!important
}
html.okpan-transfer-embedded .workspace-title-icon,
html.okpan-transfer-embedded .workspace-benefit svg,
html.okpan-transfer-embedded .peer-box svg,
html.okpan-transfer-embedded .route-arrow,
html.okpan-transfer-embedded .share-link-line strong,
html.okpan-transfer-embedded .incoming-progress-percent,
html.okpan-transfer-embedded .connection-safety-notice>svg{
  color:#1f4fd1!important;stroke:currentColor!important
}
html.okpan-transfer-embedded .upload-zone{
  border-color:#afc5ff!important;background:#f8faff!important;background-image:none!important
}

/* HOTFIX92 final ownership: use the real iframe viewport before the first send layout. */
html.okpan-transfer-embedded,html.okpan-transfer-embedded body,html.okpan-transfer-embedded main,
html.okpan-transfer-embedded .workspace-section,html.okpan-transfer-embedded .workspace-section>.container,
html.okpan-transfer-embedded .workspace-shell,html.okpan-transfer-embedded .workspace-grid,
html.okpan-transfer-embedded .transfer-main,html.okpan-transfer-embedded .panel-view{
  box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important
}
html.okpan-transfer-embedded :is(button,a,.mode-btn,.small-btn,.upload-zone,.file-item,.progress-window-btn){
  transition-duration:var(--okpan-transfer-motion)!important;transition-timing-function:var(--okpan-transfer-ease)!important;touch-action:manipulation
}
@media(max-width:700px){
  html.okpan-transfer-embedded .workspace-shell{transform:translateZ(0);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}
