*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body{min-height:100vh}a{text-decoration:none;color:inherit}input,textarea,select,button{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}img{max-width:100%;display:block}.page-wide{width:100%;padding:16px}.page-form{width:100%;max-width:600px;margin:0 auto;padding:16px}.page-detail{width:100%;max-width:900px;margin:0 auto;padding:16px}.page-chat{width:100%;max-width:800px;margin:0 auto;padding:0 16px}.grid-cards{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:520px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.grid-listings{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.grid-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.grid-actions{grid-template-columns:repeat(3,1fr)}}.detail-layout{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.detail-layout{flex-direction:row}.detail-main{flex:1;min-width:0}.detail-side{width:320px;flex-shrink:0}}.feed-layout{width:100%;max-width:680px;margin:0 auto}@media(min-width:1024px){.feed-layout{max-width:580px}}.list-layout{width:100%;max-width:800px;margin:0 auto}
