﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
    .nds-box {
        background: #ffffff; border: 2px solid #e2e8f0; border-radius: 24px;
        padding: 30px; max-width: 550px; margin: 30px auto;
        font-family: 'Inter', sans-serif; box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }
    .nds-h2 { color: #0f172a; text-align: center; margin-bottom: 25px; font-weight: 800; }
    
    .nds-tabs { display: flex; gap: 10px; margin-bottom: 20px; }
    .nds-tab { 
        flex: 1; padding: 12px; border: 1px solid #e2e8f0; background: #f8fafc;
        border-radius: 12px; cursor: pointer; font-weight: 700; font-size: 14px; transition: 0.3s;
    }
    .nds-tab.active { background: #2563eb; color: white; border-color: #2563eb; }

    .nds-input-group { margin-bottom: 20px; }
    .nds-label { display: block; font-size: 13px; color: #64748b; margin-bottom: 8px; font-weight: 600; }
    .nds-input { 
        width: 100%; padding: 15px; border: 2px solid #f1f5f9; border-radius: 14px;
        font-size: 20px; font-weight: 700; box-sizing: border-box; outline: none; transition: 0.3s;
    }
    .nds-input:focus { border-color: #2563eb; background: #fff; }

    .nds-rates { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 20px; }
    .rate-btn { 
        padding: 10px; border: 1px solid #e2e8f0; border-radius: 10px; 
        background: white; cursor: pointer; font-weight: 600; font-size: 13px;
    }
    .rate-btn.active { background: #eff6ff; border-color: #2563eb; color: #2563eb; }

    .nds-result { 
        background: #f8fafc; border-radius: 18px; padding: 20px; 
        border: 1px dashed #cbd5e1; display: none;
    }
    .res-line { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 15px; }
    .res-val { font-weight: 800; color: #0f172a; }
    .res-propis { 
        margin-top: 15px; padding-top: 15px; border-top: 1px solid #e2e8f0;
        font-style: italic; font-size: 13px; color: #475569; line-height: 1.4;
    }
    .copy-btn {
        margin-top: 10px; background: none; border: none; color: #2563eb;
        font-size: 12px; font-weight: 700; cursor: pointer; padding: 0;
    }
