.events-band__chips{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.events-band__chip{padding:.4rem .9rem;border:1px solid var(--sapContent_ForegroundBorderColor,#ccc);background:0 0;border-radius:999px;cursor:pointer;font-size:.875rem;color:var(--sapTextColor,#32363a);transition:background .15s,color .15s,border-color .15s}.events-band__chip--active{background:var(--sapButton_Selected_Background,#0854a0);color:var(--sapButton_Selected_TextColor,#fff);border-color:transparent}.events-band__chip:focus-visible{outline:2px solid var(--sapContent_FocusColor,#0854a0);outline-offset:2px}.events-band__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){.events-band__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.events-band__cards{grid-template-columns:1fr}}.event-card{display:flex;flex-direction:column;padding:1rem;text-decoration:none;border:1px solid var(--sapContent_ForegroundBorderColor,#e5e5e5);border-radius:8px;color:inherit;background:var(--sapBaseColor,#fff);transition:border-color .15s,box-shadow .15s,transform .15s}.event-card:hover{border-color:var(--sapButton_Selected_Background,#0854a0);box-shadow:0 4px 12px rgba(0,0,0,8%);transform:translateY(-2px);text-decoration:none}.event-card__type{display:inline-block;align-self:flex-start;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--sapLinkColor,#0064d9);background:var(--sapList_Hover_Background,rgba(0,112,242,6%));padding:.2rem .55rem;border-radius:999px;margin-bottom:.5rem}.event-card__title{font-size:1rem;font-weight:600;color:var(--sapTextColor,#32363a);margin:.25rem 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-card__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;color:var(--sapContent_LabelColor,#6a6d70);margin-top:auto;padding-top:.5rem;border-top:1px solid var(--sapContent_ForegroundBorderColor,#eaecee)}.event-card__date{font-weight:600;color:var(--sapTextColor,#32363a)}.events-band__chips--skeleton .events-band__chip--skeleton{display:inline-block;width:5rem;height:2rem;border-color:transparent;background:linear-gradient(90deg,#f4f4f4 25%,#ececec 50%,#f4f4f4 75%);background-size:200% 100%;animation:eventskel 1.5s infinite;cursor:default}.events-band__chips--skeleton .events-band__chip--skeleton:first-child{width:3.5rem}.event-card--skeleton{min-height:8rem;background:linear-gradient(90deg,#f4f4f4 25%,#ececec 50%,#f4f4f4 75%);background-size:200% 100%;animation:eventskel 1.5s infinite;border-color:transparent}@keyframes eventskel{0%{background-position:200% 0}100%{background-position:-200% 0}}.events-band__loading,.events-band__empty{padding:1rem 0;color:var(--sapContent_LabelColor,#6a6d70)}.events-band__empty a{color:var(--sapLinkColor,#0070f3)}.events-band__empty a:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.event-card--skeleton,.events-band__chips--skeleton .events-band__chip--skeleton{animation:none}.event-card{transition:none}}.developer-homepage{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem}.hp-hero{padding:2.5rem 0;text-align:center}.hp-hero h1{font-size:2.5rem;font-weight:600;color:var(--sapTextColor,#32363a);margin:0 0 1rem;line-height:1.2}.hp-hero p{font-size:1.125rem;color:var(--sapContent_LabelColor,#6a6d70);max-width:720px;margin:0 auto;line-height:1.6}.hp-verbs{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem;list-style:none;padding:0;margin:0}@media(max-width:900px){.hp-verbs{grid-template-columns:repeat(2,1fr)}}@media(min-width:901px) and (max-width:1200px){.hp-verbs{grid-template-columns:repeat(4,1fr)}}.hp-verb{padding:1rem;border:1px solid var(--sapList_BorderColor,#e5e5e5);border-radius:8px;background:var(--sapList_Background,#fff);text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column;gap:.25rem}.hp-verb:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,8%);border-color:var(--sapLink_Color,#0070f3);text-decoration:none}.hp-verb__icon{font-size:1.5rem;line-height:1;margin-bottom:.25rem}.hp-verb__label{font-weight:600;font-size:1.05rem;color:var(--sapTextColor,#32363a);margin-bottom:.35rem}.hp-verb__preview{list-style:none;padding:0;margin:0;font-size:.8rem;color:var(--sapContent_LabelColor,#6a6d70);line-height:1.4}.hp-verb__preview li{padding:.1rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-band{padding:1.5rem;border-radius:8px;background:var(--sapList_HeaderBackground,#f5f6f7)}.hp-band__title{font-size:1.5rem;font-weight:600;color:var(--sapTextColor,#32363a);margin:0 0 1rem}#hp-events{min-height:4rem}#hp-videos{min-height:4rem}[data-island=videos]{min-height:500px}.hp-teaser{display:flex;flex-direction:column;gap:1rem}.hp-teaser__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hp-teaser__header .hp-band__title{margin:0}.hp-teaser__see-all{font-size:.9rem;color:var(--sapLinkColor,#0070f3);text-decoration:none;white-space:nowrap}.hp-teaser__see-all:hover{text-decoration:underline}.hp-teaser__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}#hp-community{min-height:4rem}[data-island=community]{min-height:260px}.hp-community__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:.5rem}@media(max-width:700px){.hp-community__cols{grid-template-columns:1fr}}.hp-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding:2rem 1rem;border-top:1px solid var(--sapList_BorderColor,#e5e5e5);margin-top:1rem}@media(max-width:900px){.hp-directory{grid-template-columns:repeat(2,1fr)}}.hp-directory__col h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--sapContent_LabelColor,#6a6d70);margin:0 0 .75rem}.hp-directory__col ul{list-style:none;padding:0;margin:0}.hp-directory__col li{margin-bottom:.4rem}.hp-directory__col a{color:var(--sapLinkColor,#0070f3);text-decoration:none;font-size:.875rem;line-height:1.4}.hp-directory__col a:hover{text-decoration:underline}.hp-directory__utility{grid-column:1/-1;border-top:1px solid var(--sapList_BorderColor,#e5e5e5);padding-top:1rem;margin-top:.5rem}.hp-directory__utility ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.5rem}.hp-directory__utility a{color:var(--sapContent_LabelColor,#6a6d70);text-decoration:none;font-size:.85rem}.hp-directory__utility a:hover{color:var(--sapLinkColor,#0070f3);text-decoration:underline}@media(prefers-reduced-motion:reduce){.hp-verb{transition:none}}.hp-login-lock{display:inline-flex;align-items:center;vertical-align:baseline;margin-left:.25rem;color:var(--sapContent_LabelColor,#6a6d70);line-height:0}.hp-login-lock svg{width:.7em;height:.7em}.verb-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.verb-page__hero{padding:2rem 0 1rem;border-bottom:1px solid var(--sapList_BorderColor,#e5e5e5);margin-bottom:2rem}.verb-page__hero h1{font-size:2.5rem;font-weight:600;color:var(--sapTextColor,#32363a);margin:0 0 .5rem}.verb-page__hero p{font-size:1.125rem;color:var(--sapContent_LabelColor,#6a6d70);margin:0;max-width:720px}.verb-page__hero-why{margin:.75rem 0 0;max-width:780px}.verb-page__hero-why p{font-size:1rem;line-height:1.6;color:var(--sapContent_LabelColor,#6a6d70);margin:0 0 .75rem;max-width:none}.verb-page__hero-why p:last-child{margin-bottom:0}.verb-page__body{max-width:780px;margin:0 0 2.5rem;color:var(--sapTextColor,#32363a);font-size:1rem;line-height:1.6}.verb-page__body h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--sapTextColor,#32363a)}.verb-page__body h3{font-size:1.15rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--sapTextColor,#32363a)}.verb-page__body p{margin:0 0 1rem}.verb-page__body ul{margin:0 0 1rem;padding-left:1.25rem}.verb-page__body a{color:var(--sapLinkColor,#0064d9)}.verb-shelf{margin-bottom:2.5rem}.verb-shelf h2{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--sapContent_LabelColor,#6a6d70);font-weight:700;margin:0 0 1rem}.verb-shelf__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.verb-shelf__list li a{display:block;padding:1rem;border:1px solid var(--sapList_BorderColor,#e5e5e5);border-radius:6px;background:var(--sapList_Background,#fff);text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s}.verb-shelf__list li a:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,6%);border-color:var(--sapLinkColor,#0070f3)}.verb-shelf__list li strong{display:block;color:var(--sapLinkColor,#0070f3);font-weight:600;margin-bottom:.25rem}.verb-shelf__list li p{font-size:.85rem;color:var(--sapContent_LabelColor,#6a6d70);margin:.25rem 0 0}.verb-shelf__list .hp-popover-anchor{display:block}.verb-shelf__list .hp-popover-link{padding-right:2rem}.verb-shelf__list .hp-popover-icon{position:absolute;top:.5rem;right:.5rem;margin-left:0;z-index:1}.badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge--new{background:#15803d;color:#fff}.badge--updated{background:#2563eb;color:#fff}.badge--hidden_gem{background:#a16207;color:#fff}.badge--third_party{background:#6b7280;color:#fff}.verb-extra{margin-top:3rem;padding:1.5rem;background:var(--sapList_HeaderBackground,#f5f6f7);border-radius:8px}.verb-extra h2{font-size:1.25rem;margin:0 0 1rem}.verb-extra__cta{display:inline-block;padding:.75rem 1.5rem;background:var(--sapButton_Emphasized_Background,#0070f2);color:var(--sapButton_Emphasized_TextColor,white);text-decoration:none;border-radius:6px;font-weight:600;margin-top:.5rem}.verb-extra__cta:hover{opacity:.9}@media(prefers-reduced-motion:reduce){.verb-shelf__list li a{transition:none}}[data-personalize]{min-height:1px}[data-personalize=verb-order]{min-height:240px}[data-personalize=for-you][hidden]{display:none}.for-you-row__header{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.for-you-row__header .hp-band__title{margin:0}.for-you-row__because{font-size:.8125rem;color:var(--sapContent_LabelColor,#6a6d70);padding:.15rem .6rem;border-radius:999px;background:var(--sapButton_Lite_Background,#eaecee)}.for-you-row__because:empty{display:none}.for-you-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1100px){.for-you-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.for-you-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.for-you-cards{grid-template-columns:1fr}}.for-you-card{display:flex;flex-direction:column;background:var(--sapBaseColor,#fff);border:1px solid var(--sapContent_ForegroundBorderColor,#e4e7ed);border-radius:8px;text-decoration:none;color:inherit;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.for-you-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,8%)}.for-you-card__body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.for-you-card__kind{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sapContent_LabelColor,#6a6d70)}.for-you-card__title{font-size:1rem;font-weight:600;margin:0;line-height:1.35;color:var(--sapTextColor,#32363a)}.for-you-card__desc{margin:0;font-size:.85rem;line-height:1.4;color:var(--sapContent_LabelColor,#6a6d70);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-personalize=teaser-rerank]{min-height:320px}.personalized-badge-slot{min-height:32px;padding:.25rem .5rem}.personalized-badge{display:flex;gap:.5em;align-items:center}.hp-featured-carousel{position:relative}.hp-featured-carousel--pending{display:none}.hp-featured-carousel__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.hp-featured-carousel__viewport{position:relative;min-height:22rem}.hp-featured-carousel__slide{transition:opacity 300ms ease,transform 300ms ease;opacity:1;transform:translateX(0)}.hp-featured-carousel__slide.hidden{display:none}.hp-featured-carousel__slide.is-fading-out{opacity:0;transform:translateX(-10px)}.hp-featured-carousel__slide.is-fading-in{opacity:0;transform:translateX(10px)}.hp-featured-carousel__topic{font-size:1.125rem;margin-bottom:.75rem}.hp-featured-carousel__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:900px){.hp-featured-carousel__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.hp-featured-carousel__grid{grid-template-columns:1fr}}.hp-featured-carousel__controls{display:flex;align-items:center;gap:.5rem;margin-top:1rem;justify-content:center}.hp-featured-carousel__controls button{background:0 0;border:1px solid var(--sapList_BorderColor,#e5e5e5);border-radius:4px;padding:.25rem .5rem;cursor:pointer}.hp-featured-carousel__dots{list-style:none;padding:0;margin:0;display:flex;gap:.375rem}.hp-featured-carousel__dots button{width:.625rem;height:.625rem;border-radius:50%;border:0;background:var(--sapContent_LabelColor,#6a6d70);opacity:.35;cursor:pointer;padding:0}.hp-featured-carousel__dots button[aria-selected=true]{opacity:1}.hp-featured-carousel__see-all{color:var(--sapLinkColor,#0070f3);text-decoration:none}.hp-featured-carousel__see-all:hover{text-decoration:underline}.hp-featured-carousel__modeswitch{display:inline-flex;gap:0;margin:0 0 .75rem;border:1px solid var(--sapField_BorderColor,#89919a);border-radius:.5rem;overflow:hidden}.hp-featured-carousel__mode{appearance:none;border:0;background:var(--sapField_Background,#fff);color:var(--sapContent_LabelColor,#556b82);padding:.375rem .9rem;font:inherit;font-weight:600;cursor:pointer}.hp-featured-carousel__mode.is-active{background:var(--sapButton_Selected_Background,#0064d9);color:var(--sapButton_Selected_TextColor,#fff)}.hp-featured-carousel__windows{display:inline-flex;gap:.375rem;margin:0 0 .75rem .75rem}.hp-featured-carousel__window{appearance:none;border:1px solid var(--sapField_BorderColor,#89919a);background:var(--sapField_Background,#fff);color:var(--sapContent_LabelColor,#556b82);border-radius:1rem;padding:.25rem .75rem;font:inherit;cursor:pointer}.hp-featured-carousel__window.is-active{background:var(--sapButton_Selected_Background,#0064d9);color:var(--sapButton_Selected_TextColor,#fff);border-color:transparent}.hp-featured-carousel__empty{color:var(--sapContent_LabelColor,#556b82);padding:1rem 0;margin:0}@media(prefers-reduced-motion:reduce){.hp-featured-carousel__slide,.hp-featured-carousel__slide.is-fading-out,.hp-featured-carousel__slide.is-fading-in{transition:none;transform:none}}.hp-topic-clusters__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.hp-topic-clusters__cluster{padding:1rem;border-radius:8px;background:var(--sapBaseColor,#fff);border:1px solid var(--sapList_BorderColor,#e5e5e5)}.hp-topic-clusters__label{font-size:1.1rem;font-weight:600;color:var(--sapTextColor,#32363a);margin:0 0 .25rem}.hp-topic-clusters__rationale{font-size:.85rem;color:var(--sapContent_LabelColor,#6a6d70);margin:0 0 .5rem}.hp-topic-clusters__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.hp-topic-clusters__links a{color:var(--sapLinkColor,#0070f3);text-decoration:none}.hp-topic-clusters__links a:hover{text-decoration:underline}.hp-tc-badge{display:inline-block;margin-left:.4rem;padding:0 .4rem;font-size:.7rem;line-height:1.4;border-radius:.25rem;background:var(--sapNeutralBackground,#eaecee);color:var(--sapContent_LabelColor,#556);vertical-align:middle}.hp-tc-badge--tutorial{background:#e3f0ff}.hp-tc-badge--blog-post{background:#fde7d6}.hp-tc-badge--video{background:#fde3e3}.hp-tc-badge--mission,.hp-tc-badge--group{background:#e6f6ea}.hp-tc-badge--community-event{background:#f0e6fb}.hp-dtf-banner{margin:0}.hp-dtf-banner[hidden]{display:none}.hp-dtf-banner__link{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;padding:.9rem 1.5rem;border-radius:10px;text-decoration:none;color:#fff;background:linear-gradient(90deg,var(--joule-purple-1,#5D36FF) 0%,var(--joule-purple-3,#A100C2) 60%,#D1188A 100%);box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .15s ease,box-shadow .15s ease}.hp-dtf-banner__link:hover,.hp-dtf-banner__link:focus-visible{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.22)}.hp-dtf-banner__link:focus-visible{outline:2px solid #fff;outline-offset:2px}.hp-dtf-banner__brand{font-size:1.35rem;font-weight:700;letter-spacing:.01em}.hp-dtf-banner__msg{font-size:1.1rem;font-weight:600;font-variant-numeric:tabular-nums}.hp-dtf-banner__window{font-size:1rem;opacity:.95}.hp-dtf-banner__cta{margin-left:auto;font-size:.95rem;font-weight:600;white-space:nowrap}@media(max-width:600px){.hp-dtf-banner__link{flex-direction:column;align-items:flex-start}.hp-dtf-banner__cta{margin-left:0}}@media(prefers-reduced-motion:reduce){.hp-dtf-banner__link{transition:none}.hp-dtf-banner__link:hover,.hp-dtf-banner__link:focus-visible{transform:none}}