.task-layout{display:grid;grid-template-columns:340px 1fr;gap:18px;align-items:start}@media(max-width: 980px){.task-layout{grid-template-columns:1fr}}.side-stack{display:grid;gap:12px}.info-card{background:#fff;border:1px solid #e9edf3;border-radius:14px;box-shadow:0 8px 20px rgba(16,24,40,.06);overflow:hidden}.info-card__body{padding:14px}.info-card__label{font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.info-card__title{font-size:14px;font-weight:800;color:#0f172a;line-height:1.25;text-align:left;word-break:break-word}.info-card__divider{height:1px;background:#eef2f7;margin:12px 0}.info-card__row{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center;font-size:13px;color:#111827;padding:6px 0;word-break:break-word}.muted{color:#6b7280}.company-logo-wrap{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin:10px 0 6px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7;overflow:hidden}.company-logo{width:80%;height:100%;object-fit:contain;display:none}.desc-card__content{font-size:13px;color:#111827;line-height:1.45;word-break:break-word}.desc-card__content p{margin:0 0 10px}.desc-card__content p:last-child{margin-bottom:0}.desc-card__content ul,.desc-card__content ol{margin:0 0 10px 18px;padding:0}.desc-card__content li{margin:4px 0}.desc-card__content a{color:#2563eb;font-weight:700;text-decoration:underline}.desc-card__content img{max-width:100%;height:auto;border-radius:10px}.desc-card__content table{width:100%;border-collapse:collapse}.desc-card__content th,.desc-card__content td{border:1px solid #eef2f7;padding:8px;font-size:12px}.desc-empty{color:#6b7280;font-size:13px}.task-panel{background:#fff;border:1px solid #e9edf3;border-radius:14px;box-shadow:0 10px 24px rgba(16,24,40,.08);overflow:hidden}.task-panel__header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f7f9fc;border-bottom:1px solid #eef2f7}.task-panel__body{padding:16px}.field-title{font-size:12px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.02em;margin:4px 0 8px}.textarea-upnify{width:100%;min-height:120px;resize:vertical;border:1px solid #e5e7eb;border-radius:12px;padding:12px;font-size:14px;outline:none;min-height:220px}.dropzone--compact{border:2px dashed #cfd8e6;border-radius:12px;padding:14px;background:#fbfcfe;text-align:center;cursor:pointer;min-height:110px;display:flex;justify-content:center;align-items:center}.files-box--compact{margin-top:12px;border:1px solid #eef2f7;border-radius:12px;overflow:hidden}.files-box__header{background:#f7f9fc;padding:10px 12px;font-weight:800;font-size:13px;border-bottom:1px solid #eef2f7}.files-list{list-style:none;margin:0;padding:10px 12px;display:grid;gap:8px}.files-list li{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:8px 10px;border:1px solid #eef2f7;border-radius:10px;background:#fff}.actions-row{display:flex;gap:10px;margin-top:14px}.btn-upnify{border:0;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;position:relative}.btn-primary-upnify{background:#5b8def;color:#fff}.btn-primary-upnify:disabled{opacity:.55;cursor:not-allowed}.btn-soft{background:#f1f5f9;color:#0f172a}.btn-link{background:rgba(0,0,0,0);border:0;padding:0;color:#2563eb;font-weight:700;cursor:pointer;margin-top:8px}.overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}.overlay__box{width:320px;max-width:92vw;background:#fff;border-radius:16px;padding:18px 16px;text-align:center;border:1px solid #eef2f7;box-shadow:0 16px 40px rgba(16,24,40,.18)}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid #e5e7eb;border-top-color:#5b8def;margin:6px auto 10px;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.powered-by-upnify{position:fixed;bottom:0;width:100%;background-color:#fff;text-align:center;padding:10px;box-shadow:0 -2px 5px rgba(0,0,0,.1);display:flex}.powered-by-upnify a{color:#000}.alert-box{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(0,0,0,0);font-size:13px;font-weight:600;line-height:1.35;margin:10px 0}.alert-box strong{font-weight:800}.alert-box::before{content:"";width:18px;height:18px;flex:0 0 18px;margin-top:1px;border-radius:999px}.alert-error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.alert-error::before{background:#fb7185}.alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.alert-info::before{background:#60a5fa}.alert-success{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.alert-success::before{background:#34d399}.btn-blocked{opacity:.55;cursor:not-allowed;filter:grayscale(25%)}.btn-blocked:active{transform:none !important}#taskApp{margin-bottom:100px}@media(max-width: 768px){.task-panel{order:-1}}@media(max-width: 480px){.task-panel__header{flex-direction:column;align-items:flex-start}.task-panel__header div{text-align:left !important}.actions-row{flex-direction:column}}