@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color: #FFFFFF;--text-main: #111111;--text-secondary: #666666;--border-color: #E5E5E5;--accent-color: #000000;--success-color: rgba(26, 26, 26, .9);--section-alt: #F7F7F7}body{margin:0;font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.03em;margin-top:0}button{cursor:pointer;font-family:inherit;transition:all .2s ease}.btn-primary{background-color:var(--accent-color);color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:0}.btn-primary:hover{background-color:#333;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-alt{background-color:var(--section-alt)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .6s ease-out forwards}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}@media(max-width:768px){h1{font-size:2rem!important;letter-spacing:-.03em}h2{font-size:1.4rem!important}}@media(max-width:768px){.nav-desktop{display:none!important}.nav-hamburger{display:flex!important}}@media(min-width:769px){.nav-hamburger{display:none!important}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr!important;gap:40px!important}.hero-cards{display:none!important}.category-tabs{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:8px}.packages-grid,.contact-grid{grid-template-columns:1fr!important}}:root{--worker-bg: #f8fafc;--worker-surface: #ffffff;--worker-surface-soft: #f3f4f6;--worker-dark: #111827;--worker-dark-soft: #1f2937;--worker-text: #111827;--worker-muted: #64748b;--worker-border: #e5e7eb;--worker-purple: #7c3aed;--worker-purple-soft: #ede9fe;--worker-success: #10b981;--worker-warning: #f59e0b;--worker-danger: #ef4444;--worker-shadow: 0 18px 45px rgba(15, 23, 42, .08)}.worker-shell{min-height:calc(100vh - 72px);display:grid;grid-template-columns:284px minmax(0,1fr);gap:20px;padding:20px;background:radial-gradient(circle at 85% 5%,rgba(124,58,237,.09),transparent 30%),var(--worker-bg);color:var(--worker-text)}.worker-sidebar{position:sticky;top:92px;height:calc(100vh - 112px);overflow-y:auto;display:flex;flex-direction:column;padding:18px;border-radius:24px;background:linear-gradient(155deg,#111827,#161b2a 55%,#24123d);color:#fff;box-shadow:0 28px 70px #11182733;z-index:30}.worker-brand{display:flex;align-items:center;gap:12px;padding:6px 6px 20px}.worker-brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#a78bfa,#7c3aed);color:#fff;font-weight:900;letter-spacing:-.03em;box-shadow:0 10px 25px #7c3aed59}.worker-brand strong,.worker-brand span{display:block}.worker-brand strong{font-size:.98rem}.worker-brand span{margin-top:2px;color:#9ca3af;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.worker-sidebar-close{display:none;margin-left:auto;border:0;background:transparent;color:#fff;font-size:1.8rem;cursor:pointer}.worker-user-card{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:18px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.worker-user-avatar{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:var(--worker-purple);font-weight:800}.worker-user-data{min-width:0;flex:1}.worker-user-data strong,.worker-user-data span{display:block}.worker-user-data strong{overflow:hidden;color:#fff;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.worker-user-data span{margin-top:3px;color:#a5b4fc;font-size:.68rem;font-weight:800;letter-spacing:.08em}.worker-online-dot{width:10px;height:10px;border-radius:50%;background:#6b7280;box-shadow:0 0 0 5px #6b72801f}.worker-online-dot-active{background:var(--worker-success);box-shadow:0 0 0 5px #10b98121,0 0 15px #10b9818c}.worker-navigation{display:flex;flex:1;flex-direction:column;gap:5px}.worker-nav-link{position:relative;display:flex;align-items:center;gap:11px;padding:11px 13px;overflow:hidden;border-radius:12px;color:#aeb7c6;font-size:.84rem;font-weight:650;text-decoration:none;transition:color .18s ease,background .18s ease,transform .18s ease}.worker-nav-link:hover{color:#fff;background:#ffffff13;transform:translate(2px)}.worker-nav-link-active{color:#fff;background:linear-gradient(100deg,#7c3aed52,#7c3aed1c);box-shadow:inset 3px 0 #a78bfa}.worker-nav-icon{width:22px;color:#c4b5fd;font-size:1rem;text-align:center}.worker-sidebar-footer{display:flex;align-items:center;gap:10px;padding:14px 8px 4px;color:#d1d5db}.worker-sidebar-footer strong,.worker-sidebar-footer span{display:block}.worker-sidebar-footer strong{font-size:.73rem}.worker-sidebar-footer span{margin-top:2px;color:#6b7280;font-size:.65rem}.worker-status-indicator{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:var(--worker-success);box-shadow:0 0 12px #10b981bf}.worker-workspace{min-width:0}.worker-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:18px 22px;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#ffffffd1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 36px #0f172a0e}.worker-topbar h1{margin:2px 0 0;font-size:1.38rem;letter-spacing:-.035em}.worker-eyebrow{margin:0;color:var(--worker-purple);font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.worker-topbar-right{display:flex;align-items:center;gap:10px}.worker-date{color:var(--worker-muted);font-size:.8rem;text-transform:capitalize}.worker-topbar-icon{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--worker-border);border-radius:12px;background:#fff;color:var(--worker-purple);text-decoration:none}.worker-account-link{padding:10px 14px;border-radius:12px;background:var(--worker-dark);color:#fff;font-size:.78rem;font-weight:750;text-decoration:none}.worker-content{min-width:0}.worker-page{display:flex;flex-direction:column;gap:20px}.worker-hero-panel{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:30px;overflow:hidden;border-radius:24px;background:linear-gradient(125deg,#fff 0% 52%,#f3e8ff);box-shadow:var(--worker-shadow)}.worker-hero-panel:after{content:"";position:absolute;right:-70px;top:-90px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.18),transparent 70%)}.worker-hero-panel>*{position:relative;z-index:1}.worker-hero-panel h2{margin:8px 0;font-size:clamp(1.55rem,3vw,2.35rem);letter-spacing:-.045em}.worker-hero-panel p{max-width:650px;margin-bottom:0;color:var(--worker-muted);line-height:1.65}.worker-timer-badge,.worker-timer-status{display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid var(--worker-border);border-radius:999px;background:#fff;color:var(--worker-muted);font-size:.75rem;font-weight:750;white-space:nowrap}.worker-timer-badge-active,.worker-timer-status-active{border-color:#10b98147;background:#10b98114;color:#047857}.worker-live-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.worker-timer-badge-active .worker-live-dot,.worker-timer-status-active .worker-live-dot{animation:workerPulse 1.7s infinite}@keyframes workerPulse{0%{box-shadow:0 0 #10b98173}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.worker-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.worker-stat-card,.worker-panel-card,.worker-task-card{border:1px solid var(--worker-border);background:var(--worker-surface);box-shadow:0 12px 36px #0f172a0e}.worker-stat-card{padding:20px;border-radius:19px;transition:transform .18s ease,box-shadow .18s ease}.worker-stat-card:hover{transform:translateY(-3px);box-shadow:var(--worker-shadow)}.worker-stat-card-header{display:flex;align-items:center;justify-content:space-between;color:var(--worker-muted);font-size:.76rem;font-weight:700}.worker-stat-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--worker-purple-soft);color:var(--worker-purple)}.worker-stat-value{display:block;margin-top:15px;font-size:1.7rem;letter-spacing:-.045em}.worker-stat-card p{margin:7px 0 0;color:var(--worker-muted);font-size:.72rem;line-height:1.5}.worker-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px}.worker-panel-card{padding:22px;border-radius:21px}.worker-section-header,.worker-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.worker-section-header h3,.worker-page-heading h2{margin:5px 0 0;letter-spacing:-.035em}.worker-page-heading{align-items:flex-end;padding:4px 2px}.worker-page-heading h2{font-size:1.75rem}.worker-page-heading p:not(.worker-eyebrow){max-width:720px;margin:8px 0 0;color:var(--worker-muted);line-height:1.6}.worker-text-link{color:var(--worker-purple);font-size:.78rem;font-weight:750;text-decoration:none}.worker-task-list,.worker-time-list{display:flex;flex-direction:column;margin-top:18px}.worker-task-row,.worker-time-row{display:flex;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--worker-border)}.worker-task-row:last-child,.worker-time-row:last-child{border-bottom:0}.worker-priority-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#94a3b8}.worker-priority-high{background:var(--worker-danger)}.worker-priority-medium{background:var(--worker-warning)}.worker-priority-low{background:var(--worker-success)}.worker-task-row-content{min-width:0;flex:1}.worker-task-row-content strong,.worker-task-row-content span,.worker-time-row strong,.worker-time-row span{display:block}.worker-task-row-content strong{overflow:hidden;font-size:.83rem;text-overflow:ellipsis;white-space:nowrap}.worker-task-row-content span,.worker-time-row span{margin-top:4px;color:var(--worker-muted);font-size:.7rem}.worker-task-priority{color:var(--worker-muted);font-size:.68rem;font-weight:800}.worker-quick-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.worker-quick-action{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid var(--worker-border);border-radius:15px;color:var(--worker-text);text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease}.worker-quick-action:hover{border-color:#7c3aed4d;background:#faf7ff;transform:translate(3px)}.worker-quick-action>span{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--worker-purple-soft);color:var(--worker-purple);font-weight:900}.worker-quick-action strong,.worker-quick-action p{display:block}.worker-quick-action strong{font-size:.8rem}.worker-quick-action p{margin:4px 0 0;color:var(--worker-muted);font-size:.68rem;line-height:1.45}.worker-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,240px);gap:12px;padding:14px;border:1px solid var(--worker-border);border-radius:17px;background:#fff}.worker-search-input,.worker-select,.worker-textarea{width:100%;border:1px solid #d8dee8;border-radius:11px;background:#fff;color:var(--worker-text);font:inherit;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.worker-search-input,.worker-select{min-height:42px;padding:0 12px}.worker-textarea{padding:12px;resize:vertical}.worker-search-input:focus,.worker-select:focus,.worker-textarea:focus{border-color:var(--worker-purple);box-shadow:0 0 0 4px #7c3aed17}.worker-task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.worker-task-card{padding:20px;border-radius:19px}.worker-task-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.worker-task-code{color:var(--worker-purple);font-size:.67rem;font-weight:850;letter-spacing:.08em}.worker-task-card h3{margin:7px 0 0;font-size:1rem}.worker-priority-badge{padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.61rem;font-weight:850}.worker-priority-badge-high{background:#fef2f2;color:#b91c1c}.worker-priority-badge-medium{background:#fffbeb;color:#b45309}.worker-priority-badge-low{background:#ecfdf5;color:#047857}.worker-task-description{margin:15px 0 0;color:var(--worker-muted);font-size:.78rem;line-height:1.6}.worker-task-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:18px;color:var(--worker-muted);font-size:.7rem}.worker-task-footer{display:flex;align-items:flex-end;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--worker-border)}.worker-task-footer label{min-width:180px;flex:1;color:var(--worker-muted);font-size:.68rem;font-weight:700}.worker-task-footer .worker-select{margin-top:6px}.worker-saving-label{padding-bottom:11px;color:var(--worker-purple);font-size:.68rem}.worker-time-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px}.worker-form-field{display:block;margin-top:17px;color:var(--worker-muted);font-size:.73rem;font-weight:750}.worker-form-field .worker-select,.worker-form-field .worker-textarea{margin-top:7px}.worker-time-total{display:flex;flex-direction:column;justify-content:center;min-height:155px;margin-top:14px;padding:20px;border-radius:18px;background:linear-gradient(135deg,#111827,#291543);color:#fff}.worker-time-total span{color:#c4b5fd;font-size:.75rem;font-weight:750}.worker-time-total strong{margin-top:8px;font-size:2rem;letter-spacing:-.05em}.worker-muted-text{color:var(--worker-muted);font-size:.72rem;line-height:1.55}.worker-primary-button,.worker-secondary-button,.worker-danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:41px;padding:0 15px;border-radius:11px;font:inherit;font-size:.76rem;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.worker-primary-button{border:0;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 10px 24px #7c3aed3b}.worker-secondary-button{border:1px solid var(--worker-border);background:#fff;color:var(--worker-text)}.worker-danger-button{border:0;background:linear-gradient(135deg,#f87171,#dc2626);color:#fff}.worker-primary-button:hover,.worker-secondary-button:hover,.worker-danger-button:hover{transform:translateY(-1px)}.worker-primary-button:disabled,.worker-secondary-button:disabled,.worker-danger-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.worker-full-button{width:100%;margin-top:17px}.worker-success-message,.worker-inline-error{padding:12px 14px;border-radius:12px;font-size:.76rem;font-weight:650}.worker-success-message{border:1px solid rgba(16,185,129,.25);background:#10b98114;color:#047857}.worker-inline-error{border:1px solid rgba(239,68,68,.22);background:#ef444412;color:#b91c1c}.worker-empty-state{padding:30px 16px;color:var(--worker-muted);font-size:.8rem;text-align:center}.worker-placeholder{min-height:430px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:45px 24px;border:1px solid var(--worker-border);border-radius:24px;background:radial-gradient(circle at 50% 20%,rgba(124,58,237,.12),transparent 40%),#fff;box-shadow:var(--worker-shadow);text-align:center}.worker-placeholder-symbol{width:65px;height:65px;display:grid;place-items:center;margin-bottom:18px;border-radius:20px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:var(--worker-purple);font-size:1.55rem;box-shadow:0 15px 30px #7c3aed2b}.worker-placeholder h2{margin:7px 0;font-size:2rem;letter-spacing:-.045em}.worker-placeholder>p:not(.worker-eyebrow){max-width:680px;margin:8px 0 0;color:var(--worker-muted);line-height:1.7}.worker-planned-features{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px}.worker-planned-features span{padding:8px 11px;border:1px solid #ddd6fe;border-radius:999px;background:#faf5ff;color:#6d28d9;font-size:.7rem;font-weight:750}.worker-development-badge{margin-top:24px;padding:9px 12px;border-radius:10px;background:var(--worker-dark);color:#fff;font-size:.68rem;font-weight:750}.worker-gate{min-height:70vh;display:grid;place-items:center;padding:30px;background:var(--worker-bg)}.worker-gate-card{width:min(480px,100%);padding:32px;border:1px solid var(--worker-border);border-radius:22px;background:#fff;box-shadow:var(--worker-shadow);text-align:center}.worker-gate-card h2{margin:15px 0 8px}.worker-gate-card p{color:var(--worker-muted);line-height:1.6}.worker-gate-actions{display:flex;justify-content:center;gap:10px;margin-top:18px}.worker-gate-icon{font-size:2rem}.worker-spinner{width:38px;height:38px;margin:0 auto;border:4px solid #ede9fe;border-top-color:var(--worker-purple);border-radius:50%;animation:workerSpin .75s linear infinite}@keyframes workerSpin{to{transform:rotate(360deg)}}.worker-mobile-menu,.worker-sidebar-overlay{display:none}@media(max-width:1180px){.worker-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-dashboard-grid{grid-template-columns:1fr}}@media(max-width:900px){.worker-shell{grid-template-columns:1fr;padding:14px}.worker-sidebar{position:fixed;left:14px;top:14px;bottom:14px;width:min(310px,calc(100vw - 28px));height:auto;transform:translate(-115%);transition:transform .22s ease}.worker-sidebar-open{transform:translate(0)}.worker-sidebar-close{display:block}.worker-sidebar-overlay{position:fixed;inset:0;display:block;border:0;background:#0f172a8f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:25}.worker-mobile-menu{position:fixed;left:17px;bottom:17px;width:50px;height:50px;display:grid;place-items:center;border:0;border-radius:15px;background:var(--worker-dark);color:#fff;font-size:1.3rem;box-shadow:var(--worker-shadow);cursor:pointer;z-index:24}.worker-topbar-right .worker-date{display:none}}@media(max-width:700px){.worker-topbar{align-items:flex-start;padding:16px}.worker-topbar-right{gap:6px}.worker-account-link{display:none}.worker-hero-panel{align-items:flex-start;flex-direction:column;padding:23px}.worker-stats-grid,.worker-task-grid,.worker-time-grid,.worker-filter-bar{grid-template-columns:1fr}.worker-page-heading{align-items:flex-start;flex-direction:column}.worker-page-heading .worker-secondary-button{width:100%}.worker-task-footer{align-items:stretch;flex-direction:column}.worker-gate-actions{flex-direction:column}}.worker-sidebar{scrollbar-width:thin;scrollbar-color:rgba(167,139,250,.45) transparent}.worker-sidebar::-webkit-scrollbar{width:6px}.worker-sidebar::-webkit-scrollbar-track{background:transparent}.worker-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#a78bfa61}.worker-sidebar::-webkit-scrollbar-thumb:hover{background:#a78bfa9e}.worker-team-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.worker-team-stats article{padding:18px;border:1px solid var(--worker-border);border-radius:17px;background:#fff;box-shadow:0 10px 30px #0f172a0b}.worker-team-stats span,.worker-team-stats strong{display:block}.worker-team-stats span{color:var(--worker-muted);font-size:.72rem;font-weight:700}.worker-team-stats strong{margin-top:9px;font-size:1.55rem;letter-spacing:-.04em}.worker-team-filters{grid-template-columns:minmax(230px,1fr) minmax(150px,210px) minmax(150px,210px) auto}.worker-team-card{padding:0;overflow:hidden}.worker-table-wrap{width:100%;overflow-x:auto}.worker-team-table{width:100%;min-width:1040px;border-collapse:collapse}.worker-team-table th,.worker-team-table td{padding:15px 16px;border-bottom:1px solid var(--worker-border);text-align:left;vertical-align:middle}.worker-team-table th{background:#f8fafc;color:#64748b;font-size:.67rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.worker-team-table td{color:#334155;font-size:.75rem}.worker-team-table tbody tr{transition:background .15s ease}.worker-team-table tbody tr:hover{background:#faf8ff}.worker-team-table tbody tr:last-child td{border-bottom:0}.worker-team-user{display:flex;align-items:center;gap:11px}.worker-team-avatar{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9;font-weight:900}.worker-team-user strong,.worker-team-user span,.worker-team-user small{display:block}.worker-team-user strong{color:var(--worker-text);font-size:.78rem}.worker-team-user span{margin-top:3px;color:var(--worker-muted);font-size:.7rem}.worker-team-user small{margin-top:3px;color:#94a3b8;font-size:.65rem}.worker-role-select{min-width:145px;min-height:37px;font-size:.7rem}.worker-account-status{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.64rem;font-weight:800;white-space:nowrap}.worker-account-active{background:#ecfdf5;color:#047857}.worker-account-inactive{background:#fef2f2;color:#b91c1c}.worker-account-verified{background:#eff6ff;color:#1d4ed8}.worker-team-actions{display:flex;flex-wrap:wrap;gap:6px}.worker-team-actions button{min-height:32px;padding:0 9px;border:1px solid var(--worker-border);border-radius:9px;background:#fff;color:#334155;font:inherit;font-size:.64rem;font-weight:750;cursor:pointer}.worker-team-actions button:hover{border-color:#7c3aed59;background:#faf7ff}.worker-team-actions button:disabled{opacity:.45;cursor:not-allowed}.worker-team-actions .worker-action-danger{border-color:#fecaca;color:#b91c1c}.worker-team-actions .worker-action-success{border-color:#a7f3d0;color:#047857}.worker-password-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid #ddd6fe;border-radius:18px;background:linear-gradient(120deg,#faf5ff,#fff)}.worker-password-panel h3{margin:5px 0}.worker-password-panel p:not(.worker-eyebrow){max-width:620px;margin:0;color:var(--worker-muted);font-size:.72rem;line-height:1.5}.worker-password-value{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid #ddd6fe;border-radius:12px;background:#fff}.worker-password-value code{padding:0 8px;color:#5b21b6;font-size:.78rem;font-weight:800}.worker-password-value button{min-height:34px;padding:0 11px;border:0;border-radius:8px;background:var(--worker-purple);color:#fff;font:inherit;font-size:.68rem;font-weight:800;cursor:pointer}.worker-modal-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000}.worker-modal{width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:23px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:#fff;box-shadow:0 35px 90px #0f172a4d}.worker-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.worker-modal-header h3{margin:5px 0 0;font-size:1.25rem}.worker-modal-close{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--worker-border);border-radius:11px;background:#fff;color:#64748b;font-size:1.45rem;cursor:pointer}.worker-team-form{display:flex;flex-direction:column;gap:13px}.worker-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.worker-team-form input:not([type=checkbox]){width:100%;min-height:42px;margin-top:7px;padding:0 12px;border:1px solid #d8dee8;border-radius:11px;background:#fff;color:var(--worker-text);font:inherit;outline:none}.worker-team-form input:focus{border-color:var(--worker-purple);box-shadow:0 0 0 4px #7c3aed17}.worker-team-form small{display:block;margin-top:5px;color:#94a3b8;font-size:.65rem;font-weight:500}.worker-checkbox-row{display:flex;align-items:center;gap:9px;padding:11px 0;color:#475569;font-size:.74rem;font-weight:750}.worker-checkbox-row input{width:17px;height:17px;accent-color:var(--worker-purple)}.worker-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:7px;padding-top:16px;border-top:1px solid var(--worker-border)}.worker-access-denied{min-height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.worker-access-denied>span{font-size:2.2rem}.worker-access-denied h2{margin:13px 0 5px}.worker-access-denied p{color:var(--worker-muted)}@media(max-width:1050px){.worker-team-stats,.worker-team-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-password-panel{align-items:flex-start;flex-direction:column}}@media(max-width:650px){.worker-team-stats,.worker-team-filters,.worker-form-grid{grid-template-columns:1fr}.worker-password-value{width:100%;align-items:stretch;flex-direction:column}.worker-password-value code{padding:8px;overflow-wrap:anywhere}.worker-modal-actions{flex-direction:column-reverse}.worker-modal-actions button{width:100%}}.worker-project-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.worker-project-stats article{padding:18px;border:1px solid var(--worker-border);border-radius:17px;background:#fff;box-shadow:0 10px 30px #0f172a0b}.worker-project-stats span,.worker-project-stats strong{display:block}.worker-project-stats span{color:var(--worker-muted);font-size:.72rem;font-weight:700}.worker-project-stats strong{margin-top:9px;font-size:1.55rem}.worker-project-filters{grid-template-columns:minmax(230px,1fr) minmax(160px,210px) minmax(160px,210px) auto}.worker-project-layout{display:grid;grid-template-columns:minmax(290px,.8fr) minmax(0,1.45fr);gap:18px;align-items:start}.worker-project-list{display:flex;flex-direction:column;gap:11px}.worker-project-card{width:100%;padding:17px;border:1px solid var(--worker-border);border-radius:18px;background:#fff;color:var(--worker-text);text-align:left;box-shadow:0 8px 28px #0f172a0a;cursor:pointer;transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.worker-project-card:hover{transform:translateY(-2px);border-color:#7c3aed4d}.worker-project-card-active{border-color:var(--worker-purple);box-shadow:0 14px 35px #7c3aed1f}.worker-project-card-top{display:flex;align-items:flex-start;gap:10px}.worker-project-color{width:10px;height:42px;flex:0 0 auto;border-radius:999px}.worker-project-card-top>div{min-width:0;flex:1}.worker-project-code{color:var(--worker-purple);font-size:.63rem;font-weight:850;letter-spacing:.08em}.worker-project-card h3{margin:5px 0 0;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.worker-project-card>p{margin:12px 0;color:var(--worker-muted);font-size:.7rem}.worker-project-priority{padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.6rem;font-weight:850;white-space:nowrap}.worker-project-priority-high{background:#fef2f2;color:#b91c1c}.worker-project-priority-urgent{background:#7f1d1d;color:#fff}.worker-project-priority-low{background:#ecfdf5;color:#047857}.worker-project-progress>div:first-child,.worker-project-detail-progress>div:first-child{display:flex;justify-content:space-between;margin-bottom:7px;color:var(--worker-muted);font-size:.68rem}.worker-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#e9edf3}.worker-progress-track>span{display:block;height:100%;min-width:0;border-radius:inherit;transition:width .35s ease}.worker-project-card-footer{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:13px;color:var(--worker-muted);font-size:.64rem}.worker-project-details{position:sticky;top:105px}.worker-project-details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.worker-project-details-header h2{margin:6px 0;font-size:1.55rem}.worker-project-details-header p:not(.worker-eyebrow){max-width:680px;margin:0;color:var(--worker-muted);font-size:.76rem;line-height:1.6}.worker-project-actions{display:flex;gap:7px}.worker-project-actions button,.worker-project-member>button{min-height:34px;padding:0 10px;border:1px solid var(--worker-border);border-radius:9px;background:#fff;color:#334155;font:inherit;font-size:.66rem;font-weight:800;cursor:pointer}.worker-project-actions .worker-action-danger{border-color:#fecaca;color:#b91c1c}.worker-project-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.worker-project-info-grid>div{padding:13px;border:1px solid var(--worker-border);border-radius:13px;background:#f8fafc}.worker-project-info-grid span,.worker-project-info-grid strong{display:block}.worker-project-info-grid span{color:var(--worker-muted);font-size:.63rem}.worker-project-info-grid strong{margin-top:5px;font-size:.75rem}.worker-project-detail-progress{margin-top:20px;padding:17px;border-radius:15px;background:#f8fafc}.worker-project-detail-progress small{display:block;margin-top:8px;color:var(--worker-muted);font-size:.65rem}.worker-project-members-section{margin-top:22px;padding-top:20px;border-top:1px solid var(--worker-border)}.worker-project-member-list{display:flex;flex-direction:column;margin-top:14px}.worker-project-member{display:flex;align-items:center;gap:10px;padding:11px 2px;border-bottom:1px solid var(--worker-border)}.worker-project-member:last-child{border-bottom:0}.worker-project-member>div:nth-child(2){min-width:0;flex:1}.worker-project-member strong,.worker-project-member span{display:block}.worker-project-member strong{font-size:.75rem}.worker-project-member span{margin-top:3px;color:var(--worker-muted);font-size:.65rem}.worker-member-role{padding:5px 8px;border-radius:999px;background:var(--worker-purple-soft);color:var(--worker-purple)!important;font-size:.58rem!important;font-weight:850}.worker-project-member>button{color:#b91c1c}.worker-project-modal{width:min(720px,100%)}.worker-project-form{display:flex;flex-direction:column;gap:12px}.worker-project-form input:not([type=range]),.worker-project-form textarea{width:100%;margin-top:7px;border:1px solid #d8dee8;border-radius:11px;background:#fff;color:var(--worker-text);font:inherit;outline:none}.worker-project-form input:not([type=range]){min-height:42px;padding:0 12px}.worker-project-form textarea{padding:12px}.worker-project-form input:focus,.worker-project-form textarea:focus{border-color:var(--worker-purple);box-shadow:0 0 0 4px #7c3aed17}.worker-project-form input[type=range]{width:100%;margin-top:10px;accent-color:var(--worker-purple)}.worker-project-form .worker-color-input{min-height:42px;padding:4px;cursor:pointer}@media(max-width:1150px){.worker-project-layout{grid-template-columns:1fr}.worker-project-details{position:static}}@media(max-width:850px){.worker-project-stats,.worker-project-filters,.worker-project-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.worker-project-stats,.worker-project-filters,.worker-project-info-grid{grid-template-columns:1fr}.worker-project-details-header{flex-direction:column}.worker-project-actions{width:100%}.worker-project-actions button{flex:1}.worker-project-member{align-items:flex-start;flex-wrap:wrap}}.worker-task-heading-actions{display:flex;gap:9px}.worker-kanban-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.worker-kanban-stats article{padding:18px;border:1px solid var(--worker-border);border-radius:17px;background:#fff;box-shadow:0 10px 30px #0f172a0b}.worker-kanban-stats span,.worker-kanban-stats strong{display:block}.worker-kanban-stats span{color:var(--worker-muted);font-size:.72rem;font-weight:700}.worker-kanban-stats strong{margin-top:9px;font-size:1.55rem}.worker-kanban-filters{grid-template-columns:minmax(260px,1fr) minmax(190px,260px) minmax(170px,220px)}.worker-kanban-board{display:grid;grid-template-columns:repeat(4,minmax(270px,1fr));gap:14px;align-items:start;overflow-x:auto;padding-bottom:10px}.worker-kanban-column{min-height:520px;overflow:hidden;border:1px solid var(--worker-border);border-radius:20px;background:#f7f8fb;transition:border-color .15s ease,background .15s ease,transform .15s ease}.worker-kanban-column-drag{border-color:var(--worker-purple);background:#f7f3ff;transform:translateY(-2px)}.worker-kanban-column-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--worker-border);background:#ffffffd1}.worker-kanban-column-header>div{display:flex;align-items:center;gap:10px}.worker-kanban-column-header h3{margin:0;font-size:.82rem}.worker-kanban-column-header p{margin:4px 0 0;color:var(--worker-muted);font-size:.62rem}.worker-kanban-column-header>strong{min-width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#ede9fe;color:#6d28d9;font-size:.7rem}.worker-kanban-status-dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px}.worker-kanban-status-todo{background:#64748b}.worker-kanban-status-in_progress{background:#2563eb}.worker-kanban-status-review{background:#d97706}.worker-kanban-status-done{background:#059669}.worker-kanban-column-body{min-height:440px;display:flex;flex-direction:column;gap:10px;padding:11px}.worker-kanban-empty{display:grid;place-items:center;min-height:115px;border:1px dashed #cbd5e1;border-radius:14px;color:#94a3b8;font-size:.66rem;text-align:center}.worker-kanban-task{padding:14px;border:1px solid var(--worker-border);border-radius:15px;background:#fff;box-shadow:0 7px 22px #0f172a0d;cursor:grab;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.worker-kanban-task:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a17}.worker-kanban-task:active{cursor:grabbing}.worker-kanban-task-dragging{opacity:.42;transform:rotate(1deg)}.worker-kanban-task-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.worker-kanban-task h4{margin:10px 0 0;font-size:.82rem;line-height:1.35}.worker-kanban-task>p{display:-webkit-box;overflow:hidden;margin:8px 0 0;color:var(--worker-muted);font-size:.68rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.worker-kanban-project{display:grid;grid-template-columns:8px auto minmax(0,1fr);align-items:center;gap:7px;margin-top:12px;padding:8px;border-radius:10px;background:#f8fafc}.worker-kanban-project>span{width:8px;height:25px;border-radius:999px}.worker-kanban-project strong{color:var(--worker-purple);font-size:.61rem}.worker-kanban-project small{overflow:hidden;color:#64748b;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.worker-kanban-task-meta{display:flex;flex-direction:column;gap:6px;margin-top:12px;color:#64748b;font-size:.64rem}.worker-task-overdue{color:#b91c1c;font-weight:800}.worker-kanban-task-actions{display:flex;align-items:center;gap:6px;margin-top:13px;padding-top:11px;border-top:1px solid var(--worker-border)}.worker-kanban-task-actions button{min-height:30px;padding:0 8px;border:1px solid var(--worker-border);border-radius:8px;background:#fff;color:#334155;font:inherit;font-size:.61rem;font-weight:800;cursor:pointer}.worker-kanban-task-actions button:hover{border-color:#7c3aed59;background:#faf7ff}.worker-kanban-task-actions .worker-action-danger{border-color:#fecaca;color:#b91c1c}.worker-kanban-task-actions>span{margin-left:auto;color:var(--worker-purple);font-size:.6rem}.worker-task-modal{width:min(700px,100%)}.worker-task-form{display:flex;flex-direction:column;gap:12px}.worker-task-form input,.worker-task-form textarea{width:100%;margin-top:7px;border:1px solid #d8dee8;border-radius:11px;background:#fff;color:var(--worker-text);font:inherit;outline:none}.worker-task-form input{min-height:42px;padding:0 12px}.worker-task-form textarea{padding:12px;resize:vertical}.worker-task-form input:focus,.worker-task-form textarea:focus{border-color:var(--worker-purple);box-shadow:0 0 0 4px #7c3aed17}@media(max-width:1200px){.worker-kanban-board{grid-template-columns:repeat(4,minmax(250px,1fr))}}@media(max-width:900px){.worker-kanban-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-kanban-filters{grid-template-columns:1fr}}@media(max-width:620px){.worker-task-heading-actions{width:100%;flex-direction:column}.worker-task-heading-actions button{width:100%}.worker-kanban-stats{grid-template-columns:1fr}}
