*{box-sizing:border-box}:root{--blue:#063e5f;--blue-dark:#042f49;--blue-soft:#0c6b9e;--blue-border:#1672a6;--blue-light:#eef7fd;--text:#102033;--muted:#718196;--border:#c8d9e6;--green:#2e7d32;--green-soft:#eaf7ec;--yellow:#c68600;--yellow-soft:#fff5d9;--red:#c62828;--red-soft:#fdeaea}html,body,#root{min-height:100%}body{background:var(--blue);color:var(--text);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{background:radial-gradient(circle at 14% 18%,#ffffff24,#0000 24%),radial-gradient(circle at 88% 82%,#ffffff14,#0000 30%),linear-gradient(135deg,#063e5f,#0c6b9e 50%,#042f49);justify-content:center;align-items:center;min-height:100vh;padding:26px;display:flex}.login-page{background:radial-gradient(circle at 18% 18%,#ffffff29,#0000 26%),radial-gradient(circle at 85% 80%,#ffffff14,#0000 32%),linear-gradient(135deg,#063e5f,#0c6b9e)}.login-card{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border:2px solid #fff9;border-radius:28px;width:100%;max-width:410px;padding:34px;animation:.5s fadeUp;box-shadow:0 30px 80px #0000003d}.brand-icon{color:#fff;background:linear-gradient(135deg,#0c6b9e,#063e5f);border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:28px;font-weight:900;display:grid;box-shadow:0 16px 34px #063e5f40}.login-card h1,.topbar h1{letter-spacing:-.7px;margin:0;font-size:32px}.login-card p,.topbar p{color:var(--muted);margin:8px 0 0}.login-card form{margin-top:24px}.app-shell{background:#f7fbff;border:2px solid #ffffffad;border-radius:32px;width:100%;max-width:820px;padding:26px;animation:.5s fadeUp;position:relative;overflow:hidden;box-shadow:0 30px 85px #0000003d}.app-shell:before{content:"";background:linear-gradient(90deg,#0c6b9e,#2e7d32,#c68600,#c62828);border-radius:32px 32px 0 0;height:8px;position:absolute;inset:0 0 auto}.topbar{border-bottom:1px solid #d7e6f1;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;padding-bottom:18px;display:flex}.topbar-text{min-width:0}.portal-badge{width:max-content;color:var(--blue);letter-spacing:.2px;background:#e8f3fb;border:1px solid #cfe2ef;border-radius:999px;align-items:center;margin-bottom:10px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.logout-btn{color:#fff;background:linear-gradient(135deg,#ef3f3f,#c31919);flex:none;padding:12px 18px;box-shadow:0 16px 30px #c628283d}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 20px 38px #c6282857}.task-form{flex-direction:column;gap:16px;display:flex}.top-fields-row{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;display:grid}.field-card{border:2px solid var(--blue-border);background:#fff;border-radius:24px;flex-direction:column;gap:10px;padding:16px;transition:transform .22s,box-shadow .22s,border-color .22s;animation:.45s fadeUp;display:flex;box-shadow:0 12px 28px #0734500d,inset 0 1px #fffffff2}.field-card:hover{border-color:#0a86c7;transform:translateY(-3px);box-shadow:0 18px 38px #07345017,inset 0 1px #fffffff2}.sender-card,.priority-card{min-height:auto}.label-row{color:#24384c;align-items:center;gap:9px;font-size:14px;font-weight:900;display:flex}.label-icon{color:#063e5f;background:#e8f3fb;border-radius:10px;place-items:center;width:28px;min-width:28px;height:28px;font-size:13px;font-weight:900;display:inline-grid}input,textarea,select{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:18px;outline:none;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:inset 0 1px #ffffffe6}textarea{resize:vertical;min-height:148px;line-height:1.55}select{appearance:none;background-image:linear-gradient(#fff,#fff),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23063e5f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:50%,right 14px center;background-repeat:no-repeat,no-repeat;background-size:auto,18px;padding-right:44px}input::placeholder,textarea::placeholder{color:#8b9aaa}input:hover,textarea:hover,select:hover{border-color:#95b4c8}input:focus,textarea:focus,select:focus{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 0 0 4px #063e5f1f,0 12px 25px #063e5f14}button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0d5278,#063e5f);border:none;border-radius:18px;padding:14px 18px;font-size:15px;font-weight:900;transition:transform .22s,box-shadow .22s,opacity .22s}button:hover{transform:translateY(-1px)}button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.login-card button{width:100%;margin-top:14px}.error-text{color:#c62828;text-align:left;margin-top:10px;font-size:14px;font-weight:800}.custom-select{width:100%;position:relative}.custom-select-trigger{border:1.5px solid var(--border);width:100%;min-height:50px;color:var(--text);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 15px;font-size:15px;font-weight:800;display:flex;box-shadow:inset 0 1px #ffffffe6}.custom-select-trigger.placeholder{color:#8b9aaa}.custom-select-trigger:hover{border-color:#95b4c8;transform:none;box-shadow:0 8px 18px #063e5f14}.custom-select-trigger.open{border-color:var(--blue);box-shadow:0 0 0 4px #063e5f1f,0 12px 25px #063e5f1a}.custom-select-arrow{width:26px;height:26px;color:var(--blue);background:#e8f3fb;border-radius:9px;place-items:center;font-size:17px;line-height:1;transition:transform .2s;display:grid}.custom-select-trigger.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-menu{z-index:80;border:2px solid var(--blue-border);background:#fff;border-radius:18px;max-height:230px;padding:8px;animation:.18s dropdownIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 45px #063e5f38}.custom-select-option{color:#20354a;text-align:left;width:100%;box-shadow:none;background:0 0;border-radius:13px;padding:12px 13px;font-weight:800}.custom-select-option:hover{box-shadow:none;background:#eef7fd;transform:none}.custom-select-option.selected{color:#fff;background:linear-gradient(135deg,#0c6b9e,#063e5f)}.custom-select-option:disabled{opacity:.55;cursor:not-allowed}.compact-priority-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.priority-chip{min-height:48px;box-shadow:none;border:1.5px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:9px;padding:9px 12px;font-size:13px;line-height:1.1;display:flex}.priority-chip-icon{background:#ffffffb3;border-radius:8px;flex:none;place-items:center;width:22px;height:22px;font-weight:900;display:inline-grid}.priority-chip-text{white-space:nowrap;text-overflow:ellipsis;font-weight:900;display:inline-block;overflow:hidden}.priority-normal{background:var(--green-soft);color:var(--green);border-color:#badcbf}.priority-important{background:var(--yellow-soft);color:#a56d00;border-color:#f0d17a}.priority-urgent{background:var(--red-soft);color:var(--red);border-color:#efb5b5}.priority-normal.active{color:#fff;background:linear-gradient(135deg,#2e7d32,#1f6b24);box-shadow:0 12px 22px #2e7d3238}.priority-important.active{color:#fff;background:linear-gradient(135deg,#f0ad23,#c77d00);box-shadow:0 12px 22px #d99a163d}.priority-urgent.active{color:#fff;background:linear-gradient(135deg,#e53935,#b71c1c);box-shadow:0 12px 22px #c628283d}.form-footer{grid-template-columns:1fr auto;align-items:center;gap:14px;margin-top:2px;display:grid}.success-box{color:#1d7a39;background:#e7f7ec;border:1px solid #b8e5c4;border-radius:18px;padding:14px 16px;font-size:14px;font-weight:900;animation:.8s pulseSoft}.hint-box{color:#627588;background:#eef5fb;border:1px solid #d9e5ef;border-radius:18px;padding:14px 16px;font-size:13px;font-weight:800}.submit-btn{background:linear-gradient(135deg,#0e6f9f,#063e5f);border-radius:18px;min-width:170px;min-height:54px;position:relative;overflow:hidden;box-shadow:0 18px 34px #063e5f38}.submit-btn:after{content:"";background:linear-gradient(90deg,#fff0,#ffffff47,#fff0);width:80px;height:100%;transition:left .55s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.submit-btn:hover{box-shadow:0 22px 42px #063e5f4d}.submit-btn:hover:after{left:130%}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseSoft{0%{opacity:.8;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=820px){.top-fields-row{grid-template-columns:1fr}.compact-priority-group{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.page{padding:16px}.app-shell{border-radius:24px;max-width:100%;padding:18px}.app-shell:before{border-radius:24px 24px 0 0}.topbar{flex-direction:column;gap:12px}.logout-btn{width:100%}.form-footer{grid-template-columns:1fr}.submit-btn{width:100%}.login-card h1,.topbar h1{font-size:26px}.priority-chip{gap:5px;min-height:46px;padding:9px 8px;font-size:11px}.priority-chip-icon{border-radius:6px;width:18px;height:18px;font-size:11px}.priority-chip-text{white-space:normal;text-align:center}}@media (width<=520px){.compact-priority-group{grid-template-columns:1fr}.priority-chip{justify-content:flex-start;min-height:44px;padding:8px 12px;font-size:12px}}@media (width<=480px){.login-card,.app-shell{padding:16px}.page{padding:12px}input,textarea,select,.custom-select-trigger{font-size:14px}.field-card{border-radius:20px;padding:13px}.label-row{font-size:13px}}
