.swm-app{display:flex;min-height:100vh}.swm-sidebar{width:270px;background:var(--sidebar);border-right:1px solid var(--border);padding:24px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:14px;align-items:center;margin-bottom:28px}.brand strong{font-size:28px;color:var(--gold);display:block}.brand small{color:var(--muted)}.gear{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#ffcf70);box-shadow:0 0 24px rgba(214,168,79,.3)}.swm-sidebar nav{display:flex;flex-direction:column;gap:6px}.swm-sidebar a{color:#cbd5e1;text-decoration:none;padding:11px 14px;border-radius:10px}.swm-sidebar a.active,.swm-sidebar a:hover{background:linear-gradient(90deg,rgba(214,168,79,.22),transparent);color:#fff}.swm-main{flex:1;padding:26px}.swm-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.swm-topbar h1{margin:0}.swm-topbar p{margin:4px 0 0;color:var(--muted)}.top-actions{display:flex;gap:10px}.swm-view{min-height:500px}@media(max-width:900px){.swm-app{display:block}.swm-sidebar{width:100%;height:auto;position:relative}.swm-sidebar nav{flex-direction:row;overflow:auto}.swm-topbar{display:block}.top-actions{margin-top:12px}}
