RASTY WebPanel v1.0 (Standalone)
---------------------------------

Installation:
1. Upload the entire `rasty` directory to your server's public HTML folder (e.g. `/public_html/`).
2. Ensure the following structure exists:
   /rasty/
     ├── admin/
     │    └── index.php
     ├── scheduler.php
     ├── config.php
     ├── assets/
     │    ├── css/rasty.css
     │    ├── js/main.js
     │    └── icons/spinner.svg
     └── README.txt

Usage:
1. Navigate to `https://yourdomain.com/rasty/admin/`.
2. Login using the credentials defined in `config.php` (default: admin / ismail22).
3. Use the interface to schedule PropellerAds campaigns. Add multiple campaign IDs with individual run and pause times. Enter your API Bearer token for each session. Select a mode (Normal, Smart or Advanced) and start the global cycle if desired.

Features:
- Responsive design with light/dark mode toggle.
- Global cycle control with active/pause durations.
- Add multiple campaign IDs with per‑campaign run and pause durations.
- Supports Normal, Smart and Advanced interval modes (Smart randomizes pauses, Advanced randomizes run/pause durations).
- Rate limit handling for PropellerAds API calls.
- Dynamic log with timestamps and color coding.
- Animated progress bar indicating active/pause countdown.
- Cookie-based login with a remember‑me option.