:root{--bg-color:#050505;--bg-secondary:#111;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-primary:#8b5cf6;--accent-secondary:#3b82f6;--accent-gradient:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--border-color:#27272a;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-weight:800;line-height:1.1;font-size:48px!important}.hero-cta-secondary{color:var(--text-primary);background:0 0;border:1px solid #8b5cf666;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;margin-left:10px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-cta-secondary:hover{background:#8b5cf626;border-color:#8b5cf6b3;transform:translateY(-2px);box-shadow:0 8px 20px -5px #8b5cf64d}.thesis-text{color:var(--text-secondary);text-align:justify;flex-direction:column;gap:1.5rem;font-size:1.1rem;line-height:1.8;display:flex}@media (width<=968px){.thesis-layout{flex-direction:column}}@media (width<=768px){.nav-links{display:none}.form-container{padding:2rem}}@media (width<=480px){.bg-glow{height:1200px!important}.navbar{padding:1rem}.logo{font-size:1.1rem}.nav-cta{padding:.5rem .8rem;font-size:.85rem}.hero{padding:7rem 1rem 3rem}.hero-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:40px!important}.hero-subtitle{font-size:.95rem}.hero-cta{justify-content:center;width:100%;padding:.8rem 1.2rem;font-size:1rem}.hero-cta-secondary{justify-content:center;width:100%;font-size:.95rem}.section{padding:3rem 1rem}.form-container{padding:1.2rem}.thesis-title{font-size:1.6rem}.signature-card{padding:1rem}.signature-avatar{width:32px;height:32px;font-size:1rem}.signature-message{margin-left:44px}.nav-links{display:none!important}.admin-link{font-size:.85rem}.nav-cta{text-align:center;width:auto;margin-left:5px;padding:10px 14px;font-size:.85rem}}.bg-glow-login{z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#05050500 70%);width:100vw;height:110vh;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative}.login-box{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:10;border-radius:20px;width:100%;max-width:450px;padding:3rem;box-shadow:0 20px 40px #00000080}.login-title{text-align:center;margin-bottom:.5rem;font-size:2rem}.login-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:.95rem}.login-error{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.login-submit{background:var(--accent-gradient);color:#fff;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.login-submit:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #8b5cf64d}.back-link{width:100%;color:var(--text-secondary);text-align:center;background:0 0;margin-top:1.5rem;font-size:.9rem;transition:color .2s;display:block}.back-link:hover{color:var(--text-primary)}.admin-container{background-color:var(--bg-color);min-height:100vh;display:flex}.admin-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);flex-direction:column;width:280px;padding:2rem 1.5rem;display:flex}.admin-logo{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:3rem;font-size:1.5rem;font-weight:800}.admin-logo span{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.admin-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.admin-nav-item{color:var(--text-secondary);text-align:left;background:0 0;border-radius:8px;padding:.8rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.admin-nav-item:hover{color:var(--text-primary);background:#ffffff0d}.admin-nav-item.active{background:var(--accent-gradient);color:#fff}.admin-logout{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:auto;padding:.8rem;font-weight:600;transition:all .2s}.admin-logout:hover{color:#fff;background:#ef4444}.admin-main{flex-direction:column;flex-grow:1;height:100vh;padding:0 2rem;display:flex;overflow-y:auto}.admin-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem 0;display:flex}.admin-view-site{color:var(--text-primary);border:1px solid var(--border-color);background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-weight:500;transition:all .2s}.admin-view-site:hover{background:var(--text-primary);color:var(--bg-color)}.admin-content{flex-grow:1;padding-bottom:3rem}.stats-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.stat-title{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.stat-value{color:var(--text-primary);font-size:2.5rem;font-weight:800;font-family:var(--font-heading)}.table-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);background:#ffffff05;padding:1rem 1.5rem;font-size:.85rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;font-size:.95rem}.admin-table tr:last-child td{border-bottom:none}.fw-bold{color:var(--text-primary);font-weight:600}.text-muted{color:var(--text-secondary)}.content-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;max-width:800px;padding:2rem}.save-btn{background:var(--accent-gradient);color:#fff;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.save-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #8b5cf64d}.save-status{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.bg-glow-document{z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#05050500 70%);width:100vw;height:150vh;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.viewer-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.viewer-main{flex-direction:column;flex-grow:1;align-items:center;padding:2rem 5%;display:flex}.viewer-title{font-family:var(--font-heading);color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:2.5rem}.viewer-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:3rem;font-size:1rem}.flipbook-wrapper{justify-content:center;align-items:center;width:100%;max-width:1400px;display:flex;position:relative}.loading-doc,.error-doc{color:var(--text-secondary);text-align:center;border:1px solid var(--border-color);background:#ffffff0d;border-radius:12px;padding:4rem;font-size:1.2rem}.error-doc{color:#ef4444}.pdf-flipbook{border-radius:4px;box-shadow:0 0 40px #0009}.flip-page{color:#000;background-color:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:inset 0 0 10px #0000001a}.flip-page-content{background:#fff;flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pdf-page-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pdf-page-container canvas{object-fit:contain;max-width:100%!important;height:auto!important;max-height:100%!important}.page-footer{text-align:center;color:#888;background:#fff;padding:.5rem;font-size:.8rem}.stf__block{box-shadow:0 10px 30px #0006}.app-container{flex-direction:column;min-height:100vh;display:flex}.bg-glow{z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#05050500 70%);width:100vw;height:90vh;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.navbar{-webkit-backdrop-filter:blur(12px);z-index:100;background:#050505b3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;transition:all .3s;display:flex;position:fixed;top:0}.logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo span{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500}.nav-link:hover{color:var(--text-primary)}.nav-cta{color:var(--text-primary);background:#ffffff1a;border:1px solid #ffffff0d;border-radius:8px;padding:.6rem 1.2rem;font-weight:500;transition:all .3s}.nav-cta:hover{background:var(--text-primary);color:var(--bg-color)}.hero{text-align:center;max-width:1000px;margin:0 auto;padding:12rem 5% 8rem;position:relative}.hero-badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:1px;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero-title span{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.25rem)}.hero-cta{background:var(--accent-gradient);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 10px 25px -5px #8b5cf666}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #8b5cf680}.section{max-width:1200px;margin:0 auto;padding:6rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-secondary)}.thesis-layout{align-items:center;gap:4rem;display:flex}.thesis-content{flex:1}.thesis-title{margin-bottom:2rem;font-size:2.5rem;line-height:1.2}.thesis-text{color:var(--text-secondary);flex-direction:column;gap:1.5rem;font-size:1.1rem;line-height:1.8;display:flex}.thesis-text strong{color:var(--text-primary)}.thesis-image-wrapper{border:1px solid #8b5cf64d;border-radius:20px;flex:1;overflow:hidden;box-shadow:0 20px 40px #0006}.thesis-hero-image{width:100%;height:auto;transition:transform .5s;display:block}.thesis-hero-image:hover{transform:scale(1.05)}.contact-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);position:relative}.form-container{background:var(--bg-color);border:1px solid #ffffff0d;border-radius:20px;max-width:600px;margin:0 auto;padding:3rem;box-shadow:0 20px 40px #0006}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-body);background:#ffffff08;border-radius:8px;padding:1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-textarea{resize:vertical;min-height:120px}.form-input:focus,.form-textarea:focus{border-color:var(--accent-primary);background:#8b5cf60d;outline:none;box-shadow:0 0 0 4px #8b5cf61a}.form-submit{background:var(--text-primary);width:100%;color:var(--bg-color);border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.form-submit:hover{background:var(--accent-gradient);color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px -5px #8b5cf64d}.footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color);margin-top:25px;padding:3rem 5%;font-size:.9rem}.signatures-container{padding:0 5%}.signatures-title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem}.signatures-list{flex-direction:column;gap:1.5rem;display:flex}.signature-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:transform .2s,border-color .2s}.signature-card:hover{border-color:#8b5cf666;transform:translateY(-2px)}.signature-header{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.signature-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.signature-name{margin:0;font-size:1.1rem;line-height:1.2}.signature-date{color:var(--text-secondary);font-size:.8rem}.signature-message{color:var(--text-secondary);margin-left:56px;font-size:.95rem;font-style:italic;line-height:1.5}@media (width<=968px){.thesis-layout{flex-direction:column}}@media (width<=768px){.nav-links{display:none}.form-container{padding:2rem}}
