*{box-sizing:border-box}body{background:linear-gradient(135deg,#f4e4bc,#e8d5a3 50%,#dcc48a);color:#5d4e37;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;min-height:100vh;padding:0}.app-container{flex-direction:column}.app-container,.main-layout{display:flex;min-height:100vh}.content-area{display:flex;flex:1 1;flex-direction:column;margin-left:280px}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff8ebf2;border-bottom:3px solid #d4a574;box-shadow:0 2px 20px #8b691426;color:#8b6914;margin-left:280px;padding:1.5rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.header-text{text-align:left}header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b8860b,#8b6914);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:700;margin:0}header p{color:#a0845c;font-size:1.1rem;font-weight:500;margin:.5rem 0 0}.profile-btn{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:6px;box-shadow:0 4px 12px #d4a5744d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.profile-btn:hover{box-shadow:0 6px 20px #d4a57466;transform:translateY(-2px)}.header-actions{align-items:center;display:flex;gap:1rem}.auth-btn{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:6px;box-shadow:0 2px 8px #d4a57433;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.auth-btn:hover{box-shadow:0 4px 12px #d4a5744d;transform:translateY(-2px)}.auth-btn.register{background:linear-gradient(135deg,#8b6914,#5d4e37)}.logout-btn{background:#e8d5a3;border:1px solid #d4a574;border-radius:6px;color:#8b6914;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.logout-btn:hover{background:#d4a574;color:#fff;transform:translateY(-2px)}.user-icon-btn{align-items:center;background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:50%;box-shadow:0 4px 12px #d4a5744d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;padding:.8rem;transition:all .3s ease;width:45px}.user-icon-btn:hover{box-shadow:0 6px 20px #d4a57466;transform:translateY(-2px) scale(1.05)}.user-welcome{color:#8b6914;font-size:.9rem;font-weight:600;margin-right:1rem}main{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff8ebf2;border:1px solid #d4a5744d;border-radius:8px;box-shadow:0 4px 16px #8b69141a;flex:1 1;margin:1rem 1rem 1rem 0;max-width:none;padding:2rem}footer{background:#4a5568e6;color:#e2e8f0;margin-left:280px;margin-top:auto;padding:1.5rem;text-align:center}.section-list{margin-bottom:4rem}.section-list h2{color:#8b6914;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:2.5rem;text-align:center}.sections-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:1300px;padding:0 1rem}.section-card{background:linear-gradient(135deg,#faf6e8,#f0e6d2);border:2px solid #0000;border-radius:8px;box-shadow:0 6px 20px #8b69141f;display:flex;flex-direction:column;justify-content:center;min-height:180px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.section-card:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.section-card:hover:before{left:100%}.section-card:hover{background:linear-gradient(135deg,#fff,#faf6e8);border-color:#d4a574;box-shadow:0 12px 35px #d4a57440;transform:translateY(-6px)}.section-link{color:inherit;display:block;display:flex;flex-direction:column;height:100%;justify-content:center;text-decoration:none}.section-card h3{color:#5d4e37;font-size:1.6rem;font-weight:700;margin:0 0 1rem;text-align:center}.section-card p{color:#8b6914;font-size:1.1rem;line-height:1.6;margin:0;text-align:center}.post-list{margin-top:2rem}.post{background:#fff;border:1px solid #e8d5a3;border-radius:4px;box-shadow:0 2px 8px #0000000f;margin-bottom:1rem;padding:1.2rem;transition:all .3s ease}.post:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-1px)}.post h2{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.post p{color:#4a5568;font-size:.9rem;line-height:1.4;margin:0}.post-meta{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:flex;font-size:.8rem;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.post-author{color:#b8860b;font-size:.8rem;font-weight:500}.post-actions{border-top:1px solid #e8d5a3;gap:1rem;margin-top:1rem;padding-top:1rem}.like-btn,.post-actions{align-items:center;display:flex}.like-btn{background:none;border:1px solid #e8d5a3;border-radius:20px;color:#8b6914;cursor:pointer;font-size:.9rem;font-weight:500;gap:.3rem;padding:.5rem 1rem;transition:all .3s ease}.like-btn:hover:not(:disabled){background:#faf6e8;border-color:#d4a574;transform:translateY(-1px)}.like-btn.liked{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-color:#ff6b6b;color:#fff}.like-btn.liked:hover{background:linear-gradient(135deg,#ee5a52,#dc4c64)}.like-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.comment-count{align-items:center;color:#a0845c;display:flex;font-size:.9rem;font-weight:500;gap:.3rem}.post-stats{display:flex;gap:.75rem}.post-stat{align-items:center;display:flex;font-size:.75rem;gap:.2rem}.post-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin:.5rem 0}.tag{background:linear-gradient(135deg,#d4a574,#b8860b);border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;padding:.2rem .6rem}form{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}form input,form textarea{border:2px solid #e8d5a3;border-radius:4px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}form input:focus,form textarea:focus{border-color:#d4a574;box-shadow:0 0 0 3px #d4a57433;outline:none}form textarea{min-height:100px;resize:vertical}form button{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}form button:hover{box-shadow:0 4px 12px #d4a57466;transform:translateY(-2px)}form button:disabled{cursor:not-allowed;opacity:.6;transform:none}.create-post-section{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem}.create-post-btn{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:6px;box-shadow:0 2px 8px #d4a5744d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.create-post-btn:hover{background:linear-gradient(135deg,#b8860b,#8b6914);box-shadow:0 4px 12px #d4a57466;transform:translateY(-2px)}.create-post-hint{color:#8b6914;font-size:.85rem;font-style:italic;margin:0}.create-post-page{margin:0 auto;max-width:800px}.create-post-header{background:linear-gradient(135deg,#faf6e8,#f0e6d2);border:2px solid #d4a574;border-radius:8px;margin-bottom:3rem;padding:2rem;text-align:center}.create-post-header h1{color:#8b6914;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.create-post-header p{color:#a0845c;font-size:1.1rem;margin:0}.create-post-form{background:#fff8ebf2;border:1px solid #d4a574;border-radius:8px;box-shadow:0 8px 32px #8b691426;padding:2.5rem}.create-post-form .form-group{margin-bottom:2rem}.create-post-form label{color:#8b6914;display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem}.create-post-form input,.create-post-form textarea{background:#fefcf7;border:2px solid #e8d5a3;border-radius:4px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.create-post-form input:focus,.create-post-form textarea:focus{border-color:#d4a574;box-shadow:0 0 0 3px #d4a57433;outline:none}.create-post-form textarea{min-height:150px;resize:vertical}.create-post-form small{color:#a0845c;display:block;font-size:.85rem;margin-top:.5rem}.form-actions{border-top:1px solid #e8d5a3;margin-top:2.5rem;padding-top:2rem}.cancel-btn{background:#f0e6d2;border:1px solid #d4a574;border-radius:4px;color:#8b6914;font-size:1rem}.cancel-btn:hover{background:#e8d5a3;border-color:#b8860b}.submit-btn{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 4px 15px #d4a57466;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.error-message{background:#ffeaa7;border:1px solid #d4a574;border-radius:4px;color:#8b6914;font-weight:500;margin-bottom:1.5rem;padding:1rem}.search-filter{background:#faf6e8;border:1px solid #e8d5a3;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.search-bar{align-items:center;display:flex;gap:1rem}.search-input{border:2px solid #e8d5a3;border-radius:4px;flex:1 1;font-size:1rem;margin-bottom:0;padding:.75rem;transition:border-color .3s ease}.search-input:focus{border-color:#d4a574;box-shadow:0 0 0 3px #d4a57433;outline:none}.filter-toggle{background:#d4a574;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:background .3s ease}.filter-toggle:hover{background:#b8860b}.filter-options{grid-gap:1.5rem;border-top:1px solid #e2e8f0;display:grid;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#4a5568;font-size:.9rem;font-weight:600}.sort-select{background:#fff;border:2px solid #e8d5a3;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem}.sort-select:focus{border-color:#d4a574;outline:none}.tag-filters{display:flex;flex-wrap:wrap;gap:.5rem}.tag-filter{background:#f0e6d2;border:none;border-radius:4px;color:#8b6914;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tag-filter:hover{background:#e8d5a3}.tag-filter.active{background:linear-gradient(135deg,#d4a574,#b8860b);color:#fff}.tag-filter.active:hover{background:linear-gradient(135deg,#b8860b,#8b6914)}.comments-section{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1rem}.comments-toggle{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.comments-toggle:hover{background:#edf2f7;border-color:#cbd5e0}.comments-container{background:#f7fafc;border-radius:8px;margin-top:1rem;padding:1rem}.comments-loading{color:#718096;padding:1rem;text-align:center}.comments-error{background:#fed7d7;border-radius:6px;color:#e53e3e;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.comments-list{margin-bottom:1.5rem}.comment{background:#fff;border-left:3px solid #667eea;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:1rem;padding:1rem}.comment-header{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.5rem}.comment-author{color:#667eea;font-weight:600}.comment-date{color:#718096}.comment-content{color:#4a5568;line-height:1.5;margin-bottom:.5rem}.comment-likes{color:#718096;font-size:.8rem}.comment-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.comment-form h4{color:#4a5568;font-size:1rem;margin:0 0 1rem}.comment-author-input,.comment-input{border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:.9rem;margin-bottom:.75rem;padding:.5rem;width:100%}.comment-input{min-height:80px;resize:vertical}.comment-author-input:focus,.comment-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.comment-form button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background .3s ease}.comment-form button:hover:not(:disabled){background:#5a67d8}.comment-form button:disabled{cursor:not-allowed;opacity:.6}.profile-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.profile-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.profile-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.profile-header h2{font-size:1.3rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background .3s ease;width:30px}.close-btn:hover{background:#fff3}.profile-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#4a5568;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-group small{color:#718096;display:block;font-size:.8rem;margin-top:.25rem}.form-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.cancel-btn{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.cancel-btn:hover{background:#edf2f7;border-color:#cbd5e0}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.save-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.home-hero{margin-bottom:4rem;padding:2rem 0;text-align:center}.home-hero h1{color:#8b6914;font-size:3.2rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin:0 0 1.5rem}.home-hero p{color:#a0845c;font-size:1.4rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:800px}.recent-posts-section{margin-top:5rem}.recent-posts-title{color:#8b6914;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-right:1px solid #e2e8f0;box-shadow:2px 0 10px #0000000d;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:280px;z-index:100}.sidebar-header{background:linear-gradient(135deg,#d4a574,#b8860b);border-bottom:1px solid #e8d5a3;color:#fff;padding:2rem 1.5rem 1rem}.sidebar-header h3{font-size:1.2rem;font-weight:600;margin:0}.sidebar-nav{flex:1 1;padding:1rem 0}.sidebar-link{border-left:3px solid #0000;color:inherit;display:block;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.sidebar-link:hover{background:#faf6e8;border-left-color:#d4a574}.sidebar-link.active{background:linear-gradient(90deg,#d4a57426,#0000);border-left-color:#d4a574;color:#b8860b}.sidebar-link-content{align-items:center;display:flex;gap:1rem}.sidebar-icon{font-size:1.2rem;text-align:center;width:24px}.sidebar-text{display:flex;flex-direction:column;gap:.2rem}.sidebar-name{color:#5d4e37;font-size:.9rem;font-weight:600}.sidebar-desc{color:#a0845c;font-size:.75rem;line-height:1.2}.sidebar-footer{background:#faf6e8;border-top:1px solid #e8d5a3;padding:1rem 1.5rem}.sidebar-stats{display:flex;justify-content:space-around}.stat-item{display:flex;flex-direction:column;gap:.2rem;text-align:center}.stat-number{color:#b8860b;font-size:1.2rem;font-weight:700}.stat-label{color:#a0845c;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase}.mobile-menu-toggle{background:#d4a574;border:none;border-radius:8px;box-shadow:0 4px 12px #d4a5744d;color:#fff;cursor:pointer;display:none;left:1rem;padding:.75rem;position:fixed;top:1rem;transition:all .3s ease;z-index:200}.mobile-menu-toggle:hover{background:#b8860b;transform:scale(1.05)}.sidebar-backdrop{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99}.sidebar-backdrop.active{display:block}.general-chat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;bottom:20px;box-shadow:0 8px 32px #00000026;max-height:500px;overflow:hidden;position:fixed;right:20px;transition:all .3s ease;width:320px;z-index:150}.general-chat.minimized{max-height:60px}.chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;-webkit-user-select:none;user-select:none}.chat-header h3{font-size:1.1rem;font-weight:600;margin:0}.minimize-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;padding:0;width:24px}.chat-messages{background:#f7fafc;height:300px;overflow-y:auto;padding:1rem}.chat-message{background:#fff;border-left:3px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:.75rem}.message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.author{color:#667eea;font-size:.9rem;font-weight:600}.timestamp{color:#718096;font-size:.8rem}.message-content{color:#4a5568;font-size:.9rem;line-height:1.4}.chat-input-form{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:.5rem;padding:1rem}.chat-input{border:1px solid #e2e8f0;border-radius:6px;flex:1 1;font-size:.9rem;margin-bottom:0;padding:.5rem}.send-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.send-btn:hover:not(:disabled){background:#5a67d8}.send-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1200px){.sections-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.section-card{min-height:140px;padding:2rem}.section-card h3{font-size:1.4rem}.section-card p{font-size:1rem}.sidebar{width:250px}.content-area,footer,header{margin-left:250px}}@media (max-width:768px){.mobile-menu-toggle{display:block}.sidebar{transform:translateX(-100%);transition:transform .3s ease;width:280px}.sidebar.mobile-open{transform:translateX(0)}.content-area,footer,header{margin-left:0}main{margin:.5rem;padding:1rem}.create-post-section{align-items:flex-start;flex-direction:column;gap:.5rem}.create-post-btn{text-align:center;width:100%}.sections-grid{gap:1.5rem;grid-template-columns:1fr;max-width:none}.general-chat{left:20px;right:20px;width:calc(100vw - 40px)}header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.header-content,.header-text{text-align:center}header h1{font-size:1.8rem}header p{font-size:1rem}.profile-btn{font-size:.85rem;padding:.6rem 1.2rem}.section-card{min-height:120px;padding:1.5rem}.section-card h3{font-size:1.3rem}.section-card p{font-size:.95rem}.section-list h2{font-size:1.8rem;margin-bottom:2rem}.home-hero{margin-bottom:3rem;padding:1rem 0}.home-hero h1{font-size:2.2rem;margin-bottom:1rem}.home-hero p{font-size:1.1rem}.recent-posts-section{margin-top:3rem}.recent-posts-title{font-size:1.6rem;margin-bottom:2rem}.post{padding:1rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.post-stats{align-self:flex-end}form{padding:1rem}form input,form textarea{font-size:16px;padding:.75rem}form button{font-size:1.1rem;padding:1rem;width:100%}}@media (max-width:480px){main{margin:.5rem;padding:1rem}header{padding:.75rem}header h1{font-size:1.5rem}header p{font-size:.9rem}.general-chat{bottom:10px;left:10px;max-height:400px;right:10px;width:calc(100vw - 20px)}.chat-messages{height:200px}.section-card h3{font-size:1.1rem}.section-card p{font-size:.85rem}.post h2{font-size:1.2rem}.post-tags{margin:.75rem 0}.tag{font-size:.75rem;padding:.25rem .6rem}}@media (hover:none) and (pointer:coarse){.section-card:hover{transform:none}.section-card:active{transform:scale(.98)}.post:hover{transform:none}.post:active{transform:scale(.99)}form button:hover{transform:none}form button:active{transform:scale(.98)}.minimize-btn:active,.send-btn:active{transform:scale(.95)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.general-chat,.post,.section-card{border:2px solid #000}}.auth-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.auth-modal{background:#fff;border-radius:8px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:450px;overflow-y:auto;width:100%}.auth-header{align-items:center;background:linear-gradient(135deg,#d4a574,#b8860b);border-bottom:1px solid #e8d5a3;border-radius:8px 8px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.auth-header h2{font-size:1.3rem;margin:0}.auth-form input{border-radius:4px;font-size:.9rem}.auth-form .form-actions{margin-top:2rem}.auth-form .submit-btn{border-radius:4px;font-size:1rem;padding:.75rem 2rem}.auth-form .submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #d4a57466}.auth-footer{border-radius:0 0 8px 8px}.auth-footer p{color:#8b6914;font-size:.9rem;margin:0 0 .5rem}.link-btn{background:none;border:none;color:#d4a574;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .3s ease}.link-btn:hover{color:#b8860b}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-weight:500;margin-bottom:1.5rem;padding:1rem}.login-page{align-items:center;background:linear-gradient(135deg,#f4e4bc,#e8d5a3 50%,#dcc48a);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{max-width:500px;width:100%}.login-header{color:#8b6914;margin-bottom:2rem;text-align:center}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b8860b,#8b6914);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.login-header p{color:#a0845c;font-size:1.1rem;margin:0}.auth-card{background:#fff8ebf2;border:1px solid #d4a574;border-radius:12px;box-shadow:0 10px 40px #8b691433;overflow:hidden}.auth-tabs{background:#f0e6d2;border-bottom:1px solid #e8d5a3;display:flex}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#8b6914;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease}.tab-btn:hover{background:#e8d5a3}.tab-btn.active{background:#fff8ebf2;border-bottom-color:#d4a574;color:#b8860b}.auth-form{padding:2rem}.auth-form h2{color:#8b6914;font-size:1.5rem;margin:0 0 .5rem;text-align:center}.auth-form>p{color:#a0845c;font-size:.95rem;margin:0 0 2rem;text-align:center}.auth-form .form-group{margin-bottom:1.5rem}.auth-form label{color:#8b6914;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.auth-form input{background:#fefcf7;border:2px solid #e8d5a3;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.auth-form input:focus{border-color:#d4a574;box-shadow:0 0 0 3px #d4a57433;outline:none}.auth-form input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-form .submit-btn{background:linear-gradient(135deg,#d4a574,#b8860b);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.auth-form .submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #d4a57466;transform:translateY(-2px)}.auth-form .submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-footer{background:#faf6e8;border-top:1px solid #e8d5a3;padding:1.5rem;text-align:center}.back-btn{background:#e8d5a3;border:1px solid #d4a574;border-radius:6px;color:#8b6914;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.back-btn:hover{background:#d4a574;color:#fff;transform:translateY(-1px)}@media (max-width:768px){.login-page{padding:1rem}.login-header h1{font-size:2rem}.login-header p{font-size:1rem}.auth-card{border-radius:8px}.auth-form{padding:1.5rem}.tab-btn{font-size:.9rem;padding:.75rem}.user-welcome{display:none}.header-actions{gap:.5rem}.user-icon-btn{font-size:1.1rem;height:40px;width:40px}}
/*# sourceMappingURL=main.cf1d4099.css.map*/