:root{--bg-color-dark:#0f172a;--surface-color-dark:#1e293bb3;--border-color-dark:#ffffff1a;--text-primary-dark:#f8fafc;--text-secondary-dark:#94a3b8;--gradient-bg-dark:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--bg-color-light:#f8fafc;--surface-color-light:#ffffffb3;--border-color-light:#0000001a;--text-primary-light:#0f172a;--text-secondary-light:#475569;--gradient-bg-light:linear-gradient(135deg, #f0f9ff 0%, #e0e7ff 100%);--bg-color:#faf8f5;--surface-color:#fff;--text-primary:#5c4d43;--text-secondary:#968476;--accent-color:#f4a261;--accent-hover:#e76f51;--border-color:#f0e8df;--error-color:#e63946}[data-theme=dark]{--bg-color:#2d241f;--surface-color:#3d312a;--text-primary:#fcf6f0;--text-secondary:#d4c6bd;--accent-color:#e9c46a;--accent-hover:#f4a261;--border-color:#4a3e35;--error-color:#ef476f}[data-theme=forest]{--bg-color:#fcf9ee;--surface-color:#f2ead3;--text-primary:#2c3e2e;--text-secondary:#4a5c4c;--accent-color:#567c5d;--accent-hover:#3d5e44;--border-color:#e0d8c3;--error-color:#d9534f}[data-theme=gemini]{--bg-color:#fff;--surface-color:#ffffffd9;--text-primary:#1f1f1f;--text-secondary:#444746;--accent-color:#1a73e8;--accent-hover:#174ea6;--border-color:#e3e3e3;--error-color:#d93025}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}[data-theme=forest] body{font-family:Merriweather,serif}[data-theme=gemini] body{background:radial-gradient(circle at top,#eaf2fd 0%,#fff 80%) fixed;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.glass{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;transition:all .3s;box-shadow:0 4px 15px #00000008}.app-container{flex-direction:column;height:100vh;display:flex;overflow:hidden}.input-group{margin-bottom:1.5rem}.input-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.input-field{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#0f172a0d;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #3b82f64d}.btn-primary{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.header{border-bottom:2px solid var(--border-color);z-index:10;background:linear-gradient(#fffc,#fffc),url(/cozy_bg.png) 50%/cover;justify-content:space-between;align-items:center;padding:2.5rem 2rem;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}[data-theme=dark] .header{background:linear-gradient(#2d241fd9,#2d241fd9),url(/cozy_bg.png) 50%/cover}[data-theme=forest] .header{background:linear-gradient(#fcf9eed9,#fcf9eed9),url(/forest_bg.png) 50%/cover;border-bottom:3px solid #567c5d}[data-theme=gemini] .header{-webkit-backdrop-filter:blur(12px);box-shadow:none;background:#ffffffb3;border-bottom:1px solid #0000000d}.header h1{color:var(--text-primary);letter-spacing:-.5px;font-size:1.8rem;font-weight:800}[data-theme=gemini] .header h1{background:linear-gradient(74deg,#4285f4 0,#9b72cb 9%,#d96570 20% 24%,#9b72cb 35%,#4285f4 44%,#9b72cb 50%,#d96570 56%,#131314 75% 100%);color:#0000;background-size:400% 100%;-webkit-background-clip:text}.logout-btn{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;transition:all .2s}.logout-btn:hover{color:var(--text-primary);background:#9696961a}.dashboard{flex-direction:column;flex-grow:1;width:100%;padding:2rem 1rem;display:flex;overflow-y:auto}.notion-container{width:100%;max-width:800px;margin:0 auto}.mobile-only{display:block}.desktop-only{display:none}.timeline-block{border-bottom:1px solid var(--border-color);margin-bottom:4rem;padding-bottom:2rem}.timeline-block:last-child{border-bottom:none}.notion-summary{margin-bottom:2rem}.notion-date{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.75rem;font-weight:800;display:flex}[data-theme=gemini] .notion-date svg{color:#4285f4!important}.notion-content{background:var(--surface-color);border-radius:12px;margin-bottom:2rem;padding:1.5rem;font-size:1rem;line-height:1.8;box-shadow:0 2px 10px #00000005}.notion-content p{margin-bottom:1rem}.notion-content p:last-child{margin-bottom:0}.notion-content ul,.notion-content ol{margin-bottom:1rem;margin-left:1.5rem}.notion-content li{margin-bottom:.5rem}.notion-content h1,.notion-content h2,.notion-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.notion-content strong{color:var(--text-primary);font-weight:700}.notion-feed-title{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.message-feed{flex-direction:column;gap:.5rem;display:flex}.message-item{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;margin-bottom:.5rem;padding:1.25rem;transition:all .2s;box-shadow:0 2px 8px #00000003}.message-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000008}.message-header{justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.message-sender{color:var(--accent-color);font-weight:800}.message-time{color:var(--text-secondary);font-size:.8rem}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{width:100%;max-width:400px;padding:2.5rem 2rem}.login-title{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.login-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.link-preview-btn{background:var(--bg-color);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:.35rem;margin-top:.5rem;padding:.35rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #00000005}.link-preview-btn:hover{background:var(--surface-color);border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-1px)}.link-preview-card{background:var(--surface-color);border:1px solid var(--border-color);color:inherit;border-radius:16px;flex-direction:column;max-width:450px;margin-top:.75rem;text-decoration:none;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000005}.link-preview-card:hover{border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 6px 15px #0000000a}.link-preview-img{object-fit:cover;border-bottom:1px solid var(--border-color);width:100%;height:180px}.link-preview-info{padding:1rem}.link-preview-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:-webkit-box;overflow:hidden}.link-preview-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.link-preview-domain{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.link-preview-loading{color:var(--text-secondary);border:1px dashed var(--border-color);border-radius:8px;margin-top:.5rem;padding:.5rem;font-size:.85rem;display:inline-block}.ai-chat-fab{background:var(--accent-color);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #00000026}.ai-chat-fab:hover{background:var(--accent-hover);transform:scale(1.1)}.ai-chat-fab.hidden{opacity:0;pointer-events:none;transform:scale(0)}.ai-chat-window{background:var(--surface-color);border:1px solid var(--border-color);opacity:0;pointer-events:none;z-index:1001;border-radius:20px;flex-direction:column;width:420px;max-width:calc(100vw - 2rem);height:600px;max-height:calc(100vh - 4rem);transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #0000001a}.ai-chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ai-chat-header{border-bottom:1px solid var(--border-color);color:var(--text-primary);background:#00000008;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ai-chat-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.ai-chat-close:hover{color:var(--error-color);background:#0000000d}.ai-chat-messages{flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ai-message-row{gap:.75rem;max-width:90%;display:flex}.ai-message-row.user{flex-direction:row-reverse;align-self:flex-end}.ai-message-row.assistant{align-self:flex-start}.ai-avatar{background:var(--accent-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.25rem;display:flex}.ai-message-bubble{color:var(--text-primary);word-break:break-word;border-radius:16px;padding:.875rem 1.25rem;font-size:1rem;line-height:1.6}.ai-message-bubble p{margin-bottom:.5rem}.ai-message-bubble p:last-child{margin-bottom:0}.ai-message-bubble.user{background:var(--accent-color);color:#fff;border-top-right-radius:4px}.ai-message-bubble.assistant{background:#0000000a;border-top-left-radius:4px}.ai-message-bubble.loading{align-items:center;gap:4px;height:40px;display:flex}.dot{background:var(--text-secondary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-chat-input-area{border-top:1px solid var(--border-color);background:var(--surface-color);gap:.5rem;padding:1rem;display:flex}.ai-chat-input{border:1px solid var(--border-color);color:var(--text-primary);background:#00000005;border-radius:20px;flex-grow:1;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.ai-chat-input:focus{border-color:var(--accent-color);background:var(--surface-color);outline:none}.ai-chat-send{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.ai-chat-send:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px)}.ai-chat-send:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.ai-chat-window{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}}
