/*
Theme Name: 冀途授权管理开发主题
Description: 冀途 dy 团购视频工具的本地开发与授权管理主题。
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: jitu-license-manager
*/

:root {
    color-scheme: light;
    font-family: "Microsoft YaHei", system-ui, sans-serif;
    background: #f4f7fb;
    color: #172033;
}

body {
    margin: 0;
}

.jitu-site-shell {
    width: min(860px, calc(100% - 40px));
    margin: 12vh auto;
    padding: 36px;
    border: 1px solid #dce4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(30, 55, 90, .08);
}

.jitu-site-shell h1 {
    margin-top: 0;
    color: #1269e8;
}

.jitu-site-shell code {
    padding: 2px 6px;
    border-radius: 4px;
    background: #edf4ff;
}

