@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&family=Tajawal:wght@400;500;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-color: #385F47;--secondary-color: #A0BE9D;--background-color: #FFF7EE;--text-primary: #2d4a3a;--text-secondary: #5a7a65;color-scheme:light;color:var(--text-primary);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--secondary-color)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-color);direction:rtl;text-align:right}#root{width:100%;min-height:100vh;background-color:var(--background-color);direction:rtl}html{direction:rtl}h1{font-size:3.2em;line-height:1.1;color:var(--text-primary)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #385f474d}button:focus,button:focus-visible{outline:4px auto var(--primary-color)}.app-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;background-color:var(--background-color, #fff7ee)}.app-nav{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:1rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 16px #385f471a;border:1px solid rgba(160,190,157,.3)}.nav-links{display:flex;gap:1rem;align-items:center}.nav-link{padding:.5rem 1rem;border-radius:10px;text-decoration:none;color:var(--text-primary, #2d4a3a);font-weight:500;transition:all .3s ease;background:transparent;border:2px solid transparent;position:relative}.nav-link:hover{background:var(--secondary-color, #a0be9d);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #a0be9d4d}.nav-link.active{background:var(--primary-color, #385f47);color:#fff;border-color:var(--primary-color, #385f47)}.app-header{text-align:center;margin-bottom:3rem}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color, #385f47);font-weight:700}.subtitle{color:var(--text-secondary, #5a7a65);font-size:1.1rem;font-weight:400}.main-form{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #385f471a;border:1px solid rgba(160,190,157,.3)}.form-section{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem}.form-label span{display:block;font-weight:600;margin-bottom:.75rem;color:var(--primary-color, #385f47);font-size:1rem}.image-upload-area{border:2px dashed var(--secondary-color, #a0be9d);border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease;background:#a0be9d0d;cursor:pointer}.image-upload-area:hover{border-color:var(--primary-color, #385f47);background:#385f4714;transform:translateY(-2px);box-shadow:0 4px 16px #385f4726}.upload-label{display:block;cursor:pointer;width:100%}.file-input{display:none}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary, #5a7a65)}.upload-placeholder svg{color:var(--primary-color, #385f47)}.upload-placeholder p{margin:0;font-size:1rem;font-weight:500;color:var(--text-primary, #2d4a3a)}.upload-placeholder span{font-size:.875rem;color:var(--text-secondary, #5a7a65)}.image-preview-container{position:relative;display:inline-block;max-width:100%}.image-preview{max-width:100%;max-height:400px;border-radius:12px;box-shadow:0 4px 16px #385f4733;border:2px solid rgba(160,190,157,.3)}.remove-image-btn{position:absolute;top:-10px;left:-10px;width:36px;height:36px;border-radius:50%;background:#e74c3c;border:none;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease;box-shadow:0 2px 12px #e74c3c66}.remove-image-btn:hover{background:#c0392b;transform:scale(1.1) rotate(90deg)}.form-textarea,.form-input,.form-select{width:100%;padding:.875rem 1rem;border-radius:12px;border:2px solid rgba(160,190,157,.4);background:#a0be9d0d;color:var(--text-primary, #2d4a3a);font-family:inherit;font-size:1rem;transition:all .3s ease;text-align:right;direction:rtl}.form-textarea:focus,.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary-color, #385f47);background:#fff;box-shadow:0 0 0 4px #385f471a}.form-textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}.app-nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{width:100%;justify-content:center}.app-header h1{font-size:2rem}.main-form{padding:1.5rem}}.advanced-toggle{margin:1.5rem 0}.toggle-btn{background:#a0be9d1a;border:2px solid var(--secondary-color, #a0be9d);color:var(--primary-color, #385f47);padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;width:100%;display:flex;align-items:center;justify-content:space-between;direction:rtl;text-align:right}.toggle-btn:hover{background:var(--secondary-color, #a0be9d);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #a0be9d4d}.advanced-options{background:#a0be9d14;border-radius:16px;padding:2rem;margin-bottom:1.5rem;border:2px solid rgba(160,190,157,.2)}.error-message{background:#e74c3c1a;border:2px solid rgba(231,76,60,.4);color:#c0392b;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1rem;font-weight:500}.submit-btn{width:100%;padding:1.125rem 2rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,var(--primary-color, #385f47) 0%,var(--secondary-color, #a0be9d) 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 20px #385f474d}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 28px #385f4766}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.results-section{margin-top:3rem;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #385f471a;border:1px solid rgba(160,190,157,.3)}.results-section h2{margin-bottom:1.5rem;color:var(--primary-color, #385f47);font-weight:700}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.result-item{background:#a0be9d14;border-radius:16px;overflow:hidden;border:2px solid rgba(160,190,157,.3);transition:all .3s ease}.result-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #385f4733;border-color:var(--primary-color, #385f47)}.result-image{width:100%;height:auto;display:block}.result-item video{width:100%;height:auto;display:block}.result-caption{padding:1.25rem;margin:0;color:var(--text-secondary, #5a7a65);font-size:.95rem}@media(max-width:640px){.app-container{padding:1rem}.results-grid{grid-template-columns:1fr}}.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:#282828b3;padding:7px;border-radius:5px;border:1px solid #444;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:#262626bf;border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translateY(-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248)}.cesium-widget{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px}.cesium-widget-errorPanel{position:absolute;inset:0;text-align:center;background:#000000b3;z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:Open Sans,Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:Open Sans,Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:#303336cc;border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding:5px;background-color:#505050bf}.cesium-cesiumInspector-pickButton{background-color:#0000004d;border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:#303336cc;border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{margin:5px 0 0;padding:0 0 0 20px;color:#eed202}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:none;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-VoxelInspector{width:300px;pointer-events:all}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:#282828b3;color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:#0f0f0fe6;box-shadow:none;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:#262626f2;color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:#545454;border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:transparent;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:transparent;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:#ee880070;outline:none}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:#262626bf;padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-radius:10px 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:red}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,#747577cc,#3a4452cc 11%,#2e3238cc 46%,#353535cc 81% 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{display:flex;flex-direction:row;align-content:center}.advanced-app{width:100vw;height:100vh;position:relative;overflow:hidden;background-color:var(--background-color, #fff7ee)}.advanced-nav{position:absolute;top:20px;right:20px;z-index:1000;display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#fffffff2;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(160,190,157,.3);box-shadow:0 4px 20px #385f4726}.nav-logo{display:flex;align-items:center}.logo-img{height:50px;width:50px;width:auto;object-fit:contain;border-radius:8px}.nav-links{display:flex;gap:.75rem;align-items:center}.advanced-nav .nav-link{padding:.5rem 1rem;border-radius:10px;text-decoration:none;color:var(--text-primary, #2d4a3a);font-weight:500;font-size:.9rem;transition:all .3s ease;background:transparent;border:2px solid transparent}.advanced-nav .nav-link:hover{background:var(--secondary-color, #a0be9d);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #a0be9d4d}.advanced-nav .nav-link.active{background:var(--primary-color, #385f47);color:#fff;border-color:var(--primary-color, #385f47)}.cesium-container{width:100%;height:100%;margin:0;padding:0;overflow:hidden;direction:ltr;text-align:left}.bottom-control-panel{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;gap:12px;width:90%;max-width:800px}.prompt-input-container{display:flex;gap:12px;align-items:center;background:#fffffff2;padding:16px 20px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(160,190,157,.3);box-shadow:0 8px 32px #385f4733}.prompt-input{flex:1;padding:12px 16px;font-size:1rem;border:2px solid rgba(160,190,157,.4);border-radius:12px;background:#a0be9d0d;color:var(--text-primary, #2d4a3a);outline:none;transition:all .3s ease;font-family:inherit;text-align:right;direction:rtl}.prompt-input::placeholder{color:var(--text-secondary, #5a7a65)}.prompt-input:focus{border-color:var(--primary-color, #385f47);background:#fff;box-shadow:0 0 0 4px #385f471a}.transform-btn{padding:12px 32px;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,var(--primary-color, #385f47) 0%,var(--secondary-color, #a0be9d) 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 20px #385f474d;white-space:nowrap;flex-shrink:0}.transform-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 28px #385f4766}.transform-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#e74c3cf2;border:2px solid rgba(231,76,60,.5);color:#fff;padding:12px 16px;border-radius:12px;font-size:.9rem;font-weight:500;width:100%;text-align:center;box-shadow:0 4px 16px #e74c3c4d}.full-image-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#2d4a3af2;z-index:10000;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.full-image{max-width:100%;max-height:100%;object-fit:contain;cursor:default;box-shadow:0 8px 40px #0009;border-radius:12px;border:3px solid rgba(160,190,157,.3)}.close-btn{position:absolute;top:20px;left:20px;width:50px;height:50px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-btn:hover{background:#e74c3ce6;border-color:#e74c3c;transform:scale(1.1) rotate(90deg)}.close-btn:active{transform:scale(.95) rotate(90deg)}.model-selector{position:absolute;top:20px;left:20px;z-index:1000;background:#fffffff2;border-radius:12px;padding:10px 14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(160,190,157,.3);box-shadow:0 4px 16px #385f4726;display:flex;flex-direction:column;gap:6px;min-width:220px}.model-label{display:block;font-size:.85rem;font-weight:600;color:var(--text-primary, #2d4a3a);margin-bottom:4px}.model-select{width:100%;padding:6px 10px;border-radius:8px;border:1px solid rgba(160,190,157,.8);background:#ffffffe6;color:var(--text-primary, #2d4a3a);font-size:.9rem;font-family:inherit;outline:none;cursor:pointer;transition:all .2s ease}.model-select:focus{border-color:var(--primary-color, #385f47);box-shadow:0 0 0 3px #385f4726}@media(max-width:768px){.model-selector{top:80px;left:10px;right:10px;min-width:0}}@media(max-width:768px){.advanced-nav{top:10px;left:10px;right:10px;flex-direction:column;gap:1rem;padding:1rem}.nav-links{width:100%;justify-content:center;flex-wrap:wrap}.bottom-control-panel{width:95%;bottom:10px}.prompt-input-container{flex-direction:column;padding:14px}.prompt-input,.transform-btn{width:100%}.close-btn{top:10px;left:10px;width:40px;height:40px;font-size:1.5rem}}:root{--roshn-green: #006450;--roshn-green-light: #008060;--roshn-green-dark: #004a3c;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #6b7280;--gray-900: #111827;--success: #10b981;--error: #ef4444}.roshn-container-single{font-family:Cairo,Tajawal,sans-serif;background:var(--white);min-height:100vh;padding-bottom:40px}.roshn-header{background:var(--roshn-green);color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;position:relative;box-shadow:0 2px 8px #0064501a}.roshn-header:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.03) 35px,rgba(255,255,255,.03) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(255,255,255,.03) 35px,rgba(255,255,255,.03) 70px);pointer-events:none}.roshn-logo{display:flex;align-items:center;gap:15px;position:relative;z-index:1}.roshn-logo-img{height:70px;width:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.roshn-logo-text{display:flex;flex-direction:column;text-align:right}[dir=ltr] .roshn-logo-text{text-align:left}.roshn-logo-title{font-size:22px;font-weight:900;line-height:1.3}.roshn-logo-subtitle{font-size:13px;opacity:.95;font-weight:500;margin-top:2px}.roshn-header-actions{display:flex;gap:16px;align-items:center;position:relative;z-index:1}.roshn-language-toggle{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:12px;cursor:pointer;font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.roshn-language-toggle:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.roshn-ui-toggle{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:36px;height:36px}.roshn-ui-toggle:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.roshn-nav-link{color:#fff;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .3s;font-weight:600}.roshn-nav-link:hover{background:#fff3}.roshn-single-page{max-width:1200px;margin:30px auto;padding:0 20px}.roshn-step-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0064501a;margin-bottom:24px;overflow:hidden;border:2px solid var(--gray-200)}.roshn-step-header{background:var(--roshn-green);padding:20px 30px;display:flex;align-items:center;gap:20px}.roshn-step-number{background:#fff;color:var(--roshn-green);font-size:24px;font-weight:900;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00645033}.roshn-step-title{color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;gap:12px;margin:0}.roshn-step-content{padding:30px}.roshn-upload-zone-single{border:3px dashed var(--gray-300);border-radius:16px;padding:60px 20px;text-align:center;background:var(--white);cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #0064500d}.roshn-upload-zone-single:hover{border-color:var(--roshn-green);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 4px 12px #00645026}.roshn-upload-icon{font-size:80px;color:var(--roshn-green);margin-bottom:20px}.roshn-upload-text{font-size:18px;color:var(--gray-900);margin-bottom:10px;font-weight:600}.roshn-helper-text{font-size:12px;color:var(--gray-600);margin-top:8px;font-style:italic}.roshn-image-preview-single{position:relative;border-radius:16px;overflow:hidden;border:3px solid var(--roshn-gold);box-shadow:0 8px 24px #0003}.roshn-image-preview-single img{width:100%;height:auto;display:block}.roshn-remove-image{position:absolute;top:15px;right:15px;background:var(--error);color:#fff;border:none;border-radius:50%;width:45px;height:45px;cursor:pointer;font-size:22px;box-shadow:0 4px 12px #0000004d;transition:all .3s;display:flex;align-items:center;justify-content:center}[dir=rtl] .roshn-remove-image{right:auto;left:15px}.roshn-remove-image:hover{transform:scale(1.1) rotate(90deg)}.roshn-collapsible-section{margin-bottom:16px;border:2px solid var(--gray-300);border-radius:12px;overflow:hidden;transition:all .3s}.roshn-collapsible-section:hover{border-color:var(--roshn-gold);box-shadow:0 4px 12px #d4af3733}.roshn-collapsible-header{background:var(--gray-50);padding:18px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--gray-200)}.roshn-collapsible-header:hover{background:var(--gray-100)}.roshn-collapsible-header.active{background:var(--roshn-green);color:#fff;border-bottom:none}.roshn-collapsible-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700}.roshn-collapsible-icon{font-size:24px}.roshn-collapse-arrow{font-size:20px;transition:transform .3s}.roshn-collapsible-header.active .roshn-collapse-arrow{color:#fff}.roshn-collapsible-content{padding:24px;background:#fff;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.roshn-form-group{margin-bottom:24px}.roshn-form-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:12px}.roshn-radio-group{display:flex;flex-direction:column;gap:12px}.roshn-radio-option{display:flex;align-items:start;padding:12px;border:2px solid var(--desert-sand);border-radius:10px;cursor:pointer;transition:all .3s;background:#fff}[dir=rtl] .roshn-radio-option{direction:rtl}.roshn-radio-option:hover{border-color:var(--roshn-green);background:var(--gray-50);box-shadow:0 2px 8px #0064501a}.roshn-radio-option input[type=radio]{margin-left:12px;margin-top:2px;cursor:pointer;width:18px;height:18px;accent-color:var(--roshn-green)}[dir=rtl] .roshn-radio-option input[type=radio]{order:2}[dir=ltr] .roshn-radio-option input[type=radio]{margin-left:0;margin-right:12px}.roshn-radio-option.selected{border-color:var(--roshn-green);background:#0064500d;box-shadow:0 2px 8px #0064501a}.roshn-radio-label{flex:1;text-align:right}[dir=rtl] .roshn-radio-label{order:1}[dir=ltr] .roshn-radio-label{text-align:left}.roshn-radio-title{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:4px}.roshn-radio-description{font-size:12px;color:var(--gray-600)}.roshn-checkbox-group{display:flex;flex-direction:column;gap:8px}.roshn-checkbox-option{display:flex;align-items:center;padding:10px;border-radius:8px;transition:all .2s;border:1px solid transparent}[dir=rtl] .roshn-checkbox-option{direction:rtl}.roshn-checkbox-option:hover{background:var(--gray-50);border-color:var(--roshn-green)}.roshn-checkbox-option input[type=checkbox]{margin-left:10px;cursor:pointer;width:18px;height:18px;accent-color:var(--roshn-green)}[dir=rtl] .roshn-checkbox-option input[type=checkbox]{order:2}[dir=ltr] .roshn-checkbox-option input[type=checkbox]{margin-left:0;margin-right:10px}.roshn-checkbox-label{font-size:13px;color:var(--gray-900);cursor:pointer;font-weight:500;flex:1}[dir=rtl] .roshn-checkbox-label{order:1;text-align:right}[dir=ltr] .roshn-checkbox-label{text-align:left}.roshn-slider-container{padding:10px 0}.roshn-slider{width:100%;height:8px;border-radius:4px;background:var(--gray-200);outline:none;-webkit-appearance:none;direction:ltr}.roshn-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--roshn-green);cursor:pointer;box-shadow:0 2px 8px #00645066;border:3px solid white;transition:all .2s}.roshn-slider::-webkit-slider-thumb:hover{background:var(--roshn-green-light);transform:scale(1.1)}.roshn-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--roshn-green);cursor:pointer;box-shadow:0 2px 8px #00645066;border:3px solid white;transition:all .2s}.roshn-slider::-moz-range-thumb:hover{background:var(--roshn-green-light);transform:scale(1.1)}.roshn-slider-value{text-align:center;font-size:16px;font-weight:700;color:var(--roshn-green);margin-top:8px}.roshn-slider-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--gray-600);margin-top:4px;font-weight:600}[dir=rtl] .roshn-slider-labels{direction:rtl}.roshn-segmented-control{display:flex;background:var(--gray-100);border-radius:10px;padding:4px;gap:4px;border:1px solid var(--gray-200)}.roshn-segment{flex:1;padding:10px 6px;border:none;background:transparent;border-radius:6px;font-size:12px;cursor:pointer;transition:all .3s;color:var(--gray-900);font-weight:600;text-align:center}.roshn-segment:hover{background:#0064501a}.roshn-segment.active{background:var(--roshn-green);color:#fff;box-shadow:0 2px 8px #00645033}.roshn-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:10px}.roshn-card-option{padding:20px 12px;border:2px solid var(--gray-200);border-radius:10px;text-align:center;cursor:pointer;transition:all .3s;background:#fff}.roshn-card-option:hover{border-color:var(--roshn-green);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 2px 8px #00645026}.roshn-card-option.selected{border-color:var(--roshn-green);background:var(--roshn-green);color:#fff;box-shadow:0 2px 8px #0064504d}.roshn-card-icon{font-size:40px;margin-bottom:10px}.roshn-card-title{font-size:13px;font-weight:700}.roshn-masjid-highlight{background:#0064500d;border:2px solid var(--roshn-green);border-radius:12px;padding:16px;margin-bottom:16px}.roshn-masjid-title{font-size:15px;font-weight:700;color:var(--roshn-green);margin-bottom:12px;display:flex;align-items:center;gap:10px;text-align:right}[dir=ltr] .roshn-masjid-title{text-align:left}.roshn-generate-button-single{width:100%;padding:24px;background:var(--roshn-green);color:#fff;border:none;border-radius:14px;font-size:22px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:14px;transition:all .3s;box-shadow:0 4px 12px #0064504d}.roshn-generate-button-single:hover:not(:disabled){transform:translateY(-2px);background:var(--roshn-green-light);box-shadow:0 6px 16px #00645066}.roshn-generate-button-single:disabled{opacity:.6;cursor:not-allowed;transform:none}.roshn-generate-icon{font-size:32px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.roshn-model-selector{max-width:500px}.roshn-model-dropdown{width:100%;padding:14px 18px;border:2px solid var(--roshn-gold);border-radius:10px;font-size:16px;font-weight:600;color:var(--gray-900);background:#fff;cursor:pointer;transition:all .3s;font-family:Cairo,Tajawal,sans-serif}.roshn-model-dropdown:hover{border-color:var(--saudi-green);box-shadow:0 4px 12px #006c3533}.roshn-model-dropdown:focus{outline:none;border-color:var(--saudi-green);box-shadow:0 0 0 3px #006c351a}.roshn-prompt-output-single{padding:20px;background:linear-gradient(135deg,#fff9e6,#fff);border:3px solid var(--roshn-gold);border-radius:14px;margin-bottom:24px;box-shadow:0 4px 16px #d4af3733}.roshn-prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--roshn-gold)}[dir=rtl] .roshn-prompt-header{direction:rtl}.roshn-prompt-title{font-size:16px;font-weight:700;color:var(--saudi-green);display:flex;align-items:center;gap:8px}.roshn-copy-button{padding:8px 16px;background:linear-gradient(135deg,var(--roshn-blue) 0%,var(--islamic-teal) 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;transition:all .3s;box-shadow:0 2px 8px #0003}.roshn-copy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.roshn-prompt-text{font-family:Courier New,monospace;font-size:12px;line-height:1.6;color:var(--gray-900);white-space:pre-wrap;word-wrap:break-word;background:#fff;padding:14px;border-radius:8px;direction:ltr;text-align:left}.roshn-generated-image-container-single{border:3px solid var(--roshn-gold);border-radius:14px;overflow:hidden;background:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}.roshn-generated-image-container-single img{width:100%;height:auto;display:block}.roshn-loading-spinner{border:5px solid var(--gray-300);border-top:5px solid var(--saudi-green);border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.roshn-placeholder-text{color:var(--gray-600);text-align:center;padding:60px 20px;font-size:16px;font-weight:500}.roshn-status-message{padding:14px;background:var(--gray-100);border-radius:10px;margin-top:16px;font-size:14px;text-align:center;color:var(--gray-900);font-weight:600}.roshn-status-message.error{background:#ffe5e5;color:var(--error)}.roshn-status-message.success{background:#e8f5e9;color:var(--success)}.roshn-analysis-grid-container{margin-top:24px;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:16px;border:2px solid var(--roshn-green);box-shadow:0 4px 20px #00645026;overflow:hidden;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.roshn-analysis-grid-header{background:linear-gradient(135deg,var(--roshn-green) 0%,var(--roshn-green-light) 100%);color:#fff;padding:22px 28px;font-size:20px;font-weight:700;display:flex;align-items:center;gap:14px;position:relative;overflow:hidden}.roshn-analysis-grid-header:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(255,255,255,.05) 40px,rgba(255,255,255,.05) 80px);pointer-events:none}.roshn-analysis-grid-header span:first-child{font-size:28px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2));position:relative;z-index:1}.roshn-analysis-grid-header span:last-child{position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.roshn-analysis-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:20px;padding:28px;background:#fff}.roshn-analysis-card{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid var(--gray-200);border-radius:14px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:140px;position:relative;overflow:hidden}.roshn-analysis-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--roshn-green) 0%,var(--roshn-green-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}[dir=rtl] .roshn-analysis-card:before{transform-origin:right}.roshn-analysis-card:hover:before{transform:scaleX(1)}.roshn-analysis-card:hover{border-color:var(--roshn-green);background:#fff;box-shadow:0 8px 24px #00645033;transform:translateY(-4px)}.roshn-analysis-card-icon{font-size:32px;margin-bottom:12px;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.roshn-analysis-card:hover .roshn-analysis-card-icon{transform:scale(1.1) rotate(5deg)}.roshn-analysis-card-label{font-size:13px;font-weight:600;color:var(--gray-600);margin-bottom:14px;line-height:1.5;letter-spacing:.02em}.roshn-analysis-grid-container[dir=rtl] .roshn-analysis-card-label{text-align:right}.roshn-analysis-grid-container[dir=ltr] .roshn-analysis-card-label{text-align:left}.roshn-analysis-card-value{font-size:22px;font-weight:700;color:var(--roshn-green);display:flex;align-items:center;line-height:1.3;word-break:break-word}.roshn-analysis-grid-container[dir=rtl] .roshn-analysis-card-value{text-align:right;justify-content:flex-start}.roshn-analysis-grid-container[dir=ltr] .roshn-analysis-card-value{text-align:left;justify-content:flex-start}.roshn-analysis-card-value[dir=ltr]{text-align:left!important;justify-content:flex-start!important;direction:ltr!important;unicode-bidi:embed}.roshn-compliance-badge{display:inline-block;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:700;white-space:normal;word-break:break-word;line-height:1.4;text-align:center;box-shadow:0 2px 8px #05966933;transition:all .3s ease}.roshn-compliance-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px #0596694d}.roshn-compliance-badge.compliant{background:linear-gradient(135deg,#e8f5e9,#d1fae5);color:var(--success);border:1px solid rgba(16,185,129,.3)}.roshn-compliance-badge.fully-compliant{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669;border:1px solid rgba(5,150,105,.3)}.roshn-score-cell{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;direction:ltr;unicode-bidi:embed}.roshn-score-cell[dir=ltr]{justify-content:flex-start;direction:ltr!important}.roshn-score-value{font-weight:700;color:var(--roshn-green);font-size:24px;text-shadow:0 2px 4px rgba(0,100,80,.1)}.roshn-score-label{font-size:14px;color:var(--gray-600);font-weight:600}@media(max-width:1200px){.roshn-analysis-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:18px}}@media(max-width:768px){.roshn-analysis-grid-header{font-size:18px;padding:18px 22px}.roshn-analysis-grid-header span:first-child{font-size:24px}.roshn-analysis-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:16px;padding:20px}.roshn-analysis-card{padding:18px;min-height:130px}.roshn-analysis-card-icon{font-size:28px;margin-bottom:10px}.roshn-analysis-card-label{font-size:12px;margin-bottom:10px}.roshn-analysis-card-value{font-size:20px}.roshn-compliance-badge{font-size:11px;padding:6px 12px}.roshn-score-value{font-size:20px}.roshn-score-label{font-size:13px}}@media(max-width:480px){.roshn-analysis-grid-header{font-size:16px;padding:16px 18px;flex-direction:column;text-align:center;gap:8px}.roshn-analysis-grid-header span:first-child{font-size:32px}.roshn-analysis-grid{grid-template-columns:1fr;grid-template-rows:repeat(8,auto);gap:14px;padding:16px}.roshn-analysis-card{min-height:120px;padding:16px}.roshn-analysis-card-icon{font-size:24px;margin-bottom:8px}.roshn-analysis-card-label{font-size:11px;margin-bottom:8px}.roshn-analysis-card-value{font-size:18px}.roshn-compliance-badge{font-size:10px;padding:5px 10px}.roshn-score-value{font-size:18px}.roshn-score-label{font-size:12px}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--desert-sand);border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--saudi-green) 0%,var(--roshn-green) 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--saudi-green) 0%,var(--saudi-green) 100%)}@media(max-width:768px){.roshn-header{flex-direction:column;gap:16px;padding:16px 20px}.roshn-header-actions{flex-wrap:wrap;justify-content:center}.roshn-single-page{padding:0 12px}.roshn-step-content{padding:20px}.roshn-step-title{font-size:18px}.roshn-step-number{width:40px;height:40px;font-size:20px}.roshn-upload-icon{font-size:60px}.roshn-card-grid{grid-template-columns:repeat(2,1fr)}.roshn-generate-button-single{font-size:18px;padding:20px}}@media(max-width:480px){.roshn-logo-img{height:50px}.roshn-logo-title{font-size:18px}.roshn-logo-subtitle{font-size:11px}.roshn-step-header{padding:16px 20px}}.roshn-image-mode-toggle{display:flex;gap:12px;margin-bottom:24px;justify-content:center;background:linear-gradient(135deg,var(--gray-100) 0%,#ffffff 100%);padding:16px;border-radius:12px;border:2px solid var(--roshn-gold)}.roshn-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border:2px solid var(--gray-300);border-radius:10px;background:#fff;color:var(--gray-600);font-size:16px;font-weight:600;font-family:Cairo,Tajawal,sans-serif;cursor:pointer;transition:all .3s}.roshn-mode-btn:hover{border-color:var(--roshn-green);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 2px 8px #0064501a}.roshn-mode-btn.active{background:var(--roshn-green);color:#fff;border-color:var(--roshn-green);box-shadow:0 2px 8px #0064504d}.roshn-mode-btn span:first-child{font-size:24px}.roshn-map-selection-container{width:100%}.roshn-map-viewer{width:100%;height:500px;border-radius:12px;overflow:hidden;border:3px solid var(--roshn-gold);box-shadow:0 8px 24px #00000026;margin-bottom:16px}.roshn-map-controls{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:16px}.roshn-map-control-btn{display:flex;align-items:center;gap:10px;padding:14px 24px;border:none;border-radius:10px;background:var(--roshn-green);color:#fff;font-size:16px;font-weight:600;font-family:Cairo,Tajawal,sans-serif;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #00645033}.roshn-map-control-btn:hover{transform:translateY(-2px);background:var(--roshn-green-light);box-shadow:0 4px 12px #0064504d}.roshn-map-control-btn:active{transform:translateY(0);box-shadow:0 2px 8px #00645033}.roshn-map-control-btn.success{background:#10b981}.roshn-map-control-btn.success:hover{background:#059669;box-shadow:0 4px 12px #10b9814d}.roshn-map-control-btn.danger{background:#ef4444}.roshn-map-control-btn.danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}.roshn-map-control-btn span:first-child{font-size:20px}.roshn-map-hint{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#0064500d;border:2px solid rgba(0,100,80,.2);border-radius:10px;color:var(--roshn-green);font-size:15px;font-weight:600;margin-top:16px;text-align:center;justify-content:center}.roshn-map-hint span:first-child{font-size:24px}.cesium-viewer .cesium-viewer-bottom{display:none}.cesium-viewer .cesium-widget-credits{display:none!important}@media(max-width:768px){.roshn-image-mode-toggle{flex-direction:column}.roshn-mode-btn{width:100%}.roshn-map-viewer{height:400px}.roshn-map-controls{flex-direction:column}.roshn-map-control-btn{width:100%}}@media(max-width:480px){.roshn-map-viewer{height:300px}.roshn-map-hint{font-size:13px;padding:12px 16px}}
