.profile-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(320px,1fr);gap:8px;align-items:center;justify-content:center;justify-items:center;max-width:960px;margin:8px auto;padding:0 4px}.profile-portrait{width:100%;max-width:300px;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.18)}.profile-content{width:100%;text-align:left}@media (max-width:768px){.profile-layout{grid-template-columns:1fr;gap:20px}.profile-portrait{margin:0 auto}.profile-content{text-align:center}}.home-main,.profile-main{padding:24px 6px;background:transparent}@media (max-width:900px){.home-main,.profile-main{padding:8px 6px}}.profile-main{display:grid;grid-template-columns:minmax(280px,320px) minmax(320px,1fr);gap:8px;align-items:flex-start;justify-content:center;padding:8px 4px}@media (max-width:768px){.profile-main{grid-template-columns:1fr;text-align:center}}.profile-card{padding:24px}.profile-row{display:flex;margin-bottom:10px}.profile-label{font-weight:700;width:100px;color:#555}.profile-logout{margin-top:16px;background:#d32f2f}.profile-btn{background:#1976d2;color:#fff;border:none;border-radius:24px;padding:14px 32px;font-weight:600;font-size:18px;margin:8px 8px 0 0;cursor:pointer;transition:background .2s;box-shadow:0 1px 2px rgba(60,64,67,.08);display:inline-flex;align-items:center;gap:10px}.profile-btn:hover{background:#1565c0}.profile-btn-outline{background:#fff!important;color:#1976d2!important;border:1px solid #1976d2!important}.profile-google-btn{background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:8px;font-weight:500;font-size:18px;padding:12px 0;width:100%;max-width:350px;justify-content:center;margin-bottom:18px;box-shadow:0 1px 2px rgba(60,64,67,.08);cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s}.profile-google-btn:hover{background:#f1f3f4}.profile-google-logo{width:28px;height:28px;background:#fff;border-radius:50%;padding:2px}.home-main{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafbfc;background-size:cover}.profile-home-container{max-width:1200px;margin:8px auto;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:8px 4px;display:flex;flex-direction:row;gap:8px;align-items:flex-start}.home-image-col{flex:1 1 320px;min-width:220px;max-width:340px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.home-hero-image{width:300px;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);background:#fff}.home-content-col{flex:2 1 700px;min-width:0;padding-left:24px;display:flex;flex-direction:column;justify-content:center}.home-title{color:#1976d2;font-weight:700;font-size:32px;margin-bottom:10px;text-align:left;line-height:1.2}.home-subtitle{color:#9c27b0;font-weight:600;margin-bottom:12px;text-align:left;font-size:22px}.home-desc{margin-bottom:18px;text-align:left;font-size:17px}.home-btn-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:18px;margin-top:18px}.home-auth-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:12px}.home-auth-btns{display:flex;gap:12px;margin-top:8px}.home-social-row{margin-top:32px;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.profile-btn-google-blue{background:#1976d2!important;color:#fff!important;border:none!important;border-radius:8px!important;font-weight:500;font-size:18px;padding:12px 0;width:100%;max-width:350px;justify-content:center;margin-bottom:18px;box-shadow:0 1px 2px rgba(60,64,67,.08);cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s}.profile-btn-google-blue:hover{background:#1565c0!important}.auth-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;z-index:10000}.auth-modal{background:#fff;border-radius:12px;padding:32px 28px;box-shadow:0 8px 32px rgba(0,0,0,.18);min-width:320px;text-align:center}@media (max-width:900px){.home-container{flex-direction:column;max-width:100vw;border-radius:0;box-shadow:none;padding:24px 8px;margin-left:8px;margin-right:8px}.home-main,.profile-main{padding:8px 6px}}@media (max-width:700px){.auth-main-container,.login-main-container,.signup-main-container{flex-direction:column!important;align-items:stretch!important}.auth-form-col,.auth-social-col,.login-form-col,.login-social-col,.signup-form-col,.signup-social-col{width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important;border:none!important}.auth-social-col,.login-social-col,.signup-social-col{order:2;margin-top:0!important}.auth-form-col,.login-form-col,.signup-form-col{order:1;margin-bottom:0!important}.home-social-row{flex-direction:column!important;gap:10px!important;align-items:stretch!important}.home-social-row .profile-btn,.home-social-row .profile-btn-outline{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;margin:0!important}}@media (max-width:600px){.home-container{flex-direction:column;max-width:100vw;min-height:unset;border-radius:0;box-shadow:none}.home-image-col{width:100%;flex:none;padding:16px 0 0;justify-content:center;align-items:flex-start;min-height:120px}.home-hero-image{width:120px;height:140px;margin:0 auto;display:block}.home-content-col{padding:18px 8px 24px;min-width:0}.home-title{font-size:1.2rem}.home-subtitle{font-size:1rem}.home-desc{font-size:.95rem}.home-auth-btns,.home-btn-row,.home-social-row{flex-direction:column;gap:10px;align-items:stretch}}