@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--sketch-paper: #FFFFFF;--sketch-ink: #000000;--sketch-placeholder: #FFFFFF;--sketch-accent: #000000;--sketch-panel: #FFFFFF;--theme-bg: var(--sketch-paper);--theme-text: var(--sketch-ink);--theme-muted: var(--sketch-ink);--theme-accent: var(--sketch-accent);--theme-panel: var(--sketch-panel);--theme-card: var(--sketch-paper);--theme-border: var(--sketch-ink);--theme-shadow: rgba(0, 0, 0, .05)}body{font-family:Kalam,cursive;background:var(--theme-bg);color:var(--theme-text);line-height:1.6;min-height:100vh}#root{min-height:100vh}.sketch-border{border:2px solid var(--theme-border);border-radius:0;position:relative}.sketch-border:before{content:"";position:absolute;inset:-1px;border:1px solid var(--theme-border);border-radius:0;opacity:.3}.clean-border{border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 1px 3px var(--theme-shadow)}.sketch-line{position:relative}.sketch-line:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--theme-border);transform:translateY(.5px) rotate(.5deg);opacity:.8}.placeholder-x{position:relative;background:var(--theme-muted);display:flex;align-items:center;justify-content:center;color:var(--theme-muted);font-size:24px;font-weight:700}.placeholder-x:before{content:"✕";color:var(--theme-muted);opacity:.6}.sketch-btn{background:var(--theme-card);color:var(--theme-text);border:2px solid var(--theme-border);padding:12px 24px;font-family:Kalam,cursive;font-weight:400;cursor:pointer;transition:all .2s ease;position:relative;text-decoration:none;display:inline-block}.sketch-btn:hover{transform:translateY(-1px);box-shadow:2px 4px 8px var(--theme-shadow)}.sketch-btn:active{transform:translateY(0);box-shadow:1px 2px 4px var(--theme-shadow)}.sketch-btn.primary{background:var(--theme-accent);color:var(--theme-card);border-color:var(--theme-accent)}.sketch-btn.primary:after{content:"";position:absolute;bottom:-2px;left:4px;right:4px;height:2px;background:var(--theme-accent);opacity:.6;transform:translateY(1px) rotate(-.5deg)}.clean-btn{background:var(--theme-card);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:8px;padding:12px 24px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.clean-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-shadow)}.clean-btn.primary{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}@media(max-width:420px){body{font-size:14px}.sketch-btn,.clean-btn{padding:10px 20px;font-size:14px}}.touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.skeleton{background:linear-gradient(90deg,var(--theme-muted) 25%,var(--theme-panel) 50%,var(--theme-muted) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.theme-switcher{position:fixed;top:20px;right:20px;z-index:1000;background:var(--theme-card);border:2px solid var(--theme-border);border-radius:8px;padding:8px;cursor:pointer;transition:all .3s ease}.theme-switcher:hover{transform:scale(1.05)}.theme-switcher svg{width:20px;height:20px;fill:var(--theme-text)}.app{min-height:100vh;background:var(--theme-bg);color:var(--theme-text);font-family:Kalam,cursive;position:relative}.header{background:var(--theme-card);border-bottom:2px solid var(--theme-border);padding:16px 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px var(--theme-shadow)}.header.sketch{border-bottom:3px solid var(--theme-border);box-shadow:none}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:18px;font-weight:700;color:var(--theme-text);text-decoration:none}.logo.sketch{font-family:Kalam,cursive;position:relative}.logo.sketch:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--theme-accent);transform:translateY(1px) rotate(-.5deg);opacity:.6}.avatar{width:32px;height:32px;border-radius:50%;background:var(--theme-muted);border:2px solid var(--theme-border);display:flex;align-items:center;justify-content:center;color:var(--theme-text);font-size:14px;font-weight:600}.hero{padding:40px 20px;text-align:center;max-width:1200px;margin:0 auto}.hero-placeholder{width:100%;max-width:600px;height:200px;background:var(--theme-muted);margin:0 auto 24px;border:2px solid var(--theme-border);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-placeholder.sketch{border:3px solid var(--theme-border);transform:rotate(-.5deg)}.hero-placeholder:before{content:"✕";font-size:48px;color:var(--theme-muted);opacity:.6;font-weight:700}.hero-title{font-size:24px;font-weight:700;color:var(--theme-text);margin-bottom:16px}.hero-title.sketch{font-family:Kalam,cursive;position:relative}.hero-title.sketch:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--theme-accent);transform:translateY(2px) rotate(.5deg);opacity:.8}.hero-cta{margin-top:24px}.container{max-width:1200px;margin:0 auto;padding:20px}.list-container{background:var(--theme-card);border:none;border-radius:0;margin:20px 0;overflow:hidden}.list-container.sketch{border:none;transform:none;box-shadow:none}.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px}.reviews-grid .list-item{border:2px solid var(--theme-border);border-radius:0;background:var(--theme-card);transform:rotate(-.3deg);transition:transform .2s ease;margin-bottom:16px;padding:20px;height:120px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.reviews-grid .list-item:hover{transform:rotate(0);box-shadow:2px 2px 0 var(--theme-shadow)}.reviews-grid .list-item:nth-child(2n){transform:rotate(.3deg)}.reviews-grid .list-item:nth-child(2n):hover{transform:rotate(0)}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr;gap:15px}.reviews-grid .list-item{transform:rotate(.2deg)}.reviews-grid .list-item:nth-child(2n){transform:rotate(-.2deg)}}.list-header{padding:20px;border-bottom:none;background:var(--theme-card);position:relative}.list-title{font-size:20px;font-weight:700;color:var(--theme-text);margin-bottom:8px}.list-subtitle{font-size:14px;color:var(--theme-text)}.list-actions{margin-top:16px}.list-item{display:flex;align-items:flex-start;padding:20px;border:2px solid var(--theme-border);cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:16px;background:var(--theme-card);height:120px;flex-direction:column;justify-content:flex-start;overflow:hidden}.list-item:last-child{margin-bottom:0}.list-item:hover{background:var(--theme-panel)}.list-item.sketch{transform:rotate(.2deg)}.list-item.sketch:hover{transform:rotate(0);box-shadow:2px 2px 0 var(--theme-shadow)}.list-item.sketch:hover:before{content:"";position:absolute;inset:0;border:2px solid var(--theme-accent);opacity:.3;transform:rotate(.5deg)}.list-thumbnail{width:48px;height:48px;background:var(--theme-card);border:2px solid var(--theme-border);margin-right:16px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.list-thumbnail.sketch{border:2px solid var(--theme-border);transform:rotate(-1deg)}.list-content{flex:1;min-width:0}.list-item-title{font-size:16px;font-weight:600;color:var(--theme-text);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1}.list-item-meta{font-size:14px;color:var(--theme-text);margin-bottom:4px}.list-item-rating{font-size:14px;color:var(--theme-text);font-weight:600}.overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.overlay-card{background:var(--theme-card);border:2px solid var(--theme-border);border-radius:0;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;position:relative;animation:cardAppear .3s ease}.overlay-card.sketch{border:3px solid var(--theme-border);transform:rotate(-.5deg);box-shadow:8px 8px 0 var(--theme-shadow)}.overlay-card.clean{border-radius:16px;box-shadow:0 20px 40px var(--theme-shadow)}@keyframes cardAppear{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.overlay-header{padding:20px;border-bottom:2px solid var(--theme-border);display:flex;justify-content:space-between;align-items:center}.overlay-title{font-size:18px;font-weight:700;color:var(--theme-text)}.close-btn{width:32px;height:32px;border:2px solid var(--theme-border);background:var(--theme-card);color:var(--theme-text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease}.close-btn:hover{background:var(--theme-muted)}.overlay-content{padding:20px}.overlay-image{width:100%;height:200px;background:var(--theme-muted);border:2px solid var(--theme-border);margin-bottom:16px;display:flex;align-items:center;justify-content:center;position:relative}.overlay-image.sketch{border:3px solid var(--theme-border);transform:rotate(.5deg)}.overlay-image:before{content:"✕";font-size:48px;color:var(--theme-muted);opacity:.6;font-weight:700}.overlay-meta{font-size:14px;color:var(--theme-muted);margin-bottom:16px}.overlay-actions{margin-top:20px}.form-container{background:var(--theme-card);border:2px solid var(--theme-border);border-radius:0;padding:40px;max-width:500px;margin:40px auto;position:relative}.form-container.sketch{border:3px solid var(--theme-border);transform:rotate(-.3deg);box-shadow:6px 6px 0 var(--theme-shadow)}.form-container.clean{border-radius:16px;box-shadow:0 8px 24px var(--theme-shadow)}.form-title{font-size:24px;font-weight:700;color:var(--theme-text);text-align:center;margin-bottom:32px}.form-title.sketch{font-family:Kalam,cursive;position:relative}.form-title.sketch:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%) rotate(.5deg);width:60px;height:3px;background:var(--theme-accent);opacity:.8}.form-group{margin-bottom:24px}.form-label{display:block;font-size:14px;font-weight:600;color:var(--theme-text);margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:2px solid var(--theme-border);background:var(--theme-card);color:var(--theme-text);font-size:16px;border-radius:0;transition:all .2s ease}.form-input.sketch{border:3px solid var(--theme-border);transform:rotate(.2deg);font-family:Kalam,cursive}.form-input.clean{border-radius:8px;font-family:Inter,sans-serif}.form-input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px #b57a3a1a}.form-input.clean:focus{box-shadow:0 0 0 3px #2563eb1a}.form-textarea{min-height:100px;resize:vertical}.rating-container{display:flex;align-items:center;gap:16px;margin:16px 0}.rating-slider{flex:1;height:8px;background:var(--theme-muted);border:2px solid var(--theme-border);border-radius:0;outline:none;-webkit-appearance:none;appearance:none}.rating-slider.sketch{border:3px solid var(--theme-border);transform:rotate(-.5deg)}.rating-slider.clean{border-radius:4px}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:var(--theme-accent);border:2px solid var(--theme-border);border-radius:0;cursor:pointer}.rating-slider.clean::-webkit-slider-thumb{border-radius:50%}.rating-display{font-size:16px;font-weight:600;color:var(--theme-text);min-width:60px;text-align:center}.stars{display:flex;gap:4px;margin:8px 0}.star{font-size:20px;color:var(--theme-text);transition:color .2s ease}.star.filled,.star.empty{color:var(--theme-text)}.form-actions{margin-top:32px;text-align:center}.next-btn{width:100%;padding:16px 24px;font-size:16px;font-weight:600;border:2px solid var(--theme-border);background:var(--theme-card);color:var(--theme-text);cursor:pointer;transition:all .2s ease;position:relative}.next-btn.sketch{border:3px solid var(--theme-border);transform:rotate(-.5deg);font-family:Kalam,cursive}.next-btn.clean{border-radius:12px;font-family:Inter,sans-serif}.next-btn.primary{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.next-btn.primary.sketch:after{content:"";position:absolute;bottom:-3px;left:8px;right:8px;height:3px;background:var(--theme-accent);opacity:.6;transform:translateY(2px) rotate(-.5deg)}.next-btn:disabled{background:var(--theme-muted);color:var(--theme-text);opacity:.5;cursor:not-allowed;transform:none}.next-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--theme-shadow)}.next-btn.sketch:not(:disabled):hover{transform:translateY(-2px) rotate(-.5deg)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--theme-card);border-top:2px solid var(--theme-border);padding:12px 0;z-index:100;display:flex;justify-content:space-around;align-items:center}.bottom-nav.sketch{border-top:3px solid var(--theme-border);box-shadow:0 -4px 8px var(--theme-shadow)}.bottom-nav.clean{box-shadow:0 -4px 12px var(--theme-shadow)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:var(--theme-text);min-width:60px}.nav-item:hover{background:var(--theme-panel);border-radius:8px}.nav-item.active{color:var(--theme-accent)}.nav-icon{width:24px;height:24px;fill:currentColor}.nav-icon.sketch{stroke:currentColor;stroke-width:2;fill:none}.nav-label{font-size:12px;font-weight:500}.loading{text-align:center;padding:40px 20px;color:var(--theme-muted)}.skeleton-item{background:var(--theme-muted);border-radius:4px;margin:8px 0;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.error-message{background:#fee2e2;color:#dc2626;border:2px solid #FECACA;padding:16px;border-radius:8px;margin:16px 0;font-size:14px}.error-message.sketch{border:3px solid #FECACA;transform:rotate(.5deg);border-radius:0}.empty-state{text-align:center;padding:60px 20px;color:var(--theme-muted)}.empty-state h3{font-size:18px;margin-bottom:8px;color:var(--theme-text)}.empty-state p{font-size:14px;margin-bottom:24px}@media(max-width:768px){.container{padding:16px}.form-container{margin:20px auto;padding:24px}.hero{padding:24px 16px}.hero-placeholder{height:150px}.list-item{padding:12px 16px}.list-thumbnail{width:40px;height:40px}.overlay-card{margin:16px;max-height:70vh}}@media(max-width:480px){.header{padding:12px 16px}.logo{font-size:16px}.hero-title,.form-title{font-size:20px}.next-btn{padding:14px 20px;font-size:14px}.nav-item{padding:6px 12px;min-width:50px}.nav-icon{width:20px;height:20px}.nav-label{font-size:10px}}@supports (padding: max(0px)){.bottom-nav{padding-bottom:max(12px,env(safe-area-inset-bottom))}.header{padding-top:max(16px,env(safe-area-inset-top))}}
