@import "https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap";
:root{--pr-violet-50:#f3eeff;--pr-violet-100:#e4d7ff;--pr-violet-200:#c9b0ff;--pr-violet-300:#ae8aff;--pr-violet-400:#9968ff;--pr-violet-500:#8a56f2;--pr-violet-600:#6b3cd4;--pr-violet-700:#4a2299;--pr-violet-800:#2b124c;--pr-violet-900:#1a0b36;--pr-yellow:#ffc83d;--pr-yellow-hi:#ffd86a;--pr-yellow-lo:#e5a800;--pr-bg:#07050e;--pr-bg-1:#0b0817;--pr-bg-2:#110c22;--pr-bg-3:#1a1130;--pr-bg-4:#251a40;--pr-line:#ae8aff1f;--pr-line-2:#ae8aff38;--pr-line-3:#ffffff0f;--pr-text:#f3f0fa;--pr-text-soft:#c7bfe0;--pr-text-mute:#8b82a8;--pr-text-faint:#5c5478;--pr-success:#4ade80;--pr-warning:#ffc83d;--pr-danger:#ff5c7a;--pr-info:#6fb7ff;--pr-r-xs:6px;--pr-r-sm:8px;--pr-r-md:12px;--pr-r-lg:16px;--pr-r-xl:22px;--pr-glow-violet:0 0 0 1px #ae8aff2e, 0 12px 40px -10px #8a56f273;--pr-glow-yellow:0 0 0 1px #ffc83d66, 0 10px 30px -8px #ffc83d73;--pr-shadow-card:0 1px 0 #ffffff0a inset, 0 20px 60px -30px #0009;--pr-font:"Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pr-mono:"Geist Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--pr-font);background:var(--pr-bg);color:var(--pr-text);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01", "cv11";letter-spacing:-.005em}.pr-ambient{pointer-events:none;z-index:0;background:radial-gradient(1100px 700px at 88% -10%, #8a56f238, transparent 60%), radial-gradient(900px 600px at -10% 110%, #2b124c8c, transparent 55%), radial-gradient(600px 400px at 50% 120%, #ae8aff1a, transparent 70%), var(--pr-bg);position:fixed;inset:0}.pr-ambient:after{content:"";opacity:.55;background-image:linear-gradient(#ae8aff0a 1px,#0000 1px),linear-gradient(90deg,#ae8aff0a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 30%,#000 0%,#0000 80%);mask-image:radial-gradient(circle at 50% 30%,#000 0%,#0000 80%)}.pr-card{border-radius:var(--pr-r-lg);transition:border-color .25s,transform .25s,box-shadow .25s;position:relative}[data-card=glass] .pr-card{border:1px solid var(--pr-line);-webkit-backdrop-filter:blur(14px)saturate(120%);box-shadow:var(--pr-shadow-card);background:linear-gradient(#ffffff0a,#ffffff04)}[data-card=solid] .pr-card{background:var(--pr-bg-3);border:1px solid var(--pr-line);box-shadow:var(--pr-shadow-card)}[data-card=bordered] .pr-card{border:1px solid var(--pr-line-2);background:#0b081799}.pr-card:hover{border-color:var(--pr-line-2)}.pr-btn{cursor:pointer;letter-spacing:-.005em;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.pr-btn-primary{background:var(--pr-yellow);color:#1a0b36;font-weight:600}.pr-btn-primary:hover{background:var(--pr-yellow-hi);box-shadow:var(--pr-glow-yellow);transform:translateY(-1px)}.pr-btn-violet{background:linear-gradient(180deg, var(--pr-violet-500), var(--pr-violet-600));color:#fff;border:1px solid #ffffff14;font-weight:500}.pr-btn-violet:hover{box-shadow:var(--pr-glow-violet);transform:translateY(-1px)}.pr-btn-ghost{color:var(--pr-text);border:1px solid var(--pr-line);background:#ffffff08}.pr-btn-ghost:hover{border-color:var(--pr-line-2);background:#ffffff0f}.pr-btn-quiet{color:var(--pr-text-soft);background:0 0}.pr-btn-quiet:hover{color:var(--pr-text);background:#ffffff0a}.pr-btn-danger{color:#ff8fa3;background:#ff5c7a1f;border:1px solid #ff5c7a4d}.pr-btn-danger:hover{background:#ff5c7a2e}.pr-btn-sm{border-radius:8px;height:30px;padding:0 12px;font-size:12.5px}.pr-btn-lg{border-radius:12px;height:46px;padding:0 22px;font-size:15px}.pr-input,.pr-select,.pr-textarea{border:1px solid var(--pr-line);width:100%;color:var(--pr-text);background:#ffffff06;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.pr-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.pr-input:focus,.pr-select:focus,.pr-textarea:focus{border-color:var(--pr-violet-400);background:#ae8aff0d;outline:none;box-shadow:0 0 0 4px #ae8aff1f}.pr-input::placeholder,.pr-textarea::placeholder{color:var(--pr-text-faint)}.pr-label{color:var(--pr-text-mute);letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:500;display:block}.pr-select option{background-color:var(--pr-bg-3);color:var(--pr-text)}.pr-select option:checked,.pr-select option:hover{background-color:var(--pr-bg-4);color:var(--pr-text)}.pr-select option:disabled{color:var(--pr-text-faint)}.pr-badge{border:1px solid var(--pr-line);color:var(--pr-text-soft);letter-spacing:.01em;white-space:nowrap;background:#ffffff08;border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:11.5px;font-weight:500;display:inline-flex}.pr-badge-dot{background:currentColor;border-radius:999px;width:6px;height:6px}.pr-badge-violet{color:#c9b0ff;background:#ae8aff1f;border-color:#ae8aff40}.pr-badge-yellow{color:var(--pr-yellow-hi);background:#ffc83d1a;border-color:#ffc83d47}.pr-badge-green{color:#6ee7a4;background:#4ade801a;border-color:#4ade8040}.pr-badge-red{color:#ff8fa3;background:#ff5c7a1a;border-color:#ff5c7a40}.pr-badge-blue{color:#9cccff;background:#6fb7ff1a;border-color:#6fb7ff40}.pr-badge-mute{color:var(--pr-text-mute);background:#ffffff0a}.pr-glow-line{background:linear-gradient(90deg, transparent, var(--pr-violet-400), transparent);opacity:.4;height:1px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ae8aff2e;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ae8aff52}@keyframes pr-pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes pr-fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pr-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.pr-fadeIn{animation:.35s both pr-fadeIn}.pr-pulse{animation:2s ease-in-out infinite pr-pulse}.pr-axy-wrap{display:inline-block;position:relative}.pr-axy-wrap:before{content:"";filter:blur(20px);z-index:0;background:radial-gradient(#ae8aff59,#0000 60%);position:absolute;inset:-10% -10% 0}.pr-axy-wrap img{z-index:1;position:relative}.pr-nav-item{color:var(--pr-text-soft);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13.5px;font-weight:450;transition:all .15s;display:flex}.pr-nav-item:hover{color:var(--pr-text);background:#ffffff0a}.pr-nav-item.active{color:var(--pr-text);border-color:var(--pr-line);background:linear-gradient(90deg,#ae8aff24,#ae8aff0a);box-shadow:inset 0 0 0 1px #ae8aff14}.pr-nav-item.active .pr-nav-icon{color:var(--pr-violet-300)}.pr-nav-icon{width:16px;height:16px;color:var(--pr-text-mute);flex-shrink:0}.pr-table{border-collapse:collapse;width:100%;font-size:13.5px}.pr-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--pr-text-mute);border-bottom:1px solid var(--pr-line);padding:10px 14px;font-size:11.5px;font-weight:500}.pr-table tbody td{border-bottom:1px solid var(--pr-line-3);color:var(--pr-text-soft);vertical-align:middle;padding:14px}.pr-table tbody tr:hover td{background:#ffffff05}.pr-num{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.pr-pent{background:currentColor;width:14px;height:14px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2 L22 9 L18 21 L6 21 L2 9 Z\" fill=\"black\" stroke=\"black\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2 L22 9 L18 21 L6 21 L2 9 Z\" fill=\"black\" stroke=\"black\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/></svg>") 50%/contain no-repeat}.pr-kanban{grid-template-columns:repeat(7,minmax(240px,1fr));gap:14px;padding-bottom:6px;display:grid;overflow-x:auto}.pr-kcol{border:1px solid var(--pr-line);border-radius:var(--pr-r-md);background:#ffffff05;min-height:540px;padding:12px}.pr-kcol-head{border-bottom:1px solid var(--pr-line-3);justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px 10px;display:flex}.pr-kcol-head h4{letter-spacing:.04em;text-transform:uppercase;color:var(--pr-text);margin:0;font-size:12.5px;font-weight:600}.pr-kcard{background:var(--pr-bg-3);border:1px solid var(--pr-line);cursor:grab;border-radius:10px;margin-bottom:10px;padding:12px;transition:all .2s}.pr-kcard:hover{border-color:var(--pr-line-2);transform:translateY(-1px);box-shadow:0 8px 24px -16px #0009}.pr-kcard.dragging{opacity:.4}.pr-kcol.drop-over{border-color:var(--pr-violet-400);background:#ae8aff0d}.pr-step{align-items:center;gap:10px;display:flex}.pr-step-num{border:1px solid var(--pr-line);width:26px;height:26px;color:var(--pr-text-mute);background:#ffffff0d;border-radius:999px;flex-shrink:0;place-items:center;font-size:12px;font-weight:600;display:grid}.pr-step.active .pr-step-num{background:var(--pr-violet-500);color:#fff;border-color:var(--pr-violet-400);box-shadow:0 0 0 4px #ae8aff2e}.pr-step.done .pr-step-num{color:var(--pr-success);background:#4ade8026;border-color:#4ade8066}.pr-step-line{background:var(--pr-line);flex:1;height:1px}.pr-step.done+.pr-step-line{background:#4ade8066}.pr-spark{stroke:var(--pr-violet-300);fill:none;stroke-width:1.5px}.pr-spark-area{fill:url(#prGrad)}.pr-hoverglow{transition:box-shadow .25s,border-color .25s,transform .25s}.pr-hoverglow:hover{box-shadow:var(--pr-glow-violet);border-color:var(--pr-line-2);transform:translateY(-1px)}.pr-sidebar-mobile-toggle{z-index:20;border:1px solid var(--pr-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:38px;height:38px;color:var(--pr-text);cursor:pointer;background:#0b0817d9;border-radius:10px;justify-content:center;align-items:center;display:none;position:fixed;top:11px;left:14px}@media (max-width:1100px){div[style*=grid-template-columns][style*=repeat\(5]{grid-template-columns:repeat(3,1fr)!important}div[style*=grid-template-columns][style*="1.6fr 1fr"],div[style*=grid-template-columns][style*="1.7fr 1fr"],div[style*=grid-template-columns][style*="1fr 1.4fr"]{grid-template-columns:1fr!important}main>div[style*=padding][style*="28px 32px 60px"]{padding:18px 18px 40px!important}.pr-table thead th,.pr-table tbody td{padding:10px}}@media (max-width:900px){.pr-sidebar-mobile-toggle{display:flex}.pr-sidebar-backdrop{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#07050eb3!important;display:block!important}aside.pr-sidebar{transition:transform .25s;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:24px 0 60px -20px #000000b3;background:var(--pr-bg-1)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;position:fixed!important}aside.pr-sidebar.open{transform:translate(0)}.pr-topbar{padding:14px 18px 14px 64px!important}.pr-topbar h1{white-space:normal!important;text-overflow:clip!important;font-size:16px!important;line-height:1.2!important;overflow:visible!important}.pr-topbar>div:first-child>div:first-child,.pr-topbar-search{display:none!important}.pr-topbar-actions{gap:6px!important}.pr-topbar-actions button{padding:0 10px!important;font-size:12px!important}.pr-topbar-actions .pr-btn-label{display:none!important}.pr-topbar-actions .pr-btn{min-width:36px;padding:0 10px!important}div[style*=grid-template-columns][style*=repeat\(5]{grid-template-columns:repeat(2,1fr)!important}div[style*=grid-template-columns][style*=repeat\(3],div[style*=grid-template-columns][style*="1fr 1fr"],div[style*=grid-template-columns][style*="1.1fr 1fr"]{grid-template-columns:1fr!important}div[style*=grid-template-columns][style*="1.1fr 1fr"]>:last-child{display:none!important}main>div[style*=padding][style*="28px 32px 60px"]{padding:12px 12px 30px!important}.pr-card{padding:16px!important}.pr-card[style*=overflow][style*=hidden]{overflow-x:auto!important}.pr-card[style*="padding: 0"]:has(.pr-table){overflow-x:auto!important}.pr-card[style*=padding\:0]:has(.pr-table){overflow-x:auto!important}.pr-table{min-width:720px}div[style*=padding][style*="40px 56px"],div[style*=padding][style*="40px 24px"]{padding:18px 14px!important}div[style*=grid-template-columns][style*="60px 1fr 1fr 220px"]{grid-template-columns:60px 1fr!important;gap:12px!important}div[style*=grid-template-columns][style*="60px 1fr 1fr 220px"]>:nth-child(3),div[style*=grid-template-columns][style*="60px 1fr 1fr 220px"]>:nth-child(4){grid-column:1/-1!important}div[style*=grid-template-columns][style*="44px 1.4fr 1fr 240px"]{grid-template-columns:44px 1fr!important;gap:12px!important}div[style*=grid-template-columns][style*="44px 1.4fr 1fr 240px"]>:nth-child(3),div[style*=grid-template-columns][style*="44px 1.4fr 1fr 240px"]>:nth-child(4){grid-column:1/-1!important}div[style*=grid-template-columns][style*="44px 1.4fr 1fr 240px"]>:nth-child(4){justify-content:flex-start!important}div[style*=grid-template-columns][style*="20px 44px 1.4fr 1fr 240px"]{grid-template-columns:24px 44px 1fr!important;gap:12px!important}div[style*=grid-template-columns][style*="20px 44px 1.4fr 1fr 240px"]>:nth-child(4){grid-column:1/-1!important}div[style*=grid-template-columns][style*="20px 44px 1.4fr 1fr 240px"]>:nth-child(5){grid-column:1/-1!important;justify-content:flex-start!important}div[style*=display][style*=flex][style*=justify-content][style*=space-between]{flex-wrap:wrap!important}.pr-card{overflow-x:hidden}.pr-kanban{overflow-x:auto}div[style*=height][style*="220"][style*=gap][style*="12"]{gap:4px!important}div[style*=display][style*=flex][style*=justify-content][style*=space-between]>div[style*=display][style*=flex][style*=gap]{flex-wrap:wrap!important}}@media (max-width:600px){div[style*=grid-template-columns][style*=repeat\(5]{grid-template-columns:1fr!important}div[style*=grid-template-columns][style*="110px 1fr 130px"]{grid-template-columns:1fr!important;gap:4px!important}.pr-topbar-actions{gap:4px!important}h1{font-size:22px!important}}@media (max-width:900px){div[style*="width: 380px"][style*="position: absolute"]{width:calc(100vw - 24px)!important;max-width:380px!important;position:fixed!important;top:64px!important;left:auto!important;right:12px!important}div[style*="min-width: 280px"][style*="max-width: 380px"]{min-width:0!important;max-width:calc(100vw - 24px)!important}}@media (max-width:600px){div[style*=position][style*=fixed][style*=top][style*="16px"][style*=right][style*="16px"]{left:8px!important;right:8px!important}}@media (max-width:480px){h1[style*=font-size][style*="30"],div[style*=font-size][style*="30"][style*=font-weight][style*="600"]{font-size:24px!important}}@media (max-width:900px){div[style*=min-width][style*="320"]{min-width:0!important}}@media (max-width:600px){div[style*=padding][style*="40px 24px"]{padding:16px 10px!important}div[style*=padding][style*="18px 22px"]{padding:14px 16px!important}div[style*=display][style*=flex][style*=gap][style*=justify-content][style*=flex-end]{flex-wrap:wrap!important}.pr-card .pr-btn{flex:auto}.pr-input,.pr-select,.pr-textarea{font-size:16px}}@media (max-width:900px){.pr-card[style*=overflow][style*=hidden]{-webkit-overflow-scrolling:touch;position:relative;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000)}.pr-card[style*="padding: 0"]:has(.pr-table){-webkit-overflow-scrolling:touch;position:relative;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000)}.pr-card[style*=padding\:0]:has(.pr-table){-webkit-overflow-scrolling:touch;position:relative;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 24px),#0000)}.pr-card[style*=overflow][style*=hidden]::-webkit-scrollbar{height:6px}.pr-card[style*="padding: 0"]:has(.pr-table)::-webkit-scrollbar{height:6px}.pr-card[style*=padding\:0]:has(.pr-table)::-webkit-scrollbar{height:6px}.pr-card[style*=overflow][style*=hidden]::-webkit-scrollbar-thumb{background:#ae8aff59;border-radius:3px}.pr-card[style*="padding: 0"]:has(.pr-table)::-webkit-scrollbar-thumb{background:#ae8aff59;border-radius:3px}.pr-card[style*=padding\:0]:has(.pr-table)::-webkit-scrollbar-thumb{background:#ae8aff59;border-radius:3px}.pr-table thead th,.pr-table tbody td{white-space:nowrap;padding:10px 8px}}@media (max-width:600px){div[style*=height][style*="220"]>div[style*=flex][style*="1"]{min-width:0!important}.pr-topbar-actions .pr-btn{min-width:32px;padding:0 8px!important}}@media (max-width:900px){aside.pr-sidebar{z-index:30!important}.pr-sidebar-mobile-toggle{z-index:25}.pr-card[style*=justify-content][style*=space-between][style*=gap][style*="16"]{flex-wrap:wrap!important;gap:10px!important}.pr-card[style*=justify-content][style*=space-between]>div[style*=display][style*=flex]{flex-wrap:wrap!important;flex:auto!important;min-width:0!important}div[style*="width: 180px"]{flex:140px!important;width:auto!important;min-width:120px!important}div[style*="width: 200px"]{flex:160px!important;width:auto!important;min-width:130px!important}}@media (max-width:600px){div[style*=display][style*=flex][style*=gap][style*=justify-content][style*=space-between]{flex-wrap:wrap}}
