.project-tile{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.project-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.tile-image{width:100%;height:200px;overflow:hidden;background:var(--surface);display:flex;align-items:center;justify-content:center}.tile-image img{width:100%;height:100%;object-fit:cover}.tile-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.tile-content h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.tile-tagline{color:var(--text-secondary);margin-bottom:1rem;flex:1}.tile-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-badge{background:var(--surface);color:var(--text-primary);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.home{min-height:100vh;display:flex;flex-direction:column}.home-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 2rem;text-align:center}.home-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.subtitle{font-size:1.25rem;opacity:.9;font-weight:300}.home-main{flex:1;padding:4rem 2rem;max-width:1400px;margin:0 auto;width:100%}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.home-footer{background:var(--surface);padding:2rem;text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color)}@media (max-width: 768px){.home-header{padding:2rem 1rem}.home-header h1{font-size:2rem}.home-main{padding:2rem 1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.project-detail{min-height:100vh;background:var(--background)}.back-button{position:fixed;top:2rem;left:2rem;background:#fff;border:2px solid var(--border-color);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;color:var(--text-primary);transition:all .2s ease;z-index:100;box-shadow:var(--shadow)}.back-button:hover{background:var(--surface);border-color:var(--secondary-color);color:var(--secondary-color)}.project-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:6rem 2rem 4rem;text-align:center}.project-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.project-tagline{font-size:1.5rem;opacity:.9;margin-bottom:2rem;font-weight:300}.live-link{display:inline-block;background:#fff;color:var(--primary-color);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px #0003}.live-link:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.project-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.project-image{width:100%;margin-bottom:3rem;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.project-image img{width:100%;height:auto;display:block}.project-info{display:grid;gap:3rem}.project-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.project-section h2{font-size:2rem;margin-bottom:1rem;color:var(--primary-color);border-bottom:3px solid var(--secondary-color);padding-bottom:.5rem}.project-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.features-list{list-style:none;padding:0}.features-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:var(--text-secondary)}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:var(--surface);color:var(--text-primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;border:2px solid var(--border-color)}.details-content{color:var(--text-secondary);line-height:1.8}.details-content ul{margin:1rem 0;padding-left:2rem}.details-content li{margin:.5rem 0}.not-found{text-align:center;padding:4rem 2rem}.not-found h2{font-size:2rem;margin-bottom:2rem;color:var(--text-primary)}.not-found button{background:var(--secondary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.not-found button:hover{background:var(--primary-color)}@media (max-width: 768px){.back-button{top:1rem;left:1rem;padding:.5rem 1rem;font-size:.875rem}.project-hero{padding:4rem 1rem 3rem}.project-hero h1{font-size:2rem}.project-tagline{font-size:1.25rem}.project-content{padding:2rem 1rem}.project-section{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c3e50;--secondary-color: #3498db;--accent-color: #e74c3c;--background: #ffffff;--surface: #f8f9fa;--text-primary: #2c3e50;--text-secondary: #7f8c8d;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--background);line-height:1.6}#root{min-height:100vh}
