.navbar{align-items:center;background:#ff6201e1;border-bottom:1px solid #000;display:flex;height:100px;justify-content:space-between;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:999}.navbar-logo a{color:#fff;font-family:Times New Roman,Times,serif;text-decoration:none}.navbar-logo h1{font-size:32px;font-style:normal;font-weight:700;margin:0}.navbar-links{align-items:center;display:flex;gap:22px}.navbar-links a{color:#fff;font-family:Times New Roman,Times,serif;font-size:18px;text-decoration:none}.navbar-links a:hover{border-color:#000}.navbar-hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.bar{background:#fff;height:3px;width:25px}.navbar-hamburger.open .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-hamburger.open .bar:nth-child(2){opacity:0}.navbar-hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-user{color:#fff;font-family:Times New Roman,Times,serif;font-size:14px;margin-right:10px}.navbar-links:not(.active){display:none}@media (max-width:768px){.navbar-hamburger{cursor:pointer;display:flex;flex-direction:column;gap:4px;margin-left:auto}.navbar-links{background:#ff6201;border:1px solid #000;display:none;flex-direction:column;padding:10px;position:absolute;right:10px;top:80px}.navbar-links.active{background:linear-gradient(50deg,#c47b0dce 28%,#f50303);display:flex}}@media (min-width:769px){.navbar-links{display:flex!important}}.home-container{background:#df740f67;border:1px solid #000;border-radius:20px;box-sizing:border-box;margin:120px auto 40px;max-width:1100px;overflow:visible;padding:20px;position:relative;width:100%;z-index:1}.loading,.no-posts{background:#fff;border:1px solid #aaa;padding:20px;text-align:center}.post-card{background:#fff;border:1px solid #b0b0b0;border-radius:18px;margin-bottom:20px;overflow:hidden}.post-header{border-bottom:1px solid #bfbfbf;justify-content:space-between;padding:16px}.post-header,.post-user-info{align-items:center;display:flex;gap:10px}.profile-picture{border:1px solid #999;height:56px;width:56px}.post-username{color:#111;font-family:Times New Roman,Times,serif;font-size:24px;font-weight:700;text-decoration:none;word-break:break-word}.comment-bubble,.comment-like-button,.comment-submit,.delete-comment,.follow-toggle-btn,.like-button{background:linear-gradient(to top right,#f30,#fc6 77%);border:1px solid #666;border-radius:10px;color:#111;cursor:pointer;font-family:Times New Roman,Times,serif;padding:8px 12px;transition:.2s ease}.comment-submit:hover,.follow-toggle-btn:hover,.like-button:hover{transform:scale(1.03)}.follow-toggle-btn.following{background:linear-gradient(to top right,#fff,#000 77%);color:#fff;font-family:Times New Roman,Times,serif}.comment-like-button.liked,.like-button.liked{background:linear-gradient(to top right,#ff00ffb7,#f06 77%);color:#fff}.post-image{display:block;height:auto;max-height:600px;object-fit:cover;width:100%}.post-content{padding:16px}.post-title{font-family:Times New Roman,Times,serif;font-size:42px;margin:0 0 10px;word-break:break-word}.post-description,.post-ort{color:#333;font-family:Times New Roman,Times,serif;font-size:18px;line-height:1.5;margin:0 0 8px}.post-actions{display:flex;flex-wrap:wrap;gap:10px;padding:0 16px 12px}.post-comments-section{border-top:1px solid #000;padding:0 16px 10px}.post-comments-section h4{margin:10px 0}.comment{border-bottom:1px solid #000;padding:8px 0;word-break:break-word}.comment-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.post-comment-form{background-color:#fff;border-top:1px solid #bfbfbf;display:flex;gap:8px;padding:12px 16px 16px}.comment-input{border:1px solid #777;border-radius:8px;flex:1 1;font-family:Times New Roman,Times,serif;min-width:0;padding:10px}.spinner{height:36px;margin:0 auto;width:36px}@media (max-width:900px){.home-container{margin-top:100px;padding:16px;width:95%}.post-title{font-size:34px}.post-username{font-size:20px}.post-description,.post-ort{font-size:16px}.profile-picture{height:50px;width:50px}}@media (max-width:600px){.home-container{border-left:none;border-radius:0;border-right:none;margin-top:80px;padding:10px;width:100%}.post-header{align-items:flex-start;flex-direction:column}.post-user-info{width:100%}.post-title{font-size:28px}.post-username{font-size:18px}.post-description,.post-ort{font-size:15px}.profile-picture{height:44px;width:44px}.post-actions{font-family:Times New Roman,Times,serif}.post-actions,.post-comment-form{flex-direction:column}.comment-submit{font-family:Times New Roman,Times,serif;width:100%}.comment-bubble,.comment-like-button,.delete-comment,.follow-toggle-btn,.like-button{width:100%}}.profile-container{background:#f89359cf;border:1px solid #000;border-radius:20px;box-sizing:border-box;left:50%;position:absolute;top:190px;transform:translateX(-50%);width:100%}.profile-header{background:#fffffffc;border:1px solid #000;border-radius:18px;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px}#profile-picture{border:2px solid #999;border-radius:50%;flex-shrink:0;height:90px;object-fit:cover;width:90px}#profile-info{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0;text-align:center}#profile-stats{display:flex;flex-wrap:wrap;font-size:16px;gap:16px;margin-bottom:10px}.profile-bio{font-size:16px;line-height:1.5;margin-bottom:12px;word-break:break-word}#profile-edit-button,.delete-post,.friend-result button,.friend-search button,.modal-buttons button{background:#fff;border:1px solid #666;border-radius:10px;cursor:pointer;padding:8px 14px;transition:.2s ease}#profile-edit-button:hover,.delete-post:hover,.friend-result button:hover,.friend-search button:hover,.modal-buttons button:hover{transform:scale(1.03)}.profile-posts{grid-gap:16px;gap:16px;grid-template-columns:repeat(3,1fr)}.profile-post{background:#fff;border:1px solid #aaa;border-radius:14px;display:flex;flex-direction:column}.profile-post-image{display:block;height:250px}.profile-post-stats{font-size:14px;margin-bottom:10px}.friend-section{border-top:1px solid #aaa;margin-top:30px;padding-top:20px}.friend-search{display:flex;flex-wrap:wrap;gap:10px}.friend-search input{border:1px solid #666;border-radius:10px;flex:1 1;font-family:Times New Roman,Times,serif;min-width:220px;padding:8px .1px}.friend-results{margin-top:16px}.friend-result{align-items:center;background:#fff;border:1px solid #ccc;border-radius:12px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:10px;padding:12px}.already-friend{color:#555;font-size:14px}.modal-backdrop{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border:1px solid #999;border-radius:18px;box-sizing:border-box;max-width:450px;padding:20px;width:100%}.form-group{margin-bottom:14px}.form-group label{display:block;font-weight:700;margin-bottom:6px}.form-group input{border:1px solid #777;border-radius:10px;box-sizing:border-box;padding:10px;width:100%}.modal-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.spinner{border:6px solid #ddd;border-top-color:#666;height:40px;width:40px}@media (max-width:900px){.profile-container{padding:16px}.profile-posts{grid-template-columns:repeat(2,1fr)}#profile-info h2{font-size:26px}.profile-post-image{height:220px}}@media (max-width:600px){.profile-container{border-left:none;border-radius:0;border-right:none;padding:10px}.profile-header{align-items:center;flex-direction:column;text-align:center}#profile-picture{height:80px;width:80px}#profile-info h2{font-size:22px}#profile-stats{font-size:14px;justify-content:center}.profile-bio{font-size:14px}.profile-posts{grid-template-columns:1fr}.profile-post-image{height:240px}.friend-search{flex-direction:column}.friend-search button,.friend-search input{width:100%}.friend-result{align-items:flex-start;flex-direction:column}.modal{padding:16px}.modal-buttons{flex-direction:column}.modal-buttons button{width:100%}}body{background:linear-gradient(50deg,#c47b0db0 28%,#f50303);font-family:Times New Roman,Times,serif;min-height:100vh;overflow-x:hidden}.login-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;position:relative;z-index:1}.Pixel_Logo{border-radius:30%;height:clamp(140px,30vw,320px);margin-bottom:40px;object-fit:cover;width:clamp(140px,30vw,320px)}.Pixel_Logo,.login-form{box-shadow:28px 27px 12px -4px #00000061}.login-form{background:rgba(216,78,44,.712);border:1px solid #000;border-radius:18px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;max-width:700px;padding:clamp(20px,4vw,50px);width:100%}.login-form h2{color:#ffffffbf;font-size:clamp(34px,6vw,65px);margin:0;text-align:center;word-break:break-word}.login-input{background:#00000048;border:1px solid #000;border-radius:12px;box-sizing:border-box;color:#fff;font-size:clamp(16px,2vw,26px);outline:none;padding:18px;transition:.2s ease;width:100%}.login-input:focus{background:#0006;border-color:#fff}.login-input::placeholder{color:#ffffffa6;font-size:inherit}.login-button,.login-switch{background:#0000004f;border:1px solid #000;border-radius:12px;color:#fffc;cursor:pointer;font-size:clamp(16px,2vw,26px);padding:18px;transition:all .2s ease}.login-button:hover,.login-switch:hover{background:#00000070;transform:scale(1.02)}.login-error{color:#7a0018;font-size:15px;font-weight:700;margin:0;text-align:center}@media (max-width:900px){.login-form{max-width:550px}.Pixel_Logo{margin-bottom:30px}}@media (max-width:600px){.login-container{padding:14px}.login-form{border-radius:16px;gap:14px;padding:20px}.Pixel_Logo{height:160px;margin-bottom:24px;width:160px}.login-button,.login-input,.login-switch{padding:14px}}.create-post-container{align-items:flex-start;border-radius:18px;box-sizing:border-box;display:flex;justify-content:center;min-height:calc(100vh - 90px);padding:50px 20px}.create-post-form{background:rgba(255,137,3,.555);border:1px solid #0000;border-radius:18px;box-shadow:18px 17px 12px -4px #00000061;box-sizing:border-box;margin:235px 14px 14px;max-width:700px;padding:24px;width:100%}.create-post-form h2{font-size:32px;margin:0 0 18px;word-break:break-word}.create-post-input,.create-post-textarea{background:#ffffffa1;border:1px solid #000;border-radius:10px;box-sizing:border-box;color:#000;font-size:16px;margin-bottom:14px;padding:12px;width:100%}.create-post-input::placeholder,.create-post-textarea::placeholder{color:#222}.create-post-textarea{min-height:180px;resize:vertical}.image-preview-container{background:#66606071;border:1px solid #aaa;border-radius:12px;margin-bottom:14px;padding:10px}.image-preview{border-radius:10px;display:block;max-height:500px;object-fit:contain;width:100%}.create-post-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.cancel-button,.submit-button{background:linear-gradient(to top right,#f30 20%,#fc6 77%);border:1px solid #666;border-radius:10px;color:#111;cursor:pointer;font-size:15px;padding:10px 16px;transition:.2s ease}.cancel-button:hover,.submit-button:hover{transform:scale(1.03)}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6}.create-post-error{color:#a00000;font-size:18px;font-weight:700;margin:0 0 12px}.success-message{background:#fff;border:1px solid #888;border-radius:10px;margin-bottom:14px;padding:12px}@media (max-width:600px){.create-post-container{border-radius:0;padding:20px 10px}.create-post-form{border-radius:14px;box-shadow:8px 8px 12px #00000040;margin-top:50%;padding:16px}.create-post-form h2{font-size:24px}.create-post-input,.create-post-textarea{font-size:14px;padding:10px}.create-post-textarea{min-height:140px}.create-post-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}.create-post-error{font-size:16px}}.profile-container{font-family:Times New Roman,Times,serif;margin:0 auto;max-width:1200px;padding:20px}.profile-header{align-items:center;display:flex;flex-direction:row;gap:20px;margin-bottom:30px}.profile-picture{border:2px solid #000;border-radius:50%;height:80px;object-fit:cover;width:80px}.profile-info{flex:1 1}.profile-info h2{color:#000;font-size:2rem;margin:0}.profile-info h2:hover{color:#000000c4;font-size:2rem;font-weight:700;transition:color .3s ease}.profile-stats{color:#fff;display:flex;gap:15px;margin:10px 0}.profile-stats span{font-size:1rem}.profile-bio{margin-top:15px}.profile-bio p{color:#555;font-size:1.1rem;margin:5px 0}.profile-edit-button{background-color:#ff7e5f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:20px;padding:10px 20px;transition:background-color .3s}.profile-edit-button:hover{background-color:#ffaf72}.profile-posts{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.profile-post{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;position:relative}.profile-post-image{height:200px;object-fit:cover;width:100%}.profile-post-overlay{align-items:flex-end;background:#0006;bottom:0;color:#fff;display:flex;justify-content:space-between;left:0;opacity:0;padding:10px;position:absolute;right:0;top:0;transition:opacity .3s ease}.profile-post:hover .profile-post-overlay{opacity:1}.profile-post-stats{display:flex;font-size:1rem;gap:15px}.profile-post-stats span{color:#fff}.no-posts{color:#777;font-size:1.2rem;margin-top:50px;text-align:center}.loading{color:#444;font-size:1.2rem;gap:12px;margin-top:2rem}body{background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}body:before{background:url(/static/media/OIP.7da33093a489f384933f.webp);content:"";inset:0;opacity:.1;pointer-events:none;position:fixed;z-index:-1}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}.app-container{min-height:100vh}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.97e52d4e.css.map*/