.container{width:300px;min-height:200px}.lore-text{margin-bottom:15px;text-align:center}.body{width:100vw;position:relative;overflow:hidden}.body,.page{height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.page{gap:16px;padding-top:40px;z-index:1}.logo{width:min(400px,70vw);height:auto}.container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:rgba(9,9,9,.78);border-radius:20px;box-shadow:0 -2px 0 0 rgba(255,255,255,.32),0 1px 40px 0 rgba(191,0,0,.66);color:#ffffff;padding:20px}.lore-text{margin:10px 0;font-size:16px;line-height:1.5}.class-item{position:relative;flex:1 1 150px;max-width:158px;min-width:140px;border-radius:16px;box-shadow:inset 0 0 0 3px rgba(231,209,97,.2);background:rgba(0,0,0,0);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-block:8px;transition:background-color .3s ease}.class-item:hover{box-shadow:inset 0 0 0 3px rgba(231,209,97,.3);background:rgba(0,0,0,.1)}.class-item.selected{box-shadow:inset 0 0 0 3px rgba(255,191,139,1);background:rgba(0,0,0,.4)}.class-title{font-family:Bayon,sans-serif;color:rgba(255,227,203,1);font-size:20px;font-weight:400;letter-spacing:.05em;text-align:center}.class-image{bottom:10px;max-width:90%;max-height:calc(100% - 60px);width:auto;height:auto;opacity:.7;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease;border-radius:8px;border:4px solid #4448}.class-item:hover .class-image{opacity:.8}.class-item.selected .class-image{opacity:1}.class-item .radio-icon{position:absolute;right:10px;bottom:10px;box-shadow:inset 0 0 0 3px rgba(255,191,139,.2);background:none;width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}.class-item.selected .radio-icon{box-shadow:inset 0 0 0 2px rgba(255,191,139,1);background:rgba(0,0,0,1)}.class-item .radio-icon .check{width:10px;height:10px;border-radius:5px;background:rgba(255,191,139,1);opacity:0;transition:opacity .3s ease}.class-item.selected .radio-icon .check{opacity:1}@media (max-width:768px){.class-item{flex:1 1 100px;min-width:90px;max-width:110px;padding-block:4px;border-radius:12px}.class-title{font-size:14px}.class-image{max-height:calc(100% - 40px)}.class-item .radio-icon{width:16px;height:16px;right:12px;bottom:10px}}.class-selector{width:100%;max-width:508px;min-height:216px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.class-selector p{font-family:Bayon,sans-serif;color:rgba(255,255,255,1);font-size:18px;font-weight:400;letter-spacing:.05em;text-align:center}.class-selector .class-list{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;width:100%}@media (max-width:768px){.class-selector{min-height:0;margin-bottom:0}.class-selector .class-list{gap:8px}}@media (max-width:365px){.class-selector .class-list{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:8px;-webkit-overflow-scrolling:touch}}.creator-container-flex-wrapper{display:flex;flex-direction:column;align-items:end;gap:20px}.creator-container{width:100%;max-width:534px;min-height:396px;gap:24px;box-sizing:border-box;padding:14px}@media (max-width:768px){.creator-container{max-width:min(460px,95vw);min-height:0;gap:16px}}.name-input{width:100%;max-width:506px;height:48px;border-radius:16px;border:3px solid #ffbf8b;background-color:rgba(26,25,25,1);text-align:center;box-sizing:border-box;font-family:Bayon,sans-serif;color:rgba(255,255,255,1);font-size:20px;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.name-input::-moz-placeholder{color:rgba(255,255,255,.5)}.name-input::placeholder{color:rgba(255,255,255,.5)}.bottom-buttons-block{display:flex;padding-right:16px;gap:16px}.wallet-icon-button{width:40px;height:40px;border:3px solid #ffe3cb;border-radius:50%;padding:8px;background:rgba(37,26,15,1);cursor:pointer;transition:all .2s ease}.wallet-icon-button:hover{transform:scale(1.05);border-color:rgba(255,227,203,.8)}.toast-link{color:#4da3ff;text-decoration:underline;cursor:pointer}.fee-notice{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:rgba(26,25,25,.8);border:2px solid rgba(255,191,139,.5);border-radius:12px;color:rgba(255,227,203,.9);font-size:14px}.fee-notice .strk-icon{width:20px;height:20px}.fee-notice strong{color:#ffd700;font-weight:700}.create-button{width:100%;max-width:506px;height:48px;box-sizing:border-box}.create-button:disabled{opacity:.5;cursor:not-allowed}