*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);background-attachment:fixed;position:relative;overflow-x:hidden}body:before,body:after{content:"";position:fixed;border-radius:50%;filter:blur(80px);opacity:.5;z-index:-1;animation:float 20s ease-in-out infinite}body:before{width:600px;height:600px;background:linear-gradient(135deg,#667eea,#764ba2);top:-200px;right:-100px}body:after{width:500px;height:500px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-150px;left:-100px;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,30px) rotate(5deg)}50%{transform:translateY(50px) rotate(0)}75%{transform:translate(-30px,30px) rotate(-5deg)}}.container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}h1{text-align:center;color:#fff;margin-bottom:2rem;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 4px 30px rgba(102,126,234,.5)}h1:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);margin:.75rem auto 0;border-radius:2px}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.container{padding:1rem}.main-content{grid-template-columns:1fr;gap:1.25rem}h1{font-size:1.5rem;margin-bottom:1.25rem}h1:after{width:60px;height:3px}.checklist-section,.chat-section{padding:1.25rem;border-radius:20px}.checklist-section:hover,.chat-section:hover{transform:none}h2{font-size:1.1rem}.add-form,.chat-form{flex-direction:column;gap:.5rem}.add-form input,.author-input,.message-input{padding:1rem;font-size:16px;border-radius:10px}.author-input{width:100%}button{padding:1rem 1.25rem;font-size:1rem;width:100%;border-radius:10px}.checklist li{padding:.875rem;border-radius:10px}.checklist label{font-size:.9rem;gap:.75rem}.checklist input[type=checkbox]{width:24px;height:24px;min-width:24px}.delete-btn{padding:.625rem .875rem;font-size:1.1rem;width:auto;min-width:44px}.chat-messages{height:250px;padding:.75rem;border-radius:12px}.chat-message{padding:.625rem .875rem;font-size:.875rem;border-radius:10px}.empty-state{padding:1.5rem;font-size:.875rem}.checklist-section,.chat-section{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body:before{width:300px;height:300px;filter:blur(60px)}body:after{width:250px;height:250px;filter:blur(60px)}}@media(max-width:380px){.container{padding:.75rem}h1{font-size:1.25rem}.checklist-section,.chat-section{padding:1rem;border-radius:16px}.chat-messages{height:200px}}.checklist-section,.chat-section{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:1.75rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;transition:transform .3s ease,box-shadow .3s ease}.checklist-section:hover,.chat-section:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0006,inset 0 1px #ffffff26}h2{margin-top:0;color:#fff;font-weight:600;font-size:1.25rem;padding-bottom:.75rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem}h2:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 0 10px #667eea}.add-form,.chat-form{display:flex;gap:.75rem;margin-bottom:1.25rem}.add-form input,.author-input,.message-input{flex:1;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:.95rem;color:#fff;transition:all .3s ease}.add-form input::placeholder,.author-input::placeholder,.message-input::placeholder{color:#fff6}.add-form input:focus,.author-input:focus,.message-input:focus{outline:none;background:#ffffff1a;border-color:#667eea80;box-shadow:0 0 20px #667eea33}.author-input{width:100px;flex:none}button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea80}button:active{transform:translateY(0)}.checklist{list-style:none;padding:0;margin:0}.checklist li{display:flex;align-items:center;padding:1rem;margin-bottom:.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.checklist li:hover{background:#ffffff14;border-color:#ffffff1a}.checklist li.completed{opacity:.6}.checklist li.completed span{text-decoration:line-through;color:#ffffff80}.checklist label{display:flex;align-items:center;gap:.875rem;flex:1;cursor:pointer;color:#fff;font-size:.95rem}.checklist input[type=checkbox]{width:22px;height:22px;cursor:pointer;accent-color:#667eea;border-radius:6px}.delete-btn{padding:.5rem .75rem;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border-radius:8px;font-size:1rem;line-height:1;box-shadow:0 4px 15px #ff6b6b4d}.delete-btn:hover{background:linear-gradient(135deg,#ff5252,#e04040);box-shadow:0 6px 20px #ff6b6b66}.chat-messages{height:320px;overflow-y:auto;border-radius:16px;padding:1rem;margin-bottom:1rem;background:#0003;border:1px solid rgba(255,255,255,.05)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-message{margin-bottom:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.05);color:#ffffffe6;font-size:.9rem;line-height:1.5}.chat-message strong{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.empty-state{text-align:center;color:#fff6;padding:2.5rem;font-size:.95rem}.typing-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#fff9;font-size:.85rem;font-style:italic}.typing-dots{display:flex;gap:3px}.typing-dots span{width:6px;height:6px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.loading{animation:pulse 1.5s ease-in-out infinite}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
