/*
Theme Name: Calculinx
Theme URI: https://example.com/calculinx
Author: Generated by ChatGPT (Data Analyst)
Author URI: https://example.com
Description: Modern, creative, Bootstrap-based mobile responsive WordPress theme for calculator blog sites. Includes custom post type 'calculator' and taxonomies. One-page intro template included.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: calculinx
*/

/* Basic theme styles */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.6; color:#333; }
.site-brand { font-weight:700; letter-spacing:1px; }
.intro-hero { padding:80px 0; text-align:center; background: linear-gradient(135deg,#0066cc22,#00cc9966); }
.calculator-card { border:1px solid #eee; padding:20px; border-radius:8px; transition:box-shadow .15s; }
.calculator-card:hover { box-shadow:0 6px 18px rgba(0,0,0,.08); }
.site-footer { padding:30px 0; text-align:center; font-size:.9rem; color:#666; }
@media (max-width:768px){ .intro-hero { padding:40px 0; } }
