*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100vw;height:100vh;margin:0;padding:0}.app{min-height:100vh;width:100vw;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.app-header{text-align:center;padding:2rem 1rem;color:#fff}.app-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.app-header p{font-size:1.1rem;opacity:.9;margin:0}.app-main{width:100%;max-width:800px;margin:0 auto;padding:0 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.app-main{padding:0 1rem 2rem}}.error-message{background:#ff4757;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.wallet-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a}.connect-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;max-width:200px;width:100%;margin:0 auto;display:block}.connect-button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.connect-button:disabled{opacity:.6;cursor:not-allowed}.wallet-connected{text-align:center}.success-message{color:#2ed573;font-weight:600;margin:0 0 .5rem;font-size:1.1rem}.account-info{color:#666;margin:0;font-family:Monaco,Menlo,monospace;font-size:.9rem}.counter-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a;text-align:center}.query-button{background:#2ed573;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem;max-width:200px;width:100%;margin:0 auto 1rem;display:block}.query-button:hover:not(:disabled){background:#26c965;transform:translateY(-1px)}.query-button:disabled{opacity:.6;cursor:not-allowed}.counter-display{background:#f8f9fa;padding:1rem;border-radius:8px;border:2px solid #e9ecef}.counter-display h2{margin:0;font-size:2rem;color:#333;font-weight:700}.actions-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;justify-content:center}.action-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.action-button.increment{background:#2ed573;color:#fff}.action-button.increment:hover:not(:disabled){background:#26c965;transform:translateY(-1px)}.action-button.decrement{background:#ff4757;color:#fff}.action-button.decrement:hover:not(:disabled){background:#ff3742;transform:translateY(-1px)}.action-button:disabled{opacity:.6;cursor:not-allowed}.instructions{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.instructions h3{margin:0 0 1rem;color:#333;font-size:1.2rem}.instructions ul{margin:0;padding-left:1.5rem;color:#666;line-height:1.6}.instructions a{color:#667eea;text-decoration:none;font-weight:500}.instructions a:hover{text-decoration:underline}.deployment-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin-top:1rem;color:#856404}.deployment-notice p{margin:.5rem 0}.deployment-notice code{background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Menlo,monospace;color:#e83e8c}@media (max-width: 480px){.app-header h1{font-size:2rem}.actions-section{flex-direction:column}.action-button{width:100%}}
