*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;line-height:1.6;color:#ffffff;background-color:#0a0a0a;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.header{background:linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);box-shadow:0 2px 20px rgba(0,0,0,0.3);position:sticky;top:0;z-index:1000;border-bottom:1px solid #333;}.navbar{padding:1rem 0;}.nav-container{display:flex;justify-content:space-between;align-items:center;}.nav-logo h1{color:white;font-size:1.5rem;font-weight:700;}.nav-logo i{margin-right:0.5rem;color:#3b82f6;}.nav-menu{display:flex;list-style:none;gap:2rem;}.nav-link{color:white;text-decoration:none;font-weight:500;transition:color 0.3s ease;padding:0.5rem 1rem;border-radius:5px;}.nav-link:hover,.nav-link.active{color:#3b82f6;background-color:rgba(59, 130, 246, 0.1);}.main{min-height:calc(100vh - 140px);padding:1rem 0;}.hero{background:linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);color:white;text-align:center;padding:3rem 0;margin-bottom:3rem;position:relative;overflow:hidden;border-bottom:1px solid #333;}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="white" opacity="0.05"/><circle cx="80" cy="80" r="2" fill="white" opacity="0.05"/><circle cx="40" cy="60" r="1" fill="white" opacity="0.05"/><circle cx="60" cy="40" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-pattern)"/></svg>');pointer-events:none;}.hero-content{position:relative;z-index:1;}.hero-content h1{font-size:2.8rem;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,0.1);letter-spacing:-0.5px;}.hero-content p{font-size:1.2rem;margin-bottom:1.5rem;opacity:0.95;font-weight:300;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;}.btn{display:inline-block;padding:0.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:500;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem;}.btn-primary{background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);color:white;}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(59, 130, 246, 0.4);}.btn-secondary{background:#6c757d;color:white;}.btn-secondary:hover{background:#5a6268;transform:translateY(-2px);}.btn-sm{padding:0.5rem 1rem;font-size:0.9rem;}.btn-block{display:block;width:100%;}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem;margin-top:2rem;}.project-card{background:#1a1a1a;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;flex-direction:column;height:100%;border:1px solid #333;}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.5);border-color:#3b82f6;}.project-image{position:relative;height:250px;overflow:hidden;}.project-image img{width:100%;height:100%;object-fit:cover;}.project-placeholder{width:100%;height:100%;background:#2d2d2d;display:flex;align-items:center;justify-content:center;color:#666;font-size:3rem;}.project-status{position:absolute;top:10px;right:10px;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:500;color:white;}.status-published{background:#28a745;}.status-draft{background:#ffc107;color:#333;}.status-archived{background:#6c757d;}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;}.project-content h3{margin-bottom:0.5rem;color:#ffffff;font-size:1.3rem;}.project-description{color:#cccccc;margin-bottom:1rem;line-height:1.5;}.project-meta{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:0.9rem;color:#999;}.project-tags{margin-bottom:1rem;flex-grow:1;}.tag{display:inline-block;background:#333;color:#cccccc;padding:0.25rem 0.75rem;border-radius:15px;font-size:0.8rem;margin-right:0.5rem;margin-bottom:0.5rem;text-decoration:none;transition:background-color 0.3s ease;}.tag:hover,.tag.active{background:#3b82f6;color:white;}.project-actions{display:flex;gap:0.5rem;margin-top:auto;justify-content:center;}.auth-form,.form-container{max-width:500px;margin:0 auto;background:#1a1a1a;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.3);border:1px solid #333;}.form-container{max-width:800px;}.auth-form h2,.form-container h1{text-align:center;margin-bottom:2rem;color:#ffffff;}.form-group{margin-bottom:1.5rem;}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#ffffff;}.form-group input,.form-group textarea,.form-group select{width:100%;padding:0.75rem;border:2px solid #333;border-radius:5px;font-size:1rem;transition:border-color 0.3s ease;background:#2d2d2d;color:#ffffff;}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#333;}.form-group small{display:block;margin-top:0.25rem;color:#999;font-size:0.9rem;}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;}.auth-links{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef;}.auth-links a{color:#3b82f6;text-decoration:none;}.auth-links a:hover{text-decoration:underline;}.alert{padding:1rem;border-radius:5px;margin-bottom:1.5rem;}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;}.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb;}.alert ul{margin-left:1.5rem;}.dashboard{background:#1a1a1a;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.3);border:1px solid #333;}.dashboard-header{text-align:center;margin-bottom:2rem;}.dashboard-header h1{margin-bottom:0.5rem;color:#ffffff;}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem;margin-bottom:3rem;}.stat-card{background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);color:white;padding:1.5rem;border-radius:10px;display:flex;align-items:center;gap:1rem;}.stat-icon{font-size:2rem;opacity:0.8;}.stat-content h3{font-size:2rem;margin-bottom:0.25rem;}.empty-state{text-align:center;padding:3rem;color:#999;}.empty-state i{font-size:4rem;margin-bottom:1rem;opacity:0.5;}.empty-state h3{margin-bottom:0.5rem;color:#ffffff;}.project-detail{background:#1a1a1a;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.3);margin-bottom:2rem;border:1px solid #333;}.project-header{margin-bottom:2rem;}.project-header h1{font-size:2.5rem;margin-bottom:1rem;color:#ffffff;}.project-image-large{margin-bottom:2rem;border-radius:10px;overflow:hidden;max-width:350px;max-height:350px;margin-left:auto;margin-right:auto;}.project-image-large img{width:100%;height:auto;max-height:400px;object-fit:cover;}.project-content h2{margin-bottom:1rem;color:#ffffff;font-size:1.5rem;}.content-text{line-height:1.8;color:#cccccc;}.project-links{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap;}.comments-section{background:#1a1a1a;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.3);border:1px solid #333;}.comments-section h2{margin-bottom:1.5rem;color:#ffffff;}.comment-form{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #424242;}.login-prompt{text-align:center;padding:2rem;background:#2d2d2d;border-radius:5px;margin-bottom:2rem;border:1px solid #333;}.comment{padding:1rem 0;border-bottom:1px solid #e9ecef;}.comment:last-child{border-bottom:none;}.comment-header{display:flex;justify-content:space-between;margin-bottom:0.5rem;}.comment-author{font-weight:500;color:#ffffff;}.comment-date{color:#6c757d;font-size:0.9rem;}.comment-content{color:#cccccc;line-height:1.6;}.no-comments{text-align:center;color:#999;font-style:italic;}.filters{background:#1a1a1a;border-radius:10px;padding:1.5rem;box-shadow:0 5px 15px rgba(0,0,0,0.3);margin-bottom:2rem;border:1px solid #333;}.search-form{margin-bottom:1.5rem;}.search-group{display:flex;gap:0.5rem;}.search-group input{flex:1;padding:0.75rem;border:2px solid #333;border-radius:5px;font-size:1rem;background:#2d2d2d;color:#ffffff;}.search-group input:focus{outline:none;border-color:#3b82f6;background:#333;}.tags-filter h3{margin-bottom:1rem;color:#ffffff;}.tags-list{display:flex;flex-wrap:wrap;gap:0.5rem;}.search-results{background:#1a1a1a;border-radius:10px;padding:1.5rem;box-shadow:0 5px 15px rgba(0,0,0,0.3);margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #333;}.search-results h2{color:#ffffff;margin:0;}.about-section{background:#1a1a1a;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,0.3);margin-bottom:3rem;border:1px solid #333;transition:transform 0.3s ease, box-shadow 0.3s ease;}.about-section:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.5);border-color:#3b82f6;}.section-header{text-align:center;margin-bottom:2rem;}.section-header h2{font-size:2.5rem;color:#ffffff;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:700;text-align:center;}.section-header h2 i{color:#3b82f6;font-size:2.2rem;background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.section-underline{width:80px;height:4px;background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);margin:0 auto;border-radius:10px;box-shadow:0 2px 10px rgba(59, 130, 246, 0.3);}.section-content{line-height:1.8;color:#cccccc;max-width:800px;margin:0 auto;}.section-content p{margin-bottom:2rem;font-size:1.2rem;text-align:justify;}.services-list,.advantages-list{list-style:none;padding:0;margin:1.5rem 0;}.services-list li,.advantages-list li{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:1.5rem;padding:1rem;background:#2d2d2d;border-radius:10px;border-left:4px solid #28a745;transition:all 0.3s ease;}.services-list li:hover,.advantages-list li:hover{background:#333;transform:translateX(5px);box-shadow:0 5px 15px rgba(0,0,0,0.3);}.services-list li i,.advantages-list li i{color:#28a745;font-size:1.3rem;margin-top:0.2rem;flex-shrink:0;background:#1a1a1a;padding:0.5rem;border-radius:50%;box-shadow:0 2px 8px rgba(40, 167, 69, 0.2);}.services-list li strong,.advantages-list li strong{color:#ffffff;}.services-note{background:linear-gradient(135deg, #2d2d2d 0%, #333 100%);padding:1.5rem;border-radius:15px;border-left:5px solid #3b82f6;font-style:italic;margin-top:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.2);text-align:center;font-size:1.1rem;color:#cccccc;}.discord-section{background:#282b30;color:white;padding:4rem 3rem;border-radius:25px;text-align:center;margin:4rem 0;box-shadow:0 20px 40px rgba(0,0,0,0.2);position:relative;overflow:hidden;}.discord-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="discord-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23discord-pattern)"/></svg>');pointer-events:none;}.discord-content{position:relative;z-index:1;}.discord-icon{margin-bottom:2rem;}.discord-icon i{font-size:4rem;color:#5865F2;background:white;padding:1.5rem;border-radius:50%;box-shadow:0 10px 30px rgba(88, 101, 242, 0.3);}.discord-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,0.3);}.discord-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:0.9;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;}.discord-btn{display:inline-flex;align-items:center;gap:0.8rem;background:linear-gradient(135deg, #5865F2 0%, #7289DA 100%);color:white;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease;box-shadow:0 8px 25px rgba(88, 101, 242, 0.4);border:2px solid transparent;}.discord-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(88, 101, 242, 0.5);background:linear-gradient(135deg, #4752C4 0%, #5865F2 100%);color:white;text-decoration:none;}.discord-btn i{font-size:1.2rem;}.footer{background:#1a1a1a;color:white;text-align:center;padding:2rem 0;margin-top:3rem;border-top:1px solid #333;}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem;}.hero-content h1{font-size:2rem;}.projects-grid{grid-template-columns:1fr;}.dashboard-stats{grid-template-columns:1fr;}.project-links{flex-direction:column;}.search-results{flex-direction:column;gap:1rem;text-align:center;}.form-actions{flex-direction:column;}.project-meta{flex-direction:column;gap:0.5rem;}.section-header h2{font-size:1.8rem;flex-direction:column;gap:0.5rem;}.about-section{padding:2rem 1.5rem;margin-bottom:2rem;}.cta-content h2{font-size:2rem;}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;}.hero-content h1{font-size:2rem;}.hero-content p{font-size:1rem;}.services-list li,.advantages-list li{padding:0.8rem;margin-bottom:1rem;}.discord-section{padding:3rem 1.5rem;margin:3rem 0;}.discord-content h2{font-size:2rem;}.discord-content p{font-size:1.1rem;}.discord-icon i{font-size:3rem;padding:1rem;}.discord-btn{padding:0.8rem 1.5rem;font-size:1rem;}}.news-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem;margin-top:2rem;}.news-card{background:#1a1a1a;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;flex-direction:column;height:100%;border:1px solid #333;}.news-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.5);border-color:#3b82f6;}.news-image{position:relative;height:250px;overflow:hidden;}.news-image img{width:100%;height:100%;object-fit:cover;}.news-content{padding:30px;display:flex;flex-direction:column;flex-grow:1;}.news-title{font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:15px;line-height:1.3;transition:color 0.3s ease;}.news-excerpt{color:#cccccc;line-height:1.7;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;flex-grow:1;}.news-meta{display:flex;justify-content:space-between;align-items:center;color:#999;font-size:0.9rem;padding-top:20px;border-top:1px solid #333;margin-top:auto;}.news-date{display:flex;align-items:center;gap:8px;font-weight:500;}.news-date i{color:#3b82f6;font-size:1rem;}.read-more{color:#3b82f6;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:flex;align-items:center;gap:5px;padding:8px 16px;border-radius:20px;background:rgba(59, 130, 246, 0.1);border:1px solid rgba(59, 130, 246, 0.2);}.read-more:hover{color:#ffffff;background:#3b82f6;border-color:#3b82f6;transform:translateX(5px);}.empty-news{text-align:center;padding:80px 20px;color:#999;}.empty-news i{font-size:5rem;color:#3b82f6;margin-bottom:25px;opacity:0.7;}.empty-news h3{color:#ffffff;margin-bottom:15px;font-size:1.5rem;}.empty-news p{font-size:1.1rem;line-height:1.6;}.news-detail{background:#1a1a1a;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.15);margin-bottom:40px;border:1px solid #333;}.news-header{padding:50px 50px 30px;background:linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);}.news-detail .news-title{font-size:3rem;font-weight:800;color:#ffffff;margin-bottom:25px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,0.3);}.news-detail .news-meta{display:flex;align-items:center;gap:30px;color:#999;font-size:1.1rem;margin-bottom:30px;padding-top:0;border-top:none;}.news-detail .news-date{display:flex;align-items:center;gap:10px;padding:8px 16px;background:rgba(59, 130, 246, 0.1);border-radius:20px;border:1px solid rgba(59, 130, 246, 0.2);}.news-image-container{margin-top:2rem;margin-bottom:2rem;border-radius:10px;overflow:hidden;max-width:350px;max-height:350px;margin-left:auto;margin-right:auto;}.news-image-container img{width:100%;height:auto;max-height:350px;object-fit:cover;}.back-link{display:inline-flex;align-items:center;gap:10px;color:#3b82f6;text-decoration:none;font-weight:600;margin-bottom:30px;padding:12px 20px;background:rgba(59, 130, 246, 0.1);border-radius:25px;border:1px solid rgba(59, 130, 246, 0.2);transition:all 0.3s ease;}.back-link:hover{color:#ffffff;background:#3b82f6;border-color:#3b82f6;transform:translateX(-5px);}.related-news{margin-top:50px;}.related-news h2{color:#ffffff;margin-bottom:35px;font-size:2rem;display:flex;align-items:center;gap:15px;}.related-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:30px;}.related-card{background:#1a1a1a;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:all 0.4s ease;border:1px solid #333;position:relative;}.related-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.2);border-color:#3b82f6;}.related-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #3b82f6, #1d4ed8);opacity:0;transition:opacity 0.3s ease;}.related-card:hover::before{opacity:1;}.related-image{position:relative;height:180px;overflow:hidden;}.related-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.related-card:hover .related-image img{transform:scale(1.05);}.related-content{padding:25px;}.related-title{font-size:1.2rem;font-weight:600;color:#ffffff;margin-bottom:12px;line-height:1.3;transition:color 0.3s ease;}.related-excerpt{color:#cccccc;font-size:0.95rem;line-height:1.6;margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.related-meta{display:flex;justify-content:space-between;align-items:center;color:#999;font-size:0.85rem;padding-top:15px;border-top:1px solid #333;}.related-date{display:flex;align-items:center;gap:6px;}.related-date i{color:#3b82f6;}.related-link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:0.9rem;transition:all 0.3s ease;padding:6px 12px;border-radius:15px;background:rgba(59, 130, 246, 0.1);border:1px solid rgba(59, 130, 246, 0.2);}.related-link:hover{color:#ffffff;background:#3b82f6;border-color:#3b82f6;transform:translateX(3px);}@media (max-width:768px){.news-grid{grid-template-columns:1fr;gap:25px;}.news-content{padding:25px;}.news-title{font-size:1.3rem;}.news-detail .news-header{padding:30px 25px 20px;}.news-detail .news-title{font-size:2rem;}.news-detail .news-meta{flex-direction:column;align-items:flex-start;gap:15px;}.news-detail .news-content{padding:30px 25px;font-size:1.1rem;}.news-detail .news-image{height:300px;}.related-grid{grid-template-columns:1fr;}.related-news h2{font-size:1.6rem;}}
/* WizCord Studio Portfolio - Защищено от копирования */