/* ======================================================
   FINAL EDITION
   - Components organized
   - Shared utilities introduced
   - Safe duplicate cleanup
   - Safe CSS variable adoption
   - Safe !important reduction
   ====================================================== */
:root{--radius-md:16px;--radius-lg:20px;--img-fit:contain;--img-bg:transparent;--tr-fast:.25s ease}

/* ===== 05 INTERACTION / TEXT-SELECTION SETTINGS (ORDER PRESERVED) ===== */
html,body,*{-webkit-user-select:none !important;user-select:none !important;-webkit-touch-callout:none !important;-webkit-tap-highlight-color:transparent !important}img,a,div,span,p,h1,h2,h3,h4,h5,h6,section{-webkit-user-drag:none !important;user-drag:none !important}input,textarea{-webkit-user-select:text !important;user-select:text !important}