.project-card.is-locked .project-image img{filter:grayscale(50%) brightness(.8)!important}.lock-overlay{background:#ffffff4d!important;color:#333!important}.lock-overlay:hover{background:#ffffff80!important}.lock-text{font-weight:600!important;text-shadow:1px 1px 2px rgba(255,255,255,.8)!important}.project-detail{width:100%;margin:0;padding:0}.project-header{text-align:center;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;color:#fff;padding-top:120px;background-image:url(/images/project-p/overview.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:-4rem}.project-title{font-size:5.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:2;max-width:90%}.project-subtitle{font-size:3rem;margin-bottom:2rem;position:relative;z-index:2;max-width:90%}.project-overview-images{display:none}.project-overview-images img{width:100%;height:auto;border-radius:8px}.project-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;text-align:center}.info-item h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.project-description{text-align:center;margin-bottom:4rem}.project-description h2{font-size:1.8rem;line-height:1.4;max-width:800px;margin:0 auto}.research-section{margin-bottom:4rem}.research-section h2{text-align:center;margin-bottom:2rem}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.research-item img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.research-item p{text-align:center}.insights-section{margin-bottom:4rem}.insight-item{margin-bottom:3rem}.insight-item h3{font-size:1.5rem;margin-bottom:1rem}.insight-solution{background-color:#f5f5f5;padding:2rem;border-radius:8px;margin-top:1rem}.stress-scenarios,.solution-preview{margin:2rem 0}.stress-scenarios img,.solution-preview img{width:100%;height:auto;border-radius:8px}.design-process,.final-design{margin-bottom:4rem}.process-images,.final-screens{margin-top:2rem}.process-images img,.final-screens img{width:100%;height:auto;border-radius:8px}.summary-section{background-color:#f5f5f5;padding:3rem;border-radius:8px}.summary-points{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.summary-point h3{font-size:1.2rem;margin-bottom:1rem}@media (max-width: 768px){.project-info,.research-grid,.summary-points{grid-template-columns:1fr}.project-title{font-size:2rem}.project-subtitle{font-size:1.2rem}}.project-dialogic{min-height:100vh;background-color:#212121;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dialogic-intro{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;max-width:800px;margin:0 auto;text-align:center}.dialogic-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#10a37f,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.dialogic-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;color:#e0e0e0;margin-bottom:3rem;line-height:1.4;max-width:600px}.statement-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;width:100%}.statement-box{background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease}.statement-box:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.statement-box h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.statement-box p{font-size:1.1rem;line-height:1.6;color:#d0d0d0;margin:0}.problem-box{border-left:4px solid #ff6b6b}.solution-box{border-left:4px solid #4ecdc4}.action-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px}.btn-primary{background:linear-gradient(135deg,#10a37f,#00d9ff);color:#fff;box-shadow:0 4px 15px #10a37f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10a37f66}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.dialogic-split-screen{display:flex;height:100vh;width:100%}.chatgpt-side{flex:1;display:flex;flex-direction:column;background-color:#212121;border-right:1px solid #424242}.chatgpt-header{height:60px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #424242;background-color:#212121}.chatgpt-header h2{color:#e3e3e8;font-size:1.25rem;font-weight:600;margin:0}.messages-container{flex:1;overflow-y:auto;padding:0}.message{display:flex;padding:24px 20px;gap:16px;border-bottom:1px solid #424242}.message.user{background-color:transparent}.message.assistant{background-color:#2f2f2f}.avatar{width:30px;height:30px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.message.user .avatar{background-color:#8e8ea0;color:#fff}.message.assistant .avatar{background-color:#10a37f;color:#fff}.message-content{color:#e3e3e8;font-size:.875rem;line-height:1.5;flex:1}.input-area{padding:20px;border-top:1px solid #424242;background-color:#212121}.input-area form{position:relative;display:flex}.message-input{flex:1;background-color:#2f2f2f;border:1px solid #424242;border-radius:12px;padding:12px 48px 12px 16px;color:#e3e3e8;font-size:.875rem;outline:none}.message-input::placeholder{color:#8e8ea0}.message-input:focus{border-color:#10a37f}.send-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:#10a37f;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.send-button:hover{background-color:#0d8a6f}.dialogic-side{flex:1;display:flex;flex-direction:column;background-color:#212121}.dialogic-header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #424242;background-color:#212121}.dialogic-header h2{color:#e3e3e8;font-size:1.25rem;font-weight:600;margin:0}.coordinates{color:#8e8ea0;font-size:.875rem;font-family:Monaco,Menlo,monospace}.visualization-container{flex:1;padding:20px;display:flex;align-items:center;justify-content:center}.three-container{width:100%;height:100%;background-color:#1a1a1a;border:1px solid #424242;border-radius:8px;perspective:1000px;overflow:hidden}.space-3d{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:rotateX(15deg) rotateY(-15deg) translateZ(0);transition:transform .6s ease}.node-3d{position:absolute;width:16px;height:16px;border-radius:50%;box-shadow:0 0 0 2px #ffffff14,0 0 18px #10a37f59;will-change:transform,box-shadow;animation:glow 2.4s ease-in-out infinite}.node-3d.user{background-color:#8e8ea0;box-shadow:0 0 0 2px #ffffff14,0 0 18px #8e8ea066}.node-3d.assistant{background-color:#10a37f;box-shadow:0 0 0 2px #ffffff14,0 0 18px #10a37f80}.node-label{position:absolute;top:20px;left:50%;transform:translate(-50%);color:#e3e3e8;font-size:10px;white-space:nowrap;opacity:.85}@keyframes glow{0%,to{box-shadow:0 0 0 2px #ffffff14,0 0 10px #10a37f40}50%{box-shadow:0 0 0 2px #ffffff1f,0 0 22px #10a37f8c}}.connection-line{position:absolute;height:2px;background:linear-gradient(90deg,#10a37f33,#00d9ffcc);border-radius:2px;will-change:transform,width}.control-buttons{padding:20px;display:flex;gap:12px;border-top:1px solid #424242;background-color:#212121}.control-btn{padding:8px 16px;background-color:#2f2f2f;border:1px solid #424242;border-radius:6px;color:#e3e3e8;font-size:.875rem;cursor:pointer;transition:all .2s ease}.control-btn:hover{background-color:#424242;border-color:#10a37f}@media (max-width: 768px){.dialogic-split-screen{flex-direction:column}.chatgpt-side,.dialogic-side{flex:none}.chatgpt-side{height:60vh}.dialogic-side{height:40vh}.dialogic-intro,.statement-box{padding:1.5rem}.action-buttons{flex-direction:column;align-items:center}.btn{min-width:250px;padding:1.2rem 2rem}.dialogic-title{font-size:2.5rem}.dialogic-subtitle{font-size:1.25rem}}@media (max-width: 480px){.chatgpt-side,.dialogic-side{height:50vh}.dialogic-intro{padding:1rem}.statement-box{padding:1.25rem}.btn{min-width:280px;font-size:1rem}.dialogic-title{font-size:2rem}.dialogic-subtitle{font-size:1.1rem}.control-buttons{flex-direction:column}.control-btn{width:100%}}*{scroll-behavior:smooth}.btn:focus{outline:2px solid #00d9ff;outline-offset:2px}.message-input:focus{outline:none}@supports (backdrop-filter: blur(20px)){.statement-box{background:#ffffff08}.statement-box:hover{background:#ffffff0f}}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#1a1a1a}.messages-container::-webkit-scrollbar-thumb{background:#424242;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#5a5a5a}#root{max-width:1280px;margin:0 auto;padding:2rem}.nav{position:fixed;left:0;top:0;width:100%;background-color:#fff;z-index:50;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.nav-brand{font-size:1.25rem;font-weight:700;color:#000;text-decoration:none}.nav-links{display:flex;align-items:center;gap:1rem;margin-right:auto;padding-left:2rem}.nav-link{font-size:.875rem;color:#666;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#000}.main-content{padding-top:4rem}.home-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.home-text{flex:1;max-width:600px}.home-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.home-description{color:#666;font-size:1.125rem}.portfolio-link{color:#333;text-decoration:underline;font-size:1.125rem;font-weight:500;transition:color .2s ease;display:block;margin-top:1.5rem}.portfolio-link:hover{color:#000}.profile-image{width:12rem;height:12rem;border-radius:50%;overflow:hidden;border:4px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease}.profile-image:hover{transform:scale(1.05)}.profile-image img{width:100%;height:100%;object-fit:cover}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.project-card{width:100%;overflow:hidden;display:flex;flex-direction:column;gap:1rem}.project-image{position:relative;padding-top:56.25%;overflow:hidden}.project-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.project-card:hover .project-image img{filter:brightness(.8)}.project-title{font-size:1.25rem;font-weight:500;color:#333;margin:0}.contact-section{max-width:32rem;margin:0 auto;padding:2rem;text-align:center}.contact-link{color:#4a90e2;text-decoration:none;font-size:1.125rem;transition:color .2s ease}.contact-link:hover{color:#4a90e2e6}@media (max-width: 768px){.home-container{flex-direction:column-reverse;text-align:center}.home-title{font-size:2rem}.profile-image{width:10rem;height:10rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.nav{padding:.75rem}.nav-brand{font-size:1rem}.nav-link{font-size:.75rem}}.portfolio-page{width:100%;margin:0;padding:0}.portfolio-hero{display:flex;align-items:center;justify-content:flex-start;max-width:1200px;margin:0 auto;padding:2rem;min-height:40vh}.portfolio-hero-text{flex:1;max-width:600px;text-align:left}.portfolio-main-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}.portfolio-subtitle{color:#666;font-size:1.125rem;margin-bottom:0}.homepage-link{color:#333;text-decoration:underline;font-size:1.125rem;font-weight:500;transition:color .2s ease;display:block;margin-top:1.5rem}.homepage-link:hover{color:#000}.portfolio-content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.pdf-container{width:100%;height:calc(100vh - 300px);border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background-color:#f9f9f9;position:relative}.pdf-viewer{width:100%;height:100%;border:none;transform:scale(1);transform-origin:top left}@media (max-width: 768px){.portfolio-hero{padding:2rem 1rem;min-height:30vh}.portfolio-main-title{font-size:2rem}.portfolio-subtitle,.homepage-link{font-size:1rem}.portfolio-content{padding:0 1rem 2rem}.pdf-container{height:calc(100vh - 250px)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;text-align:center}.modal-content input[type=password]{width:100%;padding:.5rem;font-size:1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.modal-buttons{display:flex;justify-content:space-around}.modal-buttons button{padding:.5rem 1rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer}.modal-buttons button:first-child{background-color:#4a90e2;color:#fff}.modal-buttons button:last-child{background-color:#ccc}.section-container{margin-top:3rem}.project-card.is-locked{position:relative;pointer-events:none}.project-card.is-locked .project-image img{filter:grayscale(80%) brightness(.7)}.lock-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffd9;color:#666;transition:all .3s ease}.lock-icon{width:2rem;height:2rem;margin-bottom:.5rem}.lock-text{font-size:.875rem;font-weight:500;letter-spacing:.05em}.tooltip{position:absolute;bottom:-2rem;background:#000c;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;opacity:0;transition:opacity .2s ease;pointer-events:none;white-space:nowrap}.lock-overlay:hover .tooltip{opacity:1}.project-card.is-locked~.project-title{opacity:.6}.pdf-container:fullscreen{background-color:#000;display:flex;align-items:center;justify-content:center}.pdf-container:fullscreen .pdf-viewer{width:100%;height:100%;background-color:#fff}@media (max-width: 768px){.pdf-controls{justify-content:center}.fullscreen-btn{font-size:.75rem;padding:.75rem 1.5rem}}.embedded-fullscreen-btn{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.embedded-fullscreen-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.embedded-fullscreen-btn svg{color:#666}body{margin:0;padding:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
