/*!/wp-content/plugins/remotedesk-resource-hub/public/css/resource-grid.css*/.rd-plugin-ui{--rd-primary-2:var(--rd-accent-hover);--rd-accent-2:var(--rd-accent-soft);--rd-success:#10B981;--rd-radius:14px;--rd-radius-lg:20px;--rd-shadow:0 4px 24px rgba(10, 37, 64, 0.08);--rd-shadow-lg:0 20px 50px rgba(10, 37, 64, 0.12);--rd-ease:cubic-bezier(0.22, 1, 0.36, 1);--rd-duration:0.55s}.rd-resource-hub{position:relative;padding:24px 20px 40px;background:var(--rd-page-bg,#edeae2)}.rd-resource-hub.rd-dot-canvas::before{opacity:.3}.rd-archive-wrap{max-width:1240px;margin:0 auto;padding:48px 24px 80px}.rd-archive-header{text-align:center;margin-bottom:48px;padding:40px 32px}.rd-archive-title{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;color:var(--rd-text);margin:0 0 12px;letter-spacing:-.02em}.rd-archive-desc{font-size:1.05rem;color:var(--rd-muted);margin:0;max-width:560px;margin-inline:auto}.rd-archive-section{margin-bottom:64px}.rd-archive-section__title{font-size:1.35rem;font-weight:700;color:var(--rd-primary);margin:0 0 28px;position:relative;display:inline-block}.rd-archive-section__title::after{content:'';position:absolute;left:0;bottom:-8px;width:48px;height:3px;border-radius:99px;background:var(--rd-accent);animation:rd-line-grow 1s var(--rd-ease) both}@keyframes rd-line-grow{from{width:0;opacity:0}to{width:48px;opacity:1}}.rd-resource-grid{perspective:1400px}.rd-layout-3-col{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:960px){.rd-layout-3-col{grid-template-columns:repeat(2,1fr);gap:22px}}@media (max-width:580px){.rd-layout-3-col{grid-template-columns:1fr}}.rd-layout-toggle{display:flex;gap:8px;justify-content:flex-end;margin-bottom:20px}.rd-toggle-btn{background:var(--rd-surface);border:1px solid var(--rd-border);border-radius:10px;padding:8px 12px;cursor:pointer;color:var(--rd-muted);display:flex;transition:all 0.3s var(--rd-ease)}.rd-toggle-btn.active,.rd-toggle-btn:hover{background:var(--rd-accent);color:#fff;border-color:#fff0;transform:translateY(-1px);box-shadow:0 8px 20px rgb(28 113 108 / .28)}.rd-view-list{display:flex;flex-direction:column;gap:20px}.rd-view-list .rd-resource-card{flex-direction:row;min-height:200px}.rd-view-list .rd-resource-card__thumb{flex:0 0 42%;max-width:320px;aspect-ratio:4/3}.rd-view-list .rd-resource-card__media-link{flex:0 0 42%;max-width:320px}.rd-view-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width:580px){.rd-view-list .rd-resource-card,.rd-view-list .rd-resource-card__media-link{flex-direction:column;max-width:none;flex:auto}.rd-view-grid{grid-template-columns:1fr}}.rd-resource-card{position:relative;transform-style:preserve-3d;background:var(--rd-surface);border:1px solid var(--rd-border);border-radius:var(--rd-radius-lg);box-shadow:var(--rd-shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.45s var(--rd-ease),box-shadow 0.45s var(--rd-ease),border-color 0.35s;isolation:isolate}.rd-resource-card::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,transparent 40%,rgb(28 113 108 / .35),rgb(28 113 108 / .2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity 0.4s var(--rd-ease);pointer-events:none;z-index:2}.rd-resource-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:var(--rd-shadow-lg);border-color:rgb(28 113 108 / .2)}.rd-resource-card:hover::before{opacity:1}.rd-resource-card__glow{position:absolute;width:180px;height:180px;right:-60px;bottom:-60px;background:radial-gradient(circle,rgb(28 113 108 / .12),transparent 70%);opacity:0;transition:opacity 0.5s;pointer-events:none;z-index:0}.rd-resource-card:hover .rd-resource-card__glow{opacity:1}.rd-resource-card__media-link{display:block;text-decoration:none;color:inherit}.rd-resource-card__thumb{position:relative;background:linear-gradient(145deg,var(--rd-accent-soft),var(--rd-beige));overflow:hidden;aspect-ratio:16/10}.rd-resource-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.7s var(--rd-ease)}.rd-resource-card:hover .rd-resource-card__thumb img{transform:scale(1.08)}.rd-resource-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgb(16 16 19 / .5) 100%);opacity:.65;transition:opacity 0.4s}.rd-resource-card:hover .rd-resource-card__overlay{opacity:.85}.rd-resource-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:180px;color:var(--rd-accent);opacity:.5}.rd-resource-card__tag{position:absolute;top:14px;left:14px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgb(10 37 64 / .75);backdrop-filter:blur(8px);padding:5px 10px;border-radius:100px;border:1px solid rgb(255 255 255 / .15)}.rd-resource-card__body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1;gap:10px;position:relative;z-index:1}.rd-resource-card__title{font-size:1.12rem;font-weight:700;color:var(--rd-primary);margin:0;line-height:1.35;letter-spacing:-.01em}.rd-resource-card__title a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--rd-accent),var(--rd-accent));background-size:0% 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size 0.35s var(--rd-ease),color 0.25s}.rd-resource-card__title a:hover{color:var(--rd-accent);background-size:100% 2px}.rd-resource-card__excerpt{font-size:.9rem;color:var(--rd-muted);margin:0;line-height:1.55;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rd-resource-card__industry{font-size:.75rem;color:var(--rd-muted);font-weight:500}.rd-resource-card__footer{margin-top:6px}.rd-resource-card__footer .rd-btn{align-self:stretch}.rd-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:5px 12px;border-radius:100px;letter-spacing:.02em}.rd-badge--type{background:var(--rd-accent-soft);color:var(--rd-accent);border:1px solid rgb(28 113 108 / .2)}.rd-badge--industry{background:rgb(16 185 129 / .12);color:#059669;border:1px solid rgb(16 185 129 / .2)}.rd-reveal{opacity:0;transform:translateY(28px);transition:opacity var(--rd-duration) var(--rd-ease),transform var(--rd-duration) var(--rd-ease)}.rd-reveal.is-visible{opacity:1;transform:translateY(0)}.rd-reveal--left{transform:translateX(-24px)}.rd-reveal--left.is-visible{transform:translateX(0)}.rd-reveal--right{transform:translateX(24px)}.rd-reveal--right.is-visible{transform:translateX(0)}.rd-reveal--scale{transform:scale(.94);opacity:0}.rd-reveal--scale.is-visible{transform:scale(1);opacity:1}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(1){transition-delay:0.05s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(2){transition-delay:0.1s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(3){transition-delay:0.15s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(4){transition-delay:0.2s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(5){transition-delay:0.25s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(6){transition-delay:0.3s}.rd-resource-grid .rd-resource-card.rd-reveal:nth-child(n+7){transition-delay:0.35s}.rd-animate-in{animation:none}.rd-single-page{background:var(--rd-page-bg,#edeae2);padding:32px 0 64px}.rd-single-resource--layout{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);grid-template-rows:auto auto;gap:16px 32px;align-items:start}.rd-single-resource--layout>.rd-single-breadcrumb{grid-column:1 / -1;margin-bottom:4px}.rd-single-resource__main{min-width:0;display:flex;flex-direction:column;gap:20px}.rd-single-resource__sidebar{display:flex;flex-direction:column;align-self:stretch}.rd-single-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;font-size:.8125rem;color:var(--rd-muted);margin:0}.rd-single-breadcrumb a{color:var(--rd-muted);text-decoration:none;font-weight:500}.rd-single-breadcrumb a:hover{color:var(--rd-accent)}.rd-single-breadcrumb__sep{opacity:.45}.rd-single-breadcrumb__current{color:var(--rd-text);font-weight:500}.rd-single-hero{position:relative;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#1c716c}.rd-single-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;width:100%}.rd-single-hero__bg{position:absolute;inset:0;background-color:#1c716c;background-image:var(--rd-hero-bg-image);background-size:cover;background-position:top right;background-repeat:no-repeat}.rd-single-hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(28 113 108 / .92) 0%,rgb(28 113 108 / .75) 55%,rgb(28 113 108 / .55) 100%)}.rd-single-hero__content{padding:28px 32px 20px;width:100%}.rd-single-hero__cover{width:100%;aspect-ratio:16 / 9;max-height:300px;min-height:220px;overflow:hidden;background:#fff;line-height:0}.rd-single-hero__cover img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.rd-single-hero__badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .15);color:#fff;font-size:11.5px;font-weight:600;font-family:'Sora',sans-serif;padding:5px 14px;border-radius:20px;border:1px solid rgb(255 255 255 / .25);margin-bottom:16px;letter-spacing:.04em;text-transform:uppercase}.rd-single-hero__badge-emoji{font-size:13px;line-height:1;text-transform:none}.rd-single-hero__badge-label{line-height:1.2}.rd-single-hero__title,.rd-single-page .rd-single-hero h1.rd-single-hero__title{margin:0;font-size:clamp(1.5rem, 3.2vw, 2.15rem);font-weight:700;line-height:1.25;color:#fff!important;max-width:720px}.rd-single-panel{background:var(--rd-surface);border-radius:16px;border:1px solid var(--rd-border);box-shadow:0 4px 24px rgb(16 16 19 / .05);padding:24px}.rd-single-panel__grid{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:24px 28px;align-items:start}.rd-single-panel__grid:not(:has(.rd-single-panel__visual)){grid-template-columns:1fr}.rd-single-panel__cover{border-radius:12px;overflow:hidden;background:linear-gradient(160deg,var(--rd-accent) 0%,#2a9d96 100%);aspect-ratio:3 / 4;max-height:360px}.rd-single-panel__cover img{width:100%;height:100%;object-fit:cover;display:block}.rd-single-panel__features{display:flex;flex-direction:column;gap:12px}.rd-feature-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:var(--rd-page-bg,#edeae2);border-radius:12px;transition:box-shadow 0.25s ease}.rd-feature-item:hover{box-shadow:0 4px 16px rgb(28 113 108 / .08)}.rd-feature-item__icon{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--rd-accent);color:#fff;border-radius:10px}.rd-feature-item__text{display:flex;flex-direction:column;gap:4px;font-size:.9rem;line-height:1.5;color:var(--rd-muted)}.rd-feature-item__text strong{color:var(--rd-text);font-weight:700;font-size:.95rem}.rd-single-panel__intro{font-size:1rem;line-height:1.7;color:var(--rd-muted)}.rd-single-panel__intro p{margin:0 0 1em}.rd-single-about{background:var(--rd-surface);border-radius:16px;border:1px solid var(--rd-border);box-shadow:0 4px 24px rgb(16 16 19 / .05);padding:28px 32px 32px}.rd-single-about__title{margin:0 0 20px;padding-left:16px;border-left:4px solid var(--rd-accent);font-size:1.25rem;font-weight:700;color:var(--rd-text);line-height:1.3}.rd-single-about__summary{font-size:1rem;line-height:1.75;color:var(--rd-muted);margin-bottom:20px}.rd-single-about__summary p{margin:0 0 1em}.rd-single-tags{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-wrap:wrap;gap:8px}.rd-single-tags li{padding:6px 14px;background:var(--rd-accent-soft);color:var(--rd-accent);font-size:.8125rem;font-weight:600;border-radius:100px}.rd-single-about__content.rd-prose{padding:0;box-shadow:none;border:none;background:#fff0}.rd-prose{font-size:1em;line-height:1.75;color:var(--rd-text)}.rd-prose p{margin:0 0 1.25em}.rd-prose h2,.rd-prose h3{color:var(--rd-text);font-weight:700}.rd-prose img{border-radius:12px;max-width:100%;height:auto}.rd-form-panel{background:var(--rd-surface);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgb(16 16 19 / .08);border:1px solid var(--rd-border);display:flex;flex-direction:column;width:100%}.rd-form-panel__head{display:flex;align-items:flex-start;gap:14px;padding:22px 22px 20px;background:#1c716c;color:#fff}.rd-form-panel__icon{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .15);border-radius:10px}.rd-form-panel__head .rd-form-panel__title,.rd-form-panel__head h2.rd-form-panel__title{margin:0 0 4px;font-size:1.125rem;font-weight:700;color:#fff!important}.rd-form-panel__head .rd-form-panel__subtitle,.rd-form-panel__head p.rd-form-panel__subtitle{margin:0;font-size:.8125rem;color:rgb(255 255 255 / .7)!important}.rd-form-panel__body{padding:18px 16px 20px}.rd-form-panel .rd-form{gap:10px}.rd-form-panel .rd-form--compact{gap:8px}.rd-plugin-ui .rd-btn--download,.rd-plugin-ui button.rd-btn--download{border-radius:12px;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px}.rd-plugin-ui .rd-btn--download .rd-btn__text{flex:0 0 auto!important;text-align:center!important}.rd-btn--download .rd-btn__arrow-slot{display:inline-flex}.rd-btn--download .rd-btn__arrow-slot .rd-btn__arrow{display:none}.rd-btn--download .rd-btn__download-icon{flex-shrink:0}@media (max-width:1024px){.rd-single-resource--layout{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.rd-single-resource__sidebar{order:3;height:auto}.rd-single-panel__grid{grid-template-columns:1fr}.rd-single-panel__cover{max-height:280px;aspect-ratio:16 / 9}}@media (max-width:640px){.rd-single-page{padding:20px 0 48px}.rd-single-resource--layout{padding:0 16px}.rd-single-hero{border-radius:12px}.rd-single-hero__content{padding:20px 18px 16px}.rd-single-hero__cover{min-height:180px;max-height:240px}.rd-single-hero__title{font-size:1.35rem}.rd-single-panel,.rd-single-about{padding:18px 16px 20px;border-radius:12px}.rd-feature-item{padding:14px}.rd-form-panel__head,.rd-form-panel__body{padding:18px 16px}.rd-single-breadcrumb__current{white-space:normal}}.rd-no-resources{color:var(--rd-muted);font-style:italic;padding:24px 0}@media (prefers-reduced-motion:reduce){.rd-reveal,.rd-reveal--left,.rd-reveal--right,.rd-reveal--scale{opacity:1;transform:none;transition:none}.rd-resource-card,.rd-resource-card__thumb img,.rd-btn,.rd-key-point-card,.rd-btn--glow{animation:none!important;transition:none!important}.rd-resource-card:hover{transform:none}}