/* Duello CSS - temizlenmiş gündüz sürüm. Dark mode kuralları style_dark_mode.css dosyasına taşındı. */


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");



.vsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 15px;
}

.sinav-arayuz-paneli {
    padding-right: 0 !important;
}

.card-side-panel.active {
    right: 0 !important;
}

.panel-header {
    background: #343a40;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 45px;
}

.card-header .nav-pills .nav-link.active {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid white;
}

.card-header .nav-pills .nav-link {
    color: #eee !important;
    font-size: 11px;
    margin-left: 5px;
}

.dt-controls {
    margin-bottom: 10px;
    gap: 10px;
}

.dataTables_filter {
    margin-top: 0 !important;
}

.dt-buttons {
    margin-bottom: 0 !important;
}

.winner-highlight {
    background: #e8f5e9 !important;
    border: 2px solid #2ecc71 !important;
}

.loser-gray {
    background: #f8f9fa !important;
    opacity: 0.8;
}

.crown-box {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    z-index: 10;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.modal-fullscreen .modal-body {
    padding: 0;
    overflow-y: auto;
}

.vip-blur {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
}

.vip-blur-container {
    position: relative;
    cursor: pointer;
    border: 1px dashed #ffd700;
    border-radius: 4px;
    padding: 2px;
}

.vip-blur-container:hover::after {
    content: "Detaylar için VIP olun 💎";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.hatali-kelime-item {
    font-size: 11px;
    border-left: 3px solid #e74c3c !important;
    transition: all 0.2s;
}

.hatali-kelime-item:hover {
    background: #fff5f5 !important;
}

.hatali-kelime-scroll::-webkit-scrollbar {
    width: 4px;
}

.hatali-kelime-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.golge {
    border-bottom: 1px dotted;
}

.bg-yesil {
    background-color: #28a745;
}

.yazilacak-metin {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13pt;
    line-height: 25px;
    text-align: justify !important;
    text-indent: 20px !important;
    background-color: #ffffff !important;
    border: 2px solid #e9ecef !important;
    padding: 0.5rem !important;
    width: 100% !important;
    height: 100% !important;
    resize: none !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.oyun-ekran-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    justify-content: flex-start;
}

.bg-dark-opacity {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

body.lider-modu {
    background-color: #f0fff4;
    transition: 0.5s;
}

body.geride-modu {
    background-color: #fff5f5;
    transition: 0.5s;
}

.sonuc-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    position: relative;
}

.sonuc-card.winner {
    border-left: 5px solid #28a745;
    background: #f8fff9;
}

.sonuc-card.youlost {
    border-left: 5px solid #dc3545;
    background: #fff8f8;
}

.star-icon {
    width: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
    margin-top: 2px;
}

.toleft {
    transform: translateX(-40px) scale(1.2) !important;
    filter: drop-shadow(0 0 5px #ffc107);
}

.toright {
    transform: translateX(25px) scale(1.2) !important;
    filter: drop-shadow(0 0 5px #ffc107);
}

.vs-circle {
    width: 45px;
    height: 45px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.winner-crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
}

.score-row {
    border-bottom: 1px solid #dee2e6;
    padding: 12px 0;
    align-items: center;
}

.score-row:last-child {
    border-bottom: none;
}

.score-label {
    position: relative;
    padding-bottom: 5px;
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
}

.score-value {
    font-family: "Monaco", "Consolas", monospace;
    font-size: 1.2rem;
    font-weight: bold;
}

.meta-badge {
    background: #e9ecef;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin: 2px;
}

.premium-locked {
    background: linear-gradient(135deg,#f8f9fa,#e9ecef);
    border: 1px dashed #ccc;
}

.bg-duello-header {
    background-color: rgba(0, 0, 0, 0.15);
}

.bg-turkuaz {
    background: #00e0fc;
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.vh-100 {
    height: 100vh !important;
}

.opacity-75 {
    opacity: 0.75;
}

.Sayac {
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.podyum-card {
    border: 2px solid transparent;
    transition: transform 0.3s;
    background: #fff;
}

.podyum-card.gold {
    border-color: #ffd700;
    background: linear-gradient(to bottom, #fff, #fff9e6);
}

.podyum-card.silver {
    border-color: #c0c0c0;
}

.podyum-card.bronze {
    border-color: #cd7f32;
}

.rank-crown {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    z-index: 2;
}

.table-responsive::-webkit-scrollbar {
    width: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.tracking-widest {
    letter-spacing: 0.2em;
}

.player-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-width: 2px !important;
}

.player-card.user-online {
    background: rgba(46, 204, 113, 0.15);
    border-color: #2ecc71 !important;
    opacity: 1 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.2);
}

.player-card.user-online .avatar-placeholder {
    background: #2ecc71 !important;
    box-shadow: 0 0 15px #2ecc71;
}

.player-card.user-online .username {
    color: #2ecc71;
    font-weight: bold;
}

.avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
}

#player-status-list .card {
    transition: all 0.3s ease;
    border-radius: 12px;
}

.player-ready {
    border: 1px solid rgba(46, 204, 113, 0.4) !important;
    background: linear-gradient(145deg, #1a1a1a, #242424) !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: bounceIn 0.5s;
}

.status-indicator-ready {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background-color: #2ecc71;
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    box-shadow: 0 0 5px #2ecc71;
}

.player-waiting {
    opacity: 0.6;
    filter: grayscale(0.5);
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rutbe-scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rutbe-scroll-container::-webkit-scrollbar {
    height: 6px;
}

.rutbe-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.rutbe-wrapper {
    display: flex;
    gap: 5px;
    padding: 0 5px;
    min-width: max-content;
}

.rutbe-card {
    background: #fff;
    border-radius: 15px;
    width: 125px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.rutbe-card:hover {
    transform: translateY(-5px);
}

.rank-badge-wrapper img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 5px;
}

.rank-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.rank-points {
    display: block;
    font-size: 10px;
    color: #888;
    margin-top: 4px;
}

.rank-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.bg-gold {
    background: linear-gradient(90deg, #ffd700, #ffae00);
}

.bg-silver {
    background: linear-gradient(90deg, #c0c0c0, #8e8e8e);
}

.row-g6 .card-box {
    border-radius: 24px !important;
    border: 1px solid rgba(220, 230, 240, .95) !important;
    box-shadow: 0 18px 40px rgba(39, 55, 77, .10) !important;
    overflow: hidden;
    padding: 20px !important;
}

.row-g6 .col-md-4:nth-child(1) .card-box {
    background: linear-gradient(180deg, #eefaff 0%, #f8fdff 45%, #ffffff 100%);
}

.row-g6 .col-md-4:nth-child(1) .toplistheader {
    background: linear-gradient(135deg, #e3f7ff, #eefcfb);
    border: 1px solid #beeaf5 !important;
    box-shadow: inset 5px 0 0 #12abc8;
}

.row-g6 .col-md-4:nth-child(2) .card-box {
    background: linear-gradient(180deg, #fff2f3 0%, #fffafa 45%, #ffffff 100%);
}

.row-g6 .col-md-4:nth-child(2) .toplistheader {
    background: linear-gradient(135deg, #ffe8ea, #fff5f6);
    border: 1px solid #ffc9cf !important;
    box-shadow: inset 5px 0 0 #ff7070;
}

.row-g6 .col-md-4:nth-child(3) .card-box {
    background: linear-gradient(180deg, #fff8df 0%, #fffdf4 45%, #ffffff 100%);
}

.row-g6 .col-md-4:nth-child(3) .toplistheader {
    background: linear-gradient(135deg, #fff1c7, #fff9e6);
    border: 1px solid #f4d982 !important;
    box-shadow: inset 5px 0 0 #f5c542;
}

.toplistheader {
    border-radius: 16px !important;
    padding: 13px 10px !important;
    margin-bottom: 14px !important;
}

.toplistheader h6 {
    color: #21384d !important;
    font-size: 15.5px !important;
    font-weight: 900 !important;
    letter-spacing: .15px;
}

.card-box .list-group {
    background: rgba(255,255,255,.45) !important;
    border-radius: 19px !important;
    padding: 7px !important;
}

.card-box .list-group-item {
    min-height: 66px !important;
    background: rgba(255,255,255,.90) !important;
    border: 1px solid rgba(220, 230, 240, .9) !important;
    border-radius: 17px !important;
    margin-bottom: 9px !important;
    padding: 8px 12px !important;
    box-shadow: 0 8px 18px rgba(38, 56, 78, .045);
    transition: all .24s ease;
}

.card-box .list-group-item:hover {
    background: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(38, 56, 78, .11);
}

.card-box .list-group-item:nth-child(1) {
    background: linear-gradient(135deg, #fffdf3, #ffffff) !important;
    border-left: 5px solid #f6d54a !important;
}

.card-box .list-group-item:nth-child(2) {
    background: linear-gradient(135deg, #f8f9fb, #ffffff) !important;
    border-left: 5px solid #bfc8d2 !important;
}

.card-box .list-group-item:nth-child(3) {
    background: linear-gradient(135deg, #fff6ed, #ffffff) !important;
    border-left: 5px solid #d99a55 !important;
}

.card-box .name-avatar {
    gap: 8px !important;
}

.card-box .font-14, .card-box .weight-600 {
    color: #263b4f !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .05px;
}

.card-box .badge {
    margin-top: 2px !important;
    background: linear-gradient(135deg, #eef6ff, #f8fbff) !important;
    color: #33608a !important;
    border: 1px solid #cfe0ef !important;
    font-weight: 800 !important;
    font-size: 9px !important;
    padding: 3px 6px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 8px rgba(60, 100, 140, .08);
}

.card-box .avatar img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 10px rgba(34, 54, 74, .10) !important;
    object-fit: cover;
}

.card-box .cta img {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255,255,255,.96) !important;
    padding: 8px !important;
    border-radius: 50% !important;
    box-shadow: 0 9px 22px rgba(30, 45, 65, .12) !important;
    transition: all .24s ease;
}

.card-box .list-group-item:nth-child(1) .cta img, .card-box .list-group-item:nth-child(2) .cta img, .card-box .list-group-item:nth-child(3) .cta img {
    width: 46px !important;
    height: 46px !important;
}

.card-box .list-group-item:hover .cta img {
    transform: scale(1.05) rotate(-4deg);
}

.btn-group-toggle .btn-outline-primary {
    background: rgba(255,255,255,.94) !important;
    color: #405b72 !important;
    border: 1px solid #d5e3ee !important;
    border-radius: 17px !important;
    min-height: 42px;
    font-weight: 900;
    box-shadow: 0 7px 18px rgba(44, 62, 80, .08);
    transition: all .24s ease;
}

.btn-group-toggle .btn-outline-primary:hover, .btn-group-toggle .btn-outline-primary.active, .btn-group-toggle .btn-outline-primary:has(input:checked) {
    background: linear-gradient(135deg, #e9f8ff, #fff8df) !important;
    color: #21384d !important;
    border-color: #9fd7e6 !important;
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(60, 115, 145, .16);
}

button[data-target="#fklavyeayarmodal"].btn-primary {
    background: linear-gradient(135deg, #44a8bd, #7fc8be) !important;
    border: none !important;
    border-radius: 16px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 23px rgba(50, 140, 160, .24) !important;
}

button[data-target="#fklavyeayarmodal"].btn-primary:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

button[onclick="kmusinavbasla()"].btn-warning {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffca3a 0%, #ff9f43 55%, #ff7b54 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 18px !important;
    font-weight: 950 !important;
    letter-spacing: .25px;
    box-shadow: 0 12px 28px rgba(255, 150, 60, .34) !important;
    animation: hizTestiPulse 2s infinite;
}

button[onclick="kmusinavbasla()"].btn-warning::before {
    content: "⚡";
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
    vertical-align: -1px;
    animation: hizTestiIcon 1.4s infinite;
}

button[onclick="kmusinavbasla()"].btn-warning::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 45%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.45) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: hizTestiShine 2.8s infinite;
}

button[onclick="kmusinavbasla()"].btn-warning:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(255, 140, 50, .42) !important;
}

#dailyBestCarousel .card-header {
    background: linear-gradient(135deg, #fff1c7, #fff9e6) !important;
    color: #2f3f4f !important;
    border: 1px solid #f1d985 !important;
    border-radius: 20px 20px 0 0 !important;
    font-weight: 900 !important;
}

#dailyBestCarousel .card-body {
    background: linear-gradient(180deg, #fffdf4, #ffffff) !important;
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0 18px 36px rgba(39,55,77,.09) !important;
}

#dailyBestCarousel .toplist {
    background: rgba(255,255,255,.9) !important;
    border: 1px solid #f0e8d2 !important;
    border-radius: 16px !important;
    margin-bottom: 8px !important;
    transition: all .24s ease;
}

#dailyBestCarousel .toplist:hover {
    background: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(38,56,78,.10);
}

#dailyBestCarousel h6 {
    color: #263b4f !important;
    font-weight: 900 !important;
}

#dailyBestCarousel small {
    color: #6f7f8f !important;
    font-weight: 600 !important;
}

#dailyBestCarousel .btn {
    background: linear-gradient(135deg, #e9f8ff, #eefcfb) !important;
    color: #31566f !important;
    border: 1px solid #cfe6ef !important;
    border-radius: 15px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

#dailyBestCarousel .btn:hover {
    background: #ffffff !important;
    transform: translateY(-1px);
}

.hiztest-seo-hero {
    margin: 10px 8px 14px;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #e9f8ff 0%, #fff8df 55%, #fff 100%);
    border: 1px solid #cfeaf2;
    box-shadow: 0 16px 36px rgba(31, 48, 68, .09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    position: relative;
}

.hiztest-seo-hero::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    background: rgba(18, 171, 200, .12);
    border-radius: 50%;
}

.hiztest-seo-hero::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    background: rgba(255, 202, 58, .16);
    border-radius: 50%;
}

.hiztest-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hiztest-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.82);
    border: 1px solid #d8edf3;
    color: #31566f;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    box-shadow: 0 6px 14px rgba(31,48,68,.05);
}

.hiztest-seo-hero h1 {
    margin: 0;
    color: #20384f;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -.4px;
}

.hiztest-seo-hero p {
    margin: 8px 0 12px;
    color: #52687a;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.hiztest-hero-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hiztest-hero-mini span {
    background: #fff;
    border: 1px solid #e3eef5;
    color: #365a72;
    border-radius: 12px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(31,48,68,.05);
}

.hiztest-hero-visual {
    position: relative;
    z-index: 2;
    width: 170px;
    height: 110px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(31,48,68,.16);
    border: 4px solid rgba(255,255,255,.82);
    flex-shrink: 0;
}

.hiztest-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-wrap .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.faq-wrap .card-header button {
    background: linear-gradient(135deg, #e9f8ff, #eefcfb) !important;
    color: #21384d !important;
    border-radius: 18px !important;
    font-weight: 950 !important;
    border: 1px solid #cfe6ef !important;
    box-shadow: 0 8px 18px rgba(31,48,68,.07);
    text-align: left;
    padding: 16px 20px;
    position: relative;
}

.faq-wrap .card-header button::before {
    content: "📘";
    margin-right: 8px;
}

.hiztest-info-wrapper {
    padding: 24px;
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
    color: #2e4052;
}

.hiztest-info-hero {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eefaff, #fffdf4);
    border: 1px solid #dceef4;
    margin-bottom: 18px;
}

.hiztest-info-label {
    display: inline-block;
    background: #fff;
    color: #31566f;
    border: 1px solid #d6e8f1;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hiztest-info-wrapper h2 {
    color: #20384f;
    font-size: 25px;
    font-weight: 950;
    margin: 0 0 10px;
    letter-spacing: -.3px;
}

.hiztest-info-wrapper h3 {
    color: #253d54;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 8px;
}

.hiztest-info-wrapper p {
    color: #4f6475;
    font-size: 14.5px;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 12px;
}

.hiztest-info-image {
    border-radius: 22px;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,.9);
    box-shadow: 0 14px 28px rgba(31,48,68,.14);
    height: 180px;
}

.hiztest-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hiztest-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.hiztest-info-card, .hiztest-content-section, .hiztest-two-column {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(31,48,68,.045);
}

.hiztest-info-card {
    padding: 18px;
}

.hiztest-info-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #e9f8ff, #fff8df);
    color: #31566f;
    font-size: 18px;
    margin-bottom: 12px;
}

.hiztest-content-section, .hiztest-two-column {
    padding: 22px;
    margin-bottom: 16px;
}

.hiztest-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.hiztest-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.hiztest-check-list li {
    background: #f7fbfd;
    border: 1px solid #e4eef5;
    border-radius: 14px;
    padding: 10px 12px 10px 34px;
    position: relative;
    color: #42586b;
    font-weight: 700;
    font-size: 13.5px;
}

.hiztest-check-list li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 9px;
    color: #12abc8;
    font-weight: 950;
}

.hiztest-step-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.hiztest-step-list div {
    background: linear-gradient(135deg, #f8fcff, #ffffff);
    border: 1px solid #e4eef5;
    border-radius: 16px;
    padding: 11px 14px;
    color: #40566a;
    font-weight: 800;
}

.hiztest-step-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #12abc8;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    margin-right: 8px;
}

.hiztest-final-call {
    background: linear-gradient(135deg, #ffca3a, #ff9f43);
    color: #fff;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(255,150,60,.25);
}

.hiztest-final-call strong {
    display: block;
    font-size: 24px;
    font-weight: 950;
    margin-bottom: 4px;
}

.hiztest-final-call span {
    font-size: 14px;
    font-weight: 700;
}

.card-boxduel, .duello-toplist-card, #duelloToplist, .duello-toplist, .toplist-card {
    border-radius: 24px !important;
    border: 1px solid rgba(220,230,240,.95) !important;
    background: linear-gradient(180deg, #eefaff 0%, #f8fdff 45%, #ffffff 100%) !important;
    box-shadow: 0 18px 40px rgba(39,55,77,.10) !important;
    overflow: hidden !important;
}

.card-boxduel .card-header, .duello-toplist .card-header, .toplist-card .card-header {
    background: linear-gradient(135deg, #e3f7ff, #eefcfb) !important;
    border: 1px solid #beeaf5 !important;
    color: #21384d !important;
    font-weight: 950 !important;
    border-radius: 16px !important;
}

.card-boxduel table, .duello-toplist table, .toplist-card table {
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

.card-boxduel table td, .duello-toplist table td, .toplist-card table td {
    border-top: 0 !important;
    vertical-align: middle !important;
    color: #263b4f;
    font-weight: 700;
}

.card-box:has(.toplistheader), .card-box:has(.list-group .toplist), .card-boxduel:has(.toplistheader), .card-boxduel:has(.list-group .toplist) {
    border-radius: 24px !important;
    border: 1px solid rgba(220, 230, 240, .95) !important;
    box-shadow: 0 18px 40px rgba(39, 55, 77, .10) !important;
    overflow: hidden !important;
    padding: 20px !important;
    background: linear-gradient(180deg, #eefaff 0%, #f8fdff 45%, #ffffff 100%) !important;
}

.row > [class*="col-"]:nth-child(1) > .card-box:has(.toplistheader), .row > [class*="col-"]:nth-child(1) > .card-boxduel:has(.toplistheader) {
    background: linear-gradient(180deg, #eefaff 0%, #f8fdff 45%, #ffffff 100%);
}

.row > [class*="col-"]:nth-child(2) > .card-box:has(.toplistheader), .row > [class*="col-"]:nth-child(2) > .card-boxduel:has(.toplistheader) {
    background: linear-gradient(180deg, #fff2f3 0%, #fffafa 45%, #ffffff 100%);
}

.row > [class*="col-"]:nth-child(3) > .card-box:has(.toplistheader), .row > [class*="col-"]:nth-child(3) > .card-boxduel:has(.toplistheader) {
    background: linear-gradient(180deg, #fff8df 0%, #fffdf4 45%, #ffffff 100%);
}

.card-box:has(.toplistheader) .toplistheader, .card-boxduel:has(.toplistheader) .toplistheader {
    border-radius: 16px !important;
    padding: 13px 10px !important;
    margin-bottom: 14px !important;
    border: 1px solid #beeaf5 !important;
    background: linear-gradient(135deg, #e3f7ff, #eefcfb);
    box-shadow: inset 5px 0 0 #12abc8, 0 8px 18px rgba(31,48,68,.045) !important;
}

.row > [class*="col-"]:nth-child(2) > .card-box:has(.toplistheader) .toplistheader, .row > [class*="col-"]:nth-child(2) > .card-boxduel:has(.toplistheader) .toplistheader {
    background: linear-gradient(135deg, #ffe8ea, #fff5f6);
    border-color: #ffc9cf !important;
    box-shadow: inset 5px 0 0 #ff7070, 0 8px 18px rgba(31,48,68,.045) !important;
}

.row > [class*="col-"]:nth-child(3) > .card-box:has(.toplistheader) .toplistheader, .row > [class*="col-"]:nth-child(3) > .card-boxduel:has(.toplistheader) .toplistheader {
    background: linear-gradient(135deg, #fff1c7, #fff9e6);
    border-color: #f4d982 !important;
    box-shadow: inset 5px 0 0 #f5c542, 0 8px 18px rgba(31,48,68,.045) !important;
}

.card-box:has(.toplistheader) .toplistheader h6, .card-boxduel:has(.toplistheader) .toplistheader h6, .card-box:has(.toplistheader) .toplistheader .card-title, .card-boxduel:has(.toplistheader) .toplistheader .card-title {
    color: #21384d;
    font-size: 15.5px !important;
    font-weight: 950 !important;
    letter-spacing: .15px !important;
    margin: 0 !important;
}

.card-box:has(.list-group .toplist) .list-group, .card-boxduel:has(.list-group .toplist) .list-group {
    /* background: rgba(255,255,255,.45) !important; */
    border-radius: 19px !important;
    padding: 7px !important;
}

.card-box .list-group-item.toplist, .card-boxduel .list-group-item.toplist, .card-box .toplist.list-group-item, .card-boxduel .toplist.list-group-item {
    min-height: 66px !important;
    background: rgba(255,255,255,.90) !important;
    border: 1px solid rgba(220, 230, 240, .9) !important;
    border-radius: 17px !important;
    margin-bottom: 9px !important;
    padding: 8px 12px !important;
    box-shadow: 0 8px 18px rgba(38, 56, 78, .045) !important;
    transition: all .24s ease !important;
}

.card-box .list-group-item.toplist:hover, .card-boxduel .list-group-item.toplist:hover, .card-box .toplist.list-group-item:hover, .card-boxduel .toplist.list-group-item:hover {
    background: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 28px rgba(38, 56, 78, .11) !important;
}

.card-box .list-group-item.toplist:nth-child(1), .card-boxduel .list-group-item.toplist:nth-child(1) {
    background: linear-gradient(135deg, #fffdf3, #ffffff);
    border-left: 5px solid #f6d54a !important;
}

.card-box .list-group-item.toplist:nth-child(2), .card-boxduel .list-group-item.toplist:nth-child(2) {
    background: linear-gradient(135deg, #f8f9fb, #ffffff);
    border-left: 5px solid #bfc8d2 !important;
}

.card-box .list-group-item.toplist:nth-child(3), .card-boxduel .list-group-item.toplist:nth-child(3) {
    background: linear-gradient(135deg, #fff6ed, #ffffff);
    border-left: 5px solid #d99a55 !important;
}

.card-box .toplist .name-avatar, .card-boxduel .toplist .name-avatar {
    gap: 8px !important;
}

.card-box .toplist .font-14, .card-box .toplist .weight-600, .card-boxduel .toplist .font-14, .card-boxduel .toplist .weight-600, .card-box .toplist .txt div, .card-boxduel .toplist .txt div {
    color: #263b4f;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .05px !important;
}

.card-box .toplist .badge, .card-boxduel .toplist .badge {
    margin-top: 2px !important;
    background: linear-gradient(135deg, #eef6ff, #f8fbff) !important;
    color: #33608a !important;
    border: 1px solid #cfe0ef !important;
    font-weight: 800 !important;
    font-size: 9px !important;
    padding: 3px 6px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 8px rgba(60, 100, 140, .08) !important;
}

.card-box .toplist .avatar img, .card-boxduel .toplist .avatar img, .card-box .toplist img.border-radius-100, .card-boxduel .toplist img.border-radius-100 {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 10px rgba(34, 54, 74, .10) !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.card-box .toplist .cta img, .card-boxduel .toplist .cta img {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255,255,255,.96) !important;
    padding: 8px !important;
    border-radius: 50% !important;
    box-shadow: 0 9px 22px rgba(30, 45, 65, .12) !important;
    transition: all .24s ease !important;
}

.card-box .toplist:nth-child(1) .cta img, .card-box .toplist:nth-child(2) .cta img, .card-box .toplist:nth-child(3) .cta img, .card-boxduel .toplist:nth-child(1) .cta img, .card-boxduel .toplist:nth-child(2) .cta img, .card-boxduel .toplist:nth-child(3) .cta img {
    width: 46px !important;
    height: 46px !important;
}

.card-box .toplist:hover .cta img, .card-boxduel .toplist:hover .cta img {
    transform: scale(1.05) rotate(-4deg) !important;
}

.card-boxduel .table, .duello-toplist .table, .toplist-card .table {
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

.card-boxduel table tbody tr, .duello-toplist table tbody tr, .toplist-card table tbody tr {
    background: rgba(255,255,255,.90) !important;
    border-radius: 17px !important;
    box-shadow: 0 8px 18px rgba(38,56,78,.045) !important;
    transition: all .24s ease !important;
}

.card-boxduel table tbody tr:hover, .duello-toplist table tbody tr:hover, .toplist-card table tbody tr:hover {
    background: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 28px rgba(38,56,78,.11) !important;
}

.card-boxduel .table td, .duello-toplist .table td, .toplist-card .table td {
    border-top: 0 !important;
    vertical-align: middle !important;
    color: #263b4f !important;
    font-weight: 700 !important;
}

.card-boxduel img.rounded-circle, .duello-toplist img.rounded-circle, .toplist-card img.rounded-circle {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 4px 10px rgba(34,54,74,.10) !important;
    object-fit: cover !important;
}

.duello-chat-header::before {
    content: "";
    position: absolute;
    right: -44px;
    top: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
}

.duello-chat-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.duello-chat-title-wrap strong {
    display: block;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .15px;
    line-height: 1.1;
    color: #fff;
}

.duello-chat-title-wrap small {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(255,255,255,.78);
    margin-top: 3px;
}

.duello-chat-toggle {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.34) !important;
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    padding: 7px 12px !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.13) !important;
    transition: all .24s ease;
}

.duello-chat-toggle:hover {
    background: rgba(255,255,255,.28) !important;
    transform: translateY(-1px);
}

.duello-chat-card .card-body, .duello-chat-card .chat-detail, .duello-chat-card .chat-box {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
}

.duello-chat-card .chat-box {
    border-radius: 0 0 22px 22px;
    position: relative;
}

.duello-chat-card .chat-desc {
    padding: 10px 9px !important;
}

.duello-chat-card #sohbet {
    padding: 0 !important;
    margin: 0 !important;
}

.duello-chat-card #sohbet li:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(31, 48, 68, .11) !important;
    border-color: rgba(140, 202, 217, .9) !important;
}

.duello-chat-card #newMsgPill {
    background: linear-gradient(135deg, #2c92aa, #48b7a6) !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    box-shadow: 0 9px 22px rgba(39, 140, 160, .28) !important;
}

.duello-chat-card .chat-footer {
    background: rgba(255,255,255,.96) !important;
    border-top: 1px solid #e1edf4 !important;
    padding: 10px !important;
    box-shadow: 0 -10px 24px rgba(31,48,68,.05);
}

.duello-chat-card .chat-reply-box {
    border-radius: 14px !important;
    background: linear-gradient(135deg, #fff9e8, #ffffff) !important;
    border: 1px solid #f2dfac !important;
    padding: 7px 10px !important;
    margin-bottom: 7px !important;
    font-size: 12px;
    font-weight: 700;
    color: #5c6570;
}

.duello-chat-card .cancel-reply {
    border: 0 !important;
    background: #fff !important;
    color: #c65a5a !important;
    border-radius: 50%;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(31,48,68,.08);
}

.duello-chat-card .chat_text_area textarea {
    border-radius: 18px !important;
    border: 1px solid #d9e7ef !important;
    background: #fbfdff !important;
    padding: 12px 48px 12px 13px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #263b4f !important;
    box-shadow: inset 0 2px 7px rgba(31,48,68,.04) !important;
    outline: none !important;
    transition: all .22s ease;
}

.duello-chat-card .chat_text_area textarea:focus {
    border-color: #82cfe0 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(54,169,185,.10), inset 0 2px 7px rgba(31,48,68,.035) !important;
}

.duello-chat-card .chat_send .btn {
    width: 39px;
    height: 39px;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #ffca3a, #ff8a4b) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 20px rgba(255, 154, 70, .28);
    transition: all .22s ease;
}

.duello-chat-card .chat_send .btn:hover {
    transform: translateY(-1px) rotate(-5deg);
    box-shadow: 0 13px 27px rgba(255, 154, 70, .37);
}

.faq-wrap .accordion-item {
    background: #fff;
    border-radius: 24px !important;
    overflow: hidden;
    border: 1px solid rgba(215, 230, 240, .95) !important;
    box-shadow: 0 16px 38px rgba(31,48,68,.09) !important;
}

.faq-wrap > .accordion-item > .card-header button {
    background: linear-gradient(135deg, #eefaff 0%, #fff8df 58%, #ffffff 100%) !important;
    border-radius: 22px !important;
    padding: 17px 20px !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    color: #20384f !important;
    border: 1px solid #d6ebf2 !important;
    box-shadow: 0 9px 20px rgba(31,48,68,.07) !important;
}

.duello-info-center {
    max-width: 1180px;
    padding-top: 22px;
    padding-bottom: 26px;
}

.duello-info-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 285px;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(135deg, #eaf8ff 0%, #fff8de 62%, #ffffff 100%);
    border: 1px solid #d3eaf3;
    box-shadow: 0 18px 42px rgba(31,48,68,.10);
    position: relative;
    overflow: hidden;
}

.duello-info-hero::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(53,169,182,.13);
}

.duello-info-hero::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -100px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,202,58,.18);
}

.duello-info-content, .duello-info-visual {
    position: relative;
    z-index: 2;
}

.duello-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.86);
    border: 1px solid #d8edf3;
    color: #31566f;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 6px 14px rgba(31,48,68,.06);
    margin-bottom: 10px;
}

.duello-info-hero h2 {
    margin: 0;
    color: #20384f;
    font-size: 29px;
    line-height: 1.17;
    font-weight: 950;
    letter-spacing: -.45px;
}

.duello-info-hero p, .duello-info-card p, .duello-strategy-box p {
    color: #536879;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.duello-info-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
}

.duello-info-mini span {
    background: #fff;
    border: 1px solid #e2eef5;
    color: #365a72;
    border-radius: 13px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 6px 14px rgba(31,48,68,.055);
}

.duello-info-cta, .duello-info-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffca3a, #ff8a4b);
    color: #fff !important;
    border-radius: 16px;
    padding: 10px 15px;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(255, 154, 70, .30);
    transition: all .24s ease;
}

.duello-info-cta:hover, .duello-info-secondary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 154, 70, .39);
    text-decoration: none;
}

.duello-info-visual {
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid rgba(255,255,255,.82);
    box-shadow: 0 16px 34px rgba(31,48,68,.16);
    min-height: 180px;
}

.duello-info-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.duello-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.duello-info-card {
    background: rgba(255,255,255,.96);
    border: 1px solid #e0ebf3;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 12px 26px rgba(31,48,68,.075);
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

.duello-info-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -42px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(53,169,182,.08);
}

.duello-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(31,48,68,.12);
    border-color: #b8dfea;
}

.duello-info-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eefaff, #fff8df);
    border: 1px solid #dcebf2;
    font-size: 22px;
    margin-bottom: 11px;
}

.duello-info-card h3, .duello-strategy-box h3 {
    color: #20384f;
    font-size: 17px;
    font-weight: 950;
    margin-bottom: 8px;
}

.duello-strategy-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 16px;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #263b52, #1f6f8b);
    box-shadow: 0 16px 34px rgba(31,48,68,.16);
    overflow: hidden;
    position: relative;
}

.duello-strategy-box h3, .duello-strategy-box p {
    color: #fff;
}

.duello-strategy-box p {
    margin-bottom: 0;
    color: rgba(255,255,255,.84);
}

.duello-faq-modern .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 25px rgba(31,48,68,.09);
}

.duello-faq-modern .card-header {
    background: #fff !important;
    border: 0 !important;
    padding: 0 !important;
}

.rutbe-section-modern {
    background: linear-gradient(135deg, #f8fcff, #fffdf5);
    border: 1px solid #e0ebf3;
    border-radius: 24px;
    padding: 18px 12px 14px;
    box-shadow: 0 16px 34px rgba(31,48,68,.08);
}

.rutbe-section-title {
    text-align: center;
    margin-bottom: 10px;
}

.rutbe-section-title span {
    display: block;
    color: #20384f;
    font-size: 21px;
    font-weight: 950;
    letter-spacing: .4px;
}

.rutbe-section-title small {
    display: block;
    color: #6b7f90;
    font-size: 12px;
    font-weight: 750;
    margin-top: 3px;
}

.rutbe-section-modern .rutbe-scroll-container {
    padding: 4px 3px 8px;
}

.rutbe-section-modern .rutbe-wrapper {
    gap: 10px;
}

.rutbe-section-modern .rutbe-card {
    border-radius: 20px;
    border: 1px solid #e0ebf3;
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 22px rgba(31,48,68,.07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    isolation: isolate;
}

.rutbe-section-modern .rutbe-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 45%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,.55), rgba(255,255,255,0));
    transform: skewX(-22deg);
    transition: left .55s ease;
    z-index: 1;
}

.rutbe-section-modern .rutbe-card:hover {
    transform: translateY(-8px) scale(1.035);
    box-shadow: 0 18px 34px rgba(31,48,68,.14);
    border-color: #b7dfea;
}

.rutbe-section-modern .rutbe-card:hover::before {
    left: 140%;
}

.rutbe-section-modern .rank-badge-wrapper, .rutbe-section-modern .rank-info, .rutbe-section-modern .rank-progress-bar {
    position: relative;
    z-index: 2;
}

.rutbe-section-modern .rank-badge-wrapper img {
    transition: all .28s ease;
    filter: drop-shadow(0 8px 12px rgba(31,48,68,.12));
}

.rutbe-section-modern .rutbe-card:hover .rank-badge-wrapper img {
    transform: scale(1.12) rotate(-3deg);
    filter: drop-shadow(0 12px 16px rgba(31,48,68,.18));
}

.rutbe-section-modern .rank-name {
    color: #263b4f;
    font-weight: 950;
    letter-spacing: .15px;
}

.rutbe-section-modern .rank-points {
    background: #f4f8fb;
    border: 1px solid #e1ebf2;
    border-radius: 999px;
    padding: 4px 8px;
    color: #587086;
    font-weight: 850;
    display: inline-block;
}

.rutbe-section-modern .rank-progress-bar {
    height: 5px;
}

body, .duello-page, .duello-page button, .duello-page input, .duello-page textarea, .duello-page select {
    font-family: "Inter", "Roboto", Arial, sans-serif !important;
}

.duello-page {
    background: radial-gradient(circle at 9% 8%, rgba(98,198,183,.13), transparent 28%),
		radial-gradient(circle at 91% 10%, rgba(246,200,95,.16), transparent 26%),
		linear-gradient(180deg, #f6fbff 0%, #ffffff 100%) !important;
    color: var(--duello-ink) !important;
}

.duello-chat-card {
    overflow: hidden !important;
    border-radius: 24px !important;
    border: 1px solid rgba(220,232,241,.94) !important;
    background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(246,251,255,.94)),
		repeating-linear-gradient(135deg, rgba(58,174,195,.045) 0 1px, transparent 1px 11px) !important;
    box-shadow: 0 20px 48px rgba(32,56,79,.11) !important;
    backdrop-filter: blur(10px);
}

.duello-chat-card .chat-box, .duello-chat-card .chat-detail, .duello-chat-card .card-body {
    background: radial-gradient(circle at 16% 10%, rgba(98,198,183,.10), transparent 30%),
		linear-gradient(180deg, rgba(248,252,255,.96), rgba(255,255,255,.98)) !important;
}

.duello-chat-card #sohbet li {
    border: 1px solid rgba(218, 229, 239, .95) !important;
    margin-bottom: 9px !important;
    padding: 10px 11px !important;
    overflow: hidden;
    transition: all .22s ease;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,252,255,.92)),
		repeating-linear-gradient(135deg, rgba(58,174,195,.035) 0 1px, transparent 1px 10px) !important;
    border-color: rgba(220,232,241,.95) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(32,56,79,.07) !important;
}

.stat-cyan {
    background: linear-gradient(135deg, #eafaff 0%, #ffffff 100%) !important;
    border-color: #c9edf5 !important;
}

.stat-red {
    background: linear-gradient(135deg, #fff1f1 0%, #ffffff 100%) !important;
    border-color: #ffd0d0 !important;
}

.stat-gold {
    background: linear-gradient(135deg, #fff8df 0%, #ffffff 100%) !important;
    border-color: #f2dfa2 !important;
}

.card-boxduel {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    border: 1px solid rgba(220,232,241,.95) !important;
    background: linear-gradient(180deg, rgba(247,252,255,.98), rgba(255,255,255,.98)),
		repeating-linear-gradient(135deg, rgba(58,174,195,.035) 0 1px, transparent 1px 12px) !important;
    box-shadow: 0 18px 42px rgba(32,56,79,.10) !important;
}

#bireysel-card-container > .card-header span, #toplu-card-container > .card-header span {
    font-weight: 950 !important;
    letter-spacing: -.1px;
}

.card-side-panel {
    position: absolute;
    top: 0;
    right: -105%;
    width: 50%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.97) !important;
    border-left: 1px solid #dce8f1 !important;
    box-shadow: -14px 0 34px rgba(32,56,79,.14) !important;
    backdrop-filter: blur(10px);
}

.card-side-panel .panel-header {
    background: linear-gradient(135deg, #243b55, #2f819a) !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    font-weight: 900;
}

.duelloTabstab .nav-link {
    border-radius: 16px !important;
    font-weight: 900 !important;
    color: #537084 !important;
    background: #f7fbff !important;
    border: 1px solid #dce8f1 !important;
}

.duelloTabstab .nav-link.active {
    background: linear-gradient(135deg, #eafaff, #fff8df) !important;
    color: var(--duello-ink) !important;
    box-shadow: 0 10px 22px rgba(32,56,79,.08) !important;
}

:root {
    --duello-ink: #20384f;
    --duello-muted: #64798b;
    --duello-line: #dce8f1;
    --duello-soft-bg: #f6fbff;
    --duello-cyan: #3aaec3;
    --duello-teal: #62c6b7;
    --duello-coral: #ff7f72;
    --duello-gold: #f6c85f;
    --duello-lilac: #8e8cf0;
    --duello-premium-navy: #22364a;
    --duello-premium-blue: #2f7e9a;
    --duello-premium-green: #3b927f;
    --duello-premium-red: #d95d55;
    --duello-premium-gold: #d8a93d;
    --duello-premium-line: rgba(215, 228, 239, .96);
}

.duello-topbar {
    border: 1px solid rgba(220,232,241,.94) !important;
    border-radius: 22px !important;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,251,255,.94)) !important;
    border-color: var(--duello-premium-line) !important;
    box-shadow: 0 16px 38px rgba(32,56,79,.075) !important;
}

.stat-pill {
    min-height: 64px;
    border-radius: 20px !important;
    border: 1px solid rgba(220,232,241,.92) !important;
    padding: 11px 13px !important;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff !important;
    border-color: rgba(218,230,240,.95) !important;
    box-shadow: 0 10px 24px rgba(32,56,79,.065) !important;
}

.stat-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .88;
}

.stat-cyan::before {
    /* background: radial-gradient(circle at 88% 20%, rgba(47,126,154,.16), transparent 34%),
		linear-gradient(135deg, #eefaff 0%, #ffffff 74%); */
}

.stat-red::before {
    /* background: radial-gradient(circle at 88% 20%, rgba(217,93,85,.15), transparent 34%),
		linear-gradient(135deg, #fff3f2 0%, #ffffff 74%); */
}

.stat-gold::before {
    /* background: radial-gradient(circle at 88% 20%, rgba(216,169,61,.18), transparent 34%),
		linear-gradient(135deg, #fff9e8 0%, #ffffff 74%); */
}

.stat-pill::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #36c28f;
    box-shadow: 0 0 0 5px rgba(54,194,143,.12), 0 0 14px rgba(54,194,143,.45);
}

.stat-pill:hover {
    transform: translateY(-3px);
    border-color: rgba(180,206,224,.96) !important;
    box-shadow: 0 18px 38px rgba(32,56,79,.13) !important;
}

.stat-title {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 10.5px !important;
    letter-spacing: .38px !important;
    color: #607789 !important;
}

.stat-value {
    color: var(--duello-ink) !important;
    font-weight: 950 !important;
    line-height: 1.15;
    font-size: 19px !important;
    letter-spacing: -.25px;
}

.stat-icon, .stat-avatar {
    position: relative;
    width: 48px !important;
    height: 48px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.88) !important;
    box-shadow: 0 12px 24px rgba(32,56,79,.14),
		inset 0 1px 0 rgba(255,255,255,.42) !important;
}

.stat-icon i {
    font-size: 0 !important;
}

.stat-icon::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 1;
    filter: drop-shadow(0 4px 7px rgba(0,0,0,.16));
}

.stat-cyan .stat-icon {
    color: #fff !important;
    background: linear-gradient(145deg, #24708c, #48b8bf) !important;
}

.stat-cyan .stat-icon::before {
    content: "⌨️";
}

.stat-red .stat-icon {
    color: #fff !important;
    background: linear-gradient(145deg, #b64642, #ef7f68) !important;
}

.stat-red .stat-icon::before {
    content: "⚔️";
}

.stat-gold .stat-avatar {
    border: 2px solid #fff !important;
    padding: 3px;
    background: linear-gradient(145deg, #d8a93d, #ffe7a1) !important;
    box-shadow: 0 12px 26px rgba(167,121,22,.18), inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.stat-gold .stat-avatar::after {
    content: "👑";
    position: absolute;
    top: -13px;
    right: -8px;
    font-size: 20px;
    filter: drop-shadow(0 4px 6px rgba(32,56,79,.20));
    transform: rotate(12deg);
}

.stat-avatar img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px !important;
}

.duello-actions .btn-group {
    gap: 8px !important;
}

.duello-actions .btn {
    position: relative;
    overflow: hidden;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    min-height: 43px;
    font-weight: 850 !important;
    letter-spacing: .04px;
    box-shadow: 0 9px 18px rgba(32,56,79,.115) !important;
    transition: transform .22s cubic-bezier(.2,.8,.2,1),
		box-shadow .22s cubic-bezier(.2,.8,.2,1),
		background-color .22s ease,
		border-color .22s ease !important;
}

.duello-actions .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.30) 46%, transparent 72%);
    transform: translateX(-135%) skewX(-18deg);
    transition: transform .55s ease;
    pointer-events: none;
}

.duello-actions .btn i {
    transition: transform .22s ease, opacity .22s ease;
}

.duello-actions .btn:hover {
    filter: none !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 28px rgba(32,56,79,.18) !important;
}

.duello-actions .btn:hover::before {
    transform: translateX(135%) skewX(-18deg);
}

.duello-actions .btn:hover i {
    transform: translateY(-1px) scale(1.08);
}

.duello-actions .btn:active {
    transform: translateY(-1px) scale(.99);
    box-shadow: 0 8px 16px rgba(32,56,79,.14) !important;
}

.live-duel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    background: #d95d55 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    min-width: 24px;
    height: 24px;
    box-shadow: 0 6px 14px rgba(217,93,85,.26) !important;
}

