.app{height:100vh;display:flex;flex-direction:column;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.page{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.page-header{display:flex;align-items:center;padding:16px 20px;background:#000000e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.page-header h1{flex:1;font-size:20px;font-weight:600;background:linear-gradient(135deg,#007aff,#9433eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.back-btn,.share-btn{background:none;border:none;color:#fff;padding:8px;margin:-8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.back-btn{margin-right:12px}.share-btn{margin-left:12px}.sign-out-btn{background:none;border:1px solid rgba(255,255,255,.2);color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s ease}.sign-out-btn:hover{background:#ffffff1a}.settings-icon-btn{background:none;border:none;color:#8e8e93;padding:8px;margin:-8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.settings-icon-btn:hover{color:#fff}.profile-header-actions{display:flex;align-items:center;gap:12px}.logout-icon-btn{background:#ff3b30;border:none;color:#fff;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.logout-icon-btn:hover{background:#ff453a;transform:scale(1.05)}.logout-icon-btn:active{transform:scale(.95)}.loading-container,.error-container{flex:1;display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#9433eb;border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:24px;height:24px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.error-container p{color:#8e8e93;font-size:16px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:80px;background:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);display:flex;padding-bottom:env(safe-area-inset-bottom,0);z-index:1000}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:#8e8e93;font-size:11px;cursor:pointer;transition:color .2s ease}.nav-item:hover{color:#fff}.nav-item.active{color:#9433eb}.nav-item svg{width:24px;height:24px}.feed-page{height:100%;display:flex;flex-direction:column}.feed-list{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:16px 16px 100px}.feed-list>*{margin-bottom:20px}.feed-list>*:last-child{margin-bottom:0}.feed-end{text-align:center;padding:24px;color:#8e8e93;font-size:14px}.loading-more{display:flex;justify-content:center;padding:16px}.debate-card{background:#1c1c1ef2;border-radius:20px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #0003}.debate-card-header{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.creator-info{display:flex;align-items:center;gap:12px}.creator-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.creator-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#007aff,#9433eb);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.creator-details{display:flex;flex-direction:column;gap:2px}.creator-name{font-size:14px;font-weight:600;color:#fff}.debate-date{font-size:12px;color:#8e8e93}.debate-card-image{position:relative;width:100%;aspect-ratio:2 / 1;overflow:hidden}.debate-card-image img{width:100%;height:100%;object-fit:cover}.image-gradient{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.debate-card-content{padding:16px}.debate-card-title{font-size:18px;font-weight:700;margin-bottom:8px;line-height:1.3;color:#fff}.debate-card-description{font-size:14px;color:#8e8e93;line-height:1.4;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.debate-card-positions{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.position{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;background:#ffffff0a;border-radius:10px}.position-label{flex-shrink:0;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.position-a .position-label{background:#007aff;color:#fff}.position-b .position-label{background:#ff3b30;color:#fff}.position-text{font-size:14px;color:#ffffffd9;line-height:1.4;flex:1}.debate-card-results{margin-bottom:14px}.results-bar-container{background:#ffffff14;border-radius:8px;padding:3px;margin-bottom:8px}.results-bar{height:10px;border-radius:5px;overflow:hidden;display:flex}.bar-segment{height:100%;transition:width .4s ease}.bar-segment.bar-a{background:linear-gradient(90deg,#007aff,#0a84ff)}.bar-segment.bar-neutral{background:#ffffff4d}.bar-segment.bar-b{background:linear-gradient(90deg,#ff3b30,#ff453a)}.results-labels{display:flex;justify-content:space-between;align-items:center;padding:0 4px}.result-label{font-size:12px;font-weight:700}.result-label.result-a{color:#007aff}.result-label.result-b{color:#ff3b30}.result-spacer{flex:1}.debate-card-footer{display:flex;align-items:center;gap:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.debate-card-footer .stat{display:flex;align-items:center;gap:6px;font-size:13px;color:#8e8e93}.debate-card-footer .stat svg{opacity:.7}.vote-prompt{margin-left:auto;font-size:13px;font-weight:500;color:#9433eb}.feed-vote-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.feed-vote-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0f;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;color:#fff;font-family:inherit}.feed-vote-btn:hover:not(:disabled){background:#ffffff1a}.feed-vote-btn:active:not(:disabled){transform:scale(.98)}.feed-vote-btn.selected{border-color:#9433eb;background:#9433eb26}.feed-vote-btn.voting{opacity:.7;cursor:wait}.feed-vote-btn:disabled{cursor:not-allowed}.feed-vote-btn .vote-label{flex-shrink:0;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.feed-vote-btn.vote-a .vote-label{background:#007aff}.feed-vote-btn.vote-b .vote-label{background:#ff3b30}.feed-vote-btn.vote-neutral{justify-content:center}.feed-vote-btn.vote-neutral .vote-text{color:#8e8e93}.feed-vote-btn .vote-text{flex:1;font-size:14px;font-weight:500;line-height:1.3}.feed-vote-btn .vote-check{flex-shrink:0;color:#9433eb;font-size:18px;font-weight:600}.debate-detail-content{flex:1;overflow-y:auto;padding:20px}.debate-detail-image{width:100%;height:200px;border-radius:16px;overflow:hidden;margin-bottom:20px}.debate-detail-image img{width:100%;height:100%;object-fit:cover}.debate-detail-title{font-size:24px;font-weight:700;margin-bottom:12px;line-height:1.3}.debate-detail-description{font-size:15px;color:#8e8e93;line-height:1.5;margin-bottom:24px}.vote-section{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.vote-btn{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#1c1c1e;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease}.vote-btn:hover{background:#2c2c2e}.vote-btn.selected{border-color:#9433eb;background:#9433eb1a}.vote-btn:disabled{opacity:.6;cursor:not-allowed}.vote-btn-content{display:flex;align-items:center;gap:12px}.vote-btn .vote-label{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.vote-a .vote-label{background:#007aff}.vote-b .vote-label{background:#ff3b30}.vote-btn .vote-text{font-size:15px;font-weight:500;color:#fff;text-align:left}.vote-neutral .vote-text{color:#8e8e93}.vote-check{color:#9433eb;font-size:18px;font-weight:600}.results-section{background:#1c1c1e;border-radius:16px;padding:20px}.results-section h3{font-size:17px;font-weight:600;margin-bottom:16px}.results-bar{height:32px;background:#2c2c2e;border-radius:8px;overflow:hidden;display:flex;margin-bottom:16px}.result-segment{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;min-width:0;transition:width .3s ease}.result-a{background:#007aff}.result-neutral{background:#8e8e93}.result-b{background:#ff3b30}.results-legend{display:flex;justify-content:center;gap:20px;margin-bottom:12px}.legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#8e8e93}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-a{background:#007aff}.legend-neutral{background:#8e8e93}.legend-b{background:#ff3b30}.total-votes{text-align:center;font-size:14px;color:#8e8e93}.profile-content{flex:1;overflow-y:auto;padding:20px}.profile-header-section{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.profile-avatar{position:relative;width:100px;height:100px;margin-bottom:16px}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#007aff,#9433eb);display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:#fff}.user-badge{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #000}.user-badge svg{color:#fff}.verified-badge,.user-badge.regular{background:linear-gradient(135deg,#9433eb,#7b2bd9)}.user-badge.creator{background:linear-gradient(135deg,orange,gold)}.user-badge.partner{background:linear-gradient(135deg,#1c1c1e,#000)}.user-type-label{font-size:12px;padding:2px 8px;border-radius:4px;margin-top:4px}.user-type-label.partner{background:#fff;color:#1c1c1e}.user-type-label.creator{color:orange}.user-type-label.verified{color:#9433eb}.profile-username{font-size:24px;font-weight:700;margin-bottom:8px}.profile-bio{font-size:15px;color:#8e8e93;text-align:center;line-height:1.4;max-width:300px}.profile-section{background:#1c1c1e;border-radius:16px;padding:20px;margin-bottom:16px}.section-title{font-size:15px;font-weight:600;color:#8e8e93;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.stats-section{display:flex;justify-content:space-around}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:22px;font-weight:700}.stat-label{font-size:12px;color:#8e8e93}.demographics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.demo-item{display:flex;flex-direction:column;gap:4px}.demo-label{font-size:12px;color:#8e8e93}.demo-value{font-size:15px;font-weight:500}.stances-list{display:flex;flex-direction:column;gap:12px}.stance-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#2c2c2e;border-radius:10px}.stance-topic{font-size:14px;color:#8e8e93}.stance-position{font-size:14px;font-weight:600;color:#9433eb}.debate-style{font-size:15px;color:#fff;line-height:1.5}@media(min-width:768px){.app{max-width:600px;margin:0 auto;box-shadow:0 0 40px #00000080}.bottom-nav{max-width:600px;left:50%;transform:translate(-50%)}}.placeholder-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ffc10726;border:1px dashed rgba(255,193,7,.5);border-radius:8px;margin-bottom:16px}.placeholder-icon{font-size:16px}.placeholder-text{font-size:12px;color:#ffc107;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.nav-item-create .create-btn-icon{width:44px;height:44px;background:linear-gradient(135deg,#9433eb,#007aff);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-20px;box-shadow:0 4px 12px #9433eb66}.nav-item-create .create-btn-icon svg{color:#fff}.nav-icon-wrapper{position:relative}.notification-badge-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ff3b30;border-radius:50%;border:2px solid #000}.explore-content{flex:1;overflow-y:auto;padding:16px 16px 100px}.search-container{position:relative;margin-bottom:24px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#8e8e93}.search-input{width:100%;padding:14px 14px 14px 44px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:16px;font-family:inherit}.search-input::placeholder{color:#8e8e93}.search-input:focus{outline:none;border-color:#9433eb}.explore-section{margin-bottom:28px}.explore-section-title{font-size:18px;font-weight:700;margin-bottom:14px;color:#fff}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:all .2s ease}.category-card:hover{background:#ffffff1a;border-color:var(--category-color)}.category-icon{font-size:28px}.category-name{font-size:12px;font-weight:500;color:#fff}.trending-list{display:flex;flex-direction:column;gap:8px}.trending-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#1c1c1e;border-radius:12px;cursor:pointer;transition:background .2s ease}.trending-item:hover{background:#2c2c2e}.trending-rank{font-size:14px;font-weight:700;color:#9433eb;min-width:28px}.trending-info{flex:1;display:flex;flex-direction:column;gap:2px}.trending-name{font-size:15px;font-weight:600;color:#fff}.trending-count{font-size:13px;color:#8e8e93}.trending-item svg{color:#8e8e93}.featured-debates{display:flex;flex-direction:column;gap:12px}.featured-debate-card{padding:16px;background:linear-gradient(135deg,#9433eb26,#007aff26);border:1px solid rgba(148,51,235,.3);border-radius:16px;cursor:pointer;transition:all .2s ease}.featured-debate-card:hover{border-color:#9433eb}.featured-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#fff}.featured-positions{display:flex;align-items:center;gap:8px;margin-bottom:10px}.position-preview{font-size:13px;padding:4px 10px;border-radius:6px;flex:1;text-align:center}.position-a-preview{background:#007aff33;color:#007aff}.position-b-preview{background:#ff3b3033;color:#ff3b30}.vs-text{font-size:12px;color:#8e8e93;font-weight:600}.featured-votes{font-size:13px;color:#8e8e93}.create-content{flex:1;overflow-y:auto;padding:20px 20px 100px}.create-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}.position-badge{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.position-badge-a{background:#007aff}.position-badge-b{background:#ff3b30}.form-input,.form-textarea,.form-select{padding:14px 16px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:16px;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#8e8e93}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#9433eb}.form-textarea{resize:vertical;min-height:100px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238E8E93' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px}.image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;background:#1c1c1e;border:2px dashed rgba(255,255,255,.2);border-radius:16px;cursor:pointer;transition:all .2s ease}.image-upload-placeholder:hover{border-color:#9433eb;background:#9433eb1a}.image-upload-placeholder svg{color:#8e8e93}.image-upload-placeholder span{font-size:14px;color:#fff}.upload-hint{font-size:12px;color:#ffc107!important}.submit-btn{padding:16px;background:linear-gradient(135deg,#9433eb,#007aff);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease;margin-top:12px}.submit-btn:hover{opacity:.9}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.mark-read-btn{background:none;border:none;color:#9433eb;font-size:14px;font-weight:500;cursor:pointer}.notifications-content{flex:1;overflow-y:auto;padding:16px 16px 100px}.notifications-list{display:flex;flex-direction:column;gap:8px}.notification-item{display:flex;align-items:center;gap:12px;padding:16px;background:#1c1c1e;border-radius:12px;cursor:pointer;transition:background .2s ease}.notification-item:hover{background:#2c2c2e}.notification-item.unread{background:#9433eb1a;border-left:3px solid #9433EB}.notification-icon{font-size:24px;min-width:32px;text-align:center}.notification-info{flex:1;display:flex;flex-direction:column;gap:4px}.notification-message{font-size:14px;color:#fff;line-height:1.4}.notification-time{font-size:12px;color:#8e8e93}.unread-dot{width:8px;height:8px;background:#9433eb;border-radius:50%}.notifications-empty-state,.favorites-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px}.notifications-empty-state p,.favorites-empty-state p{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.empty-hint{font-size:14px;color:#8e8e93}.favorites-content{flex:1;overflow-y:auto;padding:16px 16px 40px}.favorites-list{display:flex;flex-direction:column;gap:12px}.favorite-item{display:flex;align-items:center;gap:12px;padding:16px;background:#1c1c1e;border-radius:12px;cursor:pointer;transition:background .2s ease}.favorite-item:hover{background:#2c2c2e}.favorite-info{flex:1}.favorite-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:6px}.favorite-positions{display:flex;align-items:center;gap:8px;margin-bottom:6px}.fav-position-a{font-size:12px;color:#007aff}.fav-vs{font-size:11px;color:#8e8e93}.fav-position-b{font-size:12px;color:#ff3b30}.favorite-saved{font-size:12px;color:#8e8e93}.remove-favorite-btn{background:none;border:none;color:#9433eb;padding:8px;cursor:pointer}.settings-content{flex:1;overflow-y:auto;padding:16px 16px 40px}.settings-group{margin-bottom:24px}.settings-group-title{font-size:13px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;padding-left:16px}.settings-list{background:#1c1c1e;border-radius:12px;overflow:hidden}.settings-item{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid rgba(255,255,255,.05)}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:#ffffff0d}.settings-icon{font-size:20px;min-width:28px;text-align:center}.settings-label{flex:1;font-size:15px;color:#fff}.settings-value{font-size:14px;color:#8e8e93}.settings-item svg{color:#8e8e93}.toggle-switch{width:50px;height:30px;border-radius:15px;position:relative;transition:background .3s ease}.toggle-switch.on{background:#9433eb}.toggle-switch.off{background:#3a3a3c}.toggle-knob{position:absolute;top:2px;width:26px;height:26px;background:#fff;border-radius:50%;transition:left .3s ease}.toggle-switch.on .toggle-knob{left:22px}.toggle-switch.off .toggle-knob{left:2px}.settings-signout-btn{width:100%;padding:16px;background:#ff3b3026;border:1px solid rgba(255,59,48,.3);border-radius:12px;color:#ff3b30;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.settings-signout-btn:hover{background:#ff3b3040}.app-version{text-align:center;padding:16px}.app-version span{font-size:12px;color:#8e8e93}.comments-section{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.comments-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.comments-header h3{font-size:18px;font-weight:700}.comment-count{background:#9433eb33;color:#9433eb;padding:2px 10px;border-radius:12px;font-size:13px;font-weight:600}.comment-input-form{margin-bottom:20px}.comment-input-wrapper{display:flex;align-items:center;gap:12px;padding:12px;background:#1c1c1e;border-radius:12px}.comment-avatar-small{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007aff,#9433eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.comment-avatar-small img{width:100%;height:100%;object-fit:cover}.comment-avatar-small span{font-size:13px;font-weight:600;color:#fff}.comment-input{flex:1;background:none;border:none;color:#fff;font-size:14px;font-family:inherit}.comment-input::placeholder{color:#8e8e93}.comment-input:focus{outline:none}.comment-submit-btn{background:none;border:none;color:#9433eb;padding:8px;cursor:pointer;transition:opacity .2s ease}.comment-submit-btn:disabled{opacity:.3;cursor:not-allowed}.comments-list{display:flex;flex-direction:column;gap:16px}.comment-item{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.comment-item:last-child{border-bottom:none}.comment-main{display:flex;gap:12px}.comment-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#007aff,#9433eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.comment-avatar.small{width:28px;height:28px}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar span{font-size:14px;font-weight:600;color:#fff}.comment-avatar.small span{font-size:11px}.comment-content{flex:1}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.comment-username{font-size:14px;font-weight:600;color:#fff}.comment-position-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;color:#fff}.comment-time{font-size:12px;color:#8e8e93}.comment-text{font-size:14px;color:#ffffffe6;line-height:1.5;margin-bottom:8px}.comment-actions-row{display:flex;gap:16px}.comment-action-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#8e8e93;font-size:13px;cursor:pointer;transition:color .2s ease}.comment-action-btn:hover{color:#9433eb}.reply-input-wrapper{display:flex;gap:8px;margin-top:12px;padding:10px;background:#ffffff0d;border-radius:8px}.reply-input{flex:1;background:none;border:none;color:#fff;font-size:13px;font-family:inherit}.reply-input::placeholder{color:#8e8e93}.reply-input:focus{outline:none}.reply-submit-btn{background:#9433eb;border:none;color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.replies-list{margin-top:12px;padding-left:12px;border-left:2px solid rgba(255,255,255,.1)}.reply-item{display:flex;gap:10px;padding:10px 0}.reply-content{flex:1}.load-more-comments-btn{width:100%;padding:12px;background:none;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#9433eb;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:16px}.load-more-comments-btn:hover{background:#9433eb1a;border-color:#9433eb}.load-more-comments-btn:disabled{opacity:.5;cursor:not-allowed}.comments-empty{text-align:center;padding:40px 20px;color:#8e8e93}.comments-empty p{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.comments-empty span{font-size:14px}.comment-action-btn.voted{color:#9433eb}.replying-to{display:inline-block;font-size:12px;color:#9433eb;margin-bottom:4px}.debate-actions{display:flex;gap:12px;margin-top:24px;padding-bottom:100px}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#2c2c2e}.action-btn.bookmark-btn:hover{border-color:#9433eb;color:#9433eb}.action-btn.report-btn:hover{border-color:#ff3b30;color:#ff3b30}.drawer-backdrop{position:fixed;inset:0;background:#0009;z-index:1100}.debate-drawer{position:fixed;left:0;right:0;bottom:0;max-height:92vh;background:#1c1c1e;border-top-left-radius:20px;border-top-right-radius:20px;z-index:1200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -10px 40px #0006}@media(min-width:768px){.debate-drawer{max-width:600px;left:50%;transform:translate(-50%)}}.drawer-handle{display:flex;justify-content:center;padding:12px 0 8px;cursor:grab;flex-shrink:0}.drawer-handle:active{cursor:grabbing}.drawer-handle-bar{width:36px;height:5px;background:#ffffff4d;border-radius:3px}.drawer-header{display:flex;align-items:center;padding:8px 16px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.drawer-close-btn{background:none;border:none;color:#8e8e93;padding:8px;margin:-8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.drawer-close-btn:hover{color:#fff}.drawer-title{flex:1;font-size:17px;font-weight:600;text-align:center;color:#fff}.drawer-share-btn{background:none;border:none;color:#8e8e93;padding:8px;margin:-8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.drawer-share-btn:hover{color:#9433eb}.drawer-debate-title-section{padding:0 16px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.drawer-debate-title-section .drawer-debate-title{margin-bottom:0}.drawer-content{flex:1;overflow-y:auto;padding:16px 16px 40px;-webkit-overflow-scrolling:touch}.drawer-creator-info{display:flex;align-items:center;gap:10px;margin-bottom:16px}.drawer-creator-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.drawer-creator-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007aff,#9433eb);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.drawer-creator-name{font-size:14px;font-weight:600;color:#fff}.drawer-debate-image{width:100%;aspect-ratio:2 / 1;border-radius:12px;overflow:hidden;margin-bottom:16px}.drawer-debate-image img{width:100%;height:100%;object-fit:cover}.drawer-debate-title{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:8px;color:#fff}.drawer-debate-description{font-size:14px;color:#8e8e93;line-height:1.5;margin-bottom:20px}.drawer-vote-section{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.drawer-vote-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0f;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;color:#fff;font-family:inherit}.drawer-vote-btn:hover:not(:disabled){background:#ffffff1a}.drawer-vote-btn:active:not(:disabled){transform:scale(.98)}.drawer-vote-btn.selected{border-color:#9433eb;background:#9433eb26}.drawer-vote-btn.voting{opacity:.7;cursor:wait}.drawer-vote-btn:disabled{cursor:not-allowed}.drawer-vote-btn .vote-label{flex-shrink:0;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.drawer-vote-btn.vote-a .vote-label{background:#007aff}.drawer-vote-btn.vote-b .vote-label{background:#ff3b30}.drawer-vote-btn.vote-neutral{justify-content:center}.drawer-vote-btn.vote-neutral .vote-text{color:#8e8e93}.drawer-vote-btn .vote-text{flex:1;font-size:14px;font-weight:500;line-height:1.3}.drawer-vote-btn .vote-check{flex-shrink:0;color:#9433eb;font-size:18px;font-weight:600}.drawer-results-section{background:#ffffff0a;border-radius:12px;padding:16px;margin-bottom:20px}.drawer-results-bar{height:12px;border-radius:6px;overflow:hidden;display:flex;margin-bottom:12px;background:#ffffff14}.drawer-results-labels{display:flex;justify-content:space-between;margin-bottom:8px}.drawer-results-labels .result-label{font-size:12px;font-weight:600}.drawer-results-labels .result-neutral{color:#8e8e93}.drawer-total-votes{text-align:center;font-size:13px;color:#8e8e93}*{margin:0;padding:0;box-sizing:border-box}html,body,#react-root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}
