:root {
    color-scheme: light;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[x-cloak] {
    display: none !important;
}

.focus-ring:focus {
    outline: 3px solid rgba(14, 165, 233, .35);
    outline-offset: 2px;
}

.academic-shadow {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

.calculator-input {
    min-height: 2.75rem;
}

.order-input {
    min-height: 2.75rem;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid rgb(203 213 225);
    background: #fff;
    padding: .6rem .75rem;
    font-size: .875rem;
    color: rgb(15 23 42);
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.order-input:focus {
    border-color: rgb(14 165 233);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, .18);
    outline: none;
}

textarea.order-input {
    min-height: 7rem;
}
