/* _content/BenchCreator-V1/Pages/Index.razor.rz.scp.css */
body[b-h4ovq18n7e] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px;
}

.curve-container[b-h4ovq18n7e] {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    pointer-events: none;
}

h1[b-h4ovq18n7e] {
    padding-top: 20px;
    z-index: 20;
    pointer-events: none;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

p[b-h4ovq18n7e] {
    z-index: 20;
    pointer-events: none;
    font-size: 1rem;
    color: #7f8c8d;
    margin-top: 5px;
}

@media (max-width: 1000px) {
    h1[b-h4ovq18n7e] {
        font-size: 1.5rem;
        padding-top: 10px;
    }
    p[b-h4ovq18n7e] {
        font-size: 0.8rem;
        margin-top: 3px;
    }
}

    .controls button[b-h4ovq18n7e] {
        margin-right: 10px;
        margin-bottom: 10px;
    }

.controls2[b-h4ovq18n7e] {
    position: fixed;
    bottom: 10%;
    left: 10%;
    margin-right: 10px;
    margin-bottom: 10px;
    pointer-events: none;
    z-index: 20;
}

    .info[b-h4ovq18n7e] {
        /*background-color: #f8f9fa;*/
        padding: 15px;
        border-radius: 5px;
        max-width: 500px;
        pointer-events: none;
        z-index: 20;
    }

    .btn[b-h4ovq18n7e] {
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        pointer-events: auto;
        z-index: 20;
    }

    .btn-primary[b-h4ovq18n7e] {
        background-color: #007bff;
        color: white;
    }

    .btn-secondary[b-h4ovq18n7e] {
        background-color: #6c757d;
        color: white;
    }

    .btn-info[b-h4ovq18n7e] {
        background-color: #17a2b8;
        color: white;
    }

    .btn-warning[b-h4ovq18n7e] {
        background-color: #ffc107;
        color: black;
    }

    .btn:hover[b-h4ovq18n7e] {
        opacity: 0.8;
    }

    .floating-3d-backdrop[b-h4ovq18n7e] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .floating-3d-window[b-h4ovq18n7e] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 80%;
        background: #eee;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        overflow: hidden;
        border: 1px solid #bbb;
    }

    .backdrop[b-h4ovq18n7e] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        cursor: pointer;
    }

    .floating-3d-window2[b-h4ovq18n7e] {
        position: fixed;
        top: 50%;
        left: 60%;
        transform: translate(-10%, -50%);
        width: 40%;
        height: 80%;
        background: #eee;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        overflow: hidden;
        border: 0px solid #667eea;
        transition: left 0.5s ease;
    }

    @media (max-width: 1000px) {
        .floating-3d-window2[b-h4ovq18n7e] {
            left: 50%;
            top: 70%;
            transform: translate(-50%, -16%);
            width: 85%;
            height: 30%;
            border-radius: 12px;
            transition: top 0.5s ease;
        }
    }

    .floating-3d-window2.expanded[b-h4ovq18n7e] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80% !important;
        height: 80% !important;
        max-width: none !important;
        max-height: none !important;
    }

    @media (max-width: 1000px) {
        .floating-3d-window2.expanded[b-h4ovq18n7e] {
            width: 100% !important;
            height: 100% !important;
            border-radius: 0px;
        }
    }

    .resize-btn[b-h4ovq18n7e] {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        transition: background-color 0.2s ease;
    }

        .resize-btn:hover[b-h4ovq18n7e] {
            background-color: rgba(0, 0, 0, 0.9);
        }

    .floating-3d-window .close-btn[b-h4ovq18n7e] {
        position: absolute;
        top: 8px;
        right: 12px;
        background: #eee;
        border: none;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
        z-index: 101;
    }

.floating-3d-window2 model-viewer[b-h4ovq18n7e] {
    width: 100%;
    height: 100%;
    background: #fff;
    touch-action: none;
}

    .btn[b-h4ovq18n7e] {
        padding: 12px 24px;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        font-size: 0.9rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .btn-reset[b-h4ovq18n7e] {
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        color: white;
    }

        .btn-reset:hover[b-h4ovq18n7e] {
            background: linear-gradient(135deg, #ee5a24, #ff6b6b);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(238, 90, 36, 0.3);
        }

    .btn-open[b-h4ovq18n7e] {
        background: linear-gradient(135deg, #4ecdc4, #26d0ce);
        color: white;
    }

        .btn-open:hover[b-h4ovq18n7e] {
            background: linear-gradient(135deg, #26d0ce, #4ecdc4);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3);
        }

    .btn-linear[b-h4ovq18n7e] {
        background: linear-gradient(135deg, #45b7d1, #96c93d);
        color: white;
    }

        .btn-linear:hover[b-h4ovq18n7e] {
            background: linear-gradient(135deg, #96c93d, #45b7d1);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(69, 183, 209, 0.3);
        }

.btn-remove[b-h4ovq18n7e] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
}

    .btn-remove:hover[b-h4ovq18n7e] {
        background: linear-gradient(135deg, #ee5a24, #ff6b6b);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(238, 90, 36, 0.3);
    }

.btn-add[b-h4ovq18n7e] {
    background: linear-gradient(135deg, #4ecdc4, #26d0ce);
    color: white;
}

    .btn-add:hover[b-h4ovq18n7e] {
        background: linear-gradient(135deg, #26d0ce, #4ecdc4);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3);
    }
/* _content/BenchCreator-V1/Shared/MainLayout.razor.rz.scp.css */
.page[b-oxq79hnlce] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oxq79hnlce] {
    flex: 1;
}

.sidebar[b-oxq79hnlce] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oxq79hnlce] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oxq79hnlce]  a, .top-row .btn-link[b-oxq79hnlce] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oxq79hnlce] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-oxq79hnlce] {
        display: none;
    }

    .top-row.auth[b-oxq79hnlce] {
        justify-content: space-between;
    }

    .top-row a[b-oxq79hnlce], .top-row .btn-link[b-oxq79hnlce] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oxq79hnlce] {
        flex-direction: row;
    }

    .sidebar[b-oxq79hnlce] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oxq79hnlce] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-oxq79hnlce], article[b-oxq79hnlce] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BenchCreator-V1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t0pzd6d0l7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t0pzd6d0l7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t0pzd6d0l7] {
    font-size: 1.1rem;
}

.oi[b-t0pzd6d0l7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t0pzd6d0l7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t0pzd6d0l7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t0pzd6d0l7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t0pzd6d0l7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t0pzd6d0l7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-t0pzd6d0l7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t0pzd6d0l7] {
        display: none;
    }

    .collapse[b-t0pzd6d0l7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
