html,body{background:#f6f8fc;min-height:100%;margin:0;padding:0}*{box-sizing:border-box}body{color:#1f2937;font-family:Manrope,Segoe UI,sans-serif}.auth-shell{background:radial-gradient(700px 240px at 10% 0,#eab30829,#0000 60%),radial-gradient(680px 260px at 100% 10%,#0ea5e91c,#0000 60%),#f7f9fd;place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{background:#fff;border:1px solid #dbe4f1;border-radius:18px;width:min(100%,440px);padding:24px;box-shadow:0 18px 40px #0f172a14}.auth-brand{align-items:center;gap:12px;margin-bottom:16px;display:flex}.auth-logo{color:#1f2937;background:linear-gradient(#f6d57a,#eab308);border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.auth-brand h1{margin:0;font-size:20px}.auth-brand p{color:#64748b;margin:2px 0 0;font-size:13px}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form label{color:#475569;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.auth-input-wrap{color:#64748b;background:#f8fafc;border:1px solid #d4dce9;border-radius:10px;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.auth-input-wrap:focus-within{background:#fff;border-color:#eab308}.auth-input-wrap input{color:#0f172a;background:0 0;border:0;outline:none;width:100%;font-size:14px}.auth-btn{cursor:pointer;color:#1f2937;background:linear-gradient(#f8d67b,#eab308);border:0;border-radius:11px;height:44px;margin-top:4px;font-weight:700}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;padding:10px;font-size:13px}.auth-foot{color:#64748b;margin:14px 0 0;font-size:13px}.auth-foot a{color:#0f172a;font-weight:700}.pm2{flex-direction:column;gap:0;display:flex}.pm2__head{padding-bottom:18px}.pm2__title{color:#0f172a;letter-spacing:-.4px;margin:0 0 4px;font-size:22px;font-weight:700}.pm2__sub{color:#94a3b8;margin:0;font-size:13px;line-height:1.5}.pm2__tabs{border-bottom:1px solid #0f172a12;margin-bottom:20px;display:flex}.pm2__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;padding:10px 14px;font-size:13px;font-weight:600;transition:color .18s;display:inline-flex;position:relative}.pm2__tab:hover{color:#1e293b}.pm2__tab--active{color:#0f172a;border-bottom-color:#eab308}.pm2__tab-pill{color:#64748b;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.pm2__tab--active .pm2__tab-pill{color:#92400e;background:#fef9c3}.pm2__layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:14px;display:grid}.pm2__panel{background:#fff;border:1px solid #0f172a14;border-radius:18px;overflow:hidden;box-shadow:0 1px 4px #0f172a0a,0 4px 16px #0f172a08}.pm2__panel--form{scroll-behavior:smooth;max-height:calc(100vh - 230px);overflow-y:auto}.pm2__panel-head{border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;gap:8px;padding:13px 16px;display:flex}.pm2__panel-title{color:#1e293b;font-size:13px;font-weight:700}.pm2__panel-body{flex-direction:column;display:flex}.pm2__form-head{z-index:5;background:#fff;border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 14px;display:flex;position:sticky;top:0}.pm2__form-title{color:#0f172a;letter-spacing:-.2px;margin:0 0 2px;font-size:15px;font-weight:700}.pm2__form-sub{color:#94a3b8;margin:0;font-size:12px}.pm2__form-body{flex-direction:column;gap:22px;padding:18px;display:flex}.pm2__section{flex-direction:column;gap:10px;display:flex}.pm2__section-sep{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;align-items:center;gap:10px;font-size:10.5px;font-weight:700;display:flex}.pm2__section-sep:after{content:"";background:#0f172a12;flex:1;height:1px}.pm2__form-col{flex-direction:column;gap:10px;display:flex}.pm2__form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pm2__form-foot{justify-content:flex-start;padding-top:2px;display:flex}.pm2-tcard{cursor:pointer;border-bottom:1px solid #0f172a0d;align-items:flex-start;gap:11px;padding:12px 14px;transition:background .14s;display:flex;position:relative}.pm2-tcard:last-child{border-bottom:none}.pm2-tcard:hover{background:#f8fafc}.pm2-tcard--selected{background:#fffbeb}.pm2-tcard--selected:hover{background:#fef9c3}.pm2-tcard__icon{color:#64748b;background:#f1f5f9;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;transition:background .14s,color .14s;display:grid}.pm2-tcard__icon--green{color:#16a34a;background:#f0fdf4}.pm2-tcard--selected .pm2-tcard__icon{color:#92400e;background:#fef3c7}.pm2-tcard__body{flex:1;min-width:0;padding-top:1px}.pm2-tcard__name{color:#0f172a;margin-bottom:2px;font-size:13px;font-weight:600}.pm2-tcard__desc{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;font-size:12px;overflow:hidden}.pm2-tcard__meta{color:#94a3b8;align-items:center;gap:5px;font-size:11px;display:flex}.pm2-sep{color:#cbd5e1}.pm2-kebab{flex-shrink:0;align-self:center;position:relative}.pm2-kebab__trigger{opacity:0;transition:opacity .14s}.pm2-tcard:hover .pm2-kebab__trigger,.pm2-tcard--selected .pm2-kebab__trigger{opacity:1}.pm2-dropdown{z-index:60;background:#fff;border:1px solid #0f172a1a;border-radius:12px;min-width:140px;padding:4px;animation:.12s pm2-fade;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0f172a1a,0 2px 8px #0f172a0d}.pm2-dropdown__item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;transition:background .1s;display:flex}.pm2-dropdown__item:hover{background:#f1f5f9}.pm2-dropdown__item--red{color:#dc2626}.pm2-dropdown__item--red:hover{background:#fef2f2}.pm2__fields{flex-direction:column;gap:5px;display:flex}.pm2-fcard{background:#f8fafc;border:1px solid #0f172a12;border-radius:11px;align-items:center;gap:10px;padding:9px 11px;transition:border-color .14s,background .14s;display:flex}.pm2-fcard:hover{background:#fff;border-color:#0f172a24}.pm2-fcard__icon{border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.pm2-fcard__body{flex:1;min-width:0}.pm2-fcard__name{color:#0f172a;margin-bottom:3px;font-size:13px;font-weight:600;display:block}.pm2-fcard__tags{flex-wrap:wrap;gap:4px;display:flex}.pm2-fcard__actions{opacity:0;gap:2px;transition:opacity .14s;display:flex}.pm2-fcard:hover .pm2-fcard__actions{opacity:1}.pm2-add-field{color:#64748b;cursor:pointer;background:0 0;border:1.5px dashed #0f172a24;border-radius:11px;align-items:center;gap:7px;width:100%;padding:9px 11px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.pm2-add-field:hover{color:#0f172a;background:#fffbeb;border-color:#eab308}.pm2-tag{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;border-radius:999px;align-items:center;height:17px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.pm2-tag--red{color:#dc2626;background:#fef2f2}.pm2-tag--dim{color:#94a3b8;background:#f8fafc;border:1px solid #0f172a14}.pm2-label{color:#334155;flex-direction:column;gap:5px;font-size:13px;font-weight:600;display:flex}.pm2-required{color:#dc2626;font-size:12px}.pm2-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #0f172a1f;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s}.pm2-input:hover{border-color:#0f172a38}.pm2-input:focus{border-color:#eab308;box-shadow:0 0 0 3px #eab3081f}.pm2-input::placeholder{color:#cbd5e1}.pm2-input--ta{resize:vertical;height:auto;min-height:70px;padding:9px 12px;line-height:1.5}.pm2-input--sel{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:30px}.pm2-hint{color:#94a3b8;margin-top:1px;font-size:11px;font-weight:400}.pm2-check-label{color:#334155;cursor:pointer;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.pm2-check-label input[type=checkbox]{accent-color:#eab308;cursor:pointer;flex-shrink:0;width:15px;height:15px}.pm2-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:5px;height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.pm2-btn:disabled{opacity:.45;cursor:not-allowed}.pm2-btn--primary{color:#1c1400;background:linear-gradient(#f9dc72,#eab308);box-shadow:0 1px 2px #eab30840}.pm2-btn--primary:hover:not(:disabled){background:linear-gradient(#fbde78,#d97706);transform:translateY(-1px);box-shadow:0 3px 10px #eab3084d}.pm2-btn--ghost{color:#475569;background:0 0;border:1px solid #0f172a1f}.pm2-btn--ghost:hover:not(:disabled){color:#0f172a;background:#f1f5f9;border-color:#0f172a2e}.pm2-btn--sm{border-radius:8px;height:28px;padding:0 10px;font-size:12px}.pm2-ibt{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;flex-shrink:0;place-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:grid}.pm2-ibt:hover{color:#0f172a;background:#f1f5f9}.pm2-ibt--red:hover{color:#dc2626;background:#fef2f2}.pm2-empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:44px 20px;display:flex}.pm2-empty__icon{color:#94a3b8;background:#f1f5f9;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:6px;display:grid}.pm2-empty__title{color:#0f172a;margin:0;font-size:14px;font-weight:700}.pm2-empty__desc{color:#94a3b8;max-width:220px;margin:0;font-size:13px;line-height:1.5}.pm2-loading{color:#94a3b8;justify-content:center;align-items:center;gap:10px;padding:48px;font-size:13px;display:flex}.pm2-loading__spinner{border:2px solid #e2e8f0;border-top-color:#eab308;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite pm2-spin}.pm2-toast{border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;font-size:13px;font-weight:600;animation:.18s pm2-fade;display:flex}.pm2-toast--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.pm2-toast--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.pm2-overlay{-webkit-backdrop-filter:blur(3px);z-index:1000;background:#0f172a61;place-items:center;padding:16px;animation:.15s pm2-fade;display:grid;position:fixed;inset:0}.pm2-modal{background:#fff;border-radius:20px;width:min(500px,100%);animation:.2s cubic-bezier(.34,1.4,.64,1) pm2-up;overflow:hidden;box-shadow:0 24px 60px #0f172a29,0 6px 20px #0f172a14}.pm2-modal__head{border-bottom:1px solid #0f172a12;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.pm2-modal__title{color:#0f172a;letter-spacing:-.2px;margin:0 0 2px;font-size:15px;font-weight:700}.pm2-modal__sub{color:#94a3b8;margin:0;font-size:12px}.pm2-modal__body{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.pm2-modal__foot{border-top:1px solid #0f172a0f;justify-content:flex-end;align-items:center;gap:8px;padding:14px 20px;display:flex}.pm2-2col{grid-template-columns:1fr 1fr;gap:10px;display:grid}@keyframes pm2-fade{0%{opacity:0}to{opacity:1}}@keyframes pm2-spin{to{transform:rotate(360deg)}}@keyframes pm2-up{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:860px){.pm2__layout{grid-template-columns:1fr}.pm2__panel--form{max-height:none}.pm2-2col,.pm2__form-grid{grid-template-columns:1fr}}@media (max-width:560px){.pm2-modal{border-radius:16px}}.pm2-screen{max-width:680px}.pm2-screen-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.pm2-screen-title{color:#0f172a;letter-spacing:-.3px;margin:0;font-size:17px;font-weight:800}.pm2-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;height:30px;padding:0 10px 0 7px;font-family:inherit;font-size:12px;font-weight:600;transition:all .14s;display:inline-flex}.pm2-back:hover{color:#0f172a;background:#f8fafc;border-color:#0f172a33}.pm2-ipreview{background:#f8fafc;border:1px solid #0f172a12;border-radius:12px;align-items:center;gap:12px;margin-bottom:4px;padding:12px 14px;display:flex}.pm2-ipreview__icon{color:#334155;background:#fff;border:1px solid #0f172a17;border-radius:12px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.pm2-ipreview__name{color:#0f172a;font-size:14px;font-weight:700}.pm2-ipreview__key{color:#94a3b8;margin-top:2px;font-family:ui-monospace,monospace;font-size:11px}.pm2-ipicker{border:1px solid #0f172a1a;border-radius:14px;overflow:hidden}.pm2-ipicker__bar{background:#fafafa;border-bottom:1px solid #0f172a12;align-items:center;gap:8px;padding:9px 12px;display:flex}.pm2-ipicker__bar svg{color:#94a3b8;flex-shrink:0}.pm2-ipicker__input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.pm2-ipicker__input::placeholder{color:#cbd5e1}.pm2-ipicker__body{flex-direction:column;gap:12px;max-height:260px;padding:12px 14px;display:flex;overflow-y:auto}.pm2-igroup__label{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin-bottom:6px;font-size:10px;font-weight:700}.pm2-igrid{grid-template-columns:repeat(10,1fr);gap:3px;display:grid}.pm2-ibtn{aspect-ratio:1;color:#475569;cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:8px;place-items:center;padding:0;transition:all .12s;display:grid}.pm2-ibtn:hover{color:#0f172a;background:#f1f5f9}.pm2-ibtn--sel{color:#92400e;background:#fffbeb;border-color:#fbbf24}.pm2-ibtn--sel:hover{background:#fef3c7}.projects-module__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.projects-module__header h2{margin:0;font-size:22px}.projects-module__header p{color:#64748b;margin:4px 0 0;font-size:13px}.projects-module__tabs{gap:8px;display:flex}.projects-module__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;display:grid}.projects-module__card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;gap:14px;padding:18px;display:grid;box-shadow:0 10px 30px #0f172a0a}.projects-module__section-title{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.projects-module__section-title--compact{align-items:flex-start}.projects-module__section-title h3,.projects-module__section-title h4{margin:0}.projects-module__section-title p{color:#64748b;margin:3px 0 0;font-size:12px}.projects-module__list{gap:10px;display:grid}.projects-module__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:8px;padding:12px 14px;display:grid}.projects-module__item-main,.projects-module__meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.projects-module__pill{color:#92400e;background:#fff7da;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.projects-module__muted{color:#64748b;margin-top:2px;font-size:12px}.projects-module__actions{flex-wrap:wrap;gap:8px;display:flex}.projects-module__actions--full{justify-content:flex-start}.projects-module__form{gap:12px;display:grid}.projects-module__inline-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.projects-module__field{color:#334155;gap:6px;font-size:13px;font-weight:600;display:grid}.projects-module__field span{font-size:13px}.projects-module__field input,.projects-module__field select,.projects-module__field textarea{width:100%}.projects-module__subcard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:10px;padding:12px;display:grid}.projects-module__checkbox{color:#334155;align-items:center;gap:8px;font-size:13px;display:inline-flex}.projects-module__field-list{gap:8px;display:grid}.projects-module__field-chip{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.projects-module__banner{border-radius:12px;padding:10px 12px}.projects-module__banner--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.projects-module__banner--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}@media (max-width:920px){.projects-module__layout{grid-template-columns:1fr}}
