.btn-primary-action{position:relative;z-index:10;isolation:isolate;width:auto;height:50px;padding:0 24px;border:0;border-radius:25px;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:visible;cursor:pointer;white-space:nowrap;color:#171820;background:linear-gradient(105deg,#1982ff,#72cfff 32%,#b9c8ff 66%,#ffe1c0);box-shadow:inset 0 6px 12px #ffffff80,inset 0 -6px 12px #557eef33,0 14px 24px #4993ff40;font-size:14px;font-weight:600;line-height:1;letter-spacing:0;transition:.4s var(--ease, cubic-bezier(.2, .8, .2, 1))}.btn-primary-action:before{content:"";position:absolute;display:block;z-index:-1;top:8px;right:14px;bottom:-10px;left:14px;border-radius:9999px;background:linear-gradient(90deg,#1982ff,#72cfff,#b9c8ff,#ffe1c0,#ff9f43);filter:blur(26px);opacity:.42;transition:.45s var(--ease, cubic-bezier(.2, .8, .2, 1));pointer-events:none}.btn-primary-action>span,.btn-primary-action>b,.btn-primary-action span,.btn-primary-action b,.btn-primary-action svg{position:relative;z-index:1}.btn-primary-action>i{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;overflow:hidden;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.7),transparent 62%);transform:translate(-110%);transition:.75s var(--ease, cubic-bezier(.2, .8, .2, 1));pointer-events:none}.btn-primary-action:hover{transform:scale(1.04);filter:saturate(1.18)}.btn-primary-action:hover:before{opacity:.72;filter:blur(30px)}.btn-primary-action:hover>i{transform:translate(110%)}.btn-primary-action:active{transform:scale(.98)}.btn-primary-action:disabled,.btn-primary-action[aria-disabled=true]{cursor:not-allowed;opacity:.58;transform:none;filter:grayscale(.35)}.dark .btn-primary-action{color:#111115;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 2px 4px #fffc,0 8px 32px #8e6eff26;transition:.45s var(--ease, cubic-bezier(.2, .8, .2, 1))}.dark .btn-primary-action>span,.dark .btn-primary-action>b,.dark .btn-primary-action span,.dark .btn-primary-action b,.dark .btn-primary-action svg{color:#111115!important}.dark .btn-primary-action svg{fill:none;stroke:currentColor}.dark .btn-primary-action:before{z-index:-1;top:10px;right:16px;bottom:-10px;left:16px;border-radius:9999px;background:linear-gradient(90deg,#ff007f,#7f00ff,#00bfff,#00ff7f,#ff0);filter:blur(30px);opacity:.35;transition:.45s var(--ease, cubic-bezier(.2, .8, .2, 1));pointer-events:none}.dark .btn-primary-action>i{display:none}.dark .btn-primary-action:hover{transform:translateY(-3px) scale(1.02);filter:none;box-shadow:inset 0 2px 4px #fffc,0 12px 40px #8e6eff40}.dark .btn-primary-action:hover:before{opacity:.7;filter:blur(30px)}.dark .btn-primary-action:active{transform:translateY(-1px) scale(.98)}.dark .btn-primary-action:disabled,.dark .btn-primary-action[aria-disabled=true]{transform:none;filter:grayscale(.2)}.dark .btn-primary-action:disabled:before,.dark .btn-primary-action[aria-disabled=true]:before{opacity:.16}.btn-send-icon.btn-primary-action{width:42px;height:42px;padding:0;border-radius:12px;gap:0}.dark .btn-send-icon.btn-primary-action{background:#fffffff5;box-shadow:inset 0 2px 4px #fffc,0 8px 28px #8e6eff2e}.dark .btn-send-icon.btn-primary-action:before{z-index:-1;top:6px;right:6px;bottom:-6px;left:6px;border-radius:12px;background:linear-gradient(135deg,#ff007f,#7f00ff,#00bfff,#00ff7f,#ff0);filter:blur(35px);opacity:.35;transition:.45s var(--ease, cubic-bezier(.2, .8, .2, 1));pointer-events:none}.dark .btn-send-icon.btn-primary-action:hover{transform:translateY(-2px) scale(1.04);box-shadow:inset 0 2px 4px #fffc,0 12px 36px #8e6eff47}.dark .btn-send-icon.btn-primary-action:hover:before{opacity:.75;filter:blur(35px)}.dark .btn-send-icon.btn-primary-action:active{transform:translateY(0) scale(.96)}.star-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;font-size:18px;font-weight:600;color:#fff;background:#ffffff14;border:2px solid rgba(255,255,255,.6);border-radius:60px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.2,.8,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.star-btn:hover{background:#ffffff26;border-color:#fff;transform:scale(1.05);box-shadow:0 0 30px #fff3}.star-btn:active{transform:scale(.97)}.star-btn .star{position:absolute;width:16px;height:16px;fill:#fff;opacity:0;animation:star-twinkle 2.4s ease-in-out infinite}.star-btn .star-1{top:12%;left:8%;animation-delay:0s}.star-btn .star-2{top:8%;right:12%;animation-delay:.4s}.star-btn .star-3{bottom:15%;left:18%;animation-delay:.8s}.star-btn .star-4{bottom:10%;right:8%;animation-delay:1.2s}.star-btn .star-5{top:50%;left:3%;animation-delay:1.6s}.star-btn .star-6{top:45%;right:3%;animation-delay:2s}.star-btn.star-btn-outline{background:transparent;border:2px solid rgba(255,255,255,.7)}.star-btn.star-btn-outline:hover{background:#ffffff1a;border-color:#fff}@keyframes star-twinkle{0%,to{opacity:0;transform:scale(.6) rotate(0)}50%{opacity:1;transform:scale(1.1) rotate(180deg)}}.billing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;display:grid;place-items:center;padding:20px;background:#030209b3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;overflow-y:auto}.billing-overlay.show{opacity:1;visibility:visible}.billing-page{--bg: #05030d;--card: #17102b;--line: rgba(255, 255, 255, .12);--muted: #aaa1bf;--white: #fbf9ff;--purple: #7353ff;--pink: #efc5ff;position:relative;z-index:1;width:min(1120px,100%);margin:32px auto;padding:26px 30px 88px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:32px;color:var(--white);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at 50% 18%,rgba(95,75,198,.24),transparent 38%),linear-gradient(155deg,#1c1435f5,#080512fa);box-shadow:inset 0 1px #ffffff21,0 40px 120px #000000a6;-webkit-backdrop-filter:blur(36px);backdrop-filter:blur(36px);transform:scale(.96);opacity:0;transition:transform .3s ease,opacity .3s ease}.billing-overlay.show .billing-page{transform:scale(1);opacity:1}.billing-page *{box-sizing:border-box}.billing-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");border-radius:inherit}.billing-decor{position:absolute;z-index:-1;pointer-events:none}.billing-decor.orb{width:250px;height:250px;border-radius:50%;filter:blur(70px);opacity:.22}.billing-decor.orb.one{top:-110px;left:22%;background:#3b8cff}.billing-decor.orb.two{right:-80px;bottom:-95px;background:#a340ff}.billing-decor.ring{top:105px;right:72px;width:136px;height:136px;opacity:.22;border:1px solid rgba(231,213,255,.34);border-radius:50%;transform:rotate(-18deg)}.billing-decor.ring:after{content:"";position:absolute;top:20px;right:-20px;bottom:-20px;left:20px;border:1px solid rgba(136,104,255,.26);border-radius:50%}.billing-page nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.billing-nav-pill{padding:10px 17px;color:#d8d1e7;font-size:13px;border:1px solid var(--line);border-radius:999px;background:#ffffff09;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.billing-close-btn{width:36px;height:36px;display:grid;place-items:center;color:#c9bfda;font-size:20px;border:1px solid var(--line);border-radius:50%;background:#ffffff0d;cursor:pointer;transition:background .2s,transform .2s}.billing-close-btn:hover{background:#ffffff1f;transform:rotate(90deg)}.billing-page header{position:relative;z-index:1;max-width:760px;margin:0 auto 24px;text-align:center}.billing-page h1{margin:0 0 15px;font-size:clamp(36px,5vw,58px);line-height:1.05;letter-spacing:-.07em;color:var(--white)}.billing-page h1 span{color:transparent;background:linear-gradient(105deg,#fff 12%,#d8c5ff 45%,#9f84ff 75%,#f7ccff);background-clip:text;-webkit-background-clip:text}.billing-page header p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}.billing-header-note{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:#857a9a;font-size:10px;letter-spacing:.08em}.billing-header-note:before,.billing-header-note:after{content:"";width:22px;height:1px;background:linear-gradient(90deg,transparent,rgba(197,171,255,.55))}.billing-header-note:after{transform:rotate(180deg)}.billing-tabs{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,1fr);width:min(360px,100%);margin:0 auto 28px;padding:4px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0e;box-shadow:inset 0 1px #ffffff12}.billing-tab{height:40px;color:#a99fbc;font:inherit;font-size:13px;font-weight:700;border:0;border-radius:999px;background:transparent;cursor:pointer;transition:color .2s ease}.billing-tab.active{color:#241639;background:linear-gradient(100deg,#cca4ff,#8464ff 46%,#f2d7ff);box-shadow:0 7px 22px #754eff47,inset 0 1px #ffffffb3}.billing-plan-stage{position:relative;min-height:460px}.billing-plans{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;z-index:2;transition:opacity .25s ease,transform .25s ease}.billing-plans:before{content:"";position:absolute;z-index:-1;top:22%;right:7%;bottom:-12%;left:7%;border-radius:50%;background:#6c37ff;filter:blur(105px);opacity:.33}.billing-plans-hidden{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px)}.billing-plan{position:relative;min-height:430px;padding:22px 19px 78px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:linear-gradient(155deg,rgba(112,82,181,.23),transparent 35%),linear-gradient(180deg,#241942e6,#110b21eb);box-shadow:inset 0 1px #ffffff1f,0 25px 65px #00000047;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;cursor:pointer}.billing-plan:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.17;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E")}.billing-plan-arc{content:"";position:absolute;z-index:1;top:-72px;left:12%;width:76%;height:110px;opacity:.3;border:1px solid rgba(237,222,255,.3);border-radius:50%;transform:rotate(-5deg);pointer-events:none}.billing-plan:hover,.billing-plan.active{transform:translateY(-8px);border-color:#cdb5ff8c;box-shadow:inset 0 1px #fff3,0 25px 75px #4422ac5c}.billing-plan.recommended{background:radial-gradient(circle at 100% 0%,rgba(247,190,255,.22),transparent 36%),linear-gradient(155deg,#7e5cdbbf,#352264eb 48%,#170d30f5);border-color:#dac3ff7a}.billing-plan-badge{position:absolute;top:15px;right:15px;z-index:1;padding:6px 9px;color:#1a102b;font-size:10px;font-weight:800;border-radius:999px;background:linear-gradient(100deg,#bca4ff,#f6d4ff)}.billing-plan-name{position:relative;z-index:1;color:#ddd5ef;font-size:13px;font-weight:650}.billing-plan-price{position:relative;z-index:1;display:flex;align-items:flex-end;gap:4px;margin:20px 0 5px}.billing-plan-price strong{font-size:50px;line-height:1;letter-spacing:-.07em;color:var(--white)}.billing-plan-price small{padding-bottom:6px;color:#a69db7;font-size:12px}.billing-plan-points{position:relative;z-index:1;margin-bottom:22px;color:#cdbfff;font-size:12px}.billing-plan-capacity{position:relative;z-index:1;margin:0 0 18px;color:#9f95b2;font-size:10px;line-height:1.6}.billing-plan-divider{position:relative;z-index:1;height:1px;margin-bottom:20px;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent)}.billing-plan ul{position:relative;z-index:1;display:grid;gap:13px;padding:0;margin:0;list-style:none;color:#d5cfe2;font-size:12px}.billing-plan li{display:flex;gap:9px;line-height:1.5}.billing-plan li:before{content:"✓";flex:0 0 17px;width:17px;height:17px;color:#ede4ff;font-size:10px;line-height:17px;text-align:center;border-radius:50%;background:#8b66ff59}.billing-plan-cta{position:absolute;z-index:2;right:20px;bottom:20px;left:20px;height:48px;color:#221638;font:inherit;font-size:13px;font-weight:800;border:0;border-radius:999px;background:linear-gradient(100deg,#d8a8ff,#7955ff 42%,#edc9ff 78%,#fff6ff);box-shadow:0 10px 35px #7449ff57,inset 0 1px #ffffffb3;cursor:pointer;transition:transform .2s ease}.billing-plan-cta:hover{transform:translateY(-2px)}.billing-plan:not(.recommended) .billing-plan-cta{color:#e9e2f7;border:1px solid rgba(255,255,255,.15);background:#ffffff12;box-shadow:inset 0 1px #ffffff14}.billing-topup-plans{grid-template-columns:repeat(2,1fr);gap:14px;max-width:820px;margin:0 auto}.billing-plan.billing-topup{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:20px;min-height:174px;padding:23px;text-align:left}.billing-plan.billing-topup .billing-plan-name{position:absolute;top:20px;left:23px;color:#b9aecb}.billing-plan.billing-topup .billing-plan-price{justify-content:flex-start;margin:22px 0 0}.billing-plan.billing-topup .billing-plan-price strong{font-size:43px}.billing-plan.billing-topup .billing-plan-points{margin:0 0 8px;color:#eee8fb;font-size:16px;font-weight:750}.billing-topup-info{position:relative;z-index:1;padding-left:20px;border-left:1px solid rgba(255,255,255,.1)}.billing-topup-info .billing-plan-capacity{margin:0 0 5px;white-space:nowrap}.billing-topup-rate{position:relative;z-index:1;color:#8f849f;font-size:11px}.billing-plan.billing-topup .billing-plan-cta{position:relative;right:auto;bottom:auto;left:auto;width:104px;height:42px}.billing-pay-button{position:absolute;z-index:5;right:30px;bottom:24px;display:flex;align-items:center;gap:12px;height:44px;padding:0 10px 0 20px;color:#26183c;font:inherit;font-size:13px;font-weight:800;border:0;border-radius:999px;background:linear-gradient(100deg,#cfa4ff,#8c6aff 52%,#f3dcff);box-shadow:0 10px 34px #704aff57,inset 0 1px #ffffffad;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.billing-pay-button:hover{transform:translateY(-2px);box-shadow:0 14px 40px #704aff70,inset 0 1px #ffffffad}.billing-pay-arrow{display:grid;place-items:center;width:28px;height:28px;color:#fff;font-size:17px;border-radius:50%;background:#361d64b8}.billing-toast{position:fixed;z-index:270;right:30px;bottom:30px;padding:13px 18px;color:#221638;font-size:13px;font-weight:750;border-radius:999px;background:linear-gradient(100deg,#d5a9ff,#fff1ff);box-shadow:0 14px 50px #5c35c466;opacity:0;transform:translateY(12px);transition:.25s ease;pointer-events:none}.billing-toast.show{opacity:1;transform:translateY(0)}.billing-pay-modal{position:fixed;z-index:280;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;background:#030209b8;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);transition:opacity .2s ease,visibility .2s ease}.billing-pay-modal.show{opacity:1;visibility:visible}.billing-pay-panel{position:relative;width:min(360px,100%);padding:26px;text-align:center;border:1px solid rgba(255,255,255,.16);border-radius:25px;background:radial-gradient(circle at 50% 0%,rgba(129,93,255,.3),transparent 38%),linear-gradient(155deg,#21163e,#0e091b);box-shadow:0 30px 100px #0000009e,inset 0 1px #ffffff24;color:var(--white)}.billing-pay-close{position:absolute;top:13px;right:13px;width:30px;height:30px;color:#c9bfda;font-size:18px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:#ffffff0d;cursor:pointer}.billing-pay-panel h2{margin:0 0 7px;font-size:20px;color:var(--white)}.billing-pay-panel p{margin:0 0 18px;color:#9d93af;font-size:12px}.billing-qr-code{width:184px;height:184px;margin:0 auto 16px;padding:13px;border-radius:16px;background-color:#f9f6ff;background-image:linear-gradient(90deg,#25153e 12px,transparent 12px),linear-gradient(#25153e 12px,transparent 12px);background-size:25px 25px;background-position:6px 6px;box-shadow:0 13px 40px #744bff4d;display:flex;align-items:center;justify-content:center;overflow:hidden}.billing-qr-code img{width:100%;height:100%;object-fit:contain;border-radius:8px}.billing-pay-summary{color:#d9cff0;font-size:13px;font-weight:700;margin-bottom:14px}.billing-pay-mock{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;padding:0 22px;color:#221638;font-weight:800;font-size:13px;border:0;border-radius:999px;background:linear-gradient(100deg,#cfa4ff,#8c6aff 52%,#f3dcff);box-shadow:0 10px 34px #704aff57;cursor:pointer}@media(max-width:980px){.billing-page nav{margin-bottom:30px}.billing-plans{grid-template-columns:repeat(2,1fr)}.billing-topup-plans{grid-template-columns:1fr}}@media(max-width:600px){.billing-page{width:min(100% - 24px,480px);padding:18px 14px 22px}.billing-page h1{font-size:42px}.billing-plans{grid-template-columns:1fr}.billing-plan{min-height:455px}.billing-plan.billing-topup{grid-template-columns:1fr;min-height:300px;text-align:center}.billing-plan.billing-topup .billing-plan-name{position:relative;top:auto;left:auto}.billing-plan.billing-topup .billing-plan-price{justify-content:center;margin:0}.billing-topup-info{padding:0;border-left:0}.billing-plan.billing-topup .billing-plan-cta{width:100%}.billing-pay-button{position:relative;right:auto;bottom:auto;width:100%;justify-content:center;margin-top:20px}.billing-toast{right:14px;bottom:14px}}.project-input-field{width:100%;padding:14px 18px;border:1px solid #e0e0e4;border-radius:12px;background:#fff;color:#111113;font-size:14px;outline:none!important;transition:border-color .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),background-color .4s cubic-bezier(.2,.8,.2,1)}.project-input-shell .project-input-field{border-color:transparent!important;box-shadow:none!important;background:transparent!important}.project-input-shell .project-input-field:focus,.project-input-shell .project-input-field.selected,.project-input-shell .project-input-field.is-active{border-color:transparent!important;box-shadow:none!important;background:transparent!important}.project-input-field:focus,.project-input-field.selected,.project-input-field.is-active{border-color:#8c74ff!important;box-shadow:0 0 0 4px #7457ff26,0 12px 30px #5038b41a!important;background:#fff}.project-input-shell{transition:border-color .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),background-color .4s cubic-bezier(.2,.8,.2,1)}.project-input-shell:focus-within,.project-input-shell.selected,.project-input-shell.is-active{border-color:#8c74ff!important;box-shadow:0 0 0 4px #7457ff26,0 12px 30px #5038b41a!important}.project-input-field::placeholder{color:#11111373}textarea.project-input-field{min-height:112px;resize:vertical;line-height:1.65}.dark .project-input-field,.dark-mode .project-input-field{border-color:#35353b;background:#111114;color:#fff}.dark .project-input-field:focus,.dark .project-input-field.selected,.dark .project-input-field.is-active,.dark-mode .project-input-field:focus,.dark-mode .project-input-field.selected,.dark-mode .project-input-field.is-active{border-color:#967dff!important;box-shadow:0 0 0 4px #967dff33,0 12px 35px #967dff26!important}.dark .project-input-shell:focus-within,.dark .project-input-shell.selected,.dark .project-input-shell.is-active,.dark-mode .project-input-shell:focus-within,.dark-mode .project-input-shell.selected,.dark-mode .project-input-shell.is-active{border-color:#967dff!important;box-shadow:0 0 0 4px #967dff33,0 12px 35px #967dff26!important}.dark .project-input-field::placeholder,.dark-mode .project-input-field::placeholder{color:#ffffff6b}.project-input-shell textarea,.project-input-shell input,.input-container-wrapper textarea,.input-container-wrapper input,.dark .project-input-shell textarea,.dark .project-input-shell input,.dark .input-container-wrapper textarea,.dark .input-container-wrapper input,.dark-mode .project-input-shell textarea,.dark-mode .project-input-shell input,.dark-mode .input-container-wrapper textarea,.dark-mode .input-container-wrapper input,[data-theme=dark] .project-input-shell textarea,[data-theme=dark] .project-input-shell input,[data-theme=dark] .input-container-wrapper textarea,[data-theme=dark] .input-container-wrapper input{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.dark .input-container-wrapper:focus-within,.dark-mode .input-container-wrapper:focus-within,[data-theme=dark] .input-container-wrapper:focus-within{border-color:#967dff!important;box-shadow:0 0 0 4px #967dff33,0 12px 35px #967dff26!important}.dark .input-container-wrapper:focus-within,.dark-mode .input-container-wrapper:focus-within,[data-theme=dark] .input-container-wrapper:focus-within{border-color:#8c74ffcc!important;box-shadow:0 0 0 4px #7457ff26,0 12px 30px #00000080!important}.dark .input-container-wrapper textarea,.dark .input-container-wrapper input,.dark .input-container-wrapper textarea:focus,.dark .input-container-wrapper input:focus,.dark .input-container-wrapper textarea:focus-visible,.dark .input-container-wrapper input:focus-visible,.dark-mode .input-container-wrapper textarea,.dark-mode .input-container-wrapper input,.dark-mode .input-container-wrapper textarea:focus,.dark-mode .input-container-wrapper input:focus,.dark-mode .input-container-wrapper textarea:focus-visible,.dark-mode .input-container-wrapper input:focus-visible,[data-theme=dark] .input-container-wrapper textarea,[data-theme=dark] .input-container-wrapper input,[data-theme=dark] .input-container-wrapper textarea:focus,[data-theme=dark] .input-container-wrapper input:focus,[data-theme=dark] .input-container-wrapper textarea:focus-visible,[data-theme=dark] .input-container-wrapper input:focus-visible{border:none!important;border-bottom:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.dark .input-container-wrapper [class*=input],.dark .input-container-wrapper [class*=textarea],.dark .input-container-wrapper [class*=field],.dark .input-container-wrapper [class*=core],.dark .input-container-wrapper [class*=box],.dark-mode .input-container-wrapper [class*=input],.dark-mode .input-container-wrapper [class*=textarea],.dark-mode .input-container-wrapper [class*=field],.dark-mode .input-container-wrapper [class*=core],.dark-mode .input-container-wrapper [class*=box],[data-theme=dark] .input-container-wrapper [class*=input],[data-theme=dark] .input-container-wrapper [class*=textarea],[data-theme=dark] .input-container-wrapper [class*=field],[data-theme=dark] .input-container-wrapper [class*=core],[data-theme=dark] .input-container-wrapper [class*=box]{border:none!important;border-bottom:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.storyboard-card{position:relative;padding:10px 10px 0;overflow:hidden;border:1px solid #e7e7e7;border-radius:42px;background:#fbfbfb;box-shadow:inset 0 1px #fff,0 20px 45px #1e1e1e1a;transition:all .45s ease;cursor:pointer}.storyboard-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px #fff,0 28px 55px #1e1e1e24}.storyboard-card:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;opacity:.28;pointer-events:none;mix-blend-mode:multiply;background:url(/textures/frost-noise.png) center / 280px,radial-gradient(circle,rgba(30,30,30,.18) 0 .55px,transparent .8px);background-size:280px,4px 4px}.storyboard-card:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff4d,inset 0 -18px 28px #00000006}.storyboard-card-preview{position:relative;z-index:1;aspect-ratio:1 / .7;overflow:hidden;border-radius:32px;background:#e8e8e8;box-shadow:inset 0 0 0 1px #ffffff40}.storyboard-card-preview img{width:100%;height:100%;display:block;object-fit:cover}.storyboard-card-preview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 65%,rgba(5,7,12,.25));pointer-events:none}.storyboard-card-preview .placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d4d4d4)}.storyboard-card-badge{position:absolute;z-index:2;right:12px;top:12px;padding:6px 9px;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:#0a0c1185;color:#fff;font-size:9px;font-weight:600;letter-spacing:.12em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.storyboard-card-info{position:relative;z-index:1;padding:16px 14px 14px}.storyboard-card-info h3{margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.25;letter-spacing:-.035em;color:#171717}.storyboard-card-info p{margin:0 0 10px;color:#777;font-size:11px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.storyboard-card-info time{display:inline-block;color:#aaa;font-size:10px;letter-spacing:.02em}.dark .storyboard-card,[data-theme=dark] .storyboard-card{background:radial-gradient(circle at 14% 5%,rgba(255,255,255,.08),transparent 28%),linear-gradient(145deg,#222426,#151617);border-color:#45494c;box-shadow:inset 0 1px #ffffff29,inset 0 -1px #000000b8,0 0 0 1px #ffffff06,0 24px 55px #000000a6}.dark .storyboard-card:hover,[data-theme=dark] .storyboard-card:hover{box-shadow:inset 0 1px #ffffff29,inset 0 -1px #000000b8,0 0 0 1px #ffffff0a,0 32px 65px #000000bf}.dark .storyboard-card:before,[data-theme=dark] .storyboard-card:before{opacity:.68;mix-blend-mode:screen;filter:brightness(.58) contrast(1.65);background:url(/textures/frost-noise.png) center / 230px,radial-gradient(circle,rgba(255,255,255,.45) 0 .55px,transparent .85px);background-size:230px,3px 3px}.dark .storyboard-card:after,[data-theme=dark] .storyboard-card:after{box-shadow:inset 0 0 0 1px #ffffff14,inset 0 14px 25px #ffffff06,inset 0 -20px 35px #00000047}.dark .storyboard-card-preview,[data-theme=dark] .storyboard-card-preview{border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #0006,0 10px 25px #0000004d}.dark .storyboard-card-preview .placeholder,[data-theme=dark] .storyboard-card-preview .placeholder{background:linear-gradient(135deg,#2a2a2e,#1a1a1e)}.dark .storyboard-card-info h3,[data-theme=dark] .storyboard-card-info h3{color:#fff}.dark .storyboard-card-info p,[data-theme=dark] .storyboard-card-info p{color:#aaaeb1}.dark .storyboard-card-info time,[data-theme=dark] .storyboard-card-info time{color:#777c80}.storyboard-card.selected{outline:2px solid #171717}.dark .storyboard-card.selected,[data-theme=dark] .storyboard-card.selected{outline:2px solid #fff}@media(max-width:600px){.storyboard-card{border-radius:34px}.storyboard-card-preview{border-radius:27px}}
