body,html,#root{margin:0;padding:0;font-family:Comic Sans MS,Chalkboard SE,Comic Neue,cursive,monospace;color:#2c3e50;background:#f8f9fa;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);min-height:100vh}.app-container{padding:24px 24px 70px}.max-width{max-width:480px;margin:0 auto;padding-bottom:20px}.header{text-align:center;padding-top:10px;margin-bottom:20px}.badge{display:inline-block;padding:4px 16px;background:#fff;border:2px solid #2c3e50;border-radius:20px;font-size:11px;color:#7c3aed;margin-bottom:16px;box-shadow:2px 2px #0000001a;transform:rotate(-1deg);position:relative}.badge:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #2c3e50;border-radius:20px;transform:rotate(1deg);z-index:-1}.title{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:8px;text-shadow:3px 3px 0 rgba(124,58,237,.3);transform:rotate(-1deg)}.subtitle{color:#64748b;font-size:14px}.loading-box{background:#fff;border:3px solid #2c3e50;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:4px 4px #0000001a;transform:rotate(.5deg);position:relative}.loading-box:after{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;border:1px dashed #22c55e;border-radius:10px;pointer-events:none}.loading-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#22c55e;font-weight:700}.pulse{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite;border:2px solid #2c3e50}.loading-text{font-size:11px;color:#64748b;font-family:Comic Sans MS,Chalkboard SE,cursive;margin-bottom:4px}.success-box{background:#8e8e8e;border:3px solid #2c3e50;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:5px 5px #00000026;transform:rotate(-.5deg);position:relative}.success-box:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:2px solid #f59e0b;border-radius:16px;transform:rotate(1deg);z-index:-1}.fetchedClass{color:#000;margin-bottom:10px}.success-header{display:flex;align-items:center;gap:8px;color:#fff;margin-bottom:24px;font-size:13px;font-weight:700}.token-image{width:128px;height:128px;border-radius:50%;border:4px solid #2c3e50;margin:0 auto 24px;display:block;box-shadow:3px 3px #0003}.token-name{font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;color:#2c3e50}.token-symbol{font-size:18px;color:#7c3aed;text-align:center;margin-bottom:24px}.address-box{background:#fff;border-radius:8px;padding:16px;border:2px dashed #7c3aed;margin-bottom:16px;box-shadow:3px 3px #0000001a}.address-label{font-size:11px;color:#64748b;margin-bottom:4px;font-weight:700}.address-value{font-size:12px;color:#2c3e50;word-break:break-all;font-family:Courier New,monospace}.button-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.button{padding:12px 16px;background:#fff;border:3px solid #3b82f6;border-radius:8px;color:#3b82f6;font-size:13px;cursor:pointer;transition:all .3s;box-shadow:3px 3px #3b82f64d;font-weight:700;transform:rotate(-1deg)}.button:hover{transform:rotate(0) translateY(-2px);box-shadow:4px 4px #3b82f666}.button-alt{border-color:#7c3aed;color:#7c3aed;box-shadow:3px 3px #7c3aed4d;transform:rotate(1deg)}.button-alt:hover{box-shadow:4px 4px #7c3aed66}.main-button{width:100%;padding:16px;background:#7c3aed;border:3px solid #2c3e50;border-radius:12px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;box-shadow:5px 5px #0003;transform:rotate(-.5deg)}.main-button:hover{transform:rotate(0) translateY(-2px);box-shadow:6px 6px #00000040}.error-box{background:#fee2e2;border:3px solid #dc2626;border-radius:8px;padding:16px;display:flex;gap:12px;margin-top:16px;box-shadow:3px 3px #dc262633}.error-text{font-size:12px;color:#dc2626;font-weight:700}.footer{text-align:center;font-size:11px;color:#94a3b8;margin-top:10px;margin-bottom:10px}.connect-box{background:#d1fae5;border:3px solid #22c55e;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:4px 4px #22c55e4d;transform:rotate(.5deg)}.wallet-icon{width:40px;height:40px;background:#fff;border-radius:50%;border:3px solid #22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;box-shadow:2px 2px #0000001a}.connected-label{font-size:11px;color:#059669;margin-bottom:4px;font-weight:700}.connected-address{font-size:13px;color:#2c3e50;font-family:Courier New,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:3px solid #2c3e50;display:flex;padding:8px 16px;z-index:1000;box-shadow:0 -4px #0000001a}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:transparent;border:none;color:#94a3b8;cursor:pointer;border-radius:8px;transition:all .2s ease}.nav-item:hover{background:#f1f5f9;color:#475569;transform:translateY(-2px)}.nav-item-active{color:#22c55e;background:#d1fae5;border:2px solid #22c55e;box-shadow:2px 2px #22c55e33}.nav-icon{font-size:20px}.nav-label{font-size:12px;font-weight:600}.section-container{background:#fff;border:3px solid #2c3e50;border-radius:12px;padding:20px;margin-top:20px;margin-bottom:20px;box-shadow:5px 5px #0000001a;transform:rotate(-.3deg)}.section-header{text-align:center;margin-bottom:20px}.section-header h2{color:#2c3e50;margin:0 0 8px;font-size:24px;text-shadow:2px 2px 0 rgba(124,58,237,.2)}.section-description{color:#64748b;font-size:14px;margin:0}.input-group{font-family:Courier New,Courier,monospace;margin-bottom:16px}.input-label{display:block;color:#2c3e50;font-size:14px;margin-bottom:8px;font-weight:600}.input-field{width:100%;padding:12px 16px;background:#fff;border:3px solid #64748b;border-radius:8px;color:#152535;font-size:14px;box-sizing:border-box;font-family:Courier New,Courier,monospace;box-shadow:3px 3px #0000001a}.input-field:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33,3px 3px #0000001a}.input-field::placeholder{color:#94a3b8}.coming-soon{text-align:center;padding:40px 20px;color:#64748b}.coming-soon span{font-size:48px;display:block;margin-bottom:16px}.coming-soon h3{color:#2c3e50;margin:0 0 8px;font-size:20px}.coming-soon p{margin:0;font-size:14px}.farcaster-post{border:1px solid #ddd;border-radius:12px;padding:16px;margin:16px 0;background:#fff;max-width:500px;font-family:Inter,sans-serif}.post-header{display:flex;align-items:center;margin-bottom:8px}.author-avatar{width:40px;height:40px;border-radius:50%;margin-right:12px}.author-info{display:flex;flex-direction:column}.username{color:#555;font-size:.9rem}.user-fid{font-size:.7rem}.post-text{margin-bottom:8px;font-size:1rem;line-height:1.4}.post-time{font-size:.8rem;color:#888;margin-bottom:8px}.post-engagement span{margin-right:16px;font-size:.9rem;color:#555}.color-picker{width:100%;margin-top:20px;margin-bottom:5px;display:flex;flex-direction:row;justify-content:space-between;font-size:12px}.set-color-black{display:flex;justify-content:center;align-items:center;border-radius:5px;border:1px solid black;height:30px;width:30px;cursor:pointer;color:#000;font-size:12px}.set-color-green,.set-color-red{display:flex;justify-content:center;align-items:center;border-radius:5px;border:1px solid black;height:30px;width:30px;cursor:pointer;color:#fff;font-size:12px}.set-color-white{display:flex;justify-content:center;align-items:center;border-radius:5px;border:1px solid black;height:30px;width:30px;cursor:pointer;color:#000;font-size:12px}.sketch-container{filter:url(#sketch-filter)}.sketch-box{padding:10px;border:3px solid #333;border-radius:1rem;position:relative;transition:transform .2s}.sketch-box:hover{transform:translate(-2px) translateY(-2px)}.leaderboard-item{background:linear-gradient(145deg,#fef9e7,#fff4d1);border:2px dashed #333;border-radius:.75rem;position:relative;transition:transform .2s;margin:10px}.leaderboard-item:hover{transform:rotate(-1deg) scale(1.02)}.sketch-avatar{border:2px dashed #333;box-shadow:2px 2px #fbbf24;transform:rotate(-1deg);margin-bottom:5px}.trophy-icon{transform:rotate(-2deg)}.showCastButton{border:2px solid #333;box-shadow:4px 4px #fbbf24;font-family:Comic Sans MS,cursive;transform:rotate(-1deg)}.star-decoration{display:inline-block;animation:bounce 1.2s infinite;transform:rotate(-5deg)}@keyframes bounce{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-6px) rotate(5deg)}}.no-winners{border:3px dashed #333;border-radius:1rem;background:#fffef7;transform:rotate(-1deg);padding:12px}.leaderboard-item .absolute{border:2px dashed #333;background:#fff7b5;box-shadow:2px 2px #333;transform:rotate(-2deg)}h1,h3,p,.username,.user-fid{transform:rotate(-1deg)}.user-column{display:flex;align-items:center;justify-content:space-between}.starsClass{display:flex;justify-content:center;gap:4;margin-top:30px}ul{list-style-type:none;padding:0;margin:0}.noClanks{color:red;display:flex;justify-content:center;align-items:center}#noClankeds{margin-top:10px}
