@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#202222;--surface:#292b2b;--surface-raised:#323535;--surface-inset:#1b1d1d;--ink:#f2f0eb;--muted:#b0b3af;--line:#414545;--control-line:#777c78;--accent:#ff741f;--accent-hover:#ff8a42;--accent-pressed:#f26816;--accent-soft:#3b2b22;--on-accent:#201b17;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;color:var(--ink);background:var(--bg);font-family:Instrument Sans,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}h1,h2,h3,.brand{font-family:Instrument Sans,sans-serif}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.15}h2{font-size:1.35rem}h3{font-size:1.2rem}p{line-height:1.65}svg{flex-shrink:0}.app{background:var(--bg);min-height:100vh}.app-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;height:88px;padding:0 max(24px,50vw - 600px);display:flex}.brand{letter-spacing:-.06em;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;display:flex}.brand>svg{color:var(--ink);width:28px;height:28px}.badge{letter-spacing:0;border:1px solid var(--line);background:var(--surface-raised);color:var(--ink);white-space:nowrap;border-radius:6px;padding:4px 8px;font:500 .75rem Instrument Sans,sans-serif}.user-menu{align-items:center;gap:16px;font-size:.9rem;display:flex}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{color:#fff;border-color:var(--accent)}.workspace{max-width:1200px;margin:auto;padding:56px 24px 80px}.page-heading{margin-bottom:40px}.page-heading>p:not(.eyebrow),.muted{color:var(--muted)}.eyebrow{letter-spacing:.12em;color:var(--accent);margin-bottom:18px;font-size:.8rem;font-weight:600}.server-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.server-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:28px;transition:border-color .2s,transform .2s}.server-card:hover{border-color:var(--accent);transform:translateY(-3px)}.server-avatar,.server-card img{border-radius:16px;width:60px;height:60px;margin-bottom:28px}.server-avatar{background:var(--surface-raised);color:var(--ink);place-items:center;font-size:1.2rem;font-weight:700;display:grid}.server-card h2{margin-bottom:26px}.server-card>span{color:var(--muted);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.empty{text-align:center;border:1px dashed var(--line);border-radius:16px;padding:60px 24px}.empty>svg{color:var(--accent);margin-bottom:20px}.empty p{color:var(--muted)}.primary,.secondary{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 18px;font-size:.9rem;font-weight:600;display:inline-flex}.primary{background:var(--accent);color:var(--on-accent)}.primary:hover{background:var(--accent-hover)}.secondary{color:var(--ink);background:var(--surface-raised);border-color:var(--control-line)}.secondary:hover{border-color:var(--accent)}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:20px;max-width:470px;margin:12vh auto;padding:40px 28px;display:flex}.auth-card h1{margin:16px 0 0;font-size:2.2rem}.auth-card p{color:var(--muted);margin-bottom:0}.auth-card>a:last-child{color:var(--accent);text-align:center;font-size:.9rem}.notice,.error,.success{border:1px solid var(--line);background:var(--surface-raised);border-radius:9px;padding:14px 18px;font-size:.9rem;line-height:1.6}.error{color:#ffb5c3;background:#321b27;border-color:#783f4f}.success{color:#96dfc6;background:#142c28;border-color:#2a6354}.plan-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.plan-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;padding:28px;display:flex}.plan-card.featured{border-color:var(--accent);background:var(--surface)}.plan-top{justify-content:space-between;align-items:center;gap:10px;min-height:32px;display:flex}.plan-top h3{margin:0}.plan-top .badge{font-size:.7rem}.price{letter-spacing:-.05em;margin:28px 0 18px;font-family:Instrument Sans,sans-serif;font-size:3rem;font-weight:600}.price span{color:var(--muted);letter-spacing:0;margin-left:5px;font-family:Instrument Sans,sans-serif;font-size:.9rem;font-weight:400}.plan-allowance{color:var(--ink);min-height:67px}.plan-select{color:var(--muted);flex-direction:column;gap:5px;font-size:.85rem;display:flex}.plan-select select{background:var(--surface-inset);color:var(--ink);border:1px solid var(--control-line);border-radius:6px;padding:9px}.plan-card ul{color:var(--muted);border-top:1px solid var(--line);flex-direction:column;gap:14px;margin:0;padding:24px 0;font-size:.9rem;list-style:none;display:flex}.plan-card li{align-items:center;gap:10px;display:flex}.plan-card li svg{color:var(--muted)}.plan-card button,.plan-card>a{margin-top:auto}.billing-note{margin-top:24px;font-size:.85rem}.back-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:30px;font-size:.9rem;display:inline-flex}.guild-title{align-items:center;gap:18px;margin-bottom:32px;display:flex}.guild-title .server-avatar{width:54px;height:54px;margin:0}.guild-title h1{margin:0;font-size:2rem}.guild-title p{color:var(--muted);margin:5px 0 0;font-size:.9rem}.settings-layout{grid-template-columns:220px 1fr;gap:40px;display:grid}.settings-nav{flex-direction:column;gap:8px;display:flex}.settings-nav button{color:var(--muted);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:13px 16px;font-size:.9rem;display:flex}.settings-nav button[aria-selected=true]{background:var(--accent-soft);color:var(--accent)}.usage-box{border:1px solid var(--line);color:var(--muted);border-radius:12px;margin-top:28px;padding:18px;font-size:.85rem}.usage-box strong{color:#fff;margin-bottom:12px;display:block}.usage-box progress{width:100%;height:5px;accent-color:var(--accent);margin:12px 0}.usage-box small{font-size:.75rem;display:block}.panel{border:1px solid var(--line);background:var(--surface);border-radius:14px;margin-bottom:20px;padding:28px}.panel-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.panel-header h2{margin-bottom:8px}.panel-header p{color:var(--muted);margin:0;font-size:.9rem}.field{flex-direction:column;gap:10px;font-size:.9rem;display:flex}.field select{background:var(--surface-inset);border:1px solid var(--control-line);color:var(--ink);border-radius:8px;padding:13px}.field small{color:var(--muted);font-size:.8rem}.rule-list{flex-direction:column;gap:12px;display:flex}.rule-row{background:var(--surface-inset);border:1px solid var(--line);border-radius:10px;align-items:flex-start;gap:12px;padding:16px;display:flex}.rule-number{color:var(--muted);padding-top:10px;font-family:Instrument Sans;font-size:.85rem}.rule-row textarea{resize:vertical;border:0;border-bottom:1px solid var(--control-line);min-height:44px;color:var(--ink);background:0 0;flex:1;min-width:0;padding:8px;line-height:1.5}.rule-actions{align-items:center;gap:10px;padding-top:4px;display:flex}.toggle{appearance:none;background:var(--control-line);cursor:pointer;border-radius:20px;flex-shrink:0;width:32px;height:19px;margin:0;position:relative}.toggle:checked{background:var(--accent)}.toggle:before{content:"";background:var(--ink);border-radius:50%;width:13px;height:13px;transition:transform .15s;position:absolute;top:3px;left:3px}.toggle:checked:before{transform:translate(13px)}.save-bar{justify-content:space-between;align-items:center;gap:20px;margin:24px 0;display:flex}.save-bar span{color:var(--muted);font-size:.85rem}.settings-content .plan-grid{grid-template-columns:1fr}.settings-content .plan-card{padding:24px}.settings-content .price{font-size:2.5rem}.settings-content .plan-allowance{min-height:0}.settings-content .plan-card ul{margin-top:14px}.settings-content .plan-top{justify-content:flex-start}@media (width>=1100px){.settings-content .plan-grid{grid-template-columns:repeat(3,1fr)}.settings-content .plan-card{padding:18px}.settings-content .plan-top{display:block}.settings-content .plan-top .badge{margin-top:8px;display:inline-block}.settings-content .plan-allowance{min-height:65px}}@media (width<=760px){.server-grid,.plan-grid{grid-template-columns:1fr}.workspace{padding-top:32px}.settings-layout{grid-template-columns:1fr;gap:24px}.settings-nav{flex-flow:wrap}.usage-box{width:100%;margin-top:8px}.usage-box progress{max-width:240px}.panel{padding:20px}.panel-header{flex-wrap:wrap}.app-header .badge{display:none}.rule-row{flex-wrap:wrap}.rule-actions{margin-left:auto}.rule-row textarea{min-width:65%}.save-bar{flex-wrap:wrap}.plan-card .plan-allowance{min-height:0}.user-menu>span{text-overflow:ellipsis;max-width:120px;overflow:hidden}.app-header{padding:0 20px}.auth-card{margin:8vh 16px}.brand{font-size:1.4rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.rule-card{border:1px solid var(--line);border-radius:12px;padding:16px}.rule-card-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.rule-card-header .rule-actions{margin-left:auto}.rule-tabs{gap:4px;display:flex}.rule-tabs button{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 12px}.rule-tabs button[aria-selected=true]{background:var(--accent-soft);color:var(--accent)}.rule-card textarea{background:var(--surface-inset);color:var(--ink);border:1px solid var(--control-line);resize:vertical;border-radius:8px;width:100%;padding:12px;line-height:1.5}.rule-action-settings{gap:14px;display:grid}.rule-action-settings p{margin:0}.landing{--bg:#292929;--line:#383838;background:var(--bg);min-height:100svh;color:var(--ink)}.landing-frame{border-inline:1px solid var(--line);width:min(728px,100% - 40px);min-height:100svh;margin:0 auto}.landing-hero{text-align:center;justify-items:center;padding:48px 28px 32px;display:grid}.landing-hero h1{letter-spacing:-.045em;text-wrap:balance;max-width:620px;color:var(--ink);margin:0;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:600;line-height:1.12}.landing-hero h1 span{color:#24211f;-webkit-box-decoration-break:clone;box-decoration-break:clone;white-space:nowrap;background:#f56b24;border-radius:.16em;padding:.02em .16em .06em}.landing-intro{max-width:520px;color:var(--muted);text-wrap:pretty;margin:22px auto 0;font-size:15px;line-height:1.65}.landing-intro strong{color:var(--ink);font-weight:600}.landing-intro .landing-intro-speed{color:var(--accent)}.landing-comparison{text-align:left;width:min(100%,560px);margin-top:64px}.landing-comparison table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:13px;line-height:1.45}.landing-comparison th,.landing-comparison td{vertical-align:middle;border:0;padding:16px 10px}.landing-comparison tr>:first-child{width:34%;padding-left:0}.landing-comparison tr>:last-child{padding-right:0}.landing-comparison tr>*+*{text-align:center;border-left:1px solid #ffffff0a}.landing-comparison thead th{color:var(--muted);font-weight:600}.landing-comparison thead th:not(:first-child){font-size:16px}.landing-comparison thead .comparison-moddy{color:var(--accent)}.landing-comparison tbody tr{border-top:1px solid #ffffff12}.landing-comparison tbody th{color:var(--ink);font-weight:500}.landing-comparison td{color:var(--muted)}.landing-comparison td:nth-child(2){color:var(--ink);font-weight:500}.comparison-check,.comparison-cross{vertical-align:middle;display:inline-flex}.comparison-check{color:var(--ink)}.comparison-cross{color:#888986}.landing-comparison td:nth-child(2) .comparison-check{color:var(--accent)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing-benefits{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100%,620px);margin-top:40px;display:grid}.benefit-card{color:var(--ink);background:#303030;border:1px solid #0000;border-radius:18px;padding:22px 18px;position:relative}.benefit-card:before{content:"";border-radius:inherit;background:radial-gradient(110px circle at var(--pointer-x,50%) var(--pointer-y,50%), var(--accent), transparent 100%);pointer-events:none;opacity:0;padding:1px;transition:opacity .16s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (hover:hover){.benefit-card:hover:before{opacity:1}}.benefit-card>svg{color:var(--accent);margin-bottom:24px}.benefit-card h2{letter-spacing:-.025em;margin-bottom:12px;font-size:18px;font-weight:600;line-height:1.25}.benefit-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.benefit-card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.landing-cta{min-width:150px;margin:36px 0 16px}@media (width<=600px){.landing-benefits{grid-template-columns:1fr;gap:12px;margin-top:32px}.benefit-card{padding:24px}.benefit-card>svg{margin-bottom:18px}.landing-comparison{margin-top:36px;overflow-x:auto}.landing-comparison table{min-width:430px}}.landing-nav{justify-content:space-between;align-items:center;gap:24px;min-height:88px;margin:0 auto;padding:20px 40px;display:flex}.landing-nav-left{align-items:center;gap:24px;min-width:0;display:flex}.landing-nav-link{min-height:44px;color:var(--muted);border-radius:999px;align-items:center;padding:8px 10px;font-size:13px;font-weight:500;display:inline-flex}.landing-nav-link:hover{color:var(--ink);background:#ffffff08}.landing-brand{letter-spacing:-.04em;align-items:center;gap:9px;font-size:22px;font-weight:600;display:inline-flex}.moddy-mascot{object-fit:contain;flex-shrink:0;width:34px;height:34px;transition:transform .22s;display:block}.landing-brand:hover .moddy-mascot{transform:rotate(15deg)}.landing-dashboard{background:var(--accent);min-height:44px;color:var(--on-accent);border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.landing-dashboard:hover{background:var(--accent-hover)}@media (width<=600px){.landing-hero{padding:56px 20px 32px}.landing-nav-left{gap:8px}.landing-nav{gap:8px;min-height:76px;padding:16px 12px}.landing-brand{gap:8px;font-size:20px}.landing-dashboard{padding:11px 17px}}.primary:active,.landing-dashboard:active{background:var(--accent-pressed)}.toggle:checked:before{background:var(--on-accent)}::selection{background:var(--accent);color:var(--on-accent)}.landing-comparison th,.landing-comparison td{position:relative}.landing-comparison th:after,.landing-comparison td:after{content:"";background:radial-gradient(110px circle at var(--pointer-x,50%) var(--pointer-y,50%), var(--accent), transparent);-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-size:100% var(--edge-top,0px), var(--edge-left,0px) 100%;mask-size:100% var(--edge-top,0px), var(--edge-left,0px) 100%;pointer-events:none;opacity:0;transition:opacity .16s;position:absolute;inset:-1px 0 0 -1px;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.landing-comparison tbody tr>*{--edge-top:1px}.landing-comparison tr>*+*{--edge-left:1px}@media (hover:hover){.landing-comparison table:hover th:after,.landing-comparison table:hover td:after{opacity:1}}.landing-nav-link[aria-current=page]{color:var(--ink)}.pricing-page{padding:48px 28px 64px}.pricing-heading{text-align:center;margin-bottom:44px}.pricing-heading h1{margin-bottom:24px;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:600;line-height:1.12}.pricing-heading h1 span{color:#24211f;background:#f56b24;border-radius:.16em;padding:.02em .16em .06em}.pricing-heading>p:last-child{color:var(--muted);margin-bottom:0;font-size:13px}.pricing-grid.pricing-launch{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pricing-plan{flex-direction:column;padding:22px 16px 16px;display:flex}.pricing-plan-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pricing-plan-top h2{margin:0;font-size:16px}.pricing-popular{background:var(--accent);color:var(--on-accent);white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:600;line-height:1.4;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-featured .pricing-plan-top h2{color:var(--accent)}.pricing-plan .pricing-plan-description{font-size:11px}.pricing-plan .pricing-amount{color:var(--ink);white-space:nowrap;margin:28px 0 18px;line-height:1}.pricing-amount strong{letter-spacing:-.055em;font-size:34px;font-weight:600}.pricing-amount span{color:var(--muted);margin-top:9px;font-size:11px;display:block}.pricing-plan .pricing-quota{font-size:11px}.pricing-quota strong{color:var(--ink);font-weight:600}.pricing-plan-option{min-height:62px;color:var(--muted);align-items:center;font-size:11px;display:flex}.pricing-allowance{background:#262626;border-radius:999px;gap:3px;width:100%;padding:3px;display:flex}.pricing-allowance button{min-height:30px;color:var(--muted);background:0 0;border:0;border-radius:999px;flex:1;font-size:11px}.pricing-allowance button[aria-pressed=true]{color:var(--ink);background:#45403b}.pricing-plan-cta{border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:44px;margin-top:auto;padding:10px 12px;font-size:12px;font-weight:600;display:inline-flex}.pricing-secondary{color:var(--ink);background:#393939;border:1px solid #494949;transition:background .16s}.pricing-secondary:hover{background:#444}.pricing-terms{color:var(--muted);text-align:center;margin:18px 0 0;font-size:10px}.pricing-included{border-block:1px solid var(--line);margin-top:42px;padding:26px 0}.pricing-included h2{text-align:center;margin-bottom:22px;font-size:16px;font-weight:500}.pricing-included ul{margin:0;grid-template-columns:repeat(2,1fr);gap:16px 28px;max-width:420px;margin-inline:auto;padding:0;list-style:none;display:grid}.pricing-included li{color:var(--muted);align-items:center;gap:10px;font-size:12px;display:flex}.pricing-included svg{color:var(--accent)}.pricing-faq{margin-top:38px}.pricing-faq>h2{margin-bottom:14px;font-size:18px;font-weight:500}.pricing-faq details+details{border-top:1px solid var(--line)}.pricing-faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;font-size:13px;list-style:none;display:flex}.pricing-faq summary::-webkit-details-marker{display:none}.pricing-faq summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.pricing-faq summary svg{color:var(--muted);transition:transform .16s}.pricing-faq details[open] summary svg{transform:rotate(180deg)}.pricing-faq details p{color:var(--muted);max-width:560px;margin:0 0 18px;font-size:12px}@media (width<=600px){.pricing-page{padding:40px 20px}.pricing-grid{grid-template-columns:1fr}.pricing-plan{padding:24px}.pricing-amount strong{font-size:40px}.pricing-plan .pricing-plan-description,.pricing-plan .pricing-quota{font-size:13px}.pricing-plan-option{min-height:66px}.pricing-included ul{grid-template-columns:1fr;gap:14px;max-width:220px}}.server-rail{flex-direction:column;width:196px;font-size:14px;line-height:1.5;display:flex;position:fixed;top:112px;bottom:28px;right:calc(50% + 388px)}.server-rail-heading{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.rail-desktop-label{font-size:12px}.rail-desktop-label>span{color:#81837f;margin-left:6px}.rail-icon{width:30px;height:30px;color:var(--muted);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.rail-icon:hover{color:var(--ink);background:#ffffff08}.server-rail-content{flex-direction:column;flex:1;min-height:0;display:flex}.server-rail-list{border-top:1px solid var(--line);flex-direction:column;flex:0 auto;align-content:start;gap:0;min-height:0;display:flex;overflow-y:auto}.server-rail-link{border-bottom:1px solid var(--line);min-height:52px;color:var(--muted);border-radius:0;flex-shrink:0;align-items:center;gap:10px;padding:10px 8px;font-weight:500;display:flex}.server-rail-link>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.server-rail-link:hover{color:var(--ink);background:#ffffff06}.server-rail-link[aria-current=page]{color:var(--accent);background:#ffffff03}.rail-avatar{color:#d2d2ca;object-fit:cover;background:#3b3b3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:600;display:inline-flex}.server-add{border-bottom:1px solid var(--line);min-height:46px;color:var(--muted);flex-shrink:0;align-items:center;gap:10px;margin:0;padding:12px 8px;display:flex}.server-add:hover{color:var(--accent)}.rail-account{border-top:1px solid var(--line);color:var(--muted);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding:8px;font-size:12px;display:flex}.rail-account>.rail-username{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.rail-user-avatar{object-fit:cover;width:26px;height:26px;color:var(--ink);background:#3b3b3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;display:inline-flex}.rail-empty{border-bottom:1px solid var(--line);margin:0}.rail-empty,.rail-error{color:var(--muted);padding:8px;font-size:12px;line-height:1.7}.rail-error{color:#ffc5ac}.rail-mobile-toggle{display:none}.rail-refreshing{animation:1s linear infinite rail-spin}@keyframes rail-spin{to{transform:rotate(360deg)}}.dashboard-shell .workspace{max-width:none;padding:40px 32px 48px}.dashboard-shell h1{letter-spacing:-.025em;font-size:30px;font-weight:600}.dashboard-shell .guild-title{gap:14px;margin-bottom:24px}.dashboard-shell .guild-title .rail-avatar{border-radius:50%;width:42px;height:42px;font-size:13px}.dashboard-shell .guild-title>div{min-width:0}.dashboard-shell .guild-title h1{overflow-wrap:anywhere;font-size:28px}.dashboard-shell .guild-title p{font-size:13px}.dashboard-shell .settings-layout{display:block}.dashboard-shell .settings-nav{border-bottom:1px solid var(--line);flex-direction:row;gap:6px;padding:0 0 20px}.dashboard-shell .settings-nav button{border-radius:999px;gap:8px;min-height:44px;padding:10px 15px;font-size:14px;font-weight:500}.dashboard-shell .settings-nav button[aria-pressed=true]{color:var(--accent);background:#3a3028}.dashboard-shell .usage-box{border:0;border-bottom:1px solid var(--line);border-radius:0;grid-template-columns:1fr auto;gap:10px 20px;margin:0 0 28px;padding:20px 0;font-size:12px;display:grid}.dashboard-shell .usage-box strong{margin:0;font-weight:500}.dashboard-shell .usage-box progress{appearance:none;background:#414141;border:0;border-radius:99px;grid-column:1/-1;max-width:none;height:4px;margin:0;overflow:hidden}.dashboard-shell progress::-webkit-progress-bar{background:#414141}.dashboard-shell progress::-webkit-progress-value{background:var(--accent);border-radius:99px}.dashboard-shell progress::-moz-progress-bar{background:var(--accent)}.dashboard-shell .usage-box small{grid-column:1/-1;font-size:12px}.dashboard-shell .usage-box p{color:var(--accent);grid-column:1/-1;margin:0}.dashboard-shell .panel{background:0 0;border:0;border-radius:0;margin-bottom:28px;padding:0}.dashboard-shell .panel-header{align-items:center;gap:16px;margin-bottom:18px}.dashboard-shell .panel-header h2{margin-bottom:5px;font-size:16px;font-weight:500}.dashboard-shell .panel-header p{font-size:12px}.dashboard-shell .panel-header>svg{color:var(--muted);width:17px}.dashboard-shell .badge{color:var(--muted);background:#383838;border:0;border-radius:999px;margin-left:5px;padding:3px 7px;font-size:12px}.dashboard-shell .field{gap:8px;font-size:13px}.dashboard-shell .field select,.dashboard-shell .rule-card textarea{background:#303030;border:1px solid #555;border-radius:12px;padding:11px 13px;font-size:13px}.dashboard-shell .field small{font-size:12px}.dashboard-shell .primary,.dashboard-shell .secondary{border-radius:999px;min-height:40px;padding:9px 15px;font-size:13px}.dashboard-shell .primary{background:var(--accent);color:var(--on-accent)}.dashboard-shell .primary:hover{background:var(--accent-hover)}.dashboard-shell .secondary{background:#353535;border-color:#4a4a4a}.dashboard-shell .secondary:hover{border-color:#727272}.dashboard-shell .icon-button{border:0;border-radius:50%;width:30px;height:30px}.dashboard-shell .rule-card{background:#303030;border:1px solid #0000;border-radius:18px;padding:14px;position:relative}.dashboard-shell .rule-card:before{content:"";border-radius:inherit;background:radial-gradient(110px circle at var(--pointer-x,50%) var(--pointer-y,50%), var(--accent), transparent);opacity:0;pointer-events:none;padding:1px;transition:opacity .16s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (hover:hover){.dashboard-shell .rule-card:hover:before{opacity:1}}.dashboard-shell .rule-card-header{gap:10px;margin-bottom:10px}.dashboard-shell .rule-number{color:#a1a39d;padding-top:0;font-size:12px}.dashboard-shell .rule-tabs button{color:var(--muted);border-radius:999px;padding:7px 12px;font-size:12px}.dashboard-shell .rule-tabs button[aria-selected=true]{color:var(--accent);background:#433428}.dashboard-shell .rule-card textarea{background:#292929;min-height:76px;line-height:1.65;display:block}.dashboard-shell .rule-action-settings{gap:12px}.dashboard-shell .rule-action-settings>p{color:var(--muted);font-size:12px}.dashboard-shell .rule-actions{padding:0}.dashboard-shell .empty{background:#2c2c2c;border:1px dashed #484848;border-radius:18px;padding:32px 24px}.dashboard-shell .empty h3{font-size:15px;font-weight:500}.dashboard-shell .empty p{margin:0;font-size:13px}.dashboard-shell .save-bar{z-index:2;background:#303030;border:1px solid #474747;border-radius:18px;gap:12px;margin:26px 0 0;padding:12px 14px;position:sticky;bottom:16px}.dashboard-shell .save-bar span{font-size:12px}.dashboard-shell .notice,.dashboard-shell .error,.dashboard-shell .success{border-radius:14px;font-size:13px}.dashboard-shell .notice{background:#35312d;border-color:#50453b}.dashboard-shell .billing-note{font-size:12px;line-height:1.8}.dashboard-shell .billing-note button{margin-top:12px;display:block}.dashboard-plan-grid{gap:10px;margin-top:24px}.dashboard-plan-grid .pricing-plan{padding:18px 14px 14px}.dashboard-plan-grid .pricing-plan-top h3{margin:0;font-size:15px;font-weight:500}.dashboard-plan-grid .pricing-amount{margin-top:20px}.dashboard-plan-grid .pricing-amount strong{font-size:30px}.dashboard-plan-grid .pricing-quota{min-height:66px}.dashboard-plan-grid .plan-select{color:var(--muted);min-height:66px;font-size:12px}.dashboard-plan-grid .plan-select select{background:#292929;border-color:#555;border-radius:999px;width:100%;padding:8px;font-size:12px}.dashboard-plan-grid .pricing-plan-cta{border:0;margin-top:18px;padding-inline:8px;font-size:12px}.dashboard-plan-includes{color:var(--muted);gap:8px;margin:20px 0;font-size:12px;display:flex}.dashboard-plan-includes svg{color:var(--accent);flex-shrink:0}.current-plan-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.login-page h1 span{color:#24211f;background:#f56b24;border-radius:.16em;padding:.02em .16em .06em}.dashboard-empty p{color:var(--muted);font-size:13px}.login-page{text-align:center;flex-direction:column;align-items:center;gap:26px;padding:72px 36px;display:flex}.login-page h1{margin:0;font-size:clamp(2.2rem,5vw,3rem);font-weight:600;line-height:1.3}.login-page>p{color:var(--muted);max-width:340px;margin:0;font-size:13px}.login-page .landing-dashboard{border:0;gap:14px}.login-pricing{color:var(--muted);font-size:13px}.login-pricing:hover{color:var(--ink)}@media (width<=1180px) and (width>=761px){.dashboard-shell .landing-frame{width:calc(100% - 248px);margin-left:224px;margin-right:24px}.server-rail{width:188px;left:16px;right:auto}.dashboard-plan-grid{grid-template-columns:1fr}}@media (width<=760px){.server-rail{border-inline:1px solid var(--line);border-bottom:1px solid var(--line);width:calc(100% - 40px);margin:0 auto;padding:12px;position:relative;inset:auto}.server-rail-heading{margin:0}.rail-desktop-label{display:none}.rail-mobile-toggle{color:var(--ink);background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:13px;display:inline-flex}.server-rail-content[data-open=false]{display:none}.server-rail-list{max-height:240px;margin-top:12px}.server-add{padding-block:14px}.dashboard-shell .workspace{padding:28px 20px 32px}.dashboard-shell .settings-nav{flex-wrap:wrap;gap:4px}.dashboard-shell .settings-nav button{padding:10px 12px;font-size:12px}.dashboard-shell .panel-header{flex-wrap:wrap}.dashboard-shell .save-bar{flex-wrap:wrap;bottom:10px}.dashboard-shell .guild-title h1{font-size:23px}.dashboard-shell .rule-card{padding:12px}.dashboard-shell .rule-card-header{gap:6px}.dashboard-shell .rule-tabs button{padding-inline:8px}.dashboard-plan-grid{grid-template-columns:1fr}.login-page{padding:56px 24px}}.dashboard-plan-grid .pricing-featured .pricing-plan-top h3{color:var(--accent)}.dashboard-shell .rule-card textarea:focus{border-color:#92928c;outline:none}.moddy-select-trigger{width:100%;min-height:42px;color:var(--ink);text-align:left;background:#303030;border:1px solid #555;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;font-size:13px;display:flex}.moddy-select-trigger>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.moddy-select-trigger:focus-visible{outline-offset:2px;outline:2px solid #92928c}.moddy-select-trigger[data-state=open]{border-color:#92928c}.moddy-select-content{z-index:50;width:var(--radix-select-trigger-width);max-width:calc(100vw - 24px);max-height:min(280px, var(--radix-select-content-available-height));color:var(--ink);background:#303030;border:1px solid #505050;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #17171766}.moddy-select-viewport{padding:5px}.moddy-select-item{cursor:pointer;-webkit-user-select:none;user-select:none;overflow-wrap:anywhere;border-radius:7px;outline:none;align-items:center;min-height:34px;padding:8px 32px 8px 10px;font-size:13px;line-height:1.4;display:flex;position:relative}.moddy-select-item[data-highlighted]{background:#424242}.moddy-select-check{color:var(--accent);display:flex;position:absolute;right:10px}.moddy-select-scroll{height:24px;color:var(--muted);justify-content:center;align-items:center;display:flex}.dashboard-shell .field select,.dashboard-shell .rule-card textarea,.moddy-select-trigger,.moddy-select-item{font-size:14px}@media (width<=760px){.dashboard-shell .settings-nav button{font-size:13px}}.skeleton{background:#363636;border-radius:10px;animation:1.8s ease-in-out infinite skeleton-pulse;display:block}@keyframes skeleton-pulse{50%{opacity:.45}}.skeleton-heading{align-items:center;gap:14px;margin-bottom:28px;display:flex}.skeleton-avatar{border-radius:50%;width:44px;height:44px}.skeleton-title{width:190px;max-width:65%;height:28px}.skeleton-tabs{border-bottom:1px solid var(--line);gap:12px;padding-bottom:24px;display:flex}.skeleton-tabs>span{border-radius:999px;width:140px;height:40px}.skeleton-usage{height:5px;margin:30px 0 44px}.skeleton-section{gap:16px;margin-bottom:32px;display:grid}.skeleton-label{width:130px;height:15px}.skeleton-input{border-radius:12px;height:44px}.skeleton-rule{border-radius:18px;height:140px}.skeleton-server{border-radius:0;height:46px;margin-top:16px}.moddy-wordmark{color:#f5f4f0;letter-spacing:-.065em;white-space:nowrap;align-items:center;font-size:28px;font-weight:700;line-height:1.12;display:inline-flex}@media (width<=600px){.moddy-wordmark{font-size:22px}.landing-brand{gap:6px}.moddy-mascot{width:30px;height:30px}.landing-nav-left{gap:6px}.landing-nav-link{padding-inline:7px}}@media (width<=380px){.moddy-wordmark{font-size:18px}.moddy-mascot{width:22px;height:22px}.landing-nav{gap:5px;padding-inline:10px}.landing-dashboard{padding-inline:12px;font-size:12px}.landing-nav-left{gap:3px}.landing-nav-link{padding-inline:3px;font-size:12px}}@media (width<=600px){.pricing-grid.pricing-launch{grid-template-columns:1fr}}.launch-announcement{background:var(--accent);color:var(--on-accent);text-align:center;padding:9px 16px;font-size:13px;font-weight:600;line-height:1.4}@media (width<=600px){.landing-nav-left{gap:2px}.landing-nav-link{padding-inline:3px}}@media (width<=380px){.landing-brand{gap:4px}.landing-nav-left{gap:1px}.landing-nav-link{padding-inline:1px}.landing-dashboard{padding-inline:10px}}
