@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;min-height:100%}body{color:#f2f4f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0d0f;width:100%;min-height:100vh;margin:0;padding:0;font-family:Manrope,sans-serif}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#f2f4f5;font-family:Space Grotesk,sans-serif;font-weight:600}p,span,label,input,button,textarea,select{font-family:Manrope,sans-serif}a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent;border:0;outline:none}input,textarea,select{-webkit-tap-highlight-color:transparent;outline:none}a:focus,a:focus-visible,button:focus,button:focus-visible,input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{outline:none}a,button,input,textarea,select,label{-webkit-tap-highlight-color:transparent}img,svg,video,canvas{max-width:100%;display:block}button{cursor:pointer}:root{--bilt-bg:#0b0d0f;--bilt-surface:#13161a;--bilt-text:#f2f4f5;--bilt-muted:#8b929a;--bilt-accent:#b8ff3d;--bilt-accent-dark:#8fcf20}.toast{z-index:9999;color:#f2f4f5;background:#13161a;border:1px solid #f2f4f514;border-radius:10px;align-items:center;gap:18px;min-width:280px;max-width:380px;padding:14px 16px;animation:.35s cubic-bezier(.22,1,.36,1) toast-in;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 12px 35px #00000059,0 2px 8px #0003}.toast__content{flex:1;align-items:center;gap:11px;min-width:0;display:flex}.toast__content p{color:#f2f4f5;margin:0;font-size:14px;line-height:1.4}.toast__indicator{background:#b8ff3d;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #b8ff3d59}.toast__close{color:#8b929a;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:20px;line-height:1;transition:color .2s,transform .2s;display:flex}.toast__close:hover{color:#f2f4f5;transform:scale(1.08)}.toast--error .toast__indicator{background:#ff5c5c;box-shadow:0 0 10px #ff5c5c4d}.toast--warning .toast__indicator{background:#fc6;box-shadow:0 0 10px #ffcc664d}.toast--info .toast__indicator{background:#8b929a;box-shadow:0 0 10px #8b929a4d}@keyframes toast-in{0%{opacity:0;transform:translate(20px,-8px)scale(.97)}to{opacity:1;transform:translate(0,0)scale(1)}}@media (width<=480px){.toast{min-width:0;max-width:none;top:16px;left:16px;right:16px}}.login-page{color:#f2f4f5;background:#0b0d0f;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 24px;display:flex;position:relative;overflow:hidden auto}.login-page:before{content:"";filter:blur(90px);pointer-events:none;background:#b8ff3d09;width:420px;height:420px;position:absolute;top:-240px;left:50%;transform:translate(-50%)}.login-page__top{z-index:1;justify-content:flex-end;align-items:center;width:100%;max-width:400px;margin-bottom:28px;display:flex;position:relative}.login-page__top p{color:#8b929a;margin:0;font-size:13px;line-height:1.5}.login-page__top a{color:#b8ff3d;align-items:center;gap:3px;margin-left:4px;text-decoration:none;transition:color .2s,opacity .2s;display:inline-flex}.login-page__top a:hover{color:#8fcf20}.login-page__notice{z-index:1;background:#13161a;border:1px solid #f2f4f512;border-radius:9px;align-items:flex-start;gap:10px;width:100%;max-width:400px;padding:13px 15px;display:flex;position:relative}.login-page__notice span{color:#b8ff3d;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;padding-top:1px;font-size:11px;font-weight:600}.login-page__notice p{color:#8b929a;margin:0;font-size:11px;line-height:1.55}.login-page__footer{color:#8b929a;z-index:1;justify-content:center;align-items:center;gap:8px;width:100%;max-width:400px;margin-top:40px;font-size:11px;display:flex;position:relative}.login-page__footer span:first-child{color:#f2f4f5;font-weight:600}.login-page__footer span:last-child{opacity:.6}.login-page__footer span:last-child:before{content:"·";margin-right:8px}.login-card{z-index:1;width:100%;max-width:400px;margin-top:32px;position:relative}.login-card__brand{align-items:center;gap:13px;margin-bottom:34px;display:flex}.login-card__brand img,.login-card__brand svg{flex-shrink:0;width:40px;height:40px}.login-card__brand p{color:#8b929a;margin:0;font-size:13px;line-height:1.5}.login-form{flex-direction:column;gap:20px;width:100%;display:flex}.login-form__group{flex-direction:column;gap:8px;width:100%;display:flex}.login-form__group label{color:#f2f4f5;font-size:13px;font-weight:500;line-height:1.4}.login-form__input{background:#13161a;border:1px solid #f2f4f517;border-radius:8px;align-items:center;width:100%;height:48px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.login-form__input:focus-within{border-color:#b8ff3d8c;box-shadow:0 0 0 3px #b8ff3d0f}.login-form__input input{color:#f2f4f5;width:100%;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;padding:0 10px;font-size:13px}.login-form__input input::placeholder{color:#8b929a;opacity:.65}.login-form__input input:disabled{cursor:not-allowed;opacity:.65}.login-form__icon{color:#8b929a;flex-shrink:0;transition:color .2s}.login-form__input:focus-within .login-form__icon{color:#b8ff3d}.login-form__toggle{color:#8b929a;cursor:pointer;background:0 0;border:0;outline:0;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:color .2s,transform .2s;display:flex}.login-form__toggle:hover:not(:disabled){color:#f2f4f5;transform:scale(1.05)}.login-form__toggle:active:not(:disabled){transform:scale(.96)}.login-form__toggle:disabled{cursor:not-allowed;opacity:.5}.login-form__submit{color:#0b0d0f;width:100%;height:48px;font:inherit;cursor:pointer;background:#b8ff3d;border:0;border-radius:8px;margin-top:6px;font-size:13px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s,opacity .2s}.login-form__submit:hover:not(:disabled){background:#8fcf20;transform:translateY(-1px);box-shadow:0 7px 20px #b8ff3d1a}.login-form__submit:active:not(:disabled){transform:translateY(0)}.login-form__submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.login-page{padding:28px 20px}}@media (width<=520px){.login-page{justify-content:center;min-height:100svh;padding:24px 18px;overflow:hidden auto}.login-page__top{justify-content:center;max-width:400px;margin-bottom:24px}.login-page__notice{max-width:400px}.login-page__footer{max-width:400px;margin-top:32px}.login-card{max-width:400px;margin-top:28px}.login-card__brand{gap:12px;margin-bottom:30px}.login-card__brand img,.login-card__brand svg{width:38px;height:38px}.login-card__brand p{font-size:12px}.login-form{gap:18px}.login-form__input,.login-form__submit{height:48px}}@media (width<=380px){.login-page{padding:20px 15px}.login-page__top{margin-bottom:20px}.login-page__top p{font-size:12px}.login-page__notice{padding:12px 13px}.login-page__notice span,.login-page__notice p{font-size:10px}.login-page__footer{margin-top:28px;font-size:10px}.login-card{margin-top:24px}.login-card__brand{margin-bottom:26px}}.signup-page{color:#f2f4f5;background:#0b0d0f;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 24px;display:flex;position:relative;overflow:hidden auto}.signup-page:before{content:"";filter:blur(90px);pointer-events:none;background:#b8ff3d09;width:420px;height:420px;position:absolute;top:-240px;left:50%;transform:translate(-50%)}.signup-page__top{z-index:1;justify-content:flex-end;align-items:center;width:100%;max-width:400px;margin-bottom:28px;display:flex;position:relative}.signup-page__top p{color:#8b929a;margin:0;font-size:13px;line-height:1.5}.signup-page__top a{color:#b8ff3d;align-items:center;gap:3px;margin-left:4px;text-decoration:none;transition:color .2s,opacity .2s;display:inline-flex}.signup-page__top a:hover{color:#8fcf20}.signup-page__notice{z-index:1;background:#13161a;border:1px solid #f2f4f512;border-radius:9px;align-items:flex-start;gap:10px;width:100%;max-width:400px;padding:13px 15px;display:flex;position:relative}.signup-page__notice span{color:#b8ff3d;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;padding-top:1px;font-size:11px;font-weight:600}.signup-page__notice p{color:#8b929a;margin:0;font-size:11px;line-height:1.55}.signup-page__footer{color:#8b929a;z-index:1;justify-content:center;align-items:center;gap:8px;width:100%;max-width:400px;margin-top:40px;font-size:11px;display:flex;position:relative}.signup-page__footer span:first-child{color:#f2f4f5;font-weight:600}.signup-page__footer span:last-child{opacity:.6}.signup-page__footer span:last-child:before{content:"·";margin-right:8px}.signup-card{z-index:1;width:100%;max-width:400px;margin-top:32px;position:relative}.signup-card__brand{align-items:center;gap:13px;margin-bottom:34px;display:flex}.signup-card__brand img{flex-shrink:0;width:40px;height:40px}.signup-card__brand p{color:#8b929a;margin:0;font-size:13px;line-height:1.5}.signup-form{flex-direction:column;gap:20px;width:100%;display:flex}.signup-form__group{flex-direction:column;gap:8px;width:100%;display:flex}.signup-form__group label{color:#f2f4f5;font-size:13px;font-weight:500;line-height:1.4}.signup-form__input{background:#13161a;border:1px solid #f2f4f517;border-radius:8px;align-items:center;width:100%;height:48px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.signup-form__input:focus-within{border-color:#b8ff3d8c;box-shadow:0 0 0 3px #b8ff3d0f}.signup-form__input input{color:#f2f4f5;width:100%;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;padding:0 10px;font-size:13px}.signup-form__input input::placeholder{color:#8b929a;opacity:.65}.signup-form__input input:disabled{cursor:not-allowed;opacity:.65}.signup-form__icon{color:#8b929a;flex-shrink:0;transition:color .2s}.signup-form__input:focus-within .signup-form__icon{color:#b8ff3d}.signup-form__toggle{color:#8b929a;cursor:pointer;background:0 0;border:0;outline:0;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:color .2s,transform .2s;display:flex}.signup-form__toggle:hover:not(:disabled){color:#f2f4f5;transform:scale(1.05)}.signup-form__toggle:active:not(:disabled){transform:scale(.96)}.signup-form__toggle:disabled{cursor:not-allowed;opacity:.5}.signup-form__terms{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;width:100%;display:flex}.signup-form__terms input{opacity:0;pointer-events:none;position:absolute}.signup-form__checkbox{color:#0b0d0f;background:#13161a;border:1px solid #f2f4f529;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.signup-form__checkbox svg{opacity:0;transition:opacity .15s,transform .15s;transform:scale(.7)}.signup-form__terms input:checked+.signup-form__checkbox{background:#b8ff3d;border-color:#b8ff3d;box-shadow:0 0 0 3px #b8ff3d0f}.signup-form__terms input:checked+.signup-form__checkbox svg{opacity:1;transform:scale(1)}.signup-form__terms input:focus-visible+.signup-form__checkbox{border-color:#b8ff3db3;box-shadow:0 0 0 3px #b8ff3d14}.signup-form__terms-text{color:#8b929a;font-size:11px;line-height:1.55}.signup-form__terms-text a{color:#f2f4f5;text-underline-offset:2px;-webkit-text-decoration:underline #f2f4f540;text-decoration:underline #f2f4f540;transition:color .2s,text-decoration-color .2s}.signup-form__terms-text a:hover{color:#b8ff3d;text-decoration-color:#b8ff3d}.signup-form__submit{color:#0b0d0f;width:100%;height:48px;font:inherit;cursor:pointer;background:#b8ff3d;border:0;border-radius:8px;margin-top:2px;font-size:13px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s,opacity .2s}.signup-form__submit:hover:not(:disabled){background:#8fcf20;transform:translateY(-1px);box-shadow:0 7px 20px #b8ff3d1a}.signup-form__submit:active:not(:disabled){transform:translateY(0)}.signup-form__submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.signup-page{padding:28px 20px}}@media (width<=520px){.signup-page{justify-content:center;min-height:100svh;padding:24px 18px;overflow:hidden auto}.signup-page__top{justify-content:center;max-width:400px;margin-bottom:24px}.signup-page__notice{max-width:400px}.signup-page__footer{max-width:400px;margin-top:32px}.signup-card{max-width:400px;margin-top:28px}.signup-card__brand{gap:12px;margin-bottom:30px}.signup-card__brand img{width:38px;height:38px}.signup-card__brand p{font-size:12px}.signup-form{gap:18px}.signup-form__input,.signup-form__submit{height:48px}}@media (width<=380px){.signup-page{padding:20px 15px}.signup-page__top{margin-bottom:20px}.signup-page__top p{font-size:12px}.signup-page__notice{padding:12px 13px}.signup-page__notice span,.signup-page__notice p{font-size:10px}.signup-page__footer{margin-top:28px;font-size:10px}.signup-card{margin-top:24px}.signup-card__brand{margin-bottom:26px}.signup-form__terms-text{font-size:10px}}.sidebar{z-index:100;background:#0b0d0f;border-right:1px solid #1a1e22;flex-direction:column;justify-content:space-between;width:240px;height:100vh;padding:24px 14px 16px;transition:transform .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.sidebar__top{flex-direction:column;min-width:0;display:flex}.sidebar__brand{align-items:center;gap:10px;height:42px;margin-bottom:16px;padding:0 10px;display:flex}.sidebar__brand-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.sidebar__brand-name{color:#f2f4f5;letter-spacing:-.04em;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.sidebar__subscription{background:#101316;border:1px solid #1a1e22;border-radius:8px;margin:0 6px 20px;padding:11px 12px}.sidebar__subscription-plan{color:#b8ff3d;text-transform:capitalize;margin-bottom:7px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.sidebar__subscription-details{color:#666d75;flex-direction:column;gap:3px;font-family:Manrope,sans-serif;font-size:10px;font-weight:500;line-height:1.4;display:flex}.sidebar__subscription-details span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar__nav{flex-direction:column;gap:4px;display:flex}.sidebar__link{color:#8b929a;border-radius:7px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 11px;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:color .18s,background-color .18s;display:flex;position:relative}.sidebar__link:hover,.sidebar__link--active{color:#f2f4f5;background:#13161a}.sidebar__link--active:before{content:"";background:#b8ff3d;border-radius:0 2px 2px 0;width:2px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar__icon{color:currentColor;flex-shrink:0}.sidebar__account-area{flex-direction:column;gap:5px;margin-top:14px;display:flex}.sidebar__account{color:#f2f4f5;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background-color .18s;display:flex}.sidebar__account:hover{background:#13161a}.sidebar__account-icon{color:#b8ff3d;background:#b8ff3d0d;border:1px solid #b8ff3d2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;display:flex}.sidebar__account-info{flex-direction:column;gap:1px;min-width:0;display:flex}.sidebar__account-name{color:#f2f4f5;white-space:nowrap;text-overflow:ellipsis;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;overflow:hidden}.sidebar__account-label{color:#666d75;font-family:Manrope,sans-serif;font-size:10px;font-weight:500}.sidebar__logout{color:#737b84;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 10px;font-family:Manrope,sans-serif;font-size:11px;font-weight:500;transition:color .18s,background-color .18s,border-color .18s;display:flex}.sidebar__logout svg{flex-shrink:0}.sidebar__logout:hover{color:#c85a5a;background:#7d191914;border-color:#be373733}.sidebar__logout:active{background:#7d191924}.sidebar__logout:focus-visible{border-color:#b8ff3d4d;outline:none}.sidebar__logout:disabled{cursor:not-allowed;opacity:.45}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#252a30;border-radius:10px}@media (width<=900px){.sidebar{z-index:1000;width:250px;transform:translate(-100%);box-shadow:20px 0 40px #00000059}.sidebar--open{transform:translate(0)}}@media (width<=420px){.sidebar{width:min(250px,82vw)}.sidebar__account-area{gap:4px}.sidebar__logout{min-height:40px}}@media (prefers-reduced-motion:reduce){.sidebar,.sidebar__link,.sidebar__account,.sidebar__logout{transition:none}}.dashboard{color:#f2f4f5;background:#0b0d0f;width:100%;min-height:100vh}.dashboard__main{min-height:100vh;margin-left:240px}.dashboard__header{z-index:50;-webkit-backdrop-filter:blur(14px);background:#0b0d0feb;border-bottom:1px solid #1a1e22;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.dashboard__menu{color:#8b929a;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .18s,background-color .18s,border-color .18s;display:none}.dashboard__menu:hover{color:#f2f4f5;background:#13161a;border-color:#252a30}.dashboard__header-right{align-items:center;gap:20px;display:flex}.dashboard__balance{align-items:center;gap:8px;display:flex}.dashboard__balance-label{color:#666d75;font-size:11px;font-weight:500}.dashboard__balance-value{color:#f2f4f5;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600}.dashboard__feedback{color:#8b929a;background:0 0;border:1px solid #252a30;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:11px;font-weight:600;transition:color .18s,background-color .18s,border-color .18s;display:flex}.dashboard__feedback:hover{color:#f2f4f5;background:#13161a;border-color:#30363d}.dashboard__feedback svg{flex-shrink:0}.dashboard__content{width:100%;min-height:calc(100vh - 64px);padding:32px}.dashboard__overlay{z-index:900;cursor:default;background:#0000009e;border:0;width:100%;height:100%;padding:0;display:none;position:fixed;inset:0}@media (width<=900px){.dashboard__main{margin-left:0}.dashboard__menu{display:flex}.dashboard__header{padding:0 20px}.dashboard__content{padding:28px 20px}.dashboard__overlay{display:block}}@media (width<=600px){.dashboard__header{height:60px;padding:0 14px}.dashboard__header-right{gap:10px}.dashboard__balance{gap:5px}.dashboard__balance-label{display:none}.dashboard__balance-value{font-size:13px}.dashboard__feedback{width:34px;min-height:34px;padding:0}.dashboard__feedback span{display:none}.dashboard__content{min-height:calc(100vh - 60px);padding:22px 14px}}@media (width<=360px){.dashboard__header{padding:0 10px}.dashboard__content{padding:18px 10px}}.clone-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;display:grid}.clone-stats__item{background:#13161a;border:1px solid #20252a;border-radius:7px;align-items:center;gap:12px;min-width:0;padding:16px 17px;transition:border-color .15s,background .15s;display:flex}.clone-stats__item:hover{background:#15181c;border-color:#30363c}.clone-stats__icon{color:#8b929a;background:#111418;border:1px solid #24292e;border-radius:5px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.clone-stats__content{flex-direction:column;min-width:0;display:flex}.clone-stats__content span{color:#737b84;margin-bottom:3px;font-family:Manrope,sans-serif;font-size:11px;font-weight:500}.clone-stats__content strong{color:#f2f4f5;letter-spacing:-.03em;font-family:Space Grotesk,Manrope,sans-serif;font-size:22px;font-weight:600;line-height:1}.clone-stats__item--active .clone-stats__icon{color:#b8ff3d;background:#b8ff3d0b;border-color:#b8ff3d29}@media (width<=760px){.clone-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=380px){.clone-stats{gap:8px}.clone-stats__item{gap:9px;padding:13px}.clone-stats__icon{flex-basis:28px;width:28px;height:28px}.clone-stats__content strong{font-size:19px}}@media (prefers-reduced-motion:reduce){.clone-stats__item{transition:none}}.clone-activity-graph{background:#13161a;border:1px solid #20252a;border-radius:8px;width:100%;padding:24px}.clone-activity-graph__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.clone-activity-graph__eyebrow{color:#737b84;letter-spacing:.12em;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.clone-activity-graph h2{color:#f2f4f5;letter-spacing:-.02em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:18px;font-weight:600}.clone-activity-graph p{color:#737b84;margin:5px 0 0;font-family:Manrope,sans-serif;font-size:12px}.clone-activity-graph__filters{background:#111418;border:1px solid #20252a;border-radius:6px;align-items:center;gap:3px;padding:3px;display:flex}.clone-activity-graph__filters button{color:#737b84;cursor:pointer;background:0 0;border:0;border-radius:4px;outline:0;padding:6px 10px;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;transition:background .15s,color .15s}.clone-activity-graph__filters button:hover{color:#f2f4f5}.clone-activity-graph__filters button.is-active{color:#f2f4f5;background:#20252a}.clone-activity-graph__chart{width:100%;min-height:260px;position:relative}.clone-activity-graph svg{width:100%;height:260px;display:block;overflow:visible}.clone-activity-graph__axis{stroke:#24292e;stroke-width:1px}.clone-activity-graph__area{fill:url(#cloneActivityFill)}.clone-activity-graph__line{stroke:#b8ff3d;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.clone-activity-graph__point{fill:#b8ff3d;stroke:#13161a;stroke-width:2px}.clone-activity-graph__date{fill:#60676f;font-family:Manrope,sans-serif;font-size:10px}.clone-activity-graph__empty{color:#60676f;justify-content:center;align-items:center;min-height:260px;font-family:Manrope,sans-serif;font-size:12px;display:flex}@media (width<=760px){.clone-activity-graph{padding:20px}.clone-activity-graph__header{flex-direction:column;gap:16px}.clone-activity-graph__filters{width:100%;overflow-x:auto}.clone-activity-graph__filters button{flex:1}}@media (width<=600px){.clone-activity-graph{padding:18px}.clone-activity-graph__chart,.clone-activity-graph svg{height:220px;min-height:220px}}@media (width<=380px){.clone-activity-graph__filters button{padding:6px 7px;font-size:10px}}@media (prefers-reduced-motion:reduce){.clone-activity-graph button{transition:none}}.clone-activity{grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:10px;width:100%;display:grid}.clone-activity__active,.clone-activity__recent{background:#13161a;border:1px solid #20252a;border-radius:8px;min-width:0;padding:24px}.clone-activity__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.clone-activity__eyebrow{color:#737b84;letter-spacing:.12em;margin-bottom:7px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:block}.clone-activity h2{color:#f2f4f5;letter-spacing:-.02em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:18px;font-weight:600}.clone-activity p{color:#737b84;margin:5px 0 0;font-family:Manrope,sans-serif;font-size:12px}.clone-activity__count{color:#8b929a;background:#111418;border:1px solid #24292e;border-radius:5px;justify-content:center;align-items:center;min-width:27px;height:27px;padding:0 8px;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;display:flex}.clone-activity__clone-list{flex-direction:column;display:flex}.clone-activity__clone{border-top:1px solid #20252a;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;display:flex}.clone-activity__clone:first-child{border-top:0;padding-top:0}.clone-activity__clone:last-child{padding-bottom:0}.clone-activity__clone-main{align-items:center;gap:12px;min-width:0;display:flex}.clone-activity__clone-icon{color:#b8ff3d;background:#b8ff3d0b;border:1px solid #b8ff3d26;border-radius:5px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.clone-activity__clone-info{flex-direction:column;min-width:0;display:flex}.clone-activity__clone-info strong{color:#dfe3e6;text-overflow:ellipsis;white-space:nowrap;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;overflow:hidden}.clone-activity__clone-info a{color:#737b84;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;width:fit-content;max-width:100%;margin-top:4px;font-family:Manrope,sans-serif;font-size:10px;text-decoration:none;display:flex;overflow:hidden}.clone-activity__clone-info a:hover{color:#b8ff3d}.clone-activity__clone-meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.clone-activity__status{color:#8b929a;text-transform:capitalize;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:10px;display:flex}.clone-activity__status-dot{background:#b8ff3d;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #b8ff3d0f}.clone-activity__expiry{color:#60676f;white-space:nowrap;align-items:center;gap:5px;font-family:Manrope,sans-serif;font-size:10px;display:flex}.clone-activity__open{color:#737b84;border:1px solid #24292e;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.clone-activity__open:hover{color:#f2f4f5;border-color:#30363c}.clone-activity__delete{color:#b94a4a;cursor:pointer;background:#7d19191f;border:1px solid #be373759;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s,border-color .15s,background .15s;display:flex}.clone-activity__delete:hover{color:#e05a5a;background:#911e1e33;border-color:#d2414199}.clone-activity__delete:active{background:#911e1e47}.clone-activity__delete:disabled{cursor:not-allowed;opacity:.45}.clone-activity__timeline{flex-direction:column;display:flex}.clone-activity__event{border-top:1px solid #20252a;align-items:center;gap:11px;min-width:0;padding:13px 0;display:flex}.clone-activity__event:first-child{border-top:0;padding-top:0}.clone-activity__event:last-child{padding-bottom:0}.clone-activity__event time{color:#60676f;white-space:nowrap;flex-shrink:0;margin-left:auto;font-family:Manrope,sans-serif;font-size:9px}.clone-activity__event-icon{color:#737b84;background:#111418;border:1px solid #24292e;border-radius:5px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.clone-activity__event-icon--active{color:#b8ff3d;background:#b8ff3d0a;border-color:#b8ff3d24}.clone-activity__event-icon--failed{color:#d9a0a0}.clone-activity__event-icon--expired{color:#8b929a}.clone-activity__event-icon--deleted{color:#b94a4a;background:#7d191914;border-color:#be373740}.clone-activity__event-content{flex-direction:column;min-width:0;display:flex}.clone-activity__event-content strong{color:#dfe3e6;text-overflow:ellipsis;white-space:nowrap;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;overflow:hidden}.clone-activity__event-content span{color:#60676f;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-family:Manrope,sans-serif;font-size:9px;overflow:hidden}.clone-activity__empty{color:#60676f;align-items:center;gap:12px;min-height:100px;display:flex}.clone-activity__empty>svg{flex-shrink:0}.clone-activity__empty div{flex-direction:column;gap:4px;display:flex}.clone-activity__empty strong{color:#8b929a;font-family:Manrope,sans-serif;font-size:11px;font-weight:600}.clone-activity__empty span{color:#60676f;font-family:Manrope,sans-serif;font-size:10px}@media (width<=900px){.clone-activity{grid-template-columns:1fr}.clone-activity__clone-meta{gap:12px}}@media (width<=600px){.clone-activity__active,.clone-activity__recent{padding:18px}.clone-activity__clone{flex-direction:column;align-items:flex-start;gap:12px}.clone-activity__clone-meta{width:100%;padding-left:46px}}@media (width<=380px){.clone-activity__active,.clone-activity__recent{padding:16px}.clone-activity__expiry,.clone-activity__event time{display:none}.clone-activity__delete{width:30px;height:30px}}@media (prefers-reduced-motion:reduce){.clone-activity__open,.clone-activity__delete{transition:none}}.overview{width:100%;min-height:100%}.overview__content{flex-direction:column;gap:10px;width:100%;max-width:1280px;margin:0 auto;padding:28px 24px 50px;display:flex}.overview__loading{width:100%;max-width:1280px;margin:0 auto;padding:28px 24px 50px}.overview__loading-line{background:#13161a;border-radius:5px;width:170px;height:22px;margin-bottom:18px}.overview__loading-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px;display:grid}.overview__loading-grid span{background:#13161a;border:1px solid #20252a;border-radius:7px;height:66px}.overview__loading-block{background:#13161a;border:1px solid #20252a;border-radius:8px;height:330px;margin-bottom:10px}.overview__loading-bottom{grid-template-columns:1.45fr .85fr;gap:10px;display:grid}.overview__loading-bottom span{background:#13161a;border:1px solid #20252a;border-radius:8px;height:250px}.overview__error{background:#13161a;border:1px solid #20252a;border-radius:8px;flex-direction:column;gap:6px;width:min(100% - 48px,1280px);margin:28px auto;padding:20px;display:flex}.overview__error strong{color:#f2f4f5;font-family:Space Grotesk,Manrope,sans-serif;font-size:14px;font-weight:600}.overview__error span{color:#737b84;font-family:Manrope,sans-serif;font-size:11px}@media (width<=760px){.overview__content,.overview__loading{padding:22px 18px 40px}.overview__loading-grid{grid-template-columns:repeat(2,1fr)}.overview__loading-bottom{grid-template-columns:1fr}}@media (width<=600px){.overview__content,.overview__loading{padding:18px 14px 32px}.overview__loading-line{width:140px}.overview__error{width:calc(100% - 28px);margin:18px auto}}@media (prefers-reduced-motion:reduce){.overview *{transition:none!important;animation:none!important}}.discovery{color:#f2f4f5;width:100%;max-width:920px;margin:0 auto;padding:42px 28px 60px}.discovery__header{margin-bottom:26px}.discovery__header h1{letter-spacing:-.03em;margin:8px 0;font-family:Space Grotesk,Manrope,sans-serif;font-size:30px;font-weight:600;line-height:1.15}.discovery__header p{color:#8b929a;max-width:580px;margin:0;font-family:Manrope,sans-serif;font-size:14px;line-height:1.6}.discovery__eyebrow{color:#b8ff3d;letter-spacing:.08em;text-transform:uppercase;background:#b8ff3d0f;border:1px solid #b8ff3d2e;border-radius:6px;align-items:center;height:24px;padding:0 9px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.discovery__modes{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-bottom:18px;display:grid}.discovery__mode{color:#8b929a;text-align:left;cursor:pointer;background:#111418;border:1px solid #20252a;border-radius:9px;align-items:center;gap:12px;min-width:0;min-height:70px;padding:13px 14px;transition:border-color .16s,background .16s,color .16s,transform .16s;display:flex;position:relative}.discovery__mode:hover:not(:disabled){color:#c5cbd0;background:#15191d;border-color:#30363c;transform:translateY(-1px)}.discovery__mode:active:not(:disabled){transform:translateY(0)}.discovery__mode:disabled{cursor:not-allowed;opacity:.55}.discovery__mode--active{color:#f2f4f5;background:#b8ff3d0b;border-color:#b8ff3d52}.discovery__mode--active:hover:not(:disabled){background:#b8ff3d0f;border-color:#b8ff3d6b}.discovery__mode-icon{color:#737b84;background:#13161a;border:1px solid #2a3036;border-radius:7px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .16s,background .16s,color .16s;display:flex}.discovery__mode--active .discovery__mode-icon{color:#b8ff3d;background:#b8ff3d12;border-color:#b8ff3d33}.discovery__mode-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.discovery__mode-content strong{color:#f2f4f5;font-family:Manrope,sans-serif;font-size:12px;font-weight:650;line-height:1.3}.discovery__mode-content span{color:#737b84;text-overflow:ellipsis;white-space:nowrap;font-family:Manrope,sans-serif;font-size:11px;line-height:1.4;overflow:hidden}.discovery__mode-check{color:#b8ff3d;flex:none}.discovery__direct{background:#13161a;border:1px solid #20252a;border-radius:9px;width:100%;padding:18px}.discovery__direct-intro{align-items:center;gap:12px;margin-bottom:16px;display:flex}.discovery__direct-intro h2{color:#f2f4f5;letter-spacing:-.015em;margin:0 0 4px;font-family:Space Grotesk,Manrope,sans-serif;font-size:16px;font-weight:600;line-height:1.3}.discovery__direct-intro p{color:#737b84;margin:0;font-family:Manrope,sans-serif;font-size:11px;line-height:1.5}.discovery__direct-icon{color:#b8ff3d;background:#b8ff3d0f;border:1px solid #b8ff3d29;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.discovery__hint{color:#737b84;align-items:center;gap:7px;margin-top:10px;font-family:Manrope,sans-serif;font-size:10.5px;line-height:1.4;display:flex}.discovery__hint svg{color:#b8ff3d;flex:none}.discovery__form{align-items:stretch;gap:10px;width:100%;margin-bottom:18px;display:flex}.discovery__form button{color:#0b0d0f;cursor:pointer;background:#b8ff3d;border:1px solid #b8ff3d;border-radius:8px;flex:0 0 108px;justify-content:center;align-items:center;gap:7px;min-width:108px;height:48px;padding:0 18px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700;transition:background .16s,border-color .16s,transform .16s,opacity .16s;display:inline-flex}.discovery__form button:hover:not(:disabled){background:#aef531;border-color:#aef531;transform:translateY(-1px)}.discovery__form button:active:not(:disabled){transform:translateY(0)}.discovery__form button:disabled{cursor:not-allowed;opacity:.55}.discovery__form button svg{flex:none}.discovery__direct .discovery__form{margin-bottom:0}.discovery__input-wrap{color:#8b929a;background:#111418;border:1px solid #24292e;border-radius:8px;flex:auto;align-items:center;min-width:0;height:48px;padding:0 15px;transition:border-color .16s,box-shadow .16s;display:flex}.discovery__input-wrap:focus-within{border-color:#b8ff3d8c;box-shadow:0 0 0 3px #b8ff3d0f}.discovery__input-wrap svg{flex:none;margin-right:11px}.discovery__input-wrap input{color:#f2f4f5;text-overflow:ellipsis;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;font-family:Manrope,sans-serif;font-size:13px}.discovery__input-wrap input::placeholder{color:#60676f}.discovery__input-wrap input:disabled{cursor:not-allowed;opacity:.6}.discovery__processing{background:#13161a;border:1px solid #24292e;border-radius:9px;align-items:center;gap:13px;min-height:66px;padding:12px 14px;display:flex}.discovery__processing-icon{color:#b8ff3d;background:#b8ff3d0f;border:1px solid #b8ff3d29;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.discovery__processing-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.discovery__processing-content strong{color:#f2f4f5;font-family:Manrope,sans-serif;font-size:13px;font-weight:650}.discovery__processing-content span{color:#777f88;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Manrope,sans-serif;font-size:12px;overflow:hidden}.discovery__processing-actions{flex:none;align-items:center;gap:10px;display:flex}.discovery__live{color:#b8ff3d;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.discovery__live:before{content:"";background:#b8ff3d;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite discovery-pulse}.discovery__cancel{color:#8b929a;cursor:pointer;background:0 0;border:1px solid #2a3036;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 10px;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;transition:border-color .16s,color .16s,background .16s;display:inline-flex}.discovery__cancel:hover{color:#f2f4f5;background:#181c20;border-color:#3a4148}.discovery__live-list{background:#13161ab8;border:1px solid #20252a;border-radius:8px;margin-top:10px;padding:12px 14px}.discovery__live-list-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.discovery__live-list-header span{color:#737b84;font-family:Manrope,sans-serif;font-size:11px;font-weight:600}.discovery__live-list-header strong{color:#b8ff3d;font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.discovery__live-items{flex-direction:column;gap:5px;display:flex}.discovery__live-item{background:#ffffff05;border-radius:5px;align-items:center;gap:8px;min-width:0;min-height:28px;padding:0 7px;animation:.18s ease-out discovery-item-in;display:flex}.discovery__live-item svg{color:#b8ff3d;flex:none}.discovery__live-item span{color:#9da4ab;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Manrope,sans-serif;font-size:11px;overflow:hidden}.discovery__results{border-top:1px solid #20252a;margin-top:24px;padding-top:22px}.discovery__results-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;display:flex}.discovery__results-title{align-items:center;gap:9px;display:flex}.discovery__results-title h2{color:#f2f4f5;letter-spacing:-.015em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:17px;font-weight:600}.discovery__count{color:#b8ff3d;background:#b8ff3d14;border-radius:5px;justify-content:center;align-items:center;min-width:24px;height:22px;padding:0 7px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.discovery__results-header p{color:#737b84;margin:5px 0 0;font-family:Manrope,sans-serif;font-size:12px}.discovery__select-all{color:#8b929a;cursor:pointer;background:0 0;border:0;flex:none;padding:5px 0;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;transition:color .16s}.discovery__select-all:hover{color:#b8ff3d}.discovery__list{scrollbar-width:thin;scrollbar-color:#2a3036 transparent;flex-direction:column;gap:5px;max-height:440px;padding-right:3px;display:flex;overflow-y:auto}.discovery__list::-webkit-scrollbar{width:5px}.discovery__list::-webkit-scrollbar-track{background:0 0}.discovery__list::-webkit-scrollbar-thumb{background:#2a3036;border-radius:10px}.discovery__item{color:#8b929a;text-align:left;cursor:pointer;background:#111418;border:1px solid #20252a;border-radius:7px;align-items:center;width:100%;min-height:44px;padding:0 12px;transition:border-color .14s,background .14s,color .14s;display:flex}.discovery__item:hover{color:#c5cbd0;background:#15191d;border-color:#30363c}.discovery__item--selected{color:#f2f4f5;background:#b8ff3d0b;border-color:#b8ff3d47}.discovery__item--selected:hover{background:#b8ff3d0f;border-color:#b8ff3d61}.discovery__checkbox{color:#0b0d0f;border:1px solid #3a4148;border-radius:4px;flex:0 0 17px;justify-content:center;align-items:center;width:17px;height:17px;margin-right:11px;transition:border-color .14s,background .14s;display:flex}.discovery__checkbox--checked{background:#b8ff3d;border-color:#b8ff3d}.discovery__url{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Manrope,sans-serif;font-size:12px;line-height:1.4;overflow:hidden}.discovery__footer{border-top:1px solid #20252a;justify-content:space-between;align-items:center;gap:18px;margin-top:12px;padding-top:13px;display:flex}.discovery__footer>button{color:#0b0d0f;cursor:pointer;background:#b8ff3d;border:1px solid #b8ff3d;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:7px;min-width:94px;height:36px;padding:0 15px;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;transition:background .16s,opacity .16s,transform .16s;display:inline-flex}.discovery__footer>button:hover:not(:disabled){background:#aef531;transform:translateY(-1px)}.discovery__footer>button:active:not(:disabled){transform:translateY(0)}.discovery__footer>button:disabled{cursor:not-allowed;opacity:.35}.discovery__selection{flex:1;align-items:center;gap:18px;min-width:0;display:flex}.discovery__selection>div:first-child{color:#737b84;flex:none;font-family:Manrope,sans-serif;font-size:11px}.discovery__selection>div:first-child strong{color:#f2f4f5;font-weight:700}.discovery__pricing{align-items:center;gap:10px;min-width:0;display:flex}.discovery__pricing span{color:#737b84;white-space:nowrap;font-family:Manrope,sans-serif;font-size:11px}.discovery__pricing strong{color:#f2f4f5;white-space:nowrap;font-family:Space Grotesk,Manrope,sans-serif;font-size:14px;font-weight:600}.discovery__empty{color:#6f777f;border:1px dashed #292f35;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:100px;font-family:Manrope,sans-serif;font-size:12px;display:flex}.discovery__empty svg{color:#626a72}.discovery__cancelled{background:#13161a;border:1px solid #252a30;border-radius:8px;align-items:center;gap:12px;margin-top:18px;padding:13px 14px;display:flex}.discovery__cancelled-icon{color:#8b929a;background:#ffffff09;border-radius:7px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.discovery__cancelled-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.discovery__cancelled-content strong{color:#d8dcdf;font-family:Manrope,sans-serif;font-size:12px;font-weight:650}.discovery__cancelled-content span{color:#737b84;font-family:Manrope,sans-serif;font-size:11px;line-height:1.4}.discovery__cancelled>button{color:#9da4ab;cursor:pointer;background:0 0;border:1px solid #30363c;border-radius:6px;flex:none;height:31px;padding:0 10px;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;transition:border-color .16s,color .16s,background .16s}.discovery__cancelled>button:hover{color:#b8ff3d;background:#b8ff3d0a;border-color:#b8ff3d4d}.discovery__spinner{animation:.9s linear infinite discovery-spin}@keyframes discovery-spin{to{transform:rotate(360deg)}}@keyframes discovery-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes discovery-item-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.discovery{padding:32px 20px 48px}.discovery__header{margin-bottom:22px}.discovery__header h1{font-size:27px}.discovery__processing{align-items:flex-start}.discovery__processing-content span{white-space:normal;line-height:1.4}.discovery__footer{gap:14px}.discovery__selection{gap:12px}}@media (width<=600px){.discovery{padding:26px 16px 40px}.discovery__header{margin-bottom:20px}.discovery__header h1{margin-top:7px;font-size:24px}.discovery__header p{font-size:13px;line-height:1.55}.discovery__modes{grid-template-columns:1fr;gap:8px;margin-bottom:14px}.discovery__mode{min-height:64px;padding:11px 12px}.discovery__mode-icon{flex-basis:34px;width:34px;height:34px}.discovery__direct{padding:14px}.discovery__direct-intro{align-items:flex-start;gap:10px;margin-bottom:13px}.discovery__direct-intro h2{font-size:15px}.discovery__direct-intro p{font-size:10.5px}.discovery__direct-icon{flex-basis:35px;width:35px;height:35px}.discovery__form{flex-direction:column;gap:9px;margin-bottom:16px}.discovery__form button{flex-basis:46px;width:100%;height:46px}.discovery__direct .discovery__form{margin-bottom:0}.discovery__input-wrap{width:100%;height:46px;padding:0 13px}.discovery__input-wrap input{font-size:13px}.discovery__hint{margin-top:9px;font-size:10px}.discovery__processing{grid-template-columns:38px minmax(0,1fr);gap:11px 12px;padding:12px;display:grid}.discovery__processing-icon{grid-area:1/1}.discovery__processing-content{grid-area:1/2}.discovery__processing-content strong{font-size:12px}.discovery__processing-content span{white-space:normal;font-size:11px}.discovery__processing-actions{grid-column:1/-1;justify-content:space-between;width:100%;padding-left:50px}.discovery__cancel{height:31px}.discovery__live-list{margin-top:9px;padding:10px}.discovery__live-item{min-height:30px;padding:0 6px}.discovery__live-item span{font-size:10.5px}.discovery__results{margin-top:20px;padding-top:18px}.discovery__results-header{align-items:flex-start;gap:12px;margin-bottom:12px}.discovery__results-title{gap:7px}.discovery__results-title h2{font-size:16px}.discovery__results-header p{max-width:260px;font-size:11px;line-height:1.4}.discovery__select-all{white-space:nowrap;padding-top:2px}.discovery__list{max-height:52vh;padding-right:1px}.discovery__item{min-height:44px;padding:8px 10px}.discovery__checkbox{margin-right:9px}.discovery__url{font-size:11px;line-height:1.35}.discovery__footer{flex-direction:column;align-items:stretch;gap:11px;margin-top:10px;padding-top:12px}.discovery__selection{justify-content:space-between;gap:12px;width:100%}.discovery__pricing{gap:8px;margin-left:auto}.discovery__pricing span{font-size:10px}.discovery__pricing strong{font-size:14px}.discovery__footer>button{width:100%;height:44px}.discovery__cancelled{grid-template-columns:34px minmax(0,1fr);gap:10px 11px;padding:12px;display:grid}.discovery__cancelled-icon{grid-area:1/1}.discovery__cancelled-content{grid-area:1/2}.discovery__cancelled-content span{font-size:10.5px}.discovery__cancelled>button{grid-column:1/-1;width:100%;height:38px}}@media (width<=380px){.discovery{padding-left:12px;padding-right:12px}.discovery__header h1{font-size:22px}.discovery__header p{font-size:12px}.discovery__eyebrow{height:22px;padding:0 8px;font-size:10px}.discovery__mode{min-height:60px;padding:10px}.discovery__mode-icon{flex-basis:32px;width:32px;height:32px}.discovery__mode-content strong{font-size:11.5px}.discovery__mode-content span{font-size:10px}.discovery__direct{padding:12px}.discovery__input-wrap{height:44px;padding:0 11px}.discovery__input-wrap svg{width:16px;height:16px;margin-right:8px}.discovery__input-wrap input{font-size:12px}.discovery__form button{flex-basis:44px;height:44px}.discovery__processing-actions{padding-left:0}.discovery__results-header{gap:8px}.discovery__results-header p{max-width:220px}.discovery__select-all{font-size:10px}.discovery__selection{flex-direction:column;align-items:flex-start;gap:5px}.discovery__pricing{justify-content:space-between;width:100%;margin-left:0}.discovery__item{min-height:42px;padding:7px 8px}.discovery__checkbox{flex-basis:16px;width:16px;height:16px;margin-right:8px}.discovery__url{font-size:10.5px}}@media (prefers-reduced-motion:reduce){.discovery__spinner,.discovery__live:before,.discovery__live-item{animation:none}.discovery__form button,.discovery__input-wrap,.discovery__cancel,.discovery__select-all,.discovery__item,.discovery__checkbox,.discovery__footer>button,.discovery__cancelled>button,.discovery__mode,.discovery__mode-icon{transition:none}}.create-clone{color:#f2f4f5;width:100%;max-width:920px;margin:0 auto;padding:34px 24px 60px}.create-clone__header{margin-bottom:28px}.create-clone__header h1{color:#f2f4f5;letter-spacing:-.7px;margin:8px 0;font-size:32px;font-weight:700;line-height:1.15}.create-clone__header p{color:#8b929a;max-width:620px;margin:0;font-size:14px;line-height:1.6}.create-clone__back{color:#8b929a;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:20px;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:color .2s,transform .2s;display:inline-flex}.create-clone__back:hover{color:#f2f4f5;transform:translate(-2px)}.create-clone__back:focus-visible{outline-offset:4px;border-radius:3px;outline:2px solid #b8ff3d}.create-clone__eyebrow{color:#8b929a;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.create-clone__error{color:#ff8585;background:#ff464612;border:1px solid #ff55552e;border-radius:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;line-height:1.5}.create-clone__summary{background:#13161a;border:1px solid #24292e;border-radius:12px;align-items:center;gap:14px;min-width:0;margin-bottom:18px;padding:17px 18px;display:flex}.create-clone__summary-icon{color:#b8ff3d;background:#111418;border:1px solid #2a3036;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.create-clone__summary-content{flex:1;min-width:0}.create-clone__summary-content span{color:#8b929a;letter-spacing:.7px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.create-clone__summary-content strong{color:#dce1e5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;display:block;overflow:hidden}.create-clone__pages{background:#13161a;border:1px solid #24292e;border-radius:12px;margin-bottom:18px;overflow:hidden}.create-clone__section-header{border-bottom:1px solid #24292e;justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;display:flex}.create-clone__section-header>div{align-items:center;gap:9px;min-width:0;display:flex}.create-clone__section-header>span{color:#8b929a;white-space:nowrap;flex-shrink:0;font-size:12px}.create-clone__section-header strong{color:#dce1e5;background:#1b2024;border-radius:6px;justify-content:center;align-items:center;min-width:24px;height:22px;padding:0 7px;font-size:11px;font-weight:600;display:inline-flex}.create-clone__section-label{color:#cbd1d6;font-size:12px;font-weight:600}.create-clone__page-list{scrollbar-width:thin;scrollbar-color:#2a3036 transparent;max-height:240px;overflow-y:auto}.create-clone__page-list::-webkit-scrollbar{width:5px}.create-clone__page-list::-webkit-scrollbar-track{background:0 0}.create-clone__page-list::-webkit-scrollbar-thumb{background:#2a3036;border-radius:10px}.create-clone__page{color:#8b929a;border-bottom:1px solid #1d2226;align-items:center;gap:10px;min-width:0;padding:12px 18px;font-size:12px;display:flex}.create-clone__page:last-child{border-bottom:0}.create-clone__page svg{color:#b8ff3d;flex-shrink:0}.create-clone__page span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.create-clone__form{background:#13161a;border:1px solid #24292e;border-radius:12px;padding:21px}.create-clone__form-header{margin-bottom:22px}.create-clone__form-header>div{min-width:0}.create-clone__form-header .create-clone__section-label{color:#dce1e5;margin-bottom:5px;font-size:14px;font-weight:600;display:block}.create-clone__form-header p{color:#737c84;margin:0;font-size:12px;line-height:1.5}.create-clone__field{margin-bottom:17px}.create-clone__field label{color:#b8c0c6;align-items:center;gap:7px;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.create-clone__field label svg{color:#8b929a;flex-shrink:0}.create-clone__field label span{color:#687078;margin-left:3px;font-size:10px;font-weight:500}.create-clone__field input{box-sizing:border-box;color:#e7ebee;background:#0b0d0f;border:1px solid #2a3036;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,background .2s,box-shadow .2s}.create-clone__field input::placeholder{color:#596168}.create-clone__field input:hover{border-color:#353d44}.create-clone__field input:focus{background:#0d1012;border-color:#b8ff3d8c;box-shadow:0 0 0 3px #b8ff3d0f}.create-clone__total{border-top:1px solid #24292e;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:17px 0;display:flex}.create-clone__total>div{flex-direction:column;gap:4px;min-width:0;display:flex}.create-clone__total span{color:#cbd1d6;font-size:13px;font-weight:600}.create-clone__total small{color:#737c84;font-size:11px}.create-clone__total strong{color:#b8ff3d;letter-spacing:-.5px;flex-shrink:0;font-size:23px;font-weight:700}.create-clone__submit{color:#0b0d0f;cursor:pointer;background:#b8ff3d;border:1px solid #b8ff3d;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:4px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}.create-clone__submit:hover:not(:disabled){background:#aef531;border-color:#aef531;transform:translateY(-1px);box-shadow:0 6px 22px #b8ff3d1f}.create-clone__submit:active:not(:disabled){transform:translateY(0)}.create-clone__submit:disabled{opacity:.55;cursor:not-allowed}.create-clone__submit:focus-visible{outline-offset:3px;outline:2px solid #b8ff3d}@media (width<=640px){.create-clone{padding:26px 16px 44px}.create-clone__header{margin-bottom:24px}.create-clone__header h1{letter-spacing:-.5px;font-size:27px}.create-clone__header p{font-size:13px}.create-clone__back{margin-bottom:17px}.create-clone__summary{padding:14px}.create-clone__pages{border-radius:11px}.create-clone__section-header{flex-direction:column;align-items:flex-start;gap:9px;padding:14px}.create-clone__page{padding:11px 14px}.create-clone__form{padding:17px}.create-clone__total strong{font-size:20px}}@media (width<=400px){.create-clone{padding:22px 13px 38px}.create-clone__header h1{font-size:24px}.create-clone__summary{gap:11px;padding:13px}.create-clone__summary-icon{width:36px;height:36px}.create-clone__summary-content strong{font-size:12px}.create-clone__form{padding:15px}.create-clone__total{gap:12px}.create-clone__total span{font-size:12px}.create-clone__total small{font-size:10px}.create-clone__total strong{font-size:18px}}@media (prefers-reduced-motion:reduce){.create-clone__back,.create-clone__submit{transition:none}.create-clone__back:hover,.create-clone__submit:hover:not(:disabled){transform:none}}.clone-creating{box-sizing:border-box;color:#f2f4f5;background:#0b0d0f;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:48px 24px;display:flex}.clone-creating__container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:680px;display:flex}.clone-creating__icon{color:#b8ff3d;background:#b8ff3d0f;border:1px solid #b8ff3d33;border-radius:15px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:22px;transition:background .25s,border-color .25s,color .25s;display:flex;box-shadow:0 10px 30px #00000040}.clone-creating__icon--success{color:#b8ff3d;background:#b8ff3d17;border-color:#b8ff3d4d}.clone-creating__icon--error{color:#ff7373;background:#ff5a5a0f;border-color:#ff5a5a38}.clone-creating__spinner{animation:.9s linear infinite cloneCreatingSpin}.clone-creating__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#b8ff3d;margin-bottom:10px;font-size:11px;font-weight:700;line-height:1;display:block}.clone-creating h1{letter-spacing:-.035em;color:#f2f4f5;margin:0;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15}.clone-creating__description{color:#8b929a;max-width:560px;margin:14px 0 0;font-size:14px;line-height:1.6}.clone-creating__progress{align-items:center;gap:12px;width:100%;margin-top:34px;display:flex}.clone-creating__progress-track{background:#1b2024;border-radius:999px;width:100%;height:6px;position:relative;overflow:hidden}.clone-creating__progress-fill{border-radius:inherit;will-change:width;background:#b8ff3d;height:100%;transition:width .45s;position:relative}.clone-creating__progress-fill:after{content:"";background:linear-gradient(90deg,#0000,#fff3);width:45px;position:absolute;top:0;bottom:0;right:0}.clone-creating__progress-value{color:#b8ff3d;text-align:right;min-width:38px;font-size:12px;font-weight:700}.clone-creating__stages{text-align:left;flex-direction:column;gap:7px;width:100%;margin-top:30px;display:flex}.clone-creating__stage{box-sizing:border-box;color:#626a72;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:14px;width:100%;padding:13px 15px;transition:background .2s,border-color .2s,color .2s;display:flex}.clone-creating__stage--active{color:#f2f4f5;background:#13161a;border-color:#252c31}.clone-creating__stage--active .clone-creating__stage-icon{color:#b8ff3d;background:#b8ff3d12;border-color:#b8ff3d38}.clone-creating__stage--active span{color:#8b929a}.clone-creating__stage--complete{color:#737b84}.clone-creating__stage--complete .clone-creating__stage-icon{color:#b8ff3d;background:#b8ff3d0b;border-color:#b8ff3d29}.clone-creating__stage--complete strong{color:#c5cbd0}.clone-creating__stage--complete span{color:#626a72}.clone-creating__stage-icon{color:#555e66;background:#111418;border:1px solid #252c31;border-radius:8px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,border-color .2s,color .2s;display:flex}.clone-creating__stage-content{flex-direction:column;gap:3px;min-width:0;display:flex}.clone-creating__stage strong{color:inherit;font-size:13px;font-weight:600;line-height:1.35}.clone-creating__stage span{color:#555e66;font-size:11px;line-height:1.45}.clone-creating__notice{box-sizing:border-box;color:#737b84;background:#111418;border:1px solid #20262b;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:22px;padding:12px 15px;font-size:11px;line-height:1.5;display:flex}.clone-creating__notice--success{color:#9fbc72;background:#b8ff3d0b;border-color:#b8ff3d2e}.clone-creating__dot{background:#b8ff3d;border-radius:50%;flex:0 0 7px;width:7px;height:7px;animation:1.5s ease-in-out infinite cloneCreatingPulse}.clone-creating__notice--success .clone-creating__dot{background:#b8ff3d;animation:none}.clone-creating__error{box-sizing:border-box;color:#ff8585;text-align:left;background:#ff5a5a0d;border:1px solid #ff5a5a2e;border-radius:9px;align-items:center;gap:9px;width:100%;margin-top:22px;padding:12px 15px;font-size:12px;line-height:1.5;display:flex}@keyframes cloneCreatingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cloneCreatingPulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media (width<=760px){.clone-creating{padding:40px 20px}.clone-creating__container{max-width:620px}.clone-creating__progress{margin-top:30px}.clone-creating__stages{margin-top:26px}}@media (width<=640px){.clone-creating{align-items:flex-start;min-height:calc(100vh - 64px);padding:36px 16px 44px}.clone-creating__container{width:100%}.clone-creating__icon{border-radius:13px;width:50px;height:50px;margin-bottom:18px}.clone-creating__eyebrow{margin-bottom:8px;font-size:10px}.clone-creating h1{font-size:28px}.clone-creating__description{max-width:430px;margin-top:11px;font-size:13px;line-height:1.55}.clone-creating__progress{gap:9px;margin-top:26px}.clone-creating__progress-track{height:5px}.clone-creating__progress-value{min-width:34px;font-size:11px}.clone-creating__stages{gap:6px;margin-top:22px}.clone-creating__stage{border-radius:9px;gap:11px;padding:11px}.clone-creating__stage-icon{border-radius:7px;flex-basis:28px;width:28px;height:28px}.clone-creating__stage strong{font-size:12px}.clone-creating__stage span{font-size:10.5px;line-height:1.4}.clone-creating__notice,.clone-creating__error{justify-content:flex-start;align-items:flex-start;margin-top:18px;padding:11px 12px;font-size:10.5px}}@media (width<=380px){.clone-creating{padding:28px 12px 36px}.clone-creating__icon{width:46px;height:46px;margin-bottom:16px}.clone-creating__eyebrow{font-size:9px}.clone-creating h1{font-size:24px}.clone-creating__description{font-size:12px}.clone-creating__progress{margin-top:22px}.clone-creating__stages{margin-top:19px}.clone-creating__stage{gap:9px;padding:10px}.clone-creating__stage-icon{flex-basis:26px;width:26px;height:26px}.clone-creating__stage strong{font-size:11.5px}.clone-creating__stage span{font-size:10px}}@media (prefers-reduced-motion:reduce){.clone-creating__spinner,.clone-creating__dot{animation:none}.clone-creating__progress-fill,.clone-creating__icon,.clone-creating__stage,.clone-creating__stage-icon{transition:none}}.clone-success{color:#f2f4f5;width:100%;max-width:720px;margin:0 auto;padding:56px 24px 72px}.clone-success__icon{color:#b8ff3d;background:#b8ff3d0f;border:1px solid #b8ff3d38;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;display:flex;box-shadow:0 12px 35px #00000038}.clone-success__eyebrow{color:#8b929a;letter-spacing:1.3px;text-align:center;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700;line-height:1;display:block}.clone-success h1{color:#f2f4f5;letter-spacing:-.8px;text-align:center;margin:0 0 10px;font-size:32px;font-weight:700;line-height:1.15}.clone-success>p{color:#8b929a;text-align:center;max-width:500px;margin:0 auto 30px;font-size:13px;line-height:1.6}.clone-success__url{color:#f2f4f5;background:#13161a;border:1px solid #24292e;border-radius:12px;align-items:center;gap:12px;width:100%;min-width:0;margin-bottom:12px;padding:14px 15px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.clone-success__url:hover{background:#161a1e;border-color:#b8ff3d4d;transform:translateY(-1px)}.clone-success__url>svg:first-child{color:#b8ff3d;flex-shrink:0}.clone-success__url>span{color:#dce1e5;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;line-height:1.4;overflow:hidden}.clone-success__url>svg:last-child{color:#8b929a;flex-shrink:0}.clone-success__domain{background:#111418;border:1px solid #24292e;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;margin-bottom:18px;padding:14px 15px;display:flex}.clone-success__domain span{color:#8b929a;letter-spacing:.6px;text-transform:uppercase;flex-shrink:0;font-size:10px;font-weight:600}.clone-success__domain strong{color:#dce1e5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.clone-success__details{background:#13161a;border:1px solid #24292e;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;display:grid;overflow:hidden}.clone-success__details>div{border-right:1px solid #24292e;align-items:center;gap:11px;min-width:0;padding:17px;display:flex}.clone-success__details>div:last-child{border-right:0}.clone-success__details>div>svg{color:#8b929a;flex-shrink:0}.clone-success__details>div>span:not(.clone-success__status-dot){min-width:0;display:block}.clone-success__details>div small{color:#6f7780;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:600;line-height:1.2;display:block}.clone-success__details>div strong{color:#dce1e5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:600;line-height:1.35;display:block;overflow:hidden}.clone-success__status-dot{background:#b8ff3d;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #b8ff3d14}.clone-success__price{background:#13161a;border:1px solid #24292e;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:12px;padding:17px;display:flex}.clone-success__price>span{color:#8b929a;font-size:12px;font-weight:600}.clone-success__price>strong{color:#b8ff3d;letter-spacing:-.4px;font-size:21px;font-weight:700}.clone-success__actions{gap:10px;margin-top:18px;display:flex}.clone-success__primary,.clone-success__secondary{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:45px;font-family:inherit;font-size:12px;font-weight:650;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.clone-success__primary:focus-visible,.clone-success__secondary:focus-visible{outline-offset:2px;outline:2px solid #b8ff3d}.clone-success__primary{color:#0b0d0f;background:#b8ff3d;border:1px solid #b8ff3d;flex:1}.clone-success__primary:hover{background:#aef531;border-color:#aef531;transform:translateY(-1px)}.clone-success__secondary{color:#aeb5bc;background:#13161a;border:1px solid #292f34;min-width:100px;padding:0 18px}.clone-success__secondary:hover{color:#f2f4f5;background:#181c20;border-color:#3a4249;transform:translateY(-1px)}@media (width<=640px){.clone-success{padding:40px 16px 52px}.clone-success__icon{border-radius:14px;width:54px;height:54px;margin-bottom:16px}.clone-success h1{letter-spacing:-.5px;font-size:27px}.clone-success>p{margin-bottom:24px;font-size:12px}.clone-success__url{padding:13px 14px}.clone-success__details{grid-template-columns:1fr}.clone-success__details>div{border-bottom:1px solid #24292e;border-right:0;min-height:62px}.clone-success__details>div:last-child{border-bottom:0}.clone-success__price{padding:15px}.clone-success__price>strong{font-size:19px}.clone-success__actions{flex-direction:column}.clone-success__primary,.clone-success__secondary{width:100%;min-width:0}}@media (width<=400px){.clone-success{padding:32px 13px 44px}.clone-success h1{font-size:24px}.clone-success__url{gap:9px}.clone-success__url>span{font-size:12px}.clone-success__domain{flex-direction:column;align-items:flex-start;gap:7px}.clone-success__price{gap:12px}.clone-success__price>span{font-size:11px}.clone-success__price>strong{font-size:18px}}@media (prefers-reduced-motion:reduce){.clone-success__url,.clone-success__primary,.clone-success__secondary{transition:none}}.logs{width:100%;min-width:0}.logs__content{width:100%;max-width:1180px;margin:0 auto;padding:34px 24px 60px}.logs__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.logs__eyebrow{color:#737b84;letter-spacing:.12em;margin-bottom:7px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:block}.logs h1{color:#f2f4f5;letter-spacing:-.03em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:24px;font-weight:600}.logs p{color:#737b84;margin:6px 0 0;font-family:Manrope,sans-serif;font-size:12px}.logs__count{color:#8b929a;white-space:nowrap;background:#111418;border:1px solid #24292e;border-radius:5px;justify-content:center;align-items:center;min-width:54px;height:28px;padding:0 9px;font-family:Manrope,sans-serif;font-size:10px;font-weight:600;display:flex}.logs__list{flex-direction:column;gap:10px;display:flex}.logs__item{background:#13161a;border:1px solid #20252a;border-radius:8px;align-items:flex-start;gap:14px;min-width:0;padding:20px;display:flex}.logs__status{color:#737b84;background:#111418;border:1px solid #24292e;border-radius:5px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.logs__status--active{color:#b8ff3d;background:#b8ff3d0a;border-color:#b8ff3d24}.logs__status--failed{color:#d05a5a;background:#7d191914;border-color:#be4b4b40}.logs__status--expired{color:#8b929a}.logs__status--deleted{color:#b94a4a;background:#7d191914;border-color:#be373740}.logs__status--partial{color:#c6a24a;background:#966e1914;border-color:#cda54633}.logs__status--pending{color:#8b929a}.logs__main{flex-direction:column;flex:1;min-width:0;display:flex}.logs__top{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.logs__title{align-items:center;gap:10px;min-width:0;display:flex}.logs__title strong{color:#dfe3e6;text-overflow:ellipsis;white-space:nowrap;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;overflow:hidden}.logs__label{color:#8b929a;text-transform:capitalize;background:#111418;border:1px solid #24292e;border-radius:4px;flex-shrink:0;padding:4px 7px;font-family:Manrope,sans-serif;font-size:9px;font-weight:600}.logs__label--active{color:#b8ff3d;background:#b8ff3d0a;border-color:#b8ff3d24}.logs__label--failed{color:#d05a5a;background:#7d191914;border-color:#be4b4b40}.logs__label--expired{color:#8b929a}.logs__label--deleted{color:#b94a4a;background:#7d191914;border-color:#be373740}.logs__label--partial{color:#c6a24a;background:#966e1914;border-color:#cda54633}.logs__price{color:#b8ff3d;flex-shrink:0;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.logs__details{flex-wrap:wrap;align-items:center;gap:14px;margin-top:10px;display:flex}.logs__details>span{color:#737b84;align-items:center;gap:5px;font-family:Manrope,sans-serif;font-size:10px;display:flex}.logs__details>span svg{flex-shrink:0}.logs__meta{border-top:1px solid #20252a;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;padding-top:14px;display:grid}.logs__meta-item{color:#60676f;grid-template-columns:14px auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;font-family:Manrope,sans-serif;font-size:9px;display:grid}.logs__meta-item svg{flex-shrink:0}.logs__meta-item--refund{color:#b8ff3d}.logs__meta-label{color:#60676f;white-space:nowrap}.logs__meta-value{color:#8b929a;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.logs__actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px;display:flex}.logs__deployment{color:#8b929a;background:#111418;border:1px solid #24292e;border-radius:5px;align-items:center;gap:5px;width:fit-content;padding:7px 9px;font-family:Manrope,sans-serif;font-size:9px;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.logs__deployment:hover{color:#f2f4f5;background:#15191d;border-color:#30363c}.logs__loading{flex-direction:column;gap:10px;display:flex}.logs__loading div{background:#13161a;border:1px solid #20252a;border-radius:8px;height:108px;animation:1.5s ease-in-out infinite logs-pulse}.logs__empty{color:#60676f;background:#13161a;border:1px solid #20252a;border-radius:8px;align-items:center;gap:12px;min-height:150px;padding:24px;display:flex}.logs__empty>svg{flex-shrink:0}.logs__empty div{flex-direction:column;gap:4px;min-width:0;display:flex}.logs__empty strong{color:#8b929a;font-family:Manrope,sans-serif;font-size:11px;font-weight:600}.logs__empty span{color:#60676f;font-family:Manrope,sans-serif;font-size:10px}@media (width<=900px){.logs__content{padding:28px 20px 48px}.logs__meta{grid-template-columns:1fr}}@media (width<=600px){.logs__content{padding:22px 16px 40px}.logs__header{margin-bottom:20px}.logs__item{gap:11px;padding:16px}.logs__status{flex-basis:30px;width:30px;height:30px}.logs__top{flex-direction:column;gap:8px}.logs__title{flex-direction:column;align-items:flex-start;gap:7px;width:100%}.logs__title strong{width:100%}.logs__price{align-self:flex-start}.logs__meta{gap:7px}}@media (width<=420px){.logs__content{padding:18px 12px 32px}.logs__header{align-items:flex-end}.logs h1{font-size:21px}.logs p{font-size:11px}.logs__count{min-width:auto;height:26px;padding:0 7px}.logs__item{align-items:flex-start;padding:14px}.logs__details{gap:9px}.logs__meta-item{grid-template-columns:14px minmax(0,1fr)}.logs__meta-label{display:none}.logs__actions{width:100%}.logs__deployment{flex:1;justify-content:center}.logs__empty{padding:18px}}@media (prefers-reduced-motion:reduce){.logs__deployment{transition:none}.logs__loading div{animation:none}}@keyframes logs-pulse{0%,to{opacity:.55}50%{opacity:1}}.balance-page{width:100%;max-width:900px;margin:0 auto;padding:40px 28px 70px}.balance-top{width:100%}.balance-error{color:#ff8b8b;background:#ff50500d;border:1px solid #ff505024;border-radius:9px;margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.5}.balance-header{margin-bottom:32px}.balance-header>div{max-width:620px}.balance-header .balance-eyebrow{color:#8b929a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.balance-header h1{color:#f2f4f5;letter-spacing:-.025em;margin:0;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:600;line-height:1.2}.balance-header p{color:#8b929a;margin:9px 0 0;font-size:14px;line-height:1.6}.balance-card{background:#13161a;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:32px;padding:24px 26px;display:flex}.balance-card span{color:#8b929a;font-size:13px;font-weight:500}.balance-card strong{color:#f2f4f5;letter-spacing:-.02em;font-size:30px;font-weight:600;line-height:1.2}.balance-section{background:#13161a;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:32px;padding:26px}.section-heading{align-items:flex-start;gap:14px;margin-bottom:28px;display:flex}.section-heading>span{color:#b8ff3d;border:1px solid #b8ff3d59;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}.section-heading h2{color:#f2f4f5;letter-spacing:-.015em;margin:2px 0 5px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.section-heading p{color:#8b929a;margin:0;font-size:13px;line-height:1.5}.balance-section form{max-width:620px}.balance-section form label{color:#c7ccd1;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.amount-input{background:#0b0d0f;border:1px solid #ffffff14;border-radius:9px;align-items:center;height:50px;margin-bottom:22px;transition:border-color .2s;display:flex}.amount-input:focus-within{border-color:#b8ff3d73}.amount-input>span{color:#8b929a;padding-left:15px;font-size:15px}.amount-input input{color:#f2f4f5;background:0 0;border:0;outline:none;width:100%;height:100%;padding:0 15px 0 8px;font-size:15px}.amount-input input::placeholder{color:#555b62}.payment-select{margin-bottom:24px;position:relative}.payment-select select{appearance:none;color:#f2f4f5;cursor:pointer;background-color:#0b0d0f;border:1px solid #ffffff14;border-radius:9px;outline:none;width:100%;height:50px;padding:0 42px 0 14px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s,background-color .2s}.payment-select select:hover{border-color:#ffffff24}.payment-select select:focus{border-color:#b8ff3d73}.payment-select select option{color:#f2f4f5;background:#13161a}.payment-select:after{content:"⌄";color:#8b929a;pointer-events:none;font-size:16px;line-height:1;position:absolute;top:50%;right:15px;transform:translateY(-55%)}.balance-primary-button{color:#0b0d0f;cursor:pointer;background:#b8ff3d;border:0;border-radius:9px;width:100%;height:48px;font-size:13px;font-weight:700;transition:background .2s,transform .2s,opacity .2s}.balance-primary-button:hover:not(:disabled){background:#a9ed35;transform:translateY(-1px)}.balance-primary-button:active:not(:disabled){transform:translateY(0)}.balance-primary-button:disabled{opacity:.55;cursor:not-allowed}.payment-details{max-width:720px}.payment-amount{background:#0b0d0f;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;align-items:flex-start;margin-bottom:14px;padding:20px;display:flex}.payment-amount span{color:#8b929a;margin-bottom:6px;font-size:12px}.payment-amount strong{color:#f2f4f5;letter-spacing:-.02em;word-break:break-word;font-size:28px;font-weight:600;line-height:1.2}.payment-amount small{color:#b8ff3d;text-transform:uppercase;margin-top:5px;font-size:12px;font-weight:600}.payment-credit{background:#ffffff06;border:1px solid #ffffff0f;border-radius:9px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:15px 18px;display:flex}.payment-credit span{color:#8b929a;font-size:13px}.payment-credit strong{color:#f2f4f5;font-size:14px;font-weight:600}.payment-warning{background:#b8ff3d09;border-left:2px solid #b8ff3d;margin-bottom:4px;padding:15px 18px}.payment-warning strong{color:#dce3e8;margin-bottom:5px;font-size:13px;font-weight:600;display:block}.payment-warning p{color:#8b929a;margin:0;font-size:12px;line-height:1.55}.payment-address{margin-top:24px}.payment-address label{color:#c7ccd1;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.payment-address>p{color:#707780;margin:9px 0 0;font-size:12px;line-height:1.5}.address-row{gap:8px;display:flex}.address-row input{color:#f2f4f5;text-overflow:ellipsis;background:#0b0d0f;border:1px solid #ffffff14;border-radius:9px;outline:none;flex:1;min-width:0;height:48px;padding:0 14px;font-family:monospace;font-size:13px;overflow:hidden}.address-row button{color:#f2f4f5;cursor:pointer;background:#1b1f23;border:1px solid #ffffff14;border-radius:9px;flex-shrink:0;height:48px;padding:0 16px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s}.address-row button:hover{background:#22272c;border-color:#ffffff24}.address-row button:active{background:#181c20}.payment-countdown{background:#ffffff06;border:1px solid #ffffff0f;border-radius:9px;justify-content:space-between;align-items:center;margin-top:20px;padding:14px 16px;display:flex}.payment-countdown span{color:#8b929a;font-size:13px}.payment-countdown strong{color:#f2f4f5;letter-spacing:.02em;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.payment-status{border:1px solid #ffffff12;border-radius:9px;align-items:center;gap:12px;margin-top:20px;padding:14px 16px;display:flex}.payment-status strong{color:#f2f4f5;margin-bottom:3px;font-size:13px;font-weight:600;display:block}.payment-status p{color:#7f878f;margin:0;font-size:12px;line-height:1.5}.payment-status-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.payment-status.confirmed{background:#b8ff3d0a;border-color:#b8ff3d26}.payment-status.confirmed .payment-status-icon{color:#b8ff3d;background:#b8ff3d1f}.payment-status.expired{background:#ffffff05}.payment-status.expired .payment-status-icon{color:#9aa1a8;background:#ffffff12}.payment-status.waiting{background:#ffffff05}.payment-status.waiting .payment-status-dot{background:#b8ff3d;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.6s ease-in-out infinite payment-pulse}@keyframes payment-pulse{0%,to{opacity:.4}50%{opacity:1}}.balance-back-button{color:#8b929a;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:9px;width:100%;height:44px;margin-top:12px;font-size:13px;font-weight:500;transition:color .2s,background .2s,border-color .2s}.balance-back-button:hover{color:#f2f4f5;background:#ffffff06;border-color:#ffffff24}.balance-back-button:active{background:#ffffff0a}@media (width<=640px){.balance-page{padding:28px 16px 50px}.balance-header{margin-bottom:24px}.balance-header h1{font-size:28px}.balance-card,.balance-section{padding:20px}.section-heading{gap:11px;margin-bottom:24px}.section-heading>span{width:26px;height:26px}.section-heading h2{font-size:18px}.address-row{flex-direction:column}.address-row input{width:100%;padding:9px}.address-row button{width:100%}.payment-amount strong{font-size:25px}.payment-credit{padding:14px 15px}}.infrastructure{width:100%;min-height:100%}.infrastructure__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:40px 24px;display:flex}.infrastructure span{color:#737b84;letter-spacing:.12em;margin-bottom:10px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700}.infrastructure h1{color:#f2f4f5;letter-spacing:-.03em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:26px;font-weight:600}.infrastructure p{color:#60676f;max-width:420px;margin:8px 0 0;font-family:Manrope,sans-serif;font-size:12px;line-height:1.6}@media (width<=600px){.infrastructure__content{min-height:340px;padding:32px 18px}.infrastructure h1{font-size:22px}.infrastructure p{max-width:340px;font-size:11px}}@media (width<=380px){.infrastructure__content{min-height:300px;padding:28px 16px}.infrastructure h1{font-size:20px}}.plan{width:100%;max-width:1120px;margin:0 auto;padding:40px 28px 70px}.plan__header{margin-bottom:30px}.plan__header h1{color:#f2f4f5;letter-spacing:-.025em;margin:0;font-family:Manrope,sans-serif;font-size:24px;font-weight:600;line-height:1.25}.plan__header p{color:#686f77;margin:6px 0 0;font-size:11px;font-weight:500;line-height:1.6}.plan__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.plan__card{background:#101214;border:1px solid #1b1e22;border-radius:8px;flex-direction:column;min-width:0;min-height:410px;padding:22px;transition:border-color .18s,background-color .18s;display:flex;position:relative;overflow:hidden}.plan__card:hover{background:#111417;border-color:#272c31}.plan__card--active,.plan__card--active:hover{border-color:#b8ff3d}.plan__popular{color:#0b0d0f;background:#b8ff3d;border-radius:4px;padding:4px 7px;font-size:8px;font-weight:700;line-height:1;position:absolute;top:14px;right:14px}.plan__card-top{min-height:88px}.plan__name-row{align-items:center;gap:7px;display:flex}.plan__name-row h2{color:#f2f4f5;margin:0;font-family:Manrope,sans-serif;font-size:15px;font-weight:600;line-height:1.3}.plan__current{color:#b8ff3d;text-transform:uppercase;border:1px solid #33421f;border-radius:4px;padding:3px 6px;font-size:7px;font-weight:700;line-height:1}.plan__description{color:#6e767e;max-width:215px;margin:7px 0 0;font-size:10px;font-weight:500;line-height:1.6}.plan__price{border-top:1px solid #1b1e22;border-bottom:1px solid #1b1e22;align-items:baseline;min-height:65px;padding:15px 0;display:flex}.plan__price-value{color:#f2f4f5;letter-spacing:-.025em;font-family:Manrope,sans-serif;font-size:23px;font-weight:600;line-height:1}.plan__price-period{color:#5e656d;margin-left:5px;font-size:9px;font-weight:500}.plan__features{flex-direction:column;flex:1;gap:11px;padding:20px 0;display:flex}.plan__feature{color:#858d95;align-items:flex-start;gap:8px;font-size:10px;font-weight:500;line-height:1.5;display:flex}.plan__check{color:#b8ff3d;background:#1b2413;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;margin-top:1px;display:flex}.plan__button{color:#d8dcdf;cursor:pointer;background:0 0;border:1px solid #282d32;border-radius:5px;width:100%;height:36px;margin-top:auto;font-size:10px;font-weight:600;transition:background-color .18s,border-color .18s,color .18s}.plan__button:hover:not(:disabled){color:#0b0d0f;background:#b8ff3d;border-color:#b8ff3d}.plan__button:disabled{cursor:default;opacity:1}.plan__button--current{color:#b8ff3d;cursor:default;background:#151c10;border-color:#29341d}.plan--configuring{justify-content:center;align-items:center;max-width:760px;min-height:520px;display:flex}.plan__configuration{background:#101214;border:1px solid #1b1e22;border-radius:9px;width:100%;padding:34px}.plan__configuration-icon{background:#b8ff3d0a;border:1px solid #b8ff3d33;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:22px;display:flex}.plan__configuration-icon span{border:2px solid #b8ff3d40;border-top-color:#b8ff3d;border-radius:50%;width:13px;height:13px;animation:.9s linear infinite plan-spin}.plan__configuration-eyebrow{color:#8b929a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.plan__configuration-content h1{color:#f2f4f5;letter-spacing:-.025em;margin:0;font-family:Manrope,sans-serif;font-size:23px;font-weight:600;line-height:1.3}.plan__configuration-content>p{color:#6e767e;max-width:560px;margin:8px 0 0;font-size:11px;font-weight:500;line-height:1.65}.plan__configuration-progress{align-items:center;gap:12px;margin-top:28px;display:flex}.plan__configuration-progress-track{background:#1b1e22;border-radius:999px;flex:1;height:4px;overflow:hidden}.plan__configuration-progress-bar{border-radius:inherit;background:#b8ff3d;height:100%;transition:width 1s linear}.plan__configuration-progress>span{color:#8b929a;text-align:right;min-width:32px;font-size:9px;font-weight:600}.plan__configuration-status{border-top:1px solid #1b1e22;flex-direction:column;gap:0;margin-top:28px;display:flex}.plan__configuration-step{border-bottom:1px solid #1b1e22;align-items:center;gap:11px;min-height:43px;display:flex}.plan__configuration-step>span{color:#626a72;border:1px solid #282d32;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:8px;font-weight:700;display:flex}.plan__configuration-step p{color:#626a72;margin:0;font-size:10px;font-weight:500}.plan__configuration-step--done>span{color:#b8ff3d;background:#b8ff3d0f;border-color:#b8ff3d40}.plan__configuration-step--done p{color:#b8bec3}.plan__configuration-warning{background:#b8ff3d09;border-left:2px solid #b8ff3d;margin-top:24px;padding:14px 16px}.plan__configuration-warning strong{color:#dce3e8;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.plan__configuration-warning p{color:#707780;margin:0;font-size:9px;font-weight:500;line-height:1.6}@keyframes plan-spin{to{transform:rotate(360deg)}}@media (width<=1000px){.plan{max-width:760px}.plan__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan__card{min-height:400px}}@media (width<=600px){.plan{max-width:100%;padding:24px 14px 45px}.plan__header{margin-bottom:20px}.plan__header h1{font-size:20px}.plan__header p{font-size:10px}.plan__grid{flex-direction:column;gap:8px;display:flex}.plan__card{background:#101214;border:1px solid #1b1e22;border-radius:6px;width:100%;max-width:none;min-height:0;padding:18px}.plan__card:hover{background:#101214;transform:none}.plan__card-top{min-height:auto}.plan__name-row{justify-content:flex-start}.plan__name-row h2{font-size:14px}.plan__description{max-width:280px;margin-top:5px;font-size:10px}.plan__price{min-height:58px;margin-top:16px;padding:13px 0}.plan__price-value{font-size:21px}.plan__features{gap:8px;padding:15px 0}.plan__feature{font-size:10px}.plan__button{height:35px;margin-top:4px}.plan__popular{top:14px;right:14px}.plan--configuring{min-height:480px;padding:24px 14px 45px}.plan__configuration{padding:24px 20px}.plan__configuration-content h1{font-size:20px}.plan__configuration-progress{gap:8px}}.api{width:100%;max-width:760px;margin:0 auto;padding:42px 20px 70px}.api__header{text-align:center;margin-bottom:30px}.api__header h1{color:#f2f4f5;letter-spacing:-.035em;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:600;line-height:1.2}.api__header p{color:#777f88;max-width:480px;margin:9px auto 0;font-size:12px;line-height:1.6}.api__card{background:#13161a;border:1px solid #1a1e22;border-radius:10px;align-items:flex-start;gap:16px;width:100%;margin-bottom:10px;padding:21px;display:flex}.api__icon{color:#b8ff3d;background:#0b0d0f;border:1px solid #252a30;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.api__card h2{color:#f2f4f5;font-size:14px;font-weight:600}.api__card p{color:#7d858e;max-width:620px;margin-top:6px;font-size:11px;line-height:1.7}@media (width<=600px){.api{padding:28px 4px 50px}.api__header h1{font-size:23px}.api__card{padding:17px}}.faq{width:100%;max-width:760px;margin:0 auto;padding:42px 20px 70px}.faq__header{text-align:center;margin-bottom:30px}.faq__header h1{color:#f2f4f5;letter-spacing:-.035em;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:600;line-height:1.2}.faq__header p{color:#777f88;max-width:480px;margin:9px auto 0;font-size:12px;line-height:1.6}.faq__list{background:#13161a;border:1px solid #1a1e22;border-radius:10px;width:100%;overflow:hidden}.faq__item{border-bottom:1px solid #1a1e22}.faq__item:last-child{border-bottom:0}.faq__question{color:#dfe2e5;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:58px;padding:0 19px;font-size:12px;font-weight:600;transition:color .18s,background-color .18s;display:flex}.faq__question:hover{color:#b8ff3d;background:#15191d}.faq__icon{color:#626a73;flex-shrink:0;transition:color .2s,transform .2s}.faq__item--open .faq__icon{color:#b8ff3d;transform:rotate(180deg)}.faq__item--open .faq__question{color:#f2f4f5}.faq__answer{padding:0 52px 19px 19px}.faq__answer p{color:#858d96;font-size:11px;line-height:1.75}@media (width<=600px){.faq{padding:28px 4px 50px}.faq__header h1{font-size:23px}.faq__header p{font-size:11px}.faq__question{min-height:54px;padding:0 15px;font-size:11px}.faq__answer{padding:0 38px 17px 15px}}.community{width:100%;max-width:760px;margin:0 auto;padding:42px 20px 70px}.community__header{text-align:center;margin-bottom:30px}.community__header h1{color:#f2f4f5;letter-spacing:-.035em;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:600;line-height:1.2}.community__header p{color:#777f88;max-width:480px;margin:9px auto 0;font-size:12px;line-height:1.6}.community__card{background:#13161a;border:1px solid #1a1e22;border-radius:10px;align-items:center;gap:16px;width:100%;padding:21px;display:flex}.community__icon{color:#b8ff3d;background:#0b0d0f;border:1px solid #252a30;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.community__info{flex:1;min-width:0}.community__info h2{color:#f2f4f5;font-size:14px;font-weight:600}.community__info p{color:#7d858e;margin-top:5px;font-size:11px;line-height:1.6}.community__button{color:#0b0d0f;background:#b8ff3d;border-radius:6px;margin-top:15px;padding:8px 12px;font-size:10px;font-weight:700;transition:background-color .18s}.community__button:hover{background:#8fcf20}.community__button:disabled{opacity:.4;cursor:not-allowed}.community__coming{color:#5f6770;text-align:center;margin-top:13px;font-size:10px}@media (width<=600px){.community{padding:28px 4px 50px}.community__header h1{font-size:23px}.community__card{align-items:flex-start;padding:17px}}.support{width:100%;max-width:760px;margin:0 auto;padding:42px 20px 70px}.support__header{text-align:center;margin-bottom:30px}.support__header h1{color:#f2f4f5;letter-spacing:-.035em;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:600;line-height:1.2}.support__header p{color:#777f88;max-width:480px;margin:9px auto 0;font-size:12px;line-height:1.6}.support__options{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.support__option{text-align:left;background:#13161a;border:1px solid #1a1e22;border-radius:10px;align-items:center;gap:13px;width:100%;min-height:88px;padding:17px;transition:background-color .18s,border-color .18s;display:flex}.support__option:hover{background:#15191d;border-color:#292f35}.support__icon{color:#b8ff3d;background:#0b0d0f;border:1px solid #252a30;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.support__option-content{flex-direction:column;gap:4px;min-width:0;display:flex}.support__option-title{color:#f2f4f5;font-size:12px;font-weight:600}.support__option-description{color:#777f88;font-size:10px;line-height:1.55}.support__option:disabled{opacity:.45;cursor:not-allowed}@media (width<=600px){.support{padding:28px 4px 50px}.support__header h1{font-size:23px}.support__options{grid-template-columns:1fr}}.feedback{width:100%;min-width:0}.feedback__content{width:100%;max-width:760px;margin:0 auto;padding:34px 24px 60px}.feedback__header{margin-bottom:22px}.feedback__eyebrow{color:#737b84;letter-spacing:.12em;margin-bottom:8px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:block}.feedback h1{color:#f2f4f5;letter-spacing:-.03em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:24px;font-weight:600}.feedback__card{background:#13161a;border:1px solid #20252a;border-radius:8px;padding:24px}.feedback__icon{color:#b8ff3d;background:#b8ff3d0a;border:1px solid #b8ff3d24;border-radius:5px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:22px;display:flex}.feedback__form{flex-direction:column;display:flex}.feedback label{color:#8b929a;margin-bottom:7px;font-family:Manrope,sans-serif;font-size:10px;font-weight:600}.feedback input,.feedback textarea{color:#dfe3e6;background:#111418;border:1px solid #24292e;border-radius:5px;outline:none;width:100%;min-width:0;padding:11px 12px;font-family:Manrope,sans-serif;font-size:11px;transition:border-color .15s,background .15s}.feedback input{height:40px;margin-bottom:18px}.feedback textarea{resize:vertical;min-height:150px;margin-bottom:14px;line-height:1.55}.feedback input::placeholder,.feedback textarea::placeholder{color:#50575e}.feedback input:focus,.feedback textarea:focus{background:#12161a;border-color:#b8ff3d59}.feedback__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedback__footer>span{color:#50575e;font-family:Manrope,sans-serif;font-size:9px}.feedback__footer button{color:#b8ff3d;cursor:pointer;background:#b8ff3d0f;border:1px solid #b8ff3d33;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:33px;padding:0 12px;font-family:Manrope,sans-serif;font-size:10px;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.feedback__footer button:hover{background:#b8ff3d1a;border-color:#b8ff3d59}.feedback__footer button:disabled{cursor:not-allowed;opacity:.45}.feedback__message{background:#111418;border:1px solid #24292e;border-radius:5px;align-items:center;gap:6px;margin-top:12px;padding:9px 10px;font-family:Manrope,sans-serif;font-size:10px;display:flex}.feedback__message--success{color:#a4c878;border-color:#b8ff3d26}.feedback__message--error{color:#c27878;border-color:#be373740}@media (width<=600px){.feedback__content{padding:22px 16px 40px}.feedback__card{padding:18px}.feedback h1{font-size:22px}.feedback__footer{flex-direction:column;align-items:stretch}.feedback__footer button{width:100%}}@media (width<=380px){.feedback__content{padding:18px 12px 32px}.feedback__card{padding:16px}.feedback h1{font-size:20px}}@media (prefers-reduced-motion:reduce){.feedback input,.feedback textarea,.feedback__footer button{transition:none}}.terms{width:100%;min-width:0}.terms__content{width:100%;max-width:900px;margin:0 auto;padding:34px 24px 70px}.terms__header{margin-bottom:30px}.terms__eyebrow{color:#737b84;letter-spacing:.12em;margin-bottom:8px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:block}.terms h1{color:#f2f4f5;letter-spacing:-.03em;margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:28px;font-weight:600}.terms__header>p{color:#737b84;margin:7px 0 0;font-family:Manrope,sans-serif;font-size:12px;line-height:1.6}.terms__updated{color:#50575e;margin-top:10px;font-family:Manrope,sans-serif;font-size:9px;display:block}.terms__document{background:#13161a;border:1px solid #20252a;border-radius:8px;padding:28px}.terms__document section{border-bottom:1px solid #20252a;margin-bottom:26px;padding:0 0 26px}.terms__document section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.terms__document h2{color:#dfe3e6;letter-spacing:-.015em;margin:0 0 9px;font-family:Space Grotesk,Manrope,sans-serif;font-size:15px;font-weight:600}.terms__document p{color:#737b84;margin:0 0 9px;font-family:Manrope,sans-serif;font-size:11px;line-height:1.75}.terms__document p:last-child{margin-bottom:0}@media (width<=700px){.terms__content{padding:26px 18px 50px}.terms h1{font-size:24px}.terms__document{padding:20px}.terms__document section{margin-bottom:22px;padding-bottom:22px}.terms__document h2{font-size:14px}.terms__document p{font-size:10px;line-height:1.7}}@media (width<=420px){.terms__content{padding:20px 12px 40px}.terms h1{font-size:21px}.terms__document{padding:16px}}.not-found{background:#0b0d0f;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.not-found__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:430px;display:flex}.not-found__icon{color:#737b84;background:#111418;border:1px solid #24292e;border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:18px;display:flex}.not-found__code{color:#b8ff3d;letter-spacing:.12em;font-family:Space Grotesk,Manrope,sans-serif;font-size:12px;font-weight:700}.not-found h1{color:#f2f4f5;letter-spacing:-.03em;margin:8px 0 0;font-family:Space Grotesk,Manrope,sans-serif;font-size:28px;font-weight:600}.not-found p{color:#737b84;max-width:390px;margin:9px 0 0;font-family:Manrope,sans-serif;font-size:12px;line-height:1.65}.not-found__back{color:#8b929a;background:#111418;border:1px solid #24292e;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:34px;margin-top:22px;padding:0 12px;font-family:Manrope,sans-serif;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.not-found__back:hover{color:#f2f4f5;background:#13161a;border-color:#30363c}@media (width<=600px){.not-found{padding:18px}.not-found h1{font-size:24px}.not-found p{max-width:320px;font-size:11px}}@media (width<=380px){.not-found h1{font-size:22px}}@media (prefers-reduced-motion:reduce){.not-found__back{transition:none}}
