.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f8;padding:24px;font-family:\"Inter\",system-ui,-apple-system,sans-serif}.google-btn-wrapper{width:100%;display:flex;justify-content:center}.auth-card{width:100%;max-width:420px;background:#fff;padding:48px 40px;border-radius:16px;box-shadow:0 20px 60px #0f172a1a;display:flex;flex-direction:column;gap:18px;border:1px solid #e2e8f0}.auth-title{font-size:26px;font-weight:600;color:#0f172a;text-align:center;letter-spacing:.5px}.auth-subtitle{font-size:14px;text-align:center;color:#64748b;margin-bottom:10px}.auth-input{padding:12px 14px;font-size:14px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;transition:all .2s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.auth-button{padding:12px;font-size:14px;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;font-weight:500;transition:all .2s ease}.auth-button:hover:not(:disabled){filter:brightness(1.05)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-secondary{background:transparent;border:1px solid #cbd5e1;color:#0f172a}.auth-secondary:hover{background:#f1f5f9}.auth-divider{text-align:center;font-size:13px;color:#94a3b8;margin:10px 0}@media(max-width:480px){.auth-card{padding:32px 24px}.auth-title{font-size:22px}}.auth-error{padding:12px;margin-bottom:15px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;font-size:14px;text-align:center}.resend-button{background:transparent;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;margin-top:10px}.forgot-password-link{text-align:right;font-size:13px;cursor:pointer;margin-bottom:10px;color:#64748b}.auth-switch{text-align:center;margin-top:10px;font-size:13px;color:#64748b;cursor:pointer}*,*:before,*:after{box-sizing:border-box}.dashboard-container{min-height:100vh;background:#f0f4f8;display:flex;flex-direction:column}.dashboard-tabs{display:flex;gap:0;padding:0 20px;background:#fff;border-bottom:1px solid #e2e8f0}.tab-button{padding:15px 30px;background:transparent;border:none;color:#64748b;cursor:pointer;font-size:16px;font-weight:500;border-bottom:2px solid transparent;transition:all .2s}.tab-button:hover{color:#0f172a;background:#f1f5f9}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.dashboard-card{width:100%;max-width:600px;background:#fff;padding:30px;border-radius:16px;color:#0f172a;border:1px solid #e2e8f0}.feed-layout{flex:1;display:flex;justify-content:center;padding:20px}.feed-inner{width:100%;max-width:640px}.post-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:20px;overflow:hidden;color:#0f172a}.post-header{display:flex;align-items:center;gap:10px;padding:12px 16px}.post-user-avatar{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#9333ea);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;overflow:hidden}.post-user-avatar img{width:100%;height:100%;object-fit:cover}.post-username{font-weight:600;font-size:14px}.post-image-wrapper{width:100%;background:#eef2f7}.post-image-wrapper img{display:block;width:100%;max-height:520px;object-fit:cover}.post-body{padding:12px 16px 8px}.post-caption{font-size:14px;margin-bottom:8px}.post-actions{display:flex;align-items:center;gap:10px;margin-bottom:8px}.like-button{background:transparent;border:none;color:#f97316;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:14px}.like-button.liked{color:#e11d48}.like-button:disabled{opacity:.6;cursor:not-allowed}.likes-count{font-size:13px;color:#64748b}.post-action-secondary{background:transparent;border:none;color:#64748b;cursor:pointer;font-size:13px;padding:0}.post-action-secondary:hover{color:#0f172a}.comments-section{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:8px}.comment-item{font-size:13px;margin-bottom:4px}.comment-username{font-weight:600;margin-right:4px}.comment-input-row{display:flex;gap:8px;margin-top:8px}.comment-input-row input{flex:1;padding:8px 10px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:13px}.comment-input-row input:focus{outline:none;border-color:#2563eb}.comment-input-row button{border-radius:999px;border:none;padding:0 14px;background:#2563eb;color:#fff;font-size:13px;cursor:pointer}.comment-input-row button:disabled{opacity:.5;cursor:not-allowed}.share-panel{border-top:1px solid #e2e8f0;margin-top:10px;padding-top:10px;display:flex;flex-direction:column;gap:10px}.share-note-input{width:100%;border-radius:12px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:10px 12px;resize:vertical;min-height:64px;font-size:13px}.share-note-input:focus{outline:none;border-color:#2563eb}.share-conversations{display:flex;flex-direction:column;gap:8px}.share-conversation-btn{border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;border-radius:10px;padding:8px 10px;cursor:pointer;text-align:left;font-size:13px}.share-conversation-btn:hover{border-color:#94a3b8}.share-conversation-btn:disabled{opacity:.6;cursor:not-allowed}.create-post-fab{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 18px 45px #0f172a2e;z-index:50}.create-post-fab:hover{transform:translateY(-1px);box-shadow:0 22px 50px #0f172a38}.create-post-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:40}.create-post-modal{width:100%;max-width:480px;background:#fff;border-radius:20px;padding:20px 20px 16px;border:1px solid #e2e8f0;box-shadow:0 18px 50px #0f172a2e}.create-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.create-post-header h3{margin:0;font-size:18px;font-weight:600;color:#0f172a}.create-post-close{background:transparent;border:none;color:#64748b;font-size:20px;cursor:pointer}.create-post-body{display:flex;flex-direction:column;gap:12px}.create-post-upload{border:1px dashed #94a3b8;border-radius:14px;padding:16px;text-align:center;cursor:pointer;background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 60%)}.create-post-upload input{display:none}.create-post-upload span{display:block;font-size:14px;color:#475569}.create-post-preview{border-radius:14px;overflow:hidden;max-height:320px}.create-post-preview img{width:100%;height:100%;object-fit:cover;display:block}.create-post-caption{width:100%;border-radius:12px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:10px 12px;font-size:14px;resize:none;min-height:70px}.create-post-caption:focus{outline:none;border-color:#2563eb}.create-post-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.create-post-actions button{border-radius:999px;border:none;padding:8px 16px;font-size:14px;cursor:pointer}.create-post-cancel{background:#f1f5f9;color:#1e293b}.create-post-submit{background:linear-gradient(135deg,#2563eb,#9333ea);color:#fff}.create-post-submit:disabled{opacity:.5;cursor:not-allowed}.post-skeleton{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px;margin-bottom:20px;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:768px){.feed-layout{padding:10px}.create-post-modal{max-width:95%}}.search-input{width:100%;padding:12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;margin-bottom:20px}.search-input:focus{outline:none;border-color:#2563eb}.search-results{display:flex;flex-direction:column;gap:12px}.user-result{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0}.user-result button{padding:6px 12px;border-radius:8px;border:none;background:#2563eb;color:#fff;cursor:pointer}.user-result button:hover{background:#1d4ed8}.profile-dashboard{width:100%;max-width:900px;display:flex;flex-direction:column;gap:14px;color:#0f172a}.profile-header-card{position:relative;overflow:hidden;padding:34px;border-radius:32px;background:linear-gradient(145deg,#fffffff5,#f8fafcfa);box-shadow:0 10px 35px #0f172a0f;border:1px solid rgba(255,255,255,.7)}.profile-header-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(99,102,241,.12),transparent 30%),radial-gradient(circle at bottom right,rgba(168,85,247,.1),transparent 26%);pointer-events:none}.profile-header-main{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center}.profile-avatar{width:120px;height:120px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:700;color:#fff;overflow:hidden;box-shadow:0 10px 25px #6366f138;border:4px solid rgba(255,255,255,.9);flex-shrink:0}.profile-header-info h2{line-height:.95;font-size:clamp(2rem,6vw,3rem);letter-spacing:-.04em;word-break:normal;overflow-wrap:normal}.profile-header-info p{margin-top:10px;max-width:680px;font-size:15px;line-height:1.8;color:#475569}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-header-info h2{margin:0 0 4px}.profile-header-info p{margin:0 0 8px;color:#64748b}.profile-meta-row{display:flex;gap:12px;font-size:13px;margin-bottom:8px}.profile-genre-pills{display:flex;gap:8px;flex-wrap:wrap}.genre-pill{padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.1);color:#4338ca;font-size:13px;font-weight:600;transition:all .2s ease}.genre-pill:hover{transform:translateY(-1px);background:linear-gradient(135deg,#6366f129,#a855f729)}.profile-header-actions{margin-top:12px;display:flex;gap:8px}.profile-header-actions button{border:none;border-radius:10px;padding:8px 12px;background:#2563eb;color:#fff;cursor:pointer}.profile-edit-grid{margin-top:12px;display:grid;gap:8px}.profile-edit-grid input,.profile-edit-grid textarea{background:#fff;border:1px solid #cbd5e1;color:#0f172a;border-radius:10px;padding:10px}.reading-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card{padding:18px 14px;border-radius:22px;background:linear-gradient(145deg,#fffffff2,#f8fafcfa);box-shadow:0 4px 14px #0f172a0a;text-align:center;font-size:14px;font-weight:700;color:#0f172a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.profile-subtabs{display:flex;gap:10px;overflow-x:auto;padding:2px;scrollbar-width:none}.profile-subtabs .tab-button{border:none;padding:12px 18px;border-radius:16px;background:#ffffffd1;color:#475569;font-size:14px;font-weight:600;transition:all .22s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content;box-shadow:0 2px 8px #0f172a08}.profile-subtabs .tab-button.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 20px #6366f12e}.profile-header-info h2{word-break:break-word;overflow-wrap:break-word;line-height:1;font-size:clamp(2rem,7vw,3rem)}.profile-subtabs::-webkit-scrollbar{display:none}.profile-tab-panel{display:flex;flex-direction:column;gap:14px}.library-add-row{display:grid;gap:8px;grid-template-columns:2fr 1.5fr 1fr auto}.library-add-row input,.library-add-row select,.library-add-row button{border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:10px}.library-add-row button{background:#2563eb;color:#fff;border:none;cursor:pointer}.library-shelf-card,.review-card,.review-create-card,.activity-card,.club-card,.journal-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.journal-card h3{margin:0 0 10px;font-size:16px;font-weight:600;color:#0f172a}.journal-card textarea{min-height:90px;resize:vertical}.journal-card textarea::placeholder,.journal-card input::placeholder{color:#94a3b8}.journal-card textarea:focus,.journal-card input:not([type=checkbox]):not([type=radio]):focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.journal-card button:hover{background:#1d4ed8}.library-book-row{display:flex;justify-content:space-between;gap:8px;margin:8px 0}.library-book-row span{display:block;color:#64748b;font-size:13px}.library-book-actions{display:flex;gap:6px}.library-book-actions select,.library-book-actions button{border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:6px 8px}.activity-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.review-create-card textarea,.review-create-card input:not([type=checkbox]):not([type=radio]),.journal-card textarea,.journal-card input:not([type=checkbox]):not([type=radio]){width:100%;margin-top:8px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:10px}.review-create-card textarea:focus,.review-create-card input:not([type=checkbox]):not([type=radio]):focus,.journal-card textarea:focus,.journal-card input:not([type=checkbox]):not([type=radio]):focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.review-create-row{margin-top:8px;display:flex;gap:8px}@media(max-width:768px){.journal-card{padding:18px;border-radius:18px}.journal-card h3{font-size:1.3rem}.journal-card textarea{min-height:120px}.journal-card button{width:100%;justify-content:center}}.profile-feedback{background:#eff6ff;border:1px solid #2563eb;color:#1d4ed8;border-radius:10px;padding:10px 12px;font-size:13px}.dashboard-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#f0f4f8;overflow-x:hidden}.dashboard-nav{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:0 25px;height:65px;position:sticky;top:0;z-index:2000;box-shadow:0 2px 10px #0f172a0f;border-bottom:1px solid #e2e8f0}.nav-logo{color:#0f172a;font-weight:800;font-size:1.4rem;letter-spacing:1px}.dashboard-tabs{display:flex;height:100%}.tab-button{background:none;border:none;color:#64748b;padding:0 20px;cursor:pointer;font-weight:600;height:100%;transition:all .2s;border-bottom:4px solid transparent}.tab-button:hover{color:#0f172a}.tab-button.active{color:#0f172a;border-bottom:4px solid #2563eb;background-color:#2563eb14}.hamburger-menu{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px}.bar{width:25px;height:3px;background-color:#0f172a;border-radius:2px;transition:.3s ease}.dashboard-content{flex:1;width:100%}@media(max-width:768px){.hamburger-menu{display:flex}.dashboard-tabs{display:none;position:absolute;top:65px;left:0;width:100%;background-color:#fff;flex-direction:column;padding:10px 0;box-shadow:0 10px 15px #0f172a1a}.dashboard-tabs.mobile-show{display:flex}.tab-button{width:100%;text-align:left;padding:18px 25px;border-bottom:1px solid #e2e8f0;border-left:4px solid transparent}.tab-button.active{border-bottom:1px solid #e2e8f0;border-left:4px solid #2563eb}.bar.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.search-input{width:100%;padding:12px 15px;border:1px solid #cbd5e1;border-radius:8px;margin:15px 0;font-size:1rem}.user-result{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}@media(max-width:768px){.dashboard-tabs{display:none;position:absolute;top:65px;left:0;width:100%;background-color:#fff!important;z-index:9999;flex-direction:column;padding:0;box-shadow:0 10px 15px #0f172a1f}.tab-button{width:100%;text-align:left;padding:20px 25px;background-color:#fff;border-bottom:1px solid #e2e8f0;color:#0f172a;opacity:1}.blur-content{opacity:.3;pointer-events:none}}.journal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 8px #0f172a0a}.journal-card h3{margin:0;font-size:18px;font-weight:600;color:#0f172a}.journal-card textarea{width:100%;min-height:120px;resize:vertical;padding:12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:14px;line-height:1.5;transition:all .2s ease;box-sizing:border-box}.journal-card textarea::placeholder{color:#94a3b8}.journal-card input:not([type=checkbox]){width:100%;padding:12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:14px;transition:all .2s ease;box-sizing:border-box}.journal-card input::placeholder{color:#94a3b8}.journal-card textarea:focus,.journal-card input:not([type=checkbox]):focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.journal-public-toggle{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569;font-weight:500}.journal-public-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.journal-card button{align-self:flex-start;padding:10px 18px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.journal-card button:hover{background:#1d4ed8;transform:translateY(-1px)}.journal-card button:active{transform:scale(.98)}.journal-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}.journal-entry{background:linear-gradient(145deg,#fffffff5,#f8fafcfa);border-radius:20px;padding:18px;border:1px solid rgba(226,232,240,.8);transition:transform .2s ease,box-shadow .2s ease}.journal-entry:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a0d}.journal-entry p{margin:0 0 8px;color:#0f172a;font-size:14px;line-height:1.6}.journal-entry small{color:#2563eb;font-size:12px;font-weight:500}.journal-entry p.collapsed{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.expand-btn{margin-top:10px;border:none;background:transparent;color:#6366f1;font-weight:600;cursor:pointer;padding:0}@media(max-width:768px){.journal-card{padding:16px;border-radius:14px}.journal-card button{width:100%;justify-content:center}.journal-card textarea{min-height:100px}}.dashboard-card{width:calc(100vw - 80px);max-width:1500px;margin:28px auto;display:grid;grid-template-columns:2.4fr 1fr;gap:28px;padding:28px;border-radius:32px;background:linear-gradient(145deg,#ffffffd1,#f8fafceb);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 40px #0f172a0f;border:1px solid rgba(255,255,255,.6);min-height:calc(100vh - 140px);align-items:start}.friends-main-panel{display:grid;grid-template-rows:auto auto;gap:24px;height:100%}.friends-side-panel{height:100%;padding:26px;border-radius:28px;background:linear-gradient(145deg,#ffffffeb,#f4f7fbf5);box-shadow:0 4px 18px #0f172a0a;overflow-y:auto}.friends-section{padding:28px;border-radius:28px;background:linear-gradient(145deg,#fffffff5,#f8fafcfa);box-shadow:0 6px 22px #0f172a0d;min-height:280px;transition:transform .25s ease,box-shadow .25s ease}.friends-section:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6366f114}.friends-section h2,.friends-side-panel h2{font-size:1.45rem;font-weight:700;margin-bottom:24px;color:#0f172a}.search-input{width:100%;height:56px;padding:0 20px;box-sizing:border-box;border-radius:18px;border:1px solid #e2e8f0;background:#fff;font-size:15px;color:#0f172a;margin-bottom:28px;transition:all .25s ease}.search-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 5px #6366f11f}.user-result{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:18px;background:#fff;margin-bottom:14px;box-shadow:0 3px 12px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.user-result:hover{transform:translateY(-2px);box-shadow:0 10px 24px #6366f114}.user-result span{font-size:15px;font-weight:600;color:#1e293b}.user-result button{height:42px;padding:0 18px;border:none;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.user-result button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #6366f138}.empty-state{color:#64748b;font-size:15px;line-height:1.8;text-align:center;margin-top:60px}@media(max-width:900px){.dashboard-card{width:calc(100vw - 24px);grid-template-columns:1fr;min-height:auto;padding:16px;gap:18px}.friends-section{min-height:auto}.friends-side-panel{min-height:240px}}@media(max-width:600px){.friends-section,.friends-side-panel{padding:20px;border-radius:22px}.friends-section h2,.friends-side-panel h2{font-size:1.15rem}.user-result{flex-direction:column;align-items:flex-start;gap:12px}.user-result button{width:100%}}@media(max-width:768px){.profile-dashboard{gap:14px;width:100%}.profile-header-card{padding:20px 16px;border-radius:26px}.profile-header-main{display:flex;align-items:center;gap:14px}.profile-avatar{width:78px;height:78px;flex-shrink:0}.profile-header-info{flex:1;min-width:0}.profile-header-info h2{font-size:2rem;line-height:.95;letter-spacing:-.04em;word-break:normal;overflow-wrap:normal;white-space:normal}.profile-header-info p{margin-top:8px;font-size:14px;line-height:1.5;color:#64748b}.profile-meta-row{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;font-size:13px}.profile-genre-pills{margin-top:10px}.profile-header-actions{margin-top:14px}.profile-header-actions button{width:100%;height:46px;border-radius:14px;font-size:14px}.reading-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:16px 10px;border-radius:18px;font-size:13px;line-height:1.5;min-height:82px;display:flex;align-items:center;justify-content:center;text-align:center}.profile-subtabs{gap:8px;overflow-x:auto;padding-bottom:4px}.profile-subtabs .tab-button{padding:10px 16px;border-radius:14px;font-size:13px;flex-shrink:0}}@media(max-width:768px){.library-shelf-card{padding:18px;border-radius:20px}.library-book-row{display:flex;flex-direction:column;gap:14px;padding:14px 0;border-bottom:1px solid #e2e8f0}.library-book-row:last-child{border-bottom:none}.library-book-row>div:first-child{width:100%}.library-book-row strong{display:block;font-size:1.05rem;line-height:1.4;color:#0f172a;word-break:break-word}.library-book-row span{display:block;margin-top:4px;font-size:14px;color:#64748b}.library-book-actions{width:100%;display:flex;flex-direction:column;gap:10px}.library-book-actions select,.library-book-actions button{width:100%;height:48px;border-radius:14px;font-size:14px}.library-add-row{grid-template-columns:1fr;gap:12px}.library-add-row input,.library-add-row select,.library-add-row button{width:100%;height:50px;border-radius:14px}}@media(max-width:768px){.review-create-card{padding:18px;border-radius:20px}.review-create-card input,.review-create-card textarea{width:100%;font-size:14px;border-radius:14px}.review-create-card textarea{min-height:120px;line-height:1.6}.review-create-row{display:flex;flex-direction:column;gap:12px;margin-top:14px}.review-create-row input,.review-create-row button{width:100%;height:50px;border-radius:14px;font-size:14px}.review-create-row button{border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600}.review-card{padding:20px;border-radius:22px}.review-card h3{font-size:1.15rem;line-height:1.4;margin-bottom:14px;word-break:break-word}.review-card p{font-size:15px;line-height:1.9;color:#334155}}.top-navbar,.dashboard-navbar,.mobile-header{width:100%;max-width:100%;overflow-x:hidden}.chat-container{display:flex;height:calc(100vh - 60px);background:#f0f4f8;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}.chat-left-panel{width:350px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;background:#fff;height:100%}.chat-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.chat-header h2{margin:0;font-size:22px;font-weight:600;color:#0f172a}.create-group-btn{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s}.create-group-btn:hover{background:#1d4ed8}.conversations-list{flex:1;overflow-y:auto}.conversation-item{padding:15px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid #eef2f7}.conversation-item:hover{background:#f1f5f9}.conversation-item.active{background:#eff6ff;border-left:4px solid #2563eb}.conversation-info{display:flex;flex-direction:column;gap:4px}.conversation-name{font-weight:500;font-size:15px;color:#0f172a}.conversation-preview{font-size:13px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friends-list{border-top:1px solid #e2e8f0;padding:20px;max-height:250px;overflow-y:auto;background:#f8fafc}.friends-list h3{margin:0 0 12px;font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.friend-item{padding:8px 10px;cursor:pointer;border-radius:6px;font-size:14px;margin-bottom:4px;color:#1e293b}.friend-item:hover{background:#eff6ff;color:#2563eb}.chat-right-panel{flex:1;display:flex;flex-direction:column;background:#f0f4f8;height:100%;position:relative;min-width:0}.chat-header-bar{padding:15px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.chat-header-bar h3{margin:0;font-size:18px;font-weight:600;color:#0f172a}.chat-tabs{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px}.tab{padding:6px 16px;border-radius:6px;border:none;background:transparent;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.tab.active{background:#2563eb;color:#fff}.connection-status{font-size:12px;color:#ef4444;font-weight:500}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.message{max-width:65%;padding:10px 14px;border-radius:15px;word-wrap:break-word;position:relative;font-size:15px;animation:messageSlide .2s ease-out}@keyframes messageSlide{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message.sent{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:2px}.message.received{align-self:flex-start;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:2px}.message-image{max-width:100%;border-radius:10px;margin-bottom:6px;display:block}.message-time{font-size:10px;opacity:.7;margin-top:4px;text-align:right}.message.received .message-time{text-align:left}.message-file{display:flex;align-items:center;gap:12px;padding:10px;background:#0f172a0a;border-radius:10px;cursor:pointer;border:1px solid rgba(15,23,42,.08)}.shared-post-preview{margin-top:8px;border-radius:10px;border:1px solid rgba(15,23,42,.12);overflow:hidden;background:#0f172a08}.shared-post-header{font-size:12px;font-weight:600;padding:8px 10px;border-bottom:1px solid rgba(15,23,42,.08)}.shared-post-image{width:100%;max-height:220px;object-fit:cover;display:block}.shared-post-caption{padding:8px 10px;font-size:13px}.file-icon{font-size:24px}.file-info{flex:1;overflow:hidden}.file-name{font-size:13px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-size{font-size:11px;opacity:.6}.message-input-form{padding:15px 20px;background:#fff;display:flex;align-items:center;gap:12px;border-top:1px solid #e2e8f0;flex-shrink:0}.message-input{flex:1;background:#f8fafc;border:1px solid #cbd5e1;border-radius:20px;padding:10px 18px;color:#0f172a;outline:none}.message-input:focus{border-color:#2563eb}.file-upload-btn,.send-btn{background:transparent;border:none;cursor:pointer;color:#2563eb;font-weight:600;transition:opacity .2s}.send-btn{background:#2563eb;color:#fff;padding:8px 18px;border-radius:20px}.send-btn:disabled{opacity:.5;cursor:not-allowed}.file-preview{padding:12px 20px;background:#eff6ff;border-top:1px solid #2563eb;display:flex;flex-direction:column;gap:10px}.file-preview-content{display:flex;align-items:center;gap:15px}.file-preview-image{width:50px;height:50px;object-fit:cover;border-radius:4px}.file-preview-icon{font-size:30px}.file-preview-actions{display:flex;gap:10px;justify-content:flex-end}.cancel-preview-btn{background:#e2e8f0;color:#0f172a;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.upload-file-btn{background:#2563eb;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:25px;border-radius:12px;width:90%;max-width:450px;border:1px solid #e2e8f0;box-shadow:0 20px 60px #0f172a26;color:#0f172a}.modal-input{width:100%;padding:12px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;margin:15px 0}.friends-selection{max-height:200px;overflow-y:auto;margin:15px 0}.friend-checkbox{display:flex;align-items:center;gap:10px;padding:8px;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.modal-actions button{padding:8px 20px;border-radius:6px;border:none;cursor:pointer}.no-conversation{flex:1;display:flex;align-items:center;justify-content:center;color:#94a3b8}.typing-indicator{font-size:12px;color:#64748b;font-style:italic;margin-top:5px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:768px){.chat-container{height:100dvh;overflow:hidden}.chat-left-panel,.chat-right-panel{width:100%;min-width:100%;border:none}.chat-left-panel{background:#fff}.chat-header{padding:18px 16px}.chat-header h2{display:block;font-size:1.3rem}.conversation-item{padding:16px}.conversation-name{font-size:15px}.conversation-preview,.friends-list{display:block}.chat-header-bar{padding:14px 16px;gap:10px}.mobile-back-btn{border:none;background:transparent;font-size:24px;cursor:pointer;color:#0f172a}.messages-container{padding:14px 12px}.message{max-width:82%;font-size:14px;padding:10px 13px}.message-input-form{padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:8px;position:sticky;bottom:0;background:#fff}.message-input{min-height:44px;font-size:15px}.send-btn{padding:10px 14px;border-radius:14px}.file-upload-btn{font-size:18px}.modal-content{width:94%;padding:20px;border-radius:18px}}.chat-right-panel{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.group-goals-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px;min-height:0;align-items:center;justify-content:center;width:100%}.goal-form,.goal-card,.active-goal-banner{width:100%;box-sizing:border-box;margin:20px}html,body,#root{width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box;min-width:0}.goals-container{width:100%;max-width:520px;margin:0 auto;padding:8px 14px 120px;display:flex;flex-direction:column;gap:12px}.goals-container h3{margin:0;text-align:center;font-size:1.7rem;font-weight:800;letter-spacing:-.03em;color:#0f172a}.goals-container h3:after{content:"";display:block;width:62px;height:4px;margin:10px auto 0;border-radius:999px;background:linear-gradient(135deg,#7c6cf2,#a78bfa)}.goal-form{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:24px;background:linear-gradient(145deg,#fffffff5,#f8fafcfa);border:1px solid rgba(226,232,240,.7);box-shadow:0 4px 14px #0f172a0a}.goal-form input,.goal-form textarea{width:100%;padding:13px 15px;border-radius:14px;border:1px solid #dbe4ee;background:#f8fafceb;color:#0f172a;font-size:14px;outline:none;transition:all .22s ease}.goal-form textarea{min-height:90px;resize:none;line-height:1.6}.goal-form input::placeholder,.goal-form textarea::placeholder{color:#94a3b8}.goal-form input:focus,.goal-form textarea:focus{border-color:#a78bfa;background:#fff;box-shadow:0 0 0 5px #a78bfa1f}.goal-form button{width:100%;height:48px;border:none;border-radius:16px;background:linear-gradient(135deg,#7c6cf2,#a78bfa);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.goal-form button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #7c6cf229}.goals-list{display:flex;flex-direction:column;gap:12px}.goal-card{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:22px;background:linear-gradient(145deg,#fffffff5,#f8fafcfa);border:1px solid rgba(226,232,240,.7);box-shadow:0 4px 14px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.goal-card:hover{transform:translateY(-1px);border-color:#a78bfa2e;box-shadow:0 10px 24px #a78bfa14}.goal-card.active{background:linear-gradient(145deg,#f5f3fff5,#faf5fffa);border-color:#a78bfa42}.goal-card h4{margin:0;font-size:1.2rem;font-weight:800;line-height:1.2;color:#0f172a}.active-badge{align-self:flex-start;padding:5px 10px;border-radius:999px;background:#a78bfa24;color:#6d5bd0;font-size:11px;font-weight:700}.goal-main-text{margin:0;font-size:15px;color:#334155;line-height:1.6}.goal-date{margin:0;font-size:13px;color:#94a3b8}.goal-notes{margin:2px 0 0;font-size:13px;line-height:1.7;color:#64748b}.goal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.goal-actions button{flex:1;height:42px;border-radius:14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .22s ease}.goal-actions button:first-child{background:#f8fafcf5;color:#334155;border:1px solid rgba(203,213,225,.8)}.goal-actions button:first-child:hover{background:#f1f5f9}.goal-actions button:last-child{background:#a78bfa1a;color:#6d5bd0;border:1px solid rgba(167,139,250,.22)}.goal-actions button:last-child:hover{background:linear-gradient(135deg,#7c6cf2,#a78bfa);color:#fff;border-color:transparent}.goals-empty{padding:22px 18px;border-radius:20px;text-align:center;color:#64748b;background:linear-gradient(145deg,#fffffff5,#f8fafcfa);border:1px solid rgba(226,232,240,.7)}@media(max-width:768px){.goals-container{gap:10px}.goals-container h3{font-size:1.5rem}.goal-form,.goal-card{padding:16px;border-radius:20px}.goal-card{gap:8px}.goal-form input,.goal-form textarea{padding:12px 14px;font-size:14px}.goal-form textarea{min-height:80px}.goal-card h4{font-size:1.1rem}.goal-main-text{font-size:14px}.goal-notes{font-size:12px}.goal-actions{flex-direction:column}.goal-actions button{width:100%}}.goal-form,.goal-card{width:100%;padding:16px;border-radius:20px;background:linear-gradient(145deg,#fffffff7,#f8fafcfa);border:1px solid rgba(226,232,240,.7);box-shadow:0 4px 12px #0f172a0a}
