:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;width:100%;min-height:100vh}body #root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#320039;color:#fff;border:1px solid #8c3497;cursor:pointer;transition:border-color .25s}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.header{background-color:#320039;color:#fff;border-bottom:1px solid #65256d;width:100%;position:fixed;top:0;left:0;z-index:1000}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:16px}.logo{font-size:18px;font-weight:700;color:#fff}.logo:hover{color:#fff;opacity:.9}.nav{display:flex;gap:24px}.nav a{color:#fff;text-decoration:none;font-size:14px}.nav a:hover,button:hover{opacity:.9}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger span{width:24px;height:2px;background:#fdedff;transition:.3s ease}.nav-item{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:15px}.nav-item .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.nav-item .icon svg{width:18px;height:18px;display:block}.logout-container>span{font-size:12px}@media(max-width:768px){.hamburger{display:flex}.nav{position:absolute;top:44px;left:0;flex-direction:column;background-color:#320039;width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease}.nav.open{max-height:300px;opacity:1}.nav a,button{padding:14px 16px;border-bottom:1px solid #65256d}.header-inner{padding:0 16px}}.bottom-bar{position:fixed;bottom:16px;left:0;right:0;display:flex;justify-content:flex-start;padding:0 24px;pointer-events:none;z-index:1000}.char-icon{width:64px;height:64px;border-radius:50%;pointer-events:auto;cursor:pointer}.character-icon{position:relative}.label{position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:12px;font-weight:700;color:#fff;background:#0009;padding:2px 6px;border-radius:6px;white-space:nowrap}.vs-text{font-size:32px;font-weight:800;color:#ffffffe6;text-shadow:0 0 8px rgba(0,0,0,.6);letter-spacing:2px;display:flex;align-items:center;margin:0 15px}.drawer{position:fixed;bottom:0;left:0;right:0;height:80dvh;background:#111;border-top-left-radius:20px;border-top-right-radius:20px;transform:translateY(100%);transition:transform .3s ease;z-index:2000;padding-bottom:80px}.drawer.open{transform:translateY(0)}.drawer-content{padding:20px;display:grid;grid-template-columns:repeat(8,1fr);gap:12px;overflow-y:auto;height:100%}.char-item{width:100%;border-radius:12px;cursor:pointer}.char-item:hover{opacity:.9}.selected-player{background-color:#fff}.selected-enemy{background-color:#f8e787}.selected-both{background:linear-gradient(#fff,#f8e787)}.overlay{position:fixed;inset:0;background:#00000080;z-index:90}.image-by{height:20px;display:flex;justify-content:flex-end;align-items:center;color:#fff;padding:5px 10px}.image-by>p{margin-right:5px}.image-by>a{color:#f8e787}@media(max-width:768px){.bottom-bar{justify-content:space-between}.drawer{width:100%}.drawer-content{grid-template-columns:repeat(5,1fr)}}.sidebar{box-sizing:border-box;margin:140px 30px 0;width:300px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;align-self:flex-start;position:sticky;top:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px}.sidebar-left,.sidebar-right{flex-direction:row;align-items:flex-start;width:auto;gap:8px}.sidebar-ad-iframe{width:160px;height:600px}.sidebar-banners{display:flex;flex-direction:column;gap:12px}.sidebar-banner img{max-width:160px;max-height:200px;height:auto;display:block;border:none;background:none}.product-card{display:block;text-decoration:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:opacity .2s}.product-card:hover{opacity:.85}.product-card img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}@media(max-width:1500px){.sidebar-ad-iframe{display:none}}@media(max-width:1200px){.sidebar{margin:0 0 30px;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:8px;gap:8px;background:none;border:none;position:static}.sidebar-banner img{max-width:140px}.sidebar-left{margin:0;flex-direction:row;flex-wrap:wrap}.sidebar-right{flex-direction:row;flex-wrap:wrap}.sidebar-banners{flex-direction:row;flex-wrap:wrap;justify-content:center}.sidebar-banner:nth-child(4){display:none}}@media(max-width:500px){.sidebar-left{margin-top:60px}.sidebar-banner:nth-child(3){display:none}}.auth-container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:100px}.auth-card{width:50%;max-width:400px;min-width:300px;background:#fdedff;color:#000;border:1px solid #8c3497;padding:32px 24px;border-radius:16px;box-shadow:0 10px 25px #00000026}.auth-card h2{text-align:center;margin-bottom:24px}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group label{font-size:14px;margin-bottom:6px;color:#444}.form-group input{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:.2s}.form-group input:focus{border-color:#acff4d;outline:none;box-shadow:0 0 0 3px #4da3ff26}.auth-button{width:100%;padding:12px;background:#732e71;border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;margin-top:8px;transition:.2s}.auth-link{text-align:center;margin-top:16px;font-size:14px}@media(max-width:768px){button{font-size:18px}}.toggle{position:relative;width:145px;height:36px;background:#fdedff;border-radius:999px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500}.toggle-slider{position:absolute;width:70px;height:30px;background:#fff;border-radius:999px;top:3px;left:3px;transition:transform .25s ease;box-shadow:0 2px 6px #00000026}.toggle.archived .toggle-slider{transform:translate(70px)}.toggle-option{flex:1;text-align:center;z-index:1;color:#000}.card-container{display:flex;flex-direction:column;gap:12px;width:90%;max-width:600px;padding:105px 0 120px;margin:0 auto;min-height:calc(100vh - 100px)}.card-container>h2,.container-header>h2{color:#fff5e8;margin:0}.container-header{display:flex;justify-content:space-between}@media(max-width:1200px){.card-container{padding:30px 0 0}}.card-create-btn{background-color:#320039;border:1px solid #8c3497;color:#fff5e8;display:flex;justify-content:center;align-items:center;padding:0}.card-create-btn:hover{background-color:#8c3497}.card-create-btn:active{background-color:#fff5e8;color:#000}.regist-btn,.cancel-btn,.delete-btn,.archive-btn{font-weight:400;padding:1px 6px}.cancel-btn{display:flex;align-items:center;margin-left:5px}.regist-btn:hover{background-color:#acff4d;color:#000}.cancel-btn:hover{background-color:#fdedff;color:#000}.delete-btn:hover{background-color:#ff7b7b}.delete-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.archive-btn:hover{background-color:#ffff98;color:#000}.memo-card,.card.creating textarea{display:flex;background:#fdedff;color:#000;padding:10px 1%;border-radius:14px;margin-bottom:12px;-webkit-user-select:none;user-select:none;box-shadow:0 2px 6px #0006;transition:all .2s ease;resize:none;min-height:77px}.memo-card{white-space:pre-wrap;background:linear-gradient(#65256d,#732e71);border:1px solid #8c3497;color:#fff}textarea{font-size:16px}.origin-card{margin-top:8px;width:100%}.card.creating{width:100%}.card.creating.modal{margin:0 30px}.card.creating textarea{background-color:#fff;width:98%}.card.creating>.card-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.right-actions{display:flex;gap:8px}.memo-card .memo-text{flex:7;border-radius:10px;padding:0 10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:pre-wrap;font-size:14px;line-height:1.4}.memo-card.card-open .memo-text{-webkit-line-clamp:unset;overflow:visible}.memo-card.dragging{overflow:hidden}.clickable{cursor:pointer}.memo-card .memo-menu{cursor:pointer;flex:.5;display:flex;align-items:center}.memo-card .memo-menu svg{opacity:.7;font-size:32px;border-radius:20%;border:1px solid #8c3497}.memo-card .memo-menu svg:hover{opacity:1;background-color:#8c3497}.menu-dots-wrapper{position:relative}.menu-dots-icon{cursor:pointer;border:none!important}.dropdown-menu{position:absolute;top:100%;right:0;background:#fdedff;border:1px solid #8c3497;border-radius:8px;z-index:100;min-width:100px;box-shadow:0 4px 12px #0000004d}.dropdown-item{display:block;width:100%;padding:10px 16px;background:none;border:none;color:#000;text-align:left;font-size:14px;cursor:pointer}.dropdown-item:hover{background:#f5c6ff}.report-reasons{display:flex;flex-direction:column;gap:10px;margin:12px 0;text-align:left}.report-reason-item{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.drag-handle{cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:8px;display:flex;align-items:center;opacity:.7}.drag-handle:hover{opacity:1}.drag-handle:active{cursor:grabbing}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-card{position:relative;margin:0 30px;max-width:600px}#public-card{display:flex;flex-direction:column;align-items:center}.confirm-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;z-index:10;border-radius:8px}.confirm-box{background:#fdedff;color:#000;padding:20px;border-radius:8px;text-align:center;width:80%;max-width:300px;border:1px solid #000}.confirm-actions{display:flex;justify-content:space-between;margin-top:16px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toast{position:fixed;top:20px;right:20px;background:#c6ffc6;color:#000;padding:12px 20px;border-radius:8px;font-size:14px;z-index:2000;animation:slideIn .2s ease}.err-toast{background:#ffc6c6}section{border-bottom:1px solid #65256d;padding-bottom:12px}.home-container{width:100%;max-width:600px;padding:20px 16px;box-sizing:border-box}.home-title{color:gold;text-align:center;margin-bottom:32px}.home-title h1{font-size:28px;margin-bottom:8px}.home-description{font-size:14px;color:#fff;line-height:1.6}.character-set{display:flex;justify-content:space-between}.character-set .vs-text{font-size:16px;margin:0 4px}.character-set .char-icon{width:48px;height:48px}.memo-link{border:1px solid #8c3497;border-radius:12px;cursor:pointer;padding:4px}.memo-link:hover{background-color:#8c3497}.char-header{font-size:12px;margin:0;text-align:center}.home-ad{display:flex;justify-content:center;margin:8px 0 24px}.home-start{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:32px;width:100%}.home-start-btn{display:inline-block;padding:14px 22px;font-size:16px;border:1px solid #8c3497;background:linear-gradient(#65256d,#732e71);color:#fff;text-decoration:none;border-radius:8px;text-align:center;max-width:600px;margin-bottom:12px}.home-container h2{color:#fff}.home-start-btn svg{text-align:center}.home-start-btn:hover{background:#fff;color:#000;opacity:1}.guest-btn{background:#f8e787;color:#000;border:1px solid #ffd700}.home-updates{margin-bottom:40px;background:#fdedff;color:#000;border-radius:5px;padding:0 10px;height:200px;overflow-y:scroll}.home-updates h2{font-size:18px;margin-bottom:10px}.home-updates ul{list-style:none;padding:0}.home-updates li{font-size:14px;padding:6px 0;border-bottom:1px solid #333}.home-footer{border-top:1px solid #fdedff;padding-top:20px;text-align:center;font-size:13px;color:#999}.home-footer-links{margin-top:10px}.home-footer-links a{margin:0 10px;text-decoration:none;color:#999}.term-discription{color:#fff}@media(min-width:768px){.home-container{max-width:600px;margin:0 auto;padding:40px 20px}.home-title h1{font-size:36px}.home-description{font-size:16px}.home-start-btn{padding:14px 30px}.home-updates li{font-size:15px}}.legal-container{max-width:800px;margin:0 auto;padding:10px 20px;line-height:1.8;color:#fff;max-width:600px}.legal-container h2{margin-bottom:24px}.legal-container h3{margin-top:28px;padding:.5em;background:#69396f;border-left:solid 5px #ffaf58}.app-layout{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;width:100%}.top-banner-wrapper{flex-basis:100%;width:100%;display:flex;justify-content:center;overflow:hidden;padding-top:120px}main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}@media(max-width:1200px){.app-layout{flex-direction:column}.top-banner-wrapper{order:0}.sidebar-left{order:1}main{order:2;width:100%}.sidebar-right{order:3}}.nav-button{background-color:#320039;border:none}body{background:#320039}@media(max-width:768px){.nav-button{border-bottom:1px solid #65256d}}.footer-banner-wrapper{display:flex;justify-content:center;overflow:hidden;width:100%}@media(max-width:500px){.footer-banner-wrapper,.top-banner-wrapper{display:none}}
