.editor-layout{display:flex;flex-direction:column;min-height:100vh;background-color:var(--surface-ground)}.editor-header{background-color:var(--surface-card);padding:1rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;&__logo{h1{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-color)}}}.editor-nav{&__link{color:var(--primary-color);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:var(--border-radius);transition:background-color .2s;&:hover{background-color:var(--surface-hover)}}}.editor-main{flex:1;padding:2rem;max-width:1600px;width:100%;margin:0 auto}.editor-footer{text-align:center;padding:1.5rem;background-color:var(--surface-card);margin-top:auto;p{margin:0;color:var(--text-color-secondary);font-size:.875rem}}@media (max-width:768px){.editor-header{flex-direction:column;gap:1rem;text-align:center;padding:1rem}.editor-main{padding:1rem}}