.live-duel-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 5px;
    box-shadow: 0 0 0 4px rgba(255,255,255,.18);
}

#bireysel-card-container > .card-header, #toplu-card-container > .card-header {
    margin: 10px 10px 0 !important;
    padding: 12px 14px !important;
    background: linear-gradient(135deg, #f8fbff 0%, #eef7fb 100%) !important;
    color: #21384d !important;
    border: 1px solid rgba(207,226,239,.95) !important;
    border-bottom: 1px solid rgba(190,214,229,.92) !important;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 18px rgba(31,48,68,.045) !important;
    min-height: 48px;
}

#bireysel-card-container > .card-header > span, #toplu-card-container > .card-header > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 950 !important;
    letter-spacing: -.15px;
    color: #20384f !important;
    text-shadow: none !important;
}

#bireysel-card-container > .card-header .btn, #toplu-card-container > .card-header .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px !important;
    background: linear-gradient(135deg, #ffffff 0%, #fff7f6 100%) !important;
    color: #bf4f48 !important;
    border: 1px solid rgba(217,93,85,.30) !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(217,93,85,.10), inset 0 1px 0 rgba(255,255,255,.95) !important;
    transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, background .22s ease !important;
}

#bireysel-card-container > .card-header .btn:hover, #toplu-card-container > .card-header .btn:hover {
    color: #a43f39 !important;
    background: linear-gradient(135deg, #fffdfc 0%, #fff0ee 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 13px 25px rgba(217,93,85,.18), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.duello-actions .btn-dark, .duello-actions .duelloolusturbtn, .duello-actions .tduelloolusturbtn {
    border: 1px solid rgba(255,255,255,.28) !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.10);
}

