/* Web-only layout: the APK retains its original screen and orientation behavior. */
:root{--songsa-nav:224px}
body.songsa-web{margin:0;padding-left:var(--songsa-nav);box-sizing:border-box;height:100dvh;overflow:hidden;background:#fbfaff}
.songsa-sidebar{position:fixed;inset:0 auto 0 0;width:var(--songsa-nav);z-index:100;box-sizing:border-box;padding:34px 20px 24px;display:flex;flex-direction:column;background:#110c1c;color:#eee6ff;border-right:1px solid #392649}
.songsa-brand{display:block;padding:0 12px 48px;font:650 34px/1 system-ui;letter-spacing:-1.8px;color:#fff;text-decoration:none}
.songsa-brand span{font-size:13px;margin-left:3px;color:#b775ff}
.songsa-sidebar nav{display:grid;gap:8px}
.songsa-sidebar nav a{display:flex;gap:16px;align-items:center;min-height:52px;padding:0 16px;border-radius:12px;text-decoration:none;color:#c2b4d0;font:500 16px/1.3 system-ui}
.songsa-sidebar nav a span{font-size:22px;width:22px;text-align:center}
.songsa-sidebar nav a:hover{background:#21172e;color:white}
.songsa-sidebar nav a[aria-current=page]{background:#412064;color:#fff;box-shadow:inset 3px 0 #bf80ff}
#songsa-settings{margin-top:auto;border:1px solid #4c385f;border-radius:10px;min-height:44px;background:transparent;color:#d8c9e6;font:14px system-ui;cursor:pointer}
.songsa-web a:focus-visible,.songsa-web button:focus-visible{outline:3px solid #b279eb;outline-offset:3px}
body.songsa-web .app-main,body.songsa-web.chat-open .app-main{width:100%;height:100dvh;margin:0;padding:0;min-height:0}
body.songsa-web .produce-page{height:100%;padding:0}
body.songsa-web .chat-shell{height:100%;width:100%;max-width:1100px;margin:auto;border:0;border-radius:0;box-shadow:none}
body.songsa-web .portrait-titlebar{min-height:64px;grid-template-columns:48px minmax(0,1fr) 48px;padding:0 24px;background:#fbfaff;color:#332341;box-shadow:0 1px #e8e0ef}
body.songsa-web .chat-conversation{padding:36px clamp(24px,5vw,80px) 24px}
body.songsa-web .chat-message{font-size:16px}
body.songsa-web .chat-message-label{font-size:12px}
body.songsa-web .chat-composer{margin:0 clamp(24px,5vw,80px) 28px;padding:14px 18px;border:1px solid #d9c9e8;border-radius:18px;background:#fff;box-shadow:0 10px 38px #3514530b}
body.songsa-web #music-prompt{font-size:16px;min-height:72px}
body.songsa-web #prompt-status{font-size:13px}
body.songsa-web .library-page{box-sizing:border-box;position:fixed;left:var(--songsa-nav);right:0;top:0;bottom:0;overflow:auto;padding:40px clamp(24px,5vw,72px);margin:0;width:auto;max-width:none}
body.songsa-web .songsa-studio{position:fixed;inset:0 0 0 var(--songsa-nav);background:#fff;flex-direction:column}
body.songsa-web .songsa-studio.is-active{display:flex}
.songsa-studio header{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;border-bottom:1px solid #e8e0ef;gap:16px}
.songsa-studio h1{margin:0;font:600 21px system-ui;color:#352541}
.songsa-studio header a{font:14px system-ui;color:#763aa7}
#songsa-timeline{border:0;width:100%;flex:1;min-height:0;background:#fff}
body.songsa-web .tilt-cue{display:none!important}
@media(max-width:700px){
 :root{--songsa-nav:0px}
 body.songsa-web{padding-left:0;padding-top:72px}
 .songsa-sidebar{width:100%;height:72px;bottom:auto;flex-direction:row;align-items:center;padding:10px 12px;gap:12px}
 .songsa-brand{font-size:22px;padding:0;letter-spacing:-1px}.songsa-brand span{font-size:8px}
 .songsa-sidebar nav{display:flex;flex:1;gap:3px;justify-content:flex-end}
 .songsa-sidebar nav a{padding:8px;font-size:13px;min-height:36px;gap:4px;border-radius:8px}.songsa-sidebar nav a span{display:none}
 #songsa-settings{display:none}
 body.songsa-web .app-main,body.songsa-web.chat-open .app-main{height:calc(100dvh - 72px)}
 body.songsa-web .library-page,body.songsa-web .songsa-studio{top:72px}
 body.songsa-web .chat-conversation{padding:24px 20px}
 body.songsa-web .chat-composer{margin:0 12px 12px;padding:10px 14px}
 body.songsa-web .portrait-titlebar{padding:0 12px;min-height:48px}
 .songsa-studio header{padding:12px 16px}
}
