@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Fredoka,"Rounded Mplus 1c",Varela Round,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb)}.hero{padding:3rem 2rem 2rem;text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-content{max-width:800px;margin:0 auto}.hero-logo{width:200px;height:200px;margin:0 auto 1.5rem;animation:spin-slow 20s linear infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.title{font-size:4rem;margin:0;display:flex;flex-direction:column;gap:.5rem;animation:bounce 2s ease-in-out infinite}.title-dad{color:gold;text-shadow:4px 4px 0 #FF6B6B,8px 8px 0 #4ECDC4;font-weight:900;letter-spacing:.1em}.title-ftw{color:#ff6b6b;text-shadow:3px 3px 0 #FFD700,6px 6px 0 #4ECDC4;font-weight:900;font-size:3rem}.tagline{font-size:1.5rem;color:#fff;margin:0;font-weight:600}.dad-joke-sample{background:#fff;color:#333;padding:2rem;border-radius:20px;font-size:1.3rem;font-style:italic;box-shadow:0 10px 30px #0000004d;transform:rotate(-2deg);margin-top:2rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.social-section{padding:4rem 2rem;text-align:center;background:#fffffff2}.etsy-products-section{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb)}.etsy-products-section h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.etsy-subtitle{font-size:1.3rem;color:#fff;margin-bottom:3rem;opacity:.95}.etsy-container{display:flex;justify-content:center;align-items:center;width:100%;overflow-x:auto;padding:0 1rem}.etsy-widget-desktop,.etsy-widget-tablet,.etsy-widget-mobile{display:none}.etsy-widget-desktop{display:block}.etsy-widget-desktop iframe,.etsy-widget-tablet iframe,.etsy-widget-mobile iframe{border-radius:15px;box-shadow:0 10px 40px #0000004d;display:block;margin:0 auto}@media screen and (max-width:1000px){.etsy-widget-desktop iframe,.etsy-widget-tablet iframe,.etsy-widget-mobile iframe{max-width:100%;width:100%}}@media screen and (min-width:768px)and (max-width:1024px){.etsy-widget-desktop{display:none}.etsy-widget-tablet{display:block}}@media screen and (max-width:767px){.etsy-widget-desktop,.etsy-widget-tablet{display:none}.etsy-widget-mobile{display:block}}.social-section h2{font-size:2.5rem;color:#333;margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:800px;margin:0 auto}.social-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border-radius:20px;text-decoration:none;color:#333;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;min-width:120px}.social-link:hover{transform:translateY(-10px) rotate(5deg);box-shadow:0 15px 30px #0003;background:var(--link-color);color:#fff}.social-icon{font-size:3rem}.social-name{font-weight:600;font-size:1.1rem}.submit-section{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#f093fb,#f5576c)}.submit-section h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.submit-subtitle{font-size:1.3rem;color:#fff;margin-bottom:2rem;opacity:.9}.joke-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-textarea{padding:1rem 1.5rem;border:none;border-radius:15px;font-size:1.1rem;font-family:inherit;box-shadow:0 5px 15px #0003;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.form-textarea{resize:vertical;min-height:120px}.submit-button{background:#fff;color:#f5576c;border:none;padding:1rem 3rem;border-radius:30px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0003}.submit-button:hover{transform:scale(1.05);box-shadow:0 10px 25px #0000004d;background:gold}.success-message{background:#fff;padding:3rem;border-radius:20px;max-width:500px;margin:0 auto;box-shadow:0 10px 30px #0000004d}.success-emoji{font-size:4rem;display:block;margin-bottom:1rem}.success-message p{font-size:1.3rem;color:#333;font-weight:600;margin:0}.merch-section{padding:4rem 2rem;text-align:center;background:#fffffff2}.merch-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.merch-subtitle{font-size:1.3rem;color:#666;margin-bottom:3rem}.shop-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.featured-product{position:relative;background:linear-gradient(135deg,gold,orange);padding:2.5rem;border-radius:25px;box-shadow:0 10px 40px #ffa5004d;transition:all .3s ease;display:flex;flex-direction:column}.featured-product:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #ffa50080}.featured-badge{position:absolute;top:-10px;right:20px;background:#ff6b6b;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:700;font-size:.9rem;box-shadow:0 4px 10px #ff6b6b66}.promo-badge{position:absolute;top:-15px;left:-15px;background:#ff4136;color:#fff;padding:.8rem;border-radius:50%;font-weight:900;font-size:1.2rem;box-shadow:0 4px 15px #ff413680;transform:rotate(-15deg);z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:100px;text-align:center;line-height:1.1;animation:pulse 2s infinite}.promo-code-text{font-size:.7rem;font-weight:700;margin-top:2px;background:#0003;padding:2px 6px;border-radius:4px}@keyframes pulse{0%{transform:rotate(-15deg) scale(1)}50%{transform:rotate(-15deg) scale(1.05)}to{transform:rotate(-15deg) scale(1)}}.product-image-link{display:block;width:100%;max-width:250px;margin:0 auto 1.5rem;cursor:pointer}.product-image{width:100%;height:auto;display:block;border-radius:15px;box-shadow:0 8px 25px #0003;transition:all .3s ease}.product-image-link:hover .product-image{transform:scale(1.05);box-shadow:0 12px 35px #0000004d}.featured-product h3{font-size:1.8rem;color:#333;margin-bottom:1rem;font-weight:700}.featured-product p{font-size:1.1rem;color:#555;margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.product-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#f90,#ff6b00);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px #f906;align-self:center;margin-top:auto}.product-button:hover{background:linear-gradient(135deg,#ff6b00,#f90);transform:scale(1.05);box-shadow:0 6px 20px #f909}.shop-card{background:#fff;padding:2.5rem;border-radius:25px;box-shadow:0 10px 40px #00000026;transition:all .3s ease;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000040}.shop-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}.shop-logo{width:120px;height:auto;margin:0 auto 1rem;display:block;animation:bounce 2s ease-in-out infinite}.shop-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem;font-weight:700}.shop-card p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.shop-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#f90,#ff6b00);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .3s ease;box-shadow:0 5px 20px #f906;align-self:center;margin-top:auto}.shop-button:hover{background:linear-gradient(135deg,#ff6b00,#f90);transform:scale(1.05);box-shadow:0 10px 30px #f909}.footer{padding:3rem 2rem;text-align:center;background:#333;color:#fff}.footer p{margin:.5rem 0;font-size:1.1rem}.footer-joke{font-style:italic;color:gold;margin-top:1rem}@media(max-width:768px){.hero-logo{width:180px;height:180px}.title{font-size:2.5rem}.title-ftw{font-size:2rem}.social-links{gap:1rem}.shop-container{grid-template-columns:1fr}.joke-form{padding:0 1rem}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb)}.login-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000004d;max-width:400px;width:100%}.login-card h2{text-align:center;margin-bottom:2rem;color:#333}.error-message{background:#ffebee;color:#c62828;padding:.75rem;border-radius:8px;margin-bottom:1rem;text-align:center}.login-input{width:100%;padding:1rem;margin-bottom:1rem;border:2px solid #ddd;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.login-input:focus{outline:none;border-color:#667eea}.login-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.remember-me{margin-bottom:1rem;text-align:left}.remember-me label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#555;font-size:.95rem}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer}.remember-me input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.remember-me span{-webkit-user-select:none;user-select:none}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button:hover:not(:disabled){transform:scale(1.05)}.login-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-panel{min-height:100vh;background:#f5f5f5;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a}.admin-header h2{margin:0;color:#333}.logout-button{padding:.5rem 1.5rem;background:#ff6b6b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.logout-button:hover{background:#ff5252}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab-button{padding:1rem 1.5rem;background:#fff;border:2px solid #ddd;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-button:hover{border-color:#667eea;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.admin-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a;min-height:400px}.tab-content h3{color:#333;margin-bottom:1.5rem}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.tab-actions{display:flex;gap:.5rem;flex-wrap:wrap}.loading{text-align:center;padding:3rem;color:#666;font-size:1.2rem}.empty-state{text-align:center;padding:3rem;color:#666;font-size:1.2rem;background:#f9f9f9;border-radius:10px}.table-container{overflow-x:auto;margin-top:1rem}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.data-table th{background:#f5f5f5;font-weight:600;color:#333}.data-table tr:hover{background:#f9f9f9}.video-card{background:#f9f9f9;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.video-card h4{margin:0 0 1rem;color:#333}.video-player{width:100%;max-width:600px;border-radius:8px;margin-bottom:1rem}.video-info label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.caption-input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1rem;resize:vertical}.caption-input:focus{outline:none;border-color:#667eea}.video-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.video-status{margin-top:1rem;color:#666;font-style:italic}button{font-family:inherit}.btn-success{background:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-success:hover{background:#45a049}.btn-danger{background:#f44336;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-danger:hover{background:#da190b}.btn-danger:disabled{background:#ccc;cursor:not-allowed}.btn-danger-sm{background:#f44336;color:#fff;border:none;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;cursor:pointer}.btn-warning{background:#ff9800;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-warning:hover{background:#f57c00}.btn-info{background:#2196f3;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-info:hover{background:#0b7dda}.btn-primary{background:#9c27b0;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background:#7b1fa2}.btn-secondary{background:#757575;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-secondary:hover{background:#616161}.btn-icon{background:transparent;border:1px solid #ddd;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:1rem}.btn-icon:hover{background:#f5f5f5}.jokes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.joke-card{background:#f9f9f9;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.joke-card h4{margin:0 0 1rem;color:#333}.joke-image{width:100%;border-radius:8px;margin-bottom:1rem}.joke-card p{margin:.5rem 0;color:#666}.joke-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:15px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h3{margin:0 0 1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input[type=number],.form-group textarea{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem}.form-group input[type=number]:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input[type=checkbox]{margin-right:.5rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.page-button{padding:.5rem 1rem;background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.page-button:hover{border-color:#667eea}.page-button.active{background:#667eea;color:#fff;border-color:#667eea}@media(max-width:768px){.admin-panel{padding:1rem}.admin-header{flex-direction:column;gap:1rem}.admin-tabs{flex-direction:column}.tab-button{width:100%}.tab-header{flex-direction:column;align-items:flex-start}.video-actions{flex-direction:column}.video-actions button{width:100%}.jokes-grid{grid-template-columns:1fr}}
