.typeform-admin, .typeform-frontend {
    font-family: 'Inter', Arial, sans-serif;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.08);
    padding: 30px;
    margin: 25px 0;
    max-width: 560px;
}
.typeform-admin button, .typeform-frontend button {
    background: #4b6cff;
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 9px 18px;
    margin: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}
.typeform-admin button:hover, .typeform-frontend button:hover {
    background: #3647b8;
}
.typeform-admin input[type="text"], .typeform-admin select, .typeform-frontend input, .typeform-frontend select {
    border: 1px solid #d4d8f1;
    border-radius: 10px;
    padding: 8px;
    margin: 6px 0;
    font-size: 1em;
}
.typeform-admin ol { list-style-type: decimal; margin-left: 20px; }
.typeform-admin li { margin-bottom: 14px; }
.typeform-admin h2 { font-size: 1.8em; }
.typeform-frontend {
    min-height: 220px;
}
.typeform-frontend label {
    font-size: 1.12em;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.typeform-frontend .tf-nav { margin-top: 24px; }
.fade-enter-active, .fade-leave-active { transition: opacity .4s; }
.fade-enter-from, .fade-leave-to { opacity: 0; }
[type="range"] { width: 80%; }
