.v36-share-sheet{
    position:fixed;
    inset:0;
    z-index:1700;
    display:none;
    align-items:flex-end;
    justify-content:center;
    padding:18px;
    background:rgba(20,17,15,.32);
    backdrop-filter:blur(14px);
}

.v36-share-sheet.open{
    display:flex;
}

.v36-share-panel{
    width:min(660px,100%);
    padding:24px;
    border-radius:34px;
    background:#fffaf4;
    box-shadow:0 35px 100px rgba(28,23,20,.32);
}

.v36-share-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
}

.v36-share-head h2{
    margin:5px 0 0;
    font-size:34px;
    letter-spacing:-.05em;
}

.v36-share-close{
    width:42px;
    height:42px;
    border:0;
    border-radius:15px;
    background:#ece7df;
    cursor:pointer;
}

.v36-share-preview{
    margin-top:20px;
    min-height:220px;
    padding:24px;
    border-radius:27px;
    background:#171513;
    color:white;
    display:flex;
    flex-direction:column;
}

.v36-share-brand{
    color:#d9a53c;
    font-size:9px;
    font-weight:900;
    letter-spacing:.14em;
}

.v36-share-preview h3{
    margin:34px 0 8px;
    font-size:32px;
    line-height:1;
    letter-spacing:-.055em;
}

.v36-share-preview p{
    margin:0;
    color:#aaa39d;
}

.v36-share-url{
    margin-top:auto;
    padding-top:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#817a75;
    font-size:9px;
}

.v36-share-actions{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
    margin-top:13px;
}

.v36-share-actions button{
    min-height:48px;
    border:0;
    border-radius:17px;
    cursor:pointer;
    font-weight:800;
}

.v36-primary{
    background:#171513;
    color:white;
}

.v36-soft{
    background:#ede9e2;
    color:#211e1b;
}

.v36-qr{
    margin-top:14px;
    display:none;
    justify-content:center;
    padding:18px;
    border-radius:22px;
    background:white;
}

.v36-qr.visible{
    display:flex;
}

.v36-qr canvas{
    max-width:220px;
    width:100%;
    height:auto;
}

@media(max-width:540px){
    .v36-share-actions{
        grid-template-columns:1fr;
    }
}
