:root{color:#18201c;background:#eaf0ed;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}.shell{position:relative;overflow:hidden;min-height:100vh;padding:32px;background:linear-gradient(135deg,rgba(38,115,91,.18),transparent 44%),linear-gradient(315deg,rgba(201,97,62,.16),transparent 40%),linear-gradient(180deg,#f8fbf9,#e4ece8)}.floatLayer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.floatBox{position:absolute;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(145deg,#ffffffd1,#ffffff4d),linear-gradient(135deg,#26735b38,#c9613e29);box-shadow:0 24px 80px #1c362b24;transform:rotate(10deg);animation:floatBox 9s ease-in-out infinite}.boxOne{width:132px;height:132px;top:9%;left:5%}.boxTwo{width:86px;height:86px;top:18%;right:9%;animation-delay:-2s}.boxThree{width:110px;height:110px;right:16%;bottom:12%;animation-delay:-4s}.boxFour{width:76px;height:76px;left:12%;bottom:18%;animation-delay:-6s}.workspace{position:relative;z-index:1;width:min(960px,100%);margin:0 auto;padding:28px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:#ffffff94;box-shadow:0 28px 90px #1b302724,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:riseIn .55s ease-out both}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.brandBlock{display:flex;align-items:center;gap:18px}.appLogo{width:76px;height:76px;flex:0 0 auto;filter:drop-shadow(0 16px 24px rgba(38,67,55,.18));animation:logoFloat 6s ease-in-out infinite}.eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0 0 4px;color:#1f5f4c;font-size:.86rem;font-weight:700;text-transform:uppercase}h1{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1;text-wrap:balance}.intro{max-width:520px;margin:12px 0 0;color:#52645a;font-size:1.03rem}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.summary>div{position:relative;overflow:hidden;padding:18px;border:1px solid #d5ddd7;border-radius:8px;background:linear-gradient(135deg,#ffffffeb,#ffffff9e),linear-gradient(135deg,rgba(38,115,91,.12),transparent);box-shadow:0 14px 34px #2643371a;transition:transform .18s ease,box-shadow .18s ease}.summary>div:after{content:"";position:absolute;width:56px;height:56px;right:-16px;top:-18px;border-radius:14px;background:#26735b1f;transform:rotate(18deg)}.summary>div:hover{transform:translateY(-4px);box-shadow:0 20px 48px #26433729}.summary span{display:block;font-size:1.8rem;font-weight:800}.summary p{margin:4px 0 0;color:#52645a}.composer{display:grid;grid-template-columns:1fr 1.4fr auto;gap:10px;margin-bottom:16px;padding:12px;border:1px solid rgba(213,221,215,.88);border-radius:12px;background:#ffffffa8;box-shadow:0 16px 42px #26433717}.composer input{min-width:0;height:44px;padding:0 14px;border:1px solid #cbd5cf;border-radius:8px;background:#ffffffe6;color:#18201c;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.composer input:focus{border-color:#26735b;box-shadow:0 0 0 4px #26735b24;transform:translateY(-1px)}.composer button,.iconButton,.status{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;cursor:pointer}.composer button{gap:8px;height:44px;padding:0 18px;background:linear-gradient(135deg,#26735b,#1f5f4c);color:#fff;font-weight:800;box-shadow:0 12px 26px #26735b3d;transition:transform .18s ease,box-shadow .18s ease}.composer button:hover,.iconButton:hover,.repoLink:hover{transform:translateY(-2px)}.composer button:hover{box-shadow:0 16px 34px #26735b4d}.iconButton{width:44px;height:44px;background:#fff;color:#24362e;border:1px solid #d5ddd7;box-shadow:0 12px 30px #26433714;transition:transform .18s ease,box-shadow .18s ease,color .18s ease}.iconButton:hover{color:#26735b;box-shadow:0 16px 36px #26433724}.iconButton.danger{color:#9b3028}.list{display:grid;gap:10px}.footer{position:relative;z-index:1;width:min(960px,100%);margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#52645a;font-size:.95rem}.footer span,.footer a{display:inline-flex;align-items:center;gap:6px}.footer a{color:#1f5f4c;font-weight:800;text-decoration:none}.footer a:hover{text-decoration:underline;text-underline-offset:3px}.repoLink{padding:10px 12px;border:1px solid #d5ddd7;border-radius:8px;background:#ffffffc7;box-shadow:0 12px 30px #26433714;transition:transform .18s ease,box-shadow .18s ease}.todo,.empty,.error{border-radius:8px;border:1px solid #d5ddd7;background:#ffffffdb}.todo{display:grid;grid-template-columns:40px 1fr 44px;align-items:center;gap:12px;padding:14px;box-shadow:0 10px 28px #26433714;animation:todoIn .42s ease-out both;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.todo:hover{transform:translateY(-3px) scale(1.005);border-color:#26735b47;box-shadow:0 18px 44px #26433724}.status{width:36px;height:36px;border:1px solid #cbd5cf;background:#fff;color:transparent;transition:transform .18s ease,background .18s ease,color .18s ease}.status.done{background:#26735b;color:#fff;border-color:#26735b}.status:hover{transform:rotate(-6deg) scale(1.06)}.todoBody{min-width:0}.todo h2{margin:0;font-size:1rem}.todo p{margin:4px 0 0;color:#52645a;overflow-wrap:anywhere}.empty,.error{padding:18px}.error{margin:0 0 14px;color:#9b3028;background:#fff7f5;border-color:#efc7bf;animation:shakeIn .26s ease-out both}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatBox{0%,to{transform:translateZ(0) rotate(10deg)}50%{transform:translate3d(18px,-22px,0) rotate(-5deg)}}@keyframes riseIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes todoIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shakeIn{0%{transform:translate(-6px)}50%{transform:translate(4px)}to{transform:translate(0)}}@keyframes logoFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-6px) rotate(2deg)}}@media(max-width:720px){.shell{padding:20px}.workspace{padding:20px;border-radius:14px}.topbar,.brandBlock{align-items:flex-start}.brandBlock{gap:12px}.appLogo{width:54px;height:54px}.boxOne,.boxThree{opacity:.45}.boxTwo,.boxFour{display:none}.summary,.composer{grid-template-columns:1fr}.composer button{width:100%}.todo{grid-template-columns:36px 1fr 40px;padding:12px}.footer{align-items:flex-start;flex-direction:column}}
