@charset "UTF-8";body:not(.theme-*){--xp-theme-light: #4a90e2;--xp-theme-dark: #2171b5;--xp-theme-accent: #0054e3;--xp-theme-selection: #316ac5;--xp-theme-hover: #e0e8ff;--xp-theme-light-rgb: 74, 144, 226;--xp-theme-dark-rgb: 33, 113, 181;--xp-theme-accent-rgb: 0, 84, 227;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 224, 232, 255}body.theme-blue{--xp-theme-light: #4a90e2;--xp-theme-dark: #2171b5;--xp-theme-accent: #0054e3;--xp-theme-selection: #316ac5;--xp-theme-hover: #e0e8ff;--xp-theme-light-rgb: 74, 144, 226;--xp-theme-dark-rgb: 33, 113, 181;--xp-theme-accent-rgb: 0, 84, 227;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 224, 232, 255}body.theme-silver{--xp-theme-light: #c0c0c0;--xp-theme-dark: #808080;--xp-theme-accent: #a0a0a0;--xp-theme-selection: #316ac5;--xp-theme-hover: #f0f0f0;--xp-theme-light-rgb: 192, 192, 192;--xp-theme-dark-rgb: 128, 128, 128;--xp-theme-accent-rgb: 160, 160, 160;--xp-theme-selection-rgb: 49, 106, 197;--xp-theme-hover-rgb: 240, 240, 240}body.theme-olive{--xp-theme-light: #d2d2a0;--xp-theme-dark: #8b8b00;--xp-theme-accent: #6b8e23;--xp-theme-selection: #9acd32;--xp-theme-hover: #f0f8e0;--xp-theme-light-rgb: 210, 210, 160;--xp-theme-dark-rgb: 139, 139, 0;--xp-theme-accent-rgb: 107, 142, 35;--xp-theme-selection-rgb: 154, 205, 50;--xp-theme-hover-rgb: 240, 248, 224}body{background:#ece9d8;margin:0;padding:0;font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:15px;line-height:1.4;overflow:hidden}.xp-window{height:100vh;display:flex;flex-direction:column;background:#ece9d8}.menu-bar{background:#ece9d8;border-bottom:1px solid #c0c0c0;padding:2px 4px;font-size:15px;display:flex;gap:12px}.menu-item{padding:4px 8px;border-radius:2px}.toolbar{background:linear-gradient(to bottom,#f0f0f0,#e0e0e0);border-bottom:1px solid #c0c0c0;padding:4px 8px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.toolbar-button{padding:3px 6px;font-size:15px;background:#f0f0f0;border:1px outset #c0c0c0;display:flex;align-items:center;gap:4px;min-height:20px}.toolbar-separator{width:1px;height:20px;background:silver;margin:0 2px}.toolbar-icon{font-size:18px}.address-bar{flex:1;margin:0 8px;padding:2px 6px;border:1px inset #c0c0c0;background:#fff;font-size:15px}.xp-content{flex:1;display:flex;overflow:hidden}.sidebar{width:200px;background:#f0f0f0;border-right:1px solid #c0c0c0;padding:8px;overflow-y:auto;flex-shrink:0}.sidebar-section{margin-bottom:16px}.sidebar-title{font-weight:700;font-size:15px;color:var(--xp-theme-accent);margin-bottom:6px;padding:2px 0;border-bottom:1px solid #c0c0c0}.sidebar-link{display:block;padding:2px 4px;font-size:15px;text-decoration:none;color:#000;margin-bottom:2px}.sidebar-link:hover{background:var(--xp-theme-hover)}.sidebar-link.active{background:var(--xp-theme-selection);color:#fff}.main-panel{flex:1;background:linear-gradient(to bottom,var(--xp-theme-light) 0%,var(--xp-theme-dark) 100%);padding:16px;overflow-y:auto}.main-panel.white-bg{background:#fff}.main-panel.outlook-bg{background:#ece9d8}.panel-header{color:#fff;margin-bottom:20px}.main-panel.white-bg .panel-header,.main-panel.outlook-bg .panel-header{color:#000}.panel-title{font-size:40px;font-weight:700;margin:0 0 8px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.main-panel.white-bg .panel-title,.main-panel.outlook-bg .panel-title{text-shadow:none}.panel-subtitle{font-size:15px;margin:0;opacity:.9}.status-bar{background:#ece9d8;border-top:1px solid #c0c0c0;padding:2px 8px;font-size:14px;color:#666;display:flex;justify-content:space-between;flex-shrink:0}.xp-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;max-width:90vw;max-height:80vh;z-index:1000;display:none}.xp-modal.show{display:block}.xp-modal .window{width:100%;max-height:80vh;display:flex;flex-direction:column}.xp-modal .window-body{overflow-y:auto;flex:1;max-height:calc(80vh - 60px)}.modal-service-title{font-size:18px;font-weight:700;color:var(--xp-theme-accent);margin:0 0 8px}.modal-service-description{font-size:15px;line-height:1.4;margin:0 0 12px}.service-features{list-style:none;padding:0;margin:12px 0}.service-features li{font-size:15px;border-bottom:1px solid #f0f0f0;position:relative;padding:2px 0 2px 12px}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✓";color:var(--xp-theme-accent);font-weight:700;position:absolute;left:0}.xp-grid{display:grid;gap:16px;margin-top:20px}.xp-grid.two-column{grid-template-columns:repeat(2,1fr)}.xp-grid.three-column{grid-template-columns:repeat(3,1fr)}.xp-card{background:#fffffff2;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:12px;min-height:80px}.xp-card:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.main-panel.white-bg .xp-card{background:#f8f8f8;border:1px solid #e0e0e0}.main-panel.white-bg .xp-card:hover{background:#f0f0f0}.card-icon{font-size:32px;flex-shrink:0;margin-top:4px}.card-content{flex:1}.card-title{font-size:18px;font-weight:700;color:var(--xp-theme-accent);margin:0 0 4px;line-height:1.2}.card-description{font-size:15px;color:#333;line-height:1.3;margin:0 0 8px}.card-cta-button{padding:2px 8px;font-size:14px;background:#f0f0f0;border:1px outset #c0c0c0;cursor:pointer;margin-top:4px;transition:all .2s ease}.card-cta-button:hover{background:#e0e0e0}.card-cta-button:active{border:1px inset #c0c0c0}.card-cta-button:focus{outline:1px dotted #000000;outline-offset:-4px}@media (max-width: 768px){.xp-content{flex-direction:column}.sidebar{width:100%;height:auto;max-height:150px}.xp-grid.two-column,.xp-grid.three-column{grid-template-columns:1fr}.xp-modal{width:95vw;max-height:90vh}.menu-bar,.toolbar{display:none}}.services-grid[data-astro-cid-ucd2ps2b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.service-card[data-astro-cid-ucd2ps2b]{background:#f0f0f0;border:2px inset #c0c0c0;padding:16px;display:flex;flex-direction:column;gap:12px}.service-card[data-astro-cid-ucd2ps2b].cta-card{background:#fff8dc;border-color:#daa520}.service-icon[data-astro-cid-ucd2ps2b]{font-size:32px;text-align:center;margin-bottom:8px}.service-title[data-astro-cid-ucd2ps2b]{font-size:20px;font-weight:700;margin:0;text-align:center;color:navy}.service-description[data-astro-cid-ucd2ps2b]{font-size:16px;line-height:1.4;margin:0;text-align:center}.service-features[data-astro-cid-ucd2ps2b]{list-style:none;padding:0;margin:8px 0;font-size:11px}.service-features[data-astro-cid-ucd2ps2b] li[data-astro-cid-ucd2ps2b]{position:relative;padding:2px 0 2px 12px}.service-features[data-astro-cid-ucd2ps2b] li[data-astro-cid-ucd2ps2b]:before{content:"•";position:absolute;left:0;color:navy}.service-tech[data-astro-cid-ucd2ps2b]{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.tech-tag[data-astro-cid-ucd2ps2b]{background:silver;border:1px inset #c0c0c0;padding:2px 6px;font-size:9px;border-radius:2px}.service-button[data-astro-cid-ucd2ps2b]{background:linear-gradient(180deg,#2196f3,#1976d2);border:2px outset #2196f3;color:#fff;font-weight:700;font-size:12px;padding:8px 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;min-height:32px;border-radius:16px;box-shadow:0 2px 4px #0003;transition:all .2s ease;position:relative;overflow:hidden;align-self:center;min-width:120px;text-shadow:0 1px 1px rgba(0,0,0,.3)}.service-button[data-astro-cid-ucd2ps2b]:hover{background:linear-gradient(180deg,#42a5f5,#2196f3);border:2px outset #42a5f5;box-shadow:0 3px 6px #0000004d;transform:translateY(-1px)}.service-button[data-astro-cid-ucd2ps2b]:active{border:2px inset #2196f3;transform:translateY(0);box-shadow:0 1px 2px #0003}.service-button[data-astro-cid-ucd2ps2b]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.service-button[data-astro-cid-ucd2ps2b]:hover:before{left:100%}.service-button[data-astro-cid-ucd2ps2b].primary{background:linear-gradient(180deg,#ff6b35,#e55a2b);border:2px outset #ff6b35}.service-button[data-astro-cid-ucd2ps2b].primary:hover{background:linear-gradient(180deg,#ff8c5a,#ff6b35);border:2px outset #ff8c5a}.service-button[data-astro-cid-ucd2ps2b].primary:active{border:2px inset #ff6b35}.cta-content[data-astro-cid-ucd2ps2b]{text-align:left}.cta-content[data-astro-cid-ucd2ps2b] p[data-astro-cid-ucd2ps2b]{font-size:11px;margin:8px 0 4px}@media (max-width: 768px){.services-grid[data-astro-cid-ucd2ps2b]{grid-template-columns:1fr;gap:16px;padding:16px}.service-card[data-astro-cid-ucd2ps2b]{padding:12px}.service-icon[data-astro-cid-ucd2ps2b]{font-size:24px}.service-features[data-astro-cid-ucd2ps2b]{font-size:10px}}