.duello-actions .btn-dark {
    color: #ffffff !important;
    border-color: rgba(255,255,255,.20) !important;
    background: linear-gradient(135deg, #2d4055 0%, #25374b 100%) !important;
}

.duello-actions .btn-dark:hover {
    background: linear-gradient(135deg, #25374b 0%, #1f3144 100%) !important;
}

.duello-actions .duelloolusturbtn {
    color: #ffffff !important;
    border-color: rgba(255,255,255,.24) !important;
    background: linear-gradient(135deg, #327f99 0%, #2d748d 100%) !important;
}

.duello-actions .duelloolusturbtn:hover {
    background: linear-gradient(135deg, #2c748d 0%, #28687f 100%) !important;
}

.duello-actions .tduelloolusturbtn {
    color: #ffffff !important;
    border-color: rgba(255,255,255,.24) !important;
    background: linear-gradient(135deg, #3e927f 0%, #357f70 100%) !important;
}

.duello-actions .tduelloolusturbtn:hover {
    background: linear-gradient(135deg, #367f70 0%, #2f7063 100%) !important;
}

.duello-actions .btn i.fa-sliders, .duello-actions .btn i.fa-plus-circle, .duello-actions .btn i.fa-users {
    font-size: 15px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.14));
}

.duello-chat-header {
    border: 0 !important;
    padding: 14px 14px !important;
    min-height: 66px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    background: linear-gradient(135deg, #20384f 0%, #2f6177 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 8px 18px rgba(31,48,68,.10) !important;
}

.duello-chat-icon {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 auto;
    background: rgba(255,255,255,.14) !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 16px rgba(0,0,0,.10) !important;
}

.duello-faq-modern {
    margin-top: 18px;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
    border: 1px solid #e4eef5 !important;
    box-shadow: 0 14px 32px rgba(31,48,68,.065) !important;
}

.duello-faq-modern h2 {
    font-weight: 950;
    text-align: center;
    margin: 0 0 6px;
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: -.35px !important;
    color: #20384f !important;
}

.duello-faq-subtitle {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: #607789 !important;
    font-weight: 600 !important;
    max-width: 760px;
}

.duello-faq-modern .card {
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .23s ease;
    border-radius: 17px !important;
    border: 1px solid #e4edf4 !important;
    box-shadow: 0 8px 18px rgba(31,48,68,.045) !important;
}

.duello-faq-modern .card-header button {
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    color: #263f55 !important;
    padding: 14px 16px !important;
    background: linear-gradient(135deg, #f8fcff 0%, #eef8fb 100%) !important;
    border-radius: 16px !important;
}

.duello-faq-modern .card-header button i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff;
    color: #327f99 !important;
    box-shadow: 0 6px 14px rgba(31,48,68,.065);
}

.duello-faq-modern .card-body {
    font-size: 14.25px !important;
    line-height: 1.78 !important;
    font-weight: 500 !important;
    color: #4f6475 !important;
    padding: 15px 18px 17px 58px !important;
    background: #ffffff !important;
}

.klavye-calisma-page, .klavye-calisma-page * {
    box-sizing: border-box;
}

.klavye-calisma-page .kc-hero-content, .klavye-calisma-page .kc-hero-side {
    position: relative;
    z-index: 2;
}

.klavye-calisma-page .kc-hero-side {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.klavye-calisma-page .kc-hero-metric strong {
    display: block;
    color: #19384e;
    font-size: 19px;
    font-weight: 950;
    line-height: 1.1;
}

.klavye-calisma-page .kc-hero-metric span {
    display: block;
    color: #6a7d8c;
    font-size: 11px;
    font-weight: 800;
    margin-top: 4px;
}

.klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-panel-card {
    min-height: 500px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(28, 47, 65, .10);
}

.klavye-calisma-page .kc-benefit-grid strong, .klavye-calisma-page .kc-benefit-grid span {
    display: block;
}

.klavye-calisma-page .kc-field {
    margin-bottom: 14px;
}

.klavye-calisma-page .kc-field label, .klavye-calisma-page .kc-choice-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 7px 0;
    color: #243d52;
    font-size: 12.5px;
    font-weight: 950;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary:last-child {
    margin-bottom: 0;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary:hover, .klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary.active {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #e9f9ff, #fff8df) !important;
    border-color: #9bd7e5 !important;
    color: #18374c !important;
    box-shadow: 0 11px 22px rgba(42, 126, 152, .16);
}

.klavye-calisma-page .kc-guide-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.klavye-calisma-page .kc-guide-accordion {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcebf3;
    box-shadow: 0 16px 36px rgba(31, 48, 68, .08);
}

.klavye-calisma-page .kc-guide-toggle span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 950;
}

.klavye-calisma-page .kc-guide-toggle::after {
    content: "";
    font-family: FontAwesome;
    color: #31586d;
    font-size: 18px;
    transition: transform .2s ease;
}

.klavye-calisma-page .kc-guide-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.klavye-calisma-page .kc-guide-body {
    padding: 22px;
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.klavye-calisma-page .kc-guide-hero {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eefaff, #fffdf2);
    border: 1px solid #dceef4;
    margin-bottom: 16px;
}

.klavye-calisma-page .kc-guide-label {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d8e9f2;
    color: #31586d;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 9px;
}

.klavye-calisma-page .kc-guide-body h2, .klavye-calisma-page .kc-mini-faq h2 {
    color: #172f46;
    font-size: 24px;
    font-weight: 950;
    margin: 0 0 10px;
    letter-spacing: -.25px;
}

.klavye-calisma-page .kc-guide-body h3 {
    color: #243d52;
    font-size: 17px;
    font-weight: 950;
    margin: 0 0 8px;
}

.klavye-calisma-page .kc-guide-body p {
    color: #4f6577;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 550;
}

.klavye-calisma-page .kc-guide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.klavye-calisma-page .kc-guide-btn {
    border-radius: 15px !important;
    background: linear-gradient(135deg, #ffca3a, #ff9f43) !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 950 !important;
    padding: 10px 16px !important;
}

.klavye-calisma-page .kc-guide-btn-light {
    background: linear-gradient(135deg, #e9f8ff, #eefcfb) !important;
    color: #31586d !important;
    border: 1px solid #cfe6ef !important;
}

.klavye-calisma-page .kc-guide-image {
    height: 170px;
    border-radius: 22px;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,.9);
    box-shadow: 0 14px 28px rgba(31, 48, 68, .14);
    background: #fff;
}

.klavye-calisma-page .kc-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.klavye-calisma-page .kc-info-card, .klavye-calisma-page .kc-guide-section, .klavye-calisma-page .kc-mini-faq {
    background: #fff;
    border: 1px solid #e6eef5;
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(31, 48, 68, .045);
}

.klavye-calisma-page .kc-info-card {
    padding: 18px;
}

.klavye-calisma-page .kc-info-card > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #e9f8ff, #fff8df);
    color: #31586d;
    font-size: 18px;
    margin-bottom: 12px;
}

.klavye-calisma-page .kc-guide-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.klavye-calisma-page .kc-guide-section, .klavye-calisma-page .kc-mini-faq {
    padding: 20px;
}

.klavye-calisma-page .kc-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
}

.klavye-calisma-page .kc-check-list li {
    position: relative;
    padding: 10px 12px 10px 34px;
    border-radius: 14px;
    background: #f7fbfd;
    border: 1px solid #e4eef5;
    color: #42586b;
    font-weight: 750;
    font-size: 13px;
}

.klavye-calisma-page .kc-check-list li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 9px;
    color: #12abc8;
    font-weight: 950;
}

.klavye-calisma-page .kc-mode-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.klavye-calisma-page .kc-mode-chips span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f7fbfd;
    border: 1px solid #e4eef5;
    color: #31586d;
    font-size: 12px;
    font-weight: 850;
}

.klavye-calisma-page .kc-mini-faq h2 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 14px;
}

.klavye-calisma-page .kc-mini-item {
    border: 1px solid #e6eef5;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 9px;
    background: #fff;
}

.klavye-calisma-page .kc-mini-item:last-child {
    margin-bottom: 0;
}

.klavye-calisma-page .kc-mini-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: linear-gradient(135deg, #f8fcff, #ffffff);
    color: #243d52;
    text-align: left;
    font-weight: 950;
    font-size: 13.5px;
}

.klavye-calisma-page .kc-mini-answer {
    padding: 0 15px 14px 40px;
    color: #5b6f80;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
}

.klavye-calisma-page .kc-panel-body > .row {
    align-items: stretch !important;
}

.klavye-calisma-page .kc-form, .klavye-calisma-page .kc-choice-card {
    height: auto !important;
}

.klavye-calisma-page .kc-choice-card:last-child {
    margin-bottom: 0 !important;
}

.klavye-calisma-page .kc-choice-title {
    margin-bottom: 8px !important;
}

.klavye-calisma-page .kc-panel-body-balanced {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 18px !important;
    min-height: 410px !important;
}

.klavye-calisma-page .kc-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 13px 14px !important;
    height: auto !important;
}

.klavye-calisma-page .kc-options-grid {
    display: grid !important;
    grid-template-columns: .86fr 1.14fr !important;
    gap: 14px !important;
    align-items: stretch !important;
}

.klavye-calisma-page .kc-choice-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.klavye-calisma-page .kc-choice-head .kc-choice-title {
    margin: 0 !important;
}

.klavye-calisma-page .kc-choice-head span {
    color: #7890a0 !important;
    font-size: 10.5px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
}

.klavye-calisma-page .kc-segment-grid {
    display: grid !important;
    gap: 8px !important;
}

.klavye-calisma-page .kc-segment-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.klavye-calisma-page .kc-segment-grid-time {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.klavye-calisma-page .kc-segment-grid .btn-outline-primary {
    min-height: 38px !important;
    margin-bottom: 0 !important;
    padding: 8px 8px !important;
    border-radius: 14px !important;
    white-space: nowrap !important;
}

.klavye-calisma-page .kc-panel-note i {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 30px !important;
    border-radius: 11px !important;
    background: #fff !important;
    color: #e0a300 !important;
    box-shadow: 0 7px 14px rgba(31,48,68,.06) !important;
}

.klavye-calisma-page .kc-hero-metric {
    min-width: 110px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(219, 232, 240, .95);
    box-shadow: 0 14px 28px rgba(28,47,65,.07);
    text-align: center;
    display: none !important;
}

.klavye-calisma-page .kc-benefit-grid div i {
    color: #d49a1b !important;
}

.klavye-calisma-page .kc-benefit-grid div strong {
    color: #18394d !important;
}

.klavye-calisma-page .kc-benefit-grid div span {
    color: #64798a !important;
}

.klavye-calisma-page .kc-guide-image img {
    width: 100%;
    height: 100%;
    content: url("/assets/images/klavye-calisma-premium-transparent.png");
    object-fit: contain !important;
    background: linear-gradient(180deg, #f8fafc 0%, #f3f5f7 100%) !important;
}

.klavye-calisma-page .kc-hero::before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    pointer-events: none !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 4px !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(90deg, #1f7b91, #73c1bc 55%, #f5b84b) !important;
    opacity: .9 !important;
}

.klavye-calisma-page .kc-hero::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    width: 170px !important;
    height: 170px !important;
    left: auto !important;
    right: -75px !important;
    bottom: -90px !important;
    background: rgba(31, 123, 145, .045) !important;
}

.klavye-calisma-page .kc-hero-tags span i, .klavye-calisma-page .kc-hero-feature i {
    color: var(--kc-teal) !important;
}

.klavye-calisma-page .kc-visual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #20384f !important;
    min-height: 505px !important;
    padding: 24px 26px !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #fafbfc 0%, #f5f7f9 54%, #f2f5f7 100%) !important;
    border: 1px solid #e3eaf0 !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06) !important;
}

.klavye-calisma-page .kc-visual-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,.64) !important;
    inset: 14px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.18)) !important;
    border: 1px solid rgba(255,255,255,.86) !important;
}

