@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--dl-primary-light:#222;--dl-primary-dark:#111;--dl-bg:#f1f1f1;--dl-surface:#fff;--dl-text:#222;--dl-border:#e0e0e0;--dl-success:#66bb6a}*{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}.dl-layout{background:#f1f1f1;background:var(--dl-bg);display:flex;height:100vh;width:100vw}.dl-sidebar{background:linear-gradient(180deg,#222,#111);background:linear-gradient(to bottom,var(--dl-primary-light),var(--dl-primary-dark));box-shadow:4px 0 12px #00000014;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;width:16rem}.dl-logo{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.dl-nav ul{display:flex;flex-direction:column;gap:.6rem;list-style:none}.dl-nav li{align-items:center;background:#ffffff0f;border-radius:.6rem;display:flex;justify-content:space-between;padding:.6rem;transition:background .18s ease}.dl-nav li:hover{background:#ffffff1f}.dl-nav li span{align-items:center;display:flex;font-weight:600;gap:.6rem}.dl-go-btn{background:#e0e0e0;border:none;border-radius:8px;box-shadow:3px 3px 8px #00000026;color:#111;cursor:pointer;font-weight:700;padding:.4rem .7rem;transition:all .3s ease}.dl-go-btn:hover{background-color:#d0d0d0;box-shadow:4px 4px 10px #0003;transform:translateY(-2px)}.dl-sidebar-footer{color:#ffffffd9;font-size:.85rem;margin-top:1rem;text-align:center}.dl-main{display:flex;flex:1 1;flex-direction:column}.dl-header{align-items:center;background:#fff;background:var(--dl-surface);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--dl-border);display:flex;justify-content:space-between;padding:.9rem 1.25rem}.dl-search{border:1px solid #e0e0e0;border:1px solid var(--dl-border);border-radius:.6rem;flex:1 1;max-width:32rem;padding:.6rem 1rem}.dl-search:focus{border-color:#aaa;box-shadow:0 0 0 3px #00000014;outline:none}.dl-header-right{align-items:center;display:flex;gap:.8rem}.dl-status.live{color:#222;color:var(--dl-text);font-weight:700}.dl-create{background:#222;background:var(--dl-primary-light);border:none;border-radius:.4rem;color:#fff;cursor:pointer;padding:.5rem .8rem}.dl-create:hover{background:#111;background:var(--dl-primary-dark)}.dl-back-home{color:#aaa;display:block;font-size:14px;padding:10px;text-decoration:none}.dl-back-home:hover{color:#fff}.dl-content{background:#fff;background:var(--dl-surface);flex:1 1;overflow:auto;padding:1.25rem}@media (max-width:768px){.dl-layout{flex-direction:column}.dl-sidebar{align-items:center;flex-direction:row;justify-content:space-around;padding:.8rem;width:100%}.dl-nav{display:flex}.dl-nav ul{flex-direction:row;gap:.5rem}.dl-header{padding:.6rem}}:root{--primary-light:#df6060;--primary-dark:#a31d1d;--bg-light:#f9f7f3;--bg-white:#fff;--text-light:#fdeded;--text-dark:#333;--border-color:#e0e0e0;--success-light:#66bb6a;--success-dark:#2e7d32}.dashboard-container,body,html{background:#f9f7f3;background:var(--bg-light);color:#333;color:var(--text-dark);font-family:Poppins,sans-serif;margin:0;padding:0}.dashboard-container{background:#fff;background:var(--bg-white);border-radius:12px;box-shadow:0 8px 20px #0000001a;margin:2rem auto;max-width:960px;padding:2rem}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.welcome-message{color:#a31d1d;color:var(--primary-dark);font-size:1.8rem;font-weight:600}.feature-title{border-bottom:2px solid #df6060;border-bottom:2px solid var(--primary-light);color:#df6060;color:var(--primary-light);font-size:1.4rem;font-weight:600;margin-bottom:1rem;padding-bottom:.3rem}.upload-box{align-items:center;border:2px dashed #df6060;border:2px dashed var(--primary-light);border-radius:10px;color:#333;color:var(--text-dark);cursor:pointer;display:flex;font-weight:500;justify-content:center;margin-top:1rem;min-height:4rem;padding:1rem 2rem;text-align:center;transition:background .3s,border .3s}.upload-box:hover{background:linear-gradient(45deg,#df6060,#a31d1d);background:linear-gradient(45deg,var(--primary-light),var(--primary-dark));color:#fff}.file-input{display:none}.convert-button{background:linear-gradient(45deg,#df6060,#a31d1d);background:linear-gradient(45deg,var(--primary-light),var(--primary-dark));border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;max-width:220px;padding:.7rem 1.5rem;transition:.3s ease;width:100%}.convert-button:hover{opacity:.9}.convert-button:disabled{background:#ccc;cursor:not-allowed}.preview-container{margin-bottom:1.5rem;margin-top:1.5rem}.preview-container h4{color:#a31d1d;color:var(--primary-dark);margin-bottom:.5rem;text-align:center}.canvas-wrapper{background:#f9f7f3;background:var(--bg-light);border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:8px;max-width:100%;overflow:hidden;text-align:center}.canvas-wrapper canvas{display:block;height:auto;margin:0 auto;width:100%}.progress-container{background:#e0e0e0;background:var(--border-color);border-radius:8px;margin-top:1rem;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(45deg,#66bb6a,#2e7d32);background:linear-gradient(45deg,var(--success-light),var(--success-dark));color:#fff;font-weight:600;height:24px;line-height:24px;text-align:center;transition:width .3s ease-in-out;width:0}.status-text.error{color:#a31d1d;color:var(--primary-dark);font-weight:600;margin-top:1rem}.results-container{margin-top:2rem}.image-preview{border:2px solid #e0e0e0;border:2px solid var(--border-color);border-radius:8px;margin-top:1rem;max-width:400px;width:100%}.download-link{background:linear-gradient(45deg,#66bb6a,#2e7d32);background:linear-gradient(45deg,var(--success-light),var(--success-dark));border-radius:6px;color:#fff;display:inline-block;font-weight:500;margin-top:.5rem;padding:.5rem 1rem;text-decoration:none;transition:.3s ease}.download-link:hover{opacity:.9}@media (max-width:768px){.dashboard-container{margin:1rem;padding:1rem}.convert-button{max-width:100%}}:root{--rt-primary-light:#df6060;--rt-primary-dark:#a31d1d;--rt-bg:#f9f7f3;--rt-surface:#fff;--rt-text:#222;--rt-muted:#8b8b8b;--rt-border:#e6e6e6;--rt-success:#66bb6a;--rt-danger:#e57373;--rt-radius:12px;--rt-shadow:0 8px 20px #00000014}.rt-dashboard-container{background:#f9f7f3;background:var(--rt-bg);color:#222;color:var(--rt-text);font-family:Poppins,sans-serif;margin:20px auto;max-width:980px;padding:18px}.rt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.rt-title{color:#a31d1d;color:var(--rt-primary-dark);font-size:1.6rem;font-weight:600;margin:0}.rt-subtitle{margin:2px 0 0}.rt-status-pill,.rt-subtitle{color:#8b8b8b;color:var(--rt-muted);font-size:.9rem}.rt-status-pill{align-items:center;background:#fff;border:1px solid #0000000a;border-radius:999px;box-shadow:0 2px 6px #0000000a;display:inline-flex;font-weight:600;gap:8px;padding:6px 10px}.rt-status-dot{background:#8b8b8b;background:var(--rt-muted);border-radius:50%;box-shadow:0 0 0 4px #00000008;display:inline-block;height:10px;width:10px}.rt-status-loading .rt-status-dot{background:#f0ad4e}.rt-status-ok .rt-status-dot{background:#66bb6a;background:var(--rt-success)}.rt-status-error .rt-status-dot{background:#e57373;background:var(--rt-danger)}.rt-status-idle .rt-status-dot{background:#8b8b8b;background:var(--rt-muted)}.rt-card{background:#fff;background:var(--rt-surface);border:1px solid #e6e6e6;border:1px solid var(--rt-border);border-radius:12px;border-radius:var(--rt-radius);box-shadow:0 8px 20px #00000014;box-shadow:var(--rt-shadow);padding:18px}.rt-main-row{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}.rt-temp-col{flex:1 1 320px;min-width:220px}.rt-temp-label{color:#df6060;color:var(--rt-primary-light);font-weight:600;margin-bottom:6px}.rt-temp-value{align-items:baseline;color:#a31d1d;color:var(--rt-primary-dark);display:flex;font-size:56px;font-weight:700;gap:8px;line-height:1}.rt-temp-unit{color:#8b8b8b;color:var(--rt-muted);font-size:20px;font-weight:600}.rt-hum-col{align-items:stretch;display:flex;flex-direction:column;min-width:200px;width:280px}.rt-hum-label{color:#df6060;color:var(--rt-primary-light);font-weight:600;margin-bottom:6px}.rt-hum-value{color:#237b8f;font-size:34px;font-weight:700;margin-bottom:8px}.rt-hum-unit{color:#8b8b8b;color:var(--rt-muted);font-size:16px;font-weight:600}.rt-divider{background:linear-gradient(180deg,#00000008,#0000000f);border-radius:2px;height:120px;margin:0 8px;width:1px}.rt-hum-bar-wrapper{margin-top:6px}.rt-hum-bar{background:#f1f4f5;border:1px solid #e6e6e6;border:1px solid var(--rt-border);border-radius:10px;height:14px;overflow:hidden;width:100%}.rt-hum-bar-fill{background:linear-gradient(90deg,#66bb6a,#2e7d32);height:100%;transition:width .6s ease}.rt-hum-caption{color:#8b8b8b;color:var(--rt-muted);font-size:12px;margin-top:6px}.rt-error-note{background:#e061610f;border:1px solid #b0002014;border-radius:8px;color:#b00020;font-weight:600;margin-top:12px;padding:10px 12px}.rt-footer{color:#8b8b8b;color:var(--rt-muted);display:flex;font-size:12px;justify-content:flex-end;margin-top:12px}.rt-footer-api{background:#fafafa;border-radius:6px;color:#6b6b6b;font-family:monospace;margin-left:6px;padding:2px 6px}@media (max-width:720px){.rt-main-row{align-items:stretch;flex-direction:column}.rt-divider{display:none}.rt-temp-value{font-size:48px}.rt-hum-value{font-size:28px}}.main-navbar{align-items:center;background-color:#f1f1f1;box-sizing:border-box;display:flex;justify-content:space-between;padding:25px 40px;width:100%}.nav-logo a{border:2px solid #111;color:#111;font-size:24px;font-weight:700;line-height:1;padding:8px 10px;text-decoration:none}.nav-links{align-items:center;display:flex;gap:30px;list-style-type:none;margin:0;padding:0}.nav-links a{color:#333;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#000}.nav-contact-btn{background-color:#fff;border:1px solid #ddd;border-radius:30px;box-shadow:0 2px 5px #0000001a;color:#111;font-weight:700;padding:12px 20px;transition:all .3s}.nav-contact-btn:hover{background-color:#111;box-shadow:0 4px 10px #0003;color:#fff}.home-page-container{background-color:#f1f1f1;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh}.home-hero{display:flex;flex:1 1;width:100%}.hero-left{background-color:#f1f1f1;box-sizing:border-box;display:flex;flex-basis:50%;flex-direction:column;justify-content:center;padding:60px 40px}.hero-text p{color:#444;font-size:24px;font-weight:600;margin:0}.hero-text h1{color:#111;font-size:72px;font-weight:700;line-height:1.1;margin:10px 0}.hero-text h2{color:#555;font-size:20px;font-weight:400;margin:0}.social-links{display:flex;gap:15px;margin-top:40px}.social-links a{align-items:center;background-color:#e0e0e0;border-radius:8px;box-shadow:3px 3px 8px #00000026;color:#111;display:inline-flex;font-size:28px;justify-content:center;margin-right:0;padding:12px;text-decoration:none;transition:all .3s ease}.social-links a:hover{background-color:#d0d0d0;box-shadow:4px 4px 10px #0003;color:#000;transform:translateY(-2px)}.hero-right{align-items:center;background-color:#111;display:flex;flex-basis:50%;justify-content:center;position:relative}.hero-image{border-radius:10px;max-width:450px;object-fit:cover;width:80%}.home-showcase{align-items:center;background-color:#222;box-sizing:border-box;color:#ccc;display:flex;justify-content:space-between;padding:40px;width:100%}.showcase-content{flex-basis:70%}.showcase-content h3{color:#fff;font-size:20px;font-weight:700;margin:0 0 10px}.showcase-content p{font-size:14px;line-height:1.6;margin:0 0 20px;max-width:600px}.read-more-link{border-bottom:2px solid #fff;color:#fff;font-size:14px;font-weight:700;padding-bottom:3px;text-decoration:none;transition:color .3s,border-color .3s}.read-more-link:hover{border-color:#f1f1f1;color:#f1f1f1}.showcase-logo{align-items:center;display:flex;flex-basis:30%;justify-content:flex-end}.logo-it{color:#444;font-size:100px;font-weight:700;line-height:1}.cv-container{margin:0 auto;max-width:900px;padding-top:100px;text-align:center;width:90%}.cv-container p{color:#555;font-size:16px;margin-bottom:25px}.portfolio-container{margin:0 auto;max-width:900px;padding-top:100px;text-align:center;width:90%}.portfolio-container p{color:#555;font-size:16px;margin-bottom:25px}.pdf-viewer-wrapper{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:800px;overflow:hidden;width:100%}.pdf-iframe{border:none;height:100%;width:100%}.contact-container{margin:4rem auto;max-width:900px;padding:2rem;text-align:center}.contact-container h1{color:#333;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{color:#555;font-size:1.15rem;line-height:1.6;margin-bottom:3rem}.contact-methods{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px #0000000d;display:flex;flex:1 1;flex-direction:column;min-width:300px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-5px)}.contact-icon{font-size:45px;margin-bottom:1.25rem;transition:transform .3s ease}.contact-card:hover .contact-icon{transform:scale(1.1)}.gmail-icon{color:#ea4335}.whatsapp-icon{color:#25d366}.contact-card h2{color:#222;font-size:1.5rem;font-weight:600;margin-bottom:1.25rem}.contact-link{background-color:#e6f2ff;border-radius:6px;box-sizing:border-box;color:#007bff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease,color .3s ease;width:100%}.contact-link:hover{background-color:#007bff;color:#fff}@media (max-width:768px){.contact-container{margin-top:2rem;padding:1rem}.contact-methods{flex-direction:column;gap:1.5rem}.contact-card{min-width:0;min-width:auto;padding:2rem;width:100%}.contact-container h1{font-size:2.2rem}}
/*# sourceMappingURL=main.cffb8647.css.map*/