*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;padding:20px}.wireframe-container{max-width:1200px;margin:0 auto;background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.wireframe-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #333}.wireframe-header h1{font-size:2.5em;margin-bottom:10px;color:#333}.wireframe-header p{font-size:1.1em;color:#666}.screen{margin-bottom:50px;page-break-after:always}.screen h2{font-size:1.8em;margin-bottom:20px;color:#333;border-bottom:1px solid #ccc;padding-bottom:10px}.mobile-frame{border:3px solid #333;border-radius:20px;padding:20px;background:#fff;max-width:400px;margin:0 auto;min-height:600px}.app-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:2px solid #333;margin-bottom:15px}.logo-box,.search-box,.menu-icon,.back-btn,.screen-title,.post-btn,.search-btn,.settings-btn,.help-btn{border:1px solid #333;padding:8px 12px;background:#f9f9f9;font-weight:700}.search-box{flex-grow:1;margin:0 10px}.search-input-large{border:1px solid #333;padding:8px 12px;background:#f9f9f9;flex-grow:1;margin:0 10px}.navigation-tabs{display:flex;justify-content:space-around;margin-bottom:15px;border-bottom:1px solid #ccc}.nav-tab{padding:10px 15px;border:1px solid #333;background:#f9f9f9;cursor:pointer;flex:1;text-align:center;margin:0 2px}.nav-tab.active{background:#333;color:#fff}.create-post-section{margin-bottom:20px}.create-post-box{border:2px dashed #333;padding:15px;text-align:center;background:#f0f0f0;cursor:pointer;font-weight:700}.posts-feed,.favorited-posts,.search-result-posts,.user-posts{space-y:15px}.post-item{border:2px solid #333;padding:15px;margin-bottom:15px;background:#fff}.post-item.favorited{border-color:#e74c3c;background:#ffeaea}.post-header{display:flex;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee}.profile-pic,.large-profile-pic{width:40px;height:40px;border:2px solid #333;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin-right:10px;font-size:.8em}.large-profile-pic{width:80px;height:80px;margin:0 auto 15px}.user-info{flex-grow:1}.display-name,.display-name-large{font-weight:700;margin-bottom:2px}.display-name-large{font-size:1.3em;text-align:center}.timestamp,.username{font-size:.9em;color:#666}.username{text-align:center;margin-bottom:10px}.favorite-btn,.unfavorite-btn,.post-options{border:1px solid #333;padding:5px 10px;background:#f9f9f9;cursor:pointer;font-size:.9em}.unfavorite-btn{background:#e74c3c;color:#fff;border-color:#c0392b}.post-content{line-height:1.5;border:1px dashed #ccc;padding:10px;background:#fafafa;font-style:italic}.create-post-form{padding:15px 0}.user-profile-section{display:flex;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.post-input-area{margin-bottom:20px}.text-input-box{border:2px solid #333;padding:15px;min-height:120px;background:#f9f9f9;font-style:italic;color:#666}.post-options{display:flex;justify-content:space-around;margin-bottom:20px}.option-btn,.action-btn,.filter-btn{border:1px solid #333;padding:8px 12px;background:#f9f9f9;cursor:pointer;text-align:center}.filter-btn.active{background:#333;color:#fff}.action-buttons{display:flex;justify-content:space-between}.cancel-btn{border:1px solid #333;padding:10px 20px;background:#f9f9f9;cursor:pointer}.post-btn-main,.create-pdf-btn{border:1px solid #333;padding:10px 20px;background:#333;color:#fff;cursor:pointer}.favorites-content,.profile-content,.pdf-export-content{padding:10px 0}.favorites-header,.results-header,.posts-header{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ccc}.favorites-count,.results-count{font-size:.9em;color:#666;margin-top:5px}.search-filters{display:flex;justify-content:space-around;margin-bottom:20px;padding:10px 0;border-bottom:1px solid #ccc}.search-highlight{background:#ff0;padding:2px 4px;margin-top:5px;border:1px solid #333;font-size:.8em}.profile-info{text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #ccc}.bio{margin:10px 0;font-style:italic;color:#666}.profile-stats{display:flex;justify-content:space-around;margin-top:15px}.stat{border:1px solid #333;padding:8px 12px;background:#f9f9f9;font-weight:700}.profile-actions{display:flex;justify-content:space-around;margin-bottom:20px}.export-instructions{margin-bottom:20px;padding:15px;border:2px solid #333;background:#f0f0f0}.screenshot-area{margin-bottom:25px}.screenshot-preview{border:3px dashed #333;padding:40px;text-align:center;background:#f9f9f9;margin-bottom:15px;min-height:150px;display:flex;flex-direction:column;justify-content:center;font-style:italic;color:#666}.screenshot-actions{display:flex;justify-content:space-around}.pdf-management{border-top:2px solid #333;padding-top:20px}.pdf-list{margin-bottom:20px}.pdf-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #333;margin-bottom:10px;background:#f9f9f9}.pdf-actions{display:flex;gap:10px}.pdf-size{color:#666;font-size:.9em}.pdf-download{border:1px solid #333;padding:4px 8px;background:#fff;cursor:pointer;font-size:.9em}.create-pdf-section{display:flex;gap:10px}.pdf-name-input{flex-grow:1;border:1px solid #333;padding:8px 12px;background:#f9f9f9}.wireframe-footer{margin-top:40px;border-top:2px solid #333;background:#f0f0f0;padding:20px}.print-instructions h3{margin-bottom:10px;color:#333}.print-instructions p{margin-bottom:5px;color:#666}@media (max-width: 768px){.wireframe-container{padding:15px}.mobile-frame{max-width:100%;padding:15px}.screen h2{font-size:1.5em}}