.klavye-calisma-page .kc-visual-card::after {
    content: "" !important;
    position: absolute !important;
    right: 24px !important;
    top: 22px !important;
    width: 74px !important;
    height: 74px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(31,123,145,.075), rgba(31,123,145,0) 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.klavye-calisma-page .kc-monitor-frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 28px !important;
    max-width: 455px !important;
    padding: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(78%, 455px) !important;
    height: 268px !important;
    margin: 0 auto 12px !important;
    border-radius: 18px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.klavye-calisma-page .kc-visual-content {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
}

.klavye-calisma-page .kc-visual-card h2 {
    margin: 0 0 8px 0;
    font-weight: 950;
    text-shadow: none !important;
    max-width: 760px !important;
    color: var(--kc-ink) !important;
    font-size: clamp(24px, 2vw, 30px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.75px !important;
    margin-bottom: 9px !important;
}

.klavye-calisma-page .kc-visual-card p {
    margin: 0 0 16px 0;
    text-shadow: none !important;
    max-width: 780px !important;
    color: #4f6475 !important;
    font-size: 14.2px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
}

.klavye-calisma-page .kc-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px !important;
    margin-top: 16px !important;
}

.klavye-calisma-page .kc-benefit-grid div {
    backdrop-filter: blur(8px);
    border-color: rgba(211, 228, 238, .95) !important;
    color: #254b61 !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid #e1e9f0 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .035) !important;
}

.klavye-calisma-page .kc-benefit-grid div:hover {
    transform: translateY(-2px) !important;
    background: #ffffff !important;
    border-color: #d8e4ec !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .055) !important;
}

.klavye-calisma-page .kc-benefit-grid i {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    color: var(--kc-gold) !important;
}

.klavye-calisma-page .kc-benefit-grid strong {
    font-size: 12px;
    font-weight: 950;
    color: #203e54 !important;
}

.klavye-calisma-page .kc-benefit-grid span {
    font-size: 10.5px;
    font-weight: 700;
    margin-top: 2px;
    color: #63788a !important;
}

.klavye-calisma-page .kc-choice-card, .klavye-calisma-page .kc-panel-note {
    box-shadow: 0 8px 18px rgba(15,23,42,.035) !important;
}

.klavye-calisma-page .kc-visual-card.kc-visual-no-image {
    min-height: 500px !important;
    justify-content: center !important;
    padding: 26px !important;
    background: radial-gradient(circle at 8% 8%, rgba(32, 134, 160, .055), transparent 31%),
        linear-gradient(180deg, #fbfcfe 0%, #f4f6f8 100%) !important;
    color: #20384f !important;
    border: 1px solid #e5ebf1 !important;
    box-shadow: 0 16px 36px rgba(31,48,68,.075) !important;
}

.klavye-calisma-page .kc-visual-card.kc-visual-no-image::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.82);
    pointer-events: none;
}

.klavye-calisma-page .kc-visual-no-image .kc-visual-glow, .klavye-calisma-page .kc-visual-no-image .kc-monitor-frame, .klavye-calisma-page .kc-visual-no-image .kc-monitor-img {
    display: none !important;
}

.klavye-calisma-page .kc-visual-content-clean {
    margin-top: 0 !important;
    position: relative;
    z-index: 2;
}

.klavye-calisma-page .kc-visual-no-image .kc-visual-badge {
    background: #ffffff !important;
    color: #31566f !important;
    border: 1px solid #dfeaf2 !important;
    box-shadow: 0 8px 18px rgba(31,48,68,.045) !important;
}

.klavye-calisma-page .kc-visual-no-image h2 {
    color: #182f43 !important;
    font-size: 28px !important;
    line-height: 1.17 !important;
    letter-spacing: -.45px !important;
    max-width: 620px;
}

.klavye-calisma-page .kc-visual-no-image p {
    color: #52697b !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    max-width: 660px;
}

.klavye-calisma-page .kc-motive-panel {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.klavye-calisma-page .kc-motive-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e4ecf3;
    box-shadow: 0 12px 24px rgba(31,48,68,.055);
}

.klavye-calisma-page .kc-motive-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #eefaff, #fff8df);
    color: #2086a0;
    border: 1px solid #dcebf2;
    font-size: 18px;
}

.klavye-calisma-page .kc-motive-item strong {
    display: block;
    color: #1c3448;
    font-size: 17px;
    font-weight: 950;
    margin-bottom: 4px;
}

.klavye-calisma-page .kc-motive-item p {
    margin: 0 !important;
    max-width: none !important;
    color: #607383 !important;
    font-size: 13.5px !important;
}

.klavye-calisma-page .kc-benefit-grid-readable div {
    min-height: 142px !important;
    padding: 16px 15px !important;
    background: #ffffff !important;
    border: 1px solid #e3ebf2 !important;
    box-shadow: 0 10px 22px rgba(31,48,68,.052) !important;
    backdrop-filter: none !important;
}

.klavye-calisma-page .kc-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.klavye-calisma-page .kc-mini-stats span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e4ecf3;
    color: #415a6e;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 16px rgba(31,48,68,.035);
}

.klavye-calisma-page .kc-mini-stats i {
    color: #2086a0;
}

.klavye-calisma-page .kc-guide-side-card {
    align-self: stretch;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
    border: 1px solid #e2ebf2;
    box-shadow: 0 14px 28px rgba(31,48,68,.06);
}

.klavye-calisma-page .kc-guide-side-card span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef8fb;
    color: #2086a0;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 12px;
}

.klavye-calisma-page .kc-guide-side-card strong {
    display: block;
    color: #20384f;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.2;
    margin-bottom: 8px;
}

.klavye-calisma-page .kc-guide-side-card p {
    color: #5c7081;
    font-size: 13.5px;
    line-height: 1.65;
    font-weight: 650;
    margin: 0;
}

.klavye-calisma-page {
    font-family: "Inter", "Roboto", Arial, sans-serif;
    padding: 10px 8px 0 8px;
    --kc-ink: #0b2f4d;
    --kc-teal-2: #5db9bd;
    --kc-gold: #f5b84b;
    --kc-orange: #ff7b4a;
    --kc-navy: #143a50;
    --kc-text: #17364d;
    --kc-muted: #5d7184;
    --kc-border: #e3ebf2;
    --kc-card: #ffffff;
    --kc-soft: #f7f9fb;
    --kc-soft-2: #f2f5f8;
    --kc-accent: #f4a640;
    --kc-accent-soft: #fff4df;
    --kc-teal: #43aebd;
}

.klavye-calisma-page .kc-visual-glow {
    position: absolute;
    right: -80px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    opacity: .16 !important;
    background: radial-gradient(circle, rgba(15,23,42,.055), rgba(15,23,42,0) 69%) !important;
    filter: blur(44px) !important;
    display: none !important;
}

.klavye-calisma-page .kc-orb-one {
    width: 210px;
    height: 210px;
    right: -80px;
    top: -90px;
    background: rgba(67,174,189,.06);
}

.klavye-calisma-page .kc-orb-two {
    width: 170px;
    height: 170px;
    left: -70px;
    bottom: -80px;
    background: rgba(244,166,64,.07);
}

.klavye-calisma-page .kc-focus-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e9f8ff, #fff6df);
    border: 1px solid #dcecf3;
    color: #1b8da5;
    font-size: 19px;
}

.klavye-calisma-page .kc-focus-card strong {
    display: block;
    color: #17364d;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.15;
    margin-bottom: 5px;
}

.klavye-calisma-page .kc-focus-card span {
    display: block;
    color: #52697b;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.55;
}

.klavye-calisma-page .kc-panel-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    min-height: 500px !important;
    height: auto !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 42px rgba(28, 48, 68, .08) !important;
    border: 1px solid #e2ebf3 !important;
    overflow: hidden !important;
}

.klavye-calisma-page .kc-panel-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.2px;
    color: #14364c !important;
    text-shadow: none !important;
}

.klavye-calisma-page .kc-panel-header h2 i {
    color: #14364c !important;
}

.klavye-calisma-page .kc-panel-pill {
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff6d3;
    font-size: 12px;
    font-weight: 900;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    display: none !important;
}

.klavye-calisma-page .kc-guide-toggle {
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    outline: 0;
    cursor: pointer;
    color: #18374c;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #e3edf3 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .045) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    text-align: left !important;
}

.klavye-calisma-page .kc-hero::before, .klavye-calisma-page .kc-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    display: none !important;
    filter: blur(1px);
    opacity: .22 !important;
}

.klavye-calisma-page .kc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 900;
    border-radius: 999px !important;
    border: 1px solid #dfeaf1 !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .035) !important;
    background: #f8fbfd !important;
    color: #31566f !important;
    border-color: #dfeaf2 !important;
    padding: 6px 11px !important;
    font-size: 11.5px !important;
    margin-bottom: 7px !important;
}

.klavye-calisma-page .kc-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 850;
    border-color: rgba(209, 228, 236, .96) !important;
    background: #ffffff !important;
    border: 1px solid #e3edf3 !important;
    color: #284b63 !important;
    min-height: 32px !important;
    padding: 7px 10px !important;
    border-radius: 12px !important;
    font-size: 11.5px !important;
    box-shadow: 0 5px 12px rgba(31,48,68,.035) !important;
}

.klavye-calisma-page .kc-hero-feature span {
    color: #274960 !important;
    font-weight: 850 !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
}

.klavye-calisma-page .kc-benefit-grid i, .klavye-calisma-page .kc-benefit-grid-readable i {
    width: 36px !important;
    height: 36px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    border: 1px solid #f5dfb5 !important;
    font-size: 15px !important;
    background: #fff7e8 !important;
    color: #e79b2d !important;
    border-color: #f4dfba !important;
}

.klavye-calisma-page .kc-benefit-grid strong, .klavye-calisma-page .kc-benefit-grid-readable strong {
    color: #17364d !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
}

.klavye-calisma-page .kc-benefit-grid span, .klavye-calisma-page .kc-benefit-grid-readable span {
    line-height: 1.45 !important;
    color: #526a7c !important;
    font-size: 12.4px !important;
    font-weight: 750 !important;
}

.klavye-calisma-page .kc-panel-body {
    flex: 1;
    display: block !important;
    padding: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%) !important;
}

.klavye-calisma-page .kc-choice-card {
    border-radius: 20px;
    border: 1px solid #e2edf4;
    box-shadow: 0 10px 22px rgba(31, 48, 68, .055);
    margin-bottom: 12px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.klavye-calisma-page .kc-panel-note {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    border: 1px solid #dcecf3 !important;
    color: #466376 !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    font-weight: 750 !important;
    background: linear-gradient(135deg, #f7fbff 0%, #fffaf1 100%) !important;
    border-color: #e5edf3 !important;
}

.klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-visual-card-split {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 26px !important;
    border: 1px solid rgba(224, 233, 240, .95) !important;
    box-shadow: 0 18px 42px rgba(28, 48, 68, .08) !important;
    border-color: #e4ecf3 !important;
    min-height: 500px !important;
    padding: 28px 26px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: radial-gradient(circle at 96% 18%, rgba(67, 174, 189, .065) 0 118px, transparent 119px),
        radial-gradient(circle at 2% 98%, rgba(244, 166, 64, .055) 0 100px, transparent 101px),
        linear-gradient(180deg, #ffffff 0%, #fafbfc 45%, #f5f7f9 100%) !important;
}

.klavye-calisma-page .kc-visual-card h2, .klavye-calisma-page .kc-visual-copy h2 {
    color: #092f4a !important;
    line-height: 1.15 !important;
    letter-spacing: -.55px !important;
    font-weight: 950 !important;
    margin: 16px 0 10px !important;
    font-size: 25px !important;
    max-width: 500px !important;
    margin-bottom: 12px !important;
}

.klavye-calisma-page .kc-visual-card p, .klavye-calisma-page .kc-visual-copy p {
    color: #4d6578 !important;
    line-height: 1.62 !important;
    font-weight: 700 !important;
    margin: 0 !important;
    font-size: 14px !important;
    max-width: 500px !important;
}

.klavye-calisma-page .kc-monitor-frame, .klavye-calisma-page .kc-monitor-frame-compact {
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: flex !important;
    overflow: visible !important;
    align-self: center !important;
    justify-self: center !important;
    max-width: 330px !important;
    height: auto !important;
    margin: 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.klavye-calisma-page .kc-monitor-img {
    padding: 8px !important;
    background: #fff !important;
    content: url("/assets/images/klavye-calisma-premium-transparent.png");
    object-position: center center !important;
    transform: none !important;
    max-height: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    max-width: 330px !important;
    width: 100% !important;
    filter: drop-shadow(0 18px 28px rgba(23, 44, 62, .13)) !important;
}

.klavye-calisma-page .kc-focus-card {
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 14px;
    padding: 17px 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid #dfeaf2;
    border-radius: 22px;
    box-shadow: 0 12px 26px rgba(27, 48, 68, .07);
    display: none !important;
    margin-top: 18px !important;
    max-width: 620px !important;
}

.klavye-calisma-page .kc-benefit-grid, .klavye-calisma-page .kc-benefit-grid-readable {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 22px !important;
    align-items: stretch !important;
}

.klavye-calisma-page .kc-benefit-grid > div, .klavye-calisma-page .kc-benefit-grid-readable > div {
    border: 1px solid #dde8f1 !important;
    box-shadow: 0 10px 22px rgba(28, 48, 68, .055) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.96) !important;
    border-color: #dfe8f0 !important;
    min-height: 116px !important;
    justify-content: center !important;
}

.klavye-calisma-page .kc-panel-kicker {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 950 !important;
    letter-spacing: .7px !important;
    color: #705f43 !important;
}

.klavye-calisma-page .kc-panel-header h2, .klavye-calisma-page .kc-panel-header h2 i {
    color: #17364d !important;
}

.klavye-calisma-page .kc-guide-toggle small {
    font-size: 12px;
    font-weight: 800;
    color: #53677a !important;
    white-space: nowrap !important;
    margin-left: auto !important;
    text-align: right !important;
}

.klavye-calisma-page .kc-visual-copy .kc-visual-badge {
    margin-bottom: 18px !important;
}

.klavye-calisma-page .kc-benefit-grid-readable > div i {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    background: linear-gradient(135deg,#fff8e7,#f7fbff) !important;
    border: 1px solid #f2d99f !important;
    color: #e2a22c !important;
    font-size: 18px !important;
}

.klavye-calisma-page .kc-workspace {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0;
    align-items: stretch !important;
}

.klavye-calisma-page .kc-workspace > [class*="col-"] {
    display: flex !important;
}

.klavye-calisma-page .kc-visual-card-split, .klavye-calisma-page .kc-panel-card {
    height: 100% !important;
}

.klavye-calisma-page .kc-visual-card-split {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 420px !important;
    padding: 26px 28px !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at 92% 5%, rgba(69, 172, 190, .10) 0, rgba(69, 172, 190, .10) 80px, transparent 82px),
		radial-gradient(circle at 2% 98%, rgba(255, 186, 73, .10) 0, rgba(255, 186, 73, .10) 78px, transparent 80px),
		linear-gradient(135deg, #ffffff 0%, #f8fbfd 58%, #fffaf0 100%) !important;
    border: 1px solid #dfeaf2 !important;
    box-shadow: 0 16px 34px rgba(31, 48, 68, .085) !important;
}

.klavye-calisma-page .kc-visual-soft-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    display: none !important;
}

.klavye-calisma-page .kc-visual-top {
    width: 100% !important;
    margin-bottom: 35px !important;
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, .95fr) !important;
    align-items: center !important;
    gap: 22px !important;
    margin: 0 0 22px 0 !important;
}

.klavye-calisma-page .kc-visual-copy {
    padding-top: 0 !important;
    align-self: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.klavye-calisma-page .kc-visual-badge {
    border-color: rgba(180, 218, 229, .95) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 8px 13px !important;
    margin-bottom: 16px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.86) !important;
    border: 1px solid #d6e7ef !important;
    color: #24455d !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(31,48,68,.055) !important;
}

.klavye-calisma-page .kc-visual-badge i {
    color: #f1a92f !important;
}

.klavye-calisma-page .kc-visual-copy h2 {
    max-width: 500px !important;
    margin: 0 0 12px 0 !important;
    color: #082e49 !important;
    font-size: clamp(28px, 2.05vw, 36px) !important;
    line-height: 1.14 !important;
    font-weight: 950 !important;
    letter-spacing: -1px !important;
}

.klavye-calisma-page .kc-visual-copy p {
    max-width: 500px !important;
    margin: 0 !important;
    color: #4e667a !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    font-weight: 700 !important;
}

.klavye-calisma-page .kc-monitor-frame-compact {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
    display: block !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
    filter: drop-shadow(0 16px 22px rgba(31,48,68,.10)) !important;
}

.klavye-calisma-page .kc-benefit-grid-readable {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 13px !important;
    margin: 0 !important;
}

.klavye-calisma-page .kc-benefit-grid-readable > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 116px !important;
    padding: 17px 16px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.92) !important;
    border: 1px solid #dce8f0 !important;
    box-shadow: 0 10px 22px rgba(31,48,68,.055) !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.klavye-calisma-page .kc-benefit-grid-readable > div:hover {
    transform: translateY(-2px) !important;
    border-color: #c9dce8 !important;
    box-shadow: 0 14px 28px rgba(31,48,68,.08) !important;
}

.klavye-calisma-page .kc-benefit-grid-readable i {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #fff7e7, #f8fbff) !important;
    border: 1px solid #f2d69c !important;
    color: #e2a22e !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
}

.klavye-calisma-page .kc-benefit-grid-readable strong {
    margin-bottom: 5px;
    display: block !important;
    margin: 0 0 6px 0 !important;
    color: #0b314c !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

.klavye-calisma-page .kc-benefit-grid-readable span {
    display: block !important;
    color: #587083 !important;
    font-size: 12.5px !important;
    line-height: 1.48 !important;
    font-weight: 750 !important;
}

.klavye-calisma-page .kc-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 19px 22px;
    min-height: 74px !important;
    background: radial-gradient(circle at 96% 0%, rgba(255,255,255,.34) 0, rgba(255,255,255,.34) 78px, transparent 80px),
		linear-gradient(135deg, #fff3d9 0%, #ffe4ad 52%, #ffd38a 100%) !important;
    color: #082e49 !important;
    border-bottom: 1px solid #f0d49a !important;
}

.klavye-calisma-page .kc-panel-header h2, .klavye-calisma-page .kc-panel-kicker {
    color: #082e49 !important;
}

.klavye-calisma-page .ko-ad, .main-container .ko-ad {
    width: 100%;
    margin: 12px 0;
    padding: 0;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
    overflow: hidden;
}

.klavye-calisma-page .ko-ad-inner, .main-container .ko-ad-inner {
    width: 100%;
    padding: 10px;
}

.klavye-calisma-page .ko-ad-label, .main-container .ko-ad-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px 2px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef2f6;
    border: 1px solid #dbe3ec;
    color: #7b8794;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.klavye-calisma-page .ko-ad-label::before, .main-container .ko-ad-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a8b3c2;
}

.klavye-calisma-page .ko-ad-placeholder, .main-container .ko-ad-placeholder {
    min-height: 96px;
    border-radius: 16px;
    border: 1px dashed #c4ccd6;
    background: linear-gradient(135deg, rgba(255,255,255,.50), rgba(255,255,255,.15)),
        repeating-linear-gradient(
            45deg,
            #eef1f4 0,
            #eef1f4 12px,
            #e6ebf0 12px,
            #e6ebf0 24px
        );
    color: #8a96a3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.klavye-calisma-page .ko-ad-placeholder span, .main-container .ko-ad-placeholder span {
    color: #748292;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .2px;
}

.klavye-calisma-page .ko-ad-placeholder small, .main-container .ko-ad-placeholder small {
    margin-top: 4px;
    color: #98a3af;
    font-size: 11px;
    font-weight: 800;
}

.klavye-calisma-page .ko-ad-hero .ko-ad-placeholder, .klavye-calisma-page .ko-ad-guide .ko-ad-placeholder, .main-container .ko-ad-apps .ko-ad-placeholder {
    min-height: 140px;
}

.klavye-calisma-page .ko-ad-leaderboard .ko-ad-placeholder {
    min-height: 90px;
}

.klavye-calisma-page .ko-ad-before-toplist {
    margin-top: 12px;
    margin-bottom: 12px;
}

.klavye-calisma-page .ko-ad-before-guide {
    margin-top: 12px;
    margin-bottom: 12px;
}

.main-container .ko-ad-before-apps {
    margin-top: 12px;
    margin-bottom: 12px;
}

.klavye-calisma-page .ko-ad ins, .main-container .ko-ad ins, .klavye-calisma-page .ko-ad iframe, .main-container .ko-ad iframe {
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.klavye-calisma-page .kc-hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 8px !important;
    border: 1px solid rgba(220, 232, 241, .95) !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at 9% -18%, rgba(244,166,64,.10) 0 105px, transparent 106px),
        radial-gradient(circle at 96% -12%, rgba(67,174,189,.09) 0 115px, transparent 116px),
        linear-gradient(135deg, #ffffff 0%, #fbfdff 58%, #fffaf1 100%) !important;
    box-shadow: 0 12px 28px rgba(27, 48, 68, .065) !important;
    min-height: 138px !important;
    padding: 20px 26px !important;
    align-items: center !important;
}

.klavye-calisma-page .kc-hero-content {
    gap: 6px !important;
}

.klavye-calisma-page .kc-hero h1 {
    margin: 0;
    font-weight: 950;
    color: var(--kc-ink) !important;
    letter-spacing: -.75px !important;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
    font-size: clamp(25px, 2.2vw, 34px) !important;
    line-height: 1.08 !important;
}

.klavye-calisma-page .kc-hero p {
    margin: 7px 0 12px 0;
    color: #405a70 !important;
    font-weight: 650 !important;
    font-size: 13.5px !important;
    margin-bottom: 0 !important;
    max-width: 820px !important;
    line-height: 1.45 !important;
}

.klavye-calisma-page .kc-hero-tags {
    flex-wrap: wrap;
    gap: 7px !important;
    display: none !important;
}

.klavye-calisma-page .kc-hero-feature-panel {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    max-width: 405px !important;
    background: rgba(255,255,255,.78) !important;
    border: 1px solid rgba(226, 236, 244, .95) !important;
    box-shadow: 0 14px 30px rgba(22, 45, 65, .07) !important;
    backdrop-filter: blur(8px);
    width: 300px !important;
    border-radius: 20px !important;
    padding: 10px !important;
    gap: 8px !important;
    min-width: 300px !important;
}

.klavye-calisma-page .kc-hero-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 850;
    color: #2d5368 !important;
    border: 1px solid #e7eef5 !important;
    box-shadow: 0 7px 15px rgba(31,48,68,.035) !important;
    background: #ffffff !important;
    border-color: #e6eef5 !important;
    min-height: 46px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
}

