:root{font:15px system-ui;color:#20242a;background:#f6f7fb}*{box-sizing:border-box}body{margin:0}main{max-width:1440px;margin:auto;padding:36px;background:linear-gradient(#fbfcff,#f6f7fb 220px);min-height:100vh}h1{margin:0;color:#172033;font-size:30px}header{margin-bottom:26px}header p{margin:8px 0;color:#7a8497}.error{display:flex;justify-content:space-between;padding:12px 16px;margin-bottom:18px;border:1px solid #fecaca;border-radius:10px;background:#fff5f5;color:#b42318}.error button{border:0;background:none;color:inherit;font-size:20px}.quick{display:flex;gap:12px;margin-bottom:24px;align-items:stretch}.task-composer,.natural-composer{display:flex;overflow:hidden;border:1px solid #d9deea;border-radius:11px;background:#fff;box-shadow:0 4px 14px #253b7010}.task-composer,.natural-composer{flex:1;min-width:360px}.task-composer:focus-within,.natural-composer:focus-within{border-color:#7894e8;box-shadow:0 0 0 3px #315edc18}.task-composer select,.task-composer input,.natural-composer input{border:0;outline:0;background:transparent}.task-composer select{padding:12px 14px;border-right:1px solid #e7eaf1;color:#4b5870}.task-composer input,.natural-composer input{min-width:0;flex:1;padding:12px 14px;color:#172033}.task-composer button,.natural-composer button{border:0;padding:0 19px;background:#315edc;color:#fff;font-weight:600}.natural-composer button{background:#e9edfa;color:#3154b5}.board{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:16px}.column{min-height:390px;padding:15px;border:1px solid #e5e8f0;border-radius:14px;background:#eef1f6}.column h2{display:flex;justify-content:space-between;margin:0 2px 14px;color:#3d475b;font-size:14px}.column h2 small{display:grid;place-items:center;min-width:24px;height:24px;border-radius:8px;background:#fff;color:#788398;font-size:12px}.card{padding:15px;margin-bottom:10px;border:1px solid #e9ebf1;border-radius:11px;background:#fff;box-shadow:0 4px 10px #253b700b;cursor:pointer;transition:.15s}.card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #253b7018}.card strong{display:-webkit-box;overflow:hidden;color:#202b3e;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-description{display:-webkit-box;overflow:hidden;margin:8px 0;color:#768197;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.card-meta span{padding:3px 7px;border-radius:5px;background:#f1f4f9;color:#68758b;font-size:11px}.drawer-mask{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;background:#18233d66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{position:fixed;z-index:11;top:0;right:0;width:min(440px,94vw);height:100vh;overflow:auto;padding:30px;background:#fff;box-shadow:-12px 0 34px #18233d26}.drawer-header{display:flex;justify-content:space-between;margin-bottom:25px}.drawer-header h2{margin:0;color:#172033}.drawer-header button{border:0;background:none;font-size:28px;color:#788398}.drawer label{display:block;margin-bottom:16px;color:#657188;font-size:13px;font-weight:600}.drawer input,.drawer textarea,.drawer select{display:block;width:100%;margin-top:7px;padding:10px 11px;border:1px solid #dce1eb;border-radius:8px;background:#fbfcfe;font:inherit}.drawer textarea{resize:vertical}.drawer-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.drawer-actions button{border:0;border-radius:8px;padding:10px 18px;background:#315edc;color:#fff}.drawer-actions .ghost{background:#eef1f6;color:#536077}@media(max-width:900px){.quick{flex-direction:column}.task-composer,.natural-composer{min-width:100%;min-height:46px}.board{grid-template-columns:repeat(3,minmax(190px,1fr))}}@media(max-width:620px){.board{grid-template-columns:1fr 1fr}}@media(max-width:430px){.board{grid-template-columns:1fr}.drawer{width:100%}}
