/*
Theme Name: Sociotune
Theme URI: https://example.com/sociotune
Author: Sociotune
Author URI: https://example.com
Description: Lightweight Elementor-ready magazine theme for SOCIOTUNE. Uses a minimal shell; layouts are built with Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sociotune
Tags: custom-logo, editor-style, one-column, elementor
*/
:root{
  --st-green:#27C58B;
  --st-mint:#9BF2B2;
  --st-yellow:#FFE91A;
  --st-red:#FF4338;
  --st-black:#0b0b0b;
}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;color:var(--st-black);}
a{color:var(--st-black);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid rgba(0,0,0,.08)}
.brand{display:flex;align-items:center;gap:.5rem;font-weight:900;font-size:clamp(22px,3vw,34px);letter-spacing:-.02em}
.brand .dot{width:18px;height:18px;border-radius:999px;background:var(--st-mint);transform:translateY(-6px)}
.brand .tune{color:var(--st-green)}
.footer{background:#000;color:#fff;margin-top:40px;padding:40px 0}
.footer a{color:#9ca3af}
*/