:root{
    --nds-red:#ff334f;
    --nds-green:#36d47c;
    --nds-bg:#050507;
    --safe-top:env(safe-area-inset-top,0px);
    --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--nds-bg);color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden}
button,a,textarea,input{font:inherit}
.nds-shorts-body{height:100dvh;background:radial-gradient(circle at 50% 35%,#14151b 0,#07080b 46%,#030304 100%)}
.nds-shorts-topbar{position:fixed;z-index:100;top:0;left:0;right:0;height:calc(58px + var(--safe-top));padding:var(--safe-top) 18px 0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent)}
.nds-shorts-topbar>*{pointer-events:auto}
.nds-shorts-back,.nds-shorts-global-sound{width:40px;height:40px;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(12,13,17,.64);backdrop-filter:blur(12px);text-decoration:none;cursor:pointer}
.nds-shorts-brand{font-size:.95rem;font-weight:850;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.nds-shorts-brand span{color:var(--nds-red);font-weight:950}
.nds-shorts-feed{height:100dvh;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;overscroll-behavior-y:contain;scrollbar-width:none}
.nds-shorts-feed::-webkit-scrollbar{display:none}
.nds-reel{height:100dvh;min-height:100dvh;display:grid;place-items:center;scroll-snap-align:start;scroll-snap-stop:always;padding:12px}
.nds-reel-stage{position:relative;height:min(calc(100dvh - 24px),900px);aspect-ratio:9/16;max-width:calc(100vw - 24px);overflow:hidden;border-radius:24px;background:#000;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 90px rgba(0,0,0,.48);isolation:isolate}
.nds-reel-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}
.nds-reel-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.12) 0,transparent 35%,transparent 55%,rgba(0,0,0,.82) 100%)}
.nds-reel-loading{position:absolute;inset:0;display:none;place-items:center;pointer-events:none}
.nds-reel.is-buffering .nds-reel-loading{display:grid}
.nds-reel-loading span{width:38px;height:38px;border:3px solid rgba(255,255,255,.22);border-top-color:#fff;border-radius:50%;animation:nds-spin .8s linear infinite}
@keyframes nds-spin{to{transform:rotate(360deg)}}
.nds-reel-center-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);width:68px;height:68px;border:0;border-radius:50%;background:rgba(9,10,14,.66);color:#fff;display:grid;place-items:center;font-size:1.35rem;opacity:0;pointer-events:none;transition:.18s ease;backdrop-filter:blur(10px)}
.nds-reel.is-paused .nds-reel-center-play{opacity:1;transform:translate(-50%,-50%) scale(1)}
.nds-reel-progress{position:absolute;z-index:5;left:10px;right:10px;bottom:8px;height:3px;border-radius:999px;background:rgba(255,255,255,.25);overflow:hidden}
.nds-reel-progress span{display:block;width:0;height:100%;background:var(--nds-red)}
.nds-reel-copy{position:absolute;z-index:4;left:18px;right:92px;bottom:30px;text-shadow:0 2px 12px rgba(0,0,0,.78)}
.nds-reel-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#fff;font-size:.72rem;font-weight:850}.nds-reel-kicker i{color:var(--nds-red)}
.nds-reel-copy h1{margin:0 0 7px;font-size:clamp(1.05rem,2.4vw,1.3rem);font-weight:850;line-height:1.22;letter-spacing:-.018em}
.nds-reel-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 8px;color:#e1e3e8;font-size:.82rem;line-height:1.42}
.nds-reel-meta{display:flex;gap:12px;color:#c7cad1;font-size:.72rem;font-weight:650}
.nds-reel-full-link{display:inline-flex;align-items:center;gap:7px;margin-top:11px;padding:8px 11px;border-radius:10px;background:rgba(255,51,79,.94);color:#fff;text-decoration:none;font-size:.76rem;font-weight:820;box-shadow:0 8px 28px rgba(255,51,79,.18)}
.nds-reel-actions{position:absolute;z-index:6;right:12px;bottom:36px;display:flex;flex-direction:column;align-items:center;gap:14px}
.nds-reel-action{border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:52px;padding:0;cursor:pointer;text-shadow:0 2px 10px rgba(0,0,0,.7)}
.nds-reel-action-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(16,17,21,.66);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(12px);font-size:1.05rem;transition:.18s ease}
.nds-reel-action:hover .nds-reel-action-icon{transform:translateY(-1px);background:rgba(25,26,32,.82)}
.nds-like-action.is-active .nds-reel-action-icon{background:rgba(255,51,79,.95);border-color:transparent}.nds-like-action.is-active{color:#fff}
.nds-reel-action-count,.nds-reel-action-label{font-size:.66rem;font-weight:760}
.nds-reel-swipe-hint{position:absolute;z-index:3;top:66px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.32);color:rgba(255,255,255,.78);font-size:.65rem;font-weight:700;opacity:0;animation:nds-hint 4s 1.2s ease both;pointer-events:none}
@keyframes nds-hint{0%,100%{opacity:0;transform:translate(-50%,8px)}20%,70%{opacity:1;transform:translate(-50%,0)}}
.nds-short-toast{position:fixed;z-index:250;left:50%;bottom:calc(26px + var(--safe-bottom));transform:translate(-50%,18px);padding:10px 14px;border-radius:12px;background:rgba(20,22,28,.94);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.78rem;font-weight:700;opacity:0;pointer-events:none;transition:.2s ease;box-shadow:0 18px 50px rgba(0,0,0,.38)}
.nds-short-toast.show{opacity:1;transform:translate(-50%,0)}
.nds-short-comments-backdrop{position:fixed;z-index:180;inset:0;background:rgba(0,0,0,.54);backdrop-filter:blur(3px)}
.nds-short-comments{position:fixed;z-index:190;right:0;top:0;bottom:0;width:min(430px,92vw);display:flex;flex-direction:column;background:#101218;border-left:1px solid rgba(255,255,255,.1);box-shadow:-30px 0 80px rgba(0,0,0,.42);transform:translateX(105%);transition:transform .24s ease;padding-top:var(--safe-top)}
.nds-short-comments.open{transform:translateX(0)}
.nds-short-comments header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}
.nds-short-comments h2{margin:2px 0 0;font-size:1.08rem}.nds-comments-kicker{color:var(--nds-red);font-size:.64rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.nds-short-comments header button,.nds-username-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#fff;cursor:pointer}
.nds-short-comments-list{flex:1;overflow:auto;padding:14px 18px}.nds-comments-loading,.nds-comments-empty{padding:30px 10px;text-align:center;color:#8f95a0;font-size:.82rem}
.nds-short-comment{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.nds-short-comment-head{display:flex;align-items:center;gap:8px;margin-bottom:5px}.nds-short-comment-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--nds-red);font-size:.72rem;font-weight:900}.nds-short-comment-name{font-size:.79rem;font-weight:820}.nds-short-comment-time{margin-left:auto;color:#777e8a;font-size:.65rem}.nds-short-comment-text{padding-left:38px;color:#d8dbe1;font-size:.82rem;line-height:1.48;white-space:pre-wrap}.nds-short-comment-delete{margin-left:5px;border:0;background:none;color:#777e8a;cursor:pointer}
.nds-short-comment-compose{display:flex;gap:9px;padding:12px 14px calc(12px + var(--safe-bottom));border-top:1px solid rgba(255,255,255,.08);background:#0d0f14}.nds-short-comment-compose textarea{flex:1;resize:none;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#151820;color:#fff;padding:10px 11px;outline:none}.nds-short-comment-compose textarea:focus{border-color:rgba(255,51,79,.6)}.nds-short-comment-compose button{border:0;border-radius:11px;background:var(--nds-red);color:#fff;padding:0 14px;font-weight:800;cursor:pointer}.nds-comments-login{display:block;width:100%;padding:11px 14px;text-align:center;border-radius:11px;background:var(--nds-red);color:#fff;text-decoration:none;font-weight:800;font-size:.82rem}
.nds-username-dialog{position:fixed;z-index:300;inset:0;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.68);backdrop-filter:blur(6px)}.nds-username-dialog[hidden]{display:none}.nds-username-card{position:relative;width:min(420px,100%);padding:24px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:#14161c;box-shadow:0 28px 80px rgba(0,0,0,.5)}.nds-username-card h2{margin:6px 0 8px;font-size:1.2rem}.nds-username-card p{color:#a9aeb8;font-size:.82rem;line-height:1.5}.nds-username-card input{width:100%;height:44px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:#0e1015;color:#fff;padding:0 12px;outline:none}.nds-username-card>button:last-child{width:100%;margin-top:12px;height:44px;border:0;border-radius:11px;background:var(--nds-red);color:#fff;font-weight:820;cursor:pointer}.nds-username-close{position:absolute;right:12px;top:12px}.nds-username-error{min-height:18px;margin-top:7px;color:#ff7181;font-size:.72rem}
@media(max-width:700px){
    .nds-reel{padding:0}.nds-reel-stage{width:100vw;height:100dvh;max-width:none;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none}
    .nds-shorts-topbar{padding-left:12px;padding-right:12px}.nds-reel-copy{left:14px;right:82px;bottom:calc(27px + var(--safe-bottom))}.nds-reel-actions{right:8px;bottom:calc(31px + var(--safe-bottom))}.nds-reel-action-icon{width:44px;height:44px}.nds-reel-progress{bottom:var(--safe-bottom);left:0;right:0;border-radius:0;height:3px}.nds-reel-swipe-hint{top:calc(62px + var(--safe-top))}
    .nds-short-comments{top:auto;left:0;right:0;width:100%;height:min(72dvh,680px);border-left:0;border-top:1px solid rgba(255,255,255,.1);border-radius:20px 20px 0 0;transform:translateY(105%);padding-top:0}.nds-short-comments.open{transform:translateY(0)}
}
@media(min-width:701px){.nds-reel-stage{min-width:390px}.nds-shorts-topbar{max-width:1200px;left:50%;transform:translateX(-50%)}}


/* ========================================================================== */
/* v6.5.7 – kompakte Shop-Slides + direkter Warenkorb                         */
/* ========================================================================== */
.nds-shop-reel{
    height:100dvh;
    min-height:100dvh;
    display:grid;
    place-items:center;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    padding:12px;
}
.nds-shop-reel-stage{
    position:relative;
    width:min(calc((100dvh - 24px) * .5625),calc(100vw - 24px));
    height:min(calc(100dvh - 24px),900px);
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at 50% 20%,rgba(255,51,79,.18),transparent 36%),
        linear-gradient(180deg,#17181e 0%,#0c0d11 56%,#07080b 100%);
    box-shadow:0 28px 90px rgba(0,0,0,.48);
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    gap:12px;
    padding:70px 16px 16px;
    isolation:isolate;
}
.nds-shop-reel-stage::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 42%,rgba(0,0,0,.18));
}
.nds-shop-reel-topline{
    position:relative;
    z-index:4;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.nds-shop-reel-topline span,
.nds-shop-reel-topline small{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:30px;
    padding:0 10px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:999px;
    background:rgba(8,9,13,.72);
    color:#fff;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    font-size:.69rem;
    font-weight:820;
}
.nds-shop-reel-topline span i{color:var(--nds-red)}
.nds-shop-reel-topline small{color:#c8cbd2;font-weight:720}
.nds-shop-reel-image-wrap{
    position:relative;
    z-index:2;
    min-height:0;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.09);
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    padding:10px;
}
.nds-shop-reel-image-wrap::before{
    content:"";
    position:absolute;
    width:72%;
    aspect-ratio:1;
    border-radius:50%;
    background:rgba(255,51,79,.10);
    filter:blur(38px);
}
.nds-shop-reel-image-wrap img{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:13px;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.32));
}
.nds-shop-reel-copy{
    position:relative;
    z-index:4;
    min-width:0;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:linear-gradient(180deg,rgba(14,15,20,.88),rgba(8,9,12,.96));
    box-shadow:0 -10px 35px rgba(0,0,0,.16);
    padding:14px;
}
.nds-shop-reel-kicker{
    margin-bottom:5px;
    color:#ff6376;
    font-size:.64rem;
    font-weight:900;
    letter-spacing:.085em;
    text-transform:uppercase;
}
.nds-shop-reel-copy h2{
    margin:0 0 5px;
    color:#fff;
    font-size:clamp(1.08rem,2.8vw,1.34rem);
    line-height:1.15;
    font-weight:900;
    letter-spacing:-.024em;
}
.nds-shop-reel-copy p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    margin:0 0 10px;
    color:#bfc3cc;
    font-size:.75rem;
    line-height:1.38;
}
.nds-shop-reel-purchase-row{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    align-items:end;
    gap:10px;
    margin-bottom:10px;
}
.nds-shop-reel-price{
    min-width:86px;
    display:flex;
    flex-direction:column;
    gap:1px;
    margin:0;
}
.nds-shop-reel-price span{
    color:#8e949f;
    font-size:.61rem;
    font-weight:750;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.nds-shop-reel-price strong{
    color:#fff;
    font-size:1.02rem;
    line-height:1.15;
    font-weight:900;
    white-space:nowrap;
}
.nds-shop-option-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    min-width:0;
}
.nds-shop-option-grid.single{grid-template-columns:minmax(0,1fr)}
.nds-shop-option-grid label{display:block;min-width:0;margin:0}
.nds-shop-option-grid label>span{
    display:block;
    margin:0 0 3px;
    color:#8e949f;
    font-size:.58rem;
    font-weight:750;
    text-transform:uppercase;
    letter-spacing:.045em;
}
.nds-shop-option-grid select{
    width:100%;
    height:34px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:9px;
    background:#13151b;
    color:#fff;
    padding:0 28px 0 9px;
    font-size:.7rem;
    font-weight:760;
    outline:none;
}
.nds-shop-option-grid select:focus{border-color:rgba(255,51,79,.7);box-shadow:0 0 0 2px rgba(255,51,79,.12)}
.nds-shop-reel-actions{display:grid;gap:7px}
.nds-shop-reel-cart,
.nds-shop-reel-buy,
.nds-shop-reel-next{
    min-height:42px;
    border-radius:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-decoration:none;
    font-size:.76rem;
    font-weight:850;
    transition:transform .16s ease,filter .16s ease,border-color .16s ease,background .16s ease;
}
.nds-shop-reel-cart{
    width:100%;
    border:1px solid rgba(255,51,79,.56);
    background:linear-gradient(180deg,#ff405a,#e82d47);
    color:#fff;
    box-shadow:0 10px 26px rgba(255,51,79,.20);
    cursor:pointer;
}
.nds-shop-reel-cart.is-added{
    border-color:rgba(62,205,113,.55);
    background:linear-gradient(180deg,#31b968,#249554);
    box-shadow:0 10px 26px rgba(49,185,104,.18);
}
.nds-shop-reel-cart:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
.nds-shop-reel-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.nds-shop-reel-buy,
.nds-shop-reel-next{
    min-height:38px;
    border:1px solid rgba(255,255,255,.11);
    background:rgba(255,255,255,.045);
    color:#d9dce3;
}
.nds-shop-reel-next{cursor:pointer}
.nds-shop-reel-cart:not(:disabled):hover,
.nds-shop-reel-buy:hover,
.nds-shop-reel-next:hover{filter:brightness(1.07)}
.nds-shop-reel-cart:not(:disabled):active,
.nds-shop-reel-buy:active,
.nds-shop-reel-next:active{transform:scale(.985)}
.nds-shop-reel-next i{font-size:.7rem}
.nds-shop-product-data{display:none!important}

@media(max-width:700px){
    .nds-shop-reel{padding:0}
    .nds-shop-reel-stage{
        width:100vw;
        height:100dvh;
        max-width:none;
        border:0;
        border-radius:0;
        box-shadow:none;
        gap:9px;
        padding:calc(61px + var(--safe-top)) 11px calc(10px + var(--safe-bottom));
    }
    .nds-shop-reel-image-wrap{border-radius:16px;padding:7px}
    .nds-shop-reel-image-wrap img{border-radius:11px}
    .nds-shop-reel-copy{border-radius:16px;padding:12px}
    .nds-shop-reel-copy h2{font-size:1.08rem}
    .nds-shop-reel-copy p{font-size:.71rem;line-height:1.32;margin-bottom:8px}
    .nds-shop-reel-purchase-row{gap:8px;margin-bottom:8px}
    .nds-shop-reel-price{min-width:78px}
    .nds-shop-reel-price strong{font-size:.96rem}
    .nds-shop-option-grid select{height:32px;font-size:.68rem}
    .nds-shop-reel-cart{min-height:40px}
    .nds-shop-reel-buy,.nds-shop-reel-next{min-height:36px}
}

@media(max-height:720px) and (max-width:700px){
    .nds-shop-reel-stage{padding-top:calc(56px + var(--safe-top));gap:7px}
    .nds-shop-reel-copy{padding:10px}
    .nds-shop-reel-copy p{display:none}
    .nds-shop-reel-kicker{margin-bottom:3px}
    .nds-shop-reel-copy h2{font-size:1rem;margin-bottom:4px}
    .nds-shop-reel-purchase-row{margin-bottom:7px}
    .nds-shop-reel-cart{min-height:37px}
    .nds-shop-reel-buy,.nds-shop-reel-next{min-height:34px}
}

@media(max-height:610px) and (max-width:700px){
    .nds-shop-reel-topline small{display:none}
    .nds-shop-reel-stage{padding-top:calc(52px + var(--safe-top))}
    .nds-shop-reel-image-wrap{min-height:135px}
    .nds-shop-reel-kicker{display:none}
    .nds-shop-option-grid label>span{display:none}
    .nds-shop-option-grid select{height:30px}
    .nds-shop-reel-secondary-actions{grid-template-columns:1fr 1fr}
}



/* ========================================================================== */
/* v6.5.8 – öffentlicher Ausverkauft-Zustand für Short-Shop-Slides           */
/* ========================================================================== */
.nds-shop-reel-cart.is-sold-out,
.nds-shop-reel-cart.is-sold-out:disabled{
    opacity:1;
    cursor:not-allowed;
    color:#d6d8de;
    border-color:rgba(255,255,255,.12);
    background:linear-gradient(180deg,rgba(58,60,68,.90),rgba(34,36,42,.96));
    box-shadow:none;
}
.nds-shop-reel-cart.is-sold-out i{color:#ff6376}
.nds-shop-reel.is-sold-out .nds-shop-reel-price strong{color:#c8cbd2}
