@font-face{font-family:SUIT;src:url(/fonts/SUIT-Medium.woff2)format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:SUIT;src:url(/fonts/SUIT-SemiBold.woff2)format("woff2");font-style:normal;font-weight:600;font-display:swap}:root{color:#262c3a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand-500:#4c69fe;--gray-00:#fff;--gray-50:#fcfcfd;--gray-100:#f6f7fa;--gray-200:#e9ecf2;--gray-400:#a9b1c1;--gray-800:#262c3a;background:#fff;font-family:SUIT,sans-serif;font-weight:500}*{box-sizing:border-box}body,h1,p{margin:0}button,input{font:inherit}input:focus,button:focus{outline:none}.admin-screen{flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:100vh;display:flex}.admin-login{border:1px solid #0000001a}.brand-header{flex-direction:column;align-items:center;gap:16px;display:flex}.brand-header img,.project-card img{flex-shrink:0;display:block}.brand-header h1,.project-card p{letter-spacing:-.8px;font-size:16px;font-weight:600;line-height:24px}.brand-header h1{text-align:center}.login-form{flex-direction:column;gap:16px;width:640px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{letter-spacing:-.6px;font-size:12px;line-height:16px}.login-field input{border:1px solid var(--gray-200);background:var(--gray-00);width:100%;height:52px;color:var(--gray-800);letter-spacing:-.7px;border-radius:16px;padding:0 16px;font-size:14px;line-height:20px}.login-field input::placeholder{color:var(--gray-400);opacity:1}.login-button{background:var(--brand-500);height:52px;color:var(--gray-00);letter-spacing:-.7px;border:0;border-radius:16px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:600;line-height:20px;display:flex}.project-list{flex-wrap:wrap;gap:8px;width:808px;display:flex}.admin-project-link{color:inherit;text-decoration:none}.admin-project-link:focus{outline:none}.project-card{background:linear-gradient(to left, var(--gray-100), var(--gray-50));border-radius:32px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;width:400px;padding:52px 32px;display:flex}.admin-workspace{--gray-600:#5e677a;min-height:calc(100vh / var(--admin-scale));background:var(--gray-100);zoom:var(--admin-scale);grid-template-columns:280px minmax(0,1fr);display:grid}.admin-sidebar{height:calc(100vh / var(--admin-scale));background:var(--gray-00);flex-direction:column;justify-content:space-between;align-self:start;padding:32px 20px;display:flex;position:sticky;top:0}.admin-sidebar nav{flex-direction:column;gap:0;display:flex}.admin-sidebar>.admin-register-button{align-self:flex-start;width:fit-content}.admin-nav-item{height:52px;color:var(--gray-800);letter-spacing:-.7px;align-items:center;padding:0 16px;font-size:14px;line-height:20px;text-decoration:none;display:flex}.admin-nav-item[aria-current=page]{background:var(--gray-100);color:var(--brand-500);border-radius:16px}.admin-nav-item:focus{outline:none}.admin-content{padding:32px 20px calc(72px + 42px / var(--admin-scale));flex-direction:column;align-items:stretch;gap:32px;display:flex}.admin-list-toolbar{justify-content:space-between;align-items:center;display:flex}.admin-list-toolbar h1{letter-spacing:-1px;font-size:20px;font-weight:600;line-height:30px}.admin-list-heading{align-items:center;gap:8px;display:flex}.admin-title-action{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;text-decoration:none;display:flex}.admin-title-action:focus{outline:none}.admin-title-action img{display:block}.admin-list-controls{align-items:center;gap:32px;display:flex}.admin-search{letter-spacing:-.7px;align-items:center;gap:8px;font-size:14px;line-height:20px;display:flex}.admin-search label{width:24px;font-weight:600}.admin-search input{width:240px;height:20px;color:var(--gray-800);letter-spacing:-.7px;background:0 0;border:0;border-radius:0;padding:0;line-height:20px}.admin-search input::placeholder{color:var(--gray-800);opacity:1}.admin-search button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.admin-search img{display:block}.admin-table{grid-template-columns:var(--admin-columns);border-spacing:0;letter-spacing:-.7px;gap:8px 0;width:100%;font-size:14px;line-height:20px;display:grid}.admin-table thead,.admin-table tbody{grid-column:1/-1;grid-template-columns:subgrid;background:var(--gray-00);border-radius:32px;display:grid}.admin-table tbody{gap:8px 0;padding:8px 0}.admin-table tbody:empty{display:none}.admin-table tr{grid-column:1/-1;grid-template-columns:subgrid;row-gap:8px;display:grid;position:relative}.admin-table th,.admin-table td{text-align:left;align-items:center;min-width:0;height:64px;padding:0 16px;font-weight:500;display:flex}.admin-table-cell-content{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.admin-table th{color:var(--gray-600)}.admin-table td{height:var(--admin-row-height,64px)}.admin-table tbody tr:not(:last-child):after{border-top:1px solid var(--gray-100);content:"";grid-column:1/-1;height:0;margin-top:-1px}.admin-register-button{right:calc(40px / var(--admin-scale));bottom:calc(42px / var(--admin-scale));background:var(--brand-500);height:40px;color:var(--gray-00);letter-spacing:-.7px;border:0;border-radius:40px;justify-content:center;align-items:center;padding:2px 16px;font-size:14px;font-weight:500;line-height:20px;display:flex;position:fixed}.admin-register-button--inline{flex-shrink:0;position:static}.admin-register-button:enabled{cursor:pointer}.blog-title-link,.admin-table-row-link{color:inherit;text-decoration:none}.blog-title-link:focus,.admin-table-row-link:focus{outline:none}.admin-table-row-link:after{content:"";position:absolute;inset:0}.admin-table-copy-button{z-index:1;color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;position:relative}.admin-toast{z-index:10;background:var(--gray-00);color:#171717;pointer-events:none;border:1px solid #ededed;border-radius:8px;align-items:center;gap:6px;width:356px;padding:16px;font-size:13px;font-weight:500;line-height:1.5;display:flex;position:fixed;box-shadow:0 4px 12px #0000001a}.admin-toast[data-position^=top]{top:24px}.admin-toast[data-position^=bottom]{bottom:24px}.admin-toast[data-position$=left]{left:24px}.admin-toast[data-position$=right]{right:24px}.admin-toast[data-position$=center]{left:50%;transform:translate(-50%)}.admin-toast svg{flex-shrink:0}.landing-layout-editor{width:100%;height:calc(100vh / var(--admin-scale) - 64px);grid-template:"toolbar.""canvas preview"minmax(0,1fr)"actions."40px/minmax(0,1fr) 390px;gap:32px;display:grid}.landing-layout-toolbar{grid-area:toolbar;padding:0 20px}.landing-layout-canvas{grid-area:canvas}.landing-layout-preview{grid-area:preview}.landing-layout-canvas,.landing-layout-preview{overflow:hidden}.landing-layout-preview{background:var(--gray-00)}.landing-layout-actions{grid-area:actions;justify-content:flex-end;padding:0 20px;display:flex}.kucha-page{--red-500:#fe4c4c;--gray-500:#848da0}.kucha-product-cell{align-items:center;gap:8px;width:100%;display:flex}.kucha-product-thumbnail{object-fit:cover;border-radius:16px;flex-shrink:0;width:52px;height:52px;display:block}.kucha-product-info{flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;max-width:282px;display:flex}.kucha-product-info>span,.kucha-product-meta>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.kucha-product-meta{letter-spacing:-.6px;align-items:center;gap:4px;max-width:100%;font-size:12px;line-height:16px;display:flex}.kucha-kind-count{color:var(--brand-500);background:#4c69fe1a;border-radius:16px;padding:2px 4px}.kucha-filter,.kucha-select-control,.kucha-date-control{letter-spacing:-.7px;align-items:center;gap:8px;font-size:14px;line-height:20px;display:flex}.kucha-filter-label{width:50px;font-weight:600}.kucha-select-control{cursor:pointer;position:relative}.kucha-select-value{width:80px}.kucha-select-control--wide .kucha-select-value{width:200px}.kucha-select-control select{appearance:none;width:100%;height:100%;color:var(--gray-800);font:inherit;letter-spacing:inherit;opacity:0;cursor:pointer;background:0 0;border:0;border-radius:0;padding:0;position:absolute;inset:0}.kucha-select-control select:focus{outline:none}.kucha-filter img{flex-shrink:0;width:16px;height:16px;display:block}.kucha-date-control{cursor:pointer;position:relative}.kucha-date-control--start{gap:0}.kucha-date-control>span{width:80px}.kucha-date-separator{width:11px}.kucha-date-control input{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.kucha-date-control input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.kucha-status--positive{color:var(--brand-500)}.kucha-status--negative{color:var(--red-500)}.kucha-status--muted{color:var(--gray-500)}.kucha-page--members .kucha-nickname{letter-spacing:-.6px;font-size:12px;line-height:16px}.kucha-page--members .kucha-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kucha-page--deliveries .admin-table td{height:auto;min-height:96px;padding:16px}.kucha-delivery-products{flex-direction:column;gap:8px;width:272px;max-width:100%;display:flex}.kucha-delivery-product{align-items:center;gap:8px;display:flex}.kucha-delivery-product-name,.kucha-delivery-info>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kucha-delivery-product-name,.kucha-delivery-detail{letter-spacing:-.6px;font-size:12px;line-height:16px}.kucha-delivery-thumbnail{border:1px solid var(--gray-100);background:var(--gray-00);border-radius:12px;flex-shrink:0;width:32px;height:32px;position:relative;overflow:hidden}.kucha-delivery-thumbnail img{object-fit:contain;width:100%;height:100%;display:block;position:absolute}.kucha-delivery-thumbnail img[src$="/product-1.png"]{width:159.65%;height:79.35%;top:10.33%;left:-31.62%}.kucha-delivery-thumbnail img[src$="/product-2.png"]{width:151.85%;height:85.34%;top:7.33%;left:-25.93%}.kucha-delivery-thumbnail img[src$="/product-3.png"]{width:185.19%;height:82.96%;top:8.52%;left:-42.59%}.kucha-delivery-info{flex-direction:column;display:flex}.kucha-delivery-detail{color:var(--gray-600)}.kucha-delivery-info>.kucha-delivery-recipient{white-space:normal;overflow-wrap:anywhere}.kucha-delivery-actions{right:calc(40px / var(--admin-scale));bottom:calc(42px / var(--admin-scale));gap:8px;display:flex;position:fixed}.kucha-delivery-actions .admin-register-button{filter:drop-shadow(0 8px 10px #4c69fe33)}.kucha-dashboard-page .admin-content{padding-bottom:32px}.kucha-dashboard-toolbar,.kucha-dashboard-card-header,.kucha-dashboard-chart-legend,.kucha-dashboard-chart-legend>div,.kucha-dashboard-chart-legend span,.kucha-dashboard-product-select,.kucha-dashboard-view-all,.kucha-dashboard-recent-list li,.kucha-dashboard-member-info>div,.kucha-dashboard-member-info span{align-items:center;display:flex}.kucha-dashboard-toolbar,.kucha-dashboard-card-header,.kucha-dashboard-chart-legend,.kucha-dashboard-recent-list li{justify-content:space-between}.kucha-dashboard-toolbar{height:30px}.kucha-dashboard-toolbar h1,.kucha-dashboard-card h2{letter-spacing:-1px;margin:0;font-size:20px;font-weight:600;line-height:30px}.kucha-dashboard-content{flex-direction:column;gap:8px;display:flex}.kucha-dashboard-metrics{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.kucha-dashboard-metric{background:var(--gray-00);letter-spacing:-.7px;border-radius:32px;flex-direction:column;gap:40px;height:184px;padding:32px;font-size:14px;line-height:20px;display:flex}.kucha-dashboard-metric>div{flex-direction:column;display:flex}.kucha-dashboard-metric strong{letter-spacing:-1.4px;font-size:28px;font-weight:600;line-height:40px}.kucha-dashboard-card{background:var(--gray-00);border-radius:32px}.kucha-dashboard-chart{flex-direction:column;gap:32px;height:379px;padding:32px;display:flex}.kucha-dashboard-product-select{cursor:pointer;justify-content:space-between;width:256px;height:20px;position:relative}.kucha-dashboard-product-select>span{text-overflow:ellipsis;white-space:nowrap;width:240px;overflow:hidden}.kucha-dashboard-product-select img,.kucha-dashboard-view-all img,.kucha-dashboard-member-info img{flex-shrink:0;width:16px;height:16px;display:block}.kucha-dashboard-product-select select{appearance:none;width:100%;height:100%;font:inherit;opacity:0;cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.kucha-dashboard-product-select select:focus{outline:none}.kucha-dashboard-chart-content{flex-direction:column;gap:16px;height:253px;display:flex}.kucha-dashboard-chart-legend{height:20px}.kucha-dashboard-chart-legend>div{gap:16px}.kucha-dashboard-chart-legend span{letter-spacing:-.7px;gap:4px;font-size:14px;line-height:20px}.kucha-dashboard-chart-key{border-radius:1.8px;width:8px;height:8px}.kucha-dashboard-chart-key--total{background:var(--brand-500)}.kucha-dashboard-chart-key--product{background:var(--red-500)}.kucha-dashboard-chart-legend small{color:var(--gray-50);letter-spacing:-.36px;font-size:7.2px;line-height:10.8px}.kucha-dashboard-chart-plot{height:217px;position:relative}.kucha-dashboard-chart-grid{flex-direction:column;justify-content:space-between;height:193px;display:flex;position:absolute;top:0;left:0;right:0}.kucha-dashboard-chart-grid>div{align-items:center;gap:8px;height:16px;display:flex}.kucha-dashboard-chart-grid span{letter-spacing:-.6px;text-align:center;flex-shrink:0;width:12px;font-size:12px;line-height:16px}.kucha-dashboard-chart-grid i{border-top:1px solid var(--gray-200);flex:1}.kucha-dashboard-chart-line{pointer-events:none;width:calc(100% - 20px);display:block;position:absolute;left:20px}.kucha-dashboard-chart-line--total{height:145.5px;top:15.5px}.kucha-dashboard-chart-line--product{height:92px;top:105.5px}.kucha-dashboard-chart-dates{letter-spacing:-.6px;white-space:nowrap;justify-content:space-between;align-items:center;height:16px;font-size:12px;line-height:16px;display:flex;position:absolute;bottom:0;left:18px;right:0}.kucha-dashboard-recent-panels{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.kucha-dashboard-recent{flex-direction:column;gap:32px;height:454px;padding:32px;display:flex}.kucha-dashboard-view-all{color:var(--gray-800);letter-spacing:-.7px;gap:8px;font-size:14px;line-height:20px;text-decoration:none}.kucha-dashboard-recent-list{width:100%;margin:0;padding:0;list-style:none}.kucha-dashboard-recent-list li{height:40px;position:relative}.kucha-dashboard-recent-list li+li{margin-top:32px}.kucha-dashboard-recent-list li+li:before{border-top:1px solid var(--gray-100);content:"";position:absolute;top:-16px;left:0;right:0}.kucha-dashboard-payment-info,.kucha-dashboard-member-info{flex-direction:column;gap:4px;display:flex}.kucha-dashboard-payment-info{width:267px}.kucha-dashboard-payment-info p,.kucha-dashboard-member-info p,.kucha-dashboard-member-info span{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.7px;font-size:14px;line-height:20px;overflow:hidden}.kucha-dashboard-payment-info time,.kucha-dashboard-member-info time{color:var(--gray-600);letter-spacing:-.6px;font-size:12px;line-height:16px}.kucha-dashboard-recent-list strong{letter-spacing:-.8px;font-size:16px;font-weight:600;line-height:24px}.kucha-dashboard-member-info>div{gap:8px}.kucha-dashboard-member-info span{gap:2px}@font-face{font-family:SUIT;src:url(/fonts/SUIT-ExtraBold.ttf)format("truetype");font-weight:800;font-style:normal;font-display:swap}.kucha-landing-page .admin-content{flex-direction:row;justify-content:flex-start;padding:32px 20px 32px 0}.landing-page-toolbar{flex-wrap:wrap;align-items:center;gap:16px 32px;display:flex}.kucha-landing{--brand-tint:#4c69fe1a;background:var(--gray-00);height:100%;color:var(--gray-800);flex-direction:column;display:flex;position:relative;overflow:hidden}.kucha-landing img{display:block}.kucha-landing--editor,.kucha-landing--editor .landing-gacha-card{background:0 0}.kucha-landing--editor .landing-gacha-card--add{background:var(--gray-00)}.landing-app-header{border-bottom:1px solid var(--gray-00);background:#ffffffe6;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.landing-kucha-logo{width:68px;height:20px}.landing-header-actions{align-items:center;gap:12px;display:flex}.landing-header-actions>span{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.landing-header-actions i{background:#fe4c4c;border-radius:2px;width:4px;height:4px;position:absolute;top:0;right:0}.landing-app-scroll,.landing-section-scroll{overscroll-behavior:contain;flex:1;overflow:auto}.landing-app-scroll{padding-bottom:80px}.landing-section-scroll{flex-direction:column;gap:32px;padding:0 20px;display:flex}.kucha-landing--editor .landing-gacha-section,.kucha-landing--editor .landing-gacha-list,.kucha-landing--editor .landing-gacha-section-heading{padding:0}.landing-banner-section{padding:20px}.landing-banner{background:var(--brand-500);border-radius:32px;width:100%;position:relative;overflow:hidden}.landing-banner--delivery{background:linear-gradient(152.78deg,#4c69fe 0%,#734cfe 100%);height:180px}.landing-banner-copy{z-index:1;flex-direction:column;align-items:flex-start;gap:13px;display:flex;position:absolute;top:20px;left:20px}.landing-banner-copy>p{color:var(--gray-50);letter-spacing:-.9px;white-space:pre-line;font-size:18px;font-weight:800;line-height:26px}.landing-banner-action{color:var(--gray-100);letter-spacing:-.6px;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;line-height:16px;display:flex}.landing-banner-action img{width:9.5px;height:8.5px}.landing-banner--delivery .landing-banner-artwork{aspect-ratio:184/128;width:52.57%;max-width:184px;position:absolute;bottom:0;right:0;overflow:hidden}.landing-banner--delivery .landing-banner-artwork img{width:111.49%;height:110.6%;position:absolute;top:-10.94%;left:-5.92%}.landing-banner--install{height:120px}.landing-banner--install .landing-banner-copy{gap:8px;width:140px;top:23px}.landing-banner--install .landing-banner-copy>p{letter-spacing:-.7px;font-size:14px;font-weight:600;line-height:20px}.landing-banner--install .landing-banner-artwork{width:100px;height:100px;position:absolute;top:10px;right:20px}.landing-banner--install .landing-banner-artwork img{object-fit:contain;width:100%;height:100%}.landing-gacha-section{flex-direction:column;gap:16px;width:100%;padding:32px 0;display:flex;overflow:hidden}.landing-gacha-section h2{letter-spacing:-1px;margin:0;padding:0;font-size:20px;font-weight:600;line-height:30px}.landing-gacha-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:0 20px;display:flex}.landing-gacha-list{gap:8px;width:100%;margin:0;padding:0 20px;list-style:none}.landing-gacha-list--editor{flex-wrap:wrap;align-items:flex-start;display:flex}.landing-gacha-list--editor>li{flex-direction:column;gap:8px;width:min(100%,164px);max-width:164px;display:flex}.landing-gacha-list--preview{scrollbar-width:none;display:flex;overflow-x:auto}.landing-gacha-list--preview::-webkit-scrollbar{display:none}.landing-gacha-list--preview>li{flex:0 0 var(--card-width)}.landing-gacha-draggable{cursor:grab}.landing-gacha-draggable:focus{outline:none}.kucha-landing--gacha.kucha-landing--preview .landing-gacha-list{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:32px;display:grid}.kucha-landing--gacha.kucha-landing--preview h2{letter-spacing:-.8px;font-size:16px;line-height:24px}.landing-gacha-controls{align-items:center;gap:8px;display:flex}.landing-gacha-controls>span{background:var(--gray-100);letter-spacing:-.7px;border-radius:24px;align-items:center;gap:2px;padding:4px 8px;font-size:14px;line-height:20px;display:flex}.landing-gacha-controls img{width:16px;height:16px}.landing-card-action,.landing-card-option,.landing-card-add{color:var(--gray-800);text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.landing-card-remove{letter-spacing:-.6px;align-self:flex-end;font-size:12px;line-height:20px}.landing-card-option,.landing-card-add{width:100%;display:block}.landing-card-picker{border:1px solid var(--gray-200);background:var(--gray-00);width:640px;max-width:calc(100vw - 40px);max-height:calc(100vh - 64px);color:var(--gray-800);border-radius:16px;padding:20px;overflow:auto}.landing-card-picker:popover-open{flex-direction:column;gap:16px;display:flex}.landing-card-picker-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.landing-card-picker h2{letter-spacing:-1px;font-size:20px;line-height:30px}.landing-card-options{flex-wrap:wrap;align-items:flex-start;gap:16px;margin:0;padding:0;list-style:none;display:flex}.landing-card-options>li{width:min(100%,164px);max-width:164px}.landing-gacha-card{background:var(--gray-00);border-radius:20px;flex-direction:column;gap:8px;width:100%;display:flex}.landing-gacha-card--compact{border:1px solid var(--gray-200);padding:8px;box-shadow:0 8px 8px #1b1f2a0a}.landing-gacha-image{aspect-ratio:1;border-radius:16px;width:100%;overflow:hidden}.landing-gacha-image img{object-fit:cover;width:100%;height:100%}.landing-gacha-card--add .landing-gacha-image{letter-spacing:-.7px;background:#d9d9d9;place-items:center;font-size:14px;line-height:20px;display:grid}.landing-gacha-details{flex-direction:column;gap:16px;width:100%;display:flex}.landing-gacha-info{flex-direction:column;gap:4px;width:100%;display:flex}.landing-gacha-info>p{letter-spacing:-.7px;overflow-wrap:anywhere;font-size:14px;line-height:20px}.landing-gacha-price{letter-spacing:-.8px;flex-wrap:wrap;align-items:center;gap:8px;min-height:24px;font-size:16px;font-weight:600;line-height:24px;display:flex}.landing-gacha-card--compact .landing-gacha-price{flex-wrap:nowrap;justify-content:space-between}.landing-gacha-disclosure{background:var(--brand-tint);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.landing-gacha-disclosure img{width:9.5px;height:8.5px}.landing-gacha-meta{letter-spacing:-.6px;flex-wrap:wrap;align-items:center;gap:4px;font-size:12px;line-height:16px;display:flex}.landing-gacha-chip{background:var(--brand-tint);color:var(--brand-500);letter-spacing:-.6px;border-radius:16px;padding:2px 4px;font-size:12px;font-weight:500;line-height:16px}.landing-app-footer{border-top:1px solid var(--gray-100);letter-spacing:-.6px;flex-direction:column;align-items:flex-start;gap:16px;padding:32px 20px;font-size:12px;line-height:16px;display:flex}.landing-footer-divider{border-top:1px dashed var(--gray-200);width:100%}.landing-footer-policies{flex-direction:column;gap:16px;display:flex}.landing-footer-policies strong{font-weight:600}.landing-footer-business{flex-direction:column;gap:4px;display:flex}.landing-dock{border:1px solid var(--gray-100);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#f6f7fa80;border-radius:52px;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex;position:absolute;bottom:8px;left:20px;right:20px;overflow:hidden}.landing-dock-item{letter-spacing:-.6px;flex-direction:column;flex:1;align-items:center;gap:4px;font-size:12px;line-height:16px;display:flex}.landing-dock-item--active{color:var(--brand-500)}.landing-dock-icon{background:currentColor;display:block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.landing-dock-item--gacha .landing-dock-icon{transform:rotate(15deg)}.landing-screen-reader{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.admin-workspace--editor .admin-content{flex-direction:row;justify-content:center;align-items:flex-start;padding:32px 0}.blog-editor,.portfolio-editor,.blog-html-preview,.portfolio-html-preview{flex-direction:column;flex:none;gap:32px;display:flex}.blog-editor,.portfolio-editor{width:640px}.blog-editor h1,.blog-editor h2,.blog-html-preview h2,.portfolio-editor h1,.portfolio-editor h2,.portfolio-html-preview>h2,.linkpay-editor h1,.linkpay-editor h2{letter-spacing:-1px;margin:0;font-size:20px;font-weight:600;line-height:30px}.blog-info-form,.portfolio-info-form,.linkpay-info-form{background:var(--gray-00);border-radius:32px;flex-direction:column;gap:32px;padding:32px;display:flex}.blog-fields,.portfolio-fields,.linkpay-fields{flex-direction:column;gap:16px;display:flex}.editor-field,.portfolio-field,.linkpay-field{letter-spacing:-.6px;flex-direction:column;gap:8px;font-size:12px;line-height:16px;display:flex}.editor-field>input:not([type=file]),.editor-field textarea,.portfolio-field>input:not([type=file]),.linkpay-field input,.tag-input-control{border:1px solid var(--gray-200);width:100%;height:52px;color:var(--gray-800);letter-spacing:-.7px;background:0 0;border-radius:16px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:20px}.editor-field textarea{resize:none;padding:16px}.editor-field input::placeholder,.editor-field textarea::placeholder,.portfolio-field input::placeholder,.linkpay-field input::placeholder{color:var(--gray-400);opacity:1}.editor-field textarea:focus{outline:none}.editor-field .editor-seo-input{height:120px}.editor-field .editor-html-input{height:480px}.image-upload-area{border:1px dashed var(--gray-200);background:var(--gray-100);border-radius:16px;justify-content:center;align-items:center;width:100%;height:380px;padding:0;display:flex;position:relative;overflow:hidden}button.image-upload-area,button.image-upload-badge{cursor:pointer}.image-upload-area--selected{border:0}.image-upload-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.image-upload-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#1e293b;letter-spacing:-.6px;background:#ffffff80;border:0;border-radius:16px;justify-content:center;align-items:center;gap:4px;max-width:100%;padding:4px 8px;font-size:12px;font-weight:500;line-height:16px;display:flex;position:relative}.image-upload-badge>span{overflow-wrap:anywhere}.image-upload-badge>img{flex-shrink:0;display:block}.editor-actions{justify-content:space-between;align-items:flex-start;display:flex}.editor-save-actions{align-items:center;gap:8px;display:flex}.editor-button,.linkpay-editor-button{border:1px solid var(--brand-500);height:52px;color:var(--brand-500);letter-spacing:-.7px;background:0 0;border-radius:16px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;display:flex}.editor-button:focus,.linkpay-editor-button:focus{outline:none}.editor-button--primary,.linkpay-editor-button--primary{background:var(--brand-500);color:var(--gray-00);border:0}.content-settings{flex-direction:column;gap:8px;display:flex}.content-setting-row{border:1px solid var(--gray-100);background:var(--gray-50);letter-spacing:-.7px;cursor:pointer;border-radius:16px;justify-content:space-between;align-items:center;height:52px;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;display:flex}.content-setting-label{align-items:center;gap:8px;display:flex}.content-setting-label input{appearance:none;background:var(--gray-400) url(/icons/check-01.svg) center / 24px 24px no-repeat;cursor:pointer;border:0;border-radius:8px;flex:0 0 24px;width:24px;height:24px;margin:0}.content-setting-label input:checked{background-color:var(--brand-500)}.content-setting-count{color:var(--gray-400)}.admin-workspace--form .admin-content{align-items:center;padding:32px 0}.linkpay-editor{flex-direction:column;gap:32px;width:640px;display:flex}.linkpay-editor-actions{justify-content:space-between;display:flex}.linkpay-editor-button{white-space:nowrap;width:79px}.linkpay-editor-button--primary{width:131px}.blog-html-preview{width:390px}.blog-preview-card{background:var(--gray-00);border-radius:32px;padding:32px}.blog-preview-title{letter-spacing:-.7px;overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:20px}.blog-preview-card iframe{border:0;width:100%;height:20px;display:block}.portfolio-editor .editor-field input::placeholder,.portfolio-editor .editor-field textarea::placeholder,.portfolio-field input::placeholder{color:#999ea8}.portfolio-editor .image-upload-field input::placeholder{color:var(--gray-400)}.tag-input-control{justify-content:space-between;align-items:center;display:flex}.tag-input-items{flex:1;align-items:center;gap:4px;display:flex;overflow-x:auto}.tag-input-chip{background:var(--gray-100);white-space:nowrap;border-radius:16px;flex:none;align-items:center;gap:4px;height:32px;padding:0 8px;display:flex}.tag-input-chip button{cursor:pointer;background:0 0;border:0;flex:none;width:16px;height:16px;padding:0;display:flex}.tag-input-chip img{display:block}.tag-input-items input{height:32px;color:inherit;font:inherit;letter-spacing:inherit;background:0 0;border:0;flex:1 0 auto;padding:0}.tag-input-hint{letter-spacing:-.6px;flex:none;font-size:12px;line-height:16px}.portfolio-html-preview{width:390px;position:sticky;top:32px}.portfolio-preview-card{background:var(--gray-00);border-radius:32px;min-height:84px;padding:32px}.portfolio-preview-document{color:#3f4759;word-break:keep-all;flex-direction:column;gap:32px;width:100%;display:flex}.portfolio-preview-title{letter-spacing:-1.4px;overflow-wrap:anywhere;margin:0;font-size:28px;font-weight:600;line-height:40px}.portfolio-preview-content{flex-direction:column;gap:20px;display:flex}.portfolio-preview-banner{aspect-ratio:1080/480;object-fit:cover;width:100%;height:auto;display:block}.portfolio-preview-content iframe{border:0;width:100%;height:0;display:block}.portfolio-preview-content[hidden],.portfolio-preview-content iframe[hidden]{display:none}.portfolio-title-link{color:inherit;text-decoration:none}.portfolio-title-link:focus{outline:none}.admin-workspace--gacha-editor{height:100vh;min-height:0}.admin-workspace--gacha-editor .admin-content{grid-template-rows:minmax(0,1fr);grid-template-columns:640px 390px;justify-content:safe center;align-items:stretch;gap:8px;height:100vh;padding:32px 20px;display:grid;overflow-x:auto}.gacha-editor-form,.gacha-detail-column{overscroll-behavior-y:contain;flex-direction:column;gap:32px;height:100%;display:flex;overflow-y:auto}.gacha-editor-form>*,.gacha-detail-column>*{flex-shrink:0}.gacha-editor-form h1,.gacha-editor-form h2,.gacha-detail-column>h2{letter-spacing:-1px;margin:0;font-size:20px;font-weight:600;line-height:30px}.gacha-editor-sections{flex-direction:column;gap:8px;display:flex}.gacha-form-card{background:var(--gray-00);border-radius:32px;flex-direction:column;gap:32px;padding:32px;display:flex}.gacha-fields{flex-direction:column;gap:16px;display:flex}.gacha-field{letter-spacing:-.6px;flex-direction:column;gap:8px;font-size:12px;line-height:16px;display:flex}.gacha-field>input,.gacha-field>select,.gacha-date-input,.gacha-end-toggle{border:1px solid var(--gray-200);width:100%;height:52px;color:var(--gray-800);font:inherit;letter-spacing:-.7px;background-color:#0000;border-radius:16px;padding:0 16px;font-size:14px;line-height:20px}.gacha-field>select{appearance:none;background-image:url(/icons/kucha/chevron-down.svg);background-position:right 16px center;background-repeat:no-repeat;background-size:24px;padding-right:48px}.gacha-field>select:focus{outline:none}.gacha-field>select option{color:var(--gray-800)}.gacha-field>select:enabled{cursor:pointer}.gacha-field input::placeholder{color:var(--gray-400);opacity:1}.gacha-field .gacha-placeholder{color:var(--gray-400)}.gacha-field-error{color:var(--red-500);overflow-wrap:anywhere}.gacha-field>input:disabled,.gacha-field>select:disabled,.gacha-control--disabled{background-color:var(--gray-100);color:var(--gray-400)}.gacha-keywords{border:0;margin:0;padding:0}.gacha-keywords input::placeholder{color:var(--gray-400)}.gacha-upload{width:132px;height:132px;position:relative}.gacha-image-field--compact .gacha-upload{width:52px;height:52px}.gacha-upload-area{border:1px dashed var(--gray-200);background:var(--gray-100);border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:relative;overflow:hidden}.gacha-upload--selected .gacha-upload-area{border:0}.gacha-upload-area:enabled,.gacha-upload-remove:enabled{cursor:pointer}.gacha-upload-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#1e293b;letter-spacing:-.6px;white-space:nowrap;background:#ffffff80;border:0;border-radius:16px;justify-content:center;align-items:center;gap:4px;height:32px;padding:4px 8px;font-size:12px;font-weight:500;line-height:16px;display:flex;position:relative}.gacha-image-field--compact .gacha-upload-badge{width:32px}.gacha-upload-remove{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gacha-upload-badge img{flex-shrink:0;display:block}.gacha-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.gacha-image[data-crop=thumbnail]{width:176.92%;height:315.29%;inset:-121.9% auto auto -35.08%}.gacha-image[data-crop=cinnamoroll]{width:159.65%;height:79.35%;inset:10.33% auto auto -31.62%}.gacha-image[data-crop=kuromi]{width:151.85%;height:85.34%;inset:7.33% auto auto -25.93%}.gacha-image[data-crop=my-melody]{width:185.19%;height:82.96%;inset:8.52% auto auto -42.59%}.gacha-date-input{align-items:center;display:flex;position:relative}.gacha-date-input>span{white-space:nowrap}.gacha-date-input input{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.gacha-date-input input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.gacha-date-input input:disabled{cursor:default}.gacha-date-input input:disabled::-webkit-calendar-picker-indicator{cursor:default}.gacha-end-date{grid-template-columns:121px minmax(0,1fr);gap:4px;display:grid}.gacha-end-toggle{white-space:nowrap;align-items:center;gap:8px;display:flex}.gacha-end-toggle input{appearance:none;background:var(--gray-500) url(/icons/check-01.svg) center / 16px 16px no-repeat;border:0;border-radius:16px;flex-shrink:0;width:20px;height:20px;margin:0}.gacha-end-toggle input:checked{background-color:var(--brand-500)}.gacha-end-toggle input:enabled{cursor:pointer}.gacha-lineup-heading{justify-content:space-between;align-items:center;display:flex}.gacha-add-lineup{color:var(--brand-500);font:inherit;letter-spacing:-.7px;background:0 0;border:0;padding:0;font-size:14px;line-height:20px}.gacha-add-lineup:enabled,.gacha-remove-lineup:enabled{cursor:pointer}.gacha-lineup-row{grid-template-columns:52px repeat(3,minmax(0,1fr)) 52px;align-items:start;gap:8px;display:grid}.gacha-lineup-row select{background-size:16px;padding-right:40px}.gacha-remove-lineup{background:var(--gray-100);border:0;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-top:24px;padding:0;display:flex}.gacha-remove-lineup img{display:block}.gacha-editor-form .editor-button{box-shadow:0 8px 20px #4c69fe33}.gacha-editor-form .editor-button--primary{box-shadow:0 8px 10px #4c69fe33}.gacha-editor-form .editor-button:enabled{cursor:pointer}.gacha-detail-card{background:var(--gray-00);border-radius:32px;flex-direction:column;display:flex;overflow:hidden}.gacha-detail-summary{flex-direction:column;gap:32px;padding:20px 20px 32px;display:flex}.gacha-detail-product{flex-direction:column;gap:8px;display:flex}.gacha-detail-image{background:var(--gray-100);border-radius:16px;width:350px;height:350px;position:relative;overflow:hidden}.gacha-detail-info{flex-direction:column;gap:16px;display:flex}.gacha-detail-name-price{flex-direction:column;gap:4px;display:flex}.gacha-detail-name{justify-content:space-between;align-items:center;display:flex}.gacha-detail-name h3{overflow-wrap:anywhere}.gacha-share{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.gacha-detail-price{letter-spacing:-.8px;font-size:16px;font-weight:600;line-height:24px}.gacha-detail-meta{letter-spacing:-.6px;align-items:center;gap:4px;font-size:12px;line-height:16px;display:flex}.gacha-detail-badge{color:var(--brand-500);letter-spacing:-.6px;background:#4c69fe1a;border-radius:16px;justify-content:center;align-items:center;padding:2px 4px;font-size:12px;line-height:16px;display:inline-flex}.gacha-detail-notices{flex-direction:column;gap:8px;display:flex}.gacha-detail-notices p{background:var(--gray-100);letter-spacing:-.6px;white-space:pre-wrap;border-radius:16px;align-content:center;height:40px;padding:0 16px;font-size:12px;line-height:16px}.gacha-detail-divider{background:var(--gray-100);height:4px}.gacha-detail-body{flex-direction:column;gap:32px;padding:32px 20px;display:flex}.gacha-detail-column h3{letter-spacing:-.9px;margin:0;font-size:18px;font-weight:600;line-height:26px}.gacha-detail-lineup,.gacha-detail-history{flex-direction:column;gap:16px;display:flex}.gacha-detail-lineup-heading{justify-content:space-between;align-items:center;display:flex}.gacha-detail-lineup-heading>span{color:var(--gray-500);letter-spacing:-.6px;align-items:center;gap:4px;font-size:12px;line-height:16px;display:flex}.gacha-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px;display:grid}.gacha-detail-lineup-card{letter-spacing:-.6px;border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:16px;font-size:12px;line-height:16px;display:flex;position:relative;overflow:hidden}.gacha-detail-lineup-card:after{border:1px solid var(--gray-200);border-radius:inherit;pointer-events:none;content:"";position:absolute;inset:0}.gacha-detail-item-image{aspect-ratio:1;background:var(--gray-100);border-radius:16px;width:100%;position:relative;overflow:hidden}.gacha-detail-lineup-card>span{overflow-wrap:anywhere;max-width:100%}.gacha-detail-guide{color:var(--gray-600);letter-spacing:-.6px;flex-direction:column;gap:8px;font-size:12px;line-height:20px;display:flex}.gacha-detail-guide h3{color:var(--gray-800);letter-spacing:-.7px;font-size:14px;line-height:20px}.gacha-probability-example{display:block}.gacha-detail-empty{background:var(--gray-100);border-radius:24px;justify-content:center;align-items:center;height:159px;display:flex}.gacha-detail-empty>span{background:var(--gray-00);color:var(--gray-600);letter-spacing:-.7px;border-radius:24px;padding:4px 8px;font-size:14px;line-height:20px}.gacha-detail-policies{flex-direction:column;gap:16px;display:flex}.gacha-editor-dialog{background:var(--gray-00);width:350px;max-width:calc(100vw - 40px);color:var(--gray-800);border:1px solid #0000001a;border-radius:16px;margin:auto;padding:20px;box-shadow:0 8px 8px #1b1f2a0a}.gacha-editor-dialog[open]{flex-direction:column;align-items:flex-end;gap:16px;display:flex}.gacha-editor-dialog::backdrop{background:#1b1f2a5c}.gacha-dialog-content{flex-direction:column;gap:8px;width:100%;display:flex}.gacha-dialog-title-row{justify-content:space-between;align-items:center;width:100%;display:flex}.gacha-dialog-title-row h2{letter-spacing:-.8px;margin:0;font-size:16px;font-weight:600;line-height:24px}.gacha-dialog-content p{letter-spacing:-.7px;font-size:14px;line-height:20px}.gacha-dialog-close{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.gacha-dialog-actions{align-items:center;gap:8px;display:flex}.gacha-dialog-actions button{letter-spacing:-.7px;cursor:pointer;border-radius:16px;justify-content:center;align-items:center;height:52px;padding:0 16px;font-size:14px;font-weight:600;line-height:20px;display:flex}.gacha-dialog-secondary{border:1px solid var(--gray-200);color:var(--gray-800);background:0 0}.gacha-dialog-primary{background:var(--brand-500);color:var(--gray-00);border:0}
