.basic-card[data-r-79ee99a4] {
    background: linear-gradient(135deg, #ffe6f0 0%, #fff5e6 100%);
    border: 1px solid #f8d4e0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.basic-card p[data-r-79ee99a4] {
    margin: 0;
    color: #5b2a3c;
}

.basic-card code[data-r-79ee99a4] {
    background: rgba(0, 0, 0, 0.06);
    padding: 0 0.3rem;
    border-radius: 4px;
    font-size: 0.85em;
}

.twin-tag[data-r-b664e893] {
    display: inline-block;
    background: #d6f3d6;
    color: #1f5e1f;
    border: 1px solid #8fcf8f;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.9rem;
}

.box[data-r-72d01ace] {
    background: #e3eff8;
    color: #0066B3;
    border: 1px solid #b9d4e9;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dot[data-r-72d01ace] {
    width: 0.6rem;
    height: 0.6rem;
    background: #0066B3;
    border-radius: 50%;
}

.lazy-child[data-r-05267f97] {
    background: #fff4d6;
    border: 1px dashed #d4a847;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    color: #6b4a00;
    margin-top: 0.5rem;
}


.todo-title[data-r-8160a7a5] {
    flex: 1 1 auto;
}

.todo-title.completed[data-r-8160a7a5] {
    text-decoration: line-through;
    color: color-mix(in srgb, currentColor 55%, transparent);
}

.dd-dragging[data-r-464fc5bd] {
    opacity: 0.4;
}

.dd-drop-target[data-r-464fc5bd] {
    outline: 2px dashed var(--rask-accent, #6610f2);
    outline-offset: -2px;
    background-color: var(--rask-accent-soft, #f1ebfd);
}

.dd-board[data-r-464fc5bd] {
    margin-top: 0.5rem;
}

.dd-column[data-r-464fc5bd] {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.dd-column-header[data-r-464fc5bd] {
    margin-bottom: 0.75rem;
}

.dd-column-body[data-r-464fc5bd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-height: 3rem;
}

.dd-card[data-r-464fc5bd] {
    cursor: grab;
    user-select: none;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dd-card[data-r-464fc5bd]:active {
    cursor: grabbing;
}

.box[data-r-3c2d288f] {
    background: #fdecec;
    color: #8a1f1f;
    border: 1px solid #f4c2c2;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dot[data-r-3c2d288f] {
    width: 0.6rem;
    height: 0.6rem;
    background: #d23030;
    border-radius: 50%;
}

.dd-item[data-r-11b07e12] {
    cursor: grab;
    user-select: none;
}

.dd-item[data-r-11b07e12]:active {
    cursor: grabbing;
}

.dd-dragging[data-r-11b07e12] {
    opacity: 0.4;
}

.dd-drop-target[data-r-11b07e12] {
    outline: 2px dashed var(--rask-accent, #6610f2);
    outline-offset: -2px;
    background-color: var(--rask-accent-soft, #f1ebfd);
}

.twin-tag[data-r-ca7ce6de] {
    display: inline-block;
    background: #cfe8ff;
    color: #1c4d7c;
    border: 1px solid #8fc4f0;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.9rem;
}



.guide[data-r-eb536fcd] {
    max-width: 100%;
}


.guide-banner[data-r-eb536fcd] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem .9rem;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    color: var(--rask-accent-strong);
    background: var(--rask-accent-soft);
    border: 1px solid var(--rask-line);
    border-radius: .6rem;
}

.guide-banner-src[data-r-eb536fcd] {
    margin-left: auto;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.guide-backlink[data-r-eb536fcd] {
    color: var(--rask-accent-strong);
}


.guide-chapters[data-r-eb536fcd] {
    padding: 1.1rem 1.35rem;
    margin-bottom: 2rem;
    background: var(--rask-mist);
    border: 1px solid var(--rask-line);
    border-radius: .75rem;
}

.guide-chapters-title[data-r-eb536fcd] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--rask-accent-strong);
    margin-bottom: .5rem;
}

.guide-chapters-list[data-r-eb536fcd] {
    margin: 0;
    padding-left: 1.25rem;
}

.guide-chapters-list > li[data-r-eb536fcd] {
    margin: .15rem 0;
}

.guide-chapters-sub[data-r-eb536fcd] {
    list-style: none;
    padding-left: .75rem;
    margin: .1rem 0 .35rem;
}

.guide-chapter-link[data-r-eb536fcd],
.guide-chapter-sublink[data-r-eb536fcd] {
    text-decoration: none;
    color: var(--rask-body);
}

.guide-chapter-sublink[data-r-eb536fcd] {
    font-size: .9rem;
    color: var(--muted);
}

.guide-chapter-link[data-r-eb536fcd]:hover,
.guide-chapter-sublink[data-r-eb536fcd]:hover {
    color: var(--rask-accent);
    text-decoration: underline;
}


.guide-layout[data-r-eb536fcd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
}

@media (min-width: 992px) {
    .guide-layout[data-r-eb536fcd] {
        grid-template-columns: minmax(0, 1fr) 15rem;
    }
}

.guide-content[data-r-eb536fcd] {
    min-width: 0;
}

.guide-onthispage[data-r-eb536fcd] {
    display: none;
}

@media (min-width: 992px) {
    .guide-onthispage[data-r-eb536fcd] {
        display: block;
    }
}

.guide-onthispage-inner[data-r-eb536fcd] {
    position: sticky;
    top: calc(var(--nav-h) + 1.5rem);
    max-height: calc(100vh - var(--nav-h) - 3rem);
    overflow-y: auto;
    padding-left: 1rem;
    border-left: 1px solid var(--rask-line);
}

.guide-onthispage-title[data-r-eb536fcd] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .6rem;
}

.guide-onthispage-list[data-r-eb536fcd] {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .875rem;
}

.guide-onthispage-list li[data-r-eb536fcd] {
    margin: .1rem 0;
}

.guide-onthispage-sub .guide-onthispage-link[data-r-eb536fcd] {
    padding-left: .85rem;
    font-size: .82rem;
}

.guide-onthispage-link[data-r-eb536fcd] {
    display: block;
    padding: .15rem 0 .15rem .65rem;
    border-left: 2px solid transparent;
    margin-left: -1rem;
    text-decoration: none;
    color: var(--ink-soft);
    transition: color .12s ease, border-color .12s ease;
}

.guide-onthispage-link[data-r-eb536fcd]:hover {
    color: var(--rask-accent);
}

.guide-onthispage-link.active[data-r-eb536fcd] {
    color: var(--rask-accent-strong);
    border-left-color: var(--rask-accent);
    font-weight: 600;
}


.guide-prevnext[data-r-eb536fcd] {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--rask-line);
}


@media (max-width: 639.98px) {
    .guide-prevnext[data-r-eb536fcd] {
        flex-direction: column;
    }

    .guide-prevnext-spacer[data-r-eb536fcd] {
        display: none;
    }
}

.guide-prevnext-spacer[data-r-eb536fcd] {
    flex: 1 1 0;
}

.guide-prevnext-link[data-r-eb536fcd] {
    flex: 1 1 0;
    
    min-width: 0;
    display: flex;
    align-items: center;
    padding: .85rem 1.1rem;
    text-decoration: none;
    color: var(--rask-body);
    background: var(--panel);
    border: 1px solid var(--rask-line);
    border-radius: .75rem;
    transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}

.guide-prevnext-link[data-r-eb536fcd]:hover {
    border-color: var(--rask-accent);
    box-shadow: 0 6px 18px rgba(124, 58, 237, .12);
    transform: translateY(-1px);
}

.guide-prevnext-next[data-r-eb536fcd] {
    text-align: right;
    justify-content: flex-end;
}

.guide-prevnext-body[data-r-eb536fcd] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.guide-prevnext-label[data-r-eb536fcd] {
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
}

.guide-prevnext-title[data-r-eb536fcd] {
    font-family: var(--font-display);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.guide-demo[data-r-eb536fcd] {
    margin: 1.5rem 0;
}



.sample-code-col[data-r-31bfb841] {
    background: var(--rask-ink);
    color: #e7e3ff;
    display: flex;
    flex-direction: column;
}

.sample-code-header[data-r-31bfb841] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.sample-dot[data-r-31bfb841] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    display: inline-block;
}

.dot-r[data-r-31bfb841] {
    background: #ff5f57;
}

.dot-y[data-r-31bfb841] {
    background: #febc2e;
}

.dot-g[data-r-31bfb841] {
    background: #28c840;
}

.sample-code-label[data-r-31bfb841] {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
}


.sample-tabs[data-r-31bfb841] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.sample-tab[data-r-31bfb841] {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    padding: 0.15rem 0.55rem;
    border-radius: 0.35rem;
    cursor: pointer;
    transition: color 0.12s ease, background 0.12s ease;
}

.sample-tab[data-r-31bfb841]:hover {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
}

.sample-tab.active[data-r-31bfb841] {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}


.sample-copy[data-r-31bfb841] {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    padding: 0.15rem 0.55rem;
    border-radius: 0.35rem;
    cursor: pointer;
    transition: color 0.12s ease, background 0.12s ease;
}

.sample-copy[data-r-31bfb841]:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
}

.sample-copy.copied[data-r-31bfb841] {
    color: #28c840;
}

.sample-code[data-r-31bfb841] {
    padding: 1rem 1.2rem;
    font-size: 0.82rem;
    line-height: 1.6;
    background: transparent;
    color: inherit;
    overflow-x: auto;
    flex: 1;
}

.sample-code code[data-r-31bfb841] {
    white-space: pre;
    background: transparent;
    padding: 0;
    font-size: inherit;
}






.sample-result-label[data-r-31bfb841] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--rask-accent);
    margin-bottom: 0.75rem;
}

.sample-result-label[data-r-31bfb841]::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--rask-accent);
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.5);
    animation: sample-pulse 2.4s ease-out infinite;
}

@keyframes sample-pulse {
    0% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.5); }
    70% { box-shadow: 0 0 0 6px rgba(124, 58, 237, 0); }
    100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .sample-result-label[data-r-31bfb841]::before {
        animation: none;
    }
}

.sample-result-body[data-r-31bfb841] {
    flex: 1;
}

@media (max-width: 767.98px) {
    .sample-code-col[data-r-31bfb841] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

