@font-face{font-family:Romana;src:url(/fonts/optiromanaroman-normal.otf) format("opentype");font-weight:400;font-style:normal}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes celebrate{0%{transform:scale(1)}25%{transform:scale(1.1) rotate(5deg)}50%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1)}}@keyframes fadeInOut{0%{opacity:0;transform:scale(.8)}30%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes confetti{0%{opacity:1;transform:translateY(0) rotate(0)}to{opacity:0;transform:translateY(-100px) rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Romana,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e8e6e3;line-height:1.5;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.light-mode{background:#f5f5f5;color:#1a1a1a}body.light-mode .welcome-screen{background:linear-gradient(135deg,#fff,#f5f5f5)}body.light-mode .logo{color:#1a1a1a}body.light-mode .subtitle,body.light-mode .inviter-text{color:#666}body.light-mode .btn-primary{background:#e8e8e8;color:#1a1a1a;border-color:#d0d0d0}body.light-mode .btn-primary:hover{background:#d8d8d8}body.light-mode .btn-secondary{background:#e8e8e8;color:#1a1a1a}body.light-mode .btn-secondary:hover{background:#d8d8d8}body.light-mode .btn-danger{background:linear-gradient(135deg,#d32f2f,#b71c1c);border-color:#a00000}body.light-mode .btn-danger:hover{background:linear-gradient(135deg,#e53935,#c62828);box-shadow:0 8px 20px #d32f2f4d}body.light-mode .logout-link{color:#757575}body.light-mode .logout-link:hover{color:#424242}body.light-mode .delete-account-link{color:#c62828}body.light-mode .delete-account-link:hover{color:#d32f2f}body.light-mode .app-header{background:#fff;border-bottom-color:#e8e8e8}body.light-mode .bottom-nav{background:#fff;border-top-color:#e8e8e8}body.light-mode .nav-btn.active{background:#f0f0f0;color:#1a1a1a}body.light-mode .form-group input,body.light-mode .form-group textarea,body.light-mode .form-group select,body.light-mode .reply-form textarea{background:#fff;border-color:#d0d0d0;color:#1a1a1a}body.light-mode .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}body.light-mode .form-group input:focus,body.light-mode .form-group textarea:focus,body.light-mode .form-group select:focus,body.light-mode .reply-form textarea:focus{border-color:#999;background:#f8f8f8}body.light-mode .verification-success p{color:#666}body.light-mode .message-avatar,body.light-mode .profile-btn-avatar,body.light-mode .profile-avatar{background:#e8e8e8}body.light-mode .message-role{color:#888}body.light-mode .message-rating-badge,body.light-mode .message-text{color:#1a1a1a}body.light-mode .message-time{color:#888}body.light-mode .reply-btn,body.light-mode .view-replies-btn{color:#666}body.light-mode .view-replies-btn:hover{color:#333}body.light-mode .back-btn{color:#888}body.light-mode .back-btn:hover{color:#333}body.light-mode .back-btn-arrow{color:#1a1a1a}body.light-mode .back-btn-arrow:hover{color:#000}body.light-mode .message-likes{background:#f0f0f0;border-color:#d0d0d0}body.light-mode .profile-header,body.light-mode .event-card,body.light-mode .member-card,body.light-mode .founder-badge{background:#fff;border-color:#e8e8e8}body.light-mode .event-card:hover{border-color:#d0d0d0}body.light-mode .modal{background:#000000b3}body.light-mode .modal-content{background:#fff;border-color:#d0d0d0}body.light-mode .slider-value{color:#666}body.light-mode input[type=range]{background:#e8e8e8}body.light-mode input[type=range]::-webkit-slider-thumb{background:#666}body.light-mode input[type=range]::-moz-range-thumb{background:#666}body.light-mode .textarea-container{background:#fff;border-color:#d0d0d0}body.light-mode .textarea-container:focus-within{border-color:#999}body.light-mode .btn-send{background:#666}body.light-mode .btn-send:hover{background:#888}body.light-mode .add-event-btn{background:#e8e8e8;border-color:#d0d0d0;color:#1a1a1a}body.light-mode .add-event-btn:hover{background:#d8d8d8}body.light-mode .create-team-btn{color:#1a1a1a}body.light-mode .panic-btn{background:linear-gradient(135deg,#e0e0e0,#d0d0d0);border-color:#fff;box-shadow:0 4px 15px #96969640;color:#1a1a1a}body.light-mode .panic-btn:hover{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);box-shadow:0 6px 20px #96969659}body.light-mode .event-badge{background:#f0f0f0;border-color:#d0d0d0;color:#1a1a1a}body.light-mode .toggle-switch{background:#d0d0d0}body.light-mode .toggle-switch.active{background:#666}#app{min-height:100vh;display:flex;flex-direction:column}.screen{display:none;flex-direction:column;min-height:100vh;animation:fadeIn .3s ease-in-out}.screen.active{display:flex}.progress-bar-container{width:100%;height:4px;background:#2a2a2a;margin-bottom:2rem;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:#e8e6e3;transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.welcome-screen{justify-content:center;align-items:center;text-align:center;padding:2rem;background:#0a0a0a}.inviter-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.inviter-avatar{width:80px;height:80px;border-radius:50%;background:#1a1a1a;overflow:hidden;border:3px solid #333}.inviter-avatar img{width:100%;height:100%;object-fit:cover}.inviter-text{font-size:1rem;color:#a8a6a3}.logo{font-size:5rem;font-weight:900;letter-spacing:.5rem;color:#e8e6e3;margin-bottom:1rem;text-shadow:2px 2px 20px rgba(232,230,227,.3)}.subtitle{font-size:1.125rem;color:#a8a6a3;max-width:400px;margin:0 auto 3rem;line-height:1.7}.btn-primary{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#1a1a1a;border:1px solid #c0c0c0;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.1rem}.btn-primary:hover{background:linear-gradient(135deg,#fff,#f0f0f0);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #ffffff26}.btn-primary:active{transform:translateY(0) scale(.98);transition:all .1s ease}.form-screen{padding:4rem 2rem 2rem;max-width:500px;width:100%;margin:0 auto}.form-screen.create-profile{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding-top:0}.form-screen.upload-photo-screen{display:flex;flex-direction:column;min-height:100vh}.form-screen.animated h1{animation:scaleIn .8s cubic-bezier(.4,0,.2,1)}.form-screen.animated p{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.form-screen.animated form{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.celebration-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;display:flex;align-items:center;justify-content:center}.celebration-message{font-size:4rem;font-weight:300;color:#e8e6e3;text-align:center;animation:fadeInOut 1s ease-out;opacity:0}.confetti-piece{position:absolute;width:10px;height:10px;background:#e8e6e3;animation:confetti 1.5s ease-out forwards}body.light-mode .celebration-message{color:#1a1a1a}.streak-badge{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#ffaa0026,#ffc8001a);border:2px solid rgba(255,170,0,.3);border-radius:16px;margin-bottom:1.5rem}.streak-icon{font-size:2rem;filter:drop-shadow(0 0 10px rgba(255,170,0,.5))}.streak-info{flex:1}.streak-number{font-size:1.75rem;font-weight:900;color:#fa0;line-height:1;margin-bottom:.25rem}.streak-label{font-size:.9rem;color:#a8a6a3}body.light-mode .streak-badge{background:linear-gradient(135deg,#fa03,#ffc80026);border-color:#fa06}body.light-mode .streak-number{color:#f80}.photo-upload-container{margin:2rem 0;width:100%}.photo-upload-area{width:100%;aspect-ratio:1;border:3px dashed #666;border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:transparent}.photo-upload-area:hover{border-color:#888;background:#ffffff05}.photo-upload-icon{width:60px;height:60px;border:2px solid #666;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#666;transition:all .3s ease}.photo-upload-area:hover .photo-upload-icon{border-color:#888;color:#888}.photo-preview{width:100%;aspect-ratio:1;border-radius:20px;overflow:hidden}body.light-mode .photo-upload-area{border-color:#999}body.light-mode .photo-upload-area:hover{border-color:#666;background:#00000005}body.light-mode .photo-upload-icon{border-color:#999;color:#999}body.light-mode .photo-upload-area:hover .photo-upload-icon{border-color:#666;color:#666}.form-screen h1{font-size:1.75rem;font-weight:900;margin-bottom:.5rem;color:#e8e6e3}.form-screen p{color:#a8a6a3;margin-bottom:2rem;font-size:1rem;line-height:1.6;word-wrap:break-word}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#e8e6e3;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:10px;color:#e8e6e3;font-size:1rem;transition:all .2s;font-family:inherit}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e8e6e3' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#444;background:#222}.form-group textarea{min-height:120px;resize:vertical}.error-message{color:#ff6b6b;font-size:.9rem;margin-top:-.5rem;margin-bottom:1rem}.error-message.hidden{display:none}.back-link{text-align:center;color:#a8a6a3;font-size:.95rem;margin-top:1.5rem;cursor:pointer;transition:color .2s ease}.back-link:hover{color:#e8e6e3}.invite-code-link{text-align:center;color:#a8a6a3;font-size:.95rem;margin-top:1.5rem;cursor:pointer;transition:color .2s ease}.invite-code-link:hover{color:#e8e6e3}.verification-success{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 2rem;animation:scaleIn .5s cubic-bezier(.4,0,.2,1)}.verification-success h1{margin-bottom:.5rem}.verification-success p{color:#999}.inline-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.btn-icon{background:none;border:none;color:#666;cursor:pointer;font-size:1.25rem;padding:.5rem;transition:all .2s;border-radius:6px}.btn-icon:hover{color:#e8e6e3;background:#1a1a1a}.photo-upload{display:flex;flex-direction:column;align-items:center;gap:1rem}.photo-preview{width:120px;height:120px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #2a2a2a}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview-placeholder{font-size:3rem;color:#666}.btn-secondary{background:linear-gradient(135deg,#d0d0d0,silver);color:#1a1a1a;border:1px solid #a0a0a0;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:linear-gradient(135deg,#e0e0e0,#d0d0d0);transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0) scale(.98);transition:all .1s ease}.btn-danger{background:linear-gradient(135deg,#8b0000,#6b0000);color:#fff;border:1px solid #5b0000;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;text-transform:uppercase;letter-spacing:.05rem}.btn-danger:hover{background:linear-gradient(135deg,#a00000,maroon);transform:translateY(-2px);box-shadow:0 8px 20px #8b00004d}.btn-danger:active{transform:translateY(0) scale(.98);transition:all .1s ease}.slider-group{margin-bottom:2rem}.slider-value{font-size:4.5rem;font-weight:900;color:#888;text-align:center;margin:2rem 0 1.5rem;text-shadow:0 0 30px rgba(136,136,136,.4)}.slider-value-input{font-family:Romana,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:5rem;font-weight:300;text-align:center;margin-bottom:2rem;color:#e8e6e3;background:transparent;border:none;outline:none;width:150px;padding:1rem;border-radius:8px;background:#ffffff0d}.slider-value-input:focus{background:#ffffff1a}input[type=range]{width:100%;height:12px;border-radius:6px;background:#1a1a1a;outline:none;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;background:#888;cursor:pointer;transition:all .2s;box-shadow:0 0 20px #88888880}input[type=range]::-webkit-slider-thumb:hover{background:#aaa;transform:scale(1.2)}input[type=range]::-moz-range-thumb{width:32px;height:32px;border-radius:50%;background:#888;cursor:pointer;border:none;transition:all .2s;box-shadow:0 0 20px #88888880}input[type=range]::-moz-range-thumb:hover{background:#aaa;transform:scale(1.2)}.main-app{flex:1;display:flex;flex-direction:column;padding-bottom:80px}.app-header{padding:1rem 1.5rem;background:#0f0f0f;border-bottom:1px solid #1a1a1a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.app-header.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.header-title-group{display:flex;flex-direction:column;gap:0;line-height:1}.app-header h2{font-size:1.75rem;font-weight:900;color:#e8e6e3;margin:0;line-height:1}.header-tagline{font-size:.75rem;color:#666;line-height:1.2;margin-top:.125rem}.profile-btn{background:none;border:none;cursor:pointer;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-btn:hover{opacity:.8;transform:scale(1.05)}.profile-btn:active{transform:scale(.95)}.profile-btn-avatar{width:40px;height:40px;border-radius:50%;background:#1a1a1a;overflow:hidden;border:2px solid #2a2a2a}.profile-btn-avatar img{width:100%;height:100%;object-fit:cover}.create-team-btn{background:none;border:none;color:#e8e6e3;font-size:.95rem;cursor:pointer;padding:.5rem .75rem;transition:all .2s;font-family:inherit}.create-team-btn:hover{opacity:.7}.create-team-btn:active{transform:scale(.95)}.tab-content{flex:1;overflow-y:auto;padding:1rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#0f0f0f;border-top:1px solid #1a1a1a;display:flex;justify-content:space-around;align-items:center;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.bottom-nav.hidden{transform:translateY(100%);opacity:0;pointer-events:none}.nav-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.75rem 1.5rem;border-radius:8px;font-family:inherit}.nav-btn:hover{color:#aaa;transform:translateY(-2px)}.nav-btn:active{transform:translateY(0) scale(.95)}.nav-btn.active{color:#e8e6e3;background:#1a1a1a}.panic-btn{position:relative;width:65px;height:65px;border-radius:50%;background:linear-gradient(135deg,#b8b8b8,#a8a8a8);border:3px solid #0f0f0f;color:#e8e6e3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #78787866,0 0 20px #b4b4b433;margin-top:-35px;animation:pulse 2s ease-in-out infinite}.panic-btn:hover{transform:scale(1.1);background:linear-gradient(135deg,#c8c8c8,#b8b8b8);box-shadow:0 6px 25px #96969680,0 0 30px #c8c8c84d;animation:none}.panic-btn:active{transform:scale(.95);box-shadow:0 2px 10px #64646466}.feed{display:flex;flex-direction:column;gap:1.5rem;max-width:720px;margin:0 auto;width:100%;padding:.5rem}.thread{display:flex;flex-direction:column;gap:.5rem;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message{display:flex;gap:.75rem;align-items:flex-start;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-avatar{width:40px;height:40px;border-radius:50%;background:#1a1a1a;overflow:hidden;flex-shrink:0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-avatar:hover{transform:scale(1.1);box-shadow:0 0 0 2px #e8e6e3}.message-avatar img{width:100%;height:100%;object-fit:cover}body.light-mode .message-avatar:hover{box-shadow:0 0 0 2px #1a1a1a}.message-content{flex:1;min-width:0}.message-header{margin-bottom:.35rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.message-role{font-size:.875rem;color:#888;font-weight:500}.message-rating-badge{font-size:1rem;font-weight:600;color:#e8e6e3;line-height:1;white-space:nowrap}.message-text{color:#e8e6e3;line-height:1.6;word-wrap:break-word;font-size:1.125rem}.message-image{width:100%;border-radius:8px;margin:.75rem 0;max-height:400px;object-fit:cover}.checkin-preview-container{width:100%;max-height:300px;overflow:hidden;border-radius:12px;margin-top:12px}.checkin-preview-image{width:100%;height:auto;object-fit:cover;display:block}.message-footer{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.view-replies-btn{background:none;border:none;color:#888;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.5rem 0;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit}.view-replies-btn:hover{color:#aaa;transform:translate(2px)}.view-replies-btn:active{transform:scale(.95)}.reply-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:.875rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit}.reply-btn:hover{color:#e8e6e3;transform:translate(2px)}.reply-btn:active{transform:scale(.95)}.reply-icon{font-size:1rem}.message-time{color:#666}.message-replies{color:#888;font-weight:500}.message-likes{margin-left:auto;display:flex;align-items:center;gap:.35rem;background:#1a1a1a;padding:.25rem .65rem;border-radius:12px;border:1px solid #2a2a2a}.like-btn{background:none;border:none;cursor:pointer;padding:0;font-size:1.1rem;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.like-btn:hover{transform:scale(1.2)}.like-btn.liked{animation:celebrate .6s ease-out}.like-btn.liked .like-icon{filter:brightness(1.2) drop-shadow(0 0 8px rgba(255,100,100,.5))}.like-count{color:#e8e6e3;font-size:.9rem;font-weight:600}.replies{display:flex;flex-direction:column;gap:.5rem;margin-left:3rem;padding-left:1rem;border-left:2px solid #1a1a1a}.nested-replies{display:flex;flex-direction:column;gap:.5rem;margin-left:3rem;padding-left:1rem;border-left:2px solid #1a1a1a;margin-top:.5rem}.nested-reply-form{margin-left:3rem;margin-top:.5rem}.checkin-history{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;gap:1rem;padding:1rem;background:#ffffff08;border-radius:8px;align-items:flex-start}.history-rating{font-size:1.25rem;font-weight:600;color:#e8e6e3;flex-shrink:0}.history-content{flex:1}.history-message{color:#e8e6e3;margin-bottom:.5rem;line-height:1.5}.history-context{color:#999;font-size:.875rem;margin-bottom:.25rem;font-style:italic}.history-time{color:#888;font-size:.875rem}body.light-mode .history-item{background:#00000008}body.light-mode .history-rating,body.light-mode .history-message{color:#1a1a1a}body.light-mode .history-context{color:#666}.empty-text{color:#888;font-style:italic;text-align:center;padding:2rem}.reply{opacity:.95}.reply-form{margin-left:3rem;padding-left:1rem;border-left:2px solid #1a1a1a;margin-top:.5rem}.reply-form textarea{width:100%;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#e8e6e3;padding:.75rem;font-size:.95rem;resize:vertical;min-height:60px;font-family:inherit;margin-bottom:.5rem}.reply-form textarea:focus{outline:none;border-color:#444;background:#222}.reply-form-actions{display:flex;gap:.5rem;justify-content:flex-end}.reply-form-actions .btn-secondary,.reply-form-actions .btn-primary{padding:.5rem 1rem;font-size:.875rem}.event-list{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;width:100%}.event-card{background:#0f0f0f;border-radius:16px;padding:1.25rem;border:1px solid #1a1a1a;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}.event-card:hover{border-color:#333;transform:translateY(-2px) scale(1.01);box-shadow:0 8px 24px #0000004d}.event-card:active{transform:translateY(0) scale(.99)}.event-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem}.event-name{font-size:1.25rem;font-weight:700;color:#e8e6e3}.event-badge{background:#1a1a1a;color:#e8e6e3;border:1px solid #333;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-ready{background:#1a3a1a;color:#7cfc7c;border-color:#2d5a2d}.status-open{background:#1a2a3a;color:#7cc8fc;border-color:#2d4a5d}.status-full{background:#3a1a1a;color:#fc7c7c;border-color:#5d2d2d}.team-card{cursor:pointer;transition:all .2s ease}.team-card:hover{transform:translateY(-2px);border-color:#e8e6e3}.team-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.team-info-item{background:#1a1a1a;padding:.75rem;border-radius:8px;border:1px solid #333}.team-info-label{font-size:.75rem;color:#a8a6a3;text-transform:uppercase;margin-bottom:.25rem;font-weight:500}.team-info-value{font-size:1rem;color:#e8e6e3;font-weight:600}.team-contact-card{background:#1a1a1a;padding:1rem;border-radius:8px;border:1px solid #333}.team-contact-name{font-size:1.1rem;font-weight:600;color:#e8e6e3;margin-bottom:.5rem}.team-contact-detail{font-size:.9rem;color:#a8a6a3;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.event-details{display:flex;flex-direction:column;gap:.5rem;color:#a8a6a3;font-size:.95rem}.event-detail{display:flex;align-items:center;gap:.5rem}.add-event-btn{position:fixed;bottom:100px;right:1.5rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#1a1a1a;border:1px solid #c0c0c0;font-size:2rem;cursor:pointer;box-shadow:0 4px 20px #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;z-index:50;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 20px #ffffff1a}50%{transform:scale(1.02);box-shadow:0 6px 24px #ffffff26}}.add-event-btn:hover{background:linear-gradient(135deg,#fff,#f0f0f0);transform:scale(1.1) rotate(90deg);animation:none}.add-event-btn:active{transform:scale(.95) rotate(90deg)}.profile-content{max-width:600px;margin:0 auto;width:100%}.back-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1rem;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;transition:color .2s;font-family:inherit}.back-btn:hover{color:#e8e6e3}.back-btn-arrow{background:none;border:none;color:#e8e6e3;cursor:pointer;font-size:2rem;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;transition:transform .2s,color .2s;font-family:inherit}.back-btn-arrow:hover{transform:translate(-4px);color:#fff}.profile-header{text-align:center;padding:1rem;background:#0f0f0f;border-radius:12px;margin-bottom:1.5rem}.profile-avatar{width:60px;height:60px;border-radius:50%;background:#1a1a1a;margin:0 auto .5rem;overflow:hidden;border:2px solid #333}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-edit-overlay{position:absolute;bottom:0;left:0;right:0;background:#000000b3;padding:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.profile-avatar:hover .avatar-edit-overlay{opacity:1}.avatar-edit-icon{font-size:14px}.profile-name{font-size:1.25rem;font-weight:700;color:#e8e6e3;margin-bottom:1rem}.profile-section{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:700;color:#e8e6e3;margin-bottom:1rem;padding:0 1rem}.member-list{display:flex;flex-direction:column;gap:.75rem}.member-card{background:#0f0f0f;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:1rem;border:1px solid #1a1a1a}.member-avatar{width:48px;height:48px;border-radius:50%;background:#1a1a1a;overflow:hidden}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-name{font-weight:700;color:#e8e6e3}.member-joined{font-size:.85rem;color:#666}.founder-badge{background:#0f0f0f;border-radius:12px;padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;border:1px solid #1a1a1a}.founder-icon{font-size:2rem}.founder-text{font-size:1.25rem;font-weight:700;color:#e8e6e3}.logout-link{text-align:center;color:#666;font-size:.85rem;cursor:pointer;transition:color .2s ease;padding:.5rem;margin-bottom:.5rem}.logout-link:hover{color:#999;text-decoration:underline}.delete-account-link{text-align:center;color:#8b0000;font-size:.85rem;cursor:pointer;transition:color .2s ease;padding:.5rem}.delete-account-link:hover{color:#a00000;text-decoration:underline}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:200;align-items:center;justify-content:center;padding:1rem}.modal.active{display:flex;animation:fadeIn .2s ease-in-out}.modal-content{background:#0f0f0f;border-radius:16px;padding:1.5rem;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;border:1px solid #2a2a2a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.5rem;font-weight:900;color:#e8e6e3}.modal-close{background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}.modal-close:hover{color:#e8e6e3;background:#1a1a1a}.reply-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.reply-card{background:#1a1a1a;border-radius:12px;padding:1rem}.reply-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.reply-avatar{width:32px;height:32px;border-radius:50%;background:#2a2a2a;overflow:hidden}.reply-avatar img{width:100%;height:100%;object-fit:cover}.reply-name{font-weight:700;color:#e8e6e3;font-size:.9rem}.reply-time{font-size:.75rem;color:#666}.reply-message{color:#c8c6c3;line-height:1.5;font-size:.95rem}.date-time-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.toggle-group{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#1a1a1a;border-radius:10px;cursor:pointer}input[type=file]{display:none}.btn-full{width:100%;margin-top:1rem}.empty-state{text-align:center;padding:3rem 1rem;color:#666}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-text{font-size:1.125rem;font-weight:600}@media (max-width: 640px){.logo{font-size:4rem}.subtitle{font-size:1rem}.form-screen{padding:2rem 1.5rem 1.5rem}.form-screen h1{font-size:1.5rem;margin-bottom:.75rem}.form-screen p{font-size:.9rem;margin-bottom:1.5rem}.date-time-group{grid-template-columns:1fr}}@media (max-width: 400px){.form-screen{padding:1.5rem 1rem 1rem}.form-screen h1{font-size:1.3rem;line-height:1.3;margin-bottom:.5rem}.form-screen p{font-size:.85rem;line-height:1.4;margin-bottom:1.25rem}}.hidden{display:none!important}.textarea-container{position:relative;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:10px;transition:all .2s}.textarea-container:focus-within{border-color:#444;background:#222}.textarea-container textarea{border:none;background:transparent;padding-bottom:3.5rem}.textarea-container textarea:focus{border:none;background:transparent}.chat-input-bar{display:flex;align-items:center;gap:.75rem;position:absolute;bottom:.75rem;right:.75rem;left:.75rem;padding:0;background:transparent;justify-content:flex-end}.chat-input-bar .btn-icon{font-size:1.5rem;padding:.5rem;color:#666;background:none;border:none;cursor:pointer;transition:color .2s;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chat-input-bar .btn-icon:hover{color:#e8e6e3}.chat-input-bar .btn-icon svg{width:20px;height:20px}.btn-send{background:linear-gradient(135deg,#d0d0d0,silver);border:1px solid #a0a0a0;width:40px;height:40px;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .2s;flex-shrink:0}.btn-send:hover{background:linear-gradient(135deg,#e0e0e0,#d0d0d0);transform:scale(1.1)}.btn-send span{display:block;line-height:1}.preference-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.preference-item:last-child{border-bottom:none}.preference-label{flex:1}.preference-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#e8e6e3}.preference-description{font-size:.9rem;color:#666;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#2a2a2a;transition:background .2s ease;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#666;transition:all .2s ease;border-radius:50%}input:checked+.toggle-slider{background:#4caf504d}input:checked+.toggle-slider:before{transform:translate(22px);background:#4caf50}body.light-mode .preference-title{color:#1a1a1a}body.light-mode .preference-description{color:#666}body.light-mode .preference-item{border-bottom:1px solid rgba(0,0,0,.05)}body.light-mode .toggle-slider{background:#d0d0d0}body.light-mode .toggle-slider:before{background:#888}body.light-mode input:checked+.toggle-slider{background:#4caf5033}body.light-mode input:checked+.toggle-slider:before{background:#4caf50}.question-answer-container{padding:40px 20px;max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:24px;height:calc(100vh - 140px);justify-content:center}.question-text{font-size:28px;font-weight:600;color:#fff;line-height:1.4;text-align:center;margin-bottom:12px}.question-subtitle{font-size:14px;color:#fff9;line-height:1.5;text-align:center;margin-bottom:24px}.question-answer-input{width:100%;min-height:150px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:16px;font-family:inherit;resize:vertical;transition:all .2s ease}.question-answer-input:focus{outline:none;border-color:#fff3;background:#ffffff0d}.question-answer-input::placeholder{color:#fff6}.question-feed-container{padding:20px;max-width:600px;margin:0 auto}.question-feed-header{margin-bottom:24px;text-align:center}.question-feed-title{font-size:22px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.4}.question-countdown{font-size:14px;color:#999;margin-top:8px;margin-bottom:8px;font-family:monospace;letter-spacing:1px}.question-feed-subtitle{font-size:14px;color:#fff9}.history-question{font-size:14px;color:#ffffff80;font-style:italic;margin-bottom:8px;line-height:1.4}body.light-mode .question-text{color:#1a1a1a}body.light-mode .question-subtitle{color:#666}body.light-mode .question-answer-input{background:#f8f9fa;border-color:#0000001a;color:#1a1a1a}body.light-mode .question-answer-input:focus{border-color:#0003;background:#fff}body.light-mode .question-answer-input::placeholder{color:#0006}body.light-mode .question-feed-title{color:#1a1a1a}body.light-mode .question-feed-subtitle,body.light-mode .history-question{color:#666}.image-viewer{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;opacity:1;overflow:hidden}.image-viewer.hidden{opacity:0;pointer-events:none}.image-viewer-close{position:fixed;top:1rem;right:1rem;width:48px;height:48px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.image-viewer-close:hover{background:#fff3;transform:scale(1.1)}.image-viewer-close:active{transform:scale(.95)}.image-viewer-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:95vw;max-height:95vh;width:auto;height:auto;object-fit:contain;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:none}@media (max-width: 768px){.image-viewer-close{top:env(safe-area-inset-top,1rem);right:1rem}}.skeleton{animation:skeleton-loading 1s linear infinite;background:linear-gradient(90deg,#2a2927 25%,#3a3836,#2a2927 75%);background-size:200% 100%;border-radius:4px}.skeleton-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#2a2927 25%,#3a3836,#2a2927 75%);background-size:200% 100%;animation:skeleton-loading 1s linear infinite}.skeleton-avatar.large{width:120px;height:120px}.skeleton-line{height:16px;margin:8px 0;border-radius:4px;background:linear-gradient(90deg,#2a2927 25%,#3a3836,#2a2927 75%);background-size:200% 100%;animation:skeleton-loading 1s linear infinite}.skeleton-line.short{width:60%}.checkin-item.skeleton{display:flex;gap:.75rem;padding:1rem;background:transparent}.skeleton-content{flex:1;min-width:0}.profile-skeleton{text-align:center;padding:2rem 1rem}.profile-skeleton .skeleton-avatar{margin:0 auto 1rem}body.light-mode .skeleton,body.light-mode .skeleton-avatar,body.light-mode .skeleton-line{background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:200% 100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submitting-checkin-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.loader-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#d2c3a3;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.5rem}.submitting-checkin-loader p{color:#ffffffb3;font-size:1rem;margin:0}body.light-mode .loader-spinner{border-color:#0000001a;border-top-color:#6b5d45}body.light-mode .submitting-checkin-loader p{color:#0009}
