*{margin:0;padding:0;box-sizing:border-box}body{font-family:Kode Mono,monospace;background:#000;color:#fff;line-height:1.4;font-size:13px;height:100vh;overflow:hidden}.app{min-height:100vh;height:100vh;padding:0;max-width:480px;margin:0 auto;display:flex;flex-direction:column;position:relative;background:#000}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:15px;background:#000}.loading-text{font-size:14px;color:#888}.spinner{width:35px;height:35px;border:3px solid #333333;border-top:3px solid #2995a0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#000;border-bottom:1px solid #333333;height:70px;flex-shrink:0}.header-left{display:flex;align-items:center;gap:12px}.avatar{width:40px;height:40px;border-radius:50%;border:2px solid #2995a0;object-fit:cover}.balance{display:flex;flex-direction:column}.balance-label{font-size:10px;color:#888;margin-bottom:2px}.balance-amount{font-size:13px;font-weight:700;color:#fff}.header-right{display:flex;align-items:center;gap:10px}.lock-icon{font-size:18px;color:#2995a0}.app-title{font-size:16px;font-weight:700;color:#fff;letter-spacing:1px}.app-main{flex:1;overflow-y:auto;padding:15px;background:#000}.bottom-nav{display:flex;height:60px;background:#000;border-top:1px solid #333333;flex-shrink:0}.nav-button{flex:1;background:none;border:none;color:#888;font-family:Kode Mono,monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s}.nav-button:hover{color:#2995a0;background:#111}.nav-button.active{color:#2995a0;background:#111;border-bottom:2px solid #2995a0}.degree-title{color:#2995a0;margin-bottom:10px;font-size:18px;font-weight:700;text-align:center}.degree-description{color:#888;margin-bottom:20px;font-size:12px;line-height:1.4;text-align:center}.vault,.confess,.status{height:100%;display:flex;flex-direction:column}.search-section{margin-bottom:20px}.search-input{width:100%;padding:12px 15px;background:#1a1a1a;border:1px solid #333333;border-radius:8px;color:#fff;font-family:Kode Mono,monospace;font-size:12px;touch-action:manipulation}.search-input::placeholder{color:#666}.users-list{flex:1;overflow-y:auto;background:#000}.list-title{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #333333}.user-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222222;cursor:pointer;transition:background .2s;background:#1a1a1a;margin-bottom:8px;border-radius:6px;padding:12px}.user-item:hover{background:#222;border-color:#2995a0}.user-info{display:flex;flex-direction:column;gap:4px}.username{color:#2995a0;font-weight:700;font-size:14px}.secret-teaser{font-size:12px;color:#888;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secret-count{color:#888;font-size:11px}.user-arrow{color:#2995a0;font-size:16px}.modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#1a1a1a;border-radius:12px;padding:20px;max-width:400px;width:100%;max-height:80vh;overflow-y:auto;border:1px solid #333333;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #333333}.modal-header h3{color:#2995a0;font-size:16px}.close-button{background:none;border:none;color:#888;font-size:24px;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#fff}.secrets-list{display:flex;flex-direction:column;gap:10px}.secret-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#222;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}.secret-item:hover{border-color:#2995a0;background:#2a2a2a}.secret-item.revealed{opacity:.7}.secret-teaser{flex:1;color:#fff;font-size:13px;line-height:1.4}.revealed-badge{background:#2a7a2a;color:#fff;font-size:10px;padding:2px 6px;border-radius:3px;margin-left:8px;text-transform:uppercase}.secret-price{color:#2995a0;font-weight:700;font-size:12px;white-space:nowrap;margin-left:15px}.payment-info{text-align:center}.payment-info p{margin-bottom:10px;color:#888;font-size:13px}.payment-info .teaser{color:#2995a0;font-style:italic;margin:15px 0;padding:10px;background:#222;border-radius:6px}.payment-info .price{color:#fff;font-size:18px;font-weight:700;margin:20px 0}.payment-info .split-info{color:#666;font-size:11px}.pay-button{background:#2995a0;color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;width:100%;font-family:Kode Mono,monospace;margin:20px 0 10px}.pay-button:hover{background:#247c85}.cancel-button{background:none;border:1px solid #666666;color:#888;padding:10px;border-radius:6px;font-size:13px;cursor:pointer;width:100%;font-family:Kode Mono,monospace}.cancel-button:hover{border-color:#888;color:#fff}.user-info-section{margin-bottom:20px}.user-info-card{display:flex;align-items:center;justify-content:center;padding:10px;background:#1a1a1a;border-radius:8px;border:1px solid #333333}.user-details{display:flex;flex-direction:column;gap:2px;text-align:center}.user-details .username{color:#2995a0;font-weight:700;font-size:14px;margin:0}.confess-form{display:flex;flex-direction:column;gap:15px}.form-group{margin-bottom:8px}.form-label{display:block;color:#888;font-size:11px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-textarea{width:100%;padding:10px 12px;background:#1a1a1a;border:1px solid #333333;border-radius:6px;color:#fff;font-family:Kode Mono,monospace;font-size:11px;resize:vertical;touch-action:manipulation}.form-textarea{min-height:100px}.char-count{text-align:right;color:#666;font-size:10px;margin-top:4px}.revenue-info{background:#1a1a1a;padding:12px;border-radius:6px;border:1px solid #333333;font-size:11px}.revenue-info p{color:#888;margin-bottom:6px;line-height:1.4}.revenue-info strong{color:#2995a0}.publish-button{background:#2995a0;color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;width:100%;font-family:Kode Mono,monospace;text-transform:uppercase;letter-spacing:1px}.publish-button:hover:not(:disabled){background:#247c85}.publish-button:disabled{background:#333;color:#666;cursor:not-allowed}.status-message{padding:10px;background:#222;border-radius:6px;color:#2995a0;font-size:12px;text-align:center;margin-top:12px;line-height:1.4}.status-message.success{background:#1a3a1a;border:1px solid #2a7a2a;color:#4caf50}.nft-display{text-align:center;margin-bottom:25px}.nft-image-container{width:300px;height:300px;margin:0 auto 15px;border-radius:12px;overflow:hidden;background:#1a1a1a}.nft-image{width:100%;height:100%;object-fit:cover}.nft-info{text-align:center}.nft-title{color:#2995a0;font-size:16px;margin-bottom:5px}.supply-section{background:#1a1a1a;padding:20px;border-radius:8px;margin-bottom:25px;border:1px solid #333333}.supply-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #333333}.supply-label{color:#888;font-size:13px}.supply-value{color:#2995a0;font-weight:700;font-size:14px}.progress-container{margin-bottom:20px}.progress-label{color:#888;font-size:12px;margin-bottom:8px}.progress-bar{height:8px;background:#333;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;border-radius:4px}.free-progress{background:linear-gradient(90deg,#2995a0,#247c85)}.total-progress{background:linear-gradient(90deg,#333,#666)}.progress-stats{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#888}.free-badge{background:#2995a0;color:#000;font-weight:700;padding:3px 8px;border-radius:3px;font-size:10px}.action-section{margin-bottom:25px}.mint-button{background:#2995a0;color:#fff;border:none;padding:16px;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s;width:100%;font-family:Kode Mono,monospace;text-transform:uppercase;letter-spacing:1px}.mint-button:hover:not(:disabled){background:#247c85}.mint-button:disabled{background:#333;color:#666;cursor:not-allowed}.silence-section{margin-top:auto}.silence-section .join-button{background:#2995a0;color:#fff;border:none;padding:16px;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s;width:100%;font-family:Kode Mono,monospace;text-transform:uppercase;letter-spacing:1px;margin-top:10px}.silence-section .join-button:hover{background:#247c85}.silence-section .join-button:disabled{background:#333;color:#666;cursor:not-allowed}.third-degree{padding:0}.third-degree .degree-title{margin-bottom:15px}.third-degree .degree-description{margin-bottom:20px}.warning-box{background:#222;padding:15px;border-radius:6px;border-left:3px solid #2995a0;margin:20px 0}.warning-box p{color:#888;font-size:12px;margin-bottom:8px}.warning-box strong{color:#2995a0}.payment-details{color:#666;font-size:11px;margin-top:10px;text-align:center}.access-granted{text-align:center;padding:20px 0}.success-icon{font-size:40px;margin-bottom:15px}.access-granted h3{color:#4caf50;margin-bottom:10px}.access-granted p{color:#888;margin-bottom:15px}.silence-message{font-size:32px;margin-top:10px}.close-modal{background:#333;color:#888;border:none;padding:12px;border-radius:6px;font-size:13px;cursor:pointer;width:100%;font-family:Kode Mono,monospace;margin-top:15px}.close-modal:hover{background:#444;color:#fff}.secret-text-modal{max-width:90%;max-height:80vh}.secret-content{padding:20px;background:#1a1a1a;border-radius:8px;max-height:60vh;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;line-height:1.5;margin-bottom:20px}.secret-teaser-label,.secret-content-label{color:#888;font-size:12px;text-transform:uppercase;margin-bottom:5px}.secret-teaser-text{color:#2995a0;font-style:italic;margin-bottom:20px;padding-left:10px;border-left:2px solid #2995a0}.secret-content-text{color:#fff;font-size:14px;line-height:1.6}.secret-divider{height:1px;background:#333;margin:20px 0}.loading-secrets,.no-secrets{text-align:center;padding:20px;color:#888}.error-message{color:#f44;font-size:12px;margin:10px 0;text-align:center}@media(max-width:480px){.app{padding:0}.app-header{padding:12px 15px}.app-title{font-size:14px}.nav-button{font-size:11px}.nft-image-container{width:270px;height:270px}}@media screen and (max-width:768px){input[type=text],input[type=search],textarea{font-size:16px!important}}.top-secret-item{border-left:3px solid #ff9900}.popular-badge{margin-left:8px;background:#f90;color:#000;font-size:10px;padding:2px 6px;border-radius:3px}.revealed-badge{margin-left:8px;background:#2a7a2a;color:#fff;font-size:10px;padding:2px 6px;border-radius:3px;text-transform:uppercase}
