/* 科技圣像：金线、光晕与曼陀罗 */
.desktop-icon .icon-glyph { display:grid; place-items:center; width:47px; height:47px; border:1px solid rgba(80,77,69,.9); border-top-color:rgba(229,223,204,.82); border-left-color:rgba(216,210,192,.78); border-radius:1px; color:#f0e8d3; font-size:26px; line-height:1; box-shadow:inset 0 1px rgba(238,232,214,.35),2px 3px 0 rgba(20,27,25,.24); }
.desktop-icon:hover .icon-glyph { outline:1px solid rgba(201,168,76,.48);outline-offset:2px; }
.iconography-ring { position:absolute; inset:10px; border:1px solid rgba(201,168,76,.65); border-radius:50%; animation:mandala-rotate 7s linear infinite; }
@keyframes mandala-rotate{to{transform:rotate(360deg)}}
@keyframes mandala-rotate-reverse{to{transform:rotate(-360deg)}}
@keyframes holy-halo-breathe{0%,100%{opacity:.4}50%{opacity:1}}
.forum-sacred{position:relative}.forum-sacred:after{content:"";position:absolute;inset:-13px;pointer-events:none;background:radial-gradient(circle,rgba(201,168,76,.25),rgba(201,168,76,0) 67%);animation:holy-halo-breathe 3s linear 1}
