.header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.header-left{flex-shrink:0}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;font-family:Gochi Hand,cursive}.logo-icon{width:24px;height:24px}.header-right{flex-shrink:0}.user-section{display:flex;align-items:center;gap:1rem}.notification-btn{position:relative;background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.notification-btn:hover{background:#fff3}.notification-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:600;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.user-menu{display:flex;align-items:center;gap:.75rem}.user-info{display:flex;align-items:center;background:#f8fafc;padding:6px 12px;border-radius:8px;transition:all .3s ease;border:1px solid #e5e7eb}.user-info:hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a;background:#fff}.user-icon{color:#dc2626;background:#fee2e2;padding:6px;border-radius:50%;margin-right:8px}.user-details{display:flex;align-items:center;margin-left:8px;background:#fff;padding:4px 8px;border-radius:6px;box-shadow:0 2px 4px #0000001a}.user-name{font-weight:700;color:#dc2626;font-size:1em;letter-spacing:.3px;display:flex;align-items:center;gap:4px}.user-id{font-size:.9em;color:#000;font-weight:800;letter-spacing:.2px}.logout-btn{background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fff3}.auth-buttons{display:flex;gap:.75rem}.btn{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#16a34a;color:#fff}.btn-primary:hover{background:#15803d}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-outline:hover{background:#ffffff1a}@media (max-width: 768px){.header-content{padding:.5rem 1rem}.logo-text,.user-name{display:none}}@media (max-width: 480px){.header-content{padding:.5rem}}.reply-section{width:100%;box-sizing:border-box;margin-top:0;padding:0;border-top:1px solid #e5e7eb;flex:0 0 auto;overflow:hidden;min-width:0;max-width:100%}.reply-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.comment-form{margin-bottom:1rem;width:100%;box-sizing:border-box;min-width:0;max-width:100%}.comment-input{width:100%;min-height:80px;padding:.75rem;border:1px solid #e5e7eb;border-radius:4px;resize:vertical;font-family:inherit;font-size:.875rem;line-height:1.5;color:#1f2937;background-color:#f9fafb;box-sizing:border-box;min-width:0;max-width:100%}.comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.submit-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.submit-button:hover{background-color:#2563eb}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}.comments-list{width:100%;box-sizing:border-box;max-height:400px;overflow-y:auto;padding-right:.5rem;min-width:0;max-width:100%}.comment{background-color:#f9fafb;border-radius:4px;padding:.75rem;margin-bottom:.75rem;position:relative;width:100%;box-sizing:border-box;min-width:0;max-width:100%}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comment-author{font-weight:500;color:#1f2937}.comment-date{font-size:.75rem;color:#6b7280}.comment-content{color:#4b5563;font-size:.875rem;line-height:1.5;word-wrap:break-word}.delete-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;transition:color .2s}.delete-button:hover{color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.login-prompt{text-align:center;padding:1rem;background-color:#f3f4f6;border-radius:4px;margin-bottom:1rem}.login-prompt p{margin:0;color:#4b5563}.login-prompt a{color:#3b82f6;text-decoration:none;font-weight:500}.login-prompt a:hover{text-decoration:underline}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.comments-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.comment{padding:.5rem}.comment-header{flex-direction:column;align-items:flex-start;gap:.25rem}.delete-button{position:static;margin-top:.5rem}}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;margin-bottom:1.5rem;width:100%;box-sizing:border-box;position:relative;overflow:hidden;display:flex;flex-direction:column;flex:0 0 auto;min-width:0;max-width:100%;height:-moz-fit-content;height:fit-content}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.post-card.lost{border-left-color:#ef4444}.post-card.found{border-left-color:#16a34a}.post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%;min-width:0;max-width:100%}.post-type-badge{font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#374151}.post-card.lost .post-type-badge{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.post-card.found .post-type-badge{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.post-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;word-break:break-word;min-width:0;max-width:100%}.post-content{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;word-wrap:break-word;width:100%;min-width:0;max-width:100%}.post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb;width:100%;min-width:0;max-width:100%}.post-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0;min-width:0;max-width:100%}.post-author{display:flex;align-items:center;gap:.5rem;flex-shrink:0;min-width:0;max-width:100%}.author-avatar{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600;color:#4b5563;flex-shrink:0}.author-name{font-weight:500;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.post-date{color:#6b7280;font-size:.875rem;white-space:nowrap}.post-actions{display:flex;gap:1rem;flex-shrink:0}.action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:none;background:none;color:#6b7280;cursor:pointer;transition:all .2s;border-radius:4px;white-space:nowrap}.action-button:hover{background-color:#f3f4f6;color:#4b5563}.action-button.active{color:#ef4444}.action-button:disabled{opacity:.5;cursor:not-allowed}.resolved-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background-color:#dcfce7;color:#166534;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap}.replies-section{margin-top:1rem;border-top:1px solid #e5e7eb;padding-top:1rem;width:100%;box-sizing:border-box;flex:0 0 auto;overflow:hidden;min-width:0;max-width:100%;position:relative}.post-image{margin:1rem 0;border-radius:8px;overflow:hidden;max-width:100%;background:#f3f4f6}.post-image-content{width:100%;height:auto;max-height:400px;-o-object-fit:contain;object-fit:contain;display:block}.post-interactions{display:flex;gap:1rem}.interaction-btn{background:none;border:none;display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:all .2s ease}.interaction-btn:hover{background:#f3f4f6}.reply-btn:hover{color:#2563eb;background:#eff6ff}.author-id{font-size:.9em;color:#666;margin-left:4px}@media (max-width: 768px){.post-card{padding:1rem;margin-bottom:1rem}.post-header{flex-direction:column;align-items:flex-start;gap:.5rem}.post-footer{flex-direction:column;gap:1rem}.post-actions,.post-meta{width:100%;justify-content:space-between}}.post-feed{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.empty-feed{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-feed h3{color:#374151;margin-bottom:.5rem;font-size:1.5rem}.empty-feed p{color:#6b7280;font-size:1.1rem}.feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.feed-header h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0}.feed-filters{display:flex;gap:.5rem;background:#fff;padding:.25rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-btn{padding:.5rem 1rem;border:none;background:transparent;color:#6b7280;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#f3f4f6;color:#374151}.filter-btn.active{background:#2563eb;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.posts-grid>*{width:100%;max-width:100%;box-sizing:border-box;min-width:0;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.feed-header{flex-direction:column;align-items:stretch;text-align:center}.feed-filters{justify-content:center}.posts-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.feed-header h2{font-size:1.5rem}.filter-btn{padding:.4rem .8rem;font-size:.9rem}}.create-post-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.create-post-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.5rem;color:#1f2937}.close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background-color:#f3f4f6;color:#1f2937}.post-form{padding:1.5rem}.form-section{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#374151;font-weight:500}.form-label svg{color:#6b7280}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{min-height:100px;resize:vertical}.type-toggle{display:flex;gap:1rem;margin-bottom:1.5rem}.type-option{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.type-option.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.type-option:not(.active):hover{background:#f3f4f6}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff;border:none}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f3f4f6}.image-upload{border:2px dashed #d1d5db;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s}.image-upload:hover{border-color:#3b82f6;background:#f8fafc}.image-input{display:none}.upload-options{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.upload-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff;color:#374151}.upload-option:hover{border-color:#3b82f6;background:#f8fafc;color:#3b82f6}.upload-option svg{color:currentColor}.upload-option span{font-size:.875rem;font-weight:500}.image-preview{position:relative;margin-top:1rem;border-radius:8px;overflow:hidden;background:#f3f4f6}.image-preview img{width:100%;height:auto;max-height:300px;-o-object-fit:contain;object-fit:contain;display:block}.image-overlay{position:absolute;top:.5rem;right:.5rem}.change-image-btn{background:#00000080;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.change-image-btn:hover{background:#000000b3}.upload-error{color:#dc2626;font-size:.875rem;margin-top:.5rem;padding:.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px}.camera-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1100}.camera-container{width:100%;max-width:600px;background:#000;border-radius:12px;overflow:hidden;position:relative;aspect-ratio:4/3}.camera-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;background:#000}.camera-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#dc2626e6;color:#fff;padding:1rem;border-radius:8px;text-align:center;max-width:80%;z-index:1}.camera-controls{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;justify-content:center;gap:1rem;background:linear-gradient(transparent,#000000b3)}.camera-controls .btn{min-width:120px;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.camera-controls .btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.create-post-modal{width:100%;height:100%;max-height:none;border-radius:0}.camera-container{width:100%;height:100%;border-radius:0;aspect-ratio:auto}.camera-preview{height:100%;-o-object-fit:cover;object-fit:cover}.camera-controls{padding:1.5rem}.camera-controls .btn{min-width:100px;padding:.75rem 1rem}}.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.auth-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-header{text-align:center;padding:2rem 2rem 1rem;position:relative;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border-radius:16px 16px 0 0}.auth-header h2{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.auth-header p{color:#ffffffe6;margin:0;font-size:.95rem}.close-btn{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#fff3}.auth-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.9rem}.form-input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none;transition:all .2s ease;box-sizing:border-box}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input.error{border-color:#ef4444}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.password-input{position:relative}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.password-toggle:hover{color:#374151}.password-toggle:disabled{color:#9ca3af;cursor:not-allowed}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.submit-error{text-align:center;margin-bottom:1rem;padding:.75rem;background:#fef2f2;border-radius:8px;border:1px solid #fee2e2}.submit-btn{width:100%;padding:.875rem;font-size:1rem;margin-bottom:1rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;color:#6b7280;font-size:.9rem}.link-btn{background:none;border:none;color:#2563eb;font-weight:500;cursor:pointer;padding:0;font-size:.9rem}.link-btn:hover{text-decoration:underline}.link-btn:disabled{color:#9ca3af;cursor:not-allowed}@media (max-width: 480px){.auth-modal{margin:0;border-radius:0;height:100vh;max-height:none}.auth-header{border-radius:0}}.home-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;font-family:Outfit,sans-serif;color:#2d3748;padding:2rem;background-color:#fdfbf7;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:20px 20px}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:3rem;max-width:800px;position:relative}.hand-drawn-highlight{position:relative;display:inline-block;color:#2d3748}.hand-drawn-highlight:after{content:"";position:absolute;bottom:5px;left:-5px;width:calc(100% + 10px);height:12px;background-color:#ffdb5899;z-index:-1;transform:rotate(-1deg);border-radius:20px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;font-family:Gochi Hand,cursive;letter-spacing:1px}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:2.5rem;max-width:600px;line-height:1.8}.action-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.btn-human{padding:1rem 2rem;font-size:1.2rem;font-weight:600;border:2px solid #2d3748;border-radius:255px 15px 225px/15px 225px 15px 255px;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff;color:#2d3748;box-shadow:2px 2px #2d3748}.btn-human:hover{transform:translateY(-2px);box-shadow:4px 4px #2d3748}.btn-primary-human{background-color:#ff9f1c;border-color:#2d3748;color:#fff;text-shadow:1px 1px 0 #2d3748}.btn-secondary-human{background-color:#fff;border-color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;width:100%;max-width:1000px}.feature-card{background:#fff;padding:2rem;border:2px solid #2d3748;border-radius:15px;position:relative;transition:transform .2s}.feature-card:nth-child(1){transform:rotate(-1deg)}.feature-card:nth-child(2){transform:rotate(1deg);margin-top:1rem}.feature-card:nth-child(3){transform:rotate(-.5deg)}.feature-card:hover{transform:rotate(0) scale(1.02);z-index:10}.feature-icon{font-size:2rem;margin-bottom:1rem;display:inline-block;background:#edf2f7;padding:10px;border-radius:50%;border:1px dashed #2d3748}.feature-title{font-family:Gochi Hand,cursive;font-size:1.5rem;margin-bottom:.5rem;color:#2d3748}.feature-text{color:#718096;font-size:.95rem}.stats-sticker{margin-top:4rem;background-color:#fffbe6;color:#2d3748;padding:1rem 2rem;transform:rotate(2deg);box-shadow:2px 2px 5px #0000001a;font-family:Gochi Hand,cursive;font-size:1.5rem;border-bottom-right-radius:50px 5px;display:flex;flex-direction:column;align-items:center;border:1px solid #e2e8f0}.stats-number{font-size:3rem;font-weight:700;color:#ff6b6b}@media (max-width: 768px){.hero-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr;padding:0 1rem}.feature-card{transform:none!important;margin-top:0!important}}.footer{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:1rem 0;margin-top:auto;width:100%}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.footer p{margin:0;font-size:.9rem;font-weight:500}@media (max-width: 768px){.footer{padding:.75rem 0}.footer p{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh;color:#1f2937;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:2rem;padding-bottom:2rem}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.action-bar{display:flex;justify-content:center;margin-bottom:2rem}.create-post-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #16a34a33}.create-post-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a4d;background:linear-gradient(135deg,#15803d,#166534)}.welcome-section{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.welcome-content{text-align:center;max-width:600px;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.welcome-content h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-content p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.stats-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:#2563eb;line-height:1}.stat-label{font-size:1rem;color:#64748b;font-weight:500}.auth-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#f8fafc;transform:translateY(-2px)}@media (max-width: 768px){.welcome-content{padding:2rem 1.5rem}.welcome-content h1{font-size:2.5rem}.welcome-content p{font-size:1.1rem}.stat-value{font-size:2rem}.auth-buttons{flex-direction:column}.btn{width:100%;justify-content:center}}@media (max-width: 480px){.welcome-content{padding:1.5rem 1rem}.welcome-content h1{font-size:2rem}.welcome-content p{font-size:1rem}.stat-value{font-size:1.75rem}}html{scroll-behavior:smooth}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.success-animation{animation:successPulse .6s ease}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.border{border-width:1px}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
