.gl-page .gl-hero{margin-bottom:1rem;justify-items:stretch}.gl-page .gl-hero .guide-hero__text{width:100%}.gl-page .gl-hero .guide-hero__subtitle{max-width:44rem}.gl-status{display:grid;gap:.35rem;margin:1rem 0 0;padding:0;list-style:none;font-size:.95rem;line-height:1.35}.gl-status__item{display:flex;align-items:flex-start;gap:.45rem;color:rgba(226,231,248,.92)}.gl-status__item svg{flex:none;margin-top:.15rem}.gl-status__item--done svg{color:#7fdcae}.gl-status__item--pending svg{color:rgba(196,202,220,.75)}.gl-status__item--pending{color:rgba(196,202,220,.85)}.gl-meta{margin:.55rem 0 0;color:rgba(170,176,192,.9);font-size:.82rem}.gl-meta time{font-variant-numeric:tabular-nums}.gl-jump{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.gl-jump__chip{display:inline-flex;align-items:center;min-height:36px;padding:0 .75rem;border:1px solid rgba(132,148,198,.32);border-radius:8px;color:rgba(214,219,236,.92);font-size:.86rem;text-decoration:none;white-space:nowrap}.gl-jump__chip:hover{border-color:rgba(157,180,255,.6);color:#fff}.gl-side,.gl-top{display:grid;gap:1rem}.gl-page .guide-wrap>.gl-card,.gl-top{margin-top:1rem}.gl-lede{margin-bottom:.9rem}.gl-page [id]{scroll-margin-top:5.5rem}@media (min-width:64rem){.gl-top{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:start}}.gl-chip{display:inline-block;margin-left:.45rem;padding:.05rem .45rem;border:1px solid rgba(132,148,198,.4);border-radius:6px;color:rgba(196,202,220,.95);font-size:.72rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;vertical-align:.08em}.gl-chip--ok{border-color:rgba(64,184,128,.45);background:rgba(30,120,82,.22);color:#7fdcae}.gl-chip--warn{border-color:rgba(214,160,60,.45);background:rgba(140,100,26,.2);color:#e8c079}.gl-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.25rem;border:1px solid rgba(132,148,198,.24);border-radius:12px;background:rgba(13,22,42,.5)}.gl-tab{min-height:44px;padding:.35rem .4rem;border:0;border-radius:9px;background:transparent;color:rgba(196,202,220,.9);font:inherit;font-size:.86rem;font-weight:600;line-height:1.15;cursor:pointer;transition:background-color .15s ease-out,color .15s ease-out}.gl-tab[aria-selected=true]{background:rgba(125,151,255,.2);color:#fff;box-shadow:inset 0 0 0 1px rgba(157,180,255,.45)}.gl-tab:focus-visible{outline:2px solid #9db4ff;outline-offset:2px}.gl-panel{padding-top:.75rem;animation:gl-fade .15s ease-out}.gl-panel__note{margin:.7rem 0 0;color:rgba(196,202,220,.85);font-size:.86rem;line-height:1.4}.gl-files-note{margin:.9rem 0 0}.gl-more .gl-seg{margin:.1rem 0 .3rem}.gl-panel__foot{margin:.4rem 0 0}.gl-panel__foot .guide-link{margin-top:.3rem}.gl-seg{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0 0 .4rem;padding:0;border:0}.gl-seg__legend{float:left;margin-right:.25rem;color:rgba(170,176,192,.9);font-size:.8rem}.gl-seg__opt{position:relative}.gl-seg__opt input{position:absolute;opacity:0;inset:0;margin:0;cursor:pointer}.gl-seg__opt span{display:inline-flex;align-items:center;min-height:36px;padding:0 .7rem;border:1px solid rgba(132,148,198,.32);border-radius:8px;color:rgba(196,202,220,.92);font-size:.84rem}.gl-seg__opt input:checked+span{border-color:rgba(157,180,255,.6);background:rgba(125,151,255,.16);color:#fff}.gl-seg__opt input:focus-visible+span{outline:2px solid #9db4ff;outline-offset:2px}.gl-panel[data-track=embassy] .gl-file[data-track=university],.gl-panel[data-track=university] .gl-file[data-track=embassy]{display:none}.gl-list{margin:0;padding:0;list-style:none}.gl-file{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.7rem;row-gap:.45rem;padding:.75rem 0;border-top:1px solid rgba(132,148,198,.16)}.gl-list>.gl-file:first-child{border-top:0}.gl-file__type{align-self:start;min-width:2.6rem;margin-top:.1rem;padding:.2rem .3rem;border:1px solid rgba(132,148,198,.4);border-radius:6px;color:rgba(214,219,236,.92);font-family:var(--font-mono);font-size:.68rem;font-weight:600;text-align:center}.gl-file__type--pdf{border-color:rgba(255,150,130,.45);color:#ffb4a6}.gl-file__main{min-width:0}.gl-file__kind{margin:0;color:#fff;font-size:.95rem;font-weight:620;line-height:1.25}.gl-file__lang{color:rgba(196,202,220,.9);font-weight:500}.gl-file__name{margin:.15rem 0 0;color:rgba(196,202,220,.88);font-family:var(--font-mono);font-size:.76rem;line-height:1.35;overflow-wrap:anywhere}.gl-file__kind .gl-chip{margin-left:.4rem}.gl-file__size{padding-left:.5rem;border-left:1px solid rgba(157,180,255,.35);color:rgba(214,219,236,.85);font-size:.8rem;font-weight:500;font-variant-numeric:tabular-nums}.gl-file__dl{grid-column:2;justify-self:start;display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:0 1rem;border:1px solid rgba(157,180,255,.55);border-radius:10px;background:rgba(125,151,255,.14);color:#fff;font-size:.92rem;font-weight:640;text-decoration:none;transition:background-color .15s ease-out}.gl-file__dl:hover{background:rgba(125,151,255,.26)}.gl-file__dl:focus-visible{outline:2px solid #9db4ff;outline-offset:2px}@media (min-width:40rem){.gl-file{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.gl-file__dl{grid-column:3;justify-self:end}}@media (min-width:64rem){.gl-top .gl-file{grid-template-columns:auto minmax(0,1fr)}.gl-top .gl-file__dl{grid-column:2;justify-self:start}}@media (min-width:90rem){.gl-top .gl-file{grid-template-columns:auto minmax(0,1fr) auto}.gl-top .gl-file__dl{grid-column:3;justify-self:end}}.gl-more{margin-top:.5rem;border-top:1px solid rgba(132,148,198,.16)}.gl-faq__q,.gl-more__summary,.gl-timeline__summary{display:flex;align-items:center;gap:.5rem;min-height:44px;cursor:pointer;list-style:none}.gl-faq__q::-webkit-details-marker,.gl-more__summary::-webkit-details-marker,.gl-timeline__summary::-webkit-details-marker{display:none}.gl-more__summary{color:#9db4ff;font-size:.92rem;font-weight:620}.gl-faq__q:after,.gl-more__summary:after,.gl-timeline__summary:after{content:"";flex:none;width:.5rem;height:.5rem;margin-left:auto;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s ease-out;opacity:.8}details[open]>.gl-faq__q:after,details[open]>.gl-more__summary:after,details[open]>.gl-timeline__summary:after{transform:rotate(-135deg) translate(-2px,-2px)}.gl-faq__q:focus-visible,.gl-more__summary:focus-visible,.gl-timeline__summary:focus-visible{outline:2px solid #9db4ff;outline-offset:2px;border-radius:6px}@supports (interpolate-size:allow-keywords){.gl-page{interpolate-size:allow-keywords}.gl-page details::details-content{height:0;overflow:clip;opacity:0;transition:height .2s ease-out,opacity .2s ease-out,content-visibility allow-discrete .2s}.gl-page details[open]::details-content{height:auto;opacity:1}}.gl-check__input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.gl-check__drop{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:56px;padding:.6rem 1rem;border:1.5px dashed rgba(157,180,255,.5);border-radius:12px;color:#dfe6ff;font-size:.95rem;font-weight:620;cursor:pointer;transition:background-color .15s ease-out,border-color .15s ease-out}.gl-check__drop:hover,.gl-check__drop[data-dragging]{border-color:rgba(157,180,255,.85);background:rgba(125,151,255,.1)}.gl-check__input:focus-visible+.gl-check__drop{outline:2px solid #9db4ff;outline-offset:2px}.gl-check__privacy{margin:.5rem 0 0;color:rgba(170,176,192,.9);font-size:.8rem;line-height:1.4}.gl-result{margin-top:.8rem;padding:.6rem .8rem;border-left:3px solid rgba(132,148,198,.6);animation:gl-fade .15s ease-out}.gl-result--latest{border-left-color:rgba(64,184,128,.85)}.gl-result--olderRevision,.gl-result--otherCycle{border-left-color:rgba(214,160,60,.85)}.gl-result__label{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.gl-result--latest .gl-result__label{color:#7fdcae}.gl-result--olderRevision .gl-result__label,.gl-result--otherCycle .gl-result__label{color:#e8c079}.gl-result--unknown .gl-result__label{color:rgba(196,202,220,.95)}.gl-result__body{margin:.25rem 0 0;color:rgba(226,231,248,.92);font-size:.92rem;line-height:1.45;overflow-wrap:anywhere}.gl-result__reset{min-height:36px;margin-top:.35rem;padding:0;border:0;background:none;color:#9db4ff;font:inherit;font-size:.86rem;font-weight:620;cursor:pointer}.gl-result__reset:focus-visible{outline:2px solid #9db4ff;outline-offset:2px}.gl-timeline{position:relative;margin:0;padding:0;list-style:none}.gl-timeline__item{position:relative;padding-left:1.4rem}.gl-timeline__item:before{content:"";position:absolute;left:.33rem;top:0;bottom:0;width:1px;background:rgba(132,148,198,.3)}.gl-timeline__item:first-child:before{top:1.35rem}.gl-timeline__item:last-child:before{bottom:calc(100% - 1.35rem)}.gl-timeline__item:after{content:"";position:absolute;left:0;top:1.05rem;width:.7rem;height:.7rem;border:2px solid rgba(157,180,255,.7);border-radius:50%;background:#0a1123}.gl-timeline__item[data-current]:after{border-color:#7fdcae;background:#7fdcae}.gl-timeline__summary{flex-wrap:wrap;column-gap:.55rem;row-gap:0;padding:.3rem 0;color:#fff}.gl-timeline__date{font-variant-numeric:tabular-nums;font-weight:650;font-size:.92rem}.gl-timeline__title{color:rgba(196,202,220,.9);font-size:.86rem}.gl-timeline__changes{margin:0 0 .3rem;padding-left:1.05rem;color:rgba(214,219,236,.86);font-size:.88rem;line-height:1.45}.gl-timeline__changes li+li{margin-top:.25rem}.gl-timeline__sizes{margin:0 0 .6rem;color:rgba(170,176,192,.9);font-family:var(--font-mono);font-size:.74rem}.gl-archive,.gl-diff,.gl-glance{margin:0;padding:0;list-style:none}.gl-diff__row,.gl-glance__row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px;column-gap:.4rem;padding:.6rem 0;border-top:1px solid rgba(132,148,198,.16)}.gl-diff>.gl-diff__row:first-child,.gl-glance>.gl-glance__row:first-child{border-top:0}.gl-diff__label,.gl-glance__label{grid-column:1;margin:0;color:rgba(170,176,192,.95);font-size:.8rem;font-weight:600}.gl-diff__values,.gl-glance__value{grid-column:1;margin:.15rem 0 0;font-size:.93rem;line-height:1.4}.gl-diff__from{color:rgba(170,176,192,.85)}.gl-diff__arrow{margin:0 .4rem;color:rgba(157,180,255,.9)}.gl-diff__to{color:#fff;font-weight:600}.gl-glance__value{color:rgba(226,231,248,.92)}.gl-row-link{grid-column:2;grid-row:1/span 2;display:grid;place-items:center;width:44px;height:44px;align-self:center;border-radius:10px;color:#7d97ff}.gl-row-link:hover{background:rgba(125,151,255,.12)}.gl-row-link:focus-visible{outline:2px solid #9db4ff;outline-offset:2px}@media (min-width:48rem){.gl-diff__row{grid-template-columns:minmax(10rem,.8fr) minmax(0,2fr) 44px;align-items:center}.gl-diff__label,.gl-glance__label{grid-column:1}.gl-diff__values{grid-column:2;margin:0}.gl-diff__row .gl-row-link{grid-column:3;grid-row:1}.gl-glance__row{grid-template-columns:minmax(10rem,.8fr) minmax(0,2fr) 44px;align-items:center}.gl-glance__value{grid-column:2;margin:0}.gl-glance__row .gl-row-link{grid-column:3;grid-row:1}}.gl-archive__row{padding:.55rem 0;border-top:1px solid rgba(132,148,198,.14)}.gl-archive__row:first-child{border-top:0}.gl-archive__cycle{margin:0;color:#fff;font-size:.92rem;font-weight:620}.gl-archive__posted{margin-left:.5rem;color:rgba(170,176,192,.9);font-size:.8rem;font-weight:500}.gl-archive__links{margin:.2rem 0 0;font-size:.84rem;line-height:1.5;overflow-wrap:anywhere}.gl-archive__links a{color:#9db4ff}.gl-archive__links a[translate=no]{font-family:var(--font-mono);font-size:.78rem}.gl-archive__size{color:rgba(170,176,192,.9)}.gl-faq__item{border-top:1px solid rgba(132,148,198,.16)}.gl-faq__item:first-child{border-top:0}.gl-faq__q{padding:.4rem 0;color:#fff;font-size:.98rem;font-weight:620;line-height:1.3}.gl-faq__a{margin:0 0 .8rem;color:rgba(214,219,236,.86);font-size:.93rem;line-height:1.5;overflow-wrap:anywhere}.gl-cross{display:flex;flex-wrap:wrap;gap:0 1.5rem;margin-top:1rem}.gl-cross .guide-link{min-height:44px;margin-top:0}@keyframes gl-fade{0%{opacity:0}to{opacity:1}}@media (max-width:42rem){.gl-page .guide-hero__title{font-size:clamp(2rem,9vw,2.6rem);line-height:1.04}.gl-page .gl-hero,.gl-page .guide-crumb{margin-bottom:.6rem}.gl-top{margin-top:.6rem}.gl-tabs{padding:.2rem}.gl-panel{padding-top:.45rem}.gl-page .guide-hero__subtitle{margin-top:.5rem;font-size:.94rem;line-height:1.35}.gl-jump{margin-top:.7rem}.gl-page .gl-card .guide-card__head{margin-bottom:.7rem}.gl-file{padding:.6rem 0;row-gap:.4rem}.gl-status{margin-top:.7rem;font-size:.88rem}.gl-meta{display:none}.gl-jump{flex-wrap:nowrap;overflow-x:auto;margin-inline:-.1rem;padding:0 .1rem .2rem;scrollbar-width:none}.gl-jump::-webkit-scrollbar{display:none}.gl-page .gl-card{padding:.85rem 1rem 1.05rem}.gl-page .gl-card .guide-card__head h2{font-size:1.15rem}.gl-page .gl-card .guide-badge{width:34px;height:34px;border-radius:10px}.gl-page .gl-card .guide-badge svg{width:18px;height:18px}.gl-lede{font-size:.92rem}.gl-tab{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.gl-panel,.gl-result{animation:none}.gl-check__drop,.gl-faq__q:after,.gl-file__dl,.gl-more__summary:after,.gl-tab,.gl-timeline__summary:after{transition:none}.gl-page details::details-content{transition:none}}