.klavye-calisma-page .kc-hero-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #2f8fa3 !important;
    background: #eefaff !important;
    min-width: 25px !important;
    font-size: 11px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 9px !important;
}

.klavye-calisma-page .kc-field:nth-child(1) label::before {
    content: "";
}

.klavye-calisma-page .kc-field:nth-child(2) label::before {
    content: "";
}

.klavye-calisma-page .kc-field:nth-child(3) label::before {
    content: "";
}

.klavye-calisma-page .kc-field:nth-child(4) label::before {
    content: "";
}

.klavye-calisma-page .kc-settings-btn:hover, .klavye-calisma-page .kc-start-btn:hover {
    filter: brightness(1.04);
    transform: translateY(-2px) !important;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary.active::before, .klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary:has(input:checked)::before {
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    background: #36aee2;
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    content: none !important;
    display: none !important;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all .22s ease;
    margin-bottom: 7px !important;
    padding: 8px 10px !important;
    min-height: 38px !important;
    border-radius: 15px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f9fdff 100%) !important;
    color: #294b62 !important;
    border: 1px solid #d7eaf5 !important;
    box-shadow: 0 7px 16px rgba(31, 72, 94, .055) !important;
    font-weight: 900 !important;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary:hover {
    background: linear-gradient(135deg, #f2fbff, #ffffff) !important;
    border-color: #9ed7ee !important;
    color: #155b7a !important;
    transform: translateY(-1px) !important;
}

.klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary.active, .klavye-calisma-page .kc-choice-card .btn-group-toggle .btn-outline-primary:has(input:checked) {
    background: linear-gradient(135deg, #dff5ff 0%, #f1fbff 100%) !important;
    color: #104c68 !important;
    border-color: #63c3ec !important;
    box-shadow: inset 0 0 0 1px rgba(99, 195, 236, .35), 0 10px 22px rgba(52, 152, 194, .16) !important;
    transform: translateY(-1px) !important;
}

.klavye-calisma-page .kc-form-grid .kc-field {
    margin-bottom: 0 !important;
    position: relative !important;
}

.klavye-calisma-page .kc-select-wrap {
    position: relative !important;
    width: 100% !important;
}

.klavye-calisma-page .kc-select-wrap::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #2389b5;
    border-bottom: 2px solid #2389b5;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    transition: all .22s ease;
}

.klavye-calisma-page .kc-select-wrap:hover::after, .klavye-calisma-page .kc-select-wrap:focus-within::after {
    border-color: #ff9f43;
}

.klavye-calisma-page .kc-field .custom-select {
    min-height: 42px;
    background-color: #ffffff !important;
    background-image: linear-gradient(45deg, transparent 50%, #6f8798 50%),
        linear-gradient(135deg, #6f8798 50%, transparent 50%),
        linear-gradient(135deg, #f3f9fd 0%, #ffffff 100%) !important;
    background-position: calc(100% - 22px) 50%,
        calc(100% - 16px) 50%,
        0 0 !important;
    background-size: 6px 6px,
        6px 6px,
        100% 100% !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 17px !important;
    border: 1px solid #cfe8f6 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f6fcff 100%) !important;
    color: #173d56 !important;
    font-size: 13.5px !important;
    font-weight: 850 !important;
    padding: 0 50px 0 16px !important;
    box-shadow: 0 10px 24px rgba(30, 90, 125, .075) !important;
    transition: all .22s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
}

.klavye-calisma-page .kc-field .custom-select:hover {
    background-image: linear-gradient(45deg, transparent 50%, #2a8bb5 50%),
        linear-gradient(135deg, #2a8bb5 50%, transparent 50%),
        linear-gradient(135deg, #eefaff 0%, #ffffff 100%) !important;
    border-color: #8ed3ee !important;
    background: linear-gradient(180deg, #ffffff 0%, #effaff 100%) !important;
    box-shadow: 0 14px 30px rgba(30, 118, 158, .13) !important;
    transform: translateY(-1px);
}

.klavye-calisma-page .kc-field .custom-select:focus {
    background-color: #ffffff !important;
    border-color: #35b9ea !important;
    outline: none !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(53, 185, 234, .16), 0 14px 30px rgba(30, 118, 158, .13) !important;
}

.klavye-calisma-page .kc-field .custom-select:disabled {
    background-color: #f7fafc !important;
    background-image: linear-gradient(45deg, transparent 50%, #a6b8c4 50%),
        linear-gradient(135deg, #a6b8c4 50%, transparent 50%),
        linear-gradient(135deg, #f6f9fb 0%, #ffffff 100%) !important;
    color: #8aa1b1 !important;
    border-color: #e0edf4 !important;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%) !important;
    box-shadow: 0 8px 18px rgba(30, 64, 88, .04) !important;
    cursor: not-allowed !important;
}

.klavye-calisma-page .kc-settings-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px !important;
    height: 27px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.75) !important;
    color: #168bc5 !important;
    box-shadow: inset 0 0 0 1px rgba(22, 139, 197, .13) !important;
}

.klavye-calisma-page .kc-start-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 46%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: kcShine 3s infinite;
    display: none !important;
}

.klavye-calisma-page .kc-start-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 42%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-22deg);
    transition: left .55s ease;
}

.klavye-calisma-page .kc-start-btn:hover::after {
    left: 125%;
}

.klavye-calisma-page .kc-start-btn i {
    width: 27px !important;
    height: 27px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.22) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    position: relative !important;
    z-index: 1 !important;
}

.klavye-calisma-page .kc-start-btn > *, .klavye-calisma-page .kc-start-btn {
    position: relative;
    z-index: 1;
}

.klavye-calisma-page .kc-field .kc-select-wrap:hover select.custom-select, .klavye-calisma-page #anaGrup.custom-select:hover, .klavye-calisma-page #metinGrup.custom-select:hover, .klavye-calisma-page #metin.custom-select:hover, .klavye-calisma-page #sinavmodusecinmi.custom-select:hover {
    border-color: #8ed3ee !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #effaff 100%) !important;
    box-shadow: 0 14px 30px rgba(30, 118, 158, .13) !important;
    transform: translateY(-1px) !important;
}

.klavye-calisma-page .kc-field select.custom-select:focus, .klavye-calisma-page #anaGrup.custom-select:focus, .klavye-calisma-page #metinGrup.custom-select:focus, .klavye-calisma-page #metin.custom-select:focus, .klavye-calisma-page #sinavmodusecinmi.custom-select:focus {
    border-color: #35b9ea !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #f7fdff 100%) !important;
    box-shadow: 0 0 0 4px rgba(53, 185, 234, .16), 0 14px 30px rgba(30, 118, 158, .13) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:focus-within::after, .klavye-calisma-page .kc-field .kc-select-wrap:hover::after {
    border-color: #ff9f43 !important;
}

.klavye-calisma-page .kc-field select.custom-select:disabled, .klavye-calisma-page #metinGrup.custom-select:disabled, .klavye-calisma-page #metin.custom-select:disabled {
    color: #8aa1b1 !important;
    border-color: #e0edf4 !important;
    background-color: #f8fbfd !important;
    background-image: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%) !important;
    box-shadow: 0 8px 18px rgba(30, 64, 88, .04) !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.klavye-calisma-page .kc-field .select2-container, .klavye-calisma-page .kc-field .bootstrap-select, .kc-field .select2-container, .kc-field .bootstrap-select {
    width: 100% !important;
    display: block !important;
}

.klavye-calisma-page .kc-action-row {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    margin-top: auto !important;
    padding-top: 0 !important;
    gap: 14px !important;
}

.klavye-calisma-page .kc-settings-btn:hover {
    background: linear-gradient(135deg, #e6f7ff 0%, #f7fdff 100%) !important;
    border-color: #7fd0ef !important;
    color: #0d5d85 !important;
    box-shadow: 0 16px 34px rgba(31, 116, 158, .18) !important;
    transform: translateY(-2px) !important;
}

.klavye-calisma-page .kc-start-btn:hover {
    background: linear-gradient(135deg, #ffb24a 0%, #ff922b 52%, #ff784f 100%) !important;
    box-shadow: 0 19px 40px rgba(255, 132, 43, .43) !important;
    transform: translateY(-2px) !important;
}

.klavye-calisma-page .ko-ad-after-hero {
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 8px 0 10px !important;
}

.klavye-calisma-page .kc-field label::before {
    font-family: FontAwesome;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid #d7eaf5;
    font-size: 11px;
    background: linear-gradient(135deg, #e7f7ff 0%, #ffffff 100%) !important;
    color: #1786b5 !important;
    border-color: #c7ecfb !important;
    box-shadow: 0 5px 12px rgba(23, 134, 181, .10) !important;
    margin-right: 0 !important;
    flex: 0 0 24px !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap::after, .kc-field .kc-select-wrap::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    border-right: 2px solid #168bc5 !important;
    border-bottom: 2px solid #168bc5 !important;
    pointer-events: none !important;
    z-index: 3 !important;
    transition: all .22s ease !important;
    right: 18px !important;
    width: 10px !important;
    height: 10px !important;
    border-right-width: 2.2px !important;
    border-bottom-width: 2.2px !important;
    border-color: #168bc5 !important;
    transform: translateY(-64%) rotate(45deg) !important;
}

.klavye-calisma-page .kc-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: 16px !important;
    padding-right: 48px !important;
    font-weight: 500 !important;
    color: #14384f !important;
}

.klavye-calisma-page .kc-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    right: 12px !important;
}

.klavye-calisma-page .kc-settings-btn, .klavye-calisma-page .kc-start-btn {
    border: 0 !important;
    font-size: 14px;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-weight: 950 !important;
    letter-spacing: .01em !important;
    transition: all .24s ease !important;
    min-height: 52px !important;
    border-radius: 18px !important;
}

.klavye-calisma-page .kc-settings-btn {
    min-height: 54px !important;
    border-radius: 18px !important;
    font-weight: 950 !important;
    background: linear-gradient(135deg, #f3fbff 0%, #e8f7ff 100%) !important;
    color: #174f72 !important;
    border: 1px solid #bde5f5 !important;
    box-shadow: 0 10px 24px rgba(31, 116, 158, .12) !important;
}

.klavye-calisma-page .kc-start-btn {
    min-height: 54px !important;
    border-radius: 18px !important;
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    border: 0 !important;
    font-weight: 950 !important;
    background: linear-gradient(135deg, #ffbd5c 0%, #ff9d42 52%, #ff8757 100%) !important;
    box-shadow: 0 14px 30px rgba(255, 143, 67, .32) !important;
}

.klavye-calisma-page #anaGrup.custom-select, .klavye-calisma-page #metinGrup.custom-select, .klavye-calisma-page #metin.custom-select, .klavye-calisma-page #sinavmodusecinmi.custom-select, .klavye-calisma-page .kc-field select.custom-select, #anaGrup.custom-select, #metinGrup.custom-select, #metin.custom-select, #sinavmodusecinmi.custom-select {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #cfe8f6 !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0 48px 0 16px !important;
    border-radius: 17px !important;
    font-size: 13.2px !important;
    font-weight: 500 !important;
    letter-spacing: .005em !important;
    color: #14384f !important;
    box-shadow: 0 8px 20px rgba(30, 90, 125, .065) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(45deg, transparent 50%, #168bc5 50%),
        linear-gradient(135deg, #168bc5 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f6fcff 100%) !important;
    background-position: calc(100% - 22px) 50%,
        calc(100% - 15px) 50%,
        0 0 !important;
    background-size: 7px 7px,
        7px 7px,
        100% 100% !important;
    background-repeat: no-repeat !important;
    padding-right: 46px !important;
}

.klavye-calisma-page #anaGrup.custom-select:hover, .klavye-calisma-page #metinGrup.custom-select:hover, .klavye-calisma-page #metin.custom-select:hover, .klavye-calisma-page #sinavmodusecinmi.custom-select:hover, .klavye-calisma-page .kc-field select.custom-select:hover, .klavye-calisma-page #anaGrup.custom-select:focus, .klavye-calisma-page #metinGrup.custom-select:focus, .klavye-calisma-page #metin.custom-select:focus, .klavye-calisma-page #sinavmodusecinmi.custom-select:focus, .klavye-calisma-page .kc-field select.custom-select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #ff9f43 50%),
        linear-gradient(135deg, #ff9f43 50%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #effaff 100%) !important;
}

.klavye-calisma-page .kc-field select.custom-select::-ms-expand, #anaGrup.custom-select::-ms-expand, #metinGrup.custom-select::-ms-expand, #metin.custom-select::-ms-expand, #sinavmodusecinmi.custom-select::-ms-expand {
    display: none !important;
}

.klavye-calisma-page .kc-field .select2-container--default .select2-selection--single .select2-selection__arrow, .klavye-calisma-page .kc-field .bootstrap-select > .dropdown-toggle::after {
    display: none !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap, .kc-field .kc-select-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap select.custom-select, .klavye-calisma-page .kc-field select.custom-select, .klavye-calisma-page #anaGrup.custom-select, .klavye-calisma-page #metinGrup.custom-select, .klavye-calisma-page #metin.custom-select, .klavye-calisma-page #sinavmodusecinmi.custom-select, .kc-field .kc-select-wrap select.custom-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #f6fcff 100%) !important;
    background-color: #ffffff !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    padding: 0 46px 0 16px !important;
    border: 1px solid #bfe6f8 !important;
    border-radius: 16px !important;
    color: #12324a !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: 0 9px 22px rgba(10, 111, 168, 0.07) !important;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap::after, .klavye-calisma-page .kc-select-wrap::after, .kc-field .kc-select-wrap::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 17px !important;
    top: 50% !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2px solid #168bc5 !important;
    border-bottom: 2px solid #168bc5 !important;
    transform: translateY(-62%) rotate(45deg) !important;
    pointer-events: none !important;
    z-index: 5 !important;
    transition: border-color .22s ease, transform .22s ease !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:hover select.custom-select, .klavye-calisma-page .kc-field .kc-select-wrap:focus-within select.custom-select, .klavye-calisma-page .kc-field select.custom-select:hover, .klavye-calisma-page .kc-field select.custom-select:focus, .klavye-calisma-page #anaGrup.custom-select:hover, .klavye-calisma-page #anaGrup.custom-select:focus, .klavye-calisma-page #metinGrup.custom-select:hover, .klavye-calisma-page #metinGrup.custom-select:focus, .klavye-calisma-page #metin.custom-select:hover, .klavye-calisma-page #metin.custom-select:focus, .klavye-calisma-page #sinavmodusecinmi.custom-select:hover, .klavye-calisma-page #sinavmodusecinmi.custom-select:focus {
    border-color: #35b9ea !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #effaff 100%) !important;
    box-shadow: 0 0 0 4px rgba(53, 185, 234, .15), 0 14px 30px rgba(30, 118, 158, .13) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:hover::after, .klavye-calisma-page .kc-field .kc-select-wrap:focus-within::after, .klavye-calisma-page .kc-select-wrap:hover::after, .klavye-calisma-page .kc-select-wrap:focus-within::after, .kc-field .kc-select-wrap:hover::after, .kc-field .kc-select-wrap:focus-within::after {
    border-color: #ff9f43 !important;
    transform: translateY(-58%) rotate(45deg) scale(1.08) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap select.custom-select:disabled, .klavye-calisma-page .kc-field select.custom-select:disabled, .klavye-calisma-page #metinGrup.custom-select:disabled, .klavye-calisma-page #metin.custom-select:disabled {
    color: #7f94a3 !important;
    border-color: #d7edf8 !important;
    background-image: linear-gradient(180deg, #f9fdff 0%, #ffffff 100%) !important;
    box-shadow: 0 7px 18px rgba(30, 64, 88, .045) !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.klavye-calisma-page .kc-field select.custom-select::-ms-expand, .klavye-calisma-page #anaGrup.custom-select::-ms-expand, .klavye-calisma-page #metinGrup.custom-select::-ms-expand, .klavye-calisma-page #metin.custom-select::-ms-expand, .klavye-calisma-page #sinavmodusecinmi.custom-select::-ms-expand {
    display: none !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap {
    position: relative !important;
    width: 100% !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap > select.custom-select, .klavye-calisma-page .kc-field .kc-select-wrap > select.sinavmodusecinmi.custom-select, .klavye-calisma-page #anaGrup.custom-select, .klavye-calisma-page #metinGrup.custom-select, .klavye-calisma-page #metin.custom-select, .klavye-calisma-page #sinavmodusecinmi.custom-select {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    padding: 0 48px 0 16px !important;
    border: 1px solid #c9e3f2 !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #f8fdff 100%) !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% 100% !important;
    color: #0f344d !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    letter-spacing: .05px !important;
    outline: none !important;
    box-shadow: 0 8px 22px rgba(30, 64, 88, .055) !important;
    cursor: pointer !important;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap > select.custom-select::-ms-expand, .klavye-calisma-page #anaGrup.custom-select::-ms-expand, .klavye-calisma-page #metinGrup.custom-select::-ms-expand, .klavye-calisma-page #metin.custom-select::-ms-expand, .klavye-calisma-page #sinavmodusecinmi.custom-select::-ms-expand {
    display: none !important;
}

.klavye-calisma-page .kc-field .select2-container--default .select2-selection--single, .klavye-calisma-page .kc-field .bootstrap-select > .dropdown-toggle {
    color: #173d56 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 13.2px !important;
    font-weight: 500 !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 1px solid #c9e3f2 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fdff 100%) !important;
    box-shadow: 0 8px 22px rgba(30, 64, 88, .055) !important;
    outline: none !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap::after {
    content: "" !important;
    position: absolute !important;
    right: 17px !important;
    top: 50% !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2px solid #168bc5 !important;
    border-bottom: 2px solid #168bc5 !important;
    transform: translateY(-62%) rotate(45deg) !important;
    pointer-events: none !important;
    z-index: 10 !important;
    display: block !important;
    transition: border-color .22s ease, transform .22s ease !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:hover > select.custom-select, .klavye-calisma-page .kc-field .kc-select-wrap:hover > select.sinavmodusecinmi.custom-select, .klavye-calisma-page .kc-field .select2-container--default .select2-selection--single:hover, .klavye-calisma-page .kc-field .bootstrap-select > .dropdown-toggle:hover {
    border-color: #7fd1ff !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%) !important;
    box-shadow: 0 12px 26px rgba(30, 118, 158, .10) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:focus-within > select.custom-select, .klavye-calisma-page .kc-field .kc-select-wrap:focus-within > select.sinavmodusecinmi.custom-select, .klavye-calisma-page .kc-field .select2-container--focus .select2-selection--single, .klavye-calisma-page .kc-field .select2-container--open .select2-selection--single, .klavye-calisma-page .kc-field .bootstrap-select.show > .dropdown-toggle, .klavye-calisma-page .kc-field .bootstrap-select > .dropdown-toggle:focus {
    border-color: #4dbcf7 !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #effaff 100%) !important;
    box-shadow: 0 0 0 4px rgba(77, 188, 247, .12), 0 14px 30px rgba(30, 118, 158, .13) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:hover::after {
    border-color: #168bc5 !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap:focus-within::after {
    border-color: #ff9f43 !important;
    transform: translateY(-58%) rotate(45deg) scale(1.08) !important;
}

.klavye-calisma-page #sinavmodusecinmi.custom-select:not(:focus), .klavye-calisma-page .kc-select-wrap:not(:focus-within) > #sinavmodusecinmi.custom-select {
    border-color: #c9e3f2 !important;
    box-shadow: 0 8px 22px rgba(30, 64, 88, .055) !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #f8fdff 100%) !important;
}

.klavye-calisma-page .kc-field .kc-select-wrap > select.custom-select:disabled, .klavye-calisma-page #metinGrup.custom-select:disabled, .klavye-calisma-page #metin.custom-select:disabled {
    color: #7f94a3 !important;
    border-color: #d7edf8 !important;
    background-image: linear-gradient(180deg, #f9fdff 0%, #ffffff 100%) !important;
    box-shadow: 0 7px 18px rgba(30, 64, 88, .045) !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.klavye-calisma-page .kc-field label {
    display: inline-flex !important;
    align-items: center !important;
    color: #31566f !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
    user-select: none;
    -webkit-user-select: none;
}

@keyframes hizTestiPulse {
	0% { box-shadow: 0 12px 28px rgba(255, 150, 60, .32); }
	50% { box-shadow: 0 14px 34px rgba(255, 150, 60, .50); }
	100% { box-shadow: 0 12px 28px rgba(255, 150, 60, .32); }
}

@keyframes hizTestiIcon {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-1px) scale(1.12); }
}

@keyframes hizTestiShine {
	0% { left: -75%; }
	45% { left: 130%; }
	100% { left: 130%; }
}

@keyframes kcShine {
    0% { left: -75%; }
    42% { left: 130%; }
    100% { left: 130%; }
}

@media (max-width: 576px) {
    .dt-controls {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .dataTables_filter, .dataTables_filter input {
        width: 100% !important;
    }

    .duello-chat-header {
        min-height: 58px;
        padding: 11px 12px !important;
    }

    .duello-chat-icon {
        width: 35px;
        height: 35px;
        border-radius: 13px;
    }

    .duello-info-hero, .duello-faq-modern, .duello-strategy-box {
        padding: 16px;
        border-radius: 20px;
    }

    .duello-info-hero h2 {
        font-size: 22px;
    }

    .duello-info-grid {
        grid-template-columns: 1fr;
    }

    .duello-info-card {
        padding: 15px;
    }

    .rutbe-section-modern {
        border-radius: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .rutbe-section-modern .rutbe-wrapper {
        justify-content: flex-start !important;
    }

    .klavye-calisma-page .kc-hero, .klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-panel-body, .klavye-calisma-page .kc-guide-body, .klavye-calisma-page .kc-guide-hero, .klavye-calisma-page .kc-guide-section, .klavye-calisma-page .kc-mini-faq {
        padding: 14px;
    }

    .klavye-calisma-page .kc-hero-tags span, .klavye-calisma-page .kc-mode-chips span {
        width: 100%;
        justify-content: center;
    }

    .klavye-calisma-page .kc-monitor-frame, .klavye-calisma-page .kc-guide-image {
        height: 150px;
    }

    .klavye-calisma-page .kc-visual-card h2, .klavye-calisma-page .kc-guide-body h2 {
        font-size: 20px;
    }

    .klavye-calisma-page .kc-action-row, .klavye-calisma-page .kc-hero-side {
        grid-template-columns: 1fr;
    }

    .klavye-calisma-page .kc-hero {
        padding: 18px !important;
        border-radius: 20px !important;
    }

    .klavye-calisma-page .kc-hero-feature-panel, .klavye-calisma-page .kc-hero-tags {
        display: none !important;
    }

    .klavye-calisma-page .kc-hero-feature-panel {
        padding: 9px !important;
    }

    .klavye-calisma-page .kc-hero-feature {
        min-height: 48px !important;
        padding: 9px 10px !important;
    }

    .klavye-calisma-page .kc-monitor-frame {
        border-radius: 22px !important;
        width: 100% !important;
        height: 205px !important;
    }

    .klavye-calisma-page .kc-visual-card {
        min-height: auto !important;
        padding: 18px !important;
    }

    .klavye-calisma-page .kc-visual-card h2 {
        font-size: 21px !important;
    }

    .klavye-calisma-page .kc-visual-card.kc-visual-no-image {
        padding: 18px !important;
    }

    .klavye-calisma-page .kc-visual-no-image h2 {
        font-size: 23px !important;
    }

    .klavye-calisma-page .kc-motive-item {
        padding: 15px !important;
    }

    .klavye-calisma-page .kc-motive-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .klavye-calisma-page .kc-hero h1 {
        font-size: 24px !important;
    }

    .klavye-calisma-page .kc-field .custom-select {
        height: 46px !important;
    }
}

@media (max-width: 768px) {
    .row-g6 .card-box {
        border-radius: 18px !important;
        padding: 14px !important;
    }

    .toplistheader h6 {
        font-size: 14px !important;
    }

    .card-box .font-14, .card-box .weight-600 {
        font-size: 13px !important;
    }

    .card-box .list-group-item {
        min-height: 60px !important;
        padding: 7px 10px !important;
    }

    .card-box .avatar img {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .card-box .cta img {
        width: 40px !important;
        height: 40px !important;
        padding: 7px !important;
    }

    .card-box .badge {
        font-size: 8px !important;
        padding: 2px 5px !important;
    }

    button[onclick="kmusinavbasla()"].btn-warning::before {
        font-size: 16px;
    }

    .hiztest-seo-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .hiztest-seo-hero h1 {
        font-size: 24px;
    }

    .hiztest-hero-visual {
        width: 100%;
        height: 130px;
    }

    .hiztest-info-hero, .hiztest-info-grid, .hiztest-two-column {
        grid-template-columns: 1fr;
    }

    .hiztest-info-wrapper {
        padding: 14px;
    }

    .hiztest-info-wrapper h2 {
        font-size: 21px;
    }

    .hiztest-info-image {
        height: 150px;
    }

    .card-box:has(.toplistheader), .card-box:has(.list-group .toplist), .card-boxduel:has(.toplistheader), .card-boxduel:has(.list-group .toplist) {
        border-radius: 18px !important;
        padding: 14px !important;
    }

    .card-box:has(.toplistheader) .toplistheader h6, .card-boxduel:has(.toplistheader) .toplistheader h6 {
        font-size: 14px !important;
    }

    .card-box .list-group-item.toplist, .card-boxduel .list-group-item.toplist {
        min-height: 60px !important;
        padding: 7px 10px !important;
    }

    .card-box .toplist .font-14, .card-box .toplist .weight-600, .card-boxduel .toplist .font-14, .card-boxduel .toplist .weight-600, .card-box .toplist .txt div, .card-boxduel .toplist .txt div {
        font-size: 13px !important;
    }

    .card-box .toplist .avatar img, .card-boxduel .toplist .avatar img, .card-box .toplist img.border-radius-100, .card-boxduel .toplist img.border-radius-100, .card-boxduel img.rounded-circle, .duello-toplist img.rounded-circle, .toplist-card img.rounded-circle {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .card-box .toplist .cta img, .card-boxduel .toplist .cta img {
        width: 40px !important;
        height: 40px !important;
        padding: 7px !important;
    }

    .card-box .toplist .badge, .card-boxduel .toplist .badge {
        font-size: 8px !important;
        padding: 2px 5px !important;
    }

    .duello-actions .btn-group {
        gap: 5px;
    }

    .stat-pill {
        min-width: 145px;
        padding: 9px 11px !important;
    }

    .live-duel-badge {
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .stat-icon, .stat-avatar {
        width: 42px !important;
        height: 42px !important;
        border-radius: 16px !important;
    }

    .stat-icon::before {
        font-size: 22px;
    }

    .duello-actions .btn {
        font-size: 12px !important;
        min-height: 40px;
        border-radius: 12px !important;
    }

    #bireysel-card-container > .card-header, #toplu-card-container > .card-header {
        min-height: 44px;
        border-radius: 16px 16px 0 0 !important;
    }

    #bireysel-card-container > .card-header > span, #toplu-card-container > .card-header > span {
        font-size: 14.5px !important;
    }

    .duello-faq-modern h2 {
        font-size: 21px !important;
    }

    .duello-faq-modern .card-body {
        padding: 13px 14px !important;
        font-size: 13.75px !important;
    }

    .klavye-calisma-page .kc-panel-body {
        padding: 14px !important;
    }

    .klavye-calisma-page .kc-action-row {
        gap: 10px !important;
    }

    .klavye-calisma-page .kc-visual-card {
        min-height: auto !important;
        padding: 18px !important;
    }

    .klavye-calisma-page .kc-monitor-frame {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: 190px !important;
        margin-bottom: 18px !important;
    }

    .klavye-calisma-page .kc-visual-content {
        margin-top: 0 !important;
    }

    .klavye-calisma-page .kc-benefit-grid, .klavye-calisma-page .kc-segment-grid-time, .klavye-calisma-page .kc-segment-grid-3 {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-choice-head {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 2px !important;
    }

    .klavye-calisma-page .ko-ad, .main-container .ko-ad {
        border-radius: 16px;
        margin: 10px 0;
    }

    .klavye-calisma-page .ko-ad-inner, .main-container .ko-ad-inner {
        padding: 8px;
    }

    .klavye-calisma-page .ko-ad-placeholder, .main-container .ko-ad-placeholder, .klavye-calisma-page .ko-ad-hero .ko-ad-placeholder, .klavye-calisma-page .ko-ad-guide .ko-ad-placeholder, .main-container .ko-ad-apps .ko-ad-placeholder {
        min-height: 86px;
        border-radius: 13px;
    }

    .klavye-calisma-page .ko-ad-placeholder span, .main-container .ko-ad-placeholder span {
        font-size: 13px;
    }

    .klavye-calisma-page .ko-ad-placeholder small, .main-container .ko-ad-placeholder small {
        font-size: 10px;
    }

    .klavye-calisma-page .kc-field .custom-select {
        height: 48px !important;
        font-size: 13px !important;
    }

    .klavye-calisma-page #anaGrup.custom-select, .klavye-calisma-page #metinGrup.custom-select, .klavye-calisma-page #metin.custom-select, .klavye-calisma-page #sinavmodusecinmi.custom-select, .klavye-calisma-page .kc-field select.custom-select {
        height: 44px !important;
        min-height: 44px !important;
        line-height: 44px !important;
        font-size: 13px !important;
    }

    .klavye-calisma-page .kc-settings-btn, .klavye-calisma-page .kc-start-btn {
        width: 100% !important;
        min-height: 50px !important;
    }
}

@media (max-width: 991px) {
    .duello-info-hero {
        grid-template-columns: 1fr;
    }

    .duello-info-visual {
        max-height: 220px;
    }

    .duello-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .duello-strategy-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .klavye-calisma-page {
        padding: 8px 4px 0;
    }

    .klavye-calisma-page .kc-hero, .klavye-calisma-page .kc-hero-side, .klavye-calisma-page .kc-action-row, .klavye-calisma-page .kc-guide-hero, .klavye-calisma-page .kc-guide-grid, .klavye-calisma-page .kc-guide-two {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .klavye-calisma-page .kc-hero h1 {
        font-size: 25px;
    }

    .klavye-calisma-page .kc-hero-side {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .klavye-calisma-page .kc-benefit-grid {
        grid-template-columns: 1fr;
    }

    .klavye-calisma-page .kc-panel-header, .klavye-calisma-page .kc-guide-toggle {
        flex-direction: column;
        align-items: flex-start;
    }

    .klavye-calisma-page .kc-monitor-frame {
        margin-bottom: 12px !important;
        width: min(86%, 430px) !important;
        height: 240px !important;
    }

    .klavye-calisma-page .kc-visual-card {
        min-height: auto !important;
    }

    .klavye-calisma-page .kc-benefit-grid-readable {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-benefit-grid-readable div {
        min-height: auto !important;
    }

    .klavye-calisma-page .kc-guide-toggle {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .klavye-calisma-page .kc-guide-toggle small {
        margin-left: 0 !important;
        text-align: left !important;
    }

    .klavye-calisma-page .kc-benefit-grid, .klavye-calisma-page .kc-benefit-grid-readable {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-benefit-grid > div, .klavye-calisma-page .kc-benefit-grid-readable > div {
        min-height: auto !important;
    }

    .klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-visual-card-split {
        min-height: auto !important;
        padding: 22px !important;
    }

    .klavye-calisma-page .kc-visual-top {
        grid-template-columns: 1fr !important;
        text-align: left !important;
    }

    .klavye-calisma-page .kc-monitor-frame, .klavye-calisma-page .kc-monitor-frame-compact {
        justify-content: center !important;
        height: auto !important;
        margin: 4px auto 0 !important;
    }

    .klavye-calisma-page .kc-monitor-img {
        max-width: 320px !important;
    }

    .klavye-calisma-page .kc-visual-card-split {
        min-height: auto !important;
        padding: 24px 18px !important;
    }

    .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 28px !important;
    }

    .klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
        max-width: 280px !important;
    }

    .klavye-calisma-page .kc-hero {
        flex-direction: column !important;
        align-items: flex-start !important;
        min-height: auto !important;
        padding: 18px !important;
    }

    .klavye-calisma-page .kc-hero-feature-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-panel-card {
        min-height: auto;
    }

    .klavye-calisma-page .kc-visual-content {
        margin-top: 0;
    }

    .klavye-calisma-page .kc-panel-card, .klavye-calisma-page .kc-visual-card {
        min-height: auto !important;
    }

    .klavye-calisma-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-form-grid, .klavye-calisma-page .kc-options-grid, .klavye-calisma-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-segment-grid-time, .klavye-calisma-page .kc-segment-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .klavye-calisma-page .kc-hero-feature-panel {
        grid-template-columns: 1fr !important;
        min-width: 230px !important;
    }

    .klavye-calisma-page .kc-monitor-frame {
        position: relative;
        top: auto;
        margin-bottom: 18px;
        width: min(82%, 430px) !important;
        height: 248px !important;
    }

    .klavye-calisma-page .kc-visual-card h2 {
        font-size: 24px !important;
    }

    .klavye-calisma-page .kc-visual-top {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 16px !important;
    }

    .klavye-calisma-page .kc-visual-copy h2, .klavye-calisma-page .kc-visual-copy p {
        max-width: 100% !important;
    }

    .klavye-calisma-page .kc-benefit-grid-readable {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 1200px) {
    .klavye-calisma-page .kc-panel-body .col-xl-8 {
        flex: 0 0 68% !important;
        max-width: 68% !important;
    }

    .klavye-calisma-page .kc-panel-body .col-xl-4 {
        flex: 0 0 32% !important;
        max-width: 32% !important;
    }
}

@media (max-width: 1399px) {
    .klavye-calisma-page .kc-segment-grid-time {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .klavye-calisma-page .kc-visual-card h2, .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 22px !important;
    }

    .klavye-calisma-page .kc-focus-card {
        align-items: flex-start;
    }

    .klavye-calisma-page .kc-guide-toggle {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .klavye-calisma-page .kc-guide-toggle small {
        margin-left: 0 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .klavye-calisma-page .kc-hero h1 {
        font-size: 25px !important;
    }

    .klavye-calisma-page .kc-visual-card, .klavye-calisma-page .kc-visual-card-split {
        padding: 18px !important;
    }

    .klavye-calisma-page .kc-monitor-img {
        max-width: 280px !important;
    }
}

@media (max-width: 1200px) {
    .klavye-calisma-page .kc-visual-top {
        grid-template-columns: minmax(0, 1fr) 300px !important;
        gap: 18px !important;
    }

    .klavye-calisma-page .kc-monitor-frame, .klavye-calisma-page .kc-monitor-frame-compact, .klavye-calisma-page .kc-monitor-img {
        max-width: 300px !important;
    }
}

@media (min-width:1400px) {
    .klavye-calisma-page .kc-visual-card-split {
        min-height: 560px !important;
        padding: 42px 46px !important;
    }

    .klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
        max-width: 390px !important;
    }

    .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 52px !important;
    }
}

@media (max-width:1199px) {
    .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 38px !important;
    }

    .klavye-calisma-page .kc-visual-copy p {
        font-size: 16px !important;
    }

    .klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
        max-width: 300px !important;
    }
}

@media (max-width:991px) {
    .klavye-calisma-page .kc-visual-card-split {
        min-height: auto !important;
        padding: 28px 22px !important;
    }

    .klavye-calisma-page .kc-visual-top {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 20px !important;
        margin-bottom: 24px !important;
    }

    .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 34px !important;
        max-width: 100% !important;
    }

    .klavye-calisma-page .kc-visual-copy p {
        max-width: 100% !important;
    }

    .klavye-calisma-page .kc-visual-copy .kc-visual-badge {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .klavye-calisma-page .kc-benefit-grid-readable {
        grid-template-columns: 1fr !important;
    }

    .klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
        max-width: 280px !important;
        transform: none !important;
    }
}

@media (min-width: 1400px) {
    .klavye-calisma-page .kc-visual-card-split {
        min-height: 430px !important;
        padding: 30px 32px !important;
    }

    .klavye-calisma-page .kc-visual-copy h2 {
        font-size: 38px !important;
    }

    .klavye-calisma-page .kc-monitor-frame-compact .kc-monitor-img, .klavye-calisma-page .kc-monitor-img {
        max-width: 340px !important;
    }
}


/* =========================================================
   Katip Online ortak çalışma sayfaları tasarım düzeni
   Kendi metninde yaz / Kelime çalışması / Klavye sınav uygulaması
   ========================================================= */
.ko-page-polish {
    font-family: "Inter", Arial, sans-serif;
}
.ko-page-polish .kc-workspace {
    gap: 0;
}
.ko-page-polish .kc-panel-card {
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(31, 48, 68, .10);
    overflow: hidden;
}
.ko-page-polish .kc-panel-header {
    min-height: 78px;
}
.ko-page-polish .kc-panel-body {
    padding: 22px;
}
.ko-page-polish .kc-form .form-group,
.ko-page-polish .kc-field {
    margin-bottom: 14px;
}
.ko-page-polish label,
.ko-page-polish .kc-field label {
    color: #263b4f;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 7px;
}
.ko-page-polish .custom-select,
.ko-page-polish .form-control,
.ko-page-polish textarea.form-control {
    min-height: 44px;
    border-radius: 15px;
    border: 1px solid #dbe8f2;
    background-color: #fbfdff;
    color: #263b4f;
    font-weight: 700;
    box-shadow: 0 7px 17px rgba(31,48,68,.04);
}
.ko-page-polish textarea.form-control {
    min-height: 185px;
    line-height: 1.65;
    resize: vertical;
}
.ko-page-polish .custom-select:focus,
.ko-page-polish .form-control:focus,
.ko-page-polish textarea.form-control:focus {
    border-color: #9fd7e6;
    box-shadow: 0 0 0 3px rgba(18,171,200,.10);
}
.ko-page-polish .kc-select-wrap {
    position: relative;
}
.ko-page-polish .kc-choice-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 8px;
}
.ko-page-polish .kc-choice-row .btn,
.ko-page-polish .btn-group-toggle .btn-outline-primary {
    margin: 0;
    white-space: nowrap;
}
.ko-page-polish .ko-vip-box,
.ko-page-polish .ko-text-box {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(31,48,68,.055);
    overflow: hidden;
}
.ko-page-polish .ko-vip-box .card-body,
.ko-page-polish .ko-text-box .card-body {
    padding: 14px;
}
.ko-page-polish .ko-list-panel {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(31, 48, 68, .10);
}
.ko-page-polish .ko-list-panel .card-header {
    background: linear-gradient(135deg, #e9f8ff, #fff8df);
    border: 1px solid #d8edf3;
    color: #20384f;
    padding: 18px 20px;
}
.ko-page-polish .ko-list-panel .card-header h5 {
    color: #20384f;
    font-weight: 950;
    margin: 0;
}
.ko-page-polish .ko-stat-badge {
    background: #fff;
    border: 1px solid #e3eef5;
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 8px 18px rgba(31,48,68,.06);
}
.ko-page-polish .ko-stat-badge h5 {
    color: #365a72;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}
.ko-page-polish .ko-seo-app-panel {
    margin: 14px 0 0;
    border-radius: 24px;
    background: linear-gradient(135deg, #eefaff, #fffdf4);
    border: 1px solid #dceef4;
    box-shadow: 0 14px 32px rgba(31,48,68,.075);
    padding: 18px 20px;
}
.ko-page-polish .ko-seo-app-panel h2 {
    color: #20384f;
    font-size: 20px;
    font-weight: 950;
    margin: 0 0 6px;
}
.ko-page-polish .ko-seo-app-panel p {
    color: #52687a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0;
}
.ko-page-polish .ko-seo-app-panel a {
    color: #31566f;
    font-weight: 900;
    text-decoration: none;
}
.ko-page-polish .ko-seo-app-panel a:hover {
    color: #12abc8;
}
.ko-page-polish .kc-mini-faq .card {
    border: 0;
    background: transparent;
    margin-bottom: 10px;
}
.ko-page-polish .kc-mini-question {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e4eef5;
    border-radius: 16px;
    color: #253d54;
    font-weight: 900;
    text-align: left;
    padding: 14px 16px;
    box-shadow: 0 8px 18px rgba(31,48,68,.055);
}
.ko-page-polish .kc-mini-question:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(31,48,68,.09);
}
.ko-page-polish .kc-mini-answer {
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7fbfd;
    border: 1px solid #e4eef5;
    color: #4f6475;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}
@media (max-width: 991px) {
    .ko-page-polish .kc-panel-body { padding: 16px; }
    .ko-page-polish .kc-choice-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* =========================================================
   KELİME ÇALIŞMASI SAYFASI - SAYFAYA ÖZEL EKLER
   Genel kc-* tasarımları mevcut klavye çalışma yapısından gelir.
   Bu bölüm sadece kelime sayfasına özgü görsel, reklam bandı ve
   panel hizalama/boşluk ayarlarını içerir.
   ========================================================= */

.ko-ad-value .ko-ad-inner {
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 55%, #fff8e6 100%);
    border: 1px solid rgba(38, 94, 215, 0.10);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(31, 45, 61, 0.06);
    overflow: hidden;
    position: relative;
}

.ko-ad-value .ko-ad-inner::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.13);
}

.ko-value-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
}

.ko-value-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ko-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff4cf;
    color: #d99a00;
    font-size: 22px;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(217, 154, 0, 0.12);
}

.ko-value-text small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6c7a92;
    font-weight: 800;
    margin-bottom: 5px;
}

.ko-value-text strong {
    display: block;
    color: #192033;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.ko-value-text span {
    display: block;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.ko-value-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ko-value-pill {
    background: #ffffff;
    border: 1px solid rgba(38, 94, 215, 0.12);
    border-radius: 999px;
    padding: 8px 12px;
    color: #265ed7;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(38, 94, 215, 0.06);
}

.klavye-calisma-page .ko-ad-after-hero,
.klavye-calisma-page .ko-ad-before-guide {
    margin: 10px 0 !important;
}

.kelime-calisma-page .kc-hero {
    background: linear-gradient(135deg, #eaf8ff 0%, #fff8df 58%, #ffffff 100%);
}

.kelime-calisma-page .kc-panel-header h2 i,
.kelime-calisma-page .kc-choice-title i,
.kelime-calisma-page .kc-visual-badge i {
    color: #12abc8;
}

.kelime-calisma-page .kc-monitor-img,
.kelime-calisma-page .kc-guide-image img {
    object-fit: contain !important;
    background: #ffffff !important;
}

/* Panel hizalama: örnek klavye çalışması panelindeki 2 sütun düzenini korur */
.kelime-calisma-page .kc-panel-body-balanced {
    gap: 14px !important;
    padding: 20px 22px !important;
    min-height: auto !important;
}

.kelime-calisma-page .kc-form-grid {
    gap: 14px 16px !important;
    margin-bottom: 0 !important;
}

.kelime-calisma-page .kc-select-wrap .custom-select {
    min-height: 48px !important;
}

.kelime-calisma-page .kc-options-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 14px !important;
    margin-top: 0 !important;
}

.kelime-calisma-page .kc-choice-card {
    padding: 14px 16px !important;
    min-height: auto !important;
}

.kelime-calisma-page .kc-choice-head {
    align-items: flex-start !important;
    margin-bottom: 12px !important;
    gap: 10px !important;
}

.kelime-calisma-page .kc-choice-head span {
    white-space: normal !important;
    text-align: right;
    line-height: 1.3 !important;
    font-size: 11px !important;
}

.kelime-calisma-page .kc-segment-grid {
    gap: 10px !important;
}

.kelime-calisma-page .kc-segment-grid .btn-outline-primary {
    min-height: 46px !important;
    padding: 10px 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.kelime-calisma-page .kc-segment-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.kelime-calisma-page .kc-segment-grid-time {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.kelime-calisma-page .kc-panel-note {
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
}

.kelime-calisma-page .kc-action-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.kelime-calisma-page .kc-start-btn,
.kelime-calisma-page .kc-settings-btn {
    min-height: 56px !important;
    padding: 14px 16px !important;
}

/* Dar masaüstü / tablet: panel nefes alır, süreler 3+3 dizilir */
@media (max-width: 1199px) {
    .kelime-calisma-page .kc-segment-grid-time {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .kelime-calisma-page .kc-panel-body-balanced {
        padding: 18px !important;
    }

    .kelime-calisma-page .kc-options-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .ko-value-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
    }

    .ko-value-stats {
        justify-content: flex-start;
    }

    .ko-value-text strong {
        font-size: 16px;
    }

    .kelime-calisma-page .kc-segment-grid-time {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .kelime-calisma-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .kelime-calisma-page .kc-start-btn,
    .kelime-calisma-page .kc-settings-btn {
        width: 100%;
    }
}

/* ========== KELİME ÇALIŞMASI SAYFASI - SAYFAYA ÖZEL EKLER SONU ========== */



/* ========== KENDİ METNİNDE YAZ SAYFASI - SAYFAYA ÖZEL EKLER BAŞLANGIÇ ========== */

.kendi-metin-page .kc-hero {
    background:
        radial-gradient(circle at 12% 15%, rgba(62, 174, 195, .14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(246, 200, 95, .18), transparent 27%),
        linear-gradient(135deg, #eefaff 0%, #fff8df 58%, #ffffff 100%);
}

.kendi-metin-page .kc-hero .kc-eyebrow,
.kendi-metin-page .kc-visual-badge,
.kendi-metin-page .kc-guide-label {
    color: #31566f;
}

.kendi-metin-page .kc-monitor-img,
.kendi-metin-page .kc-guide-image img {
    object-fit: cover;
    object-position: center;
}

.kendi-metin-page .kc-panel-body-balanced {
    padding: 20px 22px !important;
}

.kmy-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    grid-template-areas:
        "vip vip"
        "text settings";
    gap: 14px 16px;
    align-items: stretch;
}

.kmy-vip-block {
    grid-area: vip;
}

.kmy-text-block {
    grid-area: text;
}

.kmy-settings-area {
    grid-area: settings;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.kmy-vip-card {
    border: 1px solid #d9eaf4;
    border-radius: 22px;
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,252,255,.96)),
        repeating-linear-gradient(135deg, rgba(58,174,195,.035) 0 1px, transparent 1px 10px);
    box-shadow: 0 10px 24px rgba(31,48,68,.055);
    overflow: hidden;
    position: relative;
}

.kmy-vip-active {
    background: linear-gradient(135deg, #fff9e8 0%, #ffffff 68%);
    border-color: #f3dda5;
}

.kmy-vip-locked {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, #f8fcff 0%, #ffffff 70%);
    border-style: dashed;
}

.kmy-vip-card::after {
    content: "";
    position: absolute;
    right: -38px;
    top: -44px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 202, 58, .14);
}

.kmy-vip-head,
.kmy-vip-content {
    position: relative;
    z-index: 2;
}

.kmy-vip-head strong,
.kmy-vip-content strong {
    display: block;
    color: #20384f;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 4px;
}

.kmy-vip-head span,
.kmy-vip-content span {
    display: block;
    color: #63788a;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 650;
}

.kmy-vip-lock {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #d89a15;
    border: 1px solid #f1dda8;
    box-shadow: 0 6px 14px rgba(31,48,68,.06);
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

.kmy-vip-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.kmy-small-btn {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #ffca3a, #ff8a4b) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    padding: 8px 11px !important;
    box-shadow: 0 8px 18px rgba(255,154,70,.20) !important;
}

.kmy-small-btn:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.kmy-small-btn-light {
    background: #ffffff !important;
    color: #31566f !important;
    border: 1px solid #d8e7f0 !important;
    box-shadow: 0 7px 16px rgba(31,48,68,.055) !important;
}

.kmy-small-btn-light:hover {
    color: #20384f !important;
    background: #f8fcff !important;
}

.kmy-textarea-field {
    margin-bottom: 0 !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kmy-textarea {
    min-height: 282px;
    resize: vertical;
    border: 1px solid #cfe3ef !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%) !important;
    color: #20384f !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
    font-weight: 600;
    padding: 15px 16px !important;
    box-shadow: inset 0 2px 8px rgba(31,48,68,.035) !important;
    outline: none !important;
}

.kmy-textarea:focus {
    border-color: #70c8dc !important;
    box-shadow: 0 0 0 4px rgba(54,169,185,.10), inset 0 2px 8px rgba(31,48,68,.035) !important;
}

.kendi-metin-page .kmy-settings-area .kc-field {
    margin-bottom: 0 !important;
}

.kendi-metin-page .kmy-settings-area .kc-choice-card {
    padding: 15px 16px !important;
    border-radius: 22px !important;
}

.kendi-metin-page .kmy-settings-area .kc-choice-head {
    margin-bottom: 12px !important;
}

.kendi-metin-page .kmy-settings-area .kc-segment-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.kendi-metin-page .kmy-settings-area .kc-segment-grid-time {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.kendi-metin-page .kmy-settings-area .btn-group-toggle .btn-outline-primary {
    min-height: 44px !important;
    border-radius: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kendi-metin-page .kc-panel-note {
    margin-top: 14px !important;
    clear: both;
    padding: 14px 16px !important;
}

.kendi-metin-page .kc-action-row {
    margin-top: 14px !important;
    gap: 14px !important;
}

.kendi-metin-page .kc-select-wrap .custom-select {
    min-height: 48px !important;
}

.kendi-metin-page .ko-ad-before-guide {
    margin-top: 12px;
}

.kc-guide-card {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(215, 230, 240, .95);
    box-shadow: 0 16px 38px rgba(31,48,68,.09);
}

@media (max-width: 1199px) {
    .kmy-panel-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "vip"
            "text"
            "settings";
    }

    .kendi-metin-page .kmy-settings-area {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .kendi-metin-page .kmy-settings-area .kc-field {
        grid-column: 1 / -1;
    }

    .kendi-metin-page .kmy-settings-area .kc-segment-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kendi-metin-page .kmy-settings-area .kc-segment-grid-time {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kendi-metin-page .kc-panel-body-balanced {
        padding: 18px !important;
    }
}

@media (max-width: 768px) {
    .kendi-metin-page .kmy-settings-area {
        grid-template-columns: 1fr;
    }

    .kendi-metin-page .kmy-settings-area .kc-segment-grid-time {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kmy-textarea {
        min-height: 220px;
    }
}

@media (max-width: 575px) {
    .kendi-metin-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .kendi-metin-page .kc-start-btn,
    .kendi-metin-page .kc-settings-btn {
        width: 100%;
    }

    .kendi-metin-page .kmy-settings-area .kc-segment-grid-3,
    .kendi-metin-page .kmy-settings-area .kc-segment-grid-time {
        grid-template-columns: 1fr;
    }
}


.kmy-vip-active.kmy-vip-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
    gap: 12px 16px;
    align-items: end;
}

.kmy-vip-active.kmy-vip-block .kmy-vip-head {
    align-self: center;
}

.kmy-vip-active.kmy-vip-block .kmy-vip-actions {
    grid-column: 1 / -1;
    margin-top: 0;
}

.kendi-metin-page .kmy-settings-area .kc-choice-title,
.kendi-metin-page .kmy-settings-area .kc-field label {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .kmy-vip-active.kmy-vip-block {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .kmy-vip-active.kmy-vip-block .kmy-vip-actions {
        margin-top: 10px;
    }
}



/* ========== KENDİ METNİNDE YAZ HERO ORTA DOLGU ALANI ========== */
.kendi-metin-page .kc-visual-card-split {
    justify-content: space-between;
}

.kmy-hero-fill-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin: 20px 0 18px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,248,223,.96) 0%, rgba(238,250,255,.96) 58%, rgba(255,255,255,.98) 100%);
    border: 1px solid rgba(211, 234, 243, .95);
    box-shadow: 0 12px 28px rgba(31, 48, 68, .075);
    overflow: hidden;
}

.kmy-hero-fill-card::before {
    content: "";
    position: absolute;
    right: -44px;
    top: -58px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(255, 202, 58, .18);
}

.kmy-hero-fill-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #d99a00;
    border: 1px solid rgba(217, 154, 0, .18);
    box-shadow: 0 8px 18px rgba(31, 48, 68, .08);
    font-size: 22px;
}

.kmy-hero-fill-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.kmy-hero-fill-content span {
    display: block;
    color: #6b7f90;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.kmy-hero-fill-content strong {
    display: block;
    color: #20384f;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 950;
}

.kmy-hero-fill-content p {
    margin: 5px 0 0;
    color: #536879;
    font-size: 12.5px;
    line-height: 1.55;
    font-weight: 700;
}

.kmy-hero-fill-tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.kmy-hero-fill-tags em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-style: normal;
    color: #31566f;
    background: rgba(255,255,255,.88);
    border: 1px solid #dcebf2;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(31,48,68,.055);
}

@media (max-width: 1399px) {
    .kmy-hero-fill-card {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .kmy-hero-fill-tags {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .kmy-hero-fill-card {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .kmy-hero-fill-icon {
        width: 46px;
        height: 46px;
    }

    .kmy-hero-fill-tags {
        flex-wrap: wrap;
    }
}
/* ========== KENDİ METNİNDE YAZ HERO ORTA DOLGU ALANI SONU ========== */


/* ========== KENDİ METNİNDE YAZ SAYFASI - SAYFAYA ÖZEL EKLER SONU ========== */


/* =========================================================
   KLAVYE SINAV UYGULAMASI SAYFASI - SAYFAYA ÖZEL DÜZEN
   Nesne ekleme/çıkarma yapılmadan mevcut panel ve sınav listesi
   modern çalışma sayfaları tasarım diline uyarlanmıştır.
   ========================================================= */
.klavye-sinav-page {
    font-family: "Inter", "Roboto", Arial, sans-serif;
}

.klavye-sinav-page .kc-hero {
    background: linear-gradient(135deg, #eaf8ff 0%, #fff8df 58%, #ffffff 100%);
}

.klavye-sinav-page .kc-panel-header h2 i,
.klavye-sinav-page .kc-visual-badge i,
.klavye-sinav-page .kc-field label i {
    color: #12abc8;
}

.klavye-sinav-page .kc-monitor-img,
.klavye-sinav-page .kc-guide-image img {
    object-fit: contain !important;
    background: #ffffff !important;
}

.klavye-sinav-page .kc-panel-body-balanced {
    padding: 20px 22px !important;
    gap: 14px !important;
}

.ks-exam-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .9fr);
    gap: 14px;
    align-items: start;
}

.ks-main-fields,
.ks-side-fields {
    min-width: 0;
}

.klavye-sinav-page .kc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px !important;
    margin-bottom: 0 !important;
}

.klavye-sinav-page .kc-field {
    margin: 0 !important;
}

.klavye-sinav-page .kc-field label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #263b4f;
    font-size: 12px !important;
    font-weight: 950 !important;
    margin-bottom: 7px !important;
    letter-spacing: .05px;
}

.klavye-sinav-page .kc-select-wrap .custom-select,
.klavye-sinav-page .form-control {
    min-height: 46px !important;
    border-radius: 16px !important;
    border: 1px solid #cfe6ef !important;
    background-color: #fbfdff !important;
    color: #263b4f !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    box-shadow: 0 7px 17px rgba(31,48,68,.045) !important;
    outline: none !important;
}

.klavye-sinav-page .kc-select-wrap .custom-select:focus,
.klavye-sinav-page .form-control:focus {
    border-color: #9fd7e6 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(18,171,200,.10), 0 7px 17px rgba(31,48,68,.045) !important;
}

.klavye-sinav-page .ks-title-field {
    grid-column: 1 / -1;
}

.ks-side-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    border: 1px solid #e1edf4;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.78);
}

.ks-date-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 8px;
    align-items: center;
}

.ks-date-row .input-group {
    flex-wrap: nowrap;
}

.ks-date-row .input-group-text {
    min-height: 46px;
    border-radius: 0 16px 16px 0 !important;
    border-color: #cfe6ef !important;
    background: #eefaff !important;
    color: #31566f !important;
}

.ks-date-row .datetimepicker-input {
    border-radius: 16px 0 0 16px !important;
}

.klavye-sinav-page .kc-panel-note {
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
}

.klavye-sinav-page .kc-action-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.klavye-sinav-page .kc-start-btn,
.klavye-sinav-page .kc-settings-btn {
    min-height: 56px !important;
    padding: 14px 16px !important;
}

/* Klavye sınavları liste alanı */
.ks-list-section {
    margin-top: 12px;
}

.ks-list-panel {
    border-radius: 26px !important;
    border: 1px solid rgba(220,232,241,.96) !important;
    background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%) !important;
    box-shadow: 0 18px 42px rgba(31,48,68,.10) !important;
    overflow: hidden !important;
}

.ks-list-panel .card-header {
    background: linear-gradient(135deg, #e9f8ff 0%, #fff8df 62%, #ffffff 100%) !important;
    border: 0 !important;
    border-bottom: 1px solid #dceef4 !important;
    padding: 18px 20px !important;
}

.ks-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ks-list-kicker {
    display: block;
    color: #6b7f90;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ks-list-header h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #20384f;
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -.25px;
}

.ks-list-header h2 i {
    color: #12abc8;
}

.ks-list-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ks-list-stats .ko-stat-badge {
    background: rgba(255,255,255,.92);
    border: 1px solid #dcebf2;
    border-radius: 999px;
    padding: 9px 12px;
    box-shadow: 0 8px 18px rgba(31,48,68,.06);
}

.ks-list-stats h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #365a72;
    font-size: 13px;
    font-weight: 900;
    margin: 0;
}

.ks-list-stats .badge {
    border-radius: 999px;
    min-width: 34px;
    color: #ffffff;
    font-weight: 950;
}

.ks-table-wrap {
    border-radius: 22px;
    border: 1px solid #e1edf4;
    background: #ffffff;
    padding: 8px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.85);
}

.ks-exam-table {
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    margin-bottom: 0 !important;
}

.ks-exam-table thead th {
    border: 0 !important;
    background: #f4f9fd !important;
    color: #365a72 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    padding: 12px 10px !important;
    white-space: nowrap;
}

.ks-exam-table thead th:first-child {
    border-radius: 14px 0 0 14px;
}

.ks-exam-table thead th:last-child {
    border-radius: 0 14px 14px 0;
}

.ks-exam-table tbody tr {
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 8px 18px rgba(31,48,68,.045);
    transition: all .22s ease;
}

.ks-exam-table tbody tr:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(31,48,68,.09);
}

.ks-exam-table tbody td {
    border-top: 0 !important;
    vertical-align: middle !important;
    color: #263b4f !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    padding: 11px 10px !important;
}

.ks-exam-table tbody td:first-child {
    border-radius: 16px 0 0 16px;
}

.ks-exam-table tbody td:last-child {
    border-radius: 0 16px 16px 0;
}

/* Alt uygulamalar alanı - ortak SEO bağlantıları için modern görünüm */
.ko-apps-modern-wrap {
    margin-top: 14px;
}

.ko-apps-modern-wrap > * {
    font-family: "Inter", "Roboto", Arial, sans-serif;
}

.ko-apps-modern-wrap .card,
.ko-apps-modern-wrap .card-box,
.ko-apps-modern-wrap section,
.ko-apps-modern-wrap .row > [class*="col-"] > div {
    border-radius: 24px !important;
}

.ko-apps-modern-wrap .card,
.ko-apps-modern-wrap .card-box {
    border: 1px solid rgba(220,232,241,.96) !important;
    background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%) !important;
    box-shadow: 0 16px 38px rgba(31,48,68,.08) !important;
    overflow: hidden !important;
}

.ko-apps-modern-wrap .card-header,
.ko-apps-modern-wrap h2,
.ko-apps-modern-wrap h3,
.ko-apps-modern-wrap h4 {
    color: #20384f !important;
    font-weight: 950 !important;
    letter-spacing: -.15px;
}

.ko-apps-modern-wrap .card-header {
    background: linear-gradient(135deg, #e9f8ff 0%, #fff8df 62%, #ffffff 100%) !important;
    border: 0 !important;
    border-bottom: 1px solid #dceef4 !important;
}

.ko-apps-modern-wrap a {
    color: #31566f !important;
    font-weight: 900;
    text-decoration: none !important;
    transition: all .22s ease;
}

.ko-apps-modern-wrap a:hover {
    color: #12abc8 !important;
    transform: translateY(-1px);
}

.ko-apps-modern-wrap img,
.ko-apps-modern-wrap i {
    transition: all .22s ease;
}

.ko-apps-modern-wrap a:hover img,
.ko-apps-modern-wrap a:hover i {
    transform: scale(1.06) rotate(-3deg);
}

@media (max-width: 1199px) {
    .ks-exam-grid {
        grid-template-columns: 1fr;
    }

    .ks-side-fields {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ks-time-field {
        grid-column: span 3;
    }
}

@media (max-width: 991px) {
    .klavye-sinav-page .kc-panel-body-balanced {
        padding: 18px !important;
    }

    .ks-side-fields {
        grid-template-columns: 1fr;
    }

    .ks-time-field {
        grid-column: auto;
    }

    .ks-list-header {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .klavye-sinav-page .kc-form-grid {
        grid-template-columns: 1fr;
    }

    .ks-date-row {
        grid-template-columns: 1fr;
    }

    .ks-date-row .datetimepicker-input,
    .ks-date-row .input-group-text {
        border-radius: 16px !important;
    }

    .klavye-sinav-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .ks-list-stats {
        width: 100%;
    }

    .ks-list-stats .ko-stat-badge {
        flex: 1 1 180px;
    }
}
/* ========== KLAVYE SINAV UYGULAMASI SAYFASI SONU ========== */

/* =========================================================
   KLAVYE SINAV PANELİ - DENGELİ YERLEŞİM REVİZYONU
   Not: Nesne eklenmedi/silinmedi. Sadece mevcut alanlar hizalandı.
   ========================================================= */
.klavye-sinav-page .kc-panel-card {
    overflow: hidden !important;
}

.klavye-sinav-page .kc-panel-header {
    padding: 18px 22px !important;
}

.klavye-sinav-page .kc-panel-body-balanced {
    padding: 18px 22px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.klavye-sinav-page .ks-exam-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
}

.klavye-sinav-page .ks-main-fields {
    width: 100% !important;
}

.klavye-sinav-page .kc-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 13px 16px !important;
    margin: 0 !important;
}

.klavye-sinav-page .ks-title-field {
    grid-column: 1 / -1 !important;
}

.klavye-sinav-page .ks-side-fields {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 13px 14px !important;
    padding: 15px 16px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #f8fcff 0%, #ffffff 52%, #fffaf0 100%) !important;
    border: 1px solid #dcecf4 !important;
    box-shadow: 0 10px 24px rgba(31,48,68,.045), inset 0 0 0 1px rgba(255,255,255,.86) !important;
}

.klavye-sinav-page .ks-side-fields > .kc-field:not(.ks-time-field) {
    grid-column: span 2 !important;
}

.klavye-sinav-page .ks-side-fields > .ks-time-field {
    grid-column: span 3 !important;
}

.klavye-sinav-page .kc-field label {
    min-height: 18px !important;
    margin-bottom: 7px !important;
    white-space: nowrap !important;
}

.klavye-sinav-page .kc-select-wrap .custom-select,
.klavye-sinav-page .form-control {
    min-height: 46px !important;
    height: 46px !important;
    padding: 9px 14px !important;
}

.klavye-sinav-page #calismabasligi {
    height: 46px !important;
}

.klavye-sinav-page .ks-date-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 118px !important;
    gap: 8px !important;
    align-items: center !important;
}

.klavye-sinav-page .ks-date-row .form-control,
.klavye-sinav-page .ks-date-row .input-group,
.klavye-sinav-page .ks-date-row .datetimepicker-input,
.klavye-sinav-page .ks-date-row .input-group-text {
    height: 46px !important;
    min-height: 46px !important;
}

.klavye-sinav-page .ks-date-row .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
}

.klavye-sinav-page .ks-date-row .datetimepicker-input {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    border-radius: 16px 0 0 16px !important;
}

.klavye-sinav-page .ks-date-row .input-group-append {
    flex: 0 0 auto !important;
}

.klavye-sinav-page .ks-date-row .input-group-text {
    width: 38px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 0 16px 16px 0 !important;
}

.klavye-sinav-page .kc-panel-note {
    margin: 0 !important;
    padding: 13px 16px !important;
    border-radius: 19px !important;
}

.klavye-sinav-page .kc-action-row {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
}

.klavye-sinav-page .kc-settings-btn,
.klavye-sinav-page .kc-start-btn {
    min-height: 54px !important;
    border-radius: 18px !important;
}

@media (max-width: 1199px) {
    .klavye-sinav-page .ks-side-fields > .kc-field:not(.ks-time-field),
    .klavye-sinav-page .ks-side-fields > .ks-time-field {
        grid-column: span 3 !important;
    }
}

@media (max-width: 768px) {
    .klavye-sinav-page .kc-form-grid,
    .klavye-sinav-page .ks-side-fields,
    .klavye-sinav-page .kc-action-row {
        grid-template-columns: 1fr !important;
    }

    .klavye-sinav-page .ks-side-fields > .kc-field:not(.ks-time-field),
    .klavye-sinav-page .ks-side-fields > .ks-time-field {
        grid-column: 1 / -1 !important;
    }

    .klavye-sinav-page .ks-date-row {
        grid-template-columns: 1fr !important;
    }

    .klavye-sinav-page .ks-date-row .datetimepicker-input {
        border-radius: 16px 0 0 16px !important;
    }
}


/* Klavye Sınavı - Sol görsel panel orta bilgilendirme alanı */
.klavye-sinav-page .ks-highlight-box {
    margin: 22px 0 18px !important;
    padding: 18px 20px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #fff8df 0%, #eefaff 58%, #ffffff 100%) !important;
    border: 1px solid #d8ebf2 !important;
    box-shadow: 0 14px 32px rgba(31, 48, 68, .075) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    position: relative !important;
    overflow: hidden !important;
}

.klavye-sinav-page .ks-highlight-box::before {
    content: "";
    position: absolute;
    right: -42px;
    top: -48px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 202, 58, .18);
}

.klavye-sinav-page .ks-highlight-icon {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #f0a600;
    border: 1px solid #f4d889;
    box-shadow: 0 8px 18px rgba(31, 48, 68, .075);
    font-size: 19px;
}

.klavye-sinav-page .ks-highlight-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.klavye-sinav-page .ks-highlight-content span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    color: #31566f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.klavye-sinav-page .ks-highlight-content strong {
    display: block;
    color: #20384f;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 950;
    margin-bottom: 5px;
}

.klavye-sinav-page .ks-highlight-content p {
    margin: 0;
    color: #536879;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 650;
}

@media (max-width: 768px) {
    .klavye-sinav-page .ks-highlight-box {
        flex-direction: column !important;
        padding: 16px !important;
        margin: 16px 0 !important;
    }
}

/* Hız testi süre seçim kartları - mavi, etkileyici tasarım */

@media (max-width: 575px) {
    .hiztest-duration-panel {
        padding: 15px 12px;
        border-radius: 22px;
    }

    .hiztest-duration-title {
        justify-content: flex-start;
        text-align: left;
    }

    .hiztest-duration-group {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hiztest-duration-group.btn-group > .hiztest-duration-card,
    .hiztest-duration-card.btn-outline-primary {
        min-height: 92px;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 14px !important;
        text-align: left;
    }

    .hiztest-duration-time {
        font-size: 28px;
    }

    .hiztest-duration-desc {
        display: none;
    }
}

/* Hız Testi Süre Seçimi - sade ve ölçülü mavi tasarım */
.hiztest-duration-simple {
    margin-bottom: 10px !important;
}

.hiztest-duration-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #24465f;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 7px;
    letter-spacing: .1px;
}

.hiztest-duration-label i {
    color: #2196f3;
    font-size: 14px;
}

.hiztest-simple-toolbar {
    justify-content: center;
}

.hiztest-simple-group {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.hiztest-simple-group.btn-group > .hiztest-simple-duration,
.hiztest-simple-duration.btn-outline-primary {
    flex: 0 0 auto;
    min-width: 82px;
    min-height: 43px;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.96) !important;
    color: #3f5f78 !important;
    border: 1px solid #d7e8f7 !important;
    font-size: 14.5px;
    font-weight: 900;
    line-height: 1.1;
    box-shadow: 0 5px 13px rgba(31, 80, 120, .09) !important;
    transition: all .20s ease;
}

.hiztest-simple-duration input {
    display: none;
}

.hiztest-simple-duration:hover {
    color: #1976d2 !important;
    border-color: #42a5f5 !important;
    background: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(33,150,243,.16) !important;
}

.hiztest-simple-duration.active,
.hiztest-simple-duration:has(input:checked) {
    background: linear-gradient(135deg, #1e88e5 0%, #42a5f5 100%) !important;
    color: #ffffff !important;
    border-color: #1e88e5 !important;
    box-shadow: 0 8px 19px rgba(33,150,243,.26) !important;
}

.hiztest-simple-duration.active i,
.hiztest-simple-duration:has(input:checked) i {
    color: #ffffff !important;
}

@media (max-width: 576px) {
    .hiztest-simple-group {
        gap: 6px;
    }

    .hiztest-simple-group.btn-group > .hiztest-simple-duration,
    .hiztest-simple-duration.btn-outline-primary {
        min-width: 72px;
        min-height: 40px;
        padding: 7px 11px !important;
        font-size: 13.5px;
    }
}
