/*
Theme Name: DIVSA Shell
Theme URI: https://talentastro.com/
Author: DIVSA OS
Description: Minimal WordPress shell for DIVSA OS. It removes third-party theme output while DIVSA owns the website experience.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 8.1
Text Domain: divsa-shell
*/
:root{--divsa-purple:#6109BE;--divsa-orange:#FF7900;--divsa-orange-2:#F99000;--divsa-green:#42D674;--divsa-black:#000000;--divsa-white:#FFFFFF;--divsa-grad:linear-gradient(135deg,#6109BE,#F99000)}
*{box-sizing:border-box}html{background:var(--divsa-white);color:var(--divsa-black);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}body{margin:0;background:var(--divsa-white)}a{color:var(--divsa-purple)}.divsa-shell-header{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:12px max(16px,calc((100vw - 1180px)/2));border-bottom:1px solid color-mix(in srgb,var(--divsa-black) 12%,var(--divsa-white));background:var(--divsa-white)}.divsa-shell-brand{color:var(--divsa-black);font-size:clamp(20px,3vw,28px);font-weight:800;text-decoration:none}.divsa-shell-brand::after{content:"";display:inline-block;width:8px;height:8px;margin-left:6px;border-radius:50%;background:var(--divsa-orange)}.divsa-shell-main{width:min(1180px,calc(100% - 32px));min-height:60vh;margin:0 auto;padding:clamp(36px,8vw,96px) 0}.divsa-shell-card{position:relative;max-width:760px;margin:0 auto;padding:clamp(24px,6vw,52px);overflow:hidden;border:1px solid color-mix(in srgb,var(--divsa-purple) 18%,var(--divsa-white));border-radius:24px;background:var(--divsa-white);box-shadow:0 24px 70px color-mix(in srgb,var(--divsa-black) 10%,transparent);text-align:center}.divsa-shell-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--divsa-grad)}.divsa-shell-card h1{margin:0 0 12px;font:800 clamp(30px,6vw,54px)/1.05 Georgia,serif}.divsa-shell-card p{margin:0 auto;max-width:56ch;color:color-mix(in srgb,var(--divsa-black) 66%,var(--divsa-white));font-size:clamp(15px,2vw,18px);line-height:1.7}.divsa-shell-footer{padding:24px 16px;background:var(--divsa-black);color:var(--divsa-white);text-align:center;font-size:13px}.divsa-shell-content{line-height:1.7}.divsa-shell-content img{max-width:100%;height:auto}
