body{color:#fff;background-color:#171420;margin:0;padding:0;font-family:Zen Maru Gothic,Nunito,Segoe UI,Tahoma,sans-serif;line-height:1.6}.profile-header{text-align:center;background-blend-mode:overlay;background-color:#1d1826;background-position:50%;background-size:cover;border-bottom:1px solid #362e48;padding:3rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.profile-header.light-mode{background-blend-mode:soft-light;background-color:#f3f4f6;background-position:50%;background-size:cover;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.05)}.profile-image{object-fit:cover;border:3px solid #f4601e;border-radius:50%;width:132px;height:132px;margin-bottom:1.5rem;box-shadow:0 0 0 4px rgba(168,85,247,.3),0 8px 24px rgba(0,0,0,.4)}.light-mode .profile-image{border-color:#a855f7;box-shadow:0 4px 8px rgba(0,0,0,.1)}.profile-info h1{letter-spacing:.01em;color:#c084fc;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.profile-info p{color:#cbc4da;max-width:800px;margin:0 auto 1.5rem;font-size:1.1rem}.social-links{justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.social-links a{color:#fff;background-color:#f4601e;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.social-icon{width:18px;height:18px}.social-links a:hover{background-color:#ff7a33;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,122,51,.3)}.profile-nav{z-index:500;background-color:#211c2b;align-items:center;gap:.5rem;height:52px;padding:0 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px rgba(0,0,0,.2)}.profile-nav.light-mode{background-color:#e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}.nav-brand{color:#f4601e;letter-spacing:-.01em;margin-right:auto;font-size:1.15rem;font-weight:800;text-decoration:none}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:#cbc4da;border-radius:6px;padding:.5rem 1rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover,.nav-link:focus{color:#f4601e;background-color:rgba(244,96,30,.1)}.nav-link.active{color:#fff;background-color:rgba(244,96,30,.25);font-weight:600}.profile-content{max-width:1200px;margin:0 auto;padding:2rem}.interests-section{margin-bottom:2rem}.interests-section.light-mode{color:#252031}.interests-section h2{color:#c084fc;border-bottom:2px solid #f4601e;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.about-content.light-mode{color:#3a3350}.about-content p{margin-bottom:1.5rem}.goals h3{color:#a855f7;margin-bottom:1rem;font-size:1.5rem}.goals ul{padding-left:0;list-style-type:none}.goals li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.goals li:before{content:"✓";color:#a855f7;position:absolute;left:0}.interests-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.interests-grid h3{color:#a855f7;grid-column:1/-1;margin-bottom:1rem;font-size:1.5rem}.interest-card{background-color:#252031;border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.interest-card.light-mode{background-color:#f9fafb;box-shadow:0 4px 6px rgba(0,0,0,.05)}.interest-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.interest-card h4{color:#c084fc;margin-bottom:.5rem;font-size:1.2rem}.interest-card p{color:#cbc4da;margin:0}.work-history-section h2{color:#c084fc;border-bottom:2px solid #f4601e;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.work-history-section.light-mode h2{color:#9333ea;border-bottom:2px solid #c084fc}.timeline{padding:2rem 0;position:relative}.timeline:before{content:"";background-color:#f4601e;width:4px;height:100%;position:absolute;top:0;left:0}.timeline-item{opacity:0;margin-bottom:3rem;padding-left:3rem;animation:.6s forwards fadeIn;position:relative;transform:translateY(20px)}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.timeline-dot{background-color:#a855f7;border:4px solid #1d1826;border-radius:50%;width:24px;height:24px;position:absolute;top:5px;left:-10px;box-shadow:0 0 0 4px #f4601e}.timeline-content{background-color:#252031;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.timeline-content.light-mode{background-color:#f9fafb;box-shadow:0 4px 6px rgba(0,0,0,.05)}.timeline-content h3{color:#c084fc;margin-top:0}.timeline-date{color:#a855f7;margin-bottom:1rem;font-weight:500}.timeline-content ul{margin-top:1rem;padding-left:1.5rem}.timeline-content li{margin-bottom:.5rem}.profile-footer{color:#948bab;text-align:center;background-color:#1d1826;border-top:1px solid #362e48;margin-top:3rem;padding:1.5rem}.profile-footer.light-mode{color:#6b7280;background-color:#f3f4f6;border-top:1px solid #e5e7eb}.profile-footer p{margin:0}@media (width<=768px){.profile-header{padding:2rem 1rem}.profile-info h1{font-size:2rem}.social-links{flex-direction:column;gap:1rem}.profile-nav{-webkit-overflow-scrolling:touch;flex-flow:row;align-items:center;height:52px;padding:0 .75rem;overflow:auto hidden}.nav-link{text-align:center;white-space:nowrap;flex-shrink:0;margin:0;padding:.5rem .75rem}.interests-grid{grid-template-columns:1fr}.timeline:before{left:15px}.timeline-item{padding-left:2.5rem}.timeline-dot{left:5px}}.skills-section{margin-top:2rem}.skills-section h3{color:#a855f7;margin-bottom:1.5rem;font-size:1.5rem}.skill-category{margin-bottom:1.5rem}.skill-category h4{color:#c084fc;margin-bottom:.75rem;font-size:1.2rem}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#fff;background-color:#f4601e;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.light-mode .skill-tag{background-color:#a855f7}.glow-text{color:#fff;backdrop-filter:blur(8px);background:rgba(37,32,49,.72);border:1px solid #4a3f63;border-radius:18px;padding:1.75rem 3rem;display:inline-block;box-shadow:0 0 30px rgba(168,85,247,.15),0 8px 32px rgba(0,0,0,.35)}.content-section h2{color:#c084fc;border-bottom:2px solid #f4601e;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.content-section.light-mode h2{color:#9333ea;border-bottom:2px solid #c084fc}.content-list{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.content-card{background-color:#252031;border-radius:8px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.content-card.light-mode{background-color:#f9fafb;box-shadow:0 4px 6px rgba(0,0,0,.05)}.content-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.content-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.content-card-title{color:#c084fc;margin:0;font-size:1.3rem}.content-card-date{color:#948bab;font-size:.9rem}.content-card-excerpt{color:#cbc4da;margin-bottom:1rem;line-height:1.6}.content-card.light-mode .content-card-excerpt{color:#6b7280}.content-card-button{color:#fff;cursor:pointer;background-color:#f4601e;border:none;border-radius:6px;margin-top:1rem;padding:.5rem 1rem;font-weight:500;transition:all .3s}.content-card-button:hover{background-color:#ff7a33;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,122,51,.3)}.content-card-button.light-mode{background-color:#a855f7}.content-card-button.light-mode:hover{background-color:#c084fc}.loading,.empty-state{text-align:center;color:#cbc4da;padding:3rem;font-size:1.2rem}.empty-state.light-mode{color:#6b7280}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination-button{color:#fff;cursor:pointer;background-color:#f4601e;border:none;border-radius:6px;min-width:40px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.pagination-button:hover:not(:disabled){background-color:#ff7a33;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,122,51,.3)}.pagination-button:disabled{cursor:not-allowed;opacity:.6;background-color:#4b5563}.pagination-button.light-mode{background-color:#a855f7}.pagination-button.light-mode:hover:not(:disabled){background-color:#c084fc}.pagination-button.light-mode:disabled{background-color:#cbc4da}.pagination-button-active{background-color:#a855f7;font-weight:600;box-shadow:0 0 10px rgba(139,92,246,.5)}.pagination-button-active.light-mode{background-color:#9333ea;box-shadow:0 0 10px rgba(124,58,237,.5)}.content-detail-header{align-items:center;margin-bottom:2rem;display:flex}.content-detail-back{color:#fff;cursor:pointer;background-color:#f4601e;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.content-detail-back:hover{background-color:#ff7a33;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,122,51,.3)}.content-detail-back.light-mode{background-color:#a855f7}.content-detail-back.light-mode:hover{background-color:#c084fc}.content-detail{background-color:#252031;border-radius:8px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.content-detail.light-mode{background-color:#f9fafb;box-shadow:0 4px 6px rgba(0,0,0,.05)}.content-detail-header{border-bottom:2px solid #f4601e;margin-bottom:1.5rem;padding-bottom:1.5rem}.content-detail.light-mode .content-detail-header{border-bottom-color:#c084fc}.content-detail-title{color:#c084fc;margin:0 0 1rem;font-size:2rem}.content-detail.light-mode .content-detail-title{color:#9333ea}.content-detail-date{color:#948bab;font-size:.9rem}.content-detail.light-mode .content-detail-date{color:#6b7280}.content-detail-body{color:#cbc4da;margin-bottom:2rem;line-height:1.8}.content-detail.light-mode .content-detail-body{color:#3a3350}.content-detail-tags{flex-wrap:wrap;gap:.5rem;display:flex}.error-state{text-align:center;color:#f87171;padding:3rem;font-size:1.2rem}.error-state.light-mode{color:#dc2626}.content-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.content-tag{color:#fff;background-color:#f4601e;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.content-tag.light-mode{background-color:#a855f7}.tag-bar{border-bottom:1px solid #362e48;flex-wrap:wrap;gap:.5rem;margin-bottom:0;padding:.75rem 0;display:flex}.tag-chip{cursor:pointer;color:#cbc4da;white-space:nowrap;background-color:#252031;border:1px solid #f4601e;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.tag-chip:hover{background-color:#43220f;border-color:#9333ea}.tag-chip-light{color:#3a3350;background-color:#f3f4f6;border-color:#d8b4fe}.tag-chip-light:hover{background-color:#f3e8ff;border-color:#a855f7}.tag-chip-active{color:#fff;background-color:#43220f;border-color:#c084fc;box-shadow:0 0 8px rgba(167,139,250,.3)}.tag-chip-active.tag-chip-light{color:#5b21b6;background-color:#f3e8ff;border-color:#9333ea;box-shadow:0 0 8px rgba(124,58,237,.2)}.modal-backdrop{z-index:2000;background-color:rgba(0,0,0,.7);justify-content:center;align-items:center;animation:.2s modal-fade-in;display:flex;position:fixed;inset:0}.modal-backdrop.light-mode{background-color:rgba(0,0,0,.4)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-container{background-color:#252031;border:1px solid #f4601e;border-radius:12px;width:90%;max-width:640px;max-height:85vh;animation:.25s modal-slide-in;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.5)}.modal-container.light-mode{background-color:#fff;border-color:#d8b4fe;box-shadow:0 20px 60px rgba(0,0,0,.15)}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #f4601e;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.modal-container.light-mode .modal-header{border-bottom-color:#e5e7eb}.modal-title{color:#c084fc;margin:0;font-size:1.3rem}.modal-container.light-mode .modal-title{color:#9333ea}.modal-close{color:#948bab;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:all .2s}.modal-close:hover{color:#fff;background-color:#3a3350}.modal-container.light-mode .modal-close{color:#6b7280}.modal-container.light-mode .modal-close:hover{color:#252031;background-color:#f3f4f6}.modal-body{padding:1.5rem}.content-card-clickable{cursor:pointer}.content-card-hint{color:#c084fc;margin-top:.75rem;font-size:.9rem;font-weight:500;display:inline-block}.content-card-hint.light-mode{color:#9333ea}.modal-content-date{color:#948bab;margin-bottom:1rem;font-size:.9rem;display:block}.modal-container.light-mode .modal-content-date{color:#6b7280}.modal-content-body{color:#cbc4da;margin-bottom:1.5rem;line-height:1.8}.modal-content-body.light-mode{color:#3a3350}.modal-content-tags{flex-wrap:wrap;gap:.5rem;display:flex}.content-layout{height:calc(100vh - 52px);overflow:hidden}.content-layout.light-mode{color:#252031}.content-page-layout{flex-direction:column;height:100%;display:flex;overflow:hidden}.content-page-layout.light-mode{color:#252031}.content-body-layout{flex:1;gap:0;min-height:0;display:flex}.content-topics-list{border-right:1px solid #362e48;width:260px;min-width:260px;padding:.5rem 0;overflow-y:auto}.content-topics-list.light-mode{border-right-color:#e5e7eb}.content-topics-item{cursor:pointer;text-align:left;color:#cbc4da;background:0 0;border:none;border-left:3px solid transparent;flex-direction:column;width:100%;padding:.75rem 1rem;transition:all .2s;display:flex}.content-topics-item:hover{background-color:#252031;border-left-color:#f4601e}.content-topics-item-active{color:#fff;background-color:#252031;border-left-color:#c084fc}.content-topics-list.light-mode .content-topics-item{color:#3a3350}.content-topics-list.light-mode .content-topics-item:hover{background-color:#f3f4f6;border-left-color:#d8b4fe}.content-topics-list.light-mode .content-topics-item-active{color:#252031;background-color:#f3e8ff;border-left-color:#9333ea}.content-topics-item-title{margin-bottom:.25rem;font-size:.95rem;font-weight:500;line-height:1.4}.content-topics-item-date{color:#948bab;font-size:.8rem}.content-topics-list.light-mode .content-topics-item-date{color:#6b7280}.content-main{flex:1;min-width:0;padding:2rem 2.5rem;font-size:1.1rem;overflow-y:auto}.content-viewer{max-width:720px}.content-viewer.light-mode{color:#252031}.content-viewer-header{border-bottom:2px solid #f4601e;margin-bottom:1.5rem;padding-bottom:1rem}.content-viewer.light-mode .content-viewer-header{border-bottom-color:#c084fc}.content-viewer-title{color:#c084fc;margin:0 0 .5rem;font-size:1.6rem}.content-viewer.light-mode .content-viewer-title{color:#9333ea}.content-viewer-date{color:#948bab;font-size:.9rem;display:block}.content-viewer.light-mode .content-viewer-date{color:#6b7280}.content-viewer-body{color:#cbc4da;margin-bottom:1.5rem;line-height:1.8}.content-viewer.light-mode .content-viewer-body{color:#3a3350}.content-viewer-tags{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=768px){.content-layout,.content-page-layout{height:auto;min-height:calc(100vh - 52px);overflow:visible}.content-body-layout{flex-direction:column}.content-topics-list{border-bottom:1px solid #362e48;border-right:none;width:100%;min-width:100%;max-height:250px}.content-topics-list.light-mode{border-bottom-color:#e5e7eb}.content-main{padding:1rem}.content-viewer-title{font-size:1.3rem}.tag-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding:.5rem 0;overflow-x:auto}.tag-chip{padding:.25rem .6rem;font-size:.8rem}}.chat-app{color:#fff;flex-direction:column;max-width:760px;height:90%;margin:0 auto;display:flex;overflow:hidden}.chat-app.light-mode{color:#252031;background-color:#f8fafc}.chat-messages{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.chat-row{align-items:flex-end;gap:.5rem;max-width:80%;display:flex}.chat-row.user{flex-direction:row-reverse;align-self:flex-end}.chat-row.bot{align-self:flex-start}.chat-avatar{object-fit:cover;border:2px solid #f4601e;border-radius:50%;flex-shrink:0;width:2rem;height:2rem}.chat-app.light-mode .chat-avatar{border-color:#d8b4fe}.chat-avatar.emoji{background-color:#252031;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.chat-app.light-mode .chat-avatar.emoji{background-color:#fff}.chat-bubble{word-break:break-word;border-radius:1rem;padding:.55rem .85rem;font-size:.95rem;line-height:1.4}.chat-row.user .chat-bubble{color:#f8fafc;background-color:#9333ea;border-bottom-right-radius:.25rem}.chat-row.bot .chat-bubble{color:#cbc4da;background-color:#252031;border:1px solid #362e48;border-bottom-left-radius:.25rem}.chat-app.light-mode .chat-row.bot .chat-bubble{color:#3a3350;background-color:#fff;border-color:#e5e7eb}.chat-input-bar{box-sizing:border-box;background-color:#252031;border-top:1px solid #362e48;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-app.light-mode .chat-input-bar{background-color:#f3f4f6;border-top-color:#e5e7eb}.chat-input{box-sizing:border-box;color:#f8fafc;background-color:#14101c;border:1px solid #f4601e;border-radius:.5rem;outline:none;flex:1;min-width:0;padding:.6rem .85rem;font-size:.95rem;transition:border-color .2s}.chat-input::placeholder{color:#948bab}.chat-input:focus{border-color:#c084fc}.chat-app.light-mode .chat-input{color:#252031;background-color:#fff;border-color:#d8b4fe}.chat-app.light-mode .chat-input::placeholder{color:#948bab}.chat-app.light-mode .chat-input:focus{border-color:#9333ea}.chat-send{box-sizing:border-box;color:#f8fafc;cursor:pointer;background-color:#9333ea;border:none;border-radius:.5rem;flex-shrink:0;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.chat-send:hover:not(:disabled){background-color:#7e22ce}.chat-send:focus-visible{outline-offset:2px;outline:2px solid #c084fc}.chat-send:disabled{color:#6b7280;cursor:not-allowed;background-color:#3a3350}.chat-app.light-mode .chat-send:disabled{color:#948bab;background-color:#cbc4da}.adsense-wrap{width:100%;min-height:100px;margin:1rem 0;display:block;overflow:hidden}.adsense-wrap-dark{background-color:#14101c;border:1px solid #362e48;border-radius:8px}.adsense-wrap-light{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.hero-section{background-color:#171420;justify-content:center;align-items:center;gap:3rem;min-height:calc(100vh - 52px);padding:3rem 5vw;display:flex}.hero-section.light-mode{background-color:#f3f4f6}.hero-content{flex-direction:column;max-width:560px;display:flex}.hero-title{color:#e5e7eb;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.05}.hero-title-accent{color:#f4601e;display:block}.hero-section.light-mode .hero-title{color:#252031}.hero-subtitle{color:#948bab;max-width:34rem;margin:0}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.btn-primary{color:#fff;background-color:#f4601e;border-radius:8px;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary:hover{background-color:#d94e12;transform:translateY(-2px);box-shadow:0 6px 16px rgba(244,96,30,.35)}.btn-secondary{color:#e5e7eb;background-color:#2a2c38;border:1px solid #3a3d4d;border-radius:8px;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{color:#f4601e;border-color:#f4601e;transform:translateY(-2px)}.hero-figure{background:linear-gradient(135deg,#f4601e,#a855f7);border-radius:16px;flex-shrink:0;padding:6px;box-shadow:0 12px 32px rgba(0,0,0,.35)}.hero-image{aspect-ratio:1;object-fit:cover;border-radius:12px;width:min(400px,36vw);display:block}@media (width<=900px){.hero-section{text-align:center;flex-direction:column;gap:2rem;padding:3rem 1.5rem}.hero-content{align-items:center}.hero-figure img{width:min(320px,80vw)}}.interests-section h2,.goals h3,.interests-grid h3,.skills-section h3,.work-history-section h2{align-items:center;gap:.6rem;display:flex}.heading-icon{color:#f4601e;flex-shrink:0;width:1.4rem;height:1.4rem}.interest-card h4{align-items:center;gap:.5rem;display:flex}.interest-card-icon{color:#f4601e;flex-shrink:0;width:1.25rem;height:1.25rem}.footer-icon{vertical-align:-.15em;color:#f4601e;width:1rem;height:1rem}.tag-chip{display:inline-flex}.tag-chip-icon{color:#f4601e;width:14px;height:14px}.tag-chip-active .tag-chip-icon{color:#fff}.chat-avatar.emoji{color:#f4601e;border-radius:50%}.chat-avatar-icon{width:1.1rem;height:1.1rem}.hero-image{aspect-ratio:1;object-fit:cover;width:min(400px,34vw,62vh);height:auto}.interests-section,.work-history-section{max-width:880px;margin:0 auto}.interests-section h2,.work-history-section h2{border-bottom:1px solid #f4601e}.interests-section h2 span,.work-history-section h2 span,.goals h3 span,.interests-grid h3 span,.skills-section h3 span{letter-spacing:.02em}.hero-eyebrow{color:#f4601e;letter-spacing:.2em;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.hero-side-text{writing-mode:vertical-rl;color:#948bab;letter-spacing:.35em;align-self:center;font-size:.8rem}.hero-side-left{border-left:2px solid;border-image:linear-gradient(#f4601e,#a855f7) 1;padding-left:.75rem}.header-hero{color:#e9e4f4;justify-content:center;align-items:center;gap:3rem;padding:4rem 5vw;display:flex}.header-hero-content{flex-direction:column;max-width:540px;display:flex}.header-title span:first-child{color:#efeaf8}@media (width<=900px){.header-hero{text-align:center;flex-direction:column;gap:2rem;padding:3rem 1.5rem}.header-hero .hero-side-text{display:none}.header-hero-content{align-items:center}.header-hero .hero-figure img{width:min(280px,76vw)}}.content-viewer-body,.modal-content-body,.content-detail-body{font-size:1.12rem;line-height:1.9}.content-viewer-title{font-size:2rem}.content-viewer-date{font-size:.95rem}.content-viewer-body img,.content-main img{max-width:100%;height:auto}.content-viewer-body a,.content-main a{color:#ff9d5c}.content-viewer-body ul,.content-viewer-body ol,.content-main ul,.content-main ol{line-height:1.9}.about-content{font-size:1.05rem;line-height:1.9}.interests-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;margin-top:1.25rem}.interest-card{box-shadow:none;background-color:#252031;border:1px solid #362e48;border-radius:14px;padding:1.4rem 1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s}.interest-card:hover{border-color:#f4601e;transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.35)}.interest-card p{color:#948bab;font-size:.95rem;line-height:1.7}.goals li:before{color:#f4601e}.goals li{margin-bottom:.6rem;padding-left:1.7rem;line-height:1.8}.skill-tag{color:#ff9d5c;background-color:rgba(244,96,30,.08);border:1px solid rgba(244,96,30,.45);border-radius:999px;padding:.35rem .9rem;font-size:.88rem;transition:background-color .2s,border-color .2s}.skill-tag:hover{background-color:rgba(244,96,30,.18);border-color:#f4601e}.light-mode .skill-tag{color:#c2410c;background-color:#fff5ef;border-color:#f4601e}.skills-section h3{margin-bottom:1.25rem}.skill-category{background-color:#1d1826;border:1px solid #362e48;border-radius:14px;margin-bottom:1.25rem;padding:1.25rem 1.5rem}.skill-category h4{color:#c084fc;margin-bottom:.9rem}.ad-rail{z-index:400;width:300px;max-width:calc(100vw - 32px);position:fixed;bottom:16px;right:16px}.ad-rail ins{border-radius:12px;overflow:hidden}@media (width<=1280px){.ad-rail{width:auto;max-width:900px;margin:0 auto;padding:1rem;position:static}}.interests-section>div,.skills-section{margin-bottom:2rem}.interests-section h2,.work-history-section h2{margin-bottom:1.1rem;padding-bottom:.4rem;font-size:1.5rem}.goals h3,.interests-grid h3,.skills-section h3{margin-bottom:.75rem;font-size:1.15rem}.about-content{margin-bottom:1.5rem;font-size:.98rem;line-height:1.75}.goals li{margin-bottom:.35rem;font-size:.95rem;line-height:1.65}.interests-grid{gap:.85rem;margin-top:.85rem}.interest-card{border-left:2px solid #f4601e;border-radius:10px;padding:.95rem 1.1rem}.interest-card:hover{box-shadow:none;background-color:#2a2438;transform:none}.interest-card h4{margin-bottom:.3rem;font-size:1rem}.interest-card p{font-size:.88rem;line-height:1.6}.skill-category{border-left:2px solid #a855f7;border-radius:10px;margin-bottom:.85rem;padding:.85rem 1.1rem}.skill-category h4{margin-bottom:.6rem;font-size:.95rem}.skill-tag{padding:.22rem .7rem;font-size:.8rem}.skills-section .skill-tags{gap:.4rem}.timeline{padding:1rem 0}.timeline:before{background-color:#4a3f63;width:1px}.timeline.light-mode:before{background-color:#c4b5fd}.timeline-item{margin-bottom:1.5rem;padding-left:2rem}.timeline-dot{width:9px;height:9px;box-shadow:none;background-color:#f4601e;border:none;top:8px;left:-5px}.timeline-dot.light-mode{box-shadow:none;background-color:#a855f7;border:none}.timeline-content{box-shadow:none;background-color:transparent;border:1px solid #362e48;border-left:2px solid #f4601e;border-radius:0 10px 10px 0;padding:1.1rem 1.4rem}.timeline-content h3{margin-bottom:.3rem;font-size:1.1rem}.timeline-date{margin-bottom:.6rem;font-size:.85rem}.timeline-content p{margin-bottom:.6rem;font-size:.95rem;line-height:1.7}.timeline-content ul{margin-top:.4rem}.timeline-content li{color:#cbc4da;margin-bottom:.35rem;font-size:.92rem;line-height:1.65}@media (width<=768px){.timeline-item{padding-left:1.75rem}.timeline-dot{left:16px}}.interest-card{background:0 0;border:none;border-radius:0;padding:.2rem 0}.interest-card:hover{box-shadow:none;background:0 0;transform:none}.interest-card:hover h4{color:#f4601e}.interest-card p{margin:0}.skill-category{background:0 0;border:none;border-radius:0;padding:.2rem 0}.goals h3,.interests-grid h3,.skills-section h3{border-bottom:1px solid #362e48;padding-bottom:.45rem}.jp-label{color:#948bab;letter-spacing:.35em;margin-left:.35rem;font-size:.72rem;font-weight:500}.jp-label:before{content:"「"}.jp-label:after{content:"」"}.timeline-content{background:0 0;border:none;border-left:2px solid #f4601e;border-radius:0;padding:.2rem 0 .2rem 1.2rem}.timeline:before{background:linear-gradient(#f4601e,#4a3f63 60%,transparent)}.timeline-content ul{padding-left:.2rem;list-style:none}.timeline-content li{padding-left:1.1rem;position:relative}.timeline-content li:before{content:"・";color:#f4601e;position:absolute;left:0}.jp-badge{letter-spacing:.25em;color:#ff9d5c;vertical-align:.1em;border:1px solid rgba(244,96,30,.45);border-radius:3px;margin-left:.6rem;padding:.05rem .5rem;font-size:.7rem;display:inline-block}.content-viewer-meta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.share-button{color:#948bab;cursor:pointer;background:0 0;border:1px solid #362e48;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.78rem;font-weight:600;transition:color .2s,border-color .2s;display:inline-flex}.share-button:hover,.share-button.copied{color:#f4601e;border-color:#f4601e}.share-icon{width:13px;height:13px}