@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(montserrat-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(montserrat-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(montserrat-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(montserrat-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(montserrat-4.ttf) format('truetype');
}

:root{--blue:#235abe;--ink:#27334a;--muted:#5b6c83;--line:#d9e3f4;--pale:#f3f6fd;--red:#b32c20;--green:#27725b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);font-size:17px;line-height:1.7;background:white}a{color:var(--blue);text-underline-offset:4px}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #edb235;outline-offset:4px}h1,h2,h3,p,figure{margin:0}p+p{margin-top:18px}h1{font-size:clamp(36px,4.5vw,58px);line-height:1.14;letter-spacing:-1.8px;max-width:680px}h2{font-size:clamp(27px,3vw,36px);line-height:1.24;letter-spacing:-.6px;margin-bottom:22px}h3{font-size:21px;line-height:1.4}strong{font-weight:700}.container{width:min(1160px,calc(100% - 64px));margin:auto}.draft-bar{background:#fff6dc;color:#6f511c;font-size:13px;padding:9px 0}.draft-bar .container{display:flex;justify-content:space-between;gap:16px}.draft-bar strong:before{content:'●';margin-right:8px;color:#b77900}header{background:var(--blue);color:white;border-bottom:1px solid #ffffff2a}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:97px;gap:20px}.header-inner img{width:140px;height:auto}.header-right{display:flex;align-items:center;gap:30px}.header-right>span{font-size:14px;font-weight:600}.languages{border:1px solid #ffffff60;border-radius:30px;padding:4px;display:flex;gap:3px}.languages a{font-size:13px;font-weight:700;border-radius:50%;color:white;text-decoration:none;padding:8px 10px}.languages a[aria-current]{background:white;color:var(--blue)}.hero{background:var(--blue);color:white;padding:70px 0 76px}.hero-grid{display:grid;grid-template-columns:1.18fr 1fr;align-items:center;gap:60px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-weight:700;font-size:12px;margin-bottom:18px}.hero .eyebrow{color:#caddff}.lead{font-size:19px;line-height:1.7;margin-top:25px;max-width:650px}.hero-graphic{background:#ffffff0e;border:1px solid #ffffff35;border-radius:28px;padding:36px 22px;display:grid;grid-template-columns:1fr 18px 1fr 18px 1fr;align-items:center;gap:5px}.hero-graphic>div{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;font-size:12px;line-height:1.5}.hero-graphic .icon{width:80px;height:95px}.hero-graphic>b{color:#d4e0ff;font-size:23px}.icon{width:84px;height:80px;display:inline-block;flex:none}.start{padding-top:38px}.start h2{font-size:21px;margin-bottom:16px}.choices{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:12px}.choices a{display:flex;align-items:center;justify-content:space-between;gap:15px;text-decoration:none;border:1px solid var(--line);border-radius:12px;padding:18px 19px;font-size:14px;font-weight:600;background:white}.choices a:hover{background:var(--pale);border-color:var(--blue)}.choices a span{font-size:22px}.steps-nav{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:32px 0 20px;gap:16px}.steps-nav a{text-decoration:none;font-size:13px;font-weight:600;display:flex;gap:10px;align-items:center}.steps-nav span{color:#fff;background:var(--blue);width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:11px}.step{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:68px 0;align-items:center}.number{font-size:13px;letter-spacing:2px;font-weight:700;color:var(--blue);margin-bottom:16px}.step h2{max-width:480px}.note{border-left:3px solid #a8c2f6;padding-left:18px;color:var(--muted);font-size:14px}.figure{min-width:0}.figure figcaption,.share-demo figcaption{font-size:11px;color:var(--muted);line-height:1.6;margin-top:16px}.file-window{background:#f5f8fe;border:1px solid #bdcfee;border-radius:18px;overflow:hidden}.window-top{padding:13px 19px;background:#e5edfb;border-bottom:1px solid #c6d6ef;display:flex;align-items:center;gap:20px;font-size:12px;font-weight:600}.dots{color:#8aa4ca;font-size:10px;letter-spacing:3px}.file-flow{display:grid;grid-template-columns:1fr .65fr 1.1fr;align-items:center;gap:8px;padding:30px 17px}.source-files,.destination{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:12px;line-height:1.4;gap:10px}.destination strong{font-size:17px}.destination small{font-size:11px;max-width:130px}.flow-arrow{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:11px;text-align:center}.flow-arrow .icon{width:66px;height:30px}.file-stack{display:flex;gap:4px}.file-stack i{width:14px;height:18px;border:1px solid #9eb3d4;background:white;border-radius:2px}.progress-line{margin:0 24px 24px;display:flex;align-items:center;gap:15px;color:var(--green);font-size:11px}.progress-line span{height:6px;background:#70ab98;flex:1;border-radius:5px}.pale{background:var(--pale)}.os-switch{display:flex;gap:5px;background:#e3eafa;padding:5px;border-radius:11px;width:max-content;max-width:100%;margin:22px 0 17px}.os-switch button{border:0;border-radius:8px;color:var(--muted);padding:10px 16px;font-size:14px;font-weight:600;background:transparent}.os-switch button[aria-pressed=true]{background:var(--blue);color:white}.archive-demo{background:white;border:1px solid #cbd9ee;border-radius:18px;padding:24px}.folder-selected{display:flex;align-items:center;gap:13px;font-size:15px;padding:5px 13px;border:1px solid #cad9f5;border-radius:8px;width:max-content;background:#eef4ff}.folder-selected .icon{width:53px;height:42px}.context-menu{margin:18px 0;border:1px solid #d6e0ef;border-radius:10px;padding:8px;box-shadow:0 10px 28px #233b6d0c}.menu-row{font-size:12px;padding:10px 11px;border-radius:7px;display:flex;justify-content:space-between;gap:12px;line-height:1.5}.menu-row.selected{background:var(--blue);color:white;font-weight:600}.zip-result{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding-top:20px}.zip-result>.icon{width:55px;height:68px}.zip-result div{display:flex;flex-direction:column;gap:2px}.zip-result small{font-size:11px;color:var(--muted)}.zip-result strong{font-size:17px}.zip-result>b{margin-left:auto;color:var(--green);width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#eaf5ef}.send-section{padding:70px 0}.measure{max-width:800px}.ready-note{font-size:14px;color:var(--muted);max-width:820px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;margin-top:30px}.contact-card{border:1px solid var(--line);border-radius:18px;padding:28px;min-width:0}.contact-card .eyebrow{color:var(--muted);font-size:11px;margin-bottom:8px}.contact-card h3{font-size:27px;margin-bottom:15px}.contact-card p:not(.eyebrow){font-size:15px}.telegram{background:var(--pale)}.handle{font-size:18px;color:var(--blue);display:block;margin-bottom:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--red);border:1px solid var(--red);color:white;text-decoration:none;border-radius:28px;padding:12px 22px;font-size:14px;font-weight:700;line-height:1.5;min-height:46px}.contact-card .button{margin-top:23px}.button:hover{filter:brightness(.95)}.button.secondary{background:white;color:var(--blue);border-color:#acc3ed}.address{display:flex;align-items:center;gap:12px;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;margin-top:20px}.address a{font-size:16px;font-weight:600;overflow-wrap:anywhere}.copy{background:var(--pale);color:var(--blue);border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:11px;min-height:38px}.address-note{display:flex;align-items:flex-start;gap:17px;margin-top:26px;padding:22px 24px;border-radius:12px;background:#fff7e8;color:#674915}.address-note>b{border:1px solid #c2964c;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;flex:none;font-size:17px;line-height:1}.address-note h3{font-size:17px;margin-bottom:7px}.address-note p{font-size:14px;margin:0}.large-file{margin-top:26px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.large-file>summary{font-size:17px;font-weight:700;padding:22px 24px;cursor:pointer;background:var(--pale)}.large-inner{padding:28px;display:grid;grid-template-columns:1.25fr 1fr;gap:32px;font-size:14px}.large-inner ol{padding-left:22px}.large-inner li{padding-left:5px;margin-bottom:14px}.share-demo{border:1px solid var(--line);padding:23px;border-radius:12px;align-self:start;background:#f8faff;min-width:0}.share-demo>div:first-child{display:flex;align-items:center;gap:14px}.share-demo .icon{width:35px;height:46px}.access-status{color:var(--green);font-size:12px;margin:20px 0}.viewer-row{font-size:11px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;border-block:1px solid var(--line);padding:14px 0;overflow-wrap:anywhere}.viewer-row b{font-weight:500;color:var(--muted)}.mock-button{display:block;font-size:12px;border:1px solid #aec4ed;border-radius:20px;padding:8px 14px;color:var(--blue);margin-top:21px;text-align:center}.source-inline{color:var(--muted)}.subject{font-size:14px;border-left:3px solid #a8c2f6;padding-left:17px}.small{font-size:13px}.message-card{border:1px solid #ccd9ef;background:white;border-radius:18px;padding:24px;min-width:0}.message-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.message-heading .icon{width:32px;height:30px}.message-heading h3{font-size:17px}textarea{width:100%;min-height:330px;resize:vertical;background:#f7f9fd;color:var(--ink);border:1px solid var(--line);border-radius:9px;padding:16px;font-size:13px;line-height:1.8;display:block}.message-card .button{margin-top:18px}.help-section{display:grid;grid-template-columns:70px 1fr;gap:28px;padding:70px 0;max-width:950px}.help-icon{width:62px;height:62px;border-radius:50%;background:#e6edfb;color:var(--blue);font-size:32px;font-weight:600;display:grid;place-items:center}.help-section h2{font-size:30px}.help-section .button{margin-top:24px}.centre-text{margin-top:18px;font-size:13px}.centre-text textarea{margin-top:15px;min-height:210px}.centre-text summary{color:var(--blue);cursor:pointer}.check-section{background:var(--blue);color:white;padding:52px 0}.check-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px}.check-grid h2{font-size:32px}.check-grid .eyebrow{font-size:24px;margin-bottom:10px}.progress-label{font-size:14px;color:#d3e2ff}.review{font-size:14px;font-weight:600;max-width:350px;color:#e0eaff}.checklist{display:flex;flex-direction:column;gap:16px}.checklist label{display:flex;gap:15px;align-items:flex-start;cursor:pointer;font-size:15px;line-height:1.55;padding:15px;border:1px solid #ffffff40;border-radius:10px}.checklist input{width:20px;height:20px;margin:2px 0 0;flex:none;accent-color:white}.checklist label:has(input:checked){background:#ffffff15}footer{padding:34px 0 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.footer-top strong{font-size:15px}.print-button{border:1px solid var(--line);border-radius:8px;background:white;padding:9px 13px;color:var(--blue);font-size:12px}.sources{margin-top:24px;font-size:12px;color:var(--muted)}.sources summary{cursor:pointer;color:var(--blue)}.sources ul{display:flex;flex-wrap:wrap;gap:12px 30px;padding-left:18px}.draft-footer{color:var(--muted);margin-top:24px!important}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:13px 24px;background:#20334e;color:white;box-shadow:0 6px 24px #15254430;border-radius:12px;font-size:14px;z-index:10;max-width:calc(100% - 32px);text-align:center}[hidden]{display:none!important}
@media(max-width:900px){.container{width:calc(100% - 40px)}.hero-grid{gap:26px;grid-template-columns:1.15fr 1fr}.hero-graphic{padding:25px 12px}.hero-graphic .icon{width:60px;height:75px}.step{gap:30px}.header-right>span{display:none}.address{align-items:flex-start;flex-direction:column;gap:8px}.contact-grid{grid-template-columns:1fr 1.2fr}.large-inner{grid-template-columns:1fr}.share-demo{max-width:450px;width:100%}.choices{grid-template-columns:1fr}.steps-nav{gap:7px}.steps-nav a{font-size:11px;gap:7px}.check-grid{gap:30px}}
@media(max-width:620px){body{font-size:16px;line-height:1.75}.container{width:calc(100% - 36px)}.draft-bar{font-size:10px}.draft-bar .container{gap:10px}.header-inner{min-height:80px}.header-inner img{width:115px}.languages a{font-size:11px;padding:7px 9px}.hero{padding:40px 0}.hero-grid{grid-template-columns:1fr;gap:30px}h1{font-size:37px;letter-spacing:-1px}.lead{font-size:16px;margin-top:22px}.hero .eyebrow{font-size:10px}.hero-graphic{padding:20px 13px}.hero-graphic .icon{width:61px;height:69px}.hero-graphic>div{font-size:11px}.hero-graphic{grid-template-columns:1fr 15px 1fr 15px 1fr;gap:4px}.start{padding-top:27px}.choices a{padding:14px 16px;font-size:13px}.steps-nav{grid-template-columns:repeat(2,1fr);gap:12px;padding-top:25px}.steps-nav a{font-size:12px}.step{grid-template-columns:1fr;padding:43px 0;gap:26px}.number{font-size:12px;margin-bottom:10px}h2{font-size:28px;margin-bottom:19px}.figure figcaption{font-size:10px}.file-flow{padding-inline:10px}.flow-arrow .icon{width:48px}.archive-demo{padding:20px}.menu-row{font-size:11px}.os-switch button{padding:10px 14px;font-size:13px}.send-section{padding:43px 0}.contact-grid{grid-template-columns:1fr;gap:17px;margin-top:24px}.contact-card{padding:23px}.contact-card h3{font-size:25px}.address{flex-direction:row;align-items:center;gap:10px}.address a{font-size:13px}.copy{font-size:10px;padding:7px}.address-note{padding:18px;gap:12px}.address-note h3{font-size:16px}.address-note p{font-size:13px}.large-file>summary{font-size:15px;padding:19px}.large-inner{padding:19px}.share-demo{padding:18px}.message-card{padding:20px}textarea{font-size:12px;min-height:356px}.help-section{grid-template-columns:1fr;gap:16px;padding:43px 0}.help-icon{width:46px;height:46px;font-size:25px}.help-section h2{font-size:27px}.check-section{padding:35px 0}.check-grid{grid-template-columns:1fr;gap:25px}.check-grid h2{font-size:28px}.checklist label{font-size:14px}.footer-top{align-items:flex-start;flex-direction:column;gap:14px}.sources ul{display:block}.sources li{margin-top:10px}.button{font-size:12px;padding:12px 18px}.toast{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{body{font-family:Arial,sans-serif;font-size:10pt;line-height:1.45}.container{width:100%}.draft-bar{font-size:9pt;padding:5px 0}.header-inner{min-height:55px}header,.hero,.check-section{background:white!important;color:#172b4a!important}.header-inner img{background:var(--blue);padding:5px;width:100px}.header-right>span{display:block;color:#172b4a}.languages,.choices,.steps-nav,.os-switch,.copy,.print-button,.button,.toast{display:none!important}.hero{padding:25px 0}.hero-grid{grid-template-columns:1.2fr 1fr;gap:25px}h1{font-size:28pt}h2{font-size:20pt!important}.hero .eyebrow,.hero-graphic>b{color:var(--blue)}.hero-graphic{border-color:var(--line)}.lead{font-size:11pt}.start{display:none}.step{padding:25px 0;gap:25px}.step h2{max-width:none}.step,.contact-grid,.message-section,.help-section,.check-grid{break-inside:avoid}.contact-grid{margin-top:15px}.contact-card{padding:15px}.send-section{padding:25px 0}.address a{font-size:10pt}.contact-card p:not(.eyebrow){font-size:10pt}.large-inner{display:block;padding:15px}.large-file{break-before:auto;break-inside:avoid}.share-demo{display:none}.large-file>summary{font-size:12pt;padding:10px}.help-section{padding:25px 0;gap:15px;grid-template-columns:40px 1fr}.help-icon{width:35px;height:35px;font-size:22px}.check-section{padding:20px 0}.check-grid{gap:25px}.checklist label{border-color:var(--line);font-size:10pt;padding:8px}.review,.progress-label{color:var(--ink);font-size:10pt}.check-grid .eyebrow{color:var(--blue)}.progress-label{display:none}textarea{font-family:Arial,sans-serif;font-size:9pt;min-height:270px;border:0;background:white;overflow:visible}.centre-text textarea{min-height:160px}.message-heading h3{font-size:12pt}.message-card{padding:15px}.sources{font-size:8pt}footer{padding:20px 0}.pale{background:white}.note,.small,.ready-note{font-size:9pt}.eyebrow{font-size:8pt}.file-window,.archive-demo{break-inside:avoid}.figure figcaption{font-size:8pt}.draft-footer{border-top:1px solid #ccc;padding-top:10px}.print-message{white-space:pre-wrap;font:9pt/1.5 Arial,sans-serif}}

.transfer-guide{margin:30px 0 42px;border:1px solid #cbd9ee;border-radius:20px;padding:30px;background:#f8faff}
.transfer-guide>h3{font-size:25px;line-height:1.3}
.transfer-flow{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;align-items:center;gap:12px;padding:25px 20px;margin:24px 0 32px;border:1px solid var(--line);border-radius:14px;background:white}
.transfer-flow>div{display:flex;align-items:center;justify-content:center;gap:15px;font-weight:600;font-size:14px;line-height:1.4}
.transfer-flow .icon{width:52px;height:61px}
.transfer-flow>b{text-align:center;color:var(--blue);font-size:24px}
.transfer-grid{display:grid;grid-template-columns:1.45fr 1fr;align-items:start;gap:38px}
.service-heading{font-size:22px;margin-bottom:12px}
.service-intro{font-size:14px;color:var(--muted)}
.upload-steps{padding:0;margin:25px 0;list-style:none;counter-reset:upload}
.upload-steps li{counter-increment:upload;display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}
.upload-steps li:before{content:counter(upload);width:28px;height:28px;display:grid;place-items:center;background:var(--blue);color:white;border-radius:50%;font-size:12px;font-weight:700;flex:none;margin-top:1px}
.upload-steps h4{font-size:16px;line-height:1.5;margin:0 0 5px}
.upload-steps p{font-size:14px;line-height:1.7;margin:0}
.transfer-example{background:white;width:100%;max-width:none}
.transfer-example .upload-complete{color:var(--green);font-size:12px;font-weight:600;margin:18px 0 8px}
.upload-bar{height:5px;background:#72ab98;border-radius:4px;margin-bottom:26px}
.example-label{font-size:12px;color:var(--muted);margin-top:0}
.transfer-example .access-status{margin:12px 0}
.transfer-example .mock-button{display:flex;align-items:center;justify-content:center;gap:8px}
.transfer-example .mock-button .icon{width:22px;height:22px}
.transfer-alternative{margin-top:30px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}
.transfer-alternative summary{padding:20px;font-size:17px;font-weight:700;cursor:pointer;color:var(--blue)}
.transfer-alternative>div{padding:0 24px 24px;font-size:14px}
.transfer-alternative ol{padding-left:22px;margin-top:0}
.transfer-alternative li{padding-left:5px;margin-bottom:13px}
.transfer-limits,.transfer-privacy{font-size:13px;line-height:1.7;color:var(--muted);margin-top:22px}
.transfer-reminder{padding:22px 24px;margin-top:25px;border-left:4px solid var(--blue);border-radius:0 12px 12px 0;background:#eaf0fc}
.transfer-reminder h3{font-size:17px;margin-bottom:9px}
.transfer-reminder p{font-size:14px;margin:0}
.send-heading{font-size:27px;scroll-margin-top:24px}
.gmail-note{margin-top:22px}
@media(max-width:900px){.transfer-guide{padding:24px}.transfer-grid{gap:24px;grid-template-columns:1.25fr 1fr}.transfer-flow>div{flex-direction:column;text-align:center;font-size:12px;gap:10px}.transfer-example{padding:18px}.transfer-example .viewer-row{font-size:10px}}
@media(max-width:620px){.transfer-guide{padding:18px;margin:25px 0 32px;border-radius:15px}.transfer-guide>h3{font-size:23px}.transfer-flow{gap:4px;padding:16px 8px;grid-template-columns:1fr 14px 1fr 14px 1fr;margin:20px 0 28px}.transfer-flow .icon{width:40px;height:46px}.transfer-flow>div{font-size:10px}.transfer-flow>b{font-size:18px}.transfer-grid{grid-template-columns:1fr;gap:26px}.service-heading{font-size:21px}.upload-steps li{gap:11px}.upload-steps h4{font-size:15px}.upload-steps p{font-size:14px}.upload-steps li:before{width:24px;height:24px;font-size:11px}.transfer-example .viewer-row{font-size:12px}.transfer-alternative summary{padding:17px;font-size:16px}.transfer-alternative>div{padding:0 17px 17px}.transfer-reminder{padding:18px}.transfer-reminder h3{font-size:16px}.transfer-reminder p{font-size:13px}.send-heading{font-size:25px}}
@media print{.transfer-guide{padding:15px;margin:20px 0;background:white;break-inside:auto}.transfer-guide>h3{font-size:16pt}.transfer-flow{padding:12px;margin:15px 0;break-inside:avoid}.transfer-flow>div{font-size:10pt}.transfer-flow .icon{width:35px;height:40px}.transfer-grid{display:block}.service-heading{font-size:13pt}.service-intro,.upload-steps p,.transfer-alternative>div{font-size:10pt}.upload-steps h4{font-size:11pt}.upload-steps li{break-inside:avoid;margin-bottom:12px}.transfer-example{display:none}.transfer-alternative{break-inside:avoid;margin-top:15px}.transfer-alternative summary{font-size:12pt;padding:12px}.transfer-reminder{break-inside:avoid}.transfer-limits,.transfer-privacy{font-size:9pt}.send-heading{font-size:16pt}}

.brand{display:block;line-height:0}.guide-breadcrumb{display:flex;flex-wrap:wrap;gap:8px 12px;padding:20px 0;font-size:12px;color:var(--muted)}.guide-breadcrumb a{white-space:nowrap}.footer-bottom{display:flex;gap:15px 24px;flex-wrap:wrap;align-items:center;margin:24px 0;font-size:13px}.privacy-button{padding:0;border:0;background:transparent;color:var(--blue);text-decoration:underline;text-underline-offset:4px}.editorial-note{border-top:1px solid var(--line);padding-top:24px;margin-top:24px;font-size:13px}.editorial-note nav{display:flex;flex-wrap:wrap;gap:6px 12px}.editorial-note p{font-size:inherit}.content-dialog{border:1px solid var(--line);border-radius:16px;max-width:760px;width:calc(100% - 32px);max-height:85vh;padding:28px;color:var(--ink);background:white;font-size:15px;line-height:1.7}.content-dialog::backdrop{background:#13254699}.dialog-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.dialog-top h2{font-size:26px;margin:0}.icon-button{width:40px;height:40px;border:1px solid var(--line);background:white;border-radius:50%;font-size:25px;color:var(--blue);flex:none}.content-dialog h3{margin-top:24px}.content-dialog p+p{margin-top:16px}.analytics-consent h2{font-size:20px;letter-spacing:0}.analytics-consent p{font-size:14px}.analytics-consent button{line-height:1.4}.analytics-settings{font-size:13px}.guide-callout{margin:24px 0}.guide-callout .button{margin-top:16px}@media(max-width:620px){.guide-breadcrumb{font-size:11px;padding:15px 0;gap:5px 10px}.content-dialog{padding:20px}.content-dialog h2{font-size:24px}.footer-bottom{display:grid;gap:14px}.privacy-button{text-align:left}}@media print{.guide-breadcrumb,.footer-bottom,.analytics-settings,.analytics-consent{display:none!important}.content-dialog:not([open]){display:none}.editorial-note{font-size:9pt}}
.patient-file-name{min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.4}.destination .patient-file-name{font-size:14px}.folder-selected{width:fit-content;max-width:100%}.folder-selected .patient-file-name,.share-demo .patient-file-name{font-size:14px}.folder-selected .icon,.zip-result>.icon,.zip-result>b,.share-demo .icon{flex-shrink:0}.zip-result>div{min-width:0}.zip-result .patient-file-name{font-size:14px}

.guide-home-link{display:block;line-height:0}.guide-breadcrumb{scroll-margin-top:90px}
