:root{--bg-white: #ffffff;--primary-yellow: #f7c600;--primary-yellow-dark: #e0b400;--text-dark: #262626;--text-muted: #8e8e8e;--border-light: #dbdbdb;--input-bg: #fafafa;--radius-lg: 20px;--radius-md: 10px}*{-webkit-tap-highlight-color:transparent}button,input,a,textarea,select{outline:none}button:focus,input:focus,a:focus,textarea:focus,select:focus{outline:none;box-shadow:none}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-white);color:var(--text-dark)}.login-page{display:flex;min-height:100vh;background-color:var(--bg-white)}.login-left{flex:1.2;padding:4rem 5rem;display:flex;flex-direction:column;justify-content:center}.trunk-logo{width:100px}.headline{margin-top:2.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;line-height:1.2}.headline span{color:var(--primary-yellow)}.mockup{margin-top:3rem}.mockup img{width:100%;max-width:380px}.login-right{flex:1;display:flex;align-items:center;justify-content:center}.login-box{width:100%;max-width:360px;padding:2rem;text-align:center}.login-box h3{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.login-box input{width:100%;padding:.75rem .9rem;margin-bottom:.6rem;border-radius:var(--radius-md);border:1px solid var(--border-light);background-color:var(--input-bg);font-size:.9rem}.login-box input:focus{outline:none;border-color:var(--primary-yellow);background-color:#fff}.login-btn{width:100%;padding:.7rem;margin-top:.6rem;border:none;border-radius:var(--radius-lg);background-color:var(--primary-yellow);color:#000;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-btn:hover{background-color:var(--primary-yellow-dark)}.google-btn{width:100%;padding:.65rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);background-color:#fff;cursor:pointer}.signup-btn{display:inline-block;text-decoration:none;width:100%;padding:.65rem;margin-top:.6rem;border-radius:var(--radius-lg);border:1px solid var(--primary-yellow);background-color:#fff;color:var(--primary-yellow);font-weight:600;cursor:pointer}.forgot{display:block;margin:.9rem 0;font-size:.8rem;text-decoration:none;color:var(--text-muted)}.elephant{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted)}.divider{display:flex;align-items:center;margin:1.2rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:var(--border-light)}.divider span{padding:0 .6rem;font-size:.75rem;color:var(--text-muted)}@media(min-width:1440px){.login-left{padding:5rem 7rem}}@media(max-width:1024px){.login-left{padding:3rem}}@media(max-width:768px){.login-page{flex-direction:column}.login-left{align-items:center;text-align:center;padding:2.5rem 1.5rem}.mockup img{max-width:300px}}@media(max-width:576px){.headline{font-size:1.6rem}.login-box{padding:1.5rem}}@media(max-width:400px){.login-box{max-width:100%}.login-left{padding-bottom:0}.headline{font-size:1.4rem}}@media(prefers-color-scheme:dark){:root{--bg-white: #0f0f0f;--text-dark: #f5f5f5;--text-muted: #a1a1a1;--border-light: #2a2a2a;--input-bg: #1a1a1a}.login-box input{color:var(--text-dark)}.login-box input::placeholder{color:var(--text-muted)}.google-btn{background-color:#141414;color:var(--text-dark)}.signup-btn{background-color:transparent}.divider:before,.divider:after{opacity:.6}}:root{--bg-main: #ffffff;--text-main: #262626;--text-muted: #8e8e8e;--border-color: #dbdbdb;--yellow: #f7c600;--yellow-dark: #e0b400;--radius: 12px}@media(prefers-color-scheme:dark){:root{--bg-main: #0e0e0e;--text-main: #f5f5f5;--text-muted: #a0a0a0;--border-color: #2a2a2a}}.home-layout *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.home-layout button{border:none;background:transparent;color:inherit;cursor:pointer;outline:none}.home-layout{display:flex;height:100vh;overflow:hidden;background-color:var(--bg-main);color:var(--text-main)}.sidebar{display:flex;flex-direction:column;justify-content:space-between;width:20vw;height:100vh;min-width:240px;padding:1.5rem;border-right:1px solid var(--border-color)}.sidebar-header{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}.logo{width:36px;height:36px;border-radius:10px;background-color:var(--yellow);display:flex;align-items:center;justify-content:center}.logo img{width:24px;height:24px}.brand{font-weight:700}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-nav button{width:100%;height:50px;padding:.7rem;margin-bottom:.6rem;border-radius:var(--radius);border:1px solid var(--border-color);text-align:left}.sidebar-nav button:hover{background-color:var(--yellow);color:#000}#logout-btn{background-color:#ff4d4d;color:#fff}.feed{width:55vw;overflow-y:auto;display:flex;justify-content:center;-ms-overflow-style:none;scrollbar-width:none}.feed::-webkit-scrollbar{display:none}.feed-placeholder{opacity:.4}.suggestions{width:25vw;overflow-y:auto;padding:1.5rem;border-left:1px solid var(--border-color);-ms-overflow-style:none;scrollbar-width:none}.suggestions-box{text-align:center;opacity:.6}.mobile-top{display:none;position:fixed;top:0;left:0;right:0;height:56px;padding:0 1rem;background-color:var(--bg-main);border-bottom:1px solid var(--border-color);z-index:10;align-items:center;justify-content:space-between}.mobile-bottom{display:none;position:fixed;bottom:0;left:0;right:0;height:60px;background-color:var(--bg-main);border-top:1px solid var(--border-color);justify-content:space-around;align-items:center}.mobile-bottom button{font-size:.8rem}.sidebar,.feed,.suggestions{min-height:0}@media(max-width:768px){.sidebar,.suggestions{display:none}.feed{width:100%;height:calc(100vh - 50px);padding-top:56px;padding-bottom:60px;display:block}.mobile-top,.mobile-bottom{display:flex}}
