.ResourcesPage-module__YJ0XnG__pageWrapper{background:0 0;min-height:100vh}.ResourcesPage-module__YJ0XnG__mainSection{padding:60px 0 100px}.ResourcesPage-module__YJ0XnG__container{max-width:1200px;margin:0 auto;padding:0 5%}.ResourcesPage-module__YJ0XnG__controls{flex-direction:column;gap:32px;margin-bottom:56px;display:flex}.ResourcesPage-module__YJ0XnG__searchBox{width:100%;max-width:600px;position:relative}.ResourcesPage-module__YJ0XnG__searchIcon{color:var(--MU);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.ResourcesPage-module__YJ0XnG__searchBox input{background:#fff;border:1px solid #1b43701a;border-radius:16px;width:100%;padding:16px 16px 16px 48px;font-size:1rem;transition:all .3s;box-shadow:0 4px 12px #00000005}.ResourcesPage-module__YJ0XnG__searchBox input:focus{border-color:var(--P);outline:none;box-shadow:0 8px 24px #1b437014}.ResourcesPage-module__YJ0XnG__categories{flex-wrap:wrap;gap:12px;display:flex}.ResourcesPage-module__YJ0XnG__catBtn{color:var(--lv-text);cursor:pointer;background:#fff;border:1px solid #1b43701a;border-radius:999px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .3s}.ResourcesPage-module__YJ0XnG__catBtn:hover{border-color:var(--P);background:#f1f5f9}.ResourcesPage-module__YJ0XnG__catBtn.ResourcesPage-module__YJ0XnG__active{background:var(--P);color:#fff;border-color:var(--P);box-shadow:0 4px 12px #1b437033}.ResourcesPage-module__YJ0XnG__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;display:grid}.ResourcesPage-module__YJ0XnG__card{background:#fff;border:1px solid #1b437014;border-radius:24px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #00000008}.ResourcesPage-module__YJ0XnG__card:hover{border-color:#1b437026;transform:translateY(-8px);box-shadow:0 20px 50px #1b43701f}.ResourcesPage-module__YJ0XnG__cardVisual{background:linear-gradient(135deg, #f1f5f9 0%, var(--PL) 100%);justify-content:center;align-items:center;height:200px;display:flex;position:relative}.ResourcesPage-module__YJ0XnG__thumb{object-fit:cover;width:100%;height:100%}.ResourcesPage-module__YJ0XnG__placeholderIcon{color:var(--P);opacity:.4}.ResourcesPage-module__YJ0XnG__categoryTag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--P);text-transform:uppercase;letter-spacing:.05em;background:#ffffffe6;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0000001a}.ResourcesPage-module__YJ0XnG__cardContent{flex-direction:column;flex:1;padding:24px;display:flex}.ResourcesPage-module__YJ0XnG__cardMeta{color:var(--MU);align-items:center;gap:8px;margin-bottom:12px;font-size:.75rem;font-weight:700;display:flex}.ResourcesPage-module__YJ0XnG__dot{background:#0000001a;border-radius:50%;width:4px;height:4px}.ResourcesPage-module__YJ0XnG__cardTitle{color:var(--lv-text);margin:0 0 12px;font-size:1.25rem;font-weight:800;line-height:1.3}.ResourcesPage-module__YJ0XnG__cardDesc{color:var(--lv-muted);flex:1;margin:0 0 24px;font-size:.9rem;line-height:1.6}.ResourcesPage-module__YJ0XnG__cardFooter{align-items:center;gap:12px;display:flex}.ResourcesPage-module__YJ0XnG__downloadBtn{background:var(--P);color:#fff;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.ResourcesPage-module__YJ0XnG__downloadBtn:hover{background:var(--PD);box-shadow:0 8px 20px #1b437033}.ResourcesPage-module__YJ0XnG__viewBtn{width:44px;height:44px;color:var(--P);background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.ResourcesPage-module__YJ0XnG__viewBtn:hover{background:#e2e8f0;transform:scale(1.05)}.ResourcesPage-module__YJ0XnG__loadingState,.ResourcesPage-module__YJ0XnG__emptyState{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:100px 0;display:flex}.ResourcesPage-module__YJ0XnG__spinner{border:4px solid var(--PL);border-top-color:var(--P);border-radius:50%;width:40px;height:40px;animation:1s linear infinite ResourcesPage-module__YJ0XnG__spin}@keyframes ResourcesPage-module__YJ0XnG__spin{to{transform:rotate(360deg)}}.ResourcesPage-module__YJ0XnG__emptyState h3{color:var(--lv-text);font-size:1.5rem;font-weight:800}.ResourcesPage-module__YJ0XnG__emptyState p{color:var(--lv-muted)}@media (max-width:768px){.ResourcesPage-module__YJ0XnG__grid{grid-template-columns:1fr}}.ResourcesPage-module__YJ0XnG__jumpNav{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcd1;border:1px solid #1b437014;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:10px;max-width:1200px;margin:-24px auto 0;padding:14px 5%;display:flex;position:sticky;top:72px;box-shadow:0 8px 32px #1b43700f}.ResourcesPage-module__YJ0XnG__jumpLink{color:var(--P);background:#fff;border:1px solid #1b43701a;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.ResourcesPage-module__YJ0XnG__jumpLink:hover{border-color:var(--P);transform:translateY(-2px);box-shadow:0 6px 20px #1b43701f}@media (max-width:640px){.ResourcesPage-module__YJ0XnG__jumpNav{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:20px;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:16px;top:64px;overflow-x:auto}.ResourcesPage-module__YJ0XnG__jumpNav::-webkit-scrollbar{display:none}}.ResourcesPage-module__YJ0XnG__sectionHead{max-width:720px;margin-bottom:36px}.ResourcesPage-module__YJ0XnG__sectionTitle{font-family:var(--font-h);letter-spacing:-.03em;color:var(--TX);margin-bottom:12px;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;line-height:1.2}.ResourcesPage-module__YJ0XnG__sectionTitle em{color:var(--P);font-style:normal}.ResourcesPage-module__YJ0XnG__sectionLead{color:var(--MU);font-size:.95rem;line-height:1.7}.ResourcesPage-module__YJ0XnG__sectionLead strong{color:var(--P);font-weight:800}.ResourcesPage-module__YJ0XnG__videoSection{background:linear-gradient(180deg, var(--BG) 0%, var(--PL) 55%, var(--BG) 100%);padding:48px 0 72px;position:relative}.ResourcesPage-module__YJ0XnG__videoSection:before{content:"";pointer-events:none;background:radial-gradient(70% 45% at 50% 0,#1b43700f,#0000 60%);position:absolute;inset:0}.ResourcesPage-module__YJ0XnG__videoGrid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;display:grid;position:relative}.ResourcesPage-module__YJ0XnG__videoCard{background:#fff;border:1px solid #1b437014;border-radius:24px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s;overflow:hidden;box-shadow:0 14px 40px #1b437014}.ResourcesPage-module__YJ0XnG__videoCard:hover{transform:translateY(-6px);box-shadow:0 22px 56px #1b437024}.ResourcesPage-module__YJ0XnG__videoThumbBtn{aspect-ratio:16/9;cursor:pointer;background:linear-gradient(145deg,#e8f0f8,#f1f5f9);border:none;width:100%;padding:0;display:block;position:relative}.ResourcesPage-module__YJ0XnG__videoThumbBtn:disabled{cursor:default;opacity:.95}.ResourcesPage-module__YJ0XnG__videoThumbImg{object-fit:cover;width:100%;height:100%}.ResourcesPage-module__YJ0XnG__videoThumbFallback{width:100%;height:100%;color:var(--P);opacity:.35;justify-content:center;align-items:center;display:flex}.ResourcesPage-module__YJ0XnG__videoPlayBadge{width:56px;height:56px;color:var(--P);pointer-events:none;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,background .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 36px #0003}.ResourcesPage-module__YJ0XnG__videoThumbBtn:not(:disabled):hover .ResourcesPage-module__YJ0XnG__videoPlayBadge{color:var(--OR);background:#fff;transform:translate(-50%,-50%)scale(1.08)}.ResourcesPage-module__YJ0XnG__videoCardBody{padding:20px 22px 24px}.ResourcesPage-module__YJ0XnG__videoMeta{text-transform:uppercase;letter-spacing:.06em;color:var(--MU);margin-bottom:10px;font-size:.72rem;font-weight:700;display:block}.ResourcesPage-module__YJ0XnG__videoCardTitle{color:var(--TX);letter-spacing:-.02em;margin:0 0 10px;font-size:1.1rem;font-weight:800;line-height:1.35}.ResourcesPage-module__YJ0XnG__videoCardDesc{color:var(--MU);min-height:2.8em;margin:0 0 16px;font-size:.88rem;line-height:1.6}.ResourcesPage-module__YJ0XnG__videoActions{flex-wrap:wrap;gap:10px;display:flex}.ResourcesPage-module__YJ0XnG__watchBtn{background:linear-gradient(135deg, var(--P), #224f80);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;min-width:120px;padding:11px 16px;font-size:.88rem;font-weight:800;transition:transform .2s,box-shadow .2s}.ResourcesPage-module__YJ0XnG__watchBtn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #1b437059}.ResourcesPage-module__YJ0XnG__videoLinkBtn{color:var(--P);background:#fff;border:1px solid #1b437026;border-radius:12px;padding:11px 16px;font-size:.88rem;font-weight:800;transition:border-color .2s,background .2s}.ResourcesPage-module__YJ0XnG__videoLinkBtn:hover{border-color:var(--P);background:var(--PL)}.ResourcesPage-module__YJ0XnG__videoEmpty{z-index:1;text-align:center;background:#ffffffa6;border:1px dashed #1b437033;border-radius:24px;max-width:560px;margin:0 auto;padding:48px 24px;position:relative}.ResourcesPage-module__YJ0XnG__videoEmpty p{color:var(--MU);font-size:.95rem;line-height:1.65}.ResourcesPage-module__YJ0XnG__videoEmptyIcon{opacity:.35;color:var(--P);margin-bottom:16px}.ResourcesPage-module__YJ0XnG__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050e1ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ResourcesPage-module__YJ0XnG__modalPanel{background:#0c1929;border:1px solid #ffffff14;border-radius:20px;width:min(960px,100%);overflow:hidden;box-shadow:0 40px 100px #00000073}.ResourcesPage-module__YJ0XnG__modalHead{background:#ffffff0a;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.ResourcesPage-module__YJ0XnG__modalTitle{color:#f1f5f9;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800;line-height:1.35}.ResourcesPage-module__YJ0XnG__modalClose{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.ResourcesPage-module__YJ0XnG__modalClose:hover{background:#ffffff24}.ResourcesPage-module__YJ0XnG__modalFrameWrap{aspect-ratio:16/9;background:#000;position:relative}.ResourcesPage-module__YJ0XnG__modalFrame{border:none;width:100%;height:100%;position:absolute;inset:0}
.SchoolSurveyForm-module__StGIwG__formSection{background:linear-gradient(180deg, var(--PL) 0%, #e8f0f859 45%, var(--BG) 100%);margin-top:72px;padding:56px 0 80px;position:relative;overflow:hidden}.SchoolSurveyForm-module__StGIwG__formSection:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 10% 20%,#1b437017,#0000 55%),radial-gradient(60% 40% at 90% 80%,#ff823f0f,#0000 50%);position:absolute;inset:0}.SchoolSurveyForm-module__StGIwG__inner{z-index:1;max-width:820px;margin:0 auto;padding:0 5%;position:relative}.SchoolSurveyForm-module__StGIwG__introCard{text-align:center;margin-bottom:36px}.SchoolSurveyForm-module__StGIwG__introEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--P);align-items:center;gap:8px;margin-bottom:14px;font-size:.72rem;font-weight:800;display:inline-flex}.SchoolSurveyForm-module__StGIwG__introEyebrowDot{background:var(--OR);border-radius:50%;width:6px;height:6px;box-shadow:0 0 12px #ff823f99}.SchoolSurveyForm-module__StGIwG__introTitle{font-family:var(--font-h);letter-spacing:-.03em;color:var(--TX);margin-bottom:16px;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:800;line-height:1.25}.SchoolSurveyForm-module__StGIwG__introTitle em{color:var(--P);font-style:normal}.SchoolSurveyForm-module__StGIwG__introDesc{color:var(--MU);max-width:640px;margin:0 auto;font-size:.94rem;line-height:1.75}.SchoolSurveyForm-module__StGIwG__formShell{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #1b43701a;border-radius:28px;padding:28px 24px 32px;box-shadow:0 24px 60px #1b43701a,inset 0 0 0 1px #fffc}@media (min-width:640px){.SchoolSurveyForm-module__StGIwG__formShell{padding:36px 40px 40px}}.SchoolSurveyForm-module__StGIwG__progressWrap{margin-bottom:28px}.SchoolSurveyForm-module__StGIwG__progressLabels{color:var(--MU);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.78rem;font-weight:700;display:flex}.SchoolSurveyForm-module__StGIwG__progressTrack{background:#1b437014;border-radius:999px;height:8px;overflow:hidden}.SchoolSurveyForm-module__StGIwG__progressFill{background:linear-gradient(90deg, var(--P), var(--OR));border-radius:999px;max-width:100%;height:100%;min-height:8px}.SchoolSurveyForm-module__StGIwG__stepDots{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.SchoolSurveyForm-module__StGIwG__stepDot{background:#1b437026;border-radius:50%;width:8px;height:8px;transition:transform .25s,background .25s}.SchoolSurveyForm-module__StGIwG__stepDot.SchoolSurveyForm-module__StGIwG__active{background:var(--P);transform:scale(1.35);box-shadow:0 0 0 3px #1b437026}.SchoolSurveyForm-module__StGIwG__stepDot.SchoolSurveyForm-module__StGIwG__done{background:var(--OR)}.SchoolSurveyForm-module__StGIwG__stepTitle{font-family:var(--font-h);color:var(--TX);letter-spacing:-.02em;margin-bottom:20px;font-size:1.15rem;font-weight:800}.SchoolSurveyForm-module__StGIwG__fieldGrid{gap:16px;display:grid}.SchoolSurveyForm-module__StGIwG__fieldGrid.SchoolSurveyForm-module__StGIwG__two{grid-template-columns:1fr}@media (min-width:560px){.SchoolSurveyForm-module__StGIwG__fieldGrid.SchoolSurveyForm-module__StGIwG__two{grid-template-columns:1fr 1fr}}.SchoolSurveyForm-module__StGIwG__label{color:var(--TX);margin-bottom:6px;font-size:.8rem;font-weight:700;display:block}.SchoolSurveyForm-module__StGIwG__input,.SchoolSurveyForm-module__StGIwG__textarea{width:100%;color:var(--TX);background:#fff;border:1px solid #1b43701f;border-radius:12px;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.SchoolSurveyForm-module__StGIwG__input:focus,.SchoolSurveyForm-module__StGIwG__textarea:focus{border-color:var(--P);outline:none;box-shadow:0 0 0 3px #1b43701f}.SchoolSurveyForm-module__StGIwG__textarea{resize:vertical;min-height:88px}.SchoolSurveyForm-module__StGIwG__checkboxGrid{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:520px){.SchoolSurveyForm-module__StGIwG__checkboxGrid.SchoolSurveyForm-module__StGIwG__twoCol{grid-template-columns:1fr 1fr}}.SchoolSurveyForm-module__StGIwG__checkRow{cursor:pointer;background:#f8fafce6;border:1px solid #1b437014;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;transition:border-color .2s,background .2s,transform .15s;display:flex}.SchoolSurveyForm-module__StGIwG__checkRow:hover{background:#fff;border-color:#1b437033}.SchoolSurveyForm-module__StGIwG__checkRow.SchoolSurveyForm-module__StGIwG__selected{background:linear-gradient(135deg,#e8f0f8e6,#fff);border-color:#1b437059}.SchoolSurveyForm-module__StGIwG__checkRow input{accent-color:var(--P);flex-shrink:0;width:17px;height:17px;margin-top:3px}.SchoolSurveyForm-module__StGIwG__checkLabel{color:var(--T2);font-size:.88rem;font-weight:600;line-height:1.45}.SchoolSurveyForm-module__StGIwG__radioRow{flex-wrap:wrap;gap:12px;display:flex}.SchoolSurveyForm-module__StGIwG__radioPill{color:var(--T2);cursor:pointer;background:#fff;border:1px solid #1b43701f;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.SchoolSurveyForm-module__StGIwG__radioPill:hover{border-color:var(--P)}.SchoolSurveyForm-module__StGIwG__radioPill input{accent-color:var(--P)}.SchoolSurveyForm-module__StGIwG__radioPill.SchoolSurveyForm-module__StGIwG__active{border-color:var(--P);background:var(--PL);color:var(--P)}.SchoolSurveyForm-module__StGIwG__navRow{border-top:1px solid #1b437014;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:24px;display:flex}.SchoolSurveyForm-module__StGIwG__btn{border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:.92rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.SchoolSurveyForm-module__StGIwG__btn:disabled{opacity:.45;cursor:not-allowed}.SchoolSurveyForm-module__StGIwG__btnSecondary{color:var(--P);background:#1b43700f}.SchoolSurveyForm-module__StGIwG__btnSecondary:hover:not(:disabled){background:#1b43701a}.SchoolSurveyForm-module__StGIwG__btnPrimary{background:linear-gradient(135deg, var(--P) 0%, #224f80 100%);color:#fff;box-shadow:0 8px 24px #1b437047}.SchoolSurveyForm-module__StGIwG__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #1b437059}.SchoolSurveyForm-module__StGIwG__honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.SchoolSurveyForm-module__StGIwG__successCard{text-align:center;padding:40px 24px}.SchoolSurveyForm-module__StGIwG__successIcon{width:72px;height:72px;color:var(--P);background:linear-gradient(135deg,#1b43701f,#ff823f26);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.SchoolSurveyForm-module__StGIwG__successTitle{font-family:var(--font-h);color:var(--TX);margin-bottom:10px;font-size:1.35rem;font-weight:800}.SchoolSurveyForm-module__StGIwG__successRef{color:var(--MU);margin-bottom:16px;font-family:ui-monospace,monospace;font-size:.85rem}.SchoolSurveyForm-module__StGIwG__successText{color:var(--MU);max-width:420px;margin:0 auto;font-size:.95rem;line-height:1.65}.SchoolSurveyForm-module__StGIwG__errorBanner{color:#b91c1c;background:#ef444414;border:1px solid #ef444440;border-radius:12px;margin-bottom:18px;padding:12px 14px;font-size:.88rem;font-weight:600}.SchoolSurveyForm-module__StGIwG__footerNote{text-align:center;color:var(--MU);margin-top:28px;font-size:.78rem;line-height:1.6}.SchoolSurveyForm-module__StGIwG__footerNote strong{color:var(--P);font-weight:800}
.ResourcesShareQr-module__BZfCaa__shareSection{background:linear-gradient(180deg, #e8f0f880 0%, var(--BG) 100%);border-top:1px solid #1b437014;padding:40px 5% 56px}.ResourcesShareQr-module__BZfCaa__shareInner{grid-template-columns:1fr;align-items:center;gap:28px;max-width:960px;margin:0 auto;display:grid}@media (min-width:768px){.ResourcesShareQr-module__BZfCaa__shareInner{grid-template-columns:1fr auto;gap:40px}}.ResourcesShareQr-module__BZfCaa__shareEyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--P);align-items:center;gap:8px;margin-bottom:10px;font-size:.72rem;font-weight:800;display:inline-flex}.ResourcesShareQr-module__BZfCaa__shareTitle{font-family:var(--font-h);letter-spacing:-.03em;color:var(--TX);margin-bottom:12px;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:800;line-height:1.2}.ResourcesShareQr-module__BZfCaa__shareTitle em{color:var(--P);font-style:normal}.ResourcesShareQr-module__BZfCaa__shareDesc{color:var(--MU);max-width:520px;margin-bottom:18px;font-size:.94rem;line-height:1.65}.ResourcesShareQr-module__BZfCaa__urlRow{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ResourcesShareQr-module__BZfCaa__urlCode{word-break:break-all;min-width:0;color:var(--TX);background:#fff;border:1px solid #1b43701f;border-radius:10px;flex:1;padding:10px 12px;font-size:.78rem}.ResourcesShareQr-module__BZfCaa__copyBtn{background:var(--P);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:800;transition:background .2s;display:inline-flex}.ResourcesShareQr-module__BZfCaa__copyBtn:hover{background:var(--PD)}.ResourcesShareQr-module__BZfCaa__shareHint{color:var(--MU);font-size:.78rem;line-height:1.5}.ResourcesShareQr-module__BZfCaa__shareHint code{background:var(--PL);border-radius:6px;padding:2px 6px;font-size:.74rem}.ResourcesShareQr-module__BZfCaa__qrBox{justify-content:center;display:flex}.ResourcesShareQr-module__BZfCaa__qrFrame{background:#fff;border:1px solid #1b43701f;border-radius:20px;max-width:232px;padding:16px;box-shadow:0 16px 40px #1b43701a}
