*{box-sizing:border-box}body{margin:0;min-width:0;min-height:100vh;background:#f7f7f7;color:#171717;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{width:100%;min-height:100vh;margin:0;padding:24px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.login-shell{display:flex;align-items:center;justify-content:center}.sidebar,.content-pane,.login-panel{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:none}.sidebar{position:sticky;top:24px;min-height:calc(100vh - 48px);padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:#1a1a1a;color:#fff;border-color:#1a1a1a}.brand-mark,.eyebrow{margin:0 0 8px;color:#bfc3c8;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.brand-row,.login-head{display:flex;align-items:center;gap:18px}.login-head{align-items:flex-start}.logo-mark{flex:0 0 auto;width:68px;height:68px;display:grid;place-items:center;border-radius:14px;overflow:hidden;background-color:#ff5722;color:#fff;font-size:18px;font-weight:900;line-height:1.05;text-align:center}.logo-mark img{width:100%;height:100%;display:block;object-fit:cover}.logo-mark span{display:block;padding-top:2px}.sidebar h1,.login-panel h1,.pane-header h2,.profile-strip h2{margin:0}.sidebar h1{font-size:28px;line-height:1.18;color:#fff}.sidebar nav{display:grid;gap:10px;margin-top:28px}.sidebar nav button{width:100%;height:44px;border:none;border-radius:8px;background:#333;color:#d6d6d6;text-align:left;padding:0 14px;font-weight:700}.sidebar nav button.active{background:#fff;color:#1a1a1a}.sidebar-bottom{display:grid;gap:12px}.logout-button{width:100%;height:44px;border:none;border-radius:8px;background:#fff;color:#1a1a1a;font-weight:800}.login-panel{width:560px;padding:34px;display:grid;gap:20px;background:#1a1a1a;border-color:#1a1a1a;color:#fff}.login-panel h1{font-size:30px;line-height:1.2}.login-copy{margin:12px 0 0;color:#ccc;line-height:1.6}.field{display:grid;gap:8px;color:#fff;font-size:14px;font-weight:700}.field input{height:46px;border:1px solid #333333;border-radius:8px;padding:0 14px;outline:none;background:#fff;color:#111}.field input:focus{border-color:#ff5722}.code-row{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:10px}.code-row button,.primary-button{border:none;border-radius:8px;background:#ff5722;color:#fff;font-weight:800}.code-row button:disabled,.primary-button:disabled{cursor:not-allowed;background:#666}.primary-button{height:48px}.message{margin:0;color:#0f7b57;font-size:14px;font-weight:700}.message.error{color:#c62828}.content-pane{min-width:0;padding:24px;overflow:visible;background:#f7f7f7;border:none}.pane-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.pane-header h2{font-size:28px}.square-header{margin-bottom:24px}.waterfall{display:flex;align-items:flex-start;gap:20px;width:100%}.waterfall-column{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:20px}.work-card{overflow:hidden;border-radius:8px;background:#fff;border:none;color:#1a1a1a;box-shadow:0 4px 12px #0000000f}.work-image{width:100%;display:block;object-fit:cover;background:#eee}.work-info{padding:12px}.work-card h3{margin:0 0 12px;color:#1a1a1a;font-size:15px;font-weight:700;line-height:1.35}.work-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.author{display:flex;align-items:center;gap:8px;min-width:0;color:#777;font-size:13px}.author-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:#eee}.author span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.like-action{display:inline-flex;align-items:center;gap:4px;color:#777;font-size:13px;flex-shrink:0}.like-action.liked{color:#e53935;font-weight:700}.like-symbol{font-size:20px;line-height:1;transform:scaleY(.78);transform-origin:center}.empty-state{padding:44px;border-radius:12px;background:#1a1a1a;color:#ccc;text-align:center}.profile-strip{display:flex;align-items:center;gap:16px;padding:18px;border-radius:12px;background:#1a1a1a;color:#fff}.profile-strip img{width:72px;height:72px;border-radius:14px;object-fit:cover}.profile-strip p{margin:8px 0 0;color:#cfd3d8}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.stats-row div{padding:16px;border-radius:12px;background:#f7f7f7}@media(max-width:820px){.app-shell{grid-template-columns:1fr;padding:16px}.sidebar{position:static;min-height:auto;gap:20px}.login-panel{width:min(560px,100%)}.waterfall,.waterfall-column{gap:14px}}.stats-row strong{display:block;font-size:28px}.stats-row span{display:block;margin-top:4px;color:#777f88;font-size:13px